@charset "UTF-8";

body {
  font-family: "playfair Display", "Noto Sans JP";
  color: #1e2946;
  margin: 0;
  transform: none;
  padding-top: 0;
}
*{ box-sizing: border-box; }
img{
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  text-decoration: none;
  color: #1e2946;
}
ul {
  list-style-type: none;
}



#beaches.category-block {
  padding-top: 180px;
}
#explore {
  padding-top: 320px;
  padding-bottom: 0;
}
#explore h2 {
  margin-bottom: 130px;
}

#tickets {
  padding-top: 20px;
  padding-bottom: 0;
  text-align: center;
  margin-top: 250px;
}
#tickets h2 {
  margin: 0 0 16px;
}



#header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 110px;
  padding: 0px 80px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(255,255,255,.9);
}
.header-logo {
  margin: 0;
  padding-top: 6px;
}
.header-logo img {	
  width: 90px;
  height: auto;
  display: block;
}
.header-logo a {
  display: block;
}
.gnav-pc {
  display: flex;
  gap: 32px;
  margin: 0;
  padding: 0;
}
.gnav-pc a {
  color: #fff;
  text-decoration: none;
}
.gnav-pc a:hover {
  opacity: 0.8;
}
.gnav-pc-wrap {
  background-color: #1e2946;
  padding: 12px 24px;
  margin-left: auto;
}



