@charset "utf-8";

/* :root {
  --accent-color: #008fdb; 
} */

.wrapper {
  background-color: #000;
  line-height: 1.8;
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-size: 1.4rem;
  color: #080808;
}

.wrapper img {
  display: block;
}

@media screen and (min-width: 768px) {
  .wrapper {
    padding-top: 80px;
  }
}

/* ========== lead ========== */
#lead {
  position: relative;
  padding: 65px 4% 140px;
}
#lead::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: top/cover url(../img/thefiftyfiftyclub/lead-curtain.webp);
}

.lead-ttl {
  position: relative;
  z-index: 2;
  margin: 0 -4vw;
}
.lead-ttl img {
  margin: 0 auto;
  width: calc(750px / 2);
}

.lead-txt {
  margin-top: 1.5em;
  color: #fff;
}
.lead-txt + .lead-txt {
  margin-top: 2em;
}

.lead-subttl {
  margin-top: 40px;
  line-height: 1.4;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
}

@media screen and (min-width: 768px) {
  #lead {
    padding: min(9.375vw, 135px) 11.8% min(18.4vw, 265px);
  }
  #lead::before {
    background-image: url(../img/thefiftyfiftyclub/lead-curtain__l.webp);
  }
  
  .lead-ttl img {
    width: 472px;
  }
  
  .lead-txt {
    margin: 2em auto 0;
    max-width: 720px;
    font-size: 1.6rem;
  }

  .lead-subttl {
    margin-top: 60px;
    font-size: 2.4rem;
  }
}

/* ========== drink ========== */
#drink {
  position: relative;
  z-index: 1;
  margin-top: -120px;
  padding-top: 110px;
}
#drink::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 750 / 259;
  background: bottom/cover url(../img/thefiftyfiftyclub/drink-bg-top.webp);
}

.drink-wrapper {
  position: relative;
  z-index: 2;
  padding-bottom: 70px;
  background: top/100% repeat-y url(../img/thefiftyfiftyclub/drink-bg.webp);
}
.drink-wrapper::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -110px;
  right: 0;
  display: block;
  width: calc(401px / 2);
  height: auto;
  aspect-ratio: 401 / 260;
  background: center/contain no-repeat url(../img/thefiftyfiftyclub/drink-bg-triangle.webp);
}
/* .drink-wrapper::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  display: block;
  width: calc(471px / 2);
  height: auto;
  aspect-ratio: 471 / 653;
  background: center/contain no-repeat url(../img/thefiftyfiftyclub/drink-bg-hokkaido.webp);
} */

.drink-ttl img {
  margin: 0 auto;
  width: calc(750px / 2);
}

.drink-list {
  position: relative;
  z-index: 2;
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  #drink {
    margin-top: max(-9.3vw, -134px);
    padding-top: min(9.3vw, 134px);
  }
  #drink::before {
    aspect-ratio: 1440 / 134;
    background-image: url(../img/thefiftyfiftyclub/drink-bg-top__l.webp);
  }
  
  .drink-wrapper {
    padding: 0 5% min(9.6vw, 138px);
    background-image: url(../img/thefiftyfiftyclub/drink-bg__l.webp);
  }
  .drink-wrapper::before {
    top: max(-8vw, -115px);
    right: min(15.1vw, 218px);
    width: min(15.9vw, 229px);
    aspect-ratio: 229 / 125;
    background-image: url(../img/thefiftyfiftyclub/drink-bg-triangle__l.webp);
  }
  .drink-wrapper::after {
    bottom: min(4.4vw, 63px);
    right: min(14.4vw, 208px);
    width: min(40.3vw, 580px);
    aspect-ratio: 580 / 380;
    background-image: url(../img/thefiftyfiftyclub/drink-bg-hokkaido__l.webp);
  }

  .drink-inner {
    margin: 0 auto;
    max-width: 1100px;
  }
  
  .drink-ttl img {
    margin-left: 0;
    width: 439px;
  }
}

.drinkItem + .drinkItem {
  margin-top: 65px;
}

.drinkItem-head {
  position: relative;
  z-index: 1;
}

.drinkItem-img {
  width: calc(619px / 2);
  outline: calc(15px / 2) solid rgb(255 255 255 / 40%);
  outline-offset: calc(-15px / 2);
}

.drinkItem-body {
  position: relative;
  z-index: 2;
  margin-top: 30px;
  padding: 0 4%;
}

.drinkItem-ttl {
  position: absolute;
}

/* wine */
.drinkItem._wine .drinkItem-head {
  padding-bottom: 67px;
}
.drinkItem._wine .drinkItem-head::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 105px;
  left: calc(9px / 2);
  display: block;
  width: calc(252px / 2);
  height: auto;
  aspect-ratio: 252 / 395;
  background: center/contain no-repeat url(../img/thefiftyfiftyclub/drink-wine-deco.webp);
}
.drinkItem._wine .drinkItem-head::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 4%;
  display: block;
  width: calc(297px / 2);
  height: auto;
  aspect-ratio: 297 / 214;
  background: center/contain no-repeat url(../img/thefiftyfiftyclub/drink-wine-img2.webp);
  outline: calc(15px / 2) solid rgb(255 255 255 / 40%);
  outline-offset: calc(-15px / 2);
}

