@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Google+Sans+Flex:opsz,wght@6..144,1..1000&family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Shippori+Mincho&family=Zen+Kaku+Gothic+New&display=swap");
body {
  overflow-x: hidden;
}

#header {
  display: none;
}

.contents {
  overflow-x: initial;
}

.menu-column {
  position: relative;
  margin-top: 0;
  z-index: 99;
}

:root {
  --theme: #144f1e;
  --black: #000;
  --cream: #f9ecd6;
  --beige: #efded5;
  --white: #fff;
  --font-mincho: "Shippori Mincho", serif;
  --font-gothic: "Zen Kaku Gothic New", sans-serif;
  --font-playfair: "Playfair Display", serif;
  --font-montserrat: "Montserrat", sans-serif;
  --font-bodoni: "Bodoni Moda", serif;
  --font-marcellus: "Marcellus", serif;
  --font-googlesans: "Google Sans Flex", sans-serif;
}

:root {
  --header-height: 113px;
  --anchor: var(--header-height);
}

[anchor] {
  margin-top: calc(var(--anchor) * -1);
  padding-top: var(--anchor);
}

@media screen and (min-width: 768px) {
  .vpc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .vpc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .vsp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .vsp {
    display: block;
  }
}
a:link {
  text-decoration: none;
}

.bg-beige {
  background-color: var(--beige);
}

body {
  background-color: var(--cream);
  color: var(--black);
}
body.no-scroll {
  overflow: hidden;
}

#brand-coupon {
  background-color: var(--white);
}
#brand-coupon.show .brand-inner {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 5.8rem;
  padding-inline: 3rem;
  padding-bottom: 3rem;
  background-color: var(--cream);
  z-index: 100;
  height: 355px;
}
@media screen and (min-width: 768px) {
  .header {
    height: 402px;
  }
}
.header {
  transition: background-color 320ms 240ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.header-above {
  color: var(--theme);
}
@media screen and (min-width: 768px) {
  .header-above {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 6rem);
  }
}
@media screen and (max-width: 767px) {
  .header-above {
    text-align: center;
  }
}
.header-above p {
  font-family: var(--font-googlesans);
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .header-above p:first-child {
    display: none;
  }
}
.header-below {
  text-align: center;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .header-below {
    padding-top: 100px;
  }
}
.header-below p {
  font-family: var(--font-googlesans);
  font-size: 1.4rem;
  color: var(--theme);
}
.header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.header-logo picture {
  margin-inline: auto;
}
.header-logo picture img {
  transition: width 0.4s cubic-bezier(0.4, 0.16, 0, 0.95);
}

body.scrolled .header {
  position: fixed;
  top: 0;
  left: 0;
  padding-block: 1rem;
  padding-inline: 3rem;
  height: 113px;
  background-color: var(--cream);
}
@media screen and (min-width: 768px) {
  body.scrolled .header {
    padding-block: 2rem;
  }
}
body.scrolled .header.is-color {
  background-color: var(--beige);
}
body.scrolled .header.is-color-white {
  background-color: var(--white);
}
body.scrolled .header-logo picture img {
  width: 14rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  body.scrolled .header-logo picture img {
    width: 30rem;
  }
}
@media screen and (max-width: 767px) {
  body.scrolled .header-above {
    display: none;
  }
}
body.scrolled .header-below {
  display: none;
}
body.scrolled .sl {
  margin-top: 113px;
}

