@charset "UTF-8";

/* ==========================================================
 TOP STYLES
========================================================== */
img {
  width: 100%;
}

br {
  content: “”;
}

br:after {
  margin-right: -0.333em;
  content: ””;
}

/* .fEng {
  font-family: "Urbanist", sans-serif;
  color: #000;
}
.LTtl {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  text-align: left;
}
.STtl {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.88px;
  text-align: left;
} */

body.lb-disable-scrolling {
  overflow: hidden;
  position: static;
  height: 100vh;
  width: 100vw;
}

body {}

/* body:before {
  position: fixed;
  display: block;
  content: "";
  content: "Enjoy your Trip";
  color: rgba(255, 255, 255, 0.5);
  font-family: Roboto;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.2625rem;
  text-transform: capitalize;
  z-index: -1;
  overflow: hidden;
  width: 160%;
  top: 10.5%;
  left: 16%;
} */
/* body:before {
  position: fixed;
  display: block;
  content: "";
  background-image: url(../img/bgTxt.png);
  color: rgba(255, 255, 255, 0.5);
  font-family: Roboto;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.2625rem;
  text-transform: capitalize;
  z-index: -1;
  overflow: hidden;
  width: 160%;
  top: 10.5%;
  left: 16%;
} */
/* body:after {
  position: fixed;
  content: "Enjoy your Trip";
  color: rgba(255, 255, 255, 0.45);
  font-family: Roboto;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.2625rem;
  text-transform: capitalize;
  z-index: -1;
  overflow: hidden;
  width: 160%;
  top: 53%;
  left: -68%;
} */

@media screen and (min-width: 768px) and (max-width: 1023px) {
  body:before {
    font-size: 5.5rem;
    top: 10.5%;
    left: 16%;
  }

  body:after {
    font-size: 5.5rem;
    top: 65%;
    left: -72%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .LTtl {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .STtl {
    font-size: 0.9rem;
    font-weight: 500;
  }
}

@media screen and (max-width: 768px) {
  .LTtl {
    font-size: 1.15rem;
    font-weight: 500;
  }

  .STtl {
    font-size: 0.8rem;
    font-weight: 500;
  }
}

@media screen and (min-width: 1024px) {
  #contents {
    /* max-width: 1200px; */
  }

  body {
    background-size: cover;
    background-position: 50% 70%;
  }


  body:before {
    font-size: 8rem;
    top: 13.5%;
    left: 6%;
  }

  body:after {
    font-size: 8rem;
    top: 65%;
    left: -74%;
  }
}

/* ad1
---------------------------------------------------------- */
.bignote {
  display: flex;
  margin: 1em auto 2.5em;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: left;
  max-width: 1080px;
}

@media screen and (max-width: 768px) {
  .bignote {
    display: block;
    padding: 0 15px;
    margin: 1em auto 1em;
  }

  .topic {
    margin-bottom: 10px;
  }
}

#ad1 {
  margin: 0 auto 4em;
}

#ad1 h1 {}

#ad1 a {
  display: block;
}

#ad1 a img {
  border-radius: 15px;
}

@media screen and (max-width: 769px) {
  #ad1 {
    padding: 0 15px;
  }
}

@media screen and (min-width: 1024px) {}

/* @media screen and (max-width: 768px) {
} */

/* SP */
@media screen and (max-width: 768px) {}

/* ad2
---------------------------------------------------------- */
/*============================
#ad2
============================*/
#ad2 h2 {
  margin: 0.5rem auto 0.7rem;
}

#ad2 h4 {
  margin: 0 auto 0.5rem;
}

#ad2.area-card {
  padding: 40px 0 0;
}

#ad2.area-card .wrap-card {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* justify-content: space-around; */
}

#ad2.area-card .wrap-card li {
  width: 48.5%;
  border-radius: 12px;
  background: #fff;
  margin: 0 0 1em 0;
  position: relative;
}

#ad2.area-card .wrap-card li::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  top: 50%;
  left: 0;
  background: #fff;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

#ad2.area-card .wrap-card li a {
  display: block;
  margin: 0 auto;
}

#ad2.area-card .wrap-card li a img.adImg {
  border-radius: 0 0 12px 12px;
}

#ad2.area-card .wrap-card .txtArea {
  text-align: left;
  /* padding: 0.7rem 0.7rem; */
  /* height: 330px; */
}

#ad2.area-card .wrap-card .txtArea .btn {
  padding: 0.3rem 1rem;
  border-radius: 6px;
  background: var(--btn, linear-gradient(90deg, #eb70a6 0%, #eb006a 100.38%));
  /* background: linear-gradient(90deg, #d1c082 0%, #b7920e 100%); */
  color: #fff;
  font-weight: 600;
  font-size: 0.75rem;
  outline: 1px solid rgb(255, 255, 255);
  outline-offset: -2px;
  letter-spacing: 0.02rem;
}

#ad2.area-card .wrap-card .txtArea .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1em 0.7em 0.7em;
}

