/*!
Theme Name: JulietRose
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;scroll-behavior:smooth;}body{margin:0;font-family:"Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック",YuGothic,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif!important;background:#fff;color:#555!important;overflow-x:hidden;counter-reset:number 0;display:none;}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block;}a{background:transparent;text-decoration:none!important;}a img{outline:none;}h1{font-size:2em;margin:.67em 0;}h2{font-size:25px;margin:0;}small{font-size:80%;}img{border:0;}svg:not(:root){overflow:hidden;}
body{
	background: url("images/main_bg.png") no-repeat center center fixed !important;
  	background-size: cover;
}
/* SP */
@media (max-width: 768px) {
	body{
		background: url("images/main_bg_sp.png") repeat center center !important;
		background-size: contain !important;
		background-attachment: scroll !important;
	}
  }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,button,input,select,textarea{color:#222;font-family:sans-serif;font-size:16px;line-height:1.5;}
h1,h2,h3,h4,h5,h6{clear:both;}p{margin-bottom:1.5em;}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html{box-sizing:border-box;}*,*:before,*:after{box-sizing:inherit;}
ul,ol{margin:0;padding:0;}ul,li{list-style:none;}
dt{font-weight:bold;}dd{margin:0;}
img{height:auto;max-width:100%;}
.inner{max-width:1200px;margin:0 auto;padding:0 15px;}
.inner_s{max-width:900px;margin:0 auto;padding:0 15px;}
.inner_xl{max-width:1800px;margin:0 auto;}
@media(max-width:1200px){.inner{padding:0 15px;}}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #555;
}
.inner_wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

/* -------------------------------- 
フッター
-------------------------------- */
footer {
  margin: 0;
  padding: 15px 0;
  clear: both;
}
footer.footer_top .inner_wrapper {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  text-align: center;
}
footer .social_icon ul {
  justify-content: center;
  margin-top: 2em;
}
footer .social_icon ul li {
  flex-basis: 35px;
  margin: 0 10px;
}
footer.footer_top .footer_info ul {
  color: #555 !important;
  background-color: transparent !important;
  display: flex;
  max-width: 850px;
  width: 100%;
  margin: 30px auto;
  justify-content: space-between;
  font-size: 14px;
}
footer.footer_top .footer_info li {
  color: #555 !important;
  background-color: transparent !important;
}
footer .footer_info a:hover {
	color: #CB0D5D;
	transition: .5s;
}
.copy_right {
	font-size: 12px;
}
  
@media (max-width: 1000px) {
  footer.footer_top .inner_wrapper {
    width: 100%;
  }
  .footer_info {
    display: none;
  }
}
.copy_right {
  color: #555;
}

/* -------------------------------- 
ヘッダー
-------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
}
header h1{
	margin:20px;
}
header .inner {
  overflow: hidden;
  display: flex;
  max-width: 100% !important;
  justify-content: space-between;
  padding:0;
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px); /* Safari対応 */
}
header .inner div.logo {
  display: table;
  height: 50px;
  padding: 0 15px;
}
header .inner div.logo a {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
}
header .inner div.global_nav {
  width: 80%;
}
header .inner ul.nav_pc {
  display: flex;
  justify-content: flex-end;
}
header .inner ul.nav_pc li {
  margin: 25px 35px 0;
  text-align: center;
  transition: 1s;
}
header .inner ul.nav_pc li span{
	font-family: "Century Gothic", "CenturyGothic", Futura, AppleGothic, sans-serif;
	display:block;
	font-size: 12px;
	color: #9E7845;
	letter-spacing: 0.5pt;
	transition: 0.5s;
}
header .inner ul.nav_pc li a:hover span{
	color:#CB0D5D;
}
header .inner ul.nav_pc li a {
	color: #555;
	font-size: 14px;
	transition: 0.5s;
	letter-spacing: 1.5pt;
	text-shadow: 0px 0px 5px rgba(255,255,255,0.9);
}
header .inner .contact_btn{
	background: #333;
	margin: 0;
	width: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:14px;
}
header .inner .contact_btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
}
header .inner .contact_btn a:hover{
	background-color: #CB0D5D;
	transition: 1s;
}
@media (max-width: 1200px) {
  header .inner ul.nav_pc li {
    margin: 20px 20px;
  }
  header .inner ul.nav_pc li a {
    font-size: 13px;
  }
}

header .inner ul.nav_pc li:hover a {
  color: dimgray;
}

/* メガメニュー */
.nav_pc li .mega_content {
  display: none;
}

.nav_pc li:hover .mega_content {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 1000;
  display: block;
  width: 100%;
  background-color: #000;
  box-shadow: 1px 1px 8px rgba(255, 255, 255, 0.31);
}

.mega_content ul li {
  float: left;
  display: block;
}