#mainvisual {
  position: relative;
  text-align: center;
  margin-top: 110px;
  padding-top: 200px;
}
.mv-title-img {
  width: 300px;
  height: auto;
  display: block;
  margin: -200px auto 10px;
  filter: drop-shadow(0 4px 6px rgba(0,0,0,0.15));
}
.mv-sub {
  position: relative;
  font-size: 30px;
  line-height: 1.6;
  margin: -20px auto 24px;
  color:#1e2946;
  z-index: 5;
  opacity: 0.85;
}
.mv-place {
  color: #1e2946;
  font-size: 15px;
  margin-top: -20px;
  letter-spacing: 0.1em;
  text-align: right;
  padding-right: 640px;
  font-weight: 600;
}
.mv-bg {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 480px;
  background-image: url("../images/red.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.4;
  z-index: 0;
}
.mainvisual {
  position: relative;
  height: auto;
  padding-bottom: 300px;
}
.map-img {
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	opacity: 0.3;
}
.mv-map {
	position: absolute;
	left: 50%;
	top: 210px;
	transform: translateX(-50%);
	width: 760px;
	z-index: 2;
	opacity: 0.9;
}
.mark {
	position: absolute;
	width: 18px;
	height: auto;
	z-index: 5;
}
.city {
	position: absolute;
	font-size: 10px;
	color: #1e2946;
	opacity: 0.7;
	z-index: 4;
}
.mark-madrid {
	position: absolute;
	left: 300px;
	top: 60px;
	width: 12px;
	height: 12px;
}
.city-madrid {
	position: absolute;
	left: 320px;
	top: 80px;
}
.mark-bcn {
	position: absolute;
	left: 70%;
	top: -5px;
	width: 12px;
	height: 12px;
}
.city-barcelona{
	position: absolute;
	left: 73%;
	top: 12px;
	font-weight: 600;
	letter-spacing: 0.02em;
}
.building-madrid {
	position: absolute;
	z-index: -10;
	width: 40px;
	left: 250px;
	top: 60px;
}
.beaches-bcn {
	position: absolute;
	z-index: 10;
	width: 50px;
	left: 500px;
	top:20px;
}



.slider {
	max-width: 900px;
	margin: 285px auto 0;
}
.slider img {
	width: 100%;
	height: auto;
	object-fit: contain;
}
.slick-slide {
	padding: 0 12px;
	box-sizing: border-box;
	margin-top: 50px;
}
.slick-prev
.slick-next {
	display: none !important;
}


#beaches .explore-grid {
	margin-top: 80px;
}
.explore {
	position: relative;
}
.explore-band {
	position: absolute;
	left: 0;
	height: auto;
	z-index: 0;
	top: 900px;
	background-image: url(../images/adress.jpg);
}
.explore-block {
	position: relative;
	padding: 60px 0;
}
.card-title {
	position: relative;
	z-index: 2;
	text-align: center;
}
.card-desc {
	position: relative;
	z-index: 2;
	text-align: center;
}
.media-wrap {
	position: relative;
	display: inline-block;
	width: fit-content;
	transform: translateY(20px);
}
.media-wrap .photo{
	display: block;
	position: relative;
	z-index: 2;
}
.frame-white {
	position: relative;
	display: inline-block;
	background: #fff;
	padding: 18px 22px;
	z-index: 2;
	box-sizing: border-box;
}
.frame-white.photo {
	display: block;
	width: 100%;
	height: auto;
}
.media-wrap::before {
	content: "";
	position: absolute;
	right: -20px;
	top: -22px;
	width: 50%;
	height: 60%;
	background: #0f1b3a;
	z-index: 1;
}
.media-wrap::after {
	content: "";
	position: absolute;
	width: 50%;
	height: 40%;
	background: #0f1b3a;
	bottom: -25px;
	left: -20px;
	z-index: 0;
}
.explore-title {
	text-align: center;
	margin-bottom: 40px;
	margin: 0 auto;
	margin-top: 120px;
	font-size: 24px;
}
.explore-grid {
	margin: 0 auto;
	justify-items: center;
	max-width: 1130px;
	width: 100%;
    display: grid;
	padding: 0 24px;
	grid-template-columns: repeat(2, minmax(0,1fr));
	gap: 48px;
	align-items: stretch;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-size: 100% 150px;
	background-position: center 130px;
}
.explore-card {
	display: flex;
	flex-direction: column;
	height: auto;
	display: block;
	position: relative;
	align-items: center;
	text-align: center;
	width: min(1200px,100%);
	max-width: 700px;
	margin: 0 auto;	
	min-height: 520px;
	font-size: 24px;
}
.explore-card > h3
.explore-card > p {
	flex-shrink: 0;
}
.explore-card.is-center {
	grid-column: 1/ -1;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	margin-top: 280px;
	position: relative;
}
.explore-card.is-center .card-media{
	position: relative;
	display: inline-block;
	overflow: visible;
	width: min (520px,70vw);
	max-width: 500px;
	margin-top: 50px;
}
.explore-item{
	padding: 40px 0;
}
.frame-white {
	background-image: url(../images/frame1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	padding: 16px;
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: auto;
}
.frame-navy {
	background-image: url(../images/frame-n1.jpg) , url(../images/frame-n2.jpg);
	background-repeat: no-repeat,no-repeat;
	background-position: left bottom,right top;
	background-size: 80% auto, 70% auto;
	padding: 20px;
	position: absolute;
	width: min(650px,100%);
	height: auto;
	align-self: flex-start;
	max-width: 500px;
	box-sizing: border-box;
	display: inline-block;
}
.tag-label {
	margin-top: 10px;
	top: 50px;
	left: 70px;
	width: 50px;
	position: absolute;
}
.card-title {
	text-align: center;
	margin: 0 auto 16px;
	min-height: 20px;
	margin-top: 100px;
}
.card-desc {
    margin: 0;
	font-size: 14px;
	line-height: 1.8;
	padding: 0;
	margin-top: 24px;
}
figure {
	margin: 0;
}
.card-media {
	width: fit-content;
	max-width: 100%;
	margin-inline: 0 auto;
	justify-self: center;
	margin-top: 30px;
	overflow: visible;
}
.card-media img {
	height: auto;
	display: block;
	margin: 0 auto;
}
.card-meta {
	margin-top: 10px;
	font-size: 14px;
	opacity: 0.8;
}
.spot {
	flex: 1;
	min-width: 0;
}
.address-band {
	position: relative;
	grid-column: 1/-1;
	width: 100%;
	overflow : visible;
	background: #0f1b3a;
	top: 90px;
	z-index: 10;
}
section.address-band:nth-of-type(1){
    position: relative;
    top: 100px;
}
section.address-band:nth-of-type(2){
    position: relative;
    top: 10px;
}
section.address-band:nth-of-type(3){
    position: relative;
    top: 10px;
}
.address-inner {
    color: #fff;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    transform: none;
    height: 140px;             
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 400px;
}
#lifestyle {
	position: relative;
	z-index: 1;
}
.address-col {
	text-align: center;
}
.address-col a { 
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	font-size: 12px;
}
.address-col a:hover {
	text-decoration: underline;
	opacity: 0.85;
}
.address-band .is-single::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px; 
    z-index: 1;
}
.address-band.is-single .address-inner {
	justify-content: center;
	z-index: 1;
	position: relative;
}
.address-band.fullbleed{
    position: relative;
    margin-left: calc(50% - 50vw);
    width: 100vw;
    margin-top: 0;
}
.address-band.fullbleed::before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
}
.address-band.fullbleed .address-inner .address-link {
    position: relative;
    width: 100%;
    height: 120px;           
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
}
.category-block {
	position: relative;
	padding-top: 40px;
	margin-top: 10px;
}
.category-block.tag-label{
	position: absolute;
	left: 20px;
	left: -100px;
	top: 220px;
	width: 110px;
	transform: translateY(-180px);
}
.category-block.tag-label--lifestyle {
	transform: translateY(120px);
	width: 60px;
	left: -100px;
}
.category-block.architectures {
	max-width:none !important ;
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100% !important;
}
#architectures{
	max-width: 1200px;
	margin: 0 auto ;
	padding: 0 80px;
	overflow: visible;
}
.category-block.architectures .tag-label{
    position: absolute;
    top: -150px;
    left: 80px;
    transform: none;   
    z-index: 10; 
    width: 95px;      
}
.architectures-layout {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 80px;
    max-width: 1100px;
    margin: 300 auto 0;
    top: 50px;
    padding-top: 0;
}
.architectures-photo,
.architectures-text {
    flex: 1;
}
.architectures-photo {
	position: relative;
	flex: 0 0 600px;
	overflow: visible;
	width: 50%;
}
.photo-frame {
	position: relative;
	z-index: 30;
	display: inline-block;
	transform: rotate(-6deg);
	transform-origin: left bottom;
	background: #fff;
	padding: 40px;
	border: 1px solid #8d8d8e;
	box-shadow: 0 18px 45px rgba(0,0,0,.18);
	object-fit: contain;
	transform: rotate(-8deg);
}
.photo-frame img {
	display: block;
	width: 360px;
	height: auto;
}
.navy-block {
	position: absolute;
	background: #0f1b3a;
	z-index: 5;
}
.navy-block--left {
	width: 200px;
	height: 290px;
	left: -20px;
	top: -20px;
}
.navy-block--right {
	width: 140px;
	height: 360px;
	left: 400px;
	top: 200px;
}
.architectures-text {
	flex: 1.2;
	margin-top: 0;
	width: 50%;
	text-align: left;
	writing-mode: horizontal-tb;
	min-width: 400px;
}
.architectures-text .place-title {
	margin: 0 0 14px;
	font-size: 34px;
	margin-bottom: -10px;
}
#architectures .place-title {
	margin-bottom: 42px;
}
.place-lead {
	max-width: 600px;
	text-align: left;
	font-size: 14px;
	line-height: 2;
	color: #1e2946;
	margin-bottom: 24px;
}
.tickets-title {
	text-align: center;
	margin-bottom: 40px;
	margin: 0 auto;
	margin-top: 200px;
	font-size: 24px;
}
.tickets{
    position: relative;
}
.tickets .wrap {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 80px;
}
.tickets-title {
	text-align: center;
}
.address-inner::before,
.address-inner::after {
	left: 50%;
	transform: translateX(-50%);
}
.address-band,
.tickets {
	width: 100%;
}
.wrap{
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}
.hero{
    position: relative;
    width: 100%;
    height: 220px;         
    overflow: hidden;
    border-radius: 6px;    
}
.hero__img{
    width: 100%;
    height: 100%;
    object-fit: cover;      
    display: block;
}
.tickets .hero {
	width: 100%;
	height: 280px;
}
.tickets-hero .wrap {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 80px;
}
.hero__overlay{
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
.hero::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,.45), rgba(0,0,0,0));
}
.hero__overlay{
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;            
}
.hero__title{
    font-size: 48px;
    line-height: 1.1;
    margin: 0 0 16px;
}
.hero__btn{
    display: inline-block;
    padding: 12px 18px;
    background: rgba(255,255,255,.2);
    border: 1px solid rgba(255,255,255,.5);
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: box-shadow .2s ease, transform .2s ease, opacity .2s ease;
}
.hero__btn:hover {
	box-shadow: 0 0 18px rgba(255,255,255,.35);
	transform: translateY(-1px);
}
.hero__btn:active {
	box-shadow: 0 0 22px rgba(255,255,255,.5);
	transform: translateY(0);
}
.tickets img {
	max-width: none;
	width: 100% !important;
	height: 280px !important;
	object-fit: cover;
}
.tickets {
	width: 100% !important;
	max-width: none !important;
}
.footer-logo-area {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}
.footer-logo {
    width: 90px;   
    opacity: 0.9;
    filter: drop-shadow(0 6px 12px rgba(0,0,0,0.25));
    transition: 0.4s ease;
}
.footer-menu {
    display: flex;
    justify-content: space-between;
    max-width: 400px;   
    margin: 0 auto;  
    margin-top: 300px;
}
.footer-logo:hover {
    transform: translateY(-4px);
    opacity: 1;
}
.footer-menu a {
	transition: opacity 0.2s ease;
}
.footer-menu a:hover {
	opacity: 0.6;
}
.footer-copy {
	font-size: 15px;
	line-height: 1.6;
}
#home {
	scroll-margin-top: 120px;
	height: 1px;
}
html,body {
	margin: 0;
	padding: 0;
}
img, video, iframe #architectures-2{
    max-width: 100%;
    height: auto;
    display: block;
}
#architectures-2,
.tickets-hero { 
	clear: both;
}
#mainvisual,.explore {
	display: block;
}
.wrap {
	width: 100%;
	max-width: none;
	display: block;
}
#architectures-2 {
    max-width: none;
    width: 100%;
    display: block;
}
.category-block,
#architectures,
#architectures-2,
.explore,
body{
    overflow: visible;
}
.address-band,
.tickets,
.tickets-hero {
	display: block;
	width: 100%;
	max-width: none;
	justify-self: stretch;
	align-self: stretch;
	margin-top: 100px;
}
.address-band,
.tickets {
	flex:0 0 100%;
}
html, body {
	 margin: 0;
     padding: 0; 
} 
.address-band.is-third::before {
	transform: none !important;
	left: 0 !important;
}
.address-band.address-band.fullbleed .address-inner,
.address-band.address-band.fullbleed .address-link {
	background: transparent !important;
}
.architectures-layout {
	display: flex;
	gap: 80px;
	align-items: center;
	margin-top: 280px;
}
#tickets #mainvisual,
body.tickets #mainvisual{
    height: auto !important;
    min-height: 0 !important;
}
#beaches {
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.tag-label--lifestyle {
	top: 300px ;
	width: 60px;
}
.tag-label--beaches {
	top: -40px;
	left: 70px;
}




