/*****************************************************************************
CSS only for member pappiness
*****************************************************************************/

/* Set
-----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Zen+Maru+Gothic:wght@500;900&display=swap');

img {
  max-width: 100%;
  height: auto;
}
picture {
  display: block;
}
a {
  transition: opacity .35s;
}
.Mascot a:link    { text-decoration: none; }
.Mascot a:visited { text-decoration: none; }
.Mascot a:hover   { text-decoration: none; opacity: 0.8; }
.Mascot a:focus   { text-decoration: none; opacity: 0.8; }
.Mascot a:active  { text-decoration: none; opacity: 0.8; }

button {
  padding: 0;
  border: none;
  background-color: transparent;
  transition: opacity .35s;
  cursor: pointer;
}
button:hover   { opacity: 0.8; }
button:focus   { opacity: 0.8; }
button:active  { opacity: 0.8; }

.Mascot {
  color: #333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  --offset-margin: clamp(-300px, -15.625vw, -150px);
  --offset-padding: clamp(150px, 15.625vw, 300px);
  --bg-radius: clamp(150px, 15.625vw, 300px);
  --item-radius: 20px;
  --color-main: #0073c1;
  --color-sub: #b2d5ec;
  --page-font: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .Mascot {
    --offset-margin: -100px;
    --offset-padding: 100px;
    --bg-radius: 100px;
    --item-radius: 10px;
  }
}
.Container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  .Container {
    margin-inline: 20px;
  }
}

/* Mv
-----------------------------------------*/
.Mv {
  background-color: var(--color-main);
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .Mv {
    padding-top: 66px;
  }
}
.Mv img {
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 1200px) {
  .Mv img {
    width: auto;
    max-width: 100%;
  }
}