.mega_content ul li a {
  background-color: #fff;
  color: #333;
  line-height: 1 !important;
  vertical-align: middle !important;
  height: 50px !important;
  display: table-cell !important;
}

header .inner ul.nav_pc .mega_content ul li a:hover {
  background-color: #fff;
  color: #000;
}

/* SNS */
.social_icon {
  flex-basis: 9%;
  display: flex;
  justify-content: center;
}
.social_icon ul {
  display: flex;
  align-items: center;
}
.sp_nav_wrapper {
    z-index: 10001;
    width: 100%;
    position: relative;
    display: none;
}
.sp_nav_wrapper .social_icon{
    position: absolute;
    right: 50px;
    top: 0;
    padding: 5px 0 0;
}
.sp_nav_wrapper .social_icon ul {
    justify-content: flex-end;
}
.sp_nav_wrapper .menu-collapser img{
	padding: 20px 0 0;
}

/* SNS */
/* ボタン全体の装飾 */
.flowbtn17{
font-family:'Trebuchet MS',sans-serif;
border-radius:50%;
display:inline-block;
width:40px;
height:40px;
font-size:22px;
transition:.5s;
text-decoration:none;
}
.flowbtn17 .fab{
	line-height: 2.2;
}
/* ボタンマウスホバー時テキストカラー */
.flowbtn17:hover{
color:#fff!important;
}
/* Instagram */
.flowbtn17.insta_btn2 {
	background: -webkit-linear-gradient(135deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d, #f56040, #ffdc80);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* ボタン内テキスト調整 */
.flowbtn17 div{
font-size:11px;	
font-weight:bold;
position:relative;
bottom:22px;		
}
/* ulタグの内側余白を０にする */
ul.snsbtniti{
padding:0!important;
}
/* ボタンの位置 */
.snsbtniti{
display:flex;
justify-content:center;
}
/* ボタン同士の余白 */
.snsbtniti li{
flex:0 0 33%;
text-align:center!important;
}


@media all and (-ms-high-contrast:none){
header .inner ul.nav_pc li {
    padding-top: 5px;
}
}
@media only screen and (max-width: 1000px) {
    .global_nav {
        display: none;
	}
	.sp_nav_btn {
	    display: inline-block;
	    color: #333;
	    font-size: 25px;
	    position: absolute;
	    right: 10px;
	    top: 5px;
	}
	header .inner div.logo {
	    padding-left: 15px;
	}
	header {
	        display: none !important;
	}
	#sp_navigation {
	       visibility: visible;
	}
    .sp_nav_wrapper {
        display: block;
        position: fixed;
		background: rgba(255,255,255,0.2);
    	backdrop-filter: blur(3px);
    }
    .flowbtn17 .fab{
	line-height: 2.6;
	}
	ul.slimmenu{
		opacity: 0.9;
  		box-shadow: 0px 6px 3px rgba(0,0,0,0.1);
		border-top: 1px solid #9E7845;
	}
	ul.slimmenu.collapsed li a{
		text-align: center;
		color:#555;
		padding:30px 0 30px 0;
		letter-spacing: 1.5pt;
	}
	ul.slimmenu.collapsed li a span{
		font-family: "Century Gothic", "CenturyGothic", Futura, AppleGothic, sans-serif;
		font-size:12px;
		display: block;
		text-align: center;
		color:#9E7845;
		letter-spacing: 0.5pt;
	}
	ul.slimmenu > li{
		border-left:none !important;
	}
}

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

コンテンツ

-------------------------------- */
/* スクロールCSS */
.fade-in {
  opacity: 0;
  transition: opacity 1.5s ease-out, transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.fade-in-up {
  transform: translate(0, 50px);
}
.fade-in-down {
  transform: translate(0, -50px);
}
.fade-in-left {
  transform: translate(-50px, 0);
}
.fade-in-right {
  transform: translate(50px, 0);
}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}


.btn-flat-border {
  display: inline-block;
  margin: -1em auto 2em;
  padding: 1.5em 2em;
  text-decoration: none;
  color: #e13a3f;
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  border: solid 2px #e13a3f;
  border-radius: 3px;
  transition: .4s;
}
.btn-flat-border:hover {
  background: #e13a3f;
  border: solid 2px #fff;
  color: white;
}
.sp{
	display: none;
}
.pc{
	display: block;
}
@media only screen and (max-width: 768px) {
	.sp{
	display: block;
	}
	.pc{
		display: none;
	}
	.btn-flat-border{
		margin: 1em auto 2em;
	}
	.make-this-black {
	 filter: invert(100%);
	}
}


/*--------------------------------------------------------------
# 階層共通＆時計リスト
--------------------------------------------------------------*/
.breadcrumbs{
	position: absolute;
	margin: 1em 1em 0;
	z-index: 5;
	font-size: 12px;
	letter-spacing: 1pt;
}
.secondpage {
	margin: 5.5em auto 0;
}
.secondpage h2{
	text-align: center;
	font-size: 40px;
	margin-top: -10px;
}
@media only screen and (max-width: 1000px) {
	.secondpage {
		margin: 0 auto 0 !important;
	}
	.secondpage h2{
		font-size: 26px !important;
		margin-top: 0;
	}
	.breadcrumbs{
		display:none;
	}
}
.midashi_bg{
	background: url("images/second_top.png") repeat-y center center !important;
	background-size: cover !important;
	padding:70px 0 60px;
	position: relative;
}
.midashi_bg::before{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("images/second_top_diamond.png") no-repeat center center !important;
	background-size: cover;
	z-index: 1;
	pointer-events: none; 
}
.midashi_bg h2{
	font-size: 27px;
	letter-spacing: .5pt;
	color: #CB0D5D;
	font-family: "Century Gothic", "CenturyGothic", Futura, AppleGothic, sans-serif;
	font-weight: bold;
	position:relative;
	z-index: 3;
}
@media only screen and (max-width: 500px) {
	.midashi_bg h2{
		font-weight: normal;
	}
}
.midashi_bg h2 span{
	display:block;
	color:#555;
	font-size:14px;
	letter-spacing: 1pt;
	font-weight:400;
}
@media only screen and (max-width: 1000px) {
	.midashi_bg{
		padding:120px 0 60px;
	}
}
.watch-cat{
	max-width:1300px;
}
.watch_all ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
.watch_all ul li{
	flex-basis:20%;
	text-align: center;
	padding: 20px;
	min-width:220px;
}
@media only screen and (max-width: 1000px) {
	.watch_all ul li{
		flex-basis:25%;
	}
	}
@media only screen and (max-width: 768px) {
	.post-type-archive-accessory .watch_all ul li{
		padding: 10px 3px !important;
	}
	.watch_all ul li{
		min-width: 50% !important;
	}
	}

.watch_details_area{
	position:relative;
}
.watch_details_area .collabo-badge{
	position: absolute;
	background: rgb(158, 120, 69);
	color: rgb(255, 255, 255);
	font-size: 13px;
	padding: 5px 10px;
	z-index: 3;
	font-family: "CenturyGothic", Futura, AppleGothic, sans-serif;
	left: 50%;
	transform: translateX(-50%);
	bottom: -40%;
}
.watch_category_top{
	margin: 4em auto 2em;
	max-width:1300px;
}
.watch_category {
	margin: 6em auto 2em;
	max-width:1400px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	gap:120px;
	padding:0 20px;
}
.watch_category article{
	width: calc(50% - 60px);
}
@media only screen and (max-width: 1000px) {
	.watch_category {
		flex-wrap: wrap;
		flex-flow: column;
		margin: 4em auto 2em;
	}
	.watch_category article{
		width: 100%;
	}
}
@media only screen and (max-width: 768px) {
	.watch_category {
		gap:60px;
	}
}
.watch_category article .watchlist li{
	display:flex;
	gap: 40px;
	align-items: flex-start;
}
.watch_category article .watchlist li .img-wrap {
	width: 50%;
	aspect-ratio: 330 / 330;
	overflow: hidden;
	background: #fff;
	max-height:335px;
}
@media only screen and (max-width: 1000px) {
	.watch_category article .watchlist li{
		justify-content: center;
	}
	.watch_category article .watchlist li .img-wrap {
	margin:0 auto 20px;
	}
}
@media only screen and (max-width: 768px) {
	.watch_category article .watchlist li{
		flex-wrap: wrap;
		flex-flow: column;
	}
	.watch_category article .watchlist li .img-wrap {
		margin:0 auto 0;
		width:100%;
	}
}
.watch_category article .watchlist li .img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.watch_category article .watchlist li > div {
	width: 40%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 15px;
}
@media only screen and (max-width: 768px) {
	.watch_category article .watchlist li > div {
		width:100%;
		margin:auto;
	}
	.watch_category article .watchlist li > div table{
		width:65%;
		margin:auto;
	}
}
/* 追加 */
.watch_category article .watchlist li .watch-gallery {
	width: 50%; /* img-wrapと揃える */
	display: block;
  }
  @media only screen and (max-width: 768px) {
	.watch_category article .watchlist li .watch-gallery {
		width: 80%;
	}
  }
  @media only screen and (max-width: 500px) {
	.watch_category article .watchlist li .watch-gallery {
		width: 100%;
	}
  }
  .watch_category article .watchlist li .watch-gallery .main-image {
	width: 100%;
  }
  .watch_category article .watchlist li .watch-gallery .thumb-list {
	display: flex;
	gap: 3px;
	margin-top: 10px;
	padding: 0;
	list-style: none;
  }
  @media only screen and (max-width: 1000px) {
	.watch_category article .watchlist li .watch-gallery .thumb-list {
		margin:0 auto 20px;
	}
  }
  @media only screen and (max-width: 768px) {
	.watch_category article .watchlist li .watch-gallery .thumb-list {
		margin:10px auto 0;
	}
  }
  .watch_category article .watchlist li .watch-gallery .thumb-list li {
	width: 64px;
	height: 64px;
  }
  .watch_category article .watchlist li .watch-gallery .thumb-btn {
	width: 100%;
	height: 100%;
	padding: 0;
	border: 1px solid #ddd;
	background: #fff;
	cursor: pointer;
  }
  .watch_category article .watchlist li .watch-gallery .thumb-btn.is-active {
	border-color: #333;
  }
  .watch_category article .watchlist li .watch-gallery .thumb-btn img {
	width: 100%;
	height: 100%;
	object-fit: contain;
  }

.watch_category article .watchlist li > div th{
	font-weight:normal;
	font-size:13px;
	color:#333;
	white-space: nowrap;
}
.watch_category article .watchlist li > div td{
	padding-left:15px;
	font-size:13px;
	color:#333;
	line-height:1.3;
}
.watch_category article .watchlist li > div .contact_btn {
	margin: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	display: table-cell;
  }
.watch_category article .watchlist li > div .contact_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	color: #fff;
	background: #333;
	font-weight:normal;
}
.watch_category article .watchlist li > div .contact_btn a:hover {
	background-color: #CB0D5D;
	transition: 1s;
  }