#ad2.area-card .wrap-card .txtArea .btn {}

.brandLogo {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 50px;
  background: url(<path-to-image>), #fff 100% / cover no-repeat;
}

#ad2.area-card .wrap-card .txtArea .text {
  padding: 0.5em 0.7em 1em;
  width: 50%;
}

@media screen and (min-width: 769px) {
  body {
    /* width: 100%; */
  }

  #ad2 {
    /* width: 90%; */
  }
}

@media screen and (min-width: 1024px) {
  #ad2.area-card .wrap-card {
    width: 100%;
    justify-content: start;
    margin: 0 auto;
  }

  #ad2.area-card .wrap-card li {
    width: 48%;
    margin: 0 25px 1em 0;
    border-radius: 16px;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 4px 8px;
    align-self: stretch;
    flex-wrap: wrap;
    background-color: #E91E63;
  }

  #ad2.area-card .wrap-card li:nth-child(2n) {
    margin-right: 0;
  }

  #ad2.area-card .wrap-card .txtArea {
    /* padding: 1em 1em 1.5em; */
    /* height: 280px; */
  }

  #ad2.area-card .wrap-card li a img.adImg {
    border-radius: 0 0 16px 16px;
    height: 50%;
  }

  #ad2.area-card .wrap-card .txtArea .flex {
    padding: 1em 1em 0.7em;
  }

  #ad2.area-card .wrap-card .txtArea .text {
    padding: 0.5em 1em 1em;
    color: #fff;
  }
}

.kv-container {
  max-width: 1080px;
  margin: auto;
}

.kv-image {
  width: 100%;
  border-radius: 10px;
}

.kv-container li {
  position: relative;
}

.kv-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  color: white;
  padding: 32px;
  border-radius: 0 0 10px 10px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.kv-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
}

.kv-tips {
  margin-bottom: 8px;
}

.kv-day {
  margin-top: 8px;
}

.kv-discount {
  background: #efcb46ff;
  color: black;
  padding: 2px 10px;
  margin-right: 10px;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  width: 80px;
  font-weight: bold;
}

.kv-region {
  background: #ffffffe5;
  color: #2f353eff;
  padding: 2px 10px;
  margin-right: 10px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  width: 80px;
  border: 1px solid #333;
}

.kv-logotxt {
  display: flex;
  gap: 10px;
  flex-direction: row;
  align-items: center;
}

.kv-logotxt img {
  border-radius: 50% !important;
  width: 54px;
  height: 54px;
  object-fit: cover;
  background-size: cover;
  background-position: center;
}

.kv-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
}

.kv-btn.left {
  left: 10px;
}

.kv-btn.right {
  right: 10px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .kv-container {
    max-width: 100%;
  }

  .kv-content {
    padding: 10px;
  }

  .kv-title {
    font-size: 16px;
  }

  .kv-discount,
  .kv-region {
    padding: 3px 8px;
    font-size: 12px;
  }

  .kv-btn {
    padding: 8px;
  }
}

/* 🔹 タブメニュー */
.tabs {
  display: flex;
  justify-content: center;
  gap: 30px;
  /* border-bottom: 2px solid #E5E5E5; */
  padding-bottom: 20px;
  margin-bottom: 20px;
  max-width: 1080px;
  margin: 0 auto;
}

/* 🔹 タブデザイン */
.tab {
  cursor: pointer;
  font-size: 15px;
  /* サイズを調整 */
  font-weight: bold;
  background: none;
  border: none;
  padding: 10px 15px;
  color: #555;
  position: relative;
  transition: all 0.3s ease;
  width: 17.5%;
}

/* 🔹 タブの間に縦線を追加 */
.tab:first-child::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 31px;
  background: #333;
}

.tab:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 31px;
  background: #333;
}

.tab:last-child::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 31px;
  background: #333;
}

@media screen and (max-width: 768px) {
  .tabs {
    display: none;
    text-align: -webkit-right;
    padding-right: 15px;
  }

  #region-select {
    display: block;
    width: 100%;
    max-width: 200px;
    padding: 10px;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    appearance: none;
    /* デフォルトの矢印を消す */
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
  }

  #region-select {
    background-image: url('../img/svg/arrow.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    padding-right: 35px;
    /* 矢印分の余白を確保 */
  }

  #region-select:focus {
    border-color: #ff6b6b;
    box-shadow: 0 0 5px rgba(255, 107, 107, 0.5);
  }
}


.tab.active {
  /* color: #e91e63ff; */
  color: #E74A4A;
  font-weight: bold;
}

