@charset "utf-8";@charset "utf-8";
@font-face {
	font-family: 'Helvetica';
	src: url('/assets/front/fonts/Helvetica-Light-Regular.otf');
}
@font-face {
	font-family: 'Helvetica bold';
	src: url('/assets/front/fonts/Helvetica-Bold-Font.ttf');
}

@font-face {
	font-family: 'Helvetica bold';
	src: url('/assets/front/fonts/Elephant-Medium.otf');
}
body {
	margin: 0;
}
img {
	max-width: unset;
}

@media (max-width:750px) {
	.for-sp{
		display: block!important;
	}
	.for-pc{
		display: none!important;
	}	
}
@media (min-width:751px) {
	.for-pc{
		display: flex !important;
	}

	.for-sp{
		display: none!important;
	}
}


/* Special
-------------------------------*/
#wrapper.scroll:not(.wrapper--header_nolink) {
  padding-top: 0px;
}
@media (min-width: 751px) {
  #wrapper.scroll:not(.wrapper--header_nolink) {
    padding-top: 0px;
  }
}
.mainContents {
  max-width: 100%;
  margin:0;
	padding:0;
	border:0;
    font-family: 'Helvetica';
}
.mikomori {
	font-family: 'mikomori';
	font-size: 1.2em;
}
.thirdmagazine {
	font-family: 'third';
	font-weight: bold;
	/* display: inline; */
	font-size: 1em;
	/* margin-top: 10px; */
}
.content {
    margin-bottom: 20px;
}
.contents-header-description {
    position: relative;
    font-size: 3em;
    height: 140px;
}

.contents-header-description .x {
    position: absolute;
    top: 40%;
    font-weight: 100;
    color: #f04d8c;
    width: 100%;
    z-index: -1;
}
.mainContents .logo.for-pc {
	display: flex !important;
}