.watch_all .watch_category ul li{
	font-size: 15px;
  	transition: all .5s;
}
.watch_all a img {
  display: block;
  transition: 0.5s;
}
.watch_all a:hover img {
  opacity: 0.7;
}
.watch_category ul li:hover{
	color: dimgray;
}
.watch_category ul li a{
	color: #fff;
	font-weight: bold;
	display: block;
	overflow: hidden;
}
.watch_category ul li a:hover{
	color: dimgray;
}
.watch_category .row{
	margin-bottom: 3em;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
		.watch_category .row{
			display: block;
		}
	}
.rev_btn {
	display: inline-block;
	position: relative;
	padding: 1.5em 5em;
	font-size: 14px;
	font-weight: normal !important;
	text-align: center;
	text-decoration: none;
	color: #333;
	background: none;
	margin: auto;
	max-width: 300px;
	border: 1px solid #777;
	transition: 1s ease;
}
.rev_btn:hover {
	 background: #1B1B1B;
         color: #fff;
	 cursor: pointer;
	 text-decoration: none;
}
.all_back li{
	text-align: center;
	padding: 50px 0 40px;
}


.watchmainImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	_min-height: 275px;
	_max-height: 275px;
}
@media only screen and (max-width: 768px) {
	.watchmainImg img{
	min-height: 180px;
	max-height: 180px;
	}
}