/*===============================================
PC : 画面の横幅が769px以上
=================================================*/

.example {
	font-size: 50px;
	color: #99293D;
}



/*ここからメディアクエリで各デバイスサイズに書き分けます
CSSは上から下に継承されるので、変化させたいところだけ書けばOK*/



/*================================================
Tablet : 画面の横幅が768pxまで
==================================================*/
@media screen and (max-width: 768px){
	.example {
		font-size: 30px;
		color: #2D81B1;
	}
}


/*================================================
Smartphone :  画面の横幅が640pxまで
=================================================*/


/* =========================
   Mobile (スマホ最適化)
========================= */
@media (max-width: 768px){

  body {
    overflow: hidden    ;
  }


  #header{
    height: 72px;
    padding: 0 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  .header-logo img{
    width: 45px;
  }
  .gnav-pc-wrap{
    padding: 2px 8px;
	width: fit-content;
	margin-left: auto;
	justify-content: center;
	align-items: center;
	display: flex;
	height: 30px;
	padding: 0 10px;
  }
  .gnav-pc{
    gap: 12px;
	margin: 0;
	padding: 0;
  }
  .gnav-pc a{
    font-size: 9px;
	line-height: 1;
	padding: 0;
	display: flex;
  }

  

  #mainvisual{
    margin-top: 72px;     
    padding-top: 90px;
  }
  .mv-title-img{
    width: 210px;
    margin: -80px auto 8px;
  }
  .mv-sub{
    font-size: 18px;
    margin: -18px auto 12px;
    padding: 0 16px;
    line-height: 1.6;
  }
  .mv-place{
    text-align: right;
    padding-right: 159px;
    margin-top: -12px;
    font-size: 9px;
  }
  .mv-bg{
    top: 0;
    height: 320px;
    opacity: .35;
	margin-top: 30px;
  }
  .mark {
	position: absolute;
	width: 7px;
	height: auto;
	z-index: 5;
  }
  .city {
	position: absolute;
	font-size: 7px;
	color: #1e2946;
	opacity: 0.7;
	z-index: 4;
}
  .mark-madrid{ left: 40%; top: 39%; }
  .city-madrid{ left: 42%; top: 45%; }

  .mark-bcn{ left: 70%; top: 22%; }
  .city-barcelona{ left: 73%; top: 28%; }

  .building-madrid{ left: 33%; top: 40%; width: 20px; }
  .beaches-bcn{ left: 64%; top: 30%; width: 28px; }



  .mv-map {
    position: relative;     
    width: min(92vw, 420px);
    margin: 0 auto;        
    top: auto;              
    left: auto;
    transform: none;
	margin-top: -40px;
  }
  .mv-map .map-img{
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100%;
    height: auto;
    display: block;
    opacity: .3;
  }
  .mv-map .mark,
  .mv-map .city,
  .mv-map .building,
  .mv-map .beaches {
    position: absolute;
  }
  .slider{
    max-width: 100%;
    margin: 40px auto 0;
    padding: 0 12px;
  }
  .slick-slide{
    padding: 0 6px;
    margin-top: 20px;
  }



  #explore{
    padding-top: 120px;
  }
  #explore h2{
    margin-bottom: 60px;
  }
 .explore-title {
	font-size: 16px;
	margin-top: 80px;
	margin-bottom: 30px;
 }
 .explore-grid {
	grid-template-columns: 1fr;
	gap: 48px;
}
 .explore-card h3 {
	font-size: 24px;
	margin-bottom: 28px;
	margin-top: 70px;
}
 .explore-card p {
	font-size: 12px;
	line-height: 1.8;
}
 .explore-tag {
	display: block;
	margin-left: 16px;
	margin-right: auto;
	align-self: flex-start;
}
 .tag-label{
	display: flex;
	justify-content: flex-start;
	width: min(10vw,520px);
	margin: 0 auto;	
}
  .address-band,
  .address-inner,
  .address,
  .address-text{
    display: block;
    visibility: visible;
    opacity: 1;
    transform: none;
  }
  .address-band{
	width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
	margin-top: 0;
	padding-top: 5px;
  }
  .address-inner{
    width: 100% ;
    display: flex;
    flex-direction: column ;
    justify-content: center ;
    align-items: center;
    text-align: center ;
    padding: 16px 16px ;
    gap: 6px ;
  }
  .address-inner p,
  .address-inner span,
  .address-inner a{
    margin: 0;
    color: #fff;     
    font-size: 10px ; 
    line-height: 1.6;
    z-index: 60;
	margin-bottom: -20px;
  }
  .architectures-layout{
    display: flex ;
    align-items: center;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
    gap: 0px;
    padding: 22px 10px;
  }
  .architectures{
    display: block;
    padding: 0 20px;
  }
  .architectures-photo{
    width: 100%;
    margin-bottom: 7px;
  }
  .photo-wrap{
     position: relative;
    width: 100%;
    padding: 0 16px; 
	padding-left: 24px;   
	padding-right: 24px;     
    overflow: visible;  
  }
  .navy-block{
    position: absolute;
    width: 90%;
    height: 80%;
    top: 25%;
  }
  .navy-block--left{
    width: 50%;
    height: 55%;
    left: -40px;
    top: -5%;
    transform: rotate(-2deg);
  }
  .navy-block--right{
    width: 86%;
    height: 70%;
    left: 60px;
    top: 30%;
    transform: rotate(1deg);
    opacity: 1;
  }
  .navy-block--left,
  .navy-block--right{
    width: 85%;
    margin:  auto;
  }
  .photo-frame{
	position: relative;   
    width: min(70vw, 320px);
    margin: 0 auto;                  
    left: auto ;
    top: auto ;
	transform: rotate(-6deg) !important;
	padding: 20px;
	margin-bottom: 24px ;
  }
  .photo-frame img{
	width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  .architectures-text{
    width: 100%;
    max-width: 100%;
    padding: 0 18px ;   
    box-sizing: border-box;
    margin: 0 auto ;
    overflow: visible;
    position: relative ; 
    left: auto ;
    right: auto;
    transform: none ; 
	margin-top: -100px; 
    padding-bottom: 32px;
  }
  .architectures-text p{
    font-size: 12px;
    line-height: 1.6;
  }
  .place-title{
    max-width: 80%;
	margin-top: -20px;
	font-size: 42px;
  }
  .place-lead{
    max-width: 100%;
	line-height: 1.9;
  }
  figure{
	margin: 0;
  }
  .explore-card{
	margin-bottom: 0;   
  }
  .hero {
	height: 180px;
  }
	

  
  #tickets,
  .tickets{
    display: block;
    width: 100% ;
    max-width: none !important;
    min-width: 0 !important;
  }
  .tickets-hero .wrap{
	width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0 16px;
    box-sizing: border-box;
  }
  .tickets-hero .hero{
    width: 100%;
    height: 200px ; 
  }
  .tickets-hero .hero__img{
    width: 100%;
    height: 100% ;
    object-fit: cover;
    display: block;
  }
  .tickets-hero .hero__overlay{
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 16px;
    box-sizing: border-box;
    color: #fff;
  }
  .tickets-hero .hero__title{
    font-size: 22px; 
  }
  .hero__title{
  font-family: "Playfair Display", serif;
  font-weight: 800;
  }
  .tickets-hero .hero__overlay{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;  
    padding: 18px;
  }
  .hero__btn{
    display: inline-block;
    padding: 12px 18px;
    background: rgba(255,255,255,.2);
    border: 1px solid rgba(255,255,255,.5);
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: box-shadow .2s ease, transform .2s ease, opacity .2s ease;
  }
  .hero__btn:hover {
	box-shadow: 0 0 18px rgba(255,255,255,.35);
	transform: translateY(-1px);
  }
  .hero__btn:active {
	box-shadow: 0 0 22px rgba(255,255,255,.5);
	transform: translateY(0);
  }



  footer{
    top: -400px;   
  }
  .footer-menu{
    display: flex;
    justify-content: center;
    gap: 22px;
    margin-bottom: 10px;
  }
  .footer-menu a{
    font-size: 13px;
  }
  .footer-logo{
    width: 50px;          
    margin: 10px auto;    
  }
  .footer-logo-area{
    margin: 14px 0;
  }
  .footer-copy{
    font-size: 10px;
    margin-top: 12px;
  }

  .architectures {
    padding: 0 ;
  }
  .category-block {
    padding-top: 0;
    margin-top: 0;
  }
  #architectures {
    height: auto;
    min-height: 0;
	margin: 0;
	position: relative;
	overflow: visible;
  }
  .category-block.architectures {
    padding: 0 !important;
  }
  .explore-title{
    margin-bottom: 200px !important;
  }
  #lifestyle .tag-label--lifestyle{
    position: relative ;
    top: 160px;      
    left: -150px ;
    margin: 0 ;
    display: inline-block ;
	width:50px;
  }
  #lifestyle .card-title{
    margin-top:-40px;  
  }
  #lifestyle .card-desc{
    margin-top: 6px !important;
  }
  #architectures .tag-label{
    position: absolute; 
    z-index: 50;
    display: block;
    top: -150px;
	width: 75px;
    left: 30px ;
    opacity: 1 ;
    visibility: visible ;
    transform: none;
  }
  .tag-label--beaches {
    top: -40px;
    left: -150px;
	position: relative;
  }
  #explore {
    padding-bottom: 0;
  }
  .tickets-title {
	font-size: 18px;
  }

}



















      







  
    









  


  
 



  













































  
 











































	

 

  
































































