/*====================================================================================*/
/* Common
/*====================================================================================*/

/*====================================================================================*/
/* PC 
/*====================================================================================*/
html,body {
    height: 100%;
	
transition: 
        translate 2s ease,
        background-color 2s ease;	
}
.pageWrapper{
	padding: 100px;
	
}
.pageWrapper > .title{
	margin-bottom:50px;
}
.pageWrapper > .ContentsArea{
}
.pageWrapper > .ContentsArea > .contents{
}
.pageWrapper > .ContentsArea > .contents > .areaInfo{
	display:inline-block;
	width:200px;
	vertical-align: top;
}

#top{
	margin-bottom:100px;
    padding-top: 50px;
}
#top > .caption{
	width: 400px;
	margin-right:100px;
	display: inline-block;
	vertical-align: middle;

}
#top > .caption > .title{
	text-align:left;
    font-size: 150%;
	margin-bottom:60px;
    line-height: 1.8;
}
#top > .caption > .title > .JpTxt{
	vertical-align:top;
	font-size:140%;

}
#top > .caption > .title > .EnTxt{
	font-size:140%;
}
#top > .image{
	width: calc(100% - 520px);
	display: inline-block;
	vertical-align: middle;
}
#making{
	padding: 0 0 50px 0;;
	margin-bottom:60px;
}
#making > .title{
	margin-bottom: 10px;
	width: 100px;
	text-align: left;
	display: inline-block;
    vertical-align: top;
    position: sticky;
    top: 100px;
	
}
#making > .title > .JpTxt{
    writing-mode: vertical-rl;
    vertical-align: top;
    font-size: 120%;
	
}
#making > .title > .EnTxt{
    writing-mode: vertical-rl;
    vertical-align: top;
}
#making > .partsWrapper{
	width: calc(100% - 120px);
    display: inline-block;
    vertical-align: top;
}
#making > .partsWrapper > .parts{
	margin-bottom:100px;
	display: flex;
	align-items: center; /* vertical-align: middle の代わり */
}
#making > .partsWrapper > .parts > .image{
	width: 45%;
    margin-right: 50px;
}
#making > .partsWrapper > .parts > .image img{
	
}
#making > .partsWrapper > .parts > .captionArea{
	width: 45%;
	display: grid; /* 親が flex なので、ここは普通の grid でOK */
	grid-template-areas: "stack";
}
#making > .partsWrapper > .parts > .captionArea > .wrapper{
	grid-area: stack;
}
#making > .partsWrapper > .parts > .captionArea > .wrapper.textMasked{
/* マスク画像を要素の横幅 + 50px分確保する */
    -webkit-mask-size: calc(100% + 50px) 100%;
    mask-size: calc(100% + 50px) 100%;

    /* 開始位置を左に 50px ずらす */
    -webkit-mask-position: -50px 0;
    mask-position: -50px 0;
}

#making > .partsWrapper > .parts > .captionArea > .wrapper > .title{
	
    font-size: 150%;
}
#making > .partsWrapper > .parts > .captionArea > .wrapper > .caption{
	
}

#making > .partsWrapper > .rightImageFormat > .image{
	margin-right:0;
	width:58%;

}
#making > .partsWrapper > .rightImageFormat > .captionArea{
	margin-right:50px;
	width:40%;

}
#making > .partsWrapper > .rightImageFormat > .captionArea > .wrapper{
}
#making > .partsWrapper > .rightImageFormat > .captionArea > .wrapper > .title{
}

#making > .partsWrapper > .leftImageFormat > .image{
	width:58%;
}

#making > .partsWrapper > .leftImageFormat > .captionArea{
	margin-right:50px;
	width:40%;
}
#making > .partsWrapper > .leftImageFormat > .captionArea > .wrapper{
}
#making > .partsWrapper > .leftImageFormat > .captionArea > .wrapper >.title{
    padding-bottom: 20px;
}


#making > .image{
	margin-bottom: 30px;
	width: calc(100% - 110px);
	display: inline-block;
	vertical-align: top;
}
#making > .caption{
	padding-left: 100px;
}
#making > .caption > .text{
	margin-bottom:30px;
}

#making > .caption > .parts{
	margin-bottom:10px;
}
#making > .caption > .parts > .title{
	width:120px;
	display:inline-block;
}
#making > .caption > .parts > .data{
	width:calc(100% - 150px);
	display:inline-block;
}