.watchlist ul{
	padding-bottom: 20px;
}

.watchlist .collabo_txt {
	margin: 0px auto;
	background: #fff;
	color:#333;
	padding: 25px;
	text-align: left;
	font-size: 13px;
	border: 1px solid pink;
}
@media only screen and (max-width: 1000px) {
	.watchlist .collabo_txt {
		max-width:95%;
	}
}
@media only screen and (max-width: 768px) {
	.watchlist .collabo_txt {
		max-width:100%;
		margin-top:20px;
	}
}
.watchlist p a{
	font-size: 14px;
	font-weight: bold;
	padding: 8px 30px;
	border-radius: 100px;
}
.watchlist p a:hover{
	border-radius: 100px;
	border: 1px solid #e71a3c;
}
@media only screen and (max-width: 1200px) {
	.watchlist ul{
		padding-bottom: 0;
	}
	.watch_category ul li a{
		margin: 10px auto;
	}
	.watchlist p a{
		padding: 8px 10px;
		font-size: 12px;
	}
	.watchlist{
		padding: 15px 0 30px;
		margin: 10px 0px;
	}
}

.categoryname{
	font-size:35px;
	font-weight: normal;
	padding: 10px;
	text-align:center;
	color: #64625E;
	font-family: serif;
	line-height: 1;
	margin: 75px auto 30px;
}
.categoryname span{
	font-family: "Noto Sans JP",sans-serif !important;
	font-size: 13px;
  	color: rgb(100, 98, 94);
	display:block;
	padding:5px 0;
}
.categorydesc h2{
	font-size:14px;
	text-align:center;
	font-weight:normal;
	letter-spacing: 1pt;
}
@media only screen and (max-width: 1000px) {
	.categorydesc h2{
		font-size:14px !important;
		padding:0 30px;
		text-align:center;
	}
}
@media only screen and (max-width: 500px) {
	.categorydesc h2{
		text-align:left;
	}
}
.categorydesc p{
	max-width: 950px;
  	margin: 0 auto 1.5em;
}
.wathes_page{
	position:relative;
	z-index: 9999;
	padding: 2em 0;
}

