:root {
  --familyCinzel: "Cinzel", serif;
  --familyMincho: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  --familyNoto: "Noto Sans JP", sans-serif;
  --familyNotoSerif: "Noto Serif JP", serif;
  --familyRoman: "Times New Roman", serif;
  --fontMax14Min12: clamp(.75rem, .714rem + .18vw, .875rem);
  --fontMax16Min14: clamp(.875rem, .839rem + .18vw, 1rem);
  --fontMax18Min16: clamp(1rem, .964rem + .18vw, 1.125rem);
  --fontMax29Min22: clamp(1.375rem, 1.25rem + .63vw, 1.813rem);
  --fontMax64Min36: clamp(2.25rem, 1.75rem + 2.5vw, 4rem);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

body {
  background: #000;
}

body.locked {
  overflow: hidden;
}

main {
  overflow: hidden;
}

.js-ribbonLoadTrigger {
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100vw;
}

p,
h5,
h4,
h3,
h2,
h1,
a,
dd,
dt,
li,
figcaption,
button,
label,
input {
  color: #fff;
  font-family: var(--familyMincho);
  font-size: var(--fontMax16Min14);
  font-weight: 400;
  line-height: 1.8;
}

.titleDisplay {
  display: grid;
  gap: clamp(1.75rem, 2.8vw, 2.5rem);
  grid-template-columns: clamp(10rem, 13.8vw, 12.5rem) auto clamp(10rem, 13.8vw, 12.5rem);
  margin: 0 auto;
  width: fit-content;
}

.pageTitleGroup {
  align-self: center;
}

.pageTitle,
.pageLead {
  text-align: center;
  text-shadow: 0 0 12px rgba(3, 120, 180, 1), 0 0 12px rgba(3, 120, 180, 1);
}

.pageLead {
  font-family: var(--familyRoman);
  font-size: var(--fontMax64Min36);
  line-height: 1.4;
}

.pageLead .blue {
  color: #1ba1bc;
}

.pageTitle {
  font-size: 1.125rem;
}

.section {
  padding: clamp(3.75rem, 5.56vw, 5rem) 1.25rem;
  position: relative;
}

.container {
  margin: 0 auto;
  max-width: 67.5rem;
}

.cta {
  align-items: center;
  background: linear-gradient(90deg, rgba(12,48,94,1) 0%, rgba(8,58,121,1) 10%, rgba(54,96,149,1) 38%, rgba(53,106,173,1) 50%, rgba(54,96,149,1) 64%, rgba(8,58,121,1) 90%, rgba(12,48,94,1) 100%);
  color: #fff;
  display: flex;
  height: 40px;
  justify-content: center;
  max-width: 180px;
  transition: filter .4s cubic-bezier(.215, .610, .355, 1);
  width: 100%;
}

.cta:hover {
  filter: brightness(1.2);
}

.common__text {
  margin-top: 2.5rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .titleDisplay {
    grid-template-columns: 7.5rem auto 7.5rem;
  }
}

@media screen and (max-width: 500px) {
  .titleDisplay {
    gap: 0;
    grid-template-columns: 1fr;
  }
  .titleFlowers {
    justify-self: center;
    max-width: 8rem;
  }
  .titleFlowers--left {
    margin-right: 40vw;
  }
  .section--special .titleFlowers--left {
    transform: translateX(-4rem);
  }
  .section--special .titleFlowers--right {
    transform: translateX(3rem);
  }
  .section--releases .titleFlowers--left,
  .section--calendar .titleFlowers--left {
    transform: translateX(-4rem) rotate(65deg);
  }
  .section--releases .titleFlowers--right,
  .section--calendar .titleFlowers--right {
    transform: translate(2.8rem, -1rem) rotate(210deg);
  }
  .titleFlowers--right {
    margin-left: 40vw;
  }
}

/*___________________
 Header
 ___________________*/

.header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 50%;
  max-width: 90rem;
  padding: 1.875rem clamp(2.5rem, 3.82vw, 3.43rem);
  position: fixed;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  z-index: 100;
}

.header__logo img {
  max-width: 6.25rem;
}

.header__nav {
  display: flex;
  gap: 1rem;
  margin-left: auto;
}

.header__nav a {
  font-family: var(--familyRoman);
  line-height: 1.4;
  transition: opacity .4s cubic-bezier(.23, 1, .320, 1);
}

.header__nav a:hover {
  opacity: .6;
}

.header__langauge {
  border: 1px solid #fff;
  display: flex !important;
  height: fit-content;
  margin-left: clamp(1.5rem, 2.8vw, 2.5rem);
}

.header__languageButton {
  align-items: center;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: var(--familyRoman);
  font-size: 1.125rem;
  height: 2.25rem;
  justify-content: center;
  line-height: 1.4;
  width: 2.25rem;
}

.header__languageButton.selected {
  background: #fff;
  color: #000;
}