.drinkItem._wine .drinkItem-img {
  margin-left: auto;
}

.drinkItem._wine .drinkItem-body {
  z-index: 0;
}

.drinkItem._wine .drinkItem-ttl {
  top: -88px;
  left: calc(4% + 2px);
  width: calc(302px / 2);
}

/* whiskey */
.drinkItem._whiskey .drinkItem-ttl {
  top: -81px;
  right: 14px;
  width: calc(446px / 2);
}

@media screen and (min-width: 768px) {
  .drinkItem {
    display: flex;
    gap: 30px;
  }
  .drinkItem + .drinkItem {
    margin-top: 70px;
  }
  
  .drinkItem-head {
    width: calc((100% - 30px) / 2);
  }
  
  .drinkItem-img {
    width: 100%;
    outline: 8px solid rgb(255 255 255 / 40%);
    outline-offset: -8px;
  }

  .drinkItem-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc((100% - 30px) / 2);
    padding: 0 min(4.8vw, 70px);
  }
  
  .drinkItem-ttl {
    position: static;
  }
  
  /* wine */
  .drinkItem._wine {
    flex-direction: row-reverse;
  }

  .drinkItem._wine .drinkItem-head {
    padding-bottom: min(7.8vw, 113px);
  }
  .drinkItem._wine .drinkItem-head::before {
    top: min(7.3vw, 105px);
    left: max(-7.4vw, -107px);
    width: min(15.5vw, 224px);
  }
  .drinkItem._wine .drinkItem-head::after {
    right: max(-4.1vw, -60px);
    width: min(20.625vw, 297px);
    outline: 8px solid rgb(255 255 255 / 40%);
    outline-offset: -8px;
  }
  
  .drinkItem._wine .drinkItem-body {
    gap: min(2.2vw, 32px);
    padding-right: min(6.25vw, 90px);
  }

  .drinkItem._wine .drinkItem-ttl {
    width: min(13.1vw, 189px);
  }
  
  /* whiskey */
  .drinkItem._whiskey .drinkItem-body {
    padding-left: min(6.25vw, 90px);
  }
  
  .drinkItem._whiskey .drinkItem-ttl {
    margin-bottom: max(-1.3vw, -20px);
    width: min(19.3vw, 278px);
  }
}

.drinkItemMenu {
  position: relative;
  z-index: 2;
  padding: 36px 16px;
  background: top/cover url(../img/thefiftyfiftyclub/drink-item-bg.webp);
  color: #4c3e3e;
}

.drinkItemMenu-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  line-height: 1;
  font-size: 2rem;
  font-weight: 600;
}
.drinkItemMenu-ttl::before,
.drinkItemMenu-ttl::after {
  content: '';
  display: block;
  width: 100%;
  height: 0.225em;
  border-top: 1px solid #4c3e3e;
  border-bottom: 1px solid #4c3e3e;
}

.drinkItemMenu-list {
  margin-top: 20px;
}

.drinkItemMenu-list > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.2rem;
}

.drinkItemMenu-name {
  width: 75%;
  font-weight: 700;
}

.drinkItemMenu-name span {
  display: block;
  font-size: 0.9em;
  font-weight: 400;
}

.drinkItemMenu-price {
  font-size: 1.2em;
  font-weight: 400;
}
.drinkItemMenu-price::before {
  content: '¥ ';
}

/* ========== food ========== */
#food {
  position: relative;
  z-index: 1;
  padding: 50px 5.3% 60px;
  background: top/100% repeat-y url(../img/thefiftyfiftyclub/food-bg.webp);
}
#food::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(-144px / 2);
  left: 0;
  display: block;
  width: calc(450px / 2);
  height: auto;
  aspect-ratio: 450 / 610;
  background: center/contain no-repeat url(../img/thefiftyfiftyclub/food-bg-shape.webp);
}
#food::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(-49px / 2);
  right: calc(71px / 2);
  display: block;
  width: calc(149px / 2);
  height: auto;
  aspect-ratio: 149 / 277;
  background: center/contain no-repeat url(../img/thefiftyfiftyclub/food-bg-winebottle.webp);
}

.food-inner {
  position: relative;
  z-index: 2;
}

.food-ttl img {
  margin: 0 auto;
  width: calc(670px / 2);
}