.price{
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
}
.price span{
	font-size: 12px;
	font-weight:normal;
}

.backbtn{
	font-size: 15px;
	max-width: 250px;
	margin: 0 5px 3em;
}
.backbtn a{
	border: 1px solid #a7a7a7;
	background: #000;
	transition: 0.5s ;
}
.backbtn a:hover{
	border: 1px solid #222;
	background: #222;
}
.single article{
	margin-bottom:5em;
}
.contactbtn{
	padding: 1.5em;
	font-size: 16px;
	width: 100% !important;
	border-color: darkgray;
	color: #777 !important;
}
.contactbtn:hover{
	background: #555;
}
.iconArea{
	display: flex;
}

/*--------------------------------------------------------------
# ジュリエットローズ_TOP
--------------------------------------------------------------*/
.top_fv{
	position: relative;
	height: 100vh;
	overflow: hidden;
  }
  @media screen and (max-width:1300px) { 
	.top_fv{
		height: 85vh;
	}
  }
  /* タブレットのみ（スマホ除く） */
	@media screen and (min-width: 768px) and (max-width: 1024px) {
	  .top_fv{
			height: 40vh;
		}
	}
  @media screen and (max-width:768px) { 
	.top_fv{
		height: 90vh;
	}
  }
  @media screen and (max-width:500px) { 
	.top_fv{
		height: 88vh;
	}
  }
  .fv_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 85%;
	height: 100%;
	background: url("images/top_bg.png") no-repeat left bottom;
	background-size: contain;
	z-index: 1;
  }
  @media screen and (max-width:768px) { 
	.fv_bg{
		background: url("images/top_bg_sp.png") no-repeat left bottom;
		top:10%;
		width: 100%;
    	background-size: cover;
	}
  }
  .fv_img{
	position: absolute;
	top: 10%;
	right: 0;
	transform: translateY(-50%);
	_width: 80%;
	z-index: 2;
	opacity: 0;
	transform: translateX(40px) scale(1.05);
	animation: fvImg 1.2s ease-out forwards;
	width: 100%;
  display: flex;
  justify-content: flex-end;
  }
  @media screen and (max-width:1000px) {
	.fv_img{
		top:0;
	}
  }
  @media screen and (max-width: 768px) and (min-width: 500px) {
	.fv_img{
		width: 85%;
	}
  }
  @media screen and (max-width:500px) {
	.fv_img{
		width: 100%;
	}
  }
  @keyframes fvImg{
	to{
	  opacity: 1;
	  transform: translateX(0) scale(1);
	}
  }
  .fv_img img{
	width: 100%;
	height: auto;
  }
