/* ----------------------------
club detail
---------------------------- */
.kvArea {
  position: relative;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .kvArea {
    margin-bottom: 80px;
  }
}

.kvArea__box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.kvArea__date {
  padding-bottom: 30px;
}
.kvArea__date span {
  display: block;
}
@media screen and (max-width: 1000px) {
  .kvArea__date {
    padding-bottom: 3vw;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .kvArea__date {
    padding-bottom: 5%;
    font-size: 2.66667vw;
    line-height: 1.3;
  }
}

.kvArea__title {
  font-size: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .kvArea__title {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 767px) {
  .kvArea__title {
    font-size: 3.73333vw;
  }
}

@media screen and (min-width: 1921px) {
  .kvArea__img img {
    width: 100%;
  }
}

.kvArea__period {
  background-color: #bbb;
}

.kvArea__period__txt {
  padding: 20px 0;
  color: #000;
  text-align: center;
}

.mainArea {
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .mainArea {
    padding-bottom: 120px;
  }
}

.p-section {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-section:last-of-type {
    padding-bottom: 70px;
  }
}

.c-title {
  padding-bottom: 25px;
  font-size: 18px;
  font-family: "Ryumin Bold KL", serif;
  line-height: 1.78;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title {
    padding-bottom: 30px;
    font-size: 20px;
    line-height: 1.75;
  }
}

.c-txt {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-txt {
    padding-bottom: 22px;
    font-size: 14px;
    line-height: 1.57;
    text-align: left;
  }
}
.c-txt b {
  font-family: "Ryumin Bold KL", serif;
}
.c-txt a {
  text-decoration: underline;
  word-wrap: break-word;
}
.c-txt a[target="_blank"]::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 7px;
  background-image: url(../img/common/icon-window.svg);
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .c-txt a:hover {
    text-decoration: none;
  }
}

.p-img-box {
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .p-img-box {
    margin-bottom: 25px;
  }
}

.p-img-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-img-flex .p-flex-box + .p-flex-box {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-img-flex {
    display: block;
  }
  .p-img-flex .p-flex-box + .p-flex-box {
    padding-top: 15px;
    padding-left: 0;
  }
}

.p-flex-box {
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .p-flex-box {
    width: 100%;
  }
}

.c-img {
  text-align: center;
}

.c-caption {
  padding-top: 15px;
  font-size: 14px;
  word-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .c-caption {
    font-size: 13px;
    text-align: left;
  }
}

.p-btn-box {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-btn-box {
    padding-bottom: 80px;
  }
}

.c-btn-end {
  pointer-events: none;
  border-color: #999;
}
.c-btn-end span {
  color: #999;
}

.p-message {
  padding: 60px;
  background-color: #1b1c1b;
  line-height: 2.2;
  box-sizing: border-box;
}
.p-message.bg-lightgray {
  background-color: #bbb;
}
.p-message.bg-lightgray .c-message-title {
  padding-bottom: 20px;
  text-decoration: underline;
  font-size: 18px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-message.bg-lightgray .c-message-title {
    font-size: 16px;
    line-height: 1.5;
  }
}
.p-message.bg-lightgray .c-message-txt {
  color: #000;
}
.p-message.bg-lightgray .c-message-txt + .c-message-txt {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-message.bg-lightgray .c-message-txt {
    font-size: 14px;
    line-height: 1.57;
    text-align: left;
  }
}
.p-message li + li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #404040;
}
@media screen and (max-width: 767px) {
  .p-message {
    padding: 8%;
  }
  .p-message li {
    font-size: 14px;
  }
}

.p-message-indent {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 30px;
}

.c-message-indent-ttl {
  width: 13%;
}
@media screen and (max-width: 767px) {
  .c-message-indent-ttl {
    width: 100%;
  }
}

.c-message-indent-txt {
  width: 87%;
}
@media screen and (max-width: 767px) {
  .c-message-indent-txt {
    width: 100%;
  }
}

.p-comment {
  display: flex;
  max-width: 840px;
  margin: 0 auto 40px;
  padding: 40px;
  border: 1px solid #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-comment {
    margin-bottom: 30px;
    padding: 6%;
  }
}

.c-comment-img {
  width: 160px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .c-comment-img {
    width: 30%;
    margin-top: 1%;
  }
}

.p-comment-txt {
  width: 550px;
  padding-left: 40px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-comment-txt {
    width: 64%;
    padding-left: 6%;
  }
}

.c-step-title {
  position: relative;
  margin-bottom: 20px;
  font-size: 17px;
  text-align: center;
}
.c-step-title:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  height: 1px;
  width: 45px;
}

.c-tasting-title {
  padding-bottom: 20px;
  font-size: 20px;
}

.p-tasting-list {
  max-width: 485px;
  margin: 0 auto;
  text-align: left;
}

