.top {
    position: relative;
    z-index: 9999;
}

.top .nav.scrolled {
    top: 0;
}

.top.logo {
    display: none;
}

.logo-topsp {
    visibility: hidden;
}

/* .top a.logo {
    display: none;
} */
.top #logo1280 {
    visibility: hidden;
}

.top #logo1680Black {
    max-width: 629px;
    margin: 0;
}

/* .top.adv__buttonwrap {
    bottom: 150px;
} */

@media (max-width:1299px) {
    .top .nav.scrolled {
        padding: 14px 10px 11px 12px;
    }
}

@media (max-width:767px) {
	
    .top .nav.scrolled {
        padding: 1.17rem 1.17rem 11px 1.17rem;
    }

    .top a.logo {
        display: block;
    }

    #logoSpBlack {
        display: none;
    }

    .top .nav {
        justify-content: space-between !important;
    }

    .top #logoSpBlack {
        width: 160px;
        margin: 0;
    }

}

/* .palalax{
    background: unset !important;
} */
.archive #tcheader {
    display: block !important;
}

.top #logo1680 {
    display: none !important;
}

.top .only-pc {
    width: 100%;
}


.top .nav-list li a {
    line-height: 2.7rem;
}

.top .nav {
    position: relative;
	position: absolute;
    justify-content: flex-end;

}

.top .nav-list {
    width: 100%;
    justify-content: flex-end;
}

@media (max-width:1299px) {
    .top .nav-list {
        gap: 2.5rem;
    }
}

@media (max-width:767px) {
    .top a.logo {
        display: block;
    }
}





.top .hamburger {
    position: relative;
    z-index: 111;
}

.top .sp-menu {
    z-index: 300;
}

header.top {
    width: 100%;
    overflow: visible;
}



.top-header {
    position: relative;
    z-index: 51;
    width: 100%;
    padding-top: 30px;
    padding-right: 40px;
}

.top-header-lists {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 40px;

}

.top-header-list a {
    color: #FFF;
    text-align: right;
    font-family: "Shippori Mincho", serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.8rem
}

@media (max-width:767px) {}

.top-container {
    max-width: 100%;
    width: 100%;
    padding-inline: 14rem;
    padding-block: 25rem;
}

.top__lifestyle-ttl {
    color: #000;
    font-family: "Shippori Mincho", serif;
    font-size: 5.0rem;
    font-weight: 500;
    line-height: 8.5rem;
    letter-spacing: 3.48px;
}

.top__lifestyle-subttl {
    color: #000;
    font-family: "Shippori Mincho", serif;
    font-size: 3.3rem;
    font-weight: 500;
    line-height: 3.3rem;
    padding-block: 3rem 5rem;
}

.top__lifestyle-des {
    color: #000;
    font-family: "Shippori Mincho", serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 4.3rem;
}

.top__lifestyle-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 6rem;
}

.top__lifestyle-img {

    margin-bottom: 13px;
}

.top__lifestyle-img img {
    width: 44.1rem;
    height: auto;
}

.top__lifestyle-imgtxt {}


.top__lifestyle-sharelinkwrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
}

.top__lifestyle-sharelink {
    position: relative;
    background-color: #000;
    color: #FFF;
    text-align: center;
    font-family: "Shippori Mincho", serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding-block: 16px;
    max-width: 283px;
    width: 100%;
    display: block;
}