.fv_text{
  position: absolute;
  transform: translateY(-50%);
  z-index: 3;
  background: rgba(255,255,255,0.1);
  padding: 70px 35px;
  opacity: 0;
  animation: fvText 1s ease-out forwards;
  bottom:0;
}
.fv_text::before{
  content:"";
  position:absolute;
  inset:-6px;
  border-radius: 10px;
  background: rgba(255,255,255,0.7);
  filter: blur(8px);
  z-index:-1;
}
  @media screen and (max-width: 1280px) and (min-width: 768px) {
	.fv_text{
		width: 35%;
    padding: 40px 0 22px 15px;
	}
	.fv_text .en{
		font-size:11px !important;
	}
		.fv_text::after {
		right: -3% !important;
	}
  }
  @media screen and (max-width: 768px) and (min-width: 500px) {
	.fv_text{
		width: 55%;
		padding: 50px 35px 20px;
		}
		.fv_text::after {
		width: 70px !important;
		height: 70px !important;
		}
  }
  @media screen and (max-width:500px) { 
	.fv_text{
		width: 85%;
		left: 0;
		padding: 40px 20px 0;
		bottom: 0%;
		top: auto;
	}
  }
  @keyframes fvText{
	to{
	  opacity: 1;
	  transform: translateY(0);
	}
  }
  .fv_text::after{
  	display:none;
	content: "";
	position: absolute;
	bottom: 15%;
  right: 10%;
  max-width: 85px;
  width: 7vw;
  height: 7vw;
	background: url("images/top_rose_illust.png") no-repeat center;
	background-size: contain;
	animation: roseFloat 4s ease-in-out infinite;
  }
  @media screen and (max-width:500px) { 
	.fv_text::after{
		width: 65px;
    height: 65px;
    right: 0%;
	}
  }
  @keyframes roseFloat{
  0%,100%{
    transform: translateY(0) rotate(180deg);
  }
  50%{
    transform: translateY(-10px) rotate(180deg);
  }
	}
  .fv_text p{
	opacity: 0;
	transform: translateX(-30px);
  }
  .fv_text .jp{
	width:80%;
	margin:0;
	animation: textSlide 0.8s ease-out 0.8s forwards;
  }
  @media screen and (max-width:600px) { 
	.fv_text .jp{
		width:70%;
	}
}
  .fv_text .en{
	font-size: clamp(12px, 1vw, 16px);
	letter-spacing: .5pt;
	color: #CB0D5D;
	font-family:"Century Gothic", "CenturyGothic", Futura, AppleGothic, sans-serif;
	margin:10px;
	animation: textSlide 0.8s ease-out 1.1s forwards;
  }
  @keyframes fvText{
	to{
	  opacity: 1;
	  transform: translateY(0);
	}
  }
  @keyframes textSlide{
	to{
	  opacity: 1;
	  transform: translateX(0);
	}
  }
  .fv_text .en::after {
	content: '|';
	margin-left: 2px;
	animation: blink 1s infinite;
  }
  @keyframes blink {
	50% { opacity: 0; }
  }

  .story{
	padding: 130px 0 80px;
	text-align: center;
  }
  .story h2{
	color:#CB0D5D;
	font-size:12px;
	margin-bottom:30px;
  }
  .story h3{
	font-size:14px;
	letter-spacing: 1pt;
	line-height: 3;
	font-weight:500;
  }
  @media (max-width: 768px) {
	.story h3{
	line-height: 2.5;
	width: 100%;
	word-break: keep-all;
  overflow-wrap: break-word;
	line-break: strict;
	padding:30px 0 0;
	font-weight:500;
	}
  }

  .top_fv .fv_slider {
    position: relative;
  }
  @media (max-width: 768px) {
  	.top_fv .fv_slider {
	  position: relative;
	  width: 100%;
	  aspect-ratio: 2 / 3; 
	}
	.top_fv .fv_slide img {
	  width: 100% !important;
	  height: 100% !important;
	  object-fit: cover;
	  display: block;
	}
	}
  .top_fv .fv_slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    left:5%;
    transition: opacity 1s ease;
    pointer-events: none;
  }
  .top_fv .fv_slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 1600px;
  }
  .top_fv .fv_slide.is-active {
    opacity: 1;
    pointer-events: auto;
  }
  .top_fv .fv_slide:first-child {
    position: relative;
  }

.concept {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  }
.concept .inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* 左上キラキラ */
.concept .inner::before {
	content: "";
	position: absolute;
	top: -15%;
	left: 0;
	width: 450px;
	height: 450px;
	background: url("images/concept_kira1.png") no-repeat;
	background-size: auto;
	background-size: contain;
	z-index: 5;
	pointer-events: none;
	opacity: 0.8;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
	.concept .inner::before {
		top: -25% !important;
		z-index: 1 !important;
	}
}
  /* 右下キラキラ */
  .concept .inner::after {
	content: "";
	position: absolute;
	bottom: -35%;
	right: 0;
	width: 450px;
	height: 450px;
	background: url("images/concept_kira2.png") no-repeat;
	background-size: auto;
	background-size: contain;
	z-index: 5;
	pointer-events: none;
	opacity: 0.8;
  }
/* ======================
   テキスト（左に浮かす）
====================== */
.concept-text {
  position: absolute;
  left: 0;
  bottom: -10%;
  width: 480px;
  background: rgba(244, 231, 228, 0.9);
  padding: 40px;
  z-index: 3;
}
.concept-text h2{
	font-size: 22px;
	letter-spacing: .5pt;
	color: #CB0D5D;
	font-family:"Century Gothic", "CenturyGothic", Futura, AppleGothic, sans-serif;
	font-weight:bold;
}
@media only screen and (max-width: 500px) {
	.concept-text h2{
		font-weight: normal;
	}
}
.concept-text h3{
	font-size:13px;
	letter-spacing: 0.5pt;
	line-height:1.8;
	color:#555;
	font-weight:500;
}
/* ======================
   メイン画像（基準）
====================== */
.concept-main {
  width: 55%;
  margin: auto;
  position: relative;
  z-index: 1;
}
.concept-main::before {
	content: "";
	position: absolute;
	bottom: 40px;
	right: 70px;
	width: 100%;
	height: 100%;
	border: 2px solid #e5c1c7;
	z-index: -1;
	opacity: 0.5;
}
.concept-main img {
  width: 100%;
  display: block;
}
/* ======================
   サブ画像（重ねる）
====================== */
.concept-sub {
  position: absolute;
  right: 0;
  top: -15%;
  width: 27%;
  z-index: 2;
}
.concept-sub::before {
	content: "";
	position: absolute;
	top: 90px;
	left: 60px;
	width: 90%;
	height: 90%;
	border: 2px solid #e5c1c7;
	z-index: -1;
	opacity: 0.5;
  }
