@charset 'Shift_JIS';
:root {
	--header-height--pc: 112px;
	--color-primarily: #4e4747;
	--color-accent: #7a1d14;
}
body {
	display: block;
	opacity: 1;
	visibility: visible;
}
p{
	line-height: 1.9;
}
.wrap .contents {
	max-width: 100%;
}
a {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
@media (min-width: 1024px) {
	.wrap .contents.col02 {
		max-width:100%;
	}
}
.contents.col02 {
	padding: 0;
}

main {
	padding-bottom: 0;
}
.wrap {
	overflow: unset;
}
@media (max-width: 1023px) {
	.ls-u-pc {
		display:none!important;
	}
}
@media (min-width: 1024px) {
	.ls-u-sp {
		display:none!important;
	}
}

/* add */
.bg-img{
	background-image: url(/Page/Topic/megumikanzaki25/images/bg-imgx2.jpg);
	background-repeat: repeat;
	background-position: center;
	background-size: 160%;
	padding-top: 5%;
	padding-bottom: 5%;
}
.px-text{
	padding: 0 4.33333vw;
}
.mb-120{
	margin-bottom: 120px;
}
.ls-look__responsive__container .ls-look__item{
    padding: 0 4.33333vw;
    margin-bottom: 25px;
}
.ls-look__responsive__container .ls-look__item.--full{
	padding: 0;
}
.ls-look__responsive__container .ls-look__item.--left{
	padding-left: 0;
    padding-right: 15.33333vw;
}
.ls-look__responsive__container .ls-look__item.--right{
	padding-right: 0;
	padding-left: 16.33333vw;
}
.ls-look__responsive__container .ls-look__item.--right_0{
	padding-right: 0;
}
.ls-look__responsive__container .ls-look__item.--center{
	padding: 0 12.33333vw;
}
.text.-left{
    padding-right: 4.33333vw;
}

.ls-look__voice_area{
	background-color: #F7EDF3;
    padding: 7vw 4.5vw;
	position: relative;
	border-radius: 20px;
	color: #ED6A93;
	font-size: 4.26667vw;
	z-index: 0;
	margin-top: 15px;
}
.ls-look__voice_area::after{
	content: "";
    background-color: #F7EDF3;
    transform: rotate(-45deg);
    position: absolute;
    bottom: -10px;
	right: 0;
	left: 0;
	margin: 0 auto;
    height: 46px;
    width: 46px;
	z-index: -1;
}
.ls-look__voice_area .head_text{
	font-size: 8vw;
	text-align: center;
	margin-bottom: 20px;
}
.voice_img{
	position: absolute;
    top: 10px;
    right: 10px;
    width: 12%;
}
.ls-look-image.--main .ls-look-credit{
	padding: 0 4.33333vw 16vw;
}
.ls-look__inner.twocolumn{
	display: flex;
	justify-content: space-between;
}
.ls-look__inner.twocolumn .ls-look-image{
	width: 128%;
}
.ls-look__inner.twocolumn .text{
	padding-left: 5%;
}
.img_container{
    height: 350px;
	width: 100%;
	position: relative;
	background-color: #fff;
}
.image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 1;
	z-index: 1;
	background-size: cover;
	background-position: center center;
	
	animation: image-switch-animation 10s infinite;
  }
  .src1 {
	background-image: url(/Page/Topic/megumikanzaki25/images/LTote_C_sp.jpg);
  }
  .src2 {
	background-image: url(/Page/Topic/megumikanzaki25/images/LTote_C_sp_2.jpg);
  }


@keyframes image-switch-animation {
	0%{ opacity: 1;}
	45%{ opacity: 1;}
	50%{ opacity: 0;}
	95%{ opacity: 0;}
	100%{ opacity: 1;}
  }
  .image:nth-of-type(1) {
	animation-delay: 0s;
  }
  .image:nth-of-type(2) {
	animation-delay: 5s;
  }