.food-list {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  #food {
    padding: min(8.6vw, 124px) 11.8% min(8.3vw, 120px);
    background-image: url(../img/thefiftyfiftyclub/food-bg__l.webp);
  }
  #food::before {
    top: max(-6.2vw, -89px);
    left: min(7.5vw,108px);
    width: min(13.6vw, 196px);
    aspect-ratio: 196 / 235;
    background-image: url(../img/thefiftyfiftyclub/food-bg-shape__l.webp);
  }
  #food::after {
    top: min(3.5vw, 51px);
    right: min(36.6vw, 528px);
    width: min(5.5vw, 80px);
  }

  .food-inner {
    margin: 0 auto;
    max-width: 1100px;
  }
  
  .food-ttl img {
    width: 135px;
  }
  
  .food-list {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 40px;
  }
}

.foodItem {
  margin: 0 auto;
  max-width: 450px;
}

.foodItem + .foodItem {
  margin-top: 20px;
}

.foodItem-img {
  position: relative;
}
.foodItem-img img {
  outline: calc(15px / 2) solid rgb(255 255 255 / 40%);
  outline-offset: calc(-15px / 2);
}

.foodItem-ttl {
  margin-top: 15px;
  text-align: center;
  font-weight: 500;
}

/* _player */
.foodItem._player .foodItem-img::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -10px;
  display: block;
  width: calc(158px / 2);
  height: auto;
  aspect-ratio: 158 / 163;
  background: center/contain no-repeat url(../img/thefiftyfiftyclub/food-label-player.webp);
}

@media screen and (min-width: 768px) {
  .foodItem {
    margin: 0;
    width: 340px;
    max-width: auto;
  }
  
  .foodItem + .foodItem {
    margin-top: 0;
  }
  
  .foodItem-img img {
    outline: 8px solid rgb(255 255 255 / 40%);
    outline-offset: -8px;
  }
  
  .foodItem-ttl {
    margin-top: 10px;
  }
  
  /* _player */
  .foodItem._player .foodItem-img::before {
    top: -34px;
    left: 0;
    width: 76px;
  }
}

/* ========== hours ========== */
#hours {
  position: relative;
  z-index: 1;
  padding: 66px 4% 70px;
  background-color: #fefde9;
}
#hours::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 4px;
  display: block;
  width: calc(215px / 2);
  height: auto;
  aspect-ratio: 215 / 221;
  background: center/contain no-repeat url(../img/thefiftyfiftyclub/hours-bg-grape.webp);
}

.hours-ttl img {
  margin: 0 auto;
  width: calc(690px / 2);
}

.hours-list {
  margin-top: 30px;
}

.hoursItem + .hoursItem {
  margin-top: 20px;
}

.hoursItem-ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #8a6c68;
}

.hoursItem-info {
  display: flex;
  gap: 2%;
  font-size: 1.2rem;
}
.hoursItem-info + .hoursItem-info {
  margin-top: 0.3em;
}

.hoursItem-info dt {
  width: 28%;
  font-weight: 700;
  color: #1d0502;
}

.hoursItem-info dd {
  width: 70%;
  font-weight: 400;
  color: #000;
}

@media screen and (min-width: 768px) {
  #hours {
    padding: min(8.6vw, 124px) 11.8% min(9.4vw, 136px);
  }
  #hours::before {
    top: min(4.1vw, 59px);
    left: min(27.7vw, 400px);
    width: min(9vw, 130px);
  }
  
  .hours-ttl img {
    width: 169px;
  }
  
  .hours-list {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 60px;
  }

  .hoursItem + .hoursItem {
    margin-top: 0;
  }
  
  .hoursItem-info {
    gap: 15px;
    white-space: nowrap;
  }
  
  .hoursItem-info dt {
    width: 30%;
  }
  
  .hoursItem-info dd {
    width: calc(70% - 15px);
  }
}

/* ========== map ========== */
#map {
  position: relative;
  z-index: 1;
  padding: 70px 4% 75px;
  background: top/cover url(../img/thefiftyfiftyclub/map-bg.webp);
}
#map::before {
  content: "";
  position: absolute;
  top: calc(-113px / 2);
  right: 0;
  display: block;
  width: calc(260px / 2);
  height: auto;
  aspect-ratio: 260 / 338;
  background: center/contain no-repeat url(../img/thefiftyfiftyclub/map-bg-shape.webp);
}

.map-ttl {
  margin: 0 auto;
  width: calc(690px / 2);
}

.map-img {
  margin: 35px auto 0;
  max-width: 600px;
}

@media screen and (min-width: 768px) {
  #map {
    padding: min(7.6vw, 110px) 11.8% min(9.7vw, 140px);
    background-image: url(../img/thefiftyfiftyclub/map-bg__l.webp);
  }
  #map::before {
    top: max(-6.25vw, -90px);
    right: min(7.5vw, 108px);
    width: min(20.5vw, 295px);
    aspect-ratio: 295 / 270;
    background-image: url(../img/thefiftyfiftyclub/map-bg-shape__l.webp);
  }
  
  .map-ttl {
    width: 127px;
  }
  
  .map-img {
    margin-top: 60px;
    max-width: 800px;
  }
}

/* ========== useful ========== */
.useful {
  background-color: #fefde9;
}