.concept-sub img {
  width: 100%;
  display: block;
}
.concept-btn {
	position: relative;
	display: inline-block;
	padding-left: 75px;
	color: #CB0D5D;
	text-decoration: none;
	padding-bottom: 0;
	font-family:"Century Gothic", "CenturyGothic", Futura, AppleGothic, sans-serif;
  }
  .concept-btn:hover{
	margin-left: 10px;
	transition: 0.5s;
	}
  
  /* 矢印（線） */
  .concept-btn::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 20%;
	width: 60px;
	height: 1px;
	background: #CB0D5D;
	transform: translateY(-50%);
  }
  
  /* 矢印の先（斜め線） */
  .concept-btn::after {
	content: "";
	position: absolute;
	left: 52px;
	top: 50%;
	width: 10px;
	height: 1px;
	background: #ff4d6d;
	transform: translateY(-50%) rotate(45deg);
	transform-origin: left center;
  }

  @media (max-width: 1000px) {
	/* レイアウトを縦に */
	.concept .inner {
	  display: flex;
	  flex-direction: column;
	}
	/* 画像を上にまとめる */
	.concept-main {
	  width: 70%;
	  margin: 0;
	  order: 1;
	}
	.concept-sub {
	  position: absolute;
	  right: 20px;
	  top: 20px;
	  width: 35%;
	  z-index: 2;
	}
	/* テキストを下に戻す */
	.concept-text {
	  position: relative;
	  top: auto;
	  left: auto;
	  transform: none;
	  width: 100%;
	  margin-top: 40px;
	  order: 2;
	}
  }

  @media (max-width: 768px) {
	.concept .inner::before {
		z-index: 1;
		top:0;
	}
	.concept .inner::after{
		bottom: -20%;
  		left: 0;
	}
	.concept-main {
		width: 90%;
	  }
	.concept-sub {
		right: -10%;
		top: -15%;
		width: 40%;
	}
	.concept-main::before {
		right: 20px;
	}
	.concept-sub::before {
			top: 10px;
			left: 15px;
			width: 90%;
			height: 100%;
		}
  }

.top_watch{
	padding: 100px 0;
	background: url("images/top_watch_bg.png") no-repeat center center !important;
	margin: 30px 0 0;
	background-size: cover !important;
  }
  @media (max-width: 500px) {
	.top_watch{
		background: url("images/top_watch_bg_sp.png") repeat-y top center !important;
		background-size: contain !important;
	}
  }
.top_watch h2{
	text-align: center;
	font-size: 14px;
  	font-weight: 400;
	margin-bottom:45px;
}
.top_watch h2 span{
	font-size: 22px;
	letter-spacing: .5pt;
	color: #CB0D5D;
	font-family: "Century Gothic", "CenturyGothic", Futura, AppleGothic, sans-serif;
	font-weight: bold;
}
@media only screen and (max-width: 500px) {
	.top_watch h2 span{
		font-weight: normal;
	}
}
  .watch-cat-list{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 35px 20px;
	align-items: stretch;
  }
  @media screen and (min-width: 600px) and (max-width: 1200px) {
	  .watch-cat-list{
			justify-content: flex-start;
		}
	}
  .watch-cat-item {
	position: relative;
	flex: 1 1 calc((100% - 60px) / 4); /* ← 4カラム */
  	max-width: calc((100% - 60px) / 4);
  }
  @media (max-width: 1200px) {
	.watch-cat-item {
	  flex: 1 1 calc((100% - 40px) / 3);
	  max-width: calc((100% - 40px) / 3);
	}
  }
  
  @media (max-width: 768px) {
	.watch-cat-item {
	  flex: 1 1 calc((100% - 20px) / 2);
	  max-width: calc((100% - 20px) / 2);
	}
  }
  
  @media (max-width: 500px) {
	.watch-cat-item {
	  flex: 1 1 100%;
	  max-width: 90%;
	}
  }
  /* 全体カード */
  .item-inner {
	position: relative;
	display: block;
	background: #fff;
	overflow: hidden;
	padding: 40px 30px;
	aspect-ratio: 332 / 361;
	box-shadow: 0 4px 9px rgba(0, 0, 0, 0.2);
  }
  
  /* ======================
	 三角背景
  ====================== */
  .bg-triangle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(239,219,196,0.5);
	clip-path: polygon(100% 0, 100% 20%, 28% 85%, 0 54%, 0 0);
	z-index: 0;
	transition: background 0.8s ease;
  }
  .watch-cat-item:hover .bg-triangle {
	background:rgba(230, 157, 157, 0.3); /* 好きな色 */
  }

  /* ======================
	 テキスト
  ====================== */
  .watch-cat-item .text {
	position: relative;
	z-index: 2;
  }
  .watch-cat-item .name {
	display: block;
	font-size: 30px;
	color: #64625E;
	font-family: serif;
	line-height: 1;
	font-weight:500;
  }
  .watch-cat-item .cat-txt {
	margin-top: 0;
	font-size: 13px;
	color: #64625E;
  }
  @media (max-width: 500px) {
	.watch-cat-item .name {
		font-size:33px;
	}
	.watch-cat-item .cat-txt {
		font-size:15px;
	}
  }
  /* ======================
	 画像（右寄せ）
  ====================== */
  .watch-cat-item .img {
	position: absolute;
	right: 5px;
	bottom: 0;
	width: 60%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
  }
  .watch-cat-item .img img {
	width: 100%;
	height: auto;
	transform: translateY(10px);
  }
  
  /* ======================
	 COLLABOバッジ
  ====================== */
  .watch-cat-item .collabo-badge {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background: #9E7845;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	z-index: 3;
	font-family: "Century Gothic", "CenturyGothic", Futura, AppleGothic, sans-serif;
  }
  @media (max-width: 500px) {
	.watch-cat-item .collabo-badge {
		font-size:13px;
	}
  }

