@charset "UTF-8";


/*ぼかし*/
.inview-blur{
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.blur{
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: .8s;
}
@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
      opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

.fs-l-main {
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	width: 100%;
}
.fs-l-page {
	margin-top: 90px;
}
.libre_bodoni {
  font-family: "Libre Bodoni", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

#lp_wrap_dress_collection {
	color: #292929;
	font-family: yu-gothic-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 87px auto 0;
	position: relative;
	overflow: hidden;
	background-color: #f6f0f0;
}
#lp_wrap_dress_collection img {
	vertical-align: bottom;
}
#lp_wrap_dress_collection a {
	transition: .3s;
}
#lp_wrap_dress_collection a:hover {
	opacity: .7;
}
.hr {
    border: 2px solid #292929;
    width: 12%;
	margin: 20px 0 25px;
}
.hr2 {
    border: 2px solid #292929;
    width: 12%;
	margin: 25px auto;
}
.font_awconqueror {
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
}
.lp_wrap_container {
	width: 100%;
	position: relative;
	max-width: 700px;
	margin: 0 auto 100px;
}
.lp_wrap_container:before {
	content: "";
	width: 1px;
	height: 100%;
	background: #4b4b4b;
	position: absolute;
	top: 0;
	left: 10px;
	z-index: -1;
}
.lp_wrap_container:after {
	content: "";
	width: 1px;
	height: 100%;
	background: #4b4b4b;
	position: absolute;
	top: 0;
	right: 10px;
	z-index: -1;
}
.lp_section {
	margin: 0 auto 100px;
}
.lp_section_index {
	margin: 0 auto 100px;
}
.feature_section {
	margin: 0 auto 150px;
}
.mainvisual_image {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.mainvisual_text {
	width: 100%;
	margin: 0 auto;
	background: url(https://img.titivate.jp/cc/project/hotaru/26ss/assets/images/FV_shita.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 50px 7%;
}
.mainvisual_text_comment {
	text-align: left;
	color: #fff;
}
.mainvisual_text_comment span{
	font-size: 20px;
	line-height: 1.8em;
}
.index_title {
	width: 38%;
	margin: 0 auto 30px;
}
.index_ul {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	list-style: none;
}
.index_ul_li {
	width: calc( 100% / 3 - 2% );
	margin: 0 1% 20px;
}
.index_ul_li:last-child {
	margin: 0 1% 0px;
}
.index_ul_li:nth-last-child(2) {
	margin: 0 1% 0px;
}

.look_main_contents_images {
	padding: 10px 0;
	border-top: 1px solid #205e49;
	border-bottom: 1px solid #205e49;
	margin-bottom: 50px;
}
.look_main_contents_detail {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90%;
	margin: 0 auto 50px;
}
.look_main_contents_detail_title {
	width: 80%;
}
.look_main_contents_detail_title_name {
	font-size: 30px;
	color: #205e49;
	margin-bottom: 10px;
}
.look_main_contents_detail_title_size {
	font-size: 16px;
	color: #205e49;
	letter-spacing: 1px;
}
.look_main_contents_detail_title_size span {
	text-decoration: underline;
}
.look_main_contents_detail_link {
	width: 17%;
}
.look_main_contents_detail_link a {
	display: block;
	margin-bottom: 3em;
}

.look_main_contents_comment {
	width: 90%;
	margin: 0 auto 80px;
	text-align: left;
	font-size: 16px;
	line-height: 1.8em;
}





.look1_img01 {
	width: 70%;
	margin: 0 auto 70px;
}
.look1_img02 {
	width: 65%;
	margin: 0 0 0 auto;
}
.look1_img03 {
	width: 80%;
	margin: -50px auto 0 0;
	position: relative;
	z-index: 1;
}
.look1_img04 {
	width: 55%;
	margin: -50px 0 0 auto;
	position: relative;
	z-index: 2;
}

.look2_img01 {
	width: 80%;
	margin: 0 5% 50px auto;
}
.look2_img02 {
	width: 100%;
	margin: 0 auto 70px;
}
.look2_img03 {
	width: 70%;
	margin: 0 auto 0 0;
	position: relative;
	z-index: 1;
}
.look2_img04 {
	width: 40%;
	margin: -50px 0 0 auto;
	position: relative;
	z-index: 2;
}

.look3_img01 {
	width: 80%;
	margin: 0 auto 70px 0;
}
.look3_img02 {
	width: 100%;
	margin: 0 auto 50px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.look3_img02_1 {
	width: 50%;
}
.look3_img02_2 {
	width: 50%;
}
.look3_img03 {
	width: 50%;
	margin: 0 auto;
}

.look4_img01 {
	width: 100%;
	margin: 0 auto 70px;
}
.look4_img02 {
	width: 100%;
	margin: 0 auto;
}
.look4_img02 img {
  width: 400px;
}

.look5_img01 {
	width: 80%;
	margin: 0 0 70px auto;
}
.look5_img02 {
	width: 100%;
	margin: 0 0 30px auto;
}
.look5_img03 {
	width: 95%;
	margin: 0 0 0 auto;
}






.profile_section {
	width: 80%;
	margin: 0 auto 100px;
}
.model_profile {
	font-size: 22px;
	font-weight: 400;
}
.model_profile2 {
	font-size: 18px;
	font-weight: 400;
}
.model_profile img {
	width: 2.5%;
}
.model_profile_image {
	margin-bottom: 50px;
}
.model_profile_h {
	width: 70%;
	margin: 0 auto 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.model_profile_h_name {
	width: 35%;
	text-align: left;
	font-size: 36px;
	color: #215f4a;
}
.model_profile_h_insta {
	width: 60%;
}
.model_profile_h_insta a {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 20px;
	color: #215f4a;
}
.model_profile_h_insta a img {
	width: 30px;
	margin-right: 10px;
}
.model_profile_comment {
	width: 70%;
	margin: 0 auto;
	font-size: 16px;
	text-align: left;
}

.feature_list_link {
	width: 40%;
	margin: 0 auto 50px;
}







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

	.fs-l-main {
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}
	.fs-l-page {
		margin-top: 80px;
	}
	
	#lp_wrap_dress_collection {
		font-size: 12px;
		margin: 77px auto 0;
	}
	
	.lp_section {
		margin: 0 auto 100px;
	}
	.mainvisual_image {
		margin: 0 auto;
	}
	.mainvisual_text {
		padding: 30px 7%;
	}
	.mainvisual_text_isnta {
		width: 40%;
		margin: 0 auto 30px;
	}
	.mainvisual_text_comment span {
		font-size: 3vw;
	}
	.look_main_contents_detail {
		margin: 0 auto 30px;
	}
	.look_main_contents_detail_title_name {
		font-size: 5vw;
	}
	.look_main_contents_detail_title_size {
		font-size: 3.5vw;
	}
	.look_main_contents_comment {
		font-size: 3vw;
		margin: 0 auto 60px;
	}

	.look4_img02 img {
		width: 55vw;
	}


	.profile_section {
		width: 100%;
		margin: 0 auto 100px;
	}
	.model_profile_image {
		margin-bottom: 25px;
	}
	.model_profile_h_name {
		font-size: 6vw;
	}
	.model_profile_h_insta a {
		font-size: 3.5vw;
	}
	.model_profile_comment {
		font-size: 3vw;
	}

	.feature_list_link {
		width: 50%;
		margin: 0 auto 30px;
	}

	
}