@charset "utf-8";

/*==============================================

	index

==============================================*/
.mv {
  background-color: #000;
  aspect-ratio: 1366 / 637;
  /* height: calc((100vh - 110px)); */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#mv_video {
  width: 100%;
  height: 100%;
}

#mv_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.whoweare {
  margin-top: 110px;
  margin-bottom: 120px;
}

.whoweare .inner {
  display: flex;
  margin-left: calc((100% - 1100px) / 2);
  margin-top: -50px;
}

.whoweare .inner>.exp {
  margin-right: 50px;
  margin-top: 150px;
}

.whoweare .inner>.exp h2 {
  font-size: 1.6rem;
  margin-top: 20px;
}

.whoweare .inner>.exp h3 {
  font-size: 2.4rem;
  line-height: 2em;
  letter-spacing: 3px;
  margin: 40px 0 20px;
}

.whoweare .inner>.exp .text {
  font-size: 1.3rem;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-align: left;
  line-height: 2.4rem;
}

.whoweare .inner>.imgs {
  position: relative;
}

.whoweare .inner>.imgs picture:nth-of-type(2) {
  position: absolute;
  left: 150px;
  top: 130px;
  z-index: -1;
  width: 577px;
  height: 754px;
}

#whoweare_video {
  width: 722px;
  height: 432px;
}

.whoweare .inner {
  position: relative;
}

.video_box .box {
  position: absolute;
  bottom: 60px;
  left: 647px;
  padding-left: 140px;
  cursor: pointer;
  z-index: 1;
}

.video_box .box:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #626262;
  position: absolute;
  top: 33px;
  left: 0;
}

.video_box .box:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #626262;
  position: absolute;
  top: 28px;
  left: 0;
  border-radius: 10px;
}