#company{
}
#company > .title{
	margin-bottom: 10px;
	width: 100px;
	text-align: left;
	display: inline-block;
    position: sticky;
    top: 100px;
	
}
#company > .title > .JpTxt{
    writing-mode: vertical-rl;
    vertical-align: top;
    font-size: 120%;
	
}
#company > .title > .EnTxt{
    writing-mode: vertical-rl;
    vertical-align: top;
}
#company > .image{
	margin-bottom: 30px;
	width: calc(100% - 110px);
	display: inline-block;
	vertical-align: top;
}
#company > .caption{
	padding-left: 100px;
}
#company > .caption > .text{
	margin-bottom:30px;
}
#company > .caption > .text a{
	color:black;
	border-bottom:solid 1px;
    padding-bottom: 5px;
}
#company > .caption > .parts{
	margin-bottom:16px;
}
#company > .caption > .parts > .title{
	width:120px;
	display:inline-block;
    line-height: 1.6em;
}
#company > .caption > .parts > .data{
	width:calc(100% - 150px);
	display:inline-block;
    line-height: 1.6em;
}

#relativeProduct{
	
}
#relativeProduct > .title{
	font-size: 150%;
    margin-bottom: 20px;
}
#relativeProduct > .wrapper{
    margin: 0 -40px;
}
#relativeProduct > .wrapper > .guide{
	padding-left:40px;
}
#relativeProduct > .wrapper > .aLink{
	

}
#relativeProduct > .wrapper > .aLink > .parts{
	width: calc(33% - 80px);
    display: inline-block;
    margin: 40px;
}
#relativeProduct > .wrapper > .aLink > .parts > .image{
	width: 100%;
	margin-bottom:10px;
    aspect-ratio: 1;
	position: relative;
}
#relativeProduct > .wrapper > .aLink > .parts > .image img{
	position:absolute;
	
	/* animation */	
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
	transition: all 1s;
	
}
#relativeProduct > .wrapper > .aLink > .parts > .info{
	color:black;
}
.scneneFotterWrapper{
	padding: 40px;
}


/*====================================================================================*/
/* スマフォ縦表示
/*====================================================================================*/
/* ipad pro? */
@media only screen and (max-width: 1024px) and (orientation:portrait){
	
	
	.pageWrapper {
		padding: 40px;
		padding-top: 100px;
	}
	.ContentsArea > .contents {
		margin-bottom: 50px;
	}
	.pageWrapper > .ContentsArea > .contents > .areaInfo{
		display: block;
		width: 200px;
		margin-bottom: 10px;
		vertical-align: top;
		position: initial;
		font-size: 18px;
	}
	.pageWrapper > .ContentsArea > .contents > .shopInfo{
		width:100%;
	}	
	.ContentsArea > .contents > .shopInfo {
		display: block;
		width: 100%;
	}
	#top > .caption{
		width:100%;
		margin-bottom:20px;
        margin-right: 0;
	}
	#top > .caption > .title{
		font-size: 140%;
		margin-bottom: 30px;
		line-height:2.2em;
	}
	#top > .image {
		width:100%;
	}
	#company {
		padding: 0px;
	}
	#company > .title {
		margin-bottom: 30px;
		width: 100%;
		text-align: center;
	}
	#company > .caption {
		padding-left: 0;
	}
	#company > .image {
		margin-bottom: 30px;
		width: 100%;
	}
	#company > .caption > .parts{
		margin-bottom:15px;
	}
	#company > .caption > .parts > .title {
		width: 120px;
		display: inline-block;
		vertical-align: top;
	}
	#relativeProduct > .title{
		margin-bottom:30px;
	}
	#relativeProduct > .wrapper {
		margin: 0 -10px;
	}
	#relativeProduct > .wrapper > .aLink > .parts{
		width: calc(50% - 20px);
		display: inline-block;
		margin: 10px;
		vertical-align: top;
        font-size: 80%;
	}
	#making > .partsWrapper {
		width: 100%;
	}
	#making > .partsWrapper > .parts{
		display:initial;
	}
	#making > .partsWrapper > .parts > .image{
		width:100%;
		margin-bottom:30px;
	}
	#making > .partsWrapper > .parts > .captionArea{
		margin-right:0;
        margin-bottom: 10px;
		width:100%;
	}
	#making > .partsWrapper > .parts > .captionArea > .wrapper > .title {
		font-size: 150%;
		margin-bottom: 30px;
		padding-bottom: 0 !important;
	}
}
/*====================================================================================*/
/* スマフォ　横表示
/*====================================================================================*/
@media only screen and (max-width: 1024px) and (orientation:landscape){
}