.c-tasting-list-title {
  width: 120px;
  float: left;
  clear: left;
}

.c-tasting-list-txt {
  margin-left: 120px;
}
@media screen and (max-width: 767px) {
  .c-tasting-list-txt {
    padding: 3px 0;
    font-size: 14px;
  }
}

.p-movie {
  position: relative;
  max-width: 700px;
  width: 100%;
  margin: 0 auto 30px;
}

.p-movie-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.p-movie-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-border {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.p-border.p-border-top {
  border-bottom: none;
}
.p-border.p-border-bottom {
  border-top: none;
}

.p-glass {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 20px;
  border: 1px solid #404040;
  box-sizing: border-box;
  transition: background-color 0.3s;
}
.p-glass:after {
  content: '';
  position: absolute;
  right: 30px;
  background-image: url(../img/common/icon-window.svg);
  background-size: 100% auto;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 767px) {
  .p-glass:after {
    right: 7%;
  }
}
@media screen and (min-width: 768px) {
  .p-glass:hover {
    background-color: #333;
  }
}

.c-glass-img {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .c-glass-img {
    width: 12%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .c-glass-txt {
    width: 70%;
    font-size: 14px;
  }
}

.p-postlink {
  position: relative;
  padding-top: 70px;
}
.p-postlink:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-postlink {
    padding-top: 50px;
  }
  .p-postlink:before {
    width: 100%;
  }
}

.p-postlink-list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-postlink-list {
    display: block;
  }
}

.p-postlink-item {
  position: relative;
}
.p-postlink-item + .p-postlink-item {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-postlink-item + .p-postlink-item {
    margin-top: 15px;
    margin-left: 0;
  }
}

.p-postlink-box {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}

.c-postlink-txt {
  position: relative;
  margin-bottom: 15px;
  font-size: 13px;
}
.c-postlink-txt:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 1px;
  background-color: #fff;
}

.c-postlink-title {
  font-size: 14px;
  line-height: 1.4;
}

.p-overview {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-overview {
    display: block;
  }
}

.c-overview-title {
  min-width: 120px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .c-overview-title {
    padding-bottom: 5%;
  }
}

.p-overview-box {
  border-left: 1px solid #535353;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-overview-box {
    border-left: none;
    border-top: 1px solid #535353;
    padding-top: 5%;
  }
}

.c-overview-txt {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-overview-txt {
    font-size: 14px;
  }
}

.contents__btn.w320 {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .contents__btn.w320 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .contents__btn:hover .c-arrow:before {
    border-color: #000;
  }
}

.btn-row-2 span:after {
  top: 50%;
  transform: translateY(-50%);
}

.clubArea {
  padding-bottom: 150px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .clubArea {
    padding-bottom: 100px;
  }
}

.clubArea__box {
  padding: 0 20px;
  text-align: center;
}

.clubArea__img {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .clubArea__img {
    padding-bottom: 8%;
  }
  .clubArea__img img {
    width: 50%;
  }
}

.clubArea__titleBox {
  padding-bottom: 50px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .clubArea__titleBox {
    padding-bottom: 10%;
  }
}

.clubArea__title {
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .clubArea__title {
    font-size: 25px;
  }
}

.clubArea__title__english {
  font-size: 16px;
}
.clubArea__title__english span {
  display: inline-block;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .clubArea__title__english span {
    width: 30%;
    margin-top: 3%;
    padding-top: 0.5%;
  }
}

.clubArea__txt {
  padding-bottom: 60px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .clubArea__txt {
    padding-bottom: 15%;
    font-size: 14px;
    text-align: left;
  }
}

.page-club-029 .kvArea__deco__logo,
.page-club-029 .kvArea__deco__text {
  position: absolute;
}
.page-club-029 .kvArea__deco__logo {
  top: 30px;
  left: 30px;
}
@media screen and (max-width: 1300px) {
  .page-club-029 .kvArea__deco__logo {
    top: 2.30769vw;
    left: 2.30769vw;
    width: 6.15385vw;
    height: 6.61538vw;
  }
}
@media screen and (max-width: 767px) {
  .page-club-029 .kvArea__deco__logo {
    top: 2.66667vw;
    left: 2.66667vw;
    width: 10.66667vw;
    height: 11.46667vw;
  }
}
.page-club-029 .kvArea__deco__text {
  bottom: 50px;
  right: 50px;
}
@media screen and (max-width: 1300px) {
  .page-club-029 .kvArea__deco__text {
    bottom: 2.30769vw;
    right: 2.30769vw;
    width: 11.53846vw;
    height: 11.53846vw;
  }
}
@media screen and (max-width: 767px) {
  .page-club-029 .kvArea__deco__text {
    bottom: 2.66667vw;
    right: 2.66667vw;
    width: 20vw;
    height: 20vw;
  }
}