.top__lifestyle-sharelink:after {
    content: "";
    position: absolute;
    background-image: url("../img/top/top-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 23px;
    height: 5px;
    top: 50%;
    right: 52px;
    transform: translateY(-50%);
}

.logo-1600 {
    display: block;
}

.logo-md {
    display: none;
}

.only-1280 {
    display: none;
}


@media (max-width:1299px) {
    .top-container {
        max-width: 1280px;
        width: 100%;
        padding-inline: 40px;
        padding-block: 20rem;
    }

    .top__lifestyle-subttl {
        padding-block: 3rem 5rem;
    }

    .logo-1600 {
        display: none;
    }

    .logo-md {
        display: block;
    }

    .top__lifestyle-flex {

        align-items: flex-end;
    }

    .only-1280 {
        display: block;
    }

    .card__des-sm {
        line-height: 18px;
    }

    .top__lifestyle-sharelink.w-331 {
        margin-top: 5rem;
    }

}



@media(max-width:767px) {
    .top-container {
        padding-inline: 2rem 1rem;
        padding-block: 9.52rem 9.52rem;
    }

    .top__lifestyle-ttl {
        font-size: 3.05rem;
        font-weight: 500;
        line-height: 4.5rem;
        letter-spacing: -1.56px;
    }

    .top__lifestyle-subttl {
        font-size: 2.11rem;
        font-weight: 500;
        line-height: 2.11rem;
        padding-block: 2rem 3.52rem;
    }

    .top__lifestyle-flex {
        flex-direction: column;

        align-items: center;
        gap: 3.52rem;
        margin-bottom: 4.72rem;
    }

    .top__lifestyle-des {
        font-size: 1.76rem;
        font-weight: 500;
        line-height: 3.52rem;
        margin-top: 0;
    }

    .top__lifestyle-img {
        margin-bottom: 0;
    }

    .top__lifestyle-img img {
        width: 28.72rem;
        text-align: center;
        margin-inline: auto;
    }

    .top__lifestyle-sharelink {
        font-size: 1.76rem;
        font-weight: 500;
        line-height: 2.58rem;
    }

    .top__lifestyle-sharelink {
        max-width: 28.2rem;
    }

    .top__lifestyle-sharelinkwrap {
        flex-direction: column;
        gap: 1.29rem;
    }

    .top__lifestyle-sharelink:after {
        right: 25px;
    }
}


/* swiper */

.top .swiper {
    position: relative;
    width: 100%;
    height: 100%;
}

.top .swiper-slide {
    background-position: center;
    background-size: cover;
}

.top .swiper-slide img {
    display: block;
    width: 100%;
}

.swiper-text {
    position: absolute;
    color: #FFF;
    font-family: "Shippori Mincho", serif;
    font-size: 3rem;
    letter-spacing: .5rem;
    font-weight: 500;
    line-height: 3.7rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media (max-width:767px) {
    .swiper-text {
        font-size: 2.35rem;
        font-weight: 500;
        line-height: 2.58rem;
    }
}


/* card */
.card__flex {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 14.8rem;
}

.card__left {
    display: flex;
    flex-direction: column;
    gap: 31.5rem;
    padding-block: 11.5rem 7.6rem;
}

.card__row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 14.8rem;
}




.card__title {
    color: #000;
    font-family: "Shippori Mincho", serif;
    font-size: 7.5rem;
    font-weight: 500;
    line-height: 8.5rem;
    margin-bottom: 7.9rem;
}

.card__title .sm {
    font-size: 2.3rem;
    line-height: 0;
    margin-bottom: 2rem;
    display: inline-block;
}

.card__content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 3rem;
}

.card__content:last-of-type {
    margin-bottom: 0;
}

.card__num {
    /* position: relative; */
    color: #000;
    text-align: center;
    font-family: "EB Garamond", serif;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 2.8rem;
    padding-right: 2.3rem;
    /* min-height: 60px; */
}

/* .card__num::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 37px;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    margin-block: 6px 5px;
} */

.card__des {
    color: #000;
    font-family: "Shippori Mincho", serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 3rem;
    padding-left: 2.3rem;
    border-left: 1px solid #000;
}

.card__des-sm {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.7rem;
}

.top__lifestyle-sharelink.w-331 {
    max-width: 331px;
    width: 100%;
    margin-top: 7.9rem;
}

#videoToggleBtn {
    top: 6.569vw !important;
}