.card-container {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  align-content: flex-start;
  align-self: stretch;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.card {
  width: 100%;
  max-width: 49%;
  display: flex;
  position: relative;
  overflow: hidden;
  align-items: flex-start;
  align-content: flex-start;
  align-self: stretch;
  flex-wrap: wrap;
}


.card {
  display: none;
  /* 最初は全て非表示 */
}

.card.active {
  display: flex;
  /* アクティブなカードだけ表示 */
}


.card a {
  /* background: #e91e63ff; */
  background: #E74A4A;
  color: white;
  width: 100%;
  border-radius: 16px;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  align-self: stretch;
  flex-wrap: wrap;
  text-decoration: none;
}

.card a:hover {
  text-decoration: none !important;
}

.card-left {
  padding: 10px 20px;
  width: 52%;
  position: relative;
  text-align: left;
  /* min-height: 160px; */
}

.card-leftsub {
  padding: 10px 20px;
  width: 52%;
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}

.tag-container {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.tag {
  padding: 2px 8px 2px 8px;
  font-size: 12px;
  text-align: center;
  width: 80px;
  max-width: 100%;
  font-weight: bold;
}

.yellow-tag {
  background: #efcb46ff;
  color: #2f353eff;
}

.white-tag {
  border: 1px solid white;
  color: white;
}

.black-tag {
  border: 1px solid #333;
  color: #333;
}

.logo {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
}

.logo img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: white;
  object-fit: cover;
  background-size: cover;
  background-position: center;
}

.title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

.expiration {
  font-size: 12px;
  font-weight: normal;
  margin-top: 10px;
}

.card-right {
  width: 48%;
  height: 100%;
  position: relative;
}

.card-right img {
  width: 100%;
  height: 100%;
  border-radius: 0 16px 16px 0px;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  border: none;
  min-height: 160px;
  display: block !important;
}

.card-rightsub {
  padding: 14px 24px 14px 0;
  width: 48%;
  height: 100%;
  position: relative;
}

.card-rightsub img {
  min-height: 130px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  border: none;
  display: block !important;
  border-radius: 0;
}

.card::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: #FCEEEF;
  border-radius: 30px;
}

.card-sub {
  width: 100%;
  max-width: 49%;
  display: flex;
  position: relative;
  overflow: hidden;
  align-items: flex-start;
  align-content: flex-start;
  align-self: stretch;
  flex-wrap: wrap;
}

.card-sub a {
  color: #333;
  width: 100%;
  border-radius: 16px;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  align-self: stretch;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  min-height: 170px;
  margin-bottom: 20px;
}

.card-right-gray {
  width: 50%;
  height: 100%;
  position: relative;
}

.card-righ-gary img {
  width: 100%;
  height: 100%;
  border-radius: 0 16px 16px 0px;
  object-fit: cover;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .card-container {
    gap: 0;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 0 15px;
  }

  .card {
    width: 48%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .card::before {
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .card-left {
    width: 100%;
    min-height: auto;
    padding: 20px;
  }

  .card-leftsub {
    width: 100%;
    min-height: auto;
    padding: 20px;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
  }


  .tag {
    padding: 2px 0;
  }

  .logo {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
    flex-direction: column;
  }

  .title {
    font-size: 16px;
  }

  .logo-text {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .logo img {
    width: 45px;
    height: 45px;
  }

  .card-right {
    width: 100%;
  }

  .card-right img {
    min-height: 150px;
    border-radius: 0 0 16px 16px;
  }
}

@media screen and (max-width: 480px) {
  .card-right img {
    min-height: 80px;
  }
}

@media screen and (max-width: 365px) {
  .card {
    width: 100%;
  }

  .card-right img {
    min-height: 120px;
  }
}


.card-list {
  padding: 80px 0;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  align-content: flex-start;
  align-self: stretch;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1080px;
  position: relative;
}



@media screen and (max-width: 768px) {
  .card-list {
    padding: 40px 15px;
    gap: 0;
    justify-content: space-between;
  }

  .card-rightsub {
    padding: 0px 10px 10px 10px;
    width: 100%;
    height: 100%;
    position: relative;
  }
  
  .card-rightsub img {
    min-height: 80px;
  }
}

/*
---------------------------------------------------------- */

@media screen and (max-width: 768px) {
  #ad2.area-card {
    padding: 40px 0 0px;
  }
}

/* Popup (lity)
---------------------------------------------------------- */

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.pctb {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .pctb {
    display: block !important;
  }
}

@media screen and (max-width: 480px) {
  .pctb {
    display: none !important;
  }
}

.background {
  background: #FFF2F5;
}

.container {
  position: relative;
  display: flex;
  width: 100vw;
}

.container .left-side {
  position: relative;
  height: 100vh;
  overflow-y: scroll;
  background-color: #fbfbfb;
}

.container .right-side {
  flex: 1;
  position: relative;
  height: 100vh;
  overflow-y: scroll;
  background-color: #fff;
}

.card,
.card-sub {
  display: none;
  /* 最初は非表示 */
}

.card.active,
.card-sub.active {
  display: block;
  /* activeの場合のみ表示 */
}