@charset "UTF-8";

/*---------------------------
タワーデザイン
---------------------------*/

#content_Wrap { background: #000 !important;}
p, figure figcaption {
  font-size: 16px;
  line-height: 2;
}
figure,.main { position: relative;}
.main .ttl_wrap {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.main .ttl_wrap h2 {
  font-size: 3vw;
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 20px;
}
.main .ttl_wrap .txt {
  text-align: center;
  font-size: 20px;
}

.lead_copy{
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
  color: #eadab9;
  font-size: 25px;
  line-height: 1.8;
  text-align: center;
}
.Wrap01{
  background: url(../img/design/bg_sakura01.jpg) right top no-repeat;
  background-size: contain;
}
.Wrap02{
  /* background: url(../img/design/bg_sakura02.jpg) left top no-repeat;
  background-size: 50%; */
}
.Wrap03{
  background: url(../img/design/bg_sakura03.jpg) right top no-repeat;
  background-size: 50%;
}
/* .material {
  width: 1000px;
  max-width: 90%;
  padding: 20px;
  margin: 40px auto 80px;
	border: 1px solid #3c3c3c;
}
.material .ttl {
  color: #fff;
  font-size: 25px;
  padding: 0px 0 0px 20px;
  position: relative;
  margin-bottom: 20px;
}
.material .ttl:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  content: "";
  background: #a79c69;
  background: -moz-linear-gradient(top,  #a79c69 0%, #eee8cb 50%, #a79c69 100%);
  background: -webkit-linear-gradient(top,  #a79c69 0%,#eee8cb 50%,#a79c69 100%);
  background: linear-gradient(to bottom,  #a79c69 0%,#eee8cb 50%,#a79c69 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a79c69', endColorstr='#a79c69',GradientType=0 );
}
.material .flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.material .flex li:first-child {
  width: 300px;
  max-width: 30%;
}
.material .flex li:last-child {
  width: 68%;
  line-height: 1.8;
}
.material .slider {
  margin: 50px auto;
} */
.designer{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  justify-content: space-between;
}
.designer > .txt{
  width: 75%;
}
.designer .material_img{
  width: 28%;
}
.designer_img{
  width: 20%;
  /* flex-direction: column; */
  /* justify-content: space-between; */
}
.designer_img figure,
.designer_img .txt_Box{ width: 100%;}
.designer_img .txt_Box{ margin-top: 10px;}
.designer_img .txt_Box .txt{
  font-size: 12px;
  line-height: 1.6;
}
.designer_img .txt_Box .name{
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
}
.designer_img .txt_Box .name strong{ font-size: 130%;}

/* .Wrap04{
  background: url(../img/design/bg_black.jpg) center top no-repeat;
  background-size: cover;
} */
/* .Wrap04 figure,.Wrap05{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
} */
.Wrap04{ margin: 100px auto 0;}
.Wrap04 .lead_copy{
  font-size: 30px;
  padding: 0;
}
.Wrap04 .txt{
  margin: 20px auto ;
  text-align: center;
}
/* .Wrap05 .lead_copy{ padding: 50px 0 20px;}
.Wrap05 div.flex{
  justify-content: space-between;
  margin-bottom: 30px;
}
.Wrap05 div.flex figure{ width: 49%;} */

.cg_Area .lead_copy{
  padding: 50px 0 30px;
  font-size: 30px;
  letter-spacing: 0.1em;
}

.Wrap02 .ritsumen{
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 50px auto 0;
  padding-bottom: 50px;
}
.Wrap02 .ritsumen .txt_Box{
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
}
.Wrap02 .ritsumen .txt_Box .lead_copy{
  width: 100%;
  text-align: left;
  padding: 0 0 20px;
}
.Wrap02 .ritsumen figure{
  width: 60%;
  margin-left: auto;
}
.Wrap02 .ritsumen figure figcaption{ bottom: -25px;}

/*loop*/
.loop_wrap { padding-bottom: 50px;}
.loop_wrap li a {
  /*pointer-events: none;*/
  /*display: block;*/
}
.loop_wrap li {
  width: auto;
  height: 400px;
  cursor: pointer;
}
.loop_wrap li img {
  max-height: 100%;
  max-width: 100%;
}

.modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
.modal__bg{
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.modal__content{
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 800px;
  max-width: 90%;
  z-index: 9;
}
.batsu {
  position: absolute;
  right: -40px;
  top: 0px;
  font-size: 25px;
  font-weight: bold;
  pointer-events: none;
}

#modal04 .modal__content,
#modal12 .modal__content,
#modal13 .modal__content,
#modal15 .modal__content{ width: 600px;}

.copy_area {
width: 90%;
margin: 70px auto;
}
.copy_area h3 {
font-size: 25px;
color: #eadab9;
line-height: 1.5;
text-align: center;
}
.copy_area p {
margin-top: 20px;
text-align: center;
}
.sikihai {
width: 1000px;
max-width: 90%;
margin: 0 auto;
}
.sikihai ul {
width: 100%;
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
margin: 20px auto;
}
.sikihai ul li {
width: 25%;
display: flex;
justify-content: flex-start;
align-items: center;
color: #eadab9;
font-size: 15px;
margin-bottom: 15px;
}
.sikihai ul li span {
color: #000;
background: #eadab9;
width: 1.3em;
text-align: center;
padding: 2px 0;
display: block;
margin-right: 10px;
}

/*---------------------------
PC・TABのみ
---------------------------*/

@media only screen and (min-width: 767px) {
}




/*---------------------------
Tab
---------------------------*/

@media screen and (max-width: 960px) {

}

/*---------------------------
sp
---------------------------*/

@media only screen and (max-width: 767px) {

  p, figure figcaption {
    font-size: 14px;
    line-height: 1.8;
  }
  .main .ttl_wrap {
    width: 100%;
    top: 20%;
  }
  .main .ttl_wrap h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .main .ttl_wrap .txt { font-size: 16px;}
  .lead_copy {
    padding: 40px 0;
    font-size: 20px;
  }
  .Wrap03 {
    background: url(../img/design/bg_sakura03.jpg) right top no-repeat;
    background-size: contain;
  }
  /* .material {
    padding: 15px 10px;
  }
  .material .ttl {
    font-size: 20px;
    line-height: 1.5;
    padding: 0 0 0 20px;
  }
  .material .flex li:last-child {
    font-size: 12px;
    margin-top: -5px;
    line-height: 1.6;
    width: 66%;
  } */
  .designer{ flex-wrap: wrap;}
  .designer > .txt{ width: 100%;}
  .designer .material_img{
    width: 100%;
    margin-top: 10px;
  }
  .designer_img{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
  }
  .designer_img figure{
    width: 38%;
  }
  .designer_img .txt_Box{
    width: 58%;
    margin-top: 0;
  }
  /* .Wrap05{
    background: url(../img/design/bg_black.jpg) center top no-repeat;
    background-size: cover;
    padding: 0 0 50px;
  } */
  .Wrap05 div.flex{
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .Wrap05 div.flex figure{ width: 100%;}
  .Wrap05 div.flex figure:first-child{ margin-bottom: 20px;}
  .Wrap05 > .txt{
    width: 90%;
    margin: 20px auto 0;
  }
  
  .cg_Area .lead_copy {
    padding: 30px 0 15px;
    font-size: 24px;
  }
  /*loop*/
  .loop_wrap li {
    width: auto;
    height: 160px;
  }
  .loop_wrap li img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
  }
  .batsu {
    right: 0;
    top: -50px;
  }

  .copy_area h3 {
    font-size: 20px;
  }
  .copy_area p {
    font-size: 14px;
    text-align: left;
    line-height: 2;
  }

  .sikihai ul li {
    width: 50%;
    font-size: 13px;
  }
  .sikihai ul li span {
    margin-right: 5px;
  }

  .Wrap02 .ritsumen {
    margin: 0 auto;
  }
  .Wrap02 .ritsumen .txt_Box {
    position: relative;
    width: 100%;
  }
  .Wrap02 .ritsumen .txt_Box .lead_copy {
    text-align: center;
    padding: 0 0 20px;
  }
  .Wrap02 .ritsumen figure {
    width: 100%;
    margin: 30px auto 0;
  }

  .Wrap04{ margin: 50px auto 0;}
  .Wrap04 .lead_copy{
    font-size: 24px;
  }
  .Wrap04 .txt { margin: 0 auto 20px;}
}

/*---------------------------
sp
---------------------------*/

@media only screen and (max-width: 414px) {

  .Wrap02 .ritsumen figure img{
    object-fit: cover;
    object-position: right;
    width: 100%;
    height: 545px;
  }
}