@media (max-width:1299px) {
    .card__flex {
        gap: 89px;
    }

    .card__left {
        padding-left: 40px;
        gap: 19.2rem;
    }

    .card__right {
        max-width: 63.8rem;
    }

    .card__title {
        margin-bottom: 5rem;
    }

    .card__title .sm {
        font-size: 2.3rem;
        font-weight: 500;
        line-height: 2.3rem;
    }

    #videoToggleBtn {
        top: 7.569vw !important;
    }
}


@media (max-width:767px) {
    .card__row {
        flex-direction: column;
        gap: 4.72rem;
        padding-bottom: 9.52rem;

    }


    .card__title {
        font-size: 5.92rem;
        line-height: 5.92rem;
        margin-bottom: 4.72rem;
    }

    .card__title .sm {
        font-size: 2.11rem;
        display: inline-block;
        line-height: 0;
        margin-bottom: 1.17rem;
    }

    .card__col:first-child {
        max-width: 100%;
        width: 100%;
    }

    .card__col:last-child {
        padding-inline: 2.35rem;
    }

    .card__des {
        font-size: 1.88rem;
        padding-left: 1.06rem;
    }

    .card__num {
        padding-right: 1.06rem;
        font-size: 2.93rem;

    }

    /* .card__num::after {
        height: 7.84rem;

    } */

    .card__des-sm {
        font-size: 1.64rem;
    }

    .top__lifestyle-sharelink.w-331 {
        margin-top: 4.72rem;
        max-width: 28.72rem;
    }

    .card__content {
        margin-bottom: 1.76rem;
    }

    #videoToggleBtn {
        top: 80px !important;
    }

}



/* animation */


/* animation */

.card__right {
    position: sticky;
    top: 0;
    height: 100vh;
    /* position: relative; */
    /* height: 500px; */
    /* Ya jati height chaine ho rakhne */
    width: 50%;
}


.card__left {
    overflow-y: auto;

}

.card__img img {
    height: 100dvh;
}

.img__hide {
    /* opacity: 0;
    visibility: hidden;
    height: 0;
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
    transform: translateY(10px); */


    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.img__hide.show {
    /* opacity: 1;
    transition: opacity 0.3s ease, transform 0.3s ease;
    visibility: visible;
    height: 100%;
    transform: translateY(0px); */


    opacity: 1;
    z-index: 2;
    visibility: visible;
    /* Transition duration ya pani same rakhda smooth huncha */
    /* transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out; */
}

.fade-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.fade-container img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

    opacity: 0;
    transition: opacity 1s ease-in-out;
    /* fade effect */
}

/* visible image */
.fade-container img.show {
    opacity: 1;
}

/* video */

/* .mv-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.loading-video {
    position: absolute;
    width: 100%;
    z-index: 50;
}

.show-image {
    z-index: 90;
}

.video-btn {
    position: absolute;
    z-index: 90;
    right: 5.469vw;
    top: 5.953vw !important;
}

.hidden {
    display: none !important;
}

.video-container button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    padding: 8px 16px;
    font-size: 14px;
}

#skip {
    font-size: 1.25vw;
    line-height: 1.875vw;
    text-transform: uppercase;
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    background-color: #000;
    padding: 0 0.781vw;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 7.813vw;
    height: 3.125vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #fff;
}

#replay {
    font-size: 1.25vw;
    line-height: 1.875vw;
    text-transform: uppercase;
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    background-color: #000;
    padding: 0 0.781vw;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 7.813vw;
    height: 3.125vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #fff;
}

#replay:hover,
#skip:hover {
    opacity: 0.7;
}

@media (max-width:767px) {
    #skip {
        font-size: 15px;
        line-height: 21px;
        padding: 0 5px;
        width: 75px;
        height: 25px;
    }
    #replay{
           font-size: 15px;
        line-height: 21px;
        padding: 0 5px;
        width: 75px;
        height: 25px; 
    }
}

.video-toggle--hidden  {
  display: none !important;
} */


