/* sp/pc */
.br-sp{display: none;}
.sec_sp{display: none;}
.sec_pc{display: block;}
.sec_pc_only{display: block;}
.sec_tab{display: block;}
.sec_tab_sp{display: none;}
.flex_pc{
	display:flex;
	flex-wrap: nowrap;
}
@media screen and (min-width: 768px)  and (max-width: 1024px) {
.br-sp{display: block;}
.sec_pc{display: block;}
.sec_pc_only{display: none;}
.sec_tab{display: block;}
.sec_sp{display: none;}
.sec_tab_sp{display: block;}
}
@media screen and (max-width: 767px) {
.br-sp{display: block;}
.sec_sp{display: block;}
.sec_pc{display: none;}
.sec_pc_only{display: none;}
.sec_tab{display: none;}
.sec_tab_sp{display: block;}
.flex_pc{
	display:block;
}
}
/*------ contents ------*/
#logo_renewal{
	background: #e3ebec;
}
h3{
	font-size: 9rem;
	font-weight: 600;
	color:#7a6d67;
	text-align: center;
	line-height: 1.3;
	margin: 15% auto 0;
    padding: 0;
    width: fit-content;
	mix-blend-mode: difference;
	background: transparent;
	will-change: transform;
	will-change: opacity;
	max-height: 100%;
}
p{
	font-size: 1.6rem;
	font-weight: 400;
	color: #2c2c2c;
	line-height: 2.4em;
	text-align: center;
	letter-spacing: .1em;
	max-height: 100%;
}
p.txt_middle{
    font-size: 1.3em;
	line-height: 2.3em;
}
.cont{
	width: 90%;
	margin: 0 auto;
	background: transparent;
}
@media screen and (max-width: 1024px){
h3{
	position: relative;
	font-size: 6rem;
	line-height: 1em;
	margin: 34% auto 0;
	mix-blend-mode: difference;
}
h3 span{
	font-size: 2.5rem;
	mix-blend-mode: difference;
}
p{
	font-size: 1.4rem;
	line-height: 2em;
}
p.txt_middle{
    font-size: 1.7rem;
	line-height: 1.7em;
}
}
/*------ cont_logo_renewal_fv ------*/
#cont_logo_renewal_fv{
	position: fixed;
	top: 0;
	z-index: -999;
	overflow: hidden;
	background: #e3ebec;
	width: 100vw;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	transition: filter .5s ease-in-out, opacity .5s ease-in-out;
}
#cont_logo_renewal_fv video{
	position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: filter .5s ease-in-out, opacity .5s ease-in-out;
	filter: brightness(1);
}
/*------ cont_renewal ------*/
.cont.cont_renewal{
	position: relative;
	padding-top: 100vh;
	padding-top: calc(var(--vh, 1vh) * 100);
}
/*fv_scroll*/
.fv_scroll{
	position: absolute;
	top: 76vh;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	font-size: 2em;
	color:#7a6d67;
	mix-blend-mode: difference;
	will-change: transform;
	will-change: opacity;
}
.fadeOut {
    transition: opacity ease;
    opacity: 1; /* 最初は表示 */
}
@media screen and (min-width: 768px){
.fv_scroll{
	top: 78vh;
	font-size: 2em;
}
}
/**/
.cont.cont_renewal h3{
    margin: 10% auto 0;
}
p.cont_renewal_txt{
	margin: 40px auto;
}
.sec_change{
	display: flex;
	flex-wrap: nowrap;
	justify-content:center;
	align-items: center;
	gap:90px;
	background: #fff;
	padding: 3%;
	margin: 90px auto 50px;
	border-radius: 16px;
	filter: drop-shadow(0px 0px 35px #bdc8cd);
}
.sec_change .old_logo,
.sec_change .new_logo{
	align-self:center;
	max-width: 270px;
	width: 100%;
}
.sec_change #arrow01{
	max-width: 150px;
	width: 100%;
}
@media screen and (max-width: 767px){
.sec_change{
	display: flex;
	flex-wrap: nowrap;
	justify-content:center;
	align-items: center;
	gap:0;
	background: #fff;
	padding: 1% 3% 1% 1%;
	margin: 30px auto 40px;
}
.sec_change .old_logo,
.sec_change .new_logo{
	width: 37%;
}
.sec_change #arrow01{
	max-width: 60px;
	width: 100%;
	margin: 0 15px 0 0;
}
}
/* arrow_animation  svg */
svg .arrow_animation-1 {
  stroke-dashoffset: 487.1234130859375px;
  stroke-dasharray: 487.1234130859375px;
}
svg.active .arrow_animation-1 {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1s ease;
}
/*slideIn*/
.renewal_img {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity .5s ease, transform 0.5s ease;
}
.renewal_img.show {
  opacity: 1;
  transform: translateX(0);
}
.renewal_img:nth-child(1) {
  transition-delay: .5s;
}
.renewal_img:nth-child(2) {
  transition-delay: .7s;
}
.renewal_img:nth-child(3) {
  transition-delay: 1.7s;
}
/*------ cont_concept ------*/
.cont.cont_concept{
	position: relative;
	transition: background-color .5s ease-in-out;
}
.concept_sec01,
.concept_sec02,
.concept_sec03{
	position: relative;
	margin: 0 auto;
	padding: 0 ;
}
.concept_sec01 .video01,
.concept_sec02 .video02{
	max-height: 480px;
	width: 75%;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	border-radius: 16px;
}
.concept_sec03 .video03{
	max-height: 520px;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	background: #c0cccd;
	border-radius: 16px;
}
.concept_sec01 .video01 video,
.concept_sec02 .video02 video,
.concept_sec03 .video03 video{
    height: 100%;
	width: 100%;
    max-height: 480px;
	margin: 0 0 -8px;
	border-radius: 16px;
}
.concept_sec03 .video03 video{
	filter: brightness(1.5) saturate(0.6);
}
.concept_move{
	width: 62%;
}
.logo_concept_main{
	margin: 50px auto 0;
    padding: 0 0 50px;
	letter-spacing: .1em;
}
.logo_concept_detail{
	position: relative;
    text-align: center;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: .2em;
	color: #fff;
	width: auto;
	margin: 0 auto;
	padding: 100px 0 160px;
	transition: background-color .5s ease-in-out;
}
.logo_concept_detail::before{
	position: absolute;
	display: block;
	content:"";
	z-index: -2;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	width:710px;
	height:600px;
	background-color: #574c4c;
	mix-blend-mode: difference;
	filter: blur(90px);
	transition: background-color 0.5s ease;
	will-change: transform;
	will-change: opacity;
}
.logo_concept_detail::after{
	position: absolute;
	display: block;
	content:"";
	z-index: -1;
	top:0;
	left:50%;
	transform: translate(-50%, 0);
	width: 2px;
	height: 70px;
	background: #fff;
}
.logo_concept_detail.last{
	color: #fff;
	font-size: 1.2em;
}
@media screen and (max-width: 1024px){
.concept_sec01 .video01 video, .concept_sec02 .video02 video, .concept_sec03 .video03 video{
	width: inherit;
}
}
@media screen and (max-width: 767px){
.logo_concept_main{
	font-size: 1.4rem;
    line-height: 1.7em;
	margin: 40px auto 0;
    padding: 0 0 50px;
	letter-spacing: .1em;
}
.concept_sec01 .video01,
.concept_sec02 .video02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	border-radius: 16px;
}
.concept_sec03 .video03{
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	background: #c0cccd;
	border-radius: 16px;
}
.concept_sec01 .video01 video,
.concept_sec02 .video02 video,
.concept_sec03 .video03 video{
    width: 100%;
	border-radius: 16px;
	margin: 0 0 -8px;
}
.logo_concept_detail{
	padding: 70px 0 90px;
    line-height: 1.7;
}
.logo_concept_detail::before{
	width: 77%;
	height: 180%;
	filter: blur(30px);
	background-color: #473e3e;
}
.logo_concept_detail::after{
	height: 39px;
}
}
/*----*/
.concept_move_last{
	position: relative;
	width: 100%;
	height: 580px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 16px;
	filter: drop-shadow(0px 0px 35px #bdc8cd);
}
.concept_move04_bg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.8);
	z-index: -1;
	filter: blur(30px);
}
.concept_move04{
	position: absolute;
    width: 80%;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0 0 -8px;
}
.brightness {
    transition: color 0.5s ease, transform 0.5s ease; 
}
@media screen and (max-width:1559px){
.concept_move_last{
	position: relative;
	height: 540px;
}
}
@media screen and (max-width: 1024px){
.concept_move_last{
	position: relative;
	height: 400px;
}
}
@media screen and (max-width: 767px){
.concept_move_last{
	position: relative;
	width: 100%;
	height: auto;
	border-radius: 16px;
	transition: transform 1s ease-in-out, border-radius 1s ease-in-out;
}
.concept_move04_bg{
	display:none;
}
.concept_move04{
	position: relative;
    width: 100%;
	top:auto;
	left:auto;
	transform:none;
	margin: 0 0 -8px;
}
}
/*------ cont_desiner ------*/
.cont_designer h3{
	margin: 7% auto 0;
}
.designer{
	display: flex;
	flex-wrap: nowrap;
	justify-content:center;
	align-items:flex-start;	
	gap: 30px;
	background: #fff;
	padding: 3% 0;
	margin: 50px auto 90px;
	border-radius: 16px;
	filter: drop-shadow(0px 0px 35px #bdc8cd);
}
.designer_profile{
	position: relative;
	width: 25%;
}
.designer_profile_txt{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5%;
	margin: 0 auto;
	font-weight: 100;
	color:#fff;
    font-size: .8em;
	line-height: 1.4em;
	text-align: justify;
}
.designer_speech{
	width: 29%;
    font-size: .9em;
	line-height: 1.3em;
	text-align: justify;
}
.designer_sign{
    max-width: 150px;
    width: 100%;
    display: block;
    margin: 15px 0 0 auto;
}
@media screen and (min-width:1560px){
.designer{
	max-width: 1380px;
}
}
@media screen and (min-width:768px) and (max-width:1024px){
.designer_profile_txt{
	padding: 3%;
	font-weight: 100;
    font-size: .7em;
	line-height: 1.2em;
}
}
@media screen and (min-width:431px) and (max-width:767px){
.designer{
	display: block;
	background: transparent;
	position: relative;
	padding: 3% 0;
	margin: 20px auto 50px;
	border-radius: 16px;
	filter: none;
}
.designer_profile{
	z-index: 1;
	width: 100%;
}
.designer_name{
	position: absolute;
	right: 49.5%;
	top: 16%;
	font-size: 1em;
	color:#21373b;
}
.designer_profile_img{
	max-width: 280px;
    border-radius: 0 16px 0 0;
}
.designer_profile_txt {
	position: absolute;
	bottom: 0;
	left: auto;
	right: 0;
	width: 70%;
	padding: 2.5% 5%;
	border-radius: 10px 0 0 0;
	margin: 0;
	font-weight: 300;
	color: #ffffff;
	font-size: .75em;
	line-height: 1.6em;
	text-align: justify;
	letter-spacing: 0;
	background: rgb(55 87 94 / 80%);
}
.designer_speech{
	width: 100%;
	padding: 10% 5% 6%;
	margin: -6% 0 0;
	font-size: 1em;
	line-height: 1.6em;
	text-align: justify;
	background: #fff;
	border-radius: 16px;
	filter: drop-shadow(0px 0px 35px #bdc8cd);
}
}
@media screen and (max-width:430px){
.cont_designer h3{
	margin: 24% auto 0;
}
.designer{
	display: block;
	background: transparent;
	position: relative;
	padding: 3% 0;
	margin: 20px auto 50px;
	border-radius: 16px;
	filter: none;
}
.designer_profile{
	position: relative;
	width:100%;
	z-index: 1;
}
.designer_name{
	position: absolute;
	right: 38.5%;
	top: 16%;
	font-size: 1em;
	color:#21373b;
}
.designer_profile_img{
	width: 70%;
	border-radius: 0 16px 16px 0;
}
.designer_profile_txt{
	position: absolute;
	bottom: -10%;
	left: auto;
	right: 0;
	width: 68%;
	padding: 3.5% 4%;
	border-radius: 10px 0 0 10px;
	margin: 0;
	font-weight: 300;
	color: #ffffff;
	font-size: .7em;
	line-height: 1.25em;
	text-align: justify;
	letter-spacing: 0;
	background: rgb(55 87 94 / 80%);
}
.designer_speech{
	width: 100%;
	padding: 18% 5% 6%;
	margin: -10% 0 0;
	font-size: 1em;
	line-height: 1.6em;
	text-align: justify;
	background: #fff;
	border-radius: 16px;
	filter: drop-shadow(0px 0px 35px #bdc8cd);
}
.designer_sign{
    max-width: 135px;
    width: 100%;
    display: block;
    margin: 15px 0 0 auto;
}
}
/*------ footer ------*/
.footer_inner{
	background: #fff;
}