/* PC */
@media (min-width: 1024px) {
	.src1 {
		background-image: url(/Page/Topic/megumikanzaki25/images/LTote_C.jpg);
	}
	.src2 {
	background-image: url(/Page/Topic/megumikanzaki25/images/LTote_C_2.jpg);
	}
	.img_container{
		height: 700px;
	}

	.bg-img{
        padding: 7%;
        padding-bottom: 1px;
	}
	.ls-look__inner.twocolumn .ls-look-image{
		max-height: none;
		min-height: 1px;
	}
	.ls-look-image.--main{
		width: 90%;
		margin: 0 auto;
		max-width: 1200px;
	}
	.ls-look__voice_area{
		font-size: 16px;
		padding: 2vw 2.5vw;
	}
	.ls-look__voice_area .head_text{
		font-size: 32px;
	}
	.voice_img {
		top: 20px;
		right: 15px;
		width: 8%;
	}
	.ls-look-image.--main .ls-look-credit{
		padding: 0;
	}

	.ls-look__responsive__container {
		max-width: 1200px;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		margin: 0 auto;
		width: 90%;
	}
	.ls-look__pc,.ls-look__sp {
		width: 45%;
		/* margin: 0 auto; */
	}
	.ls-look__pc{
		margin-bottom: calc(100vh - var(--header-height--pc));
	}
	.ls-look__responsive__container .ls-look__pc  .ls-look__item{
		padding-left: 0;
		padding-right: 0;
	}
	.ls-look__sp {
		width: 45%;
		position: sticky;
		top: var(--header-height--pc);
		left: 0;
	}
	.ls-look__responsive__container .ls-look__item{
		margin-bottom: 40px;
	}
	.ls-look__responsive__container .ls-look__sp .ls-look__item.--pc_left{
		padding-right: 5%;
		padding-left: 0;
	}
	.ls-look__responsive__container .ls-look__sp .ls-look__item.--pc_left_left{
		padding-right: 15%;
		padding-left: 0;
	}
	.ls-look__header{
		margin-bottom: 40px;
	}
	.ls-look__responsive__container .ls-look__sp .ls-look__item.--pc_full{
		padding-right: 0%;
		padding-left: 0;
	}
	.ls-look__responsive__container .ls-look__pc .ls-look__item.ls-look__item.--left{
		padding-right: 39%;
	}
	.ls-look__inner.twocolumn .text{
		display: inline-block;
		width: 50%;
		padding-left:30px;
		padding-right: 0px;
	}
	.ls-look__inner.twocolumn .text.-left{
		display: inline-block;
		width: 50%;
		padding-left: 0;
		padding-right: 30px;
	}
	.pc_towclumn.ls-look__inner.twocolumn .ls-look-image{
		width: 65%;
	}
	.ls-look__inner.twocolumn .ls-look-image{
		width: 60%;
	}
	.ls-look__responsive__container .ls-look__item.--center{
		padding: 0;
	}
	
}