.watch-second .watch-cat-list{
	justify-content: flex-start;
	padding:0 20px;
}
.watch-second .catch_txt{
	font-size:14px;
	text-align: center;
	letter-spacing: 1pt;
	line-height: 2;
	padding: 30px 0 50px;
}
.watch-second .watch-cat-item{
	flex: 1 1 calc((100% - 20px) / 2);
	max-width: calc((100% - 20px) / 2);
}
.watch-second .watch-cat-item .img{
	left: 10%;
	right:auto;
	width: 35%;
}
.watch-second .item-inner{
	aspect-ratio: 557 / 361;
	font-weight: 400;
}
.watch-second .watch-cat-item .name{
	font-size:35px;
}
.watch-second a .description {
	color:#555 !important;
	z-index: 5;
  	position: relative;
	font-size:14px;
	margin: 35px 0;
}
.watch-second .archive_watch_text{
	width: 45%;
	position: absolute;
	right: 5%;
	top: 55%;
  	transform: translateY(-55%);
}
.watch-second a .watch_btn{
	background: #555;
	color:#fff !important;
	z-index: 5;
  	position: relative;
	font-size:14px;
	width:75%;
	text-align: center;
	padding: 10px;
  	letter-spacing: 0.5pt;
}
.watch-second a:hover .watch_btn{
	background: #CB0D5D;
	transition: 0.8s ease;
}
.watch-second .bg-triangle{
	clip-path: polygon(100% 0, 100% 17%, 65% 85%, 0 -10%, 0 0);
}
.watch-second .watch-cat-item .collabo-badge{
	top: 10px;
  	right: 10px;
	bottom:auto;
	left:auto;
	font-size: 13px;
}
@media (max-width: 1150px) {
	.watch-second a .description {
		margin: 15px 0 20px;
		font-size: 13px;
	}
	.watch-second .watch-cat-item .name {
		font-size: 30px;
	  }
}
@media (max-width: 1000px) {
	.watch-second .watch-cat-item{
		flex: 1 1 80%;
		max-width: 80%;
		margin: auto;
	}
}
@media (max-width: 768px) {
	.watch-second .watch-cat-item{
		flex: 1 1 100%;
		max-width: 100%;
		margin: auto;
	}
	.watch-second .catch_txt{
		width: 80%;
  		margin: auto;
		text-align: left;
	}
}
@media (max-width: 500px) {
	.watch-second .watch-cat-list {
		padding: 0 5px;
	  }
	.watch-second .watch-cat-item .collabo-badge{
		right: 0;
		font-size: 12px;
	}
	.watch-second .item-inner {
		aspect-ratio: 420 / 361;
		font-weight: 400;
	  }
	.watch-second .watch-cat-item .img {
		left: -1%;
		right: auto;
		width: 48%;
	  }
	.watch-second .watch-cat-item .img img {
		width: 80%;
		height: auto;
		transform: translateY(-20px);
	  }
	.watch-second .archive_watch_text{
		right: 4%;
		width: 50%;
	  }
	.watch-second .watch-cat-item .text {
		display: flex;
		align-items: baseline;
		gap: 10px;
	}
	.watch-second a .description {
		font-size: 11px;
		display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 3; /* ← 行数 */
	  overflow: hidden;
	  line-height: 1.8;
	}
	.watch-second .watch-cat-item .cat-txt {
		font-size: 12px;
	  }
}