@charset "UTF-8";
/* CSS Document */

#contents .single > .category ,
#contents .single > time ,
#contents .single > h1 {
	display: none;
}



/*------------------------------------------------------------
	main
------------------------------------------------------------*/
#main{
  background: url("/img/spatial-direction/case/case-01/bgi-main.jpg")no-repeat;
  background-size: cover;
  background-position: center;
  height: 1027px;
    position: relative;
}
#main.case-02{
  background: url("/img/spatial-direction/case/case-02/bgi-main.jpg")no-repeat;
  background-size: cover;
  background-position: center;
}
#main.case-03{
  background: url("/img/spatial-direction/case/case-03/bgi-main.jpg")no-repeat;
  background-size: cover;
  background-position: center;
}
#main.case-04{
  background: url("/img/spatial-direction/case/case-04/bgi-main.jpg")no-repeat;
  background-size: cover;
  background-position: center;
}
#main .inner p{
  position: absolute;
  color: #fff;
	margin: 20px 0 20px 40px ;
	bottom: 0;
}
@media only screen and (max-width:1250px) {
#main{
  height: 470px;
}
#main .inner{
  bottom: 20px;
  padding: 0 20px;
  top: auto;
}
#main .inner p {
	margin: 20px 0 20px 0 ;
}
}
@media only screen and (max-width:767px) {
#main .inner p {
  font-size: 16px;
  padding-left: 0;
	line-height: 1.7;
	font-weight: 400;
	text-shadow: 0 0 10px rgba(139,121,86,1);
}
}


/*------------------------------------------------------------
	scroll
------------------------------------------------------------*/
#lead, #txt, #image li, #other .ttl, #other .col {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
#lead.scroll,
#txt.scroll,
#image li.scroll,
#other .ttl.scroll,
#other .col.scroll{
  opacity: 1;
  transform: translateY(0);
}
#main > * {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  transition-delay: 1s;
}
#main.scroll > * {
  opacity: 1;
}


/*------------------------------------------------------------
	lead
------------------------------------------------------------*/
#lead .inner{
  margin: 150px auto 0;
/*    width: fit-content;*/
    width: 675px;
	padding-left: 160px;
}
#lead h3{
  font-size: 18px;
  position: relative;
}
#lead h3 span {
  font-size: 0;
  display: block;
  background-position: left;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
    background-size: contain;
  background: url("/img/spatial-direction/case/img-txt-04.svg")no-repeat;
  width: 100%;
  height: 146px;
	margin-left: -30px;
}
#lead .inner h4{
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 200;
  margin-top: 10px;
	margin-left: 50px;
}
#lead h3 span.case-02 {
  background: url("/img/spatial-direction/case/case-02/img-txt-lead.svg")no-repeat;
  background-position: left;
    background-size: contain;
}
#lead h3 span.case-03 {
  background: url("/img/spatial-direction/case/case-03/img-txt-lead.svg")no-repeat;
  background-position: left;
    background-size: contain;
}
#lead h3 span.case-04 {
  background: url("/img/spatial-direction/case/case-04/img-txt-lead.svg")no-repeat;
  background-position: left;
    background-size: contain;
}
@media only screen and (max-width:767px) {
	#lead .inner{
  margin: 60px auto 0;
    width: fit-content;
		padding: 0 20px;
}
#lead h3 span {
  height: 67px;
    background-size: contain;
  left: 20px;
}
#lead h3{
  font-size: 16px;
  position: relative;
}
#lead .inner h4{
	margin-left: 0;
  font-size: 24px;
}
}


/*------------------------------------------------------------
	txt
------------------------------------------------------------*/
#txt {
	margin: 220px auto 0;
	max-width: 1040px;
	width: 100%;
}
#txt .inner{
padding: 0 20px;
}
#txt h3{
font-size: 24px;
	margin-bottom: 47px;
}
#txt p{
font-size: 16px;
}
@media only screen and (max-width:767px) {
#txt {
	margin: 80px auto 40px;
}
#txt h3{
font-size: 20px;
	margin-bottom: 40px;
}
}


/*------------------------------------------------------------
	image
------------------------------------------------------------*/
#image{
  padding: 140px 40px 0;
  text-align: center;
}
#image ul{
  max-width: 1000px;
  margin: 0 auto;
}
#image li{
  margin-top: 10px;
	text-align: left;
}
#image li p{
  margin: 10px 0 80px;
	font-size: 16px;
}
#image li:first-child{
  margin-top: 83px;
}
@media only screen and (max-width:767px) {
#image{
  padding: 80px 20px 0;
}
#image li:first-child{
  margin-top: 40px;
}
}