.video_box .box .en {
  font-size: 1.6rem;
  text-align: right;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.video_box .box h3 {
  text-align: right;
  font-size: 1.3rem;
}


.strength {
  position: relative;
  margin-left: calc((100% - 1200px) / 2);
  margin-bottom: 120px;
  padding-bottom: 80px;
  /* padding-right: calc((100% - 1480px) / 2); */
}

.strength:before {
  content: "";
  background-image: url(../img/strength_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: -80px;
  top: 360px;
  width: 1283px;
  height: calc(100% - 360px);
}

.strength .inner {
  background-color: rgba(239, 237, 235, .9);
  z-index: 1;
  padding-top: 80px;
  position: relative;
  padding-bottom: 60px;
  padding-right: calc((100% - 1200px) / 2);
}

.strength .inner .heading {
  max-width: 1100px;
  margin: 0 auto 50px;
}

.strength .inner .heading * {
  text-align: right;
}

.strength .inner .heading img {
  display: inline-block;
}

.strength .inner .heading h2 {
  font-size: 1.6rem;
  margin-top: 15px;
}

.strength_list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.strength_list li:last-child {
  margin-bottom: 0;
}

.strength_list li>picture {
  width: 640px;
}

.strength_list li>.exp {
  width: calc(100% - 640px);
  padding: 0 80px;
}

.strength_list li:nth-child(2n) {
  flex-direction: row-reverse;
}

.strength_list li .exp .num {
  font-size: 3rem;
  margin-bottom: 5px;
}

.strength_list li .exp h3 {
  font-size: 2.4rem;
  padding-bottom: 20px;
  margin-bottom: 20px;
  letter-spacing: 2px;
  position: relative;
}

.strength_list li .exp .text {
  margin-bottom: 20px;
  font-size: 1.3rem;
  line-height: 2.4rem;
  text-align: left;
}

.strength_list li .exp h3:before {
  content: '';
  width: calc(100% + 200px);
  height: 1px;
  background-color: #626262;
  position: absolute;
  bottom: 0;
  left: -200px;
}

.strength_list li .exp h3:after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #626262;
  position: absolute;
  bottom: -5px;
  left: -203px;
  right: auto;
}

.strength_list li:nth-child(2n) h3:before {
  right: -200px;
  left: auto;
}

.strength_list li:nth-child(2n) h3:after {
  right: -200px;
  left: auto;
}

.strength_list li:nth-child(3)>picture {
  margin-top: 50px;
}

.works {
  margin: 120px 0;
}

.works>.inner {
  max-width: 1200px;
  margin: 0 auto;
}

.works>.inner .heading {
  margin-bottom: 60px;
}

.works>.inner .heading * {
  text-align: center;
}

.works>.inner .heading img {
  display: inline-block;
}

.works>.inner .heading h2 {
  font-size: 1.6rem;
  margin-top: 20px;
}

.works .box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.works .box:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.works .box:nth-of-type(2n) .works_heading {
  margin-left: 20px;
  margin-right: 0;
}

.works .gallery_list {
  display: grid;
  width: calc(100% - 390px - 20px);
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.works .gallery_list li {
  overflow: hidden;
}

.works .gallery_list li a {
  transition: all .4s;
  display: block;
}

.works .gallery_list li a:hover {
  transform: scale(1.1);
  opacity: .7;
}

.works .works_heading {
  width: 390px;
  background-color: #626262;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.works .works_heading .en {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 3px;
}

.works .works_heading h3 {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  margin-top: 6px;
}

.works .box.bouquet .works_heading {
  background-image: url(../img/bouquet.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.works .box.decoration .works_heading {
  background-image: url(../img/decoration.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.works .box.other .works_heading {
  background-image: url(../img/other.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.stylebook {
  margin: 120px auto;
  position: relative;
}

.stylebook .inner {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  background-color: #E1DCD6;
  position: relative;
  z-index: 1;
}

.stylebook .inner .img {
  width: 450px;
  order: 1;
}

.stylebook .inner .img img {
  width: 100%;
}

.stylebook .inner .exp {
  width: calc(100% - 450px);
  padding-left: 100px;
  padding-left: 60px;
}

.stylebook .inner .exp .stylebook_logo {
  margin-bottom: 20px;
}

.stylebook .inner .exp .text {
  margin-bottom: 30px;
  font-size: 1.3rem;
}

.stylebook .inner .exp .btn a {
  color: #fff;
  background-color: #fff;
  background-color: #626262;
  display: inline-block;
  padding: 13px 60px 13px 20px;
  font-size: 1.3rem;
  letter-spacing: 2px;
  background-image: url(../../common/img/arrow_white.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: calc(100% - 15px) center;
  transition: all .3s;
}

.stylebook .inner .exp .btn a:hover {
  opacity: .7;
}

.stylebook_img {
  position: absolute;
  left: auto;
  right: calc((100% - 1480px) / 2);
  top: 120px;
}

.latest_works {
  margin: 260px 0 150px;
}

.latest_works>.inner {
  max-width: 1480px;
  margin: 0 auto;
}

.latest_works>.inner .heading {
  margin-bottom: 60px;
  text-align: center;
}

.latest_works>.inner .heading img {
  display: inline-block;
}

.latest_works>.inner .heading h2 {
  margin-top: 20px;
  text-align: center;
  font-size: 1.6rem;
}

.latest_works__lst{
	display:flex; flex-wrap: wrap;
	justify-content:space-between;
	align-items:center;
}

.latest_works__lst__item{
	width:calc((100% - 10px) / 6);
	height:400px;
	background:#eee;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	position:relative;
}
.latest_works__lst__item:nth-of-type(1){
	background:url(../img/latest1.jpg) no-repeat;
	background-size: cover;
}
.latest_works__lst__item:nth-of-type(2){
	background:url(../img/latest2.jpg) no-repeat;
	background-size: cover;
}
.latest_works__lst__item:nth-of-type(3){
	background:url(../img/latest3.jpg) no-repeat;
	background-size: cover;
}
.latest_works__lst__item:nth-of-type(4){
	background:url(../img/latest4.jpg) no-repeat;
	background-size: cover;
}
.latest_works__lst__item:nth-of-type(5){
	background:url(../img/latest5.jpg) no-repeat;
	background-size: cover;
}
.latest_works__lst__item:nth-of-type(6){
	background:url(../img/latest6.jpg) no-repeat;
	background-size: cover;
}

.latest_works__lst__item p{
    color: #fff;
    text-transform: uppercase;
    font-size: 1.7rem;
    letter-spacing: .1em;
	margin-bottom: 10px;
}

.latest_works__lst__item a{
    color: #fff;
    text-transform: uppercase;
    font-size: 1.3rem;
    letter-spacing: .1em;
}
.latest_works__lst__item a:after{
	content: "";
    display: block;
    margin-left: 8px;
    width: 18px;
    height: 18px;
    background: url(../img/link.svg) no-repeat;
    background-size: 100%;
    float: right;
}
.latest_works__lst__item a:before{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-indent:-9999px;
	outline: none;
	border-bottom: 0px;
}
.latest_works__lst__item a:hover:before{
	content:"";
	display:block;
	background-color:rgba(255,255,255,0.3);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	transition: all .4s;
}


.atelier {
  background-color: rgba(239, 237, 235, .95);
  position: relative;
  z-index: 1;
  margin-left: calc((100% - 1200px) / 2);
  padding-left: 100px;
  padding-top: 150px;
  padding-bottom: 40px;
  padding-right: calc((100% - 1500px) / 2);
}

.atelier .heading {
  margin-bottom: 60px;
}

.atelier .heading h2 {
  font-size: 1.6rem;
  margin-top: 20px;
}

.atelier_list {
  display: flex;
  flex-wrap: wrap;
}

.atelier_list li {
  margin-right: 70px;
  width: calc(50% - 35px);
  margin-bottom: 70px;
}

.atelier_list li .map {
  position: relative;
  background-color: #626262;
}

.atelier_list li .map iframe {
  width: 100%;
  aspect-ratio: 355 / 188;
}

.atelier_list li .map:before {
  content: '';
  width: 1px;
  height: 233px;
  background-color: #626262;
  position: absolute;
  right: 100px;
  bottom: -163px;
  z-index: 1;
  pointer-events: none;
}

.atelier_list li .map:after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #626262;
  position: absolute;
  right: 95px;
  bottom: 68px;
  border-radius: 10px;
  z-index: 1;
  pointer-events: none;
}

.atelier_list li:nth-child(2n) {
  margin-right: 0;
}

.atelier_list li iframe {
  filter: grayscale(1);
  transition: all 1s;
}

.atelier_list li iframe:hover {
  filter: grayscale(0);
}

.atelier_list li h3 {
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.atelier_list li dl {
  display: flex;
  flex-wrap: wrap;
  padding-right: 30px;
}

.atelier_list li dt {
  font-size: 1.2rem;
  font-weight: 500;
  width: 100px;
  margin-bottom: 8px;
  letter-spacing: 1.5px;
}

.atelier_list li dd {
  width: calc(100% - 100px);
  font-size: 1.2rem;
  letter-spacing: .5px;
  margin-bottom: 8px;
}

.atelier_list li dd a {
  font-size: inherit;
  text-decoration: underline;
}

.instagram {
  margin-top: 120px;
}

.instagram .heading {
  margin-bottom: 40px;
}

.instagram .heading h2 {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 2px;
}

.instagram .heading h2 i {
  display: block;
  font-size: 2rem;
  margin-bottom: 10px;
}

#whoweare_video {
  position: relative;
}

#whoweare_video a:hover i {
  transform: scale(1.3);
}

#whoweare_video i {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 35px;
  /* width: 35px; */
  /* height: 35px; */
  /* display: block; */
  margin: auto;
  text-align: center;
  height: 35px;
  display: block;
  color: #fff;
  transition: .4s;
}

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

  .mv {
    aspect-ratio: 1 / 1;
  }

  .whoweare {
    margin-top: 60px;
  }
  .whoweare .inner>.exp h2 {
    font-size: 1.4rem;
  }

  .whoweare .inner {
    width: 100%;
    margin: 0 auto;
  }

  .whoweare .inner .exp {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }

  .whoweare .inner>.exp h3 {
    font-size: 2rem;
    line-height: 1.7em;
    letter-spacing: 1px;
  }

  .whoweare .inner .exp .en {
    width: 334px;
  }

  .whoweare .inner .exp h2 {
    margin-bottom: 40px;
  }

  .whoweare .inner .exp .imgs {
    position: relative;
    margin-right: -20px;
    margin-left: 40px;
    margin-bottom: 50px;
  }

  .whoweare .inner .exp .imgs picture:nth-of-type(1) {
    width: 310px;
    display: block;
  }

  .whoweare .inner .exp .imgs picture:nth-of-type(2) {
    position: absolute;
    top: 30px;
    left: -20px;
    z-index: -1;
    width: 233px;
  }

  .whoweare .video_box {
    flex-direction: column;
    margin-top: 30px;
    padding: 0 20px;
  }

  .video_box .box {
    margin: 0 auto;
    position: relative;
    bottom: unset;
    left: unset;
    margin-bottom: 20px;
    padding-left: 0;
    width: 100%;
  }

  #whoweare_video {
    width: 100%;
    height: auto;
  }

  .strength {
    margin: 0 auto;
    margin-left: 20px;
    padding-bottom: 60px;
  }

  .strength .inner {
    padding: 60px 20px 40px;
  }

  .strength .inner .en {
    width: 315px;
  }

  .strength .inner .heading h2 {
    text-align: left;
  }

  .strength_list li {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .strength_list li>.exp {
    width: 100%;
    padding: 0;
  }

  .strength_list li>picture {
    width: calc(100% + 20px);
    margin-bottom: 20px;
  }

  .strength_list li:nth-child(2n) {
    flex-direction: column;
  }

  .strength_list li .exp h3 {
    font-size: 1.8rem;
  }
  .strength_list li .exp h3:before {
    width: calc(100% + 20px);
    left: 0;
    right: 0;
  }

  .strength_list li:nth-child(2n) h3:before {
    left: 0;
  }

  .strength:before {
    width: calc(100% + 20px);
    left: -20px;
    height: 506px;
    bottom: 0;
    top: auto;
    background-image: url(../img/strength_bg-sp.jpg);
  }

  .works .box {
    flex-direction: column;
  }

  .works .box .works_heading {
    aspect-ratio: 1 / 1;
    width: 100%;
  }

  .works .gallery_list {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    padding: 20px;
    margin-top: 10px;
  }

  .works {
    margin-bottom: 60px
  }
  .works>.inner .heading .en img {
    width: 177px;
  }
  .works .box:nth-of-type(2n) .works_heading {
    margin-left: 0;
  }

  .stylebook .inner {
    flex-direction: column;
  }

  .stylebook .inner .img {
    order: 0;
    width: 100%;
  }

  .stylebook .inner .img img {
    width: 100%;
  }

  .stylebook .inner .exp {
    width: 100%;
    padding: 50px 20px;
  }

  .stylebook {
    margin-top: 60px;
    margin-bottom: 80px;
  }

  .stylebook .inner .exp .btn {
    margin-top: 30px;
  }

  .stylebook .inner .exp .btn a {
    width: 100%;
    text-align: center;
    padding: 17px 0;
  }
  
	.stylebook_img{
		display: none;
	}
  
	.latest_works {
		margin: 80px 0;
	}
	.latest_works>.inner .heading img {
		width:150px;
	}
	.latest_works>.inner .heading h2{
		font-size:1.4rem;
	}
	.latest_works__lst {
		display: block;
		padding: 0 20px;
	}
	.latest_works__lst__item {
		width: 100%;
		height: auto;
		padding: 30px;
		margin-bottom: 10px;
	}
	.latest_works__lst__item p{
		margin-bottom: 5px;
		font-size: 1.6rem;
	}
	.latest_works__lst__item:nth-of-type(1){
		background:url(../img/latest1-sp.jpg) no-repeat;
		background-size: cover;
	}
	.latest_works__lst__item:nth-of-type(2){
		background:url(../img/latest2-sp.jpg) no-repeat;
		background-size: cover;
	}
	.latest_works__lst__item:nth-of-type(3){
		background:url(../img/latest3-sp.jpg) no-repeat;
		background-size: cover;
	}
	.latest_works__lst__item:nth-of-type(4){
		background:url(../img/latest4-sp.jpg) no-repeat;
		background-size: cover;
	}
	.latest_works__lst__item:nth-of-type(5){
		background:url(../img/latest5-sp.jpg) no-repeat;
		background-size: cover;
	}
	.latest_works__lst__item:nth-of-type(6){
		background:url(../img/latest6-sp.jpg) no-repeat;
		background-size: cover;
	}
  
  .atelier {
    margin-top: 60px;
    margin: 60px auto;
    padding: 60px 20px 20px;
  }

  .atelier .heading {
    margin-bottom: 40px;
  }

  .atelier .heading .en {
    width: 335px;
  }

  .atelier_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }

  .atelier_list li .map iframe {
    height: 188px;
  }

  .atelier_list li .map:before {
    right: 20px;
  }

  .atelier_list li .map:after {
    right: 15px;
  }
  .instagram {
    margin-top: 60px
  }

}