.loading-video {
    position: absolute;
    width: 100%;
    z-index: 50;
    top: 0;
    left: 0;
}

.mv-image {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease-in-out, visibility 0.8s;
    z-index: 60;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width:1700px) {
    .mv-image img {
        /*height: 99.95vh;
        object-fit: cover;*/
    }
}






.mv-image.show-image {
    opacity: 1;
    visibility: visible;
    z-index: 60;
}

.hidden {
    display: none !important;
}

.video-toggle--hidden {
    display: none !important;
}

.video-btn {
    position: absolute;
    z-index: 90;
    right: 5.469vw;
    top: 5.953vw;
}

#videoToggleBtn {
    right: 2vw !important;
    top: 5.953vw !important;
}

#skip,
#replay {
    font-size: 1.25vw;
		font-size: 1.8rem;
    font-weight: 500;
		font-weight: 400;
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
    width: 7.813vw;
		width: 10rem;
    height: 3.125vw;
		    height: 3.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
		border: 1px solid rgba(255, 255, 255, .5);
    background: rgb(82 82 82 / 30%);
		font-family: "Shippori Mincho", serif;
}
@media (min-width:768px) {
#skip, #replay {
    padding-bottom: .5rem;

}
}
@media (max-width:767px) {

    #skip,
    #replay {
        width: 75px;
        height: 31px;
        font-size: 12px;
    }

    .video-btn {
        top: 87px;
				top: 80px;
        bottom: 0;
        right: 15px;
    }

    .video-btn #skip {
        position: relative;
        right: 31px !important;
    }

    #videoToggleBtn {
        top: 85px !important;
        width: 31px !important;
        right: 20px !important;
        z-index: 999 !important;
    }

}

/* 
@media (max-width:620px) {
     .video-btn {
        top: unset;
        bottom: 30.458vw;
        right: 5.469vw;
    }
} */

@media (max-width:767px) {

    /* .video-btn {
        top: unset;
        bottom: 20px;
        right: 5.469vw;
    } */
    .video-btn #skip {
        position: relative;
        right: 25px !important;
    }

    .video-btn {
        top: 90px;
			  top: 80px;
    }

    .video-btn #skip {
        position: absolute;
        right: 40px !important;
    }

    #videoToggleBtn {
        top: 90px !important;
			 top: 80px !important;
    }
}

/*add css*/
.mv.playcyu{
	position: static;
	top: 0;
}
.mv{
	position: static !important;
	aspect-ratio: 16 / 9;
	margin-bottom: 0;
}
#loadingvideo {
    max-height: 100%;
    max-height: 100%;
}
.palalax {
    margin-top: 0;
	z-index: 100;
}
@media (max-width: 767px) {
	    .mv {
        aspect-ratio: 9 / 16;
    }
    .palalax {
        margin-top: 0;
    }
}
@media (min-width: 1400px) {
	.video-btn {
    right: 4.2vw;
		right: 80px;
}
	#videoToggleBtn {
    right: 30px !important;
}
}
.disno{
opacity: 0 !important;
    visibility: hidden !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .content__container {
        margin-top: 0 !important;
    }
	.content-marginleft {
        padding-bottom: 10rem !important;
    }
	.lineup_ttl {
    padding: 0rem 0;
    margin-bottom: 0rem;
}
}


/*heading*/
.nav h1{
	text-indent: -9999px;
	
	width: 100%;
	max-width: 629px;
	font-size: 3.5rem;
	transition: background-color 0.3s ease;
	opacity: 0;
	pointer-events: none;
}
.nav.scrolled h1{
	transition: background-color 0.3s ease;
	opacity: 1;
	pointer-events: auto;
}
.nav h1 a{
	display: block;
	background: url(/assets/img/new_common/logo-blackpc.svg) no-repeat;
	background-size: 100%;
	width: 100%;
}
@media (max-width: 1199px) {
.nav h1{
	max-width: 52rem;
	font-size: 2.9rem;
}
}