.hamburger {
  cursor: pointer;
  display: none;
  height: 2.8rem;
  margin-left: 2rem;
  position: relative;
  width: 2.8rem;
}

.hamburger span {
  background: #fff;
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 40%;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  width: 2.5rem;
}

.hamburger span:nth-of-type(2) {
  top: 60%;
}

.hamburger.open span:first-child {
  top: 50%;
  transform: rotate(23deg);
}

.hamburger.open span:last-child {
  top: 50%;
  transform: rotate(-23deg);
}

.sidedrawer {
  align-items: center;
  background: #000;
  box-sizing: border-box;
  display: flex;
  height: 100dvh;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding-top: 5rem;
  position: fixed;
  top: 0;
  transform: translateX(100%);
  transition: opacity .3s cubic-bezier(.39, .575, .565, 1),
  visibility .3s cubic-bezier(.39, .575, .565, 1),
  transform .6s cubic-bezier(.39, .575, .565, 1);
  visibility: hidden;
  width: 100%;
  z-index: 10;
}

.sidedrawer__nav {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  height: calc(100vh - 100px);
  overflow-y: scroll;
  padding: 2rem 1rem;
  width: 100%;
}

.sidedrawer.open {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
}

.sidedrawer a {
  font-family: var(--familyRoman);
  font-size: 1.5rem;
  line-height: 1.4;
  opacity: 0;
  text-align: center;
  transform: translateY(50px);
  transition: all .4s cubic-bezier(.645, .045, .355, 1);
  transition-delay: .3s;
  visibility: hidden;
}

.sidedrawer.open a {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}

@media screen and (max-width: 1000px) {
  .header__nav {
    display: none;
  }
  .hamburger {
    display: block;
  }
  .header__langauge {
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding: 1.5rem 1.25rem;
  }
  .header__logo img {
    max-width: 4.375rem;
  }
  .sidedrawer__nav {
    gap: 1.5rem;
    justify-content: center;
    padding: 0 1rem 2rem;
  }
}

@media screen and (max-width: 500px) {
  br.for-pc {
    display: none;
  }
}

/* Socials */

.bannersSwiper {
  overflow: visible;
}

.bannersSwiper .swiper-slide {
  align-self: center;
  height: 24vw;
  max-height: 247px;
  max-width: 50.63rem;
  transition: opacity .4s cubic-bezier(.39, .575, .565, 1);
  width: fit-content;
}

.bannersSwiper a {
  display: block;
  height: 100%;
  width: 100%;
}

.bannersSwiper a img {
  height: 100%;
  width: 100%;
}

.bannersSwiper .swiper-slide:hover {
  opacity: .8;
}

.socials__group {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: clamp(3.75rem, 5.6vw, 5rem) auto 0;
  width: fit-content;
}

.socials__nav {
  align-self: center;
  display: flex;
  gap: 1.5rem;
}

.socials__nav a {
  cursor: pointer;
}

.socials__text {
  font-size: 1.125rem;
  text-align: center;
}

.socials__link {
  display: block;
  max-width: 1.32rem;
  transition: opacity .4s cubic-bezier(.39, .575, .565, 1);
}

.socials__link:hover {
  opacity: .8;
}

.cta--social img {
  max-width: 1.5rem;
}


.cta--social {
  justify-content: space-between;
  padding: 0 20px;
  width: 180px;
}

.cta--social p {
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 1.125rem;
  text-align: center;
  width: 100%;
}

/* Footer */

.footer {
  padding-top: clamp(3.75rem, 5.56vw, 5rem);
}

.policy__links,
.copywrite {
  font-size: .75rem;
  text-align: center;
}

.policy__links {
  transition: opacity .4s cubic-bezier(.39, .575, .565, 1);
}

.policy__links:hover {
  opacity: .8;
}

.copywrite {
  margin-top: 16px;
}

.footer__banner {
  margin: 0 auto;
  padding-top: clamp(3.75rem, 11.2vw, 10rem);
  text-align: center;
}

.footer__banner {
  max-width: 90rem;
}

@media screen and (max-width: 767px) {
  .socials__nav:has(.cta) {
    flex-direction: column;
  }
  .section--socials {
    padding-bottom: 0;
  }
}

/* Leaf Container */

.leafContainer {
  background: transparent;
  display: flex;
  height: 100%;
  justify-content: space-between;
  left: 50%;
  max-width: 86.25rem;
  pointer-events: none;
  position: fixed;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}

.leafColumn {
  height: 100vh;
  position: relative;
  width: 150px;
}

.leafImage {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateY(-6.25rem);
}

.leafImage1,
.leafImage2 {
  max-width: 2rem;
}

.leafImage3 {
  max-width: 5.43rem;
}

.leafImage4 {
  max-width: 3.75rem;
}

.leafImage5 {
  max-width: 4.68rem;
}

.leafImage6 {
  max-width: 4.68rem;
}

@media screen and (max-width: 767px) {
  .leafContainer {
    opacity: .6;
  }
}
