

/*------- #mvWrap ---------*/

#mvWrap{
	max-width: 2560px;
	height: 1300px;
	margin: 0 auto;
}

.mvMovieBox {
  width: 100%;
  position: absolute;
  top: 200px;
  height: 620px;
  overflow: hidden;
}

.mvMovie{
	width: 100%;
}

#mvInner{
	max-width: 1920px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.mvImgGroup {
  width: 84%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  max-width: 1560px;
}

.mvImgGroup .mvImg{
	width: 34%;
	/*max-width: 512px;*/
	position: absolute;
	z-index: 1;
}	

.mvImgGroup .mvImg.left{
	left: 0;
	top: 60px;
}

.mvImgGroup .mvImg.center{
	left: 33%;
	top: 290px;
}

.mvImgGroup .mvImg.right{
	right:0;
	top: 0;
}


.mvImgGroup .fuwa-layer {
  position: absolute;
  will-change: transform;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  z-index: 2;
}


.mvImgGroup .layer1 {
  animation-name: float1;
  animation-duration: 9s;
  left: 0;
  top: 60px;
  opacity: 0.5;
}
.mvImgGroup .layer2 {
  animation-name: float2;
  animation-duration: 11s;
  left: 33%;
  top: 290px;
  opacity: 0.3;
}
.mvImgGroup .layer3 {
  animation-name: float3;
  animation-duration: 13s;
  right:0;
  top: 0;
  opacity: 0.5;
}
@keyframes float1 {
  0%   { transform: translate(0,   0); }
  25%  { transform: translate(-8px, -12px); }
  50%  { transform: translate( 6px, -16px); }
  75%  { transform: translate(10px, -8px); }
 100%  { transform: translate(0,   0); }
}

@keyframes float2 {
  0%   { transform: translate(0,   0); }
  20%  { transform: translate( 9px, -10px); }
  45%  { transform: translate(12px, -18px); }
  70%  { transform: translate(-7px, -14px); }
 100%  { transform: translate(0,   0); }
}

@keyframes float3 {
  0%   { transform: translate(0,   0) rotate(0deg); }
  30%  { transform: translate(-12px, -15px) rotate(-2.5deg); }
  60%  { transform: translate( 8px, -20px) rotate(2.5deg); }
 100%  { transform: translate(0,   0) rotate(0deg); }
}



#mvInner .objImg{
	position: absolute;
}

#mvInner .objImg.left{
	max-width: 144px;
	left: 20px;
	bottom:176px;
}

#mvInner .objImg.center{
	max-width: 250px;
	/*
	left: 750px;
	bottom:296px;
	*/
	left: 790px;
	bottom: 346px;
}

#mvInner .objImg.right{
	max-width: 308px;
	right: 0;
	bottom:150px;
}


#mvCatch{
	position: absolute;
	top: 0;
	bottom: 5%;
	left: 240px;
	margin: auto;
	font-size: 2.8rem;
	height: 150px;
	z-index: 2;
	font-weight: normal;
	text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}

#mvCatch strong{
	font-size: 6.4rem;
	display: block;
	color: #F49701;
	margin-bottom: 20px;
	font-weight: bold;
	text-shadow: none;
}







#globalContent {
	margin-top:0!important;
	position: relative; 
}	

#philosophyBox{
	max-width: 1680px;
	min-height: 840px;
	margin: 0 0 60px auto;
	position: relative;
}

.boxTitle{
	display: flex;
	font-size: 2.8rem;
  	font-weight: bold;
  	gap: 30px;
  	align-items: center;
}

.boxTitle .enTtl{
  display: flex;
  color: #F49701;
  background: url("../img/common/bg_pagetitle.svg") no-repeat left top;
  background-size: 155px 155px;
  min-width: 155px;
  height: 155px;
  align-items: center;
  padding-left: 75px;
  font-weight: normal;
}

.boxTitle span {
	font-weight: normal;
}

#philosophyBox .boxTxt{
  padding-left: 248px;
  padding-bottom: 270px;
  position: relative;
}

.philosophy{
	color: #F49701;
	font-size: 3.6rem;
	font-weight: bold;
	display: block;
	margin-bottom: 60px;
	max-width: 50%;
	width: 50%;
	line-height: 1.6;
}

#philosophyBox .boxTxt p {
  max-width: 700px;
  font-size: 2.4rem;
  width: 100%;
  line-height: 1.6;
}



.philosophyImg{
	position: absolute;
}

.philosophy_1{
	width: 21%;
	max-width: 350px;
	left: 0;
	bottom: 0;
}

.philosophy_2{
	width: 40%;
	max-width: 660px;
	right: 0;
	top: 0;
	z-index: 2;
}

.philosophyObjImg{
	position: absolute;
}