#main .newupdate {
  position: relative;
  overflow-x: clip;
  font-family: var(--font-mincho);
}
#main .newupdate a {
  color: var(--black);
}
#main .newupdate .top-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding-block: 0.5rem;
  background-color: var(--theme);
  color: #fff;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main .newupdate .top-bar {
    letter-spacing: 0.1rem;
  }
}
#main .newupdate .hamburger-btn {
  position: fixed;
  display: block;
  top: 2rem;
  right: 1.5rem;
  cursor: pointer;
  z-index: 1001;
}
@media screen and (min-width: 768px) {
  #main .newupdate .hamburger-btn {
    display: none !important;
  }
}
#main .newupdate .hamburger-btn span {
  display: block;
  width: 4.6rem;
  height: 1px;
  background-color: var(--black);
  margin-bottom: 6px;
  transition: transform 0.3s;
  display: none;
}
#main .newupdate .hamburger-btn.scrolled span {
  display: block;
}
#main .newupdate .hamburger-btn.open span:nth-child(1) {
  transform: rotate(-25deg) translate(0px, 3px);
}
#main .newupdate .hamburger-btn.open span:nth-child(2) {
  transform: rotate(25deg) translate(0px, -4px);
}
#main .newupdate .hamburger-menu {
  display: none;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #efded5;
  color: #f1ebda;
  padding: 5rem 3rem;
  box-sizing: border-box;
  z-index: 1000;
  overflow-y: scroll;
}
#main .newupdate .hamburger-menu-inner {
  position: relative;
}
#main .newupdate .hamburger-menu-list {
  margin-top: 2rem;
}
#main .newupdate .hamburger-menu-list li:nth-child(n+2) {
  margin-top: 2rem;
}
#main .newupdate .hamburger-menu-list li:nth-child(1) a::before {
  content: "1.";
}
#main .newupdate .hamburger-menu-list li:nth-child(2) a::before {
  content: "2.";
}
#main .newupdate .hamburger-menu-list li:nth-child(3) a::before {
  content: "3.";
}
#main .newupdate .hamburger-menu-list li:nth-child(4) a::before {
  content: "4.";
}
#main .newupdate .hamburger-menu-list li:nth-child(5) a::before {
  content: "5.";
}
#main .newupdate .hamburger-menu-list li:nth-child(6) a::before {
  content: "6.";
}
#main .newupdate .hamburger-menu-list li:nth-child(7) a::before {
  content: "7.";
}
#main .newupdate .hamburger-menu-list li:nth-child(8) a::before {
  content: "8.";
}
#main .newupdate .hamburger-menu-list li:nth-child(9) a::before {
  content: "9.";
}
#main .newupdate .hamburger-menu-list li:nth-child(10) a::before {
  content: "10.";
}
#main .newupdate .hamburger-menu-list li:nth-child(11) a::before {
  content: "11.";
}
#main .newupdate .hamburger-menu-list li:nth-child(12) a::before {
  content: "12.";
}
#main .newupdate .hamburger-menu-list li:nth-child(13) a::before {
  content: "13.";
}
#main .newupdate .hamburger-menu-list li:nth-child(14) a::before {
  content: "14.";
}
#main .newupdate .hamburger-menu-list li:nth-child(15) a::before {
  content: "15.";
}
#main .newupdate .hamburger-menu-list li:nth-child(16) a::before {
  content: "16.";
}
#main .newupdate .hamburger-menu-list li a {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: var(--font-marcellus);
  font-size: 2.5rem;
  color: var(--theme);
  line-height: 1;
}
#main .newupdate .hamburger-menu-list li a::before {
  font-family: var(--font-mincho);
  font-size: 1.4rem;
}
#main .newupdate .hamburger-menu-list-title {
  margin-top: 4rem;
}
#main .newupdate .hamburger-menu-list-title p {
  font-family: var(--font-bodoni);
  font-size: 1.68rem;
  color: var(--theme);
  line-height: 1;
}
#main .newupdate .hamburger-menu-list-pagetop {
  margin-top: 4rem;
  text-align: center;
}
#main .newupdate .hamburger-menu-list-pagetop a {
  font-family: var(--font-bodoni);
  font-size: 2.677rem;
  color: var(--theme);
  line-height: 1;
}
#main .newupdate .hamburger-menu-floor-map {
  margin-top: 4rem;
  text-align: center;
}
#main .newupdate .hamburger-menu-floor-map img {
  width: 80%;
  height: auto;
}
#main .newupdate .sl {
  position: relative;
  overflow: hidden;
  margin-top: 355px;
}
@media screen and (min-width: 768px) {
  #main .newupdate .sl {
    margin-top: 402px;
  }
}
#main .newupdate .slide {
  position: relative;
  background-color: var(--cream);
  border-top: 1px solid var(--black);
  overflow: hidden;
  z-index: 10;
}
#main .newupdate .slide-inner {
  display: flex;
  border-bottom: 1px solid var(--black);
}
#main .newupdate .slide-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  border-right: 1px solid var(--black);
}
@media screen and (min-width: 768px) {
  #main .newupdate .slide-title {
    width: 9rem;
  }
}
@media screen and (max-width: 767px) {
  #main .newupdate .slide-title img {
    width: 50%;
    height: auto;
  }
}
#main .newupdate .slide-lineup {
  width: calc(100% - 6rem);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #main .newupdate .slide-lineup {
    width: calc(100% - 9rem);
  }
}
#main .newupdate .slide-lineup-inner {
  display: flex;
}
#main .newupdate .slide-item {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: calc(100% - 6rem);
  padding: 2rem;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  #main .newupdate .slide-item {
    padding: 3rem 2rem;
  }
}
#main .newupdate .slide-item {
  border-right: 1px solid var(--black);
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main .newupdate .slide-item {
    width: 20%;
  }
}
#main .newupdate .slide-item:last-child {
  border-right: none;
}
#main .newupdate .slide-item figure {
  position: relative;
  overflow: hidden;
  flex: 1 1 auto;
}
#main .newupdate .slide-item figure::before {
  float: left;
  content: "";
  padding-top: 100%;
}
#main .newupdate .slide-item figure::after {
  display: block;
  content: "";
  clear: both;
}
#main .newupdate .slide-item figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#main .newupdate .slide-item:hover figure img {
  transform: scale(1.05);
}
#main .newupdate .slide-brand-name {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
  font-family: var(--font-marcellus);
  font-size: 3rem;
  line-height: 1;
  flex: 1 1 auto;
}
@media screen and (min-width: 768px) {
  #main .newupdate .slide-brand-name {
    font-size: 3.2rem;
  }
}
#main .newupdate .slide-brand-open {
  padding-top: 1rem;
  font-family: var(--font-marcellus);
  font-size: 2.35rem;
}
#main .newupdate .slide-brand-open span {
  padding-inline: 0.5rem 1rem;
  font-size: 1.55rem;
}
#main .newupdate .brand-lead {
  position: relative;
  width: 100%;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 10;
}
#main .newupdate .brand-lead-text {
  font-size: 1.55rem;
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  #main .newupdate .brand-lead-text {
    font-size: 1.7rem;
    line-height: 2.4;
  }
}
#main .newupdate .brand-lead-text-note {
  padding-top: 0.5rem;
  font-size: 1.1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main .newupdate .brand-lead-text-note {
    font-size: 1.2rem;
  }
}
#main .newupdate .brand-side {
  position: fixed;
  top: 0;
  width: calc((100% - 500px) / 2);
  height: 100vh;
  opacity: 0;
}
#main .newupdate .brand-left {
  left: 0;
}
@media screen and (max-width: 767px) {
  #main .newupdate .brand-left {
    display: none;
  }
}
#main .newupdate .brand-right {
  right: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-right: 4vw;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  #main .newupdate .brand-right {
    display: none;
  }
}
#main .newupdate .brand-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 113px);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 320ms 240ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #main .newupdate .brand-content {
    margin-top: 113px;
  }
}
@media screen and (min-width: 768px) {
  #main .newupdate .brand-content {
    height: 100vh;
  }
}
#main .newupdate .brand-inner {
  margin-inline: auto;
  padding-inline: 3.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .newupdate .brand-inner {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #main .newupdate .brand-inner {
    max-width: 50rem;
    padding-top: 8rem;
    padding-inline: 5.5rem;
  }
}
@media screen and (max-height: 830px) {
  #main .newupdate .brand-inner {
    max-width: 59vh;
  }
}
#main .newupdate .brand-head {
  position: absolute;
  top: 14rem;
  left: 4vh;
  line-height: 1;
  transition: all 0.4s;
}
@media screen and (max-height: 900px) {
  #main .newupdate .brand-head {
    width: 20rem;
  }
}
#main .newupdate .brand-nav {
  position: absolute;
  bottom: 5vh;
  left: 4vh;
}
#main .newupdate .brand-nav p {
  font-family: var(--font-marcellus);
  color: var(--theme);
}
#main .newupdate .brand-nav ul {
  margin-top: 2vh;
}
#main .newupdate .brand-nav ul li:nth-child(n+2) {
  margin-top: 1.5vh;
}
@media screen and (max-height: 960px) {
  #main .newupdate .brand-nav ul li:nth-child(n+2) {
    margin-top: 0.95vh;
  }
}
#main .newupdate .brand-nav ul li a {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: var(--font-marcellus);
  font-size: 2.4rem;
  color: var(--theme);
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1400px), (max-height: 900px) {
  #main .newupdate .brand-nav ul li a {
    font-size: clamp(16px, 2.55vw, 24px);
  }
}
#main .newupdate .brand-nav ul li a::before {
  font-family: var(--font-mincho);
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1400px), (max-height: 900px) {
  #main .newupdate .brand-nav ul li a::before {
    font-size: clamp(13px, 2vw, 15px);
  }
}
#main .newupdate .brand-nav ul li:nth-child(1) a::before {
  content: "1.";
}
#main .newupdate .brand-nav ul li:nth-child(2) a::before {
  content: "2.";
}
#main .newupdate .brand-nav ul li:nth-child(3) a::before {
  content: "3.";
}
#main .newupdate .brand-nav ul li:nth-child(4) a::before {
  content: "4.";
}
#main .newupdate .brand-nav ul li:nth-child(5) a::before {
  content: "5.";
}
#main .newupdate .brand-nav ul li:nth-child(6) a::before {
  content: "6.";
}
#main .newupdate .brand-nav ul li:nth-child(7) a::before {
  content: "7.";
}
#main .newupdate .brand-nav ul li:nth-child(8) a::before {
  content: "8.";
}
#main .newupdate .brand-nav ul li:nth-child(9) a::before {
  content: "9.";
}
#main .newupdate .brand-nav ul li:nth-child(10) a::before {
  content: "10.";
}
#main .newupdate .brand-nav ul li:nth-child(11) a::before {
  content: "11.";
}
#main .newupdate .brand-nav ul li:nth-child(12) a::before {
  content: "12.";
}
#main .newupdate .brand-nav ul li:nth-child(13) a::before {
  content: "13.";
}
#main .newupdate .brand-nav ul li:nth-child(14) a::before {
  content: "14.";
}
#main .newupdate .brand-nav ul li:nth-child(15) a::before {
  content: "15.";
}
#main .newupdate .brand-nav ul li:nth-child(16) a::before {
  content: "16.";
}
@media screen and (max-width: 767px) {
  #main .newupdate .brand-nav-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #main .newupdate .brand-nav-sp {
    display: none;
  }
}
#main .newupdate .brand-discription {
  position: relative;
  margin-top: 1.5rem;
}
#main .newupdate .brand-open {
  font-family: var(--font-marcellus);
  font-size: 2.35rem;
}
#main .newupdate .brand-open span {
  padding-inline: 0.5rem 1rem;
  font-size: 1.55rem;
}
#main .newupdate .brand-more {
  position: absolute;
  top: -0.5rem;
  right: 0;
  width: 2.8rem;
  height: 2.8rem;
}
@media screen and (min-width: 768px) {
  #main .newupdate .brand-more {
    top: 0;
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media screen and (max-height: 768px) {
  #main .newupdate .brand-more {
    top: -1vh;
    width: 2.4rem;
    height: 2.4rem;
  }
}
#main .newupdate .brand-more button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#main .newupdate .brand-more button span {
  display: block;
  background-color: var(--black);
}
#main .newupdate .brand-more button span:first-child {
  width: 100%;
  height: 1px;
}
#main .newupdate .brand-more button span:last-child {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
}
#main .newupdate .brand-copy {
  position: relative;
  height: 120vh;
  padding-bottom: 120vh;
  text-align: center;
  mix-blend-mode: difference;
  pointer-events: none;
}
#main .newupdate .brand-copy-inner {
  position: absolute;
  width: 100%;
  text-align: center;
  top: -20vh;
}
#main .newupdate .brand-copy-1 {
  padding: 0;
}
#main .newupdate .brand-copy-12 {
  height: 100vh;
  padding-bottom: 100vh;
}
#main .newupdate .brand-copy-13 {
  height: inherit;
  padding-bottom: 0;
  pointer-events: visible;
}
#main .newupdate .brand-copy-13 .brand-copy-inner {
  position: relative;
  top: 0;
}
#main .newupdate .brand-copy-text {
  font-size: 5.2rem;
  font-family: var(--font-marcellus);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #main .newupdate .brand-copy-text {
    font-size: 7.6rem;
    line-height: 1.4;
  }
}
#main .newupdate .brand-content.show {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 320ms ease;
  -moz-transition: opacity 320ms ease;
  -o-transition: opacity 320ms ease;
  -ms-transition: opacity 320ms ease;
  transition: opacity 320ms ease;
  pointer-events: visible;
  pointer-events: auto;
}
#main .newupdate .brand.is-show .brand-side {
  opacity: 1;
}
#main .newupdate .brand-list {
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  #main .newupdate .brand-list {
    border-top: 1px solid var(--black);
  }
}
#main .newupdate .brand-list figure {
  position: relative;
}
#main .newupdate .brand-list figure figcaption {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
}
#main .newupdate .brand-list-col2 {
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #main .newupdate .brand-list-col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 118rem;
    margin-block: 4rem;
  }
  #main .newupdate .brand-list-col2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: calc(100% - 2rem);
    background-color: var(--black);
  }
}
#main .newupdate .brand-list-col2-box {
  position: relative;
  display: grid;
  grid-row: span 5;
  grid-template-rows: subgrid;
  gap: 0;
}
@media screen and (max-width: 767px) {
  #main .newupdate .brand-list-col2-box {
    margin-inline: auto;
    padding-bottom: 4rem;
    padding-inline: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  #main .newupdate .brand-list-col2-box {
    max-width: 59rem;
    padding-bottom: 5rem;
    padding-inline: 10rem;
  }
}
#main .newupdate .brand-list-col2-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.8rem !important;
  font-family: var(--font-marcellus);
  color: var(--theme);
  line-height: 1;
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #main .newupdate .brand-list-col2-head {
    font-size: 5.8rem !important;
  }
}
@media screen and (max-width: 767px) {
  #main .newupdate .brand-list-col2-head::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 1px;
    background-color: var(--black);
  }
}
#main .newupdate .brand-list-col2-open {
  margin-top: 1.5rem;
  font-family: var(--font-marcellus);
  font-size: 2.35rem;
  text-align: center;
}
#main .newupdate .brand-list-col2-open span {
  padding-inline: 0.5rem 1rem;
  font-size: 1.55rem;
}
#main .newupdate .brand-list-col2-name {
  margin-block: 1rem 0.5rem;
  text-align: center;
}
#main .newupdate .brand-list-col2-text {
  font-family: var(--font-gothic);
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #main .newupdate .brand-list-col2-text {
    font-size: 1.4rem;
  }
}
#main .newupdate .brand-list-col3 {
  position: relative;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #main .newupdate .brand-list-col3 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  #main .newupdate .brand-list-col3 {
    display: flex;
    justify-content: space-between;
    margin-top: 4rem;
    padding-block: 4rem;
    border-top: 1px solid var(--black);
  }
}
@media screen and (min-width: 768px) {
  #main .newupdate .brand-list-col3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 33.33%;
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 8rem);
    background-color: var(--black);
  }
}
@media screen and (min-width: 768px) {
  #main .newupdate .brand-list-col3::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 66.66%;
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 8rem);
    background-color: var(--black);
  }
}
#main .newupdate .brand-list-col3-box {
  display: grid;
  grid-row: span 5;
  grid-template-rows: subgrid;
  gap: 0;
  padding-bottom: 4rem;
  padding-inline: 2rem;
}
@media screen and (min-width: 768px) {
  #main .newupdate .brand-list-col3-box {
    width: 33.3333333333%;
    padding-bottom: 5rem;
    padding-inline: 10rem;
  }
}
#main .newupdate .brand-list-col3-head {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.8rem !important;
  font-family: var(--font-marcellus);
  color: var(--theme);
  line-height: 1;
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  #main .newupdate .brand-list-col3-head {
    display: none;
  }
}
#main .newupdate .brand-list-col3-head-sp {
  font-size: 2.2rem;
  font-family: var(--font-marcellus);
  color: var(--theme);
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main .newupdate .brand-list-col3-head-sp {
    display: none;
  }
}
#main .newupdate .brand-list-col3-inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .newupdate .brand-list-col3-inner {
    display: flex;
    justify-content: space-between;
    padding-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  #main .newupdate .brand-list-col3-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 1px;
    background-color: var(--black);
  }
}
@media screen and (max-width: 767px) {
  #main .newupdate .brand-list-col3-photo {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  #main .newupdate .brand-list-col3-discription {
    width: 54%;
  }
}
#main .newupdate .brand-list-col3-open {
  margin-top: 1.5rem;
  font-family: var(--font-marcellus);
  font-size: 2.35rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .newupdate .brand-list-col3-open {
    display: none;
  }
}
#main .newupdate .brand-list-col3-open span {
  padding-inline: 0.5rem 1rem;
  font-size: 1.55rem;
}
#main .newupdate .brand-list-col3-open-sp {
  margin-top: 1rem;
  font-family: var(--font-marcellus);
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main .newupdate .brand-list-col3-open-sp {
    display: none;
  }
}
#main .newupdate .brand-list-col3-open-sp span {
  padding-inline: 0.25rem 0.5rem;
  font-size: 1rem;
}
#main .newupdate .brand-list-col3-name {
  margin-block: 1rem 0.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .newupdate .brand-list-col3-name {
    font-size: 1.4rem;
  }
}
#main .newupdate .brand-list-col3-text {
  font-family: var(--font-gothic);
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #main .newupdate .brand-list-col3-text {
    font-size: 1.4rem;
  }
}
#main .newupdate-footer {
  position: relative;
  padding-block: 7rem 4rem;
  background-color: var(--theme);
  color: var(--white);
  z-index: 13;
}
#main .newupdate-footer-inner {
  margin-inline: auto;
  padding-inline: 2rem;
}
@media screen and (min-width: 768px) {
  #main .newupdate-footer-inner {
    max-width: 74rem;
  }
}
#main .newupdate-footer-link {
  display: inline-flex;
}
#main .newupdate-footer-nav {
  padding-block: 4rem 4rem;
}
@media screen and (min-width: 768px) {
  #main .newupdate-footer-nav {
    padding-block: 4rem 7rem;
  }
}
@media screen and (min-width: 768px) {
  #main .newupdate-footer-nav:last-child {
    padding-left: 10rem;
  }
}
#main .newupdate-footer-nav li {
  text-align: left;
}
#main .newupdate-footer-nav li:nth-child(n+2) {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  #main .newupdate-footer-nav li:nth-child(n+2) {
    margin-top: 0.5rem;
  }
}
#main .newupdate-footer-nav li a {
  display: block;
  font-family: var(--font-marcellus);
  font-size: 1.4rem;
  color: var(--white);
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  #main .newupdate-footer-nav li a {
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  #main .newupdate-footer-nav li a {
    font-size: 2rem;
  }
}
#main .newupdate-footer-copyright {
  font-family: var(--font-googlesans);
  font-size: 1.3rem;
  font-weight: 200;
  text-align: center;
}
#main .newupdate-coupon {
  mix-blend-mode: normal !important;
}
@media screen and (max-width: 767px) {
  #main .newupdate-coupon-inner {
    margin-block: 4rem;
    padding-inline: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  #main .newupdate-coupon-inner {
    margin-block: 5rem;
  }
}
#main .newupdate-coupon-inner img {
  border: 1px solid var(--black);
}
@media screen and (min-width: 768px) {
  #main .newupdate-coupon-inner img {
    max-width: 390px;
  }
}
#main .newupdate-coupon-inner p {
  padding-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .newupdate-coupon-inner p {
    font-size: 1.4rem;
  }
}
#main .newupdate-coupon-inner p a {
  color: var(--theme);
  text-decoration: underline;
  text-underline-offset: 0.5rem;
}
#main .newupdate-coupon-inner p a:hover {
  text-decoration: none;
}
#main .newupdate-topics {
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .newupdate-topics {
    padding-inline: 2rem;
  }
}
#main .newupdate-topics-inner {
  max-width: 51rem;
  margin-inline: auto;
  padding: 2rem;
  background-color: #f5e14d;
  border-radius: 1rem;
  color: var(--white);
}
@media screen and (min-width: 768px) {
  #main .newupdate-topics-inner {
    padding: 4rem 3rem;
  }
}
#main .newupdate-topics-item:nth-child(n+2) {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--theme);
}
@media screen and (min-width: 768px) {
  #main .newupdate-topics-item:nth-child(n+2) {
    margin-top: 4rem;
    padding-top: 4rem;
  }
}
#main .newupdate-topics-box {
  padding-bottom: 4rem;
}
#main .newupdate-topics-box:nth-child(n+2) {
  padding-top: 4rem;
  border-top: 1px solid var(--white);
}
#main .newupdate-topics-title {
  font-family: var(--font-gothic);
  font-weight: 600;
  line-height: 1.2;
}
#main .newupdate-topics-title span {
  font-size: 1.8rem;
}
#main .newupdate-topics-title p {
  font-size: 3.6rem;
}
#main .newupdate-topics-discription {
  padding-top: 1rem;
  font-family: var(--font-gothic);
  font-size: 1.4rem;
  line-height: 1.5;
}
#main .newupdate-topics-discription p + p {
  padding-top: 1rem;
}
#main .newupdate-topics-link {
  text-align: center;
}
#main .newupdate-topics-link a {
  color: var(--white);
  text-decoration: underline;
}
#main .newupdate-topics-row {
  display: flex;
  justify-content: space-between;
}
#main .newupdate-topics-1 .newupdate-topics-row {
  align-items: center;
}
#main .newupdate-topics-1 .newupdate-topics-col:first-child {
  flex: 1 0 0;
}
#main .newupdate-topics-1 .newupdate-topics-col:last-child {
  width: 15.6rem;
}
#main .newupdate-topics-2 .newupdate-topics-row {
  gap: 1rem;
  margin-top: 1rem;
}
#main .newupdate-topics-2 .newupdate-topics-col:first-child {
  flex: 1 0 0;
  font-family: var(--font-gothic);
  font-size: 1.4rem;
  line-height: 1.5;
}
#main .newupdate-topics-2 .newupdate-topics-col:last-child {
  position: relative;
  width: 19.4rem;
  display: flex;
  justify-content: flex-end;
}
#main .newupdate-topics-2 .newupdate-topics-col:last-child img {
  width: 14.4rem;
}
#main .newupdate-topics-2 .newupdate-topics-subtitle {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#main .newupdate-topics-2 .newupdate-topics-subtitle em {
  font-family: var(--font-marcellus);
  font-size: 4rem;
  line-height: 1;
}
#main .newupdate-topics-2 .newupdate-topics-subtitle p {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0;
}
#main .newupdate-topics-2 .newupdate-topics-bubble {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0.5rem 0.5rem 0.8rem;
  font-family: var(--font-gothic);
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  background-color: var(--white);
  color: #00834b;
  border-radius: 50%;
}
#main .newupdate-topics-2 .newupdate-topics-bubble::after {
  content: "";
  position: absolute;
  top: 20%;
  right: -8px;
  border-style: solid;
  border-width: 4px 4px 4px 10px;
  border-color: transparent transparent transparent var(--white);
  transform: rotate(-30deg);
}
#main .newupdate-topics-3 .newupdate-topics-row {
  gap: 2rem;
}
#main .newupdate-topics-3 .newupdate-topics-col:first-child {
  width: 12.2rem;
}
#main .newupdate-topics-3 .newupdate-topics-col:last-child {
  flex: 1 0 0;
}
#main .newupdate .modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 400ms ease-in-out, visibility 400ms ease-in-out;
  z-index: 999;
}
#main .newupdate .modal.is-visible {
  opacity: 1;
  visibility: visible;
}
#main .newupdate .modal-content {
  position: relative;
  width: 100%;
  background-color: #e7ddc6;
  padding: 3rem 2rem;
  max-width: 44rem;
  font-size: 20px;
  line-height: 30px;
  margin: auto;
  z-index: 1000;
}
#main .newupdate .modal-content figure {
  padding-inline: 4.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main .newupdate .modal-content figure {
    padding-inline: 8rem;
  }
}
#main .newupdate .modal-content figure figcaption {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  font-family: var(--font-mincho);
  font-size: 1.5rem;
}
#main .newupdate .modal-content-type2 {
  padding-top: 8rem;
}
#main .newupdate .modal-content-type2 figure {
  padding-inline: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main .newupdate .modal-content-type2 figure {
    padding-inline: 3rem;
  }
}
#main .newupdate .modal-close {
  position: absolute;
  top: 3rem;
  right: 3rem;
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
#main .newupdate .modal-close::before, #main .newupdate .modal-close::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--black);
}
#main .newupdate .modal-close::before {
  transform: rotate(45deg);
}
#main .newupdate .modal-close::after {
  transform: rotate(-45deg);
}
#main .newupdate .modal-open {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
#main .newupdate .modal-discription {
  font-family: var(--font-gothic);
  font-size: 1.4rem;
  line-height: 1.5;
}
#main .newupdate .modal-infomation {
  margin-top: 2rem;
}
#main .newupdate .modal-infomation-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--theme);
  text-align: center;
}
#main .newupdate .modal-infomation-title2 {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--theme);
  text-align: center;
}
#main .newupdate .modal-infomation-subtitle {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--theme);
  text-align: center;
  line-height: 1.2;
}
#main .newupdate .modal-infomation-date {
  padding-top: 1rem;
  font-family: var(--font-gothic);
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.5;
}
#main .newupdate .modal-infomation-details {
  padding-top: 1rem;
  font-family: var(--font-gothic);
  font-size: 1.4rem;
  line-height: 1.5;
}
#main .newupdate .modal-infomation-details a {
  color: var(--theme);
  text-decoration: underline;
  text-underline-offset: 0.5rem;
}
#main .newupdate .modal-infomation-details a:hover {
  text-decoration: none;
}
#main .newupdate .modal-infomation-details strong {
  font-weight: 700;
  color: var(--theme);
}
#main .newupdate .modal-infomation-details-center {
  text-align: center;
}
#main .newupdate .modal-slide {
  margin-inline: 4.5rem;
}
#main .newupdate .modal-brand-name {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  font-family: var(--font-mincho);
  font-size: 1.5rem;
  text-align: center;
}

[class*=modal-slide-arrow-] {
  position: absolute;
  top: 50%;
  translate: translateY(-50%);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.161' height='30.45' viewBox='0 0 18.161 30.45'%3E%3Cpath d='M17.889,30.133.639,15.224,17.889.315' transform='translate(0 0)' fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='0.835'/%3E%3C/svg%3E") no-repeat center center/contain;
  width: 20px;
  aspect-ratio: 1;
  z-index: 2;
}

.modal-slide-arrow-prev {
  left: -35px;
}

.modal-slide-arrow-next {
  right: -35px;
  rotate: 180deg;
}

@media (hover: hover) {
  [class*=modal-slide-arrow-] {
    transition: 0.3s;
  }
  [class*=modal-slide-arrow-]:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
.fadeout {
  animation-name: fadeout;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}/*# sourceMappingURL=style_0717.css.map */