/* About
---------------------------------------- */
.About {
  position: relative;
  z-index: 1;
  margin-top: var(--offset-margin);
  overflow: hidden;
}
.About__inner {
  padding-block: 163px 220px;
  border-radius: var(--bg-radius);
  background-color: var(--color-sub);
}
@media screen and (max-width: 767px) {
  .About__inner {
    padding-block: 74px 105px;
  }
}
.About__title {
  color: var(--color-primary03);
  font-size: clamp(38px, 3.64583vw, 70px);
  font-weight: 900;
  line-height: 1.36;
  letter-spacing: -3px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .About__title {
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
.About__title span {
  font-size: clamp(22px, 2.08333vw, 40px);
}
@media screen and (max-width: 767px) {
  .About__title span {
    font-size: 14px;
  }
}
.About__name {
  margin-top: 13px;
  text-align: center;
}
.About__name span {
  display: block;
}
.About__name span:nth-child(1) {
  color: var(--color-main);
  font-family: var(--page-font);
  font-size: clamp(120px, 11.45833vw, 220px);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -6px;
}
@media screen and (max-width: 767px) {
  .About__name span:nth-child(1) {
    font-size: 58px;
    letter-spacing: -2px;
  }
}
.About__name span:nth-child(2) {
  color: var(--color-primary03);
  font-size: clamp(44px, 4.16666vw, 80px);
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .About__name span:nth-child(2) {
    margin-top: 4px;
    font-size: 24px;
    letter-spacing: 2px;
  }
}

/* ----- MascotInfo ----- */
.MascotInfo {
  padding-block: 50px 62px;
}
@media screen and (max-width: 767px) {
  .MascotInfo {
    padding-block: 26px 28px;
  }
}
.MascotInfo__inner {
  max-width: 1230px;
  margin-inline: auto;
  padding-left: 30px;
}
@media screen and (max-width: 1230px) {
  .MascotInfo__inner {
    margin-inline: 20px;
    padding-left: 0;
  }
}
.MascotInfo__wrapper {
  display: grid;
  grid-template-columns: 15.83333% 48.16666% 20.83333%;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .MascotInfo__wrapper {
    grid-template-columns: 71.04477% 26.26865%;
    gap: 15px 0;
  }
}

.MascotInfo__thumb {
  align-self: center;
}
@media screen and (max-width: 767px) {
  .MascotInfo__thumb {
    grid-column: 1 / 3;
    grid-row: 2;
  }
}
.ThumbList {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
}
@media screen and (max-width: 767px) {
  .ThumbList {
    flex-direction: row;
    justify-content: center;
    gap: 0 10px;
  }
}
.ThumbList__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ThumbList__item {
    gap: 16px 0;
    width: 95px;
    height: 95px;
  }
}
.ThumbList__item:has(.js-tabActive) {
  border: 5px solid var(--color-primary03);
}
@media screen and (max-width: 767px) {
  .ThumbList__item:has(.js-tabActive) {
    border-width: 3px;
  }
}
.ThumbList__item button {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  border: 10px solid var(--color-sub);
  background-color: #024899;
}
@media screen and (max-width: 767px) {
  .ThumbList__item button {
    border-width: 6px;
  }
}
.ThumbList__item button.js-tabActive {
  border: 5px solid var(--color-sub);
  background-color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .ThumbList__item button.js-tabActive {
    border-width: 3px;
  }
}
.ThumbList__item img {
  width: 84.70588%;
  object-fit: cover;
  object-position: center 24px;
}
@media screen and (max-width: 767px) {
  .ThumbList__item img {
    object-position: center 12px;
  }
}

.MascotInfo__mainImg {
  text-align: center;
}
[data-tabContent] {
  display: none
}
[data-tabContent].js-tabActive {
  display: block;
}

.MascotInfo__detail {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
@media screen and (max-width: 767px) {
  .MascotInfo__detail {
    align-self: flex-end;
    gap: 10px 0;
    padding-bottom: 7px;
  }
}
.BoxItem {
  padding-inline: 20px;
  border-radius: 0 var(--item-radius) var(--item-radius) var(--item-radius);
  box-shadow: 10px 10px #024899;
  background-color: var(--color-primary03);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .BoxItem {
    padding-inline: 10px;
    box-shadow: 4px 4px #024899;
  }
}
.BoxItem--number {
  padding-block: 32px 45px;
}
@media screen and (max-width: 767px) {
  .BoxItem--number {
    padding-block: 15px 16px;
  }
}
.BoxItem--number img {
  width: 162px;
}
@media screen and (max-width: 767px) {
  .BoxItem--number img {
    width: 57px;
  }
}
.BoxItem--sns {
  padding-block: 17px 32px;
}
@media screen and (max-width: 767px) {
  .BoxItem--sns {
    padding-block: 8px 13px;
  }
}
.BoxItem--sns img {
  width: 68px;
}
@media screen and (max-width: 767px) {
  .BoxItem--sns img {
    width: 24px;
  }
}
.BoxItem__title {
  font-weight: 900;
  text-transform: uppercase;
}
.BoxItem__title--jp {
  font-size: clamp(23px, 2.1875vw, 42px);
}
@media screen and (max-width: 767px) {
  .BoxItem__title--jp {
    font-size: 15px;
  }
}
.BoxItem__title--en {
  font-size: clamp(26px, 2.5vw, 48px);
}
@media screen and (max-width: 767px) {
  .BoxItem__title--en {
    font-size: 17px;
  }
}
.BoxItem__detail {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .BoxItem__detail {
    margin-top: 3px;
  }
}

/* ----- Profile ----- */
.Profile {
  position: relative;
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  .Profile {
    margin-inline: 20px;
  }
}
.Profile__inner {
  padding: 76px min(7.60416vw, 146px) 100px;
  border-radius: 80px;
  background-color: var(--color-primary03);
}
@media screen and (max-width: 767px) {
  .Profile__inner {
    padding: 64px 35px 40px;
    border-radius: 40px;
  }
}
.Profile__detail {
  position: relative;
  margin-top: 63px;
}
@media screen and (max-width: 767px) {
  .Profile__detail {
    margin-top: 28px;
  }
}
.Profile__title {
  text-align: center;
}
.Profile__title h3 {
  font-family: var(--page-font);
  font-size: clamp(55px, 5.20833vw, 100px);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .Profile__title h3 {
    font-size: 50px;
  }
}
.Profile__title p {
  font-size: clamp(18px, 1.66666vw, 32px);
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .Profile__title p {
    font-size: 16px;
  }
}
.Profile__item {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 0 20px;
  position: relative;
  padding: 24px 22px;
  font-size: 24px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .Profile__item {
    grid-template-columns: 1fr;
    padding: 20px 14px;
    font-size: 12px;
    line-height: 1.6;
    word-break: break-all;
  }
}
.Profile__detail::before,
.Profile__item::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 7px;
  background-image: radial-gradient(circle, #ccc 3.5px, transparent 3.5px);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: 20px 20px;
}
@media screen and (max-width: 767px) {
  .Profile__detail::before,
  .Profile__item::after {
    background-image: radial-gradient(circle, #ccc 2px, transparent 2px);
    background-size: 11px 11px;
  }
  .Profile__item:last-child::after {
    display: none;
  }
}
.Profile__detail::before {
  top: 0;
}
.Profile__item::after {
  bottom: 0;
}
.Profile__item dt {
  font-weight: 900;
}

.Profile__illust {
	position: absolute;
}
.Profile__illust svg {
  width: 100%;
  height: 100%;
}
.Profile__illust--ball {
	width: 91px;
  height: 91px;
  top: 8.85416vw;
  right: 4.21875vw;
}
@media screen and (max-width: 767px) {
  .Profile__illust--ball {
    width: 46px;
    height: 46px;
    top: 118px;
    right: -10px;
  }
}

.Profile__illust--flower {
  right: -4.16666vw;
  bottom: -1.14583vw;
  width: 140px;
  height: 198px;
}
@media screen and (max-width: 767px) {
  .Profile__illust--flower {
    right: -25px;
    bottom: -19px;
    width: 70px;
    height: 99px;
  }
}
.Profile__illust--flower svg:nth-child(1) {
  top: 0;
  right: 0;
  width: 140px;
  height: 140px;
}
@media screen and (max-width: 767px) {
  .Profile__illust--flower svg:nth-child(1) {
    width: 70px;
    height: 70px;
  }
}
.Profile__illust--flower svg:nth-child(2) {
  bottom: 0;
  left: 0;
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 767px) {
  .Profile__illust--flower svg:nth-child(2) {
    width: 28px;
    height: 28px;
  }
}

/* SecTitle
---------------------------------------- */
.SecTitle {
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.SecTitle__main {
  display: inline-block;
  position: relative;
  color: var(--color-main);
  margin-block: var(--leading-trim);
  font-family: var(--page-font);
  font-size: clamp(65px, 6.25vw, 120px);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .SecTitle__main {
    font-size: 60px;
  }
}
.SecTitle__sub {
  margin-top: 5px;
  font-size: clamp(17px, 1.66666vw, 32px);
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .SecTitle__sub {
    margin-top: 2px;
    font-size: 16px;
  }
}

.SecTitle--white > .SecTitle__main,
.SecTitle--white > .SecTitle__sub {
  color: var(--color-primary03);
}

.SecTitle--flower > .SecTitle__main {
  padding-inline: 148px;
}
@media screen and (max-width: 767px) {
  .SecTitle--flower > .SecTitle__main {
    padding-inline: 59px;
  }
}
.SecTitle--flower > .SecTitle__main::before,
.SecTitle--flower > .SecTitle__main::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 105px;
  height: 82px;
  background: url(/member/pappiness/assets/img/img_flower_02.svg) no-repeat center center / contain;
}
@media screen and (max-width: 767px) {
  .SecTitle--flower > .SecTitle__main::before,
  .SecTitle--flower > .SecTitle__main::after {
    width: 43px;
    height: 48px;
  }
}
.SecTitle--flower > .SecTitle__main::before {
  top: 7px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .SecTitle--flower > .SecTitle__main::before {
    top: -17px;
  }
}
.SecTitle--flower > .SecTitle__main::after {
  right: 0;
  bottom: 14px;
  transform: scale(-1);
}
@media screen and (max-width: 767px) {
  .SecTitle--flower > .SecTitle__main::after {
    bottom: -7px;
  }
}

.SubTitle {
  color: var(--color-main);
  font-size: clamp(26px, 2.5vw, 48px);
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .SubTitle {
    font-size: 20px;
  }
}

/* News
---------------------------------------- */
.News {
  position: relative;
  z-index: 2;
  padding-block: 158px 205px;
  border-radius: var(--bg-radius);
  background-color: var(--color-primary03);
}
@media screen and (max-width: 767px) {
  .News {
    padding-block: 92px 100px;
  }
}
.News__inner {
  max-width: 976px;
  margin-inline: auto;
}
@media screen and (max-width: 976px) {
  .News__inner {
    margin-inline: 20px;
  }
}
.InfoList {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .InfoList {
    margin-top: 35px;
  }
}
.InfoList__item + .InfoList__item {
  margin-top: 49px;
}
@media screen and (max-width: 767px) {
  .InfoList__item + .InfoList__item {
    margin-top: 27px;
  }
}
.InfoList__link {
  display: grid;
  grid-template-columns: 31.76229% 1fr;
  gap: 0 4.61065%;
}
@media screen and (max-width: 767px) {
  .InfoList__link {
    grid-template-columns: 1fr;
    gap: 10px 0;
  }
}

a.InfoList__link:link    { color: #333; }
a.InfoList__link:visited { color: #333; }
a.InfoList__link:hover   { color: #333; }
a.InfoList__link:focus   { color: #333; }
a.InfoList__link:active  { color: #333; }

.InfoList__text {
  order: 2;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .InfoList__text {
    padding-top: 0;
  }
}
.InfoList__head {
  font-weight: 900;
}
.InfoList__date {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .InfoList__date {
    font-size: 11px;
  }
}
.InfoList__title {
  display: block;
  margin-top: 8px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .InfoList__title {
    font-size: 16px;
    margin-top: 3px;
  }
}
.InfoList__lead {
  margin-top: 6px;
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .InfoList__lead {
    margin-top: 3px;
    font-size: 14px;
  }
}

.InfoList__img {
  order: 1;
  max-width: 434px;
  margin-inline: auto;
  border-radius: 20px;
  overflow: hidden;
}

/* ----- Event ----- */
.Event {
  padding-top: 115px;
}
@media screen and (max-width: 767px) {
  .Event {
    padding-top: 58px;
  }
}
.Event__list {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .Event__list {
    margin-top: 26px;
  }
}
.Event__item {
  position: relative;
}
.Event__item a {
  display: block;
  padding: 35px;
  font-weight: 900;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .Event__item a {
    padding: 20px;
  }
}
.Event__item a:link    { color: #333; }
.Event__item a:visited { color: #333; }
.Event__item a:hover   { color: #333; }
.Event__item a:focus   { color: #333; }
.Event__item a:active  { color: #333; }

.Event__date {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .Event__date {
    font-size: 14px;
  }
}
.Event__name {
  margin-top: 5px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .Event__name {
    font-size: 16px;
  }
}
.Event__list::before,
.Event__item::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 7px;
  background-image: radial-gradient(circle, #ccc 3.5px, transparent 3.5px);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: 20px 20px;
}
@media screen and (max-width: 767px) {
  .Event__list::before,
  .Event__item::after {
    background-image: radial-gradient(circle, #ccc 2px, transparent 2px);
    background-size: 11px 11px;
  }
}
.Event__list::before {
  top: 0;
}
.Event__item::after {
  bottom: 0;
}

/* Goods
---------------------------------------- */
.Goods {
  position: relative;
  z-index: 1;
  margin-top: var(--offset-margin);
  padding-block: calc(158px + var(--offset-padding)) 205px;
  border-radius: 0 0 var(--bg-radius) var(--bg-radius);
  background-color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .Goods {
    padding-block: calc(96px + var(--offset-padding)) 125px;
    border-radius: 0 0 var(--bg-radius) var(--bg-radius);
  }
}

.Goods::after {
  content: '';
  display: block;
  position: absolute;
  top: 47.09392%;
  left: 0;
  width: 100%;
  height: 412px;
  background-image: url(/member/pappiness/assets/img/bg_goods.svg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  animation: textLoop 50s linear infinite;
}
@media screen and (max-width: 767px) {
  .Goods::after {
    top: 263px;
    height: 206px;
    animation-duration: 75s;
  }
}
@keyframes textLoop {
  from { background-position: 0 0; }
  to   { background-position: -3626px 0; }
}
@media screen and (max-width: 767px) {
  @keyframes textLoop {
    from { background-position: 0 0; }
    to   { background-position: -1813px 0; }
  }
}

@media screen and (max-width: 767px) {
  .Goods__inner {
    text-align: center;
  }
}
.Goods__wrapper {
  margin-top: 68px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Goods__wrapper {
    margin-top: 33px;
  }
}
.Goods__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 39px;
}
@media screen and (max-width: 1024px) {
  .Goods__list {
    display: flex;
    gap: 0;
    padding-bottom: 30px;
  }
}
.Goods__item {
  text-align: center;
}

a.Goods__link:link    { color: #fff; }
a.Goods__link:visited { color: #fff; }
a.Goods__link:hover   { color: #fff; }
a.Goods__link:focus   { color: #fff; }
a.Goods__link:active  { color: #fff; }

.Goods__img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 360px;
  padding: 23px 30px 30px;
  border-radius: 20px;
  background-color: var(--color-primary03);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .Goods__img {
    height: 323px;
    padding: 20px 27px 27px;
  }
}
.Goods__img::before,
.Goods__img::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 74px);
  height: 8px;
}
@media screen and (max-width: 767px) {
  .Goods__img::before,
  .Goods__img::after {
    width: calc(100% - 66px);
  }
}
.Goods__img::before {
  bottom: 42px;
  background-color: #00239b;
}
@media screen and (max-width: 767px) {
  .Goods__img::before {
    bottom: 39px;
  }
}
.Goods__img::after {
  bottom: 30px;
  background-color: #0766ff;
}
@media screen and (max-width: 767px) {
  .Goods__img::after {
    bottom: 27px;
  }
}
.Goods__img img {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .Goods__img img {
    padding-bottom: 10px;
  }
}
.Goods__text {
  margin-top: 13px;
  color: var(--color-primary03);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .Goods__text {
    margin-top: 17px;
  }
}
.Goods__btn {
  margin-top: 64px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Goods__btn {
    margin-top: 32px;
  }
}
.LinkBtn {
  display: inline-block;
  position: relative;
  max-width: 100%;
  min-width: 448px;
  padding: 27px 44px;
  border-radius: 100vmax;
  background-color: #fbdc3a;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .LinkBtn {
    width: 100%;
    min-width: auto;
    padding: 21px 44px;
    font-size: 16px;
  }
}
a.LinkBtn:link    { color: #333; }
a.LinkBtn:visited { color: #333; }
a.LinkBtn:hover   { color: #333; }
a.LinkBtn:focus   { color: #333; }
a.LinkBtn:active  { color: #333; }

.LinkBtn[target="_blank"] > img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 24px;
}

/* Season
---------------------------------------- */
.Season {
  position: relative;
  z-index: 0;
  padding-block: 152px 237px;
}
@media screen and (max-width: 767px) {
  .Season {
    margin-block: -100px;
    padding-block: 192px 203px;
    overflow: hidden;
  }
}
.Season::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 63.69791vw;
  height: 100%;
  aspect-ratio: 1 / 2.132;
  mask-image: url(/assets/img/bluteonlogo/logo_mark_03.svg);
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 100%;
  background-color: #eef5fb;
}
@media screen and (max-width: 767px) {
  .Season::after {
    width: 163.06666vw;
  }
}
.Season__inner {
  margin-top: 68px;
}
@media screen and (max-width: 767px) {
  .Season__inner {
    margin-top: 35px;
  }
}
.Season__wrapper {
  position: relative;
  text-align: center;
}
.Season__list {
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .Season__list {
    padding-bottom: 37px;
  }
}
.Season__item {
  width: 26.30208vw;
  max-width: 505px;
  border-radius: var(--item-radius);
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Season__item {
    width: 67.33333vw;
  }
}

/* swiper
---------------------------------------- */
.swiper-controller {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 40px;
}
.swiper-controller-goods {
  display: none;
}
@media screen and (max-width: 1024px) {
  .swiper-controller-goods {
    display: inline-flex;
  }
}

.swiper-controller .swiper-pagination {
  display: flex;
  gap: 0 19px;
  padding: 0 71px;
}
@media screen and (max-width: 767px) {
  .swiper-controller .swiper-pagination {
    gap: 0 17px;
    padding: 0 64px;
  }
}
.swiper-controller .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .swiper-controller .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.swiper-controller-goods .swiper-pagination-bullet {
  background-color: var(--color-primary03);
}
.swiper-controller-goods .swiper-pagination-bullet-active {
  background-color: #fbdc3a;
}
.swiper-controller-season .swiper-pagination-bullet {
  background-color: #b2d5ec;
}
.swiper-controller-season .swiper-pagination-bullet-active {
  background-color: var(--color-primary01);
}

.swiper-controller .swiper-button {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .swiper-controller .swiper-button {
    width: 37px;
    height: 37px;
  }
}
.swiper-controller .swiper-button-prev {
  left: 0;
}
.swiper-controller .swiper-button-next {
  right: 0;
}
.swiper-controller .swiper-button-prev::after,
.swiper-controller .swiper-button-next::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  mask-image: url(/member/pappiness/assets/img/icon_arrow.svg);
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
}
.swiper-controller .swiper-button-prev::after {
  transform: scale(-1);
}
.swiper-controller-goods .swiper-button-prev::after,
.swiper-controller-goods .swiper-button-next::after {
  background-color: var(--color-primary03);
}
.swiper-controller-season .swiper-button-prev::after,
.swiper-controller-season .swiper-button-next::after {
  background-color: var(--color-primary01);
}

/* Gallery
---------------------------------------- */
.Gallery {
  position: relative;
  z-index: 1;
  padding-block: 180px 200px;
  border-radius: var(--bg-radius);
  background-color: var(--color-sub);
  background-image:
    linear-gradient(-90deg, #a7cfe9 1px, transparent 1px),
    linear-gradient(#a7cfe9 1px, transparent 1px);
  background-size: 49px 49px;
}
@media screen and (max-width: 767px) {
  .Gallery {
    padding-block: 92px 124px;
    background-size: 35px 35px;
  }
}
.Gallery__wrapper {
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .Gallery__wrapper {
    margin-top: 38px;
  }
}
.Gallery__list {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 30px) / 3));
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .Gallery__list {
    grid-template-columns: repeat(2, calc((100% - 9px) / 2));
    gap: 9px;
  }
}
.Gallery__item {
  position: relative;
  border-radius: var(--item-radius);
  overflow: hidden;
}
.Gallery__item button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Gallery__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--color-primary03);
}
@media screen and (max-width: 767px) {
  .Gallery__icon {
    right: 5px;
    bottom: 5px;
    width: 18px;
    height: 18px;
  }
}
.Gallery__icon img {
  width: 17px;
  height: 17px;
}
@media screen and (max-width: 767px) {
  .Gallery__icon img {
    width: 9px;
    height: 9px;
  }
}
.Gallery__item--video button > img {
  aspect-ratio: 975 / 698;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Gallery__item--video .Gallery__icon img  {
  width: 11px;
  height: 11px;
}
@media screen and (max-width: 767px) {
  .Gallery__item--video .Gallery__icon img  {
    width: 6px;
    height: 6px;
  }
}

/* micromodal
---------------------------------------- */
.Modal {
  display: none;
}
.Modal.is-open {
  display: block;
}
html:has(.Modal.is-open) {
  overflow: hidden;
}
.Modal__overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgb(255 255 255 / .9);
  will-change: transform;
}
.Modal__inner {
  max-width: 1200px;
  max-height: 100vh;
  overflow-y: auto;
  will-change: transform;
}
@media screen and (max-width: 1200px) {
  .Modal__inner {
    margin-inline: auto;
  }
}
.Modal__content {
  position: relative;
  padding-block: 67px;
}
@media screen and (max-width: 1200px) {
  .Modal__content {
    padding-block: 44px;
  }
}
.Modal__close {
  position: absolute;
  top: 0;
  right: 113px;
  width: 58px;
  height: 58px;
}
@media screen and (max-width: 767px) {
  .Modal__close {
    right: 60px;
    width: 35px;
    height: 35px;
  }
}
.Modal__close img {
  width: 38px;
}
@media screen and (max-width: 767px) {
  .Modal__close img {
    width: 15px;
  }
}

/* ----- animation ----- */
@keyframes modalFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes modalFadeOut {
  from { opacity: 1; }
  to   { opacity: 0; }
}
@keyframes modalSlideIn {
  from { transform: translateY(15%); }
  to   { transform: translateY(0);   }
}
@keyframes modalSlideOut {
  from { transform: translateY(0);    }
  to   { transform: translateY(-10%); }
}

.Modal[aria-hidden="false"] .Modal__overlay {
  animation: modalFadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}
.Modal[aria-hidden="false"] .Modal__inner {
  animation: modalSlideIn .3s cubic-bezier(0, 0, .2, 1);
}
.Modal[aria-hidden="true"] .Modal__overlay {
  animation: modalFadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}
.Modal[aria-hidden="true"] .Modal__inner {
  animation: modalSlideOut .3s cubic-bezier(0, 0, .2, 1);
}

/* DataSlide
---------------------------------------- */
.DataSlide {
  position: relative;
  padding-inline: 113px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .DataSlide {
    padding-inline: 60px;
  }
}
.DataSlide__list {
  align-items: center;
}
.DataSlide__item {
  border-radius: var(--item-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.DataSlide__item:has(iframe) {
  aspect-ratio: 16 / 9;
}
.DataSlide__item iframe {
  width: 100%;
  height: 100%;
}
.DataSlide__item.swiper-slide-active {
  z-index: 1;
}

.DataSlide .swiper-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  width: 99px;
  height: 99px;
  border-radius: 50%;
  background-color: var(--color-primary03);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .DataSlide .swiper-button {
    width: 40px;
    height: 40px;
  }
}
.DataSlide .swiper-button-prev {
  left: 0;
}
@media screen and (max-width: 767px) {
  .DataSlide .swiper-button-prev {
    left: 10px;
  }
}
.DataSlide .swiper-button-next {
  right: 0;
}
@media screen and (max-width: 767px) {
  .DataSlide .swiper-button-next {
    right: 10px;
  }
}
.DataSlide .swiper-button-prev::after,
.DataSlide .swiper-button-next::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  mask-image: url(/member/pappiness/assets/img/icon_arrow.svg);
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: var(--color-primary01);
}
@media screen and (max-width: 767px) {
  .DataSlide .swiper-button-prev::after,
  .DataSlide .swiper-button-next::after {
    width: 16px;
    height: 16px;
  }
}
.DataSlide .swiper-button-prev::after {
  transform: scale(-1);
}
.DataSlide .swiper-button-disabled {
  opacity: .75;
  cursor: auto;
}
.DataSlide .swiper-button-disabled::after {
  background-color: rgb(6 102 255 / .75);
}

/* BgArea
---------------------------------------- */
.BgArea {
  background-color: var(--color-main);
  background-repeat: no-repeat;
  background-size: cover;
}
.BgArea--shape {
  margin-block: var(--offset-margin);
  padding-block: calc(109px + var(--offset-padding)) calc(117px + var(--offset-padding));
  background-image: url(/member/pappiness/assets/img/bg_scroll_01.webp);
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .BgArea--shape {
    padding-block: calc(40px + var(--offset-padding)) calc(30px + var(--offset-padding));
  }
}
.BgArea--flower {
  margin-block: var(--offset-margin) -40px;
  padding-block: calc(79px + var(--offset-padding)) 128px;
  background-image: url(/member/pappiness/assets/img/bg_scroll_02.webp);
  background-position: center bottom -15px;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .BgArea--flower {
    padding-block: calc(53px + var(--offset-padding)) 102px;
    background-position: left 35% bottom -15px;
    background-size: 2025px auto;
  }
}

/* ScrollImg
---------------------------------------- */
.ScrollImg {
  width: 100%;
  background-repeat: repeat-x;
  background-position: center center;
  background-size: auto 100%;
}
.ScrollImg--01 {
  height: 330px;
  background-image: url(/member/pappiness/assets/img/img_scroll_01.webp);
  animation: imgLoop01 50s linear infinite;
}
@media screen and (max-width: 767px) {
  .ScrollImg--01 {
    height: 190px;
    animation-duration: 75s;
  }
}
@keyframes imgLoop01 {
  from { background-position: 0 0; }
  to   { background-position: 2263px 0; }
}
@media screen and (max-width: 767px) {
  @keyframes imgLoop01 {
    from { background-position: 0 0;  }
    to   { background-position: 1303px 0; }
  }
}

.ScrollImg--02 {
  height: 118px;
  background-image: url(/member/pappiness/assets/img/img_scroll_02.webp);
  animation: imgLoop02 50s linear infinite;
}
@media screen and (max-width: 767px) {
  .ScrollImg--02 {
    height: 107px;
    animation-duration: 75s;
  }
}
@keyframes imgLoop02 {
  from { background-position: 0 0; }
  to   { background-position: 2189px 0; }
}
@media screen and (max-width: 767px) {
  @keyframes imgLoop02 {
    from { background-position: 0 0; }
    to   { background-position: 1985px 0; }
  }
}

.Footer {
  border-radius: 0;
  background-color: transparent;
}