@charset "UTF-8";
/*FONT*/
@font-face {
  font-family: "GramondPP";
  src: url("https://lelouptokyo.com/common/font/GaramondPremrPro.otf") format("opentype");
}
@font-face {
  font-family: "GramondPP_It";
  src: url("https://lelouptokyo.com/common/font/GaramondPremrPro-It.otf") format("opentype");
}
@font-face {
  font-family: "GramondPP_Smbd";
  src: url("https://lelouptokyo.com/common/font/GaramondPremrPro-Smbd.otf") format("opentype");
}
@font-face {
  font-family: "GramondPP_Smbd_It";
  src: url("https://lelouptokyo.com/common/font/GaramondPremrPro-SmbdIt.otf") format("opentype");
}

html {
	height: 100%;
	background-color: #acacad!important;
    -webkit-font-smoothing: antialiased;
    color: #3f3d3a;
    text-align: left;
    position: relative;
    background: #fff;
    font-family: "GramondPP","リュウミン M-KL","Ryumin Medium KL","serif";
	-webkit-text-size-adjust: 100%;
    letter-spacing: 0.06em;
    line-height: 1.8em;
    font-feature-settings: "palt";
}
body {
	height: 100%;
    margin: auto;
	background-color: #acacad;
    font-family: "GramondPP","リュウミン M-KL","Ryumin Medium KL","serif";
	animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
.background-wrap {
min-height: 100vh;
background-color: #acacad;
}
a {
    color: #3f3d3a;
    text-decoration: none;
}
/*a:hover {
    opacity:0.5;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	transition: .8s;
}*/
ul{
	margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
}
li {
    list-style: none;
}
p {
    margin-block-start: 0em;
    margin-block-end: 0em;
}
img {
    width: 100%;
}
.pc-only {
    display: block;
}
.footerWrap.sp-only, .sns_icon.sp-only {
    display: none;
}

/*CONTENTS*/
#contentWrap{
	width: calc(100% - 300px);
	max-width: 1300px;
	padding-top: 20vh;
	margin: 0 auto;
}
.top_logo{
	width: 80px;
    position: fixed;
    left: 50%;
    top: 8vh;
    transform: translateX(-50%) translateY(-50%);
    z-index: 50;
}
.menu_on{
	background-color: #3f3d3a;
}
.menu_on a{
	color: #acacad;
}
.rotatewrap{
	display: flex;
	gap:20%;
}
.top_menu{
	width: 0%;
	transform: rotate(90deg);
    transform-origin: left top;
	margin: 0.7rem 0 0 1.3rem;
    display: flex;
}
.top_menu li{
	font-size: 0.95rem;
	padding: 0 15px;
    border-right: 1px solid #3f3d3a;
	line-height: 1.5rem;
	height: 1.3rem;
}
.top_menu li a:hover {
    opacity:0.6;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	transition: .7s;
}
.top_menu li:first-child{
	border-left: 1px solid #3f3d3a;
}
.txt{
	width: 60%;
	margin-bottom: 5vh;
}
.inview.fadeup {
	opacity: 0;
	transition-duration: 1.5s;
	transform: translateY(10px);
}
.inview.fadeup.active {
	opacity: 1;
	transform: translateY(0px);
}
.inview.fadeleft {
	opacity: 0;
	transition-duration: 1.8s;
	transform: translateX(-20px);
}
.inview.fadeleft.active {
	opacity: 1;
	transform: translateX(0px);
}
.movetext{
	opacity:0;
}
.movetext span{
	opacity:0;
}
.txt_title{
	font-family: "GramondPP_Smbd_It";
	margin-bottom: 1rem!important;
}
.txt p{
	font-size: 0.95rem;
	margin-bottom: 10vh;
}
/*CLIENT*/
.movetext_client{
	opacity:0;
	margin-bottom: 0vh !important;
    padding: 0.4rem 0;
	z-index: 20;
}
.movetext_client span{
	opacity:0;
}
.client_menu{
	display: flex;
    justify-content: center;
}
.client_menu li{
	margin-bottom: 6vh;
	padding: 0 2.5vw;
	line-height: 1.3rem;
	border-right: 1px solid #3f3d3a;
	font-size: 0.95rem;
}
.client_menu li:first-child{
	border-left: 1px solid #3f3d3a;
}
.brand_list{
	width: 100%;
	margin-left: 13.5vw;
}
.link1{
	display: flex;
	align-items: center;
}
.link1.first{
	align-items: flex-start;
}
.link1.last{
	align-items: end;
}
.link1 img{
	width: 15vw;
    position: absolute;
    left: 28vw;
	opacity: 0;
	z-index: -1;
}
.link1.active img{
	opacity: 1;
	transition-duration: .6s;
	transform: translateY(-5px);
	z-index: 2;
}
a.link1, a.link2{
	color: #3f3d3a;
}
a.link1.active, a.link2.active{
	color: #dbdbdb;
	/*border-bottom: 0.5px solid #dbdbdb;*/
	transition-duration: .8s;
}
.link1.first.left img, .link1.left img, .link1.last.left img{
	width: 15vw;
    position: absolute;
    left: 30vw;
	opacity: 0;
	z-index: -1;
}
.link1.first.left.active img, .link1.left.active img, .link1.last.left.active img{
	opacity: 1;
	transition-duration: .6s;
	transform: translateX(-5px);
	z-index: 2;
}
.list_block{
	display:flex;
}
.list_block p.txt_title{
	width: 19vw;
}
.listWrap{
	width: 100%;
}
/*.brand_list a{
	padding-left: 2vw;
}*/
.link2{
	display: flex;
	align-items: center;
}
.link2.first{
	align-items: flex-start;
}
.link2.last{
	align-items: end;
}
.link2 img{
	width: 15vw;
    position: absolute;
    left: 30vw;
	opacity: 0;
	z-index: -1;
}
.link2.active img{
	opacity: 1;
	transition-duration: 1.5s;
	transform: translateX(3px);
	z-index: 2;
}
.link2.first.left img, .link2.left img, .link2.last.left img{
	width: 15vw;
    position: absolute;
    left: 28vw;
	opacity: 0;
	z-index: -1;
}
.link2.first.left.active img, .link2.left.active img, .link2.last.left.active img{
	opacity: 1;
	transition-duration: .6s;
	transform: translateX(-5px);
	z-index: 2;
}
/*CLIENT*/
#footer{
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 3vh;
}
.footerWrap{
	position: relative;
	padding-top: 6vh;
	border-top: 2px solid #3f3d3a;
	display: flex;
}
.footerWrap::before{
	position: absolute;
	border-top: 1px solid #3f3d3a;
	content: '';
	top: 4px;
    left: 0px;
    right: 0px;
}
.sns_icon{
	position: relative;
    margin-left: 0;
	width: 22px;
}
.foot_logo{
	position: relative;
	width: 95px;
	margin-top: 5px;
	left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 50;
}
.copyright{
	position: relative;
    margin-right: 0;
    margin-left: auto;
}
.copyright p{
	font-size: 11px;
}
@media screen and (max-width: 1115px) {
	#contentWrap{
		width: calc(100% - 100px);
		margin: 0 50px;
	}
	.brand_list{
		width: 100%;
		margin: 0;
	}
	#footer{
		width: 100%;
	}
}
@media screen and (max-width: 700px) {
	.pc-only{
		display: none;
	}
	.footerWrap.sp-only, .sns_icon.sp-only {
		display: block;
	}
	#contentWrap{
		width: calc(100% - 50px);
		margin: 0 25px;
		padding-top: 15vh;
	}
	.top_logo{
		top: 7vh;
		width: 60px;
	}
	.rotatewrap {
		justify-content: space-between;
		gap: 0;
	}
	.top_menu li{
		font-size: 0.85rem;
		padding: 0 12px;
	}
	.txt{
		width: 82%;
	}
	.txt p{
		font-size: 0.9rem;
		margin-top: 5px;
		margin-bottom: 7vh;
	}
	.txt_title {
		margin-bottom: 0.8rem !important;
	}
	.brand_list{
		line-height: 1.3em;
	}
	.client_menu {
		justify-content: flex-start;
		margin-top: 9px;
	}
	.client_menu li {
    margin-bottom: 3vh;
    padding: 0 3vw;
    line-height: 1.2rem;
    font-size: 0.85rem;
	}
	.list_block{
		display: block;
	}
	.list_block p.txt_title{
		width: 100%;
		margin-top: 1vh;
        margin-bottom: 0vh !important;
        border-bottom: 0.75px solid #3f3d3a;
	}
	.footerWrap{
		padding-top: 5vh;
	}
	.footer_flex{
		display: flex;
		justify-content: center;
	}
	.foot_logo {
		width: 70px;
	}
	.sns_icon img{
		width: 18px;
		margin-top: 1.3px;
	}
	.copyright{
		margin: 0;
	}
	.copyright p{
		font-size: 10px;
	}
}