/*------------------------------------------------------------
	other
------------------------------------------------------------*/
#other{
  padding: 267px 0 260px;
}
#other .col{
  max-width: 1600px;
  margin: 300px auto 0;
  display: flex;
}
#other .col .img{
  max-width: 800px;
  width: 50%;
  position: relative;
	margin-top: 10px;
    height: fit-content;
}
#other .col .img p{
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: #fff;
}
#other .col .txt{
  width: 50%;
  padding-left: 80px;
  box-sizing: border-box;
    padding-right: 20px;
}
#other .col .txt h3{
  font-size: 16px;
  position: relative;
}
#other .col .txt h3 span {
  font-size: 0;
  display: block;
  background-position: left;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
    background-size: contain;
}
#other .col01 .txt h3 span{
  background: url("/img/spatial-direction/case/img-txt-04.svg")no-repeat;
  width: 100%;
  height: 146px;
}
#other .col02 .txt h3 span{
  background: url("/img/spatial-direction/case/img-txt-05.svg")no-repeat;
  width: 100%;
  height: 146px;
}
#other .col03 .txt h3 span{
  background: url("/img/spatial-direction/case/img-txt-06.svg")no-repeat;
  width: 100%;
  height: 146px;
}
#other .col04 .txt h3 span{
  background: url("/img/spatial-direction/case/img-txt-07.svg")no-repeat;
  width: 100%;
  height: 146px;
}
#other .col .txt h4{
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 200;
  margin-top: 10px;
}
#other .col .txt p{
  font-size: 18px;
  margin-top: 50px;
}
#other .col .txt .btn a{
  color: #000;
  border-color: #000;
  margin-top: 70px;
	position: relative;
  box-sizing: border-box;
  transition: color .5s cubic-bezier(.210, .60, .350, 1);
}
#other .col .txt .btn a:hover{
  color: #fff;
  transition: color .5s .5s cubic-bezier(.210, .60, .350, 1);
	opacity: 1;
}
#other .col .txt .btn a::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background: #000;
  transition: width .5s cubic-bezier(.210, .60, .350, 1);
}
#other .col .txt .btn a:hover::before{
  width: 100%;
}
#other .col .txt .btn a::after{
  content: "";
  position: absolute;
	right: 40px;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background-image: url("../img/common/icon_moreArrow_blk.svg");
  margin-left: 12px;
  transition: background .5s cubic-bezier(.210, .60, .350, 1);
  border-color: #000;
}
#other .col .txt .btn a:hover:after{
  background-image: url("../img/common/icon_moreArrow_wht.svg");
  transition: background .5s .5s cubic-bezier(.210, .60, .350, 1);
  border-color: #fff;
}
@media only screen and (max-width:1200px) {
#other .col{
  margin: 180px auto 0;
}
#other .col .txt{
  padding-left: 40px;
}

#other .col .txt h3 span {
  height: 100px;
    background-size: contain;
  left: 0;
}
}
@media only screen and (max-width:767px) {
#other{
  padding: 80px 0;
}
#other .inner{
  padding: 0 20px;
}
#other .col{
  margin: 80px auto 0;
    flex-direction: column;
}
#other .col01{
 margin-top: 40px;
}
#other .col:nth-child(2n) .txt{
  padding-left: 0px;
}
#other .col{
	    flex-direction: column;
}
#other .col:nth-child(2n){
	    flex-direction: column-reverse;
}
#other .col .img{
  width: 100%;
	margin-top: 0px;
}
#other .col .img p{
  bottom: 10px;
  left: 10px;
}
#other .col .txt{
  width: 100%;
  padding-left: 0;
	margin-top: 30px;
}
#other .col .txt h4{
  font-size: 24px;
}
#other .col .txt h3 span {
  height: 60px;
  left: 0;
}
#other .col .txt p{
  font-size: 16px;
  margin-top: 10px;
}
#other .btn a {
    padding: 16px 16px;
    font-size: 16px;
}
#other .col .txt .btn a{
  margin-top: 20px;
}
#other .btn a::after{
  top: 46%;
  width: 12px;
  height: 12px;
}
}






