.BodyLayer {
  background: #0c0d10;
}
.HeroSection {
  padding-top: 148px;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .HeroSection {
    padding-top: 70px;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .HeroSection {
    padding-top: 70px;
  }
}
@media screen and (max-width: 480px) {
  .HeroSection {
    padding-top: 70px;
  }
}
.CtaSection {
  position: relative;
  margin-top: 230px;
  margin-bottom: 127px;
  padding-top: 148px;
  padding-bottom: 100px;
  background: #1a1b21;
}
@media screen and (max-width: 480px) {
  .CtaSection {
    margin-top: 150px;
    margin-bottom: 0;
    padding-top: 94px;
    padding-bottom: 50px;
  }
}
.Cta-Inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 908px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .Cta-Inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Cta-Inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 480px) {
  .Cta-Inner {
    padding-left: 4.8vw;
    padding-right: 4.8vw;
  }
}
.Cta-Inner-Head {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 480px) {
  .Cta-Inner-Head {
    top: -22px;
  }
}
.Cta-Inner-Head-Headline {
  position: relative;
  text-align: center;
  letter-spacing: 0.08em;
  color: #b7a98c;
  font-size: 80px;
}
@media screen and (max-width: 480px) {
  .Cta-Inner-Head-Headline {
    font-size: 12vw;
  }
}
.Cta-Inner-Head-Headline:before {
  content: '';
  display: block;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 190px;
  height: 1px;
  background: #b7a98c;
}
@media screen and (max-width: 480px) {
  .Cta-Inner-Head-Headline:before {
    top: -30px;
    width: 100px;
  }
}
.Cta-Inner-Head-Text {
  margin-top: 20px;
  text-align: center;
  letter-spacing: 0.16em;
  color: #b7a98c;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Cta-Inner-Head-Text {
    letter-spacing: 0.016em;
    font-size: 3.6vw;
  }
}
.Cta-Inner-Group {
  display: flex;
}
@media screen and (max-width: 480px) {
  .Cta-Inner-Group {
    flex-wrap: wrap;
  }
}
.Cta-Inner-Group-Btn {
  border: 1px solid #f7f7f7;
  width: calc((100% - 60px) / 2);
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  background: #1a1b21;
  color: #f7f7f7;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Cta-Inner-Group-Btn {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  .Cta-Inner-Group-Btn {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 280px;
    height: 50px;
    font-size: 3.3vw;
  }
}
.Cta-Inner-Group-Btn:nth-child(2) {
  margin-left: 60px;
}
@media screen and (max-width: 480px) {
  .Cta-Inner-Group-Btn:nth-child(2) {
    margin-top: 20px;
    margin-left: auto;
  }
}
.FooterSection {
  margin-top: 175px;
}
@media screen and (max-width: 480px) {
  .FooterSection {
    margin-top: 0;
  }
}
.isTopPage .FooterSection {
  margin-top: 290px;
}
@media screen and (max-width: 480px) {
  .isTopPage .FooterSection {
    margin-top: 145px;
  }
}
.Footer {
  position: relative;
  background: #0d131a;
}
.Footer-Inner {
  margin-left: auto;
  margin-right: auto;
  padding-top: 228px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Footer-Inner {
    padding-top: 80px;
  }
}
@media screen and (max-width: 480px) {
  .Footer-Inner {
    padding-top: 40px;
    padding-left: 4.8vw;
    padding-right: 4.8vw;
    padding-bottom: 148px;
  }
}
.Footer-Inner-List {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  width: 89.89%;
  max-width: 1228px;
  display: flex;
  justify-content: center;
  background: #050505;
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Footer-Inner-List {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .Footer-Inner-List {
    display: none;
  }
}
.Footer-Inner-List-Item {
  padding-left: 42px;
  letter-spacing: 0.12em;
  color: #fff;
  font-size: 15px;
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Footer-Inner-List-Item {
    width: 30%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Footer-Inner-List-Item:nth-child(n+4) {
    margin-top: 24px;
  }
}
.Footer-Inner-Box {
  margin-left: auto;
  margin-right: auto;
  width: 92.24%;
  max-width: 1260px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Footer-Inner-Box {
    flex-wrap: wrap;
  }
}
.Footer-Inner-Box-ImgBox {
  width: 132px;
}
@media screen and (max-width: 480px) {
  .Footer-Inner-Box-ImgBox {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 130px;
  }
}
.Footer-Inner-Box-Copy {
  margin-left: auto;
  letter-spacing: 0.12em;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  .Footer-Inner-Box-Copy {
    margin-top: 32px;
    margin-right: auto;
    width: 100%;
    text-align: center;
    font-size: 2.8vw;
  }
}
.FixedCTASection {
  position: fixed;
  bottom: 0px;
  z-index: 24;
  width: 100%;
  border-top: 6px solid #b7a98c;
  display: none;
  background: #1a1b21;
}
.FixedCTASection.isShow {
  display: block;
}
.FixedCTA-Inner {
  padding-left: 4.8vw;
  padding-right: 4.8vw;
  width: 100%;
  height: 83px;
  display: flex;
  align-items: center;
}
.FixedCTA-Inner-Btn {
  width: calc((100% - 15px) / 2);
}
.FixedCTA-Inner-Btn:nth-child(2) {
  margin-left: 15px;
}
.HeaderLayer {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: #0c0d10;
}
.Header {
  width: 100%;
  height: 100%;
}
.Header-Inner {
  padding-left: 3.9vw;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .Header-Inner {
    padding-left: 4.8vw;
  }
}
.Header-Inner-Content {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.Header-Inner-Content-Left {
  padding-top: 40px;
  display: flex;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .Header-Inner-Content-Left {
    padding-top: 0;
    width: 100%;
    align-items: center;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Header-Inner-Content-Left {
    padding-top: 0;
    width: 100%;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .Header-Inner-Content-Left {
    padding-top: 0;
    width: 100%;
    align-items: center;
  }
}
.Header-Inner-Content-Left-ImgBox {
  width: 9.5vw;
  max-width: 130px;
}
@media screen and (max-width: 480px) {
  .Header-Inner-Content-Left-ImgBox {
    width: 120px;
    max-width: none;
  }
}
.Header-Inner-Content-Left-Hm {
  display: none;
  margin-left: auto;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .Header-Inner-Content-Left-Hm {
    display: block;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Header-Inner-Content-Left-Hm {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .Header-Inner-Content-Left-Hm {
    display: block;
  }
}
.Header-Inner-Content-Left-Hm-Link {
  position: relative;
  width: 70px;
  z-index: 100002;
}
.Header-Inner-Content-Entry {
  margin-left: 48px;
  width: 148px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  background: #b7a98c;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .Header-Inner-Content-Entry {
    display: none;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Header-Inner-Content-Entry {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .Header-Inner-Content-Entry {
    display: none;
  }
}
.Header-Inner-Content-Right {
  margin-left: auto;
  height: 148px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 795px;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .Header-Inner-Content-Right {
    display: none;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Header-Inner-Content-Right {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .Header-Inner-Content-Right {
    display: none;
  }
}
.Header-Inner-Content-Right-Item {
  padding: 40px 0 68px;
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  letter-spacing: 0.1em;
  color: #b7a98c;
  font-size: 16px;
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Header-Inner-Content-Right-Item {
    padding: 24px 2em;
  }
}
@media screen and (max-width: 480px) {
  .Header-Inner-Content-Right-Item {
    display: none;
  }
}
.Header-Inner-Content-Right-Item.Hm {
  padding-right: 0;
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Header-Inner-Content-Right-Item.Hm {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .Header-Inner-Content-Right-Item.Hm {
    display: block;
  }
}
.Header-Inner-Content-Right-Item-Link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.Header-Inner-Content-Right-Item-Link-Ja {
  margin-top: 10px;
  width: 100%;
  text-align: center;
  font-size: 10px;
}
.BreadcrumbSection {
  padding-top: 24px;
}
.Breadcrumb-Inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .Breadcrumb-Inner {
    padding-left: 14px;
  }
}
.Breadcrumb-Inner-List-Item {
  display: inline;
  color: #4c4948;
  font-size: 14px;
}
.Breadcrumb-Inner-List-Item::after {
  content: '＞';
  padding: 0 16px;
}
.Breadcrumb-Inner-List-Item:last-child::after {
  content: '';
}
.Breadcrumb-Inner-List-Item-Link {
  display: inline-block;
}
.MenuLayer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  z-index: 100001;
}
.JS_SlideSpMenu_Contents {
  transition: all 0.2s;
  transform: translate(100vw);
}
.JS_SlideSpMenu_Contents.isShow {
  transform: translate(0);
}
.Menu {
  width: 100%;
  height: 100%;
}
.Menu-Head {
  height: auto;
  display: flex;
  align-items: center;
  background: #000;
}
.Menu-Head-MenuIcon {
  margin-left: auto;
  width: 70px;
}
.Menu-Inner {
  padding-top: 32px;
  height: 100%;
}
.Menu-Inner-List {
  width: 100%;
}
.Menu-Inner-List-Item {
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  cursor: pointer;
  color: #b7a98c;
  font-size: 3.8vw;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .Menu-Inner-List-Item {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Menu-Inner-List-Item {
    font-size: 2vw;
  }
}
.Menu-Inner-List-Item:nth-child(n+2) {
  margin-top: 30px;
}
.Menu-Inner-List-Item-Link {
  width: 100%;
}
.OverLayLayer {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  background: rgba(0,0,0,0.3);
  z-index: 1001;
  opacity: 0;
  transition: opacity 0.2s;
}
.OverLayLayer.isShow {
  width: 100%;
  height: 100vh;
  opacity: 1;
}
/* ---------------------------- */
/* --- HeroSection/パンくずリスト --- */
/* ---------------------------- */
.HeroSection {
  position: relative;
  width: 100%;
  height: 47.43vw;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .HeroSection {
    height: 51.75vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .HeroSection {
    height: 51.75vw;
  }
}
@media screen and (max-width: 480px) {
  .HeroSection {
    height: auto;
  }
}
.Hero-Inner {
  width: 100%;
  display: flex;
}
.Hero-Inner-Copy {
  position: relative;
  width: 4.97%;
}
@media screen and (max-width: 480px) {
  .Hero-Inner-Copy {
    width: 8.22vw;
  }
}
.Hero-Inner-Copy-Text {
  position: absolute;
  bottom: 4.4vw;
  left: 50%;
  letter-spacing: 0.24em;
  writing-mode: vertical-rl;
  transform: translateX(-50%) rotate(180deg);
  color: #b7a98c;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Hero-Inner-Copy-Text {
    bottom: 90px;
    font-size: 2.4vw;
  }
}
.Hero-Inner-Content {
  position: relative;
  width: 95.03%;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .Hero-Inner-Content {
    width: 91.78%;
  }
}
.Hero-Inner-Content-Box {
  position: absolute;
  bottom: 125px;
  left: 50px;
}
@media screen and (max-width: 480px) {
  .Hero-Inner-Content-Box {
    bottom: -16.18vw;
    left: -15px;
  }
}
.Hero-Inner-Content-Box-Text {
  letter-spacing: 0.78em;
  color: #b7a98c;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Hero-Inner-Content-Box-Text {
    font-size: 2.5vw;
  }
}
.Hero-Inner-Content-Box-SubTitle {
  margin-top: 40px;
  letter-spacing: 0.08em;
  color: #b7a98c;
  font-size: 100px;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .Hero-Inner-Content-Box-SubTitle {
    font-size: 72px;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Hero-Inner-Content-Box-SubTitle {
    margin-top: 16px;
    font-size: 56px;
  }
}
@media screen and (max-width: 480px) {
  .Hero-Inner-Content-Box-SubTitle {
    margin-top: 22px;
    letter-spacing: normal;
    font-size: 18vw;
  }
	.Hero-Inner-Content-Box-SubTitle,.tachikawa{
		font-size:16vw;
	}
}
.Hero-Inner-Content-Box-Title {
  margin-top: 36px;
  letter-spacing: 0.16em;
  color: #b7a98c;
  font-size: 18px;
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Hero-Inner-Content-Box-Title {
    margin-top: 16px;
  }
}
@media screen and (max-width: 480px) {
  .Hero-Inner-Content-Box-Title {
    margin-top: 28px;
    font-size: 3.2vw;
  }
}
.Hero-Inner-Content-Visual {
  margin-left: auto;
  width: 87.96%;
}
@media screen and (max-width: 480px) {
  .Hero-Inner-Content-Visual {
    width: 98.94%;
  }
}
.Hero-Inner-Content-Visual-ImgBox {
  width: 100%;
}
.Hero-Inner-Content-Visual-ImgBox-Img {
  padding-top: 43.85%;
  width: 100%;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .Hero-Inner-Content-Visual-ImgBox-Img {
    padding-top: 53.85%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Hero-Inner-Content-Visual-ImgBox-Img {
    padding-top: 53.85%;
  }
}
@media screen and (max-width: 480px) {
  .Hero-Inner-Content-Visual-ImgBox-Img {
    display: none;
  }
}
.Hero-Inner-Content-Visual-ImgBox-ImgSp {
  padding-top: 93.58%;
  width: 100%;
  display: none;
}
@media screen and (max-width: 480px) {
  .Hero-Inner-Content-Visual-ImgBox-ImgSp {
    display: block;
  }
}
.Hero-Inner-Content-Scroll {
  position: absolute;
  bottom: 9.8vw;
  right: 40px;
  width: 12px;
}
@media screen and (max-width: 480px) {
  .Hero-Inner-Content-Scroll {
    display: none;
  }
}
.Hero-Inner-Content-Breadcrumb {
  position: absolute;
  bottom: -95px;
  right: 0;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 30px;
  width: 52.5%;
  max-width: 680px;
  background: #b7a98c;
  z-index: 2;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .Hero-Inner-Content-Breadcrumb {
    bottom: -64px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Hero-Inner-Content-Breadcrumb {
    bottom: -64px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 480px) {
  .Hero-Inner-Content-Breadcrumb {
    bottom: -175px;
    padding-top: 21px;
    padding-bottom: 21px;
    padding-left: 20px;
    width: 104%;
  }
}
.Hero-Inner-Content-Breadcrumb-List-Item {
  display: inline;
  letter-spacing: 0.16em;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Hero-Inner-Content-Breadcrumb-List-Item {
    font-size: 3.1vw;
  }
}
.Hero-Inner-Content-Breadcrumb-List-Item:after {
  content: '＞';
}
.Hero-Inner-Content-Breadcrumb-List-Item:last-child:after {
  content: '';
}
.Hero-Inner-Content-Breadcrumb-List-Item-Link {
  display: inline-block;
}
/* ---------------------------- */
/* --- LoungeDetailSection --- */
/* ---------------------------- */
.LoungeDetailSection {
  position: relative;
  padding-top: 160px;
}
@media screen and (max-width: 480px) {
  .LoungeDetailSection {
    margin-top: 174px;
    padding-top: 50px;
  }
}
.LoungeDetailSection-LeftBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 93.7%;
  height: 51.75vw;
  max-height: 615px;
  background: #1a1b21;
  z-index: 1;
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .LoungeDetailSection-LeftBg {
    width: 86.23%;
    height: 165vw;
    max-height: 688px;
  }
}
@media screen and (max-width: 480px) {
  .LoungeDetailSection-LeftBg {
    width: 86.23%;
    height: 165vw;
    max-height: 688px;
  }
}
.LoungeDetail-Inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .LoungeDetail-Inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.LoungeDetail-Inner-SubHeadline {
  text-align: center;
  letter-spacing: 0.78em;
  color: #b7a98c;
  font-size: 14px;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .LoungeDetail-Inner-SubHeadline {
    font-size: 2.8vw;
  }
}
.LoungeDetail-Inner-Headline {
  margin-top: 40px;
  text-align: center;
  letter-spacing: 0.16em;
  color: #b7a98c;
  font-size: 48px;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .LoungeDetail-Inner-Headline {
    margin-top: 30px;
    letter-spacing: 0.05em;
    font-size: 9vw;
  }
}
@media screen and (max-width: 480px) {
  .LoungeDetail-Inner-Headline.isSpecial01 {
    font-size: 8vw;
  }
}
.LoungeDetail-Inner-ImgBox {
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  width: 79%;
  max-width: 1080px;
  z-index: 2;
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .LoungeDetail-Inner-ImgBox {
    margin-top: 36px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .LoungeDetail-Inner-ImgBox {
    margin-top: 36px;
    width: 100%;
  }
}
.LoungeDetail-Inner-ImgBox-Img {
  padding-top: 46.29%;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .LoungeDetail-Inner-ImgBox-Img {
    padding-top: 60.38%;
  }
}
.LoungeDetail-Inner-Card {
  margin-top: 72px;
  display: flex;
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .LoungeDetail-Inner-Card {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 480px) {
  .LoungeDetail-Inner-Card {
    margin-top: 36px;
    flex-wrap: wrap-reverse;
  }
}
.LoungeDetail-Inner-Card-ImgBox {
  width: 53.58%;
  z-index: 2;
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .LoungeDetail-Inner-Card-ImgBox {
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
    width: 64%;
  }
}
@media screen and (max-width: 480px) {
  .LoungeDetail-Inner-Card-ImgBox {
    margin-top: 48px;
    width: 95.16%;
  }
}
.LoungeDetail-Inner-Card-ImgBox-Img {
  padding-top: 72.13%;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .LoungeDetail-Inner-Card-ImgBox-Img {
    padding-top: 66.62%;
  }
}
.LoungeDetail-Inner-Card-Box {
  margin-left: 80px;
  width: 27.81%;
  z-index: 2;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .LoungeDetail-Inner-Card-Box {
    margin-left: 40px;
    width: 38%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .LoungeDetail-Inner-Card-Box {
    margin-left: 0;
    padding-left: 4.8vw;
    padding-right: 4.8vw;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .LoungeDetail-Inner-Card-Box {
    margin-left: 0;
    padding-left: 4.8vw;
    padding-right: 4.8vw;
    width: 100%;
  }
}
.LoungeDetail-Inner-Card-Box-Title {
  line-height: 2;
  letter-spacing: 0.16em;
  color: #b7a98c;
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .LoungeDetail-Inner-Card-Box-Title {
    line-height: 1.5;
    letter-spacing: 0.12em;
    font-size: 6vw;
  }
}
.LoungeDetail-Inner-Card-Box-Title.isSpecial01 {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .LoungeDetail-Inner-Card-Box-Title.isSpecial01 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .LoungeDetail-Inner-Card-Box-Title.isSpecial01 {
    letter-spacing: 0.06em;
    font-size: 5.6vw;
  }
}
.LoungeDetail-Inner-Card-Box-Text {
  margin-top: 48px;
  line-height: 2;
  letter-spacing: 0.12em;
  color: #f7f7f7;
  font-size: 16px;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .LoungeDetail-Inner-Card-Box-Text {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .LoungeDetail-Inner-Card-Box-Text {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .LoungeDetail-Inner-Card-Box-Text {
    margin-top: 35px;
    font-size: 3vw;
  }
}
/* ---------------------------- */
/* --- GallerySection --- */
/* ---------------------------- */
.GallerySection {
  position: relative;
  margin-top: 140px;
}
@media screen and (max-width: 480px) {
  .GallerySection {
    margin-top: 50px;
  }
}
.GallerySection-RightBg {
  position: absolute;
  top: 0;
  right: 0;
  width: 73.2%;
  height: 37.92vw;
  max-height: 516px;
  background: #1a1b21;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .GallerySection-RightBg {
    width: 60.38vw;
    height: 169vw;
    max-height: 1400px;
  }
}
.Gallery-Inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  width: 74.96%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .Gallery-Inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Gallery-Inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 480px) {
  .Gallery-Inner {
    padding-top: 120px;
    padding-left: 4.8vw;
    padding-right: 4.8vw;
    width: 100%;
  }
}
.Gallery-Inner-Headline {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  letter-spacing: 0.16em;
  color: #b7a98c;
  font-size: 56px;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .Gallery-Inner-Headline {
    top: 36px;
    font-size: 12vw;
  }
}
.Gallery-Inner-Card {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .Gallery-Inner-Card {
    margin-top: 0;
  }
}
.Gallery-Inner-Card-Item {
  width: calc((100% - 80px) / 4);
  z-index: 2;
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Gallery-Inner-Card-Item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 480px) {
  .Gallery-Inner-Card-Item {
    width: calc((100% - 12px) / 2);
  }
}
.Gallery-Inner-Card-Item:not(:nth-child(4n-3)) {
  margin-left: 20px;
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Gallery-Inner-Card-Item:not(:nth-child(4n-3)) {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .Gallery-Inner-Card-Item:not(:nth-child(4n-3)) {
    margin-left: 0;
  }
}
.Gallery-Inner-Card-Item:nth-child(n+5) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Gallery-Inner-Card-Item:nth-child(n+5) {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .Gallery-Inner-Card-Item:nth-child(n+5) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Gallery-Inner-Card-Item:nth-child(even) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .Gallery-Inner-Card-Item:nth-child(even) {
    margin-left: 12px;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Gallery-Inner-Card-Item:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .Gallery-Inner-Card-Item:nth-child(n+3) {
    margin-top: 12px;
  }
}
.Gallery-Inner-Card-Item-ImgBox {
  width: 100%;
}
.Gallery-Inner-Card-Item-ImgBox-Img {
  width: 100%;
  padding-top: 66.66%;
}
/* ---------------------------- */
/* --- CastSection --- */
/* ---------------------------- */
.CastSection {
  padding-top: 400px;
  padding-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .CastSection {
    padding-top: 294px;
  }
}
.Cast-Inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.Cast-Inner-Panel01 {
  position: relative;
  padding-top: 48px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .Cast-Inner-Panel01 {
    padding-top: 24px;
  }
}
.Cast-Inner-Panel01-LeftBg {
  position: absolute;
  top: 0;
  right: 0;
  width: 94.07%;
  height: 45.24vw;
  max-height: 618px;
  background: #1a1b21;
  z-index: 1;
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Cast-Inner-Panel01-LeftBg {
    width: 100%;
    height: 75.36vw;
    max-height: 312px;
  }
}
@media screen and (max-width: 480px) {
  .Cast-Inner-Panel01-LeftBg {
    width: 100%;
    height: 75.36vw;
    max-height: 312px;
  }
}
.Cast-Inner-Panel01-Head {
  position: absolute;
  top: -130px;
  left: 17.27vw;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .Cast-Inner-Panel01-Head {
    left: 4.8vw;
  }
}
.Cast-Inner-Panel01-Head-Headline {
  position: relative;
  letter-spacing: 0.08em;
  color: #b7a98c;
  font-size: 80px;
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Cast-Inner-Panel01-Head-Headline {
    font-size: 56px;
  }
}
@media screen and (max-width: 480px) {
  .Cast-Inner-Panel01-Head-Headline {
    font-size: 12vw;
  }
}
.Cast-Inner-Panel01-Head-Headline:before {
  content: '';
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  width: 190px;
  height: 1px;
  background: #b7a98c;
}
@media screen and (max-width: 480px) {
  .Cast-Inner-Panel01-Head-Headline:before {
    top: -32px;
    width: 95px;
  }
}
.Cast-Inner-Panel01-Head-SubHeadline {
  margin-top: 20px;
  letter-spacing: 0.16em;
  color: #b7a98c;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Cast-Inner-Panel01-Head-SubHeadline {
    letter-spacing: 0.1em;
    font-size: 3.6vw;
  }
}
.Cast-Inner-Panel01-Card {
  display: flex;
  flex-wrap: wrap;
}
.Cast-Inner-Panel01-Card-Left {
  width: 100%;
  z-index: 2;
}
.Cast-Inner-Panel01-Card-Left-ImgBox01 {
  width: 100%;
  z-index: 2;
}
.Cast-Inner-Panel01-Card-Left-ImgBox01-Img {
  padding-top: 38.36%;
  width: 100%;
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Cast-Inner-Panel01-Card-Left-ImgBox01-Img {
    padding-top: 63.76%;
  }
}
@media screen and (max-width: 480px) {
  .Cast-Inner-Panel01-Card-Left-ImgBox01-Img {
    padding-top: 63.76%;
  }
}
.Cast-Inner-Panel01-Card-Box {
  margin-top: -190px;
  margin-left: auto;
  width: 50%;
  z-index: 2;
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Cast-Inner-Panel01-Card-Box {
    margin-top: -25px;
    margin-right: auto;
    padding-left: 4.8vw;
    padding-right: 4.8vw;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .Cast-Inner-Panel01-Card-Box {
    margin-top: -25px;
    margin-right: auto;
    padding-left: 4.8vw;
    padding-right: 4.8vw;
    width: 100%;
  }
}
.Cast-Inner-Panel01-Card-Box-Content {
  margin-left: auto;
  margin-right: 8vw;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 56px;
  padding-right: 56px;
  width: 62.07%;
  background: #b7a98c;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .Cast-Inner-Panel01-Card-Box-Content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Cast-Inner-Panel01-Card-Box-Content {
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .Cast-Inner-Panel01-Card-Box-Content {
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
  }
}
.Cast-Inner-Panel01-Card-Box-Content-Text {
  line-height: 2;
  letter-spacing: 0.12em;
  color: #f7f7f7;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Cast-Inner-Panel01-Card-Box-Content-Text {
    font-size: 3vw;
  }
}
.Cast-Inner-Panel01-Card-Box-Content-Btn {
  border: 1px solid #f7f7f7;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  width: 240px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  color: #f7f7f7;
  background: #b7a98c;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Cast-Inner-Panel01-Card-Box-Content-Btn {
    margin-top: 28px;
    width: 67.63vw;
    max-width: 280px;
    font-size: 3.3vw;
  }
}
/* ---------------------------- */
/* --- LoungeSection --- */
/* ---------------------------- */
.LoungeSection {
  padding-top: 160px;
}
@media screen and (max-width: 480px) {
  .LoungeSection {
    padding-top: 50px;
  }
}
.Lounge-Inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .Lounge-Inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Lounge-Inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 480px) {
  .Lounge-Inner {
    width: 100%;
  }
}
.Lounge-Inner-LeftBg {
  position: absolute;
  top: 24px;
  left: 0;
  width: 77.29%;
  height: 552vw;
  max-height: 3400px;
  background: #1a1b21;
  z-index: 1;
  display: none;
}
@media screen and (max-width: 480px) {
  .Lounge-Inner-LeftBg {
    display: block;
  }
}
.Lounge-Inner-Headline {
  position: relative;
  letter-spacing: 0.08em;
  text-align: center;
  color: #b7a98c;
  font-size: 80px;
  z-index: 2;
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Lounge-Inner-Headline {
    font-size: 56px;
  }
}
@media screen and (max-width: 480px) {
  .Lounge-Inner-Headline {
    letter-spacing: inherit;
    font-size: 12vw;
  }
}
.Lounge-Inner-Headline:before {
  content: '';
  display: block;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 190px;
  height: 1px;
  background: #b7a98c;
}
@media screen and (max-width: 480px) {
  .Lounge-Inner-Headline:before {
    top: -35px;
    width: 95px;
  }
}
.Lounge-Inner-SubHeadline {
  margin-top: 20px;
  text-align: center;
  letter-spacing: 0.16em;
  color: #b7a98c;
  font-size: 16px;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .Lounge-Inner-SubHeadline {
    letter-spacing: 0.1em;
    font-size: 3.6vw;
  }
}
.Lounge-Inner-Text {
  margin-top: 48px;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.12em;
  color: #f7f7f7;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Lounge-Inner-Text {
    display: none;
  }
}
.Lounge-Inner-Box {
  position: relative;
  margin-top: 48px;
  padding-top: 72px;
}
@media screen and (max-width: 480px) {
  .Lounge-Inner-Box {
    margin-top: 32px;
    padding-top: 0;
  }
}
.Lounge-Inner-Box-Bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 51.24vw;
  max-height: 700px;
  background: #1a1b21;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .Lounge-Inner-Box-Bg {
    display: none;
  }
}
.Lounge-Inner-Box-Card {
  margin: auto;
  width: 100%;
  max-width: 1260px;
  display: flex;
  flex-wrap:wrap;
	justify-content:center ;
	gap:40px 30px;
}
@media screen and (max-width: 480px) {
  .Lounge-Inner-Box-Card {
    flex-wrap: wrap;
    width: 70.14%;
  }
}
.Lounge-Inner-Box-Card-Item {
  width: calc((100% - 60px) / 5);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .Lounge-Inner-Box-Card-Item {
    width: 100%;
  }
}
/* .Lounge-Inner-Box-Card-Item:not(:nth-child(4n-3)) {
  margin-left: 20px;
}
@media screen and (max-width: 480px) {
  .Lounge-Inner-Box-Card-Item:not(:nth-child(4n-3)) {
    margin-left: 0;
  } */
}
@media screen and (max-width: 480px) {
  .Lounge-Inner-Box-Card-Item:nth-child(n+2) {
    margin-top: 40px;
  }
}
.Lounge-Inner-Box-Card-Item-ImgBox {
  width: 100%;
}
.Lounge-Inner-Box-Card-Item-ImgBox-Img {
  padding-top: 150.52%;
  width: 100%;
}
.Lounge-Inner-Box-Card-Item-Box {
  position: relative;
  margin-top: 28px;
  padding-left: 52px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .Lounge-Inner-Box-Card-Item-Box {
    margin-top: 18px;
    padding-left: 36px;
  }
}
.Lounge-Inner-Box-Card-Item-Box:before {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 40px;
  height: 1px;
  background: #b7a98c;
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Lounge-Inner-Box-Card-Item-Box:before {
    top: 7px;
  }
}
@media screen and (max-width: 480px) {
  .Lounge-Inner-Box-Card-Item-Box:before {
    top: 9px;
    width: 32px;
  }
}
.Lounge-Inner-Box-Card-Item-Box-Title {
  width: 100%;
  color: #b7a98c;
  font-size: 28px;
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Lounge-Inner-Box-Card-Item-Box-Title {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  .Lounge-Inner-Box-Card-Item-Box-Title {
    letter-spacing: 0.05em;
    font-size: 5.7vw;
  }
}
.Lounge-Inner-Box-Card-Item-Box-SubTitle {
  margin-top: 8px;
  width: 100%;
  letter-spacing: 0.16em;
  color: #b7a98c;
  font-size: 14px;
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Lounge-Inner-Box-Card-Item-Box-SubTitle {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 480px) {
  .Lounge-Inner-Box-Card-Item-Box-SubTitle {
    font-size: 3.1vw;
  }
}
.Coming-Soon{
	font-size:18px;
	margin-top:80px;
}