.ls-wrapper {
	color: var(--color-primarily);
	font-family: "Noto Serif JP",serif;
	font-family: 400;
	padding-bottom: 26.66667vw;
}
.ls-wrapper a:not(.ls-button) {
	color: var(--color-primarily)
}
@media (min-width: 1024px) {
	.ls-wrapper {
		padding-bottom:160px;
	}
}
.ls-section+.ls-section {
	margin-top: 26.66667vw;
}
@media (min-width: 1024px) {
	.ls-section+.ls-section {
		margin-top:160px;
	}
}
.ls-button {
	border-radius: 8.53333vw;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 4.13333vw 2.66667vw;
	font-size: 3.73333vw;
	line-height: 1.35714;
	width: calc(100% - 10.66667vw);
	color: #fff;
}
.ls-button--primarily {
	background-color: var(--color-primarily);
	color: #fff;
	text-align: center;
}
.ls-button+.ls-button {
	margin-top: 16vw;
}
@media (min-width: 1024px) {
	.ls-button {
		border-radius:32px;
		padding: 24px 10px 21px;
		font-size: 16px;
		line-height: 1.1875;
		max-width: 580px;
	}
	.ls-button+.ls-button {
		margin-top:120px;
	}
}
.ls-hero__container {
	width: 100%;
	text-align: center;
}
.ls-hero__contents {
	/* padding: 8vw 5.33333vw 16vw; */
	padding: 8vw 3vw 16vw;
}
.ls-hero__image img {
	width: 100%;
	height: auto;
}
.ls-hero__title {
	font-size: 8.53333vw;
	line-height: 1.0625;
	font-weight: 500;
	font-family: Bodoni Moda,serif;
}
.ls-hero__multiplied {
	font-size: 6.4vw;
	line-height: 1.41667;
	font-weight: 400;
	display: block;
	font-family: "Noto Serif JP",serif;
}
.ls-hero__heading {
	font-size: 6.4vw;
	line-height: 1.66667;
	font-weight: 600;
	margin-top: 10.4vw;
}
.ls-hero__text--date {
	font-size: 6.4vw;
	font-weight: bold;
	line-height: 1.66667;
	margin-top: 8vw;
}
.ls-hero__text--link {
	font-size: 4.8vw;
	line-height: 1.22222;
	margin-top: 8vw;
}
.ls-hero__text--link a {
	text-decoration: underline;
}
.ls-hero__text {
	font-size: 4.26667vw;
	line-height: 2.125;
	letter-spacing: .01em;
	margin-top: 16vw;
}
@media (min-width: 1024px) {
	.ls-hero__contents {
		padding: 60px 0;
	}
	.ls-hero__title {
		font-size:38px;
		line-height: 1.1875;
	}
	.ls-hero__multiplied {
		font-size:24px;
		line-height: 1.33333;
		margin: 0 .5em;
		display: inline-block;
	}
	.ls-hero__heading {
		font-size:24px;
		line-height: 1.45833;
		margin-top: 22px
	}
	.ls-hero__text--date {
		font-size:24px;
		line-height: 1.66667;
		margin-top: 20px;
	}
	.ls-hero__text--link {
		font-size:18px;
		line-height: 1.44444;
		margin-top: 20px;
	}
	.ls-hero__text {
		font-size:16px;
		margin-top: 60px;
	}
}
.ls-hero__text p {
	line-height: 2.125;
}
.ls-concept{
	background-color: #f3f3f3;
}
.ls-concept__container {
	text-align: center;
	padding: 8vw 2.5vw 16vw;
}
.ls-concept__title {
	font-weight: 600;
    font-size: 6.3vw;
	line-height: 1.21429;
	font-family: Bodoni Moda,serif;
}
.ls-concept__text p {
	font-size: 4.26667vw;
	line-height: 2.125;
	margin-top: 5.33333vw;
}
.ls-concept__text p+p {
	margin-top: 2em;
}
.ls-concept__text p:nth-of-type(3) {
	margin-top: 2.1em;
}
.ls-concept__link {
	margin-top: 8vw;
	font-size: 4.8vw;
	line-height: 1.88889;
	text-align: center;
	letter-spacing: .01em;
	display: inline-block;
	text-decoration: underline;
}
@media (min-width: 1024px) {
	.ls-concept__container {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
        padding: 60px 10px;
	}
	.ls-concept__title {
		font-size:32px;
		line-height: 1.53125;
	}
	.ls-concept__text {
		margin-top:19px;
	}
	.ls-concept__text p {
		font-size:16px;
		line-height: 2.125;
		margin-top: 20px;
	}
	.ls-concept__text p+p {
		margin-top:2.1em
	}
	.ls-concept__link {
		font-size: 18px;
		font-weight: 600;
		margin-top:60px;
	}
}
@media(max-width: 1023px){
	.ls-hero__text p,
	.ls-concept__text p {
		text-align: left;
		font-size: 3.6vw;
	}
}
.ls-gallery {
	padding-top: 16vw;
	padding-bottom: 29.66667vw;
}
.ls-gallery__container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 5.33333vw;
}
.ls-gallery__title {
	font-size: 8.53333vw;
	line-height: 1.0625;
	font-family: Bodoni Moda,serif;
	text-align: center;
	font-weight: 600;
}
.ls-gallery__panels {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 5.33333vw;
	margin-top: 5.33333vw;
}
.ls-gallery__image {
	position: relative;
}
.ls-gallery__image::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(160,160,160,.5);
}
.ls-gallery__panel {
	position: relative;
}
.ls-gallery__panel img {
	width: 100%;
	height: auto;
}
.ls-gallery__text {
	font-size: 3.73333vw;
	line-height: 2.28571;
	text-align: center;
	color: #fff;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-family: Bodoni Moda,serif;
	pointer-events: none;
}
.ls-gallery__link {
	display: block;
}
.ls-gallery .ls-button {
	margin-top: 16vw;
	width: 100%;
}
@media (min-width: 1024px) {
	.ls-gallery__link:hover {
		opacity:.7
	}
	.ls-gallery {
		padding-top:120px;
		padding-bottom: 160px;
	}
	.ls-gallery__container {
		padding: 0;
		max-width: 1000px;
	}
	.ls-gallery__title {
		font-size:32px;
		line-height: 1.53125;
	}
	.ls-gallery__panels {
		grid-template-columns: repeat(3,1fr);
		grid-gap: 20px;
		margin-top: 30px;
	}
	.ls-gallery__text {
		font-size:28px;
		line-height: 1.53571;
	}
	.ls-gallery .ls-button {
		margin-top:80px;
	}
}
.ls-look__container {
	width: 100%;
}
@media (min-width: 1024px) {
	.ls-look__container {
		max-width:1200px;
		margin-left: auto;
		margin-right: auto;
	}
}
.ls-look__header {
	position: static;
	border: none;
	transition: none;
	color: var(--color-primarily);
	z-index: auto;
	background: none;
	padding: 0 5.33333vw 8vw;
}
.ls-look__title {
	line-height: 1.53125;
	font-size: 7.53333vw;
	text-align: center;
	font-weight: 600;
	font-family: Bodoni Moda,serif;
	position: relative;
	padding-bottom: 2.66667vw;
}
.ls-look__title::after {
	content: '';
	width: 100%;
	height: 1px;
	background: #151515;
	position: absolute;
	left: 0;
	top: 100%;
}
.ls-look__description {
	margin-top: 8vw;
	font-size: 4.26667vw;
	letter-spacing: .01em;
}
.ls-look__description p {
	line-height: 2.125;
}
@media (max-width: 1023px) {
	.ls_look__title--narrow {
		white-space: nowrap;
		margin-left: -1.2%;
		margin-right: -1.2%;
	}
}
@media (min-width: 1024px) {
	.ls-look__header {
		padding: 0;
	}
	.ls-look__title {
		font-size:32px;
		padding-bottom: 10px;
	}
	.ls-look__description {
		margin-top:30px;
		font-size: 16px;
	}
}
@media (max-width: 1023px){
	.ls-look__row.ls-look__row--reverse {
		display: flex;
		flex-direction: column-reverse;
	}
}
@media (min-width: 1024px) {
	.ls-look__row {
		display: flex;
		align-items: flex-start;
	}
	.ls-look__row + .ls-look__row {
		margin:calc(-100vh + var(--header-height--pc)) 0 0;
	}
	.ls-look__row.ls-look__row--narrow{
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	.ls-look__row:has(.ls-look__item--full){
		margin-bottom: 100px;
	}
	.ls-look__row:last-of-type .ls-look__item:not(.ls-look__item--brank) {
		position:static
	}
	.ls-look__item {
		flex: 0 0 50%;
	}
	.ls-look__item--sticky {
		position: sticky;
		top: var(--header-height--pc);
		left: 0;
	}
	.ls-look__item--brank,
	.ls-look__item--video {
		height:calc(100vh - var(--header-height--pc));
	}
	.ls-look__item--full {
		flex: 1 1 100%;
		width: 100%;
		height: auto;
	}
	.ls-look__row .ls-look__item:has(+ .ls-look__item.ls-look__item--sticky),
	.ls-look__row .ls-look__item.ls-look__item--sticky:not(.ls-look__item--video) + .ls-look__item {
		margin-bottom:calc(100vh - var(--header-height--pc));
	}
	.ls-look__row .ls-look__item.ls-look__item--sticky.ls-look__item--video + .ls-look__item{
		margin-top:calc(100vh - var(--header-height--pc));
	}
}
.ls-look__item--full .ls-look__inner {
	display: flex;
	flex-direction: column-reverse;
}
@media (min-width: 1024px) {
	.ls-look__item--full .ls-look__inner {
		display:block;
	}
	.ls-look__item--full .ls-look-image {
		max-width:1000px;
		margin-left: auto;
		margin-right: auto;
		min-height: unset;
	}
	.ls-look__item--full .ls-look-image img {
		width:100%;
		min-height: unset;
	}
}
.ls-look__voice {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	color: var(--color-accent);
	padding: 16vw 5.33333vw 16vw;
}
.ls-look__voice p {
	line-height: 2.125;
}
@media (min-width: 1024px) {
	.ls-look__voice {
		min-height:calc(100vh - var(--header-height--pc));
		padding: 0;
	}
	.ls-look__row .ls-look__item:first-of-type .ls-look__voice {
		padding-right:16%;
	}
	.ls-look__row .ls-look__item:nth-of-type(2) .ls-look__voice {
		padding-left:16%;
	}
	.ls-look__voice .ls-look__header+.ls-look-voice {
		margin-top:60px;
	}
}
.ls-look__heading {
	font-size: 8.53333vw;
	line-height: 1.53125;
	text-align: center;
	font-weight: 600;
	font-family: Bodoni Moda,serif;
	border-bottom: 1px solid var(--color-accent);
	border-left: 1px solid var(--color-accent);
	width: 100%;
	position: relative;
	padding-bottom: 3.01333vw;
}
.ls-look__heading::before,
.ls-look__heading::after {
	content: '';
	height: 1px;
	position: absolute;
	z-index: 1;
}
.ls-look__heading::before {
	width: 6.66667vw;
	background: #fff;
	left: 50%;
	bottom: -1px;
	transform: translateX(-50%);
}
.ls-look__heading::after {
	background: var(--color-accent);
	width: 7.73333vw;
	left: calc(50% - 1px);
	transform: translateX(-40%) rotate(51deg);
	transform-origin: left center;
	bottom: -1px;
}
.ls-look__text {
	line-height: 2.125;
	margin-top: 9.86667vw;
	font-size: 4.26667vw;
	padding-right: 3.2vw;
	text-align: justify;
}
@media (min-width: 1024px) {
	.ls-look__heading {
		font-size:32px;
		padding-bottom: 9px
	}
	.ls-look__heading::before {
		left:48%;
		width: 25px
	}
	.ls-look__heading::after {
		width:30px;
		left: calc(48% - 1px);
		bottom: -1px;
		bottom: 0;
		transform: translateX(-40%) rotate(44deg);
	}
	.ls-look__text {
		font-size:16px;
		margin-top: 44px;
		padding-right: 0;
	}
}
.ls-look-video,
.ls-look-image {
	width: 100%;
}
.ls-look-video {
	display: grid;
	place-items: center;
	position: relative;
	cursor: pointer;
}
.ls-look-video__video {
	width: 100%;
	height: auto;
}
.ls-look-video__text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	line-height: 1.53226;
	font-size: 16.53333vw;
	font-weight: 600;
	color: #fff;
	font-family: Bodoni Moda,serif;
	opacity: .5;
	pointer-events: none;
}
.ls-look-image img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
}
.ls-look-image img.ls-look-image__img--right{
	margin-left: auto;
}
@media (max-width: 1023px){
	.ls-section--look-05 .ls-look-video {
		margin-bottom: 5.33333vw;
	}
	.ls-look-image.ls-look-image--sub img {
		max-width:calc(100% - 5.33333vw);
		margin-bottom: 5.33333vw;
	}
}
@media (min-width: 1024px) {
	.ls-look-video,
	.ls-look-image {
		/* min-height:calc(100vh - var(--header-height--pc)); */
	}
	.ls-look-video__text {
		line-height:1.53;
		font-size: 100px;
	}
	.ls-look-image {
		display: flex;
		align-items: initial;
		justify-content: center;
		flex-wrap: wrap;
		flex-direction: column;
	}
	.ls-look-image.ls-look-image--sub.ls-look-image--left{
		padding-right: 8.33333%;
	}
	.ls-look-image.ls-look-image--sub.ls-look-image--right{
		padding-left: 8.33333%;
	}
	.ls-look-image img {
		object-fit: cover;
		object-position: center;
	}
	.ls-look-image--sub img {
		margin-top: 60px;
	}
	.ls-look-image img.ls-look-image__img--narrow {
		max-width:81.81818%;
	}
	.ls-look__row--narrow .ls-look-image.ls-look-image--row img.ls-look-image__img--left{
		padding-right: 10%;
	}
	.ls-look__row--narrow .ls-look-image.ls-look-image--row img.ls-look-image__img--right{
		padding-left: 10%;
	}
	.ls-look-image.ls-look-image--row img.ls-look-image__img--right{
		padding-left: 8.3%;
	}
}
.ls-look-credit {
	margin-top: 2.66667vw;
	padding: 0 0 16vw ;
	width: 100%;
}
.ls-look-credit__list {
	font-size: 3.73333vw;
	line-height: 1.71429;
}
.ls-look-credit__item {
	display: block;
}
.ls-look-credit__link {
	text-decoration: underline;
	color: var(--color-primarily);
}
@media (max-width: 1023px){
	.ls-look__item--voice + .ls-look__item--image-main .ls-look-credit,
	 .ls-look__item--image-main:has(+ .ls-look__item--voice)  .ls-look-credit{
		padding-bottom: 0;
	}
}
@media (min-width: 1024px) {
	.ls-look-credit {
		padding: 0;
		margin-top: 10px;
		margin-bottom: 60px;
	}
	.ls-look__item--full .ls-look-credit{
		margin-bottom: 0;
	}
	.ls-look-image.ls-look-image--main.ls-look-image--right .ls-look-credit{
		text-align: right;
	}
	.ls-look-credit__list {
		font-size:14px;
	}
}
.ls-look-variations {
	margin-top: 7vw;
}
.ls-look-variations__list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 2.4vw;
	padding: 0 5.33333vw;
}
.ls-look-variations__image img {
	width: 100%;
	height: auto;
}
.ls-look-variations__name {
	margin-top: 2.66667vw;
	letter-spacing: .01em;
    font-size: 2.4vw;
	line-height: 1.71429;
	text-align: center;
}
@media (min-width: 1024px) {
	.ls-look-variations {
		margin-top:100px;
		width: 100%;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	.ls-look-variations__list {
		grid-gap:50px;
		padding: 0
	}
	.ls-look-variations__name {
		font-size:14px;
		margin-top: 20px
	}
}
.ls-look+.ls-button {
	margin-top: 13.33333vw;
}
@media (min-width: 1024px) {
	.ls-look+.ls-button {
		margin-top:60px;
	}
}
.ls-section--look-04 .ls-look-variations__list,
.ls-section--look-06 .ls-look-variations__list {
	grid-template-columns: repeat(2,30%);
	justify-content: center;
}
@media (min-width: 1024px) {
	.ls-section--look-04 .ls-look__row:nth-of-type(2),
	.ls-section--look-06 .ls-look__row:nth-of-type(2) {
		margin-top: 9px
	}
	.ls-section--look-04 .ls-look__row:nth-of-type(2) .ls-look__item:first-of-type .ls-look__voice,
	.ls-section--look-06 .ls-look__row:nth-of-type(2) .ls-look__item:first-of-type .ls-look__voice {
		padding-left:16.6%;
		padding-right: 13.3%
	}
}
@media (max-height: 750px) and (min-width:1024px) {
	.ls-section--look-02 .ls-look__row:nth-of-type(2),
	.ls-section--look-04 .ls-look__row:nth-of-type(2),
	.ls-section--look-06 .ls-look__row:nth-of-type(2) {
		margin-top:100px
	}
	.ls-look__voice {
		padding-bottom: 40px
	}
	/* .ls-look__item:not(.ls-look__item--full) .ls-look-video,
	.ls-look__item:not(.ls-look__item--full) .ls-look-image {
		max-width: calc(80vh - 80px - 1.112vw)!important;
		margin-left: auto;
		margin-right: auto
	} */
}
.ls-interview__header {
	background: #f3f3f3;
	position: static;
	border: none;
	transition: none;
	padding: 9.06667vw 0;
}
.ls-interview__title {
	font-family: Bodoni Moda,serif;
	font-size: 6.5vw;
	line-height: 1.53571;
	text-align: center;
}
.ls-interview__title span {
	line-height: 1.55;
	display: block;
	padding-bottom: 2.13333vw;
	margin-bottom: 2.66667vw;
	position: relative;
}
.ls-interview__heading {
	line-height: 2.125;
	font-size: 4.26667vw;
	letter-spacing: .01em;
	font-weight: 600;
	padding: 0 5.33333vw;
	margin-top: 5.33333vw;
	text-align: center
}
.ls-interview__title span::after {
	content: '';
	display: block;
	background: #4e4747;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 21.33333vw;
	height: 1px;
}
.ls-interview__contents {
	padding: 14.4vw 5.33333vw 0;
}
.ls-interview__block {
	font-size: 4.26667vw;
	letter-spacing: .01em;
	font-weight: 400;
	text-align: left;
}
.ls-interview__block p {
	line-height: 2.125;
    font-size: 3.6vw;
}
.ls-interview__block p:nth-of-type(n+2),
.ls-interview__block .js-accordion-cont p:first-child{
	margin-top: 2.13em
}
.ls-interview__q {
	margin-top: 0;
}
.ls-interview__q strong {
	font-weight: 600
}
.ls-interview__button {
	appearance: none;
	border: none;
	background: none;
	text-decoration: underline;
	margin-top: 2.66667vw;
	font-size: 4.26667vw;
	line-height: 2.125;
	letter-spacing: .01em;
	font-weight: 400;
	color: var(--color-primarily);
	font-family: "Noto Serif JP",serif;
	font-weight: 400;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 0;
}
.ls-section--interview .ls-button {
	margin-top: 14.13333vw;
}
@media (min-width: 1024px) {
	.ls-interview__block p {
		font-size: 16px;
		text-align: center;
	}
	.ls-interview__header {
		padding: 40px 0;
	}
	.ls-interview__title {
		font-size:28px;
		display: flex;
		align-items: center;
		justify-content: center
	}
	.ls-interview__title span {
		line-height: 1.55;
		padding: 24.5px 40px 24.5px 0;
		margin-right: 40px;
		margin-bottom: 0
	}
	.ls-interview__title span::after {
		height:100%;
		right: 0;
		top: 0;
		width: 1px;
		transform: none;
		left: unset
	}
	.ls-interview__heading,
	.ls-interview__contents {
		max-width: 690px;
		width: 100%;
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	.ls-interview__heading{
		font-size:16px;
		padding-top: 34px;
	}
	.ls-interview__contents {
		padding-top: 55px;
	}
	.ls-interview__block {
		font-size:16px
	}
	.ls-interview__button {
		margin-top:10px;
        font-size: 24px;
	}
	.ls-section--interview .ls-button {
		margin-top:92px
	}
}
.ls-profile {
	padding: 8vw 0 6.66667vw;
	width: calc(100% - 10.66667vw);
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.ls-profile__image {
	width: 30%;
	margin-top: 10px;
}
.ls-profile__image img {
	width: 100%;
	height: auto
}
.ls-profile__title {
    font-size: 6.53333vw;
    line-height: 1.53125;
    text-align: left;
	font-weight: 600;
	font-family: Bodoni Moda,serif;
    padding: 0 4.33333vw;
}
.ls-profile__text {
	font-size: 4.26667vw;
	text-align: justify;
	/* margin-top: 6.4vw; */
	display: inline-block;
    width: 65%;

}
.ls-profile__text,.ls-profile p {
	line-height: 2.125;
	font-size: 10px;
	
}
.ls-profile__text a{
	text-decoration: underline;
}
.ls-profile__container {
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
@media (min-width: 1024px) {
	.ls-profile {
		padding: 0px 0;
		max-width: 1200px;
		width: 100%
	}
	.ls-profile__container {
		display: block;
	}
	.ls-profile__image {
		/* flex: 0 1 350px; */
		margin-top: 0;
        width: 15%;
        padding-right: 2%;
	}
	.pc_container{
		width: 85%;
	}
	.ls-profile__contents {
		flex: 0 1 650px;
		padding-left: 70px;
		margin-top: 10px
	}
	.ls-profile__title {
		font-size:22px;
		text-align: left;
		padding: 0;
	}
	.ls-profile__text {
		font-size:16px;
		margin-top: 26px;
		width: 100%;
	}
	.ls-section__contents.--profile{
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.ls-section--profile{
		max-width: 1200px;
        margin: 0 auto;
        width: 73%;
	}
	.ls-profile.is-show::after{
		content: none;
	}
	.ls-profile__text,.ls-profile p {
		font-size: 14px;
		line-height: 1.6;
	}
}
.js-inview {
	opacity: 0;
	transition: opacity 2s ease;
}
.js-inview.is-show {
	opacity: 1;
	transform: translateY(0);
	margin-bottom: 10px;
}
.ls-gallery__panel.js-inview {
	transition: opacity 2s ease;
}
.ls-gallery__panel.js-inview:first-of-type {
	transition-delay: .2s
}
.ls-gallery__panel.js-inview:nth-of-type(2) {
	transition-delay: .4s
}
.ls-gallery__panel.js-inview:nth-of-type(3) {
	transition-delay: .6s
}
.ls-gallery__panel.js-inview:nth-of-type(4) {
	transition-delay: .8s
}
.ls-gallery__panel.js-inview:nth-of-type(5) {
	transition-delay: 1s
}
.ls-gallery__panel.js-inview:nth-of-type(6) {
	transition-delay: 1.2s
}
.ls-look-variations__item.js-inview {
	transition: opacity 2s ease;
}
.ls-look-variations__item.js-inview:first-of-type {
	transition-delay: .2s
}
.ls-look-variations__item.js-inview:nth-of-type(2) {
	transition-delay: .4s
}
.ls-look-variations__item.js-inview:nth-of-type(3) {
	transition-delay: .6s
}
.ls-look__header.js-inview .ls-look__title::after {
	width: 0;
	transition: width .8s ease .6s
}
.ls-look__header.js-inview.is-show .ls-look__title::after {
	width: 100%
}
.ls-profile::after,.ls-profile::before {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: var(--color-primarily);
	position: absolute;
	left: 0;
	transition: width .8s ease .6s
}
.ls-profile::before {
	top: 0
}
.ls-profile::after {
	bottom: 0
}
.ls-profile.is-show::after,.ls-profile.is-show::before {
	width: 100%
}
#leeep-embedded-1407582075350966272 {
	max-width: 461px!important;
	margin: 0!important;
}
#leeep-embedded-1407582676034031616 {
	max-width: 461px!important;
	margin: 0!important;
}
#leeep-embedded-1407582392541024257 {
	max-width: 486px!important;
	margin: 0!important;
}
#leeep-embedded-1407582875179573248 {
	max-width: 540px!important;
	margin: 0!important;
}
#leeep-embedded-1407583552198971392 {
	max-width: 540px!important;
	margin: 0!important;
}
#leeep-embedded-1407583745736740864 {
	max-width: 540px!important;
	margin: 0!important;
}
.look_movie {
	padding-top: 0!important;
}
.ls-look__responsive__container .ls-look__sp .ls-look__item.--pc_left:has(#leeep-embedded-1407582875179573248){
	padding: 0!important;
}
@media screen and (max-width: 767px) {
	.main-area {
		padding-top: 0;
	}
	#leeep-embedded-1407582075350966272,
	#leeep-embedded-1407582676034031616,
	#leeep-embedded-1407582392541024257,
	#leeep-embedded-1407582875179573248,
	#leeep-embedded-1407583552198971392,
	#leeep-embedded-1407583745736740864 {
		max-width: 100%!important;
		margin: 0!important;
	}
}

.LeeepByLeeep {
	display: none!important;
}