.philosophyObjImg.left {
  max-width: 173px;
  left: 24%;
  bottom: 0;
  width: 20%;
}

.philosophyObjImg.right {
  max-width: 250px;
  right: 12%;
  top: 55%;
  z-index: 1;
  width: 14%;
}

 
/*------ messageBox --------*/

#messageBoxWrap{
	background: rgb(255, 195, 148, 0.15);
	border-top-left-radius: 60px;
	position: relative;
	padding: 70px 0;
	margin-bottom: 590px;
}


#messageBox {
  max-width: 655px;
  margin: 0 auto 0 50%;
  padding-right: 10px;
  position: relative;
}


#messageBox .boxTitle{
	justify-content: space-between;
	margin-bottom: 30px;
}


#messageBox .boxTxt p{
	font-size: 2.4rem;
	line-height: 1.6;
	text-align: justify;
}	


.sighnature{
	display: block;
	text-align: right;
	font-size: 2.4rem;
	margin-top: 50px;
}

.messageImg{
	position: absolute;
	width: 48%;
	max-width: 940px;
	left: 0;
	top:240px;
}

.messageObjImg {
  position: absolute;
  max-width: 128px;
  right: 0;
  bottom: -22%;
  width: 7%;
}

/*------ outlineBox --------*/ 
#outlineBoxWrapBox{
	position: relative;
}

#outlineBoxWrap {
  background-image: linear-gradient( to right, rgba(255, 195, 148, 0.2), rgba(255, 249, 222, 0.2) );
  box-shadow: 0 2px 8px rgba(255, 195, 148, 0.5);
  border-bottom-right-radius: 60px;
  width: 81%;
  max-width: 1560px;
  margin: 0 auto 540px 0;
  padding-bottom: 100px;
  padding-top: 1px;
  position: relative;
}

#outlineBox {
  width: 76%;
  max-width: 1000px;
  margin: -100px auto 0 25%;
}


#outlineBox .boxTitle{
	position: relative;

}

#outlineBox .boxTitle span{
	position: absolute;
	bottom: 0;
	left: 120px;
}

.outlineItem{
	display: flex;
	flex-wrap: wrap;
	width: 71%;
	max-width: 780px;
	margin: 40px auto 0 17%;
	position: relative;
  z-index: 2;
  font-size: 2.0rem;
  line-height: 1.6;
}

.outlineItem dt{
	width: 22%;
	max-width: 220px;
	padding-bottom: 30px;
}

.outlineItem dd{
	width: 78%;
	max-width: 560px;
	padding-left: 50px;
	padding-bottom: 30px;
	border-left: 1px solid #000;
	
}

.outlineItem dt.lastChild,
.outlineItem dd.lastChild{
	padding-bottom: 0;
}

.outlineObjImg{
	position: absolute;
}

.outlineObjImg.leftBottom {
  max-width: 210px;
  left: 8%;
  bottom: -20%;
  width: 14%;
}

.outlineObjImg.centerBottom {
  max-width: 300px;
  left: 29%;
  bottom: -33%;
  z-index: -1;
  width: 16%;
}

.outlineObjImg.rightTop {
  max-width: 415px;
  left: 70%;
  top: -36%;
  z-index: -1;
  width: 23%;
}

.outlineObjImg.rightBottom {
  max-width: 112px;
  right: -50px;
  top: calc(100% + 150px);
}

/*------ brandBox --------*/

#brandBoxWrap{
	background: rgba(255, 195, 148, 0.15);
	padding: 25px;
	max-width: 1440px;
	margin: 0 auto 0;
	border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  position: relative;
}

#brandBoxWrapBox{
	background: #FFF4E2;
	position: relative;
	height: 400px;
	border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  display: flex;
}

#brandBox {
  max-width: 600px;
  position: absolute;
  left: 50%;
  top: -103px;
  width: 50%;
}

.brandLogo{
	max-width: 180px;
	display: block;
	margin:15px 0 20px;
}
#brandBox .boxTxt p{
	font-size: 2.4rem;
	line-height: 1.6;
	text-align: justify;
	margin-bottom: 15px;
}

#brandBox .boxTxt .btnCommon{
	float: right;
}  


.brandImgGroup {
  position: absolute;
  max-width: 850px;
  left: 2%;
  width: 46%;
  z-index: 2;
}  

.brandImgGroup img {
  max-width: 270px;
  width: 32%;
  position: absolute;
}

.brandImgGroup .left {
  left: 0;
  top: 7vw;
}

.brandImgGroup .center {
  left: 34%;
  top: 2vw;
}

.brandImgGroup .right {
  left: 68%;
  top: -7vw;
}





#brandBoxWrapOuter{
	position: relative;
	padding-bottom: 222px;
}

#brandBoxWrapOuter .objImg{
	position: absolute;
}