@media (max-width: 767px) {
.nav h1{
	width: 160px;
}
.nav h1 a{
	display: block;
	background: url(/assets/img/new_common/logo-spblack.svg) no-repeat;
	background-size: 100%;
	height: 48px;
}
}

/*0209*/
.lineup_ttl{
	font-family: "Shippori Mincho", serif;
    font-size: 5rem;
    padding: 2rem 0;
    margin-bottom: 5rem;
    font-weight: 500;
    z-index: 2;
    position: relative;
    color: #fff;
}
.new-lineup-area{
	padding: 10rem 0px 5rem 0;
	margin-left: 80px;
	margin-top: -60rem;
}
@media (max-width: 767px) {
.lineup_ttl{
	font-size: 2.70rem;
}
.new-lineup-area{
	padding: 10rem 0px 3rem 0;
	margin-left: 2.35rem;
	font-size: 2.6rem;
}

}

/*カルーセル改修*/

  /* プログレスバー（線が伸びる） */
  .featured-bukken__progress{
    height: 1px;
    background: #e5e5e5;
    width: 100%;
    margin-top: 16px;
    position: relative;
  }
  .featured-bukken__progressBar{
    display: block;
    height: 100%;
    width: 0%;
    background: #000;
    transition: width .25s ease;
  }

  /* （任意）ドットを整えるなら */
  .featured-bukken__dots{
    display: flex;
    gap: 8px;
    padding: 0;
    list-style: none;
  }

  .featured-bukken__dots .swiper-pagination-bullet-active{
    opacity: 1;
    width: 24px; /* バーっぽく */
  }
		
		.s-naviarea {

    margin-top: 5rem;
    width: 100%;
    display: flex;
    align-items: center;
			gap: 7.4rem;
			margin-left: -3rem;
}
		.s-buttonarea {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.2rem;
			margin: auto;
}
		.s-buttonarea button{
			position: static;
    cursor: pointer;
    background-color: #000;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: unset;
    flex-shrink: 0;
		}
		.s-buttonarea button img{
			  width: 23px;
    height: auto;
		}
		

.palalax .swiper.swiper-initialized {
  display: block;
}
@media (max-width: 767px) {
.s-buttonarea button {
        position: static;
        cursor: pointer;
        background-color: #000;
        width: 3.5rem;
    		height: 3.5rem;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: unset;
        flex-shrink: 0;
    }
	body.post-type-archive-land main.land-main .search-land .search-land__inner .search-land__header .heading-p1 {
    font-size: 2.35rem;
    font-weight: 600;
	margin: 0 0 4rem;
}
}

.featured-bukken .swiper-pagination-bullet:only-child {
  display: inline-block !important;
	margin: 0 !important;
	opacity: 1;
}
	/* ul */
.featured-bukken__dots{
  display: flex;
  gap: 10px;
  align-items: center;
}

/* li は飾りにしない（クリックは button に） */
.featured-bukken__dots > li{
  list-style: none;
  padding: 0;
  margin: 0;
	display: flex;
}

/* ★ これが本体：buttonを丸にしてクリック面積を作る */
.featured-bukken__dots .swiper-pagination-bullet{
  width: .6rem;
  height: .6rem;
  display: block;             /* ←重要 */
  border-radius: 50%;
  background: #DDDDDD;
  border: 0;
  padding: 0;
  cursor: pointer;
  pointer-events: auto;       /* ←重要 */
}

/* active */
.featured-bukken__dots .swiper-pagination-bullet.swiper-pagination-bullet-active{
  width: 1rem;
  height: 1rem;
}

/* もし親に pointer-events:none が付いてたら殺す */
.s-naviarea,
.s-buttonarea{
  pointer-events: auto;
}