@media (max-width:750px) {
	.mainContents .logo.for-sp {
		display: flex !important;
	}
	.mainContents .logo.for-pc {
		display: none !important;
	}
	.mikomori-sp {
		font-size: 1em;
		display: inline;
	}
	.thirdmagazine-sp {
		font-family: 'third';
		font-weight: bold;
		display: inline;
		font-size: 0.7em;
		margin-top: 10px;
	}

	.contents-header-description .x {
		position: absolute;
		top: 40%;
		font-weight: 100;
		color: #f04d8c;
		width: 100%;
		z-index: -1;
	}

}
.mainContents .logo{
	height: 100vh;
	width: 100vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo-item {
	margin: 0 auto;
  }

  .mainContents .contents-header-description{
    text-align: center;
  }

.mainContents .title-item {
    font-family: 'Oswald', sans-serif;

    font-size: 3em;
}

.mainContents .description {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
	margin-bottom: 40px;
}

.mainContents a {
	text-decoration: none;
	display: block;
}
.mainContents a:hover {
	opacity: 1 !important;
}

.mainContents .sub-title {
    margin-top: 64px;
	text-align: center;
	font-family: 'noto sans jp', sans-serif;
    /* display: none; */
	justify-content: center;
}

.itemRowWrap img {
	max-width: 620px;
	max-height: 930px;
}
.itemRowWrap .img-item {
	max-width: 620px;
	max-height: 510px;
}
.item-4-base .for-pc .title-item.animation {
	margin-bottom: 40px;
}


@media (max-width: 1024px) {
	.itemRowWrap img {
		max-width: 520px;
	}
}

@media (max-width:750px ) {
	.mainContents {
		margin:0;
	}
	.mainContents.catalog-page img {
		/* width: 100%; */
	}
	.inner--sp {
		padding:0;
	}
}

.contents_header img {
	width: 100%;
}

.contents_header_wrap_inr {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.contents_head_bgitem_list {
	position: relative;
}
.contents_head_bgitem_list img{
	max-width: 100%;
}



.lookbook_area_wrap {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
}

.lookbook_area_wrap_inr {
	max-width: 1400px;
	margin: 0 auto;
	width: 100%;
}

.itemRowWrap {
	display: flex;
}

.lookbook_area_wrap .itemRowWrap {
	/* margin: 60px auto 0px auto; */
	width: 100%;
}
@media (max-width:750px) {
	.lookbook_area_wrap .itemRowWrap {
		width: auto;
		margin: 40px auto 0px auto;
	}
	.lookbook_area_wrap_inr {
		width: calc(100% - 30px);
	}

}

.lookbook_area_wrap .itemRowWrap.item-right {
	justify-content: space-between;
	align-items: flex-end;
}

.lookbook_area_wrap .itemRowWrap.item-right-none-text {
	justify-content: flex-end;
}
.lookbook_area_wrap .itemRowWrap.item-left {
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: row-reverse;
}

.lookbook_area_wrap .itemRowWrap.item-right .wrap-description  {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-right: 32px;
	max-width: 1120px;
}
.lookbook_area_wrap .itemRowWrap.item-left .wrap-description {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 32px;
	max-width: 1120px;
}

.lookbook_area_wrap .itemRowWrap .item-description>.item-text{
	display: flex;
    align-items: center;
    justify-content: space-between;
	padding-top: 16px;
}
.lookbook_area_wrap .itemRowWrap .item-description>.item-text .item-name{
	padding-right: 20px;
}
.btn-buy{
	padding: 3px 30px;
	background-color: #666666;
	color: #fff !important;
	font-family: 'Helvetica';
	border: 1px solid #666666;
	width: 110px;
	min-width: 110px;
	text-align: center !important;
}
.btn-buy:hover{
	background-color: #fff !important;
	color: #666666 !important;
	border: 1px solid #999999;
	padding: 3px 30px;
}
.btn-buy.coming-soon{
	background-color: #fff;
	color: #666666 !important;
	border: 1px solid #666666;
	text-align: center;
}
.btn-buy.coming-soon:hover{
	background-color: #666666 !important;
	color: #fff !important;
	border: 1px solid #fff !important;
}

.item-center {
	display: flex;
	justify-content: center;
	align-items: center;
}
/* .item-10-base {
	display: block !important;
} */

.item-10 {
	z-index: 1 !important;
	display: block;
	flex-direction: column;
}
.item-10 .first-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.lookbook_area_wrap_inr {
	margin-top: 80px;
}
.item-content-style {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
	width: 100%;
}
.item-content-style-animate {
	width: 100%;
}
.item-content-style img{
   /* width: 620px; */
   max-height: 510px;
}
.item-10-second {
	margin: -50px 0 0 0!important;
	display: flex;
	flex-direction: column;
	margin-right: 0 !important;
	z-index: -1 !important;
}
.item-10-second .wrap-description {
	margin-right: 32px;
	margin-top: 60px;
}
.item-10-second a {
	text-align: right;
}

.item-10-second img{
	width: 620px;
	max-width: 740px;
}

.itemRowWrap.item-10-second {
    display: flex;
    flex-direction: row;
    /* align-items: center; */
	width: 100%;
	justify-content: space-between;
}

.item-11-base {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 160px;
}
.item-11-base .description {
	margin-bottom: 90px;
}
.item-11 {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.item-11 .wrap-description {
	width: 620px;
	display: flex;
	justify-content: flex-end;
}

.buttonArea {
	display: flex;
	justify-content: center;
	margin-top: 120px;
	/* margin: 120px 0; */
	margin-bottom: 0px;
}
.buttonArea .button {
	padding: 15px 90px;
	border: 1px solid #999999;
	color: #999999;
}

.owl-carousel {
	width: 620px;
	max-width: 620px;
}

.footer-description {
	font-family: 'Noto Sans JP', sans-serif;
	margin-top: 20px;
justify-content: center;
}


.item-3-base {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 160px;
}
.item-3-base img{
	width: 620px;
}
.item-3-base .first-item {
	position: relative;
}
.title-item.animation {
	margin-bottom: 20px;
	text-decoration: underline;
	text-underline-offset: 8px;
    font-weight:  bold;
	margin-top: 40px !important;

}
.item-3-base .item-3-first-right {
	position: absolute;
	top: 30%;
}
.item-3-base .title-item.animation {
	margin-top: 0px;
	margin-bottom: 20px;
}
.item-3-base .item-second {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	/* align-items: center; */
	margin-top: 60px;
}
.item-3-base .item-second img{
	width: 620px;
	text-align: center;
}
.item-3-base .item-second .img-animate {
	width: 50%;
}

.item-4-base .item-content-style {
	justify-content: space-between;
	padding: 0px 30px;
}
.item-5-base.for-pc {
	margin-top: 160px;
}

.item-5-base .itemRowWrap {
	display: flex;
	flex-direction: column;
}
.item-5-base .item-stash-first {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.no-scroll {
	overflow: hidden;
 }

.item-5-base .item-5-second {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
	/* height: 365px; */
	/* margin-bottom: 60px; */
	/* top: 95% */
}

/* .item-5-base .item-5-second-first img {
	position: absolute;
	top: -30px;
} */

.item-11-base .for-pc {
	flex-direction: row;
	display: flex;
	width: 100%;
}

.item-4-base .first-item .description {
	/* margin-top: 40px; */
}
.item-5-base .item-5-second .item-5-second-first {
	margin-top: -30px;
	/* text-align: right; */
}

.item-5-base .des {
	margin-bottom: 120px;
}

.item-5-base .item-description {
	margin-top: 14px;
}
.item-6-base {
	margin-top: 160px;
}

.footer-landing {
	margin-top: 160px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}

.item-6-base .wrap-description {
	display: flex;
	justify-content: center
}
.item-6-base .wrap-description .item-description {
	width: 75%;
}
.item-6-base .des {
	margin-bottom: 120px;
}




@media (max-width:750px) {
	
	.item-5-base.for-sp {
		margin-top: 80px;
	}
	.item-5-base .item-description {
		margin-top: 0px;
	}
	.item-11-base .description {
		margin-bottom: 40px;
	}
	.title-item.animation {
		margin-bottom: 40px;
		margin-top: 20px !important;
	}
	.item-11-base .title-item.animation {
		margin-bottom: 20px;
		/* margin-top: 20px; */
	}
	.item-4-base .title-item.animation {
		margin-bottom: 0px;
		/* margin-top: 20px; */
	}
	.item-3-base .title-item.animation {
		margin-bottom: 40px;
	}
	.item-6-base .title-item.animation {
		margin-bottom: 80px;
		/* margin-top: 20px; */
	}
	.lookbook_area_wrap .itemRowWrap .item-description>.item-text{
		padding-right: 15px;
	}
	.item-5-base .description {
		margin-bottom: 10px;
	}
.btn-buy{
		padding: 4px 0px !important;
		font-size: 1rem;
		max-width: 66px;
		min-width: 66px;
		text-align: center !important;
		
	}
.btn-buy:hover {
		padding: 4px 20px;
	}
	.owl-carousel {
		width: 100%;
	}

	.buttonArea {
		display: flex;
		justify-content: center;
		margin: 60px 0;
	}
	
	.wrap-description {
		display: flex !important;
		align-items: center !important;
	}
	.item-description {
		width: fit-content;
	}

	.item-10-second .wrap-description {
		justify-content: center;
	}
	.item-11 .wrap-description {
		justify-content: center;
	}
	/* .item-10-base {
		display: none !important;
	} */
	.lookbook_area_wrap .itemRowWrap .item-description>.item-text .item-name {
		/* padding-left: 20px; */
	}
	.lookbook_area_wrap .itemRowWrap .item-description>.item-text {
		justify-content: flex-start;
	}
	.lookbook_area_wrap .itemRowWrap .item-description>.item-text {
		justify-content: space-between;
	}
	.item-11 {
		padding: 0 15px;
	}
	.item-11 .wrap-description {
		width: 100%;
		display: block;
	}
	.item-11 .wrap-description .item-text{
		padding-right: 0px !important;
	}
	.lookbook_area_wrap .itemRowWrap .item-description>.item-text{
		padding-top: 12px;
	}
	.mainContents .sub-title {
		font-size: 1.2rem;
		padding: 0 15px;
		margin-top: 10px;
	}
	.item-10 img{
		max-width: 380px;
	}
	.item-10-second{
		margin-top: 15px !important;
	}
	.item-10-second a { 
		width: 100%;
	}
	.itemRowWrap.item-10-second {
		flex-direction: column-reverse;
		margin-top: 30px !important;
	}
	.item-1-base .itemRowWrap.item-10-second {
		margin-top: 20px !important;
	}
	.item-10-second .wrap-description {
		width: 100%;
	}
	.item-10-second .wrap-description .item-description {
		padding: 0 30px;
		display: block;
	}
	.item-10-second .wrap-description{
		margin-right: 0;
		margin-top: 0;
	}
	.item-10-second .wrap-description .item-text {
		padding-right: 0px !important;
	}

	.item-10 .first-item {
		flex-direction: column-reverse;
	}
	.lookbook_area_wrap_inr {
		width: 100%;
		margin-top: 40px;
	}
	.item-10-second img {
		max-width: 280px;
	}

	.content {
		font-size: 0.8em;
		margin-bottom: 0px;
	}
	.title-item {
		text-align: center;
	}
	.item-10 .first-item {
		position: relative;
		flex-direction: column;
		height: auto;
	}
	.item-10 .item-content-style {
		flex-direction: row;
		justify-content: space-between;
		padding: 0px 45px;
		text-align: left;
		align-items: flex-start;
		width: auto;
	}

	.item-10 .first-item>a {
		position: absolute;
		top: 30%;
		/* z-index: -1; */
	}

	.item-3-base .item-second img {
		width: 100%;
	}

	.item-11-base .description {
		display: flex;
		flex-direction: row;
		align-items: center;
		text-align: left;
		font-size: 0.97em;
		gap: 10px;
	}
	.item-11-base .description img{
		width: 160px;
	}

	.item-content-style {
		padding: 0 15px;
		gap: 10px;
		text-align: left;
		
	}

	.item-11-base img {
		max-width: 380px;
	}
	.item-11-base .itemRowWrap {
		margin-top: 0px;
		justify-content: center;
		position: relative;
		/* top: -6%; */
	}
	.item-11-base .for-sp {
		position: relative;
		/* height: 800px; */
	}

	.item-11-base .item-11 {
		position: relative;
		margin-top: -65px;
		/* z-index: -1; */
	}
	.item-11-base .item-11 a {
		width: 100%;
	}
	.item-11-base .item-11 img {
		width: 100%;
	}
	.item-11-base .wrap-description {
		position: relative;
		top: -4%;
	}

	.item-3-base .item-3-first-right {
		position: relative;
	}
	.item-3-base img {
		width: 100% !important;
	}
	.item-3-base .first-item>a {
		padding-left: 30px;
	}
	.item-3-base .item-11 {
		align-items: flex-start;
		padding: 0;
		margin-top: 20px;
	}
	.item-3-base .item-11>a>img {
		width: 280px !important;
	}
	.item-3-base .item-second {
		flex-direction: column;
	}
	.item-3-base .item-second .img-animate {
		width: 80% !important;
	}

	.item-4-base .item-10.for-sp .description img {
		width: 150px;
	}
	.item-4-base .item-10 .item-content-style {
		padding: 0px 15px;
		z-index: 1;
	}
	.item-4-base .item-10 .item-content-style {
		flex-direction: column;
	}
	.item-4-base .item-10 .item-content-style .description{
		display: flex;
		/* align-items: center; */
		padding: 0 15px;
		justify-content: end;
		width: 100%;
	}
	.item-10-base .item-10 .item-content-style .description{
		display: flex;
		align-items: center;
		height: auto;
	}
	.item-6-base .item-10 .item-content-style .description{
		text-align: left;
	}
	.item-4-base .item-10 .first-item>a {
		top: 30%;
		/* left: 15px; */
		padding: 0 15px;
	}
	/* .item-4-base {
		padding: 0 15px;
	} */
	.item-4-base .itemRowWrap.item-10-second {
		margin-top: 0px !important;
	}
	.item-4-base .item-10 img {
		width: 360px;
	}
	.item-10-base .item-10 img {
		width: 360px;
	}
	.item-5-base .item-stash-first {
		flex-direction: column;
	}
	.item-5-base .item-content-style {
		flex-direction: row;
	}
	.item-5-base .item-content-style img{
		width: 160px;
	}
	.item-5-base .item-stash-first>a img {
		width: calc(100% - 30px);
	}
	.item-5-base .item-second>a img{
		width: 280px;
	}
	.item-5-base .item-5-second {
		flex-direction: column;
		/* height: 380px; */
	}
	.item-5-base .item-5-second-first img {
		right: 0px;
	}
	.item-5-base .wrap-description {
		justify-content: center;
		/* margin-top: 10px; */
	}
	.item-6-base .item-10.for-sp {
		margin-top: 80px;
	}
	.item-10-base .item-10 .item-content-style {
		flex-direction: row;
	}
	.item-10-base .item-10 {
		padding: 0 15px;
	}
	.item-10-base .item-10 .first-item>a {
		top: 48%;
	}
	.item-10-base .itemRowWrap.item-10-second {
		margin-top: 0px !important;
	}
	.footer-landing {
		/* padding: 0 15px; */
		width: 100%;
	}
	.footer-landing img{
		width: 50%;
		padding: 0 15px;
	}
	.footer-description {
		padding: 0 15px;
	}
	/* .item-3-base .des {
		width: 100%;
	} */
	.item-3-base .left {
		text-align: center;
		width: 50%;
	}
	.item-4-base .first-item .description {
		margin-top: 0px;
		margin-bottom: 0px;
		height: 50%;
	}
	.item-3-base .item-content-style {
		flex-direction: row;
		align-items: center;
	}
	.item-4-base .item-content-style {
		justify-content: start
	}
	.item-4-base .item-content-style .content {
		width: 100%;
		text-align: center;
	}
	.item-3-base {
		margin-top: 80px;
	}
	.item-10-base .first-item {
		flex-direction: row;
		height: auto;
	}
	.item-10-base .img-link-item-10-base {
		margin-top: -10%;
	}
	.item-4-base.lookbook_area_wrap_inr {
margin-top: 20px;
	}
	.item-4-base .item-10 .first-item>a {
		position: relative;
		margin-top: -10%;
	}
	.item-11-base .item-content-style .description {
		z-index: 1;
	}
	.item-5-base .item-5-second-first img {
		top: 20%;
	}
	.item-5-base .item-5-second .item-5-second-first {
		margin-top: -20px;
		text-align: right;
	}
	.item-6-base .first-item {
		padding: 0 15px;
	}
	.item-6-base .img-link-item-10-base img {
		width: 100%;
	}
	.item-4-base .for-sp {
		margin-top: 80px;
	}
	.item-6-base .for-sp .description img {
		width: 135px !important;
	}
	.item-6-base .for-sp .item-content-style {
		padding: 0;
	}
	.content .description>.description {
		font-size: 1.2rem;
	}
	.item-11-base .item-content-style .description>.description {
		font-size: 1.2rem;
	}
	.item-4-base .description {
		font-size: 1.2rem;
	}
}

.contents-header-description {
	width: 100%;
}

.logo-item {
	width: 100%;
}

.delayScroll {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	/* display: flex; */
	/* flex-direction: column; */
	/* gap: 30px; */
}

.mikomori {
	display: inline-block;
}
.x-first{
	/* position: absolute;
	left: 48%;
	top: 10%;
	font-size: 1.7em;
	font-family: 'Noto Sans JP', sans-serif;
	color: #f04d8c; */
	/* rotate: -30deg; */
	/* z-index: 1; */
}
.x-second {
	rotate: 30deg;
}
.x-first img {
	width: 60%;
}
.icon-x {
    position: absolute;
    left: 43%;
    top: 14%;
    font-size: 1.7em;
    font-family: 'Noto Sans JP', sans-serif;
    color: #f04d8c;
    z-index: -1;
}
.thirdmagazine {
	top: 20%;	
	left: 50%;
	margin-top: 20px;
}
.thirdmagazine img{
	width: 40%;
}
.item-1-base .for-pc {
	display: block !important;
}
@media (max-width:750px) { 
	.item-1-base .for-pc {
		display: none !important;
	}
	.mikomori img{
		width: 80%;
	}
	.icon-x {
		top: 20%;
		left: 30%;
		font-size: 1.5em;
		z-index: -1;
	}
	.x-first{
		/* left: 30%; */
		/* rotate: -30deg; */
	}
	.x-first img {
		width: 50%;		
	}
	.thirdmagazine {
		margin-top: 10px;
	}
	.thirdmagazine img{
		width: 80%;
	}
}

.buttonArea {
	font-family: 'Noto Sans JP', sans-serif;

}