#brandBoxWrapOuter .objImg.leftTop {
  max-width: 600px;
  left: 0;
  top: -40%;
  z-index: -1;
  width: 33%;
}

#brandBoxWrapOuter .objImg.rightBottom {
  max-width: 170px;
  right: 5%;
  bottom: 6%;
  width: 10%;
}



/*---------------------------------
scroll
---------------------------------*/

.scroll-up {
  opacity: 0; 
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}
.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}


.anchor{
	margin-top: -200px;
	padding-top: 200px;
}


.obj_top_bottom {
  max-width: 200px;
  width: 15%;
}

#globalContent,
.ctaBoxWrap {
	margin-bottom: 0;
}	


/* Media Queries ================================================== */
/*896*/
@media screen and (max-width: 896px) {


#philosophyBox,
#messageBox,
#outlineBox{
    scroll-margin-top: 120px;
}


#brandBox {
	scroll-margin-top: 160px;
}



	#mvWrap {
	  margin: 80px auto;
	  /*height: calc(100vh + 210px);*/
	  height: auto;
	  position: relative;
	  padding-top: 30px;
	}


	#mvCatch {
	  position: static;
	  font-size: 2.4rem;
	  height: auto;
	  z-index: 2;
	  margin: 0 15px;
	  text-align: center;
	}

	#mvCatch strong {
	  font-size: 3.6rem;
	  margin-bottom: 30px;
	}


.catchSliderListBox{
	position: relative;
	width: 100%;
    margin: 0 auto;
}


.catchSliderListBox .fuwa-layer {
  position: absolute;
  will-change: transform;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  z-index: 2;
}


.catchSliderListBox .layer1 {
  animation-name: float1;
  animation-duration: 9s;
  left: 0;
  top: 0;
  opacity: 0.5;
}


	.catchSliderList {
		margin-bottom: 20px;
		z-index: 1;
	}


  #mvInner {
    z-index: 2;
    /*height: calc(100vh + 210px);*/
    /*padding-top: 30px;*/
  }

	.mvMovieBox {
	  top: 0;
	  height: 104%;
	  z-index: 1;
	}

	.mvMovie {
	  width: auto;
	}

	.objImgBoxSp .objImg.left {
	  width: 14%;
	  left: 20px;
	  bottom: 0;
	  position: absolute;
	}

	.objImgBoxSp .objImg.right {
	  width: 33%;
	  right: 0;
	  bottom: 0;
	  position: absolute;
	}



	.boxTitle{
		font-size: 2rem;
		margin-bottom: 30px;
	}

	.boxTitle .enTtl{
	  background-size: 60px 60px;
	  min-width: 60px;
	  height: 60px;
	  padding-left: 24px;
	}


	#philosophyBox {
		min-height: initial;
	  margin: 0 10px 100px;
	}

	#philosophyBox .boxTxt {
	  padding-left: 0;
	  padding-bottom: 0;
	}

	.philosophy {
	  font-size: 2rem;
	  margin-bottom: 50px;
	  max-width: 100%;
	  width: 100%;
	}

	#philosophyBox .boxTxt p {
	  font-size: 1.6rem;
	  width: 100%;
	  text-align: justify;
	}


	.philosophyImg {
	  position: relative;
	}


	.philosophy_2 {
	  width: 64%;
	  margin-right: -10px;
	  margin-bottom: 60px;
	  margin-top: 40px;
	  float: right;
	}

	.philosophy_1 {
		width:45%;
	}	

	.philosophyObjImg.right {
	  width: 25%;
	  right: 70px;
	  top: auto;
	  bottom:140px;
	  z-index: 1;
	 }

	.philosophyObjImg.left {
	  width: 18%;
	  left: auto;
	  right: 40px;
	  bottom: 0;
	}

	#messageBoxWrap {
	padding: 1px 0 0;
	margin-bottom: 50vw;
    height: 72vw;
	}

	#messageBox {
	  margin: 0 10px;
	  padding: 0;
	  max-width: initial;
	}

	#messageBox .boxTitle {
	  justify-content: left;
	  margin-top: -32px;
	  margin-bottom: 26px;
	}

	#messageBox .boxTxt p {
	  font-size: 1.6rem;
	}

	.sighnature {
	  font-size: 1.6rem;
	  margin-top: 25px;
	}

	  .messageImg {
	    position: relative;
	    width: 78%;
	    top: auto;
	    margin-top: 25px;
	  }


	.messageObjImg {
		width: 11%;
		bottom: -11%;
	}	


	#outlineBoxWrap {
		padding-bottom: 50px;
		margin: 0 10px 240px auto;
		width: calc(100% - 10px);

	}	

	#outlineBox {
	  margin: 0 10px;
	  width: auto;

	}

	#outlineBox .boxTitle {
	  position: relative;
	  margin-top: -32px;
	}

	#outlineBox .boxTitle span {
	  position: relative;
	  left: 0;
	}


	.outlineItem {
	  margin: 40px 10px 0;
	  width: auto;
	}

	.outlineItem dt {
	  width: 22%;
	  font-size: 1.4rem;
	}

	.outlineItem dd {
	  width: 78%;
	  padding-left: 20px;
	  font-size: 1.4rem;
	}


	.outlineObjImg.rightBottom {
		display: none;
	}

	  .outlineObjImg.leftBottom {
	    width: 81px;
	    left: 45px;
	    bottom: -100px;
	  }



	.outlineObjImg.rightTop {
	  left: calc(100% - 20%);
	  top: -70px;
	  width: 33%;
	}

    .outlineObjImg.centerBottom {
        right: 13%;
        bottom: -16%;
        width: 33%;
        left: auto;
    }

	#brandBoxWrap {
	  margin: 0 10px;
	  padding: 15px;
	  border-top-left-radius: 30px;
	  border-bottom-right-radius: 30px;
	}

	#brandBoxWrapBox {
	  height: auto;
	  border-top-left-radius: 30px;
	  border-bottom-right-radius: 30px;
	}


	#brandBox {
		position: static;
	    width: 100%;
	    max-width: initial;
	}

	  #brandBox .boxTitle {
	    margin-top: -42px;
	    margin-left: -10px;
	  }


.brandImgGroup {
  display: flex;
  margin-left: 0;
  position: static;
  width: 100%;
  align-items: flex-start;
  margin-top: -80px;
  justify-content: center;
}

.brandImgGroup img {
  position: static;
  width: 40%;
  max-width: initial;
}


.brandImgGroup .left {
  margin-right: -36px;
  margin-top: 170px;
  z-index: 3;
}
.brandImgGroup .center{
  margin-right: -30px;
  margin-top: 100px;
  z-index: 2;
}
.brandImgGroup .right{
  margin-right: 0;
  margin-top: 40px;
  z-index: 1;
}

	#brandBox .boxTxt{
		width: calc(100% - 40px);
	  margin: 0 auto 20px;
	}


	#brandBox .boxTxt p {
	  font-size: 1.6rem;
	  line-height: 1.6;
	}

	.brandLogo {
	  max-width: 150px;
	  margin: 36px auto 25px;
	}



	#brandBox .boxTxt .btnCommon {
	  float: none;
	  margin: 20px auto 0;
	}


	#brandBoxWrapOuter {
	    padding-bottom: 111px;
	}


	#brandBoxWrapOuter .objImg.leftTop {
	  left: auto;
	  top: -89px;
	  z-index: -1;
	  width: 45%;
	  right: -90px;
	}

	#brandBoxWrapOuter .objImg.rightBottom {
	  right: 0;
	  bottom: 0;
	  width: 22%;
	}


}


@media screen and (max-width: 570px) {
  #messageBoxWrap {
    margin-bottom: 70vw;
    height: 90vw;
  }
}

@media screen and (max-width: 440px) {
	#mvCatch {
	  font-size: 1.8rem;
	  margin: 0 15px;
	}

	#mvCatch strong {
	  font-size: 3.0rem;
	  margin-bottom: 10px;
	}
}


@media screen and (max-width: 425px) {
  #messageBoxWrap {
    margin-bottom: 90vw;
    height: 110vw;
  }



}


@media screen and (max-width: 414px) {
	#mvCatch {
	  font-size: 1.6rem;
	  margin: 0 5px;
	}

	#mvCatch strong {
	  font-size: 3.0rem;
	  margin-bottom: 10px;
	}

	#brandBox .boxTxt{
	  width: calc(100% - 20px);
	}

	#brandBox .boxTxt .btnCommon {
		max-width: 100%;
	}

}

@media screen and (max-width: 370px) {
  #messageBoxWrap {
    margin-bottom: 70vw;
    height: 130vw;
  }
}


@media screen and (max-width: 390px) {
	#mvCatch {
	  	margin: 0 20px;
	  	font-size: 1.4rem;
	}

	#mvCatch strong {
		font-size: 2.4rem;
		margin-bottom: 10px;
	}


	  .outlineItem {
	    margin: 40px 0 0;
	  }

	  .outlineItem dt {
	    width: 27%;
	    padding-right: 10px;
	  }


	  .outlineItem dd {
	    width: 73%;
	    padding-left: 10px;
	  }

	  #brandBoxWrap {
	    padding: 7px;
	  }  

	  #brandBox .boxTxt {
	    width: calc(100% - 10px);
	  }

	  .brandImgGroup {
	    margin-left: -6px;
	    width: calc(100% + 12px);
	  }

}				