@charset "utf-8";/* LOOK一覧 start */
@media screen and (min-width: 1000px) {
	.mainContents {
		max-width: 100%;
		width: calc(100% - 153px - 156px - 40px);
		margin-right: 0;
		margin-left: auto;
		padding-left: 0;
		padding-right: 20px;
		position: relative;
	}
}
@media screen and (min-width: 1000px) and (max-width: 1680px) {
	.mainContents {
		width: calc(100% - 153px - (156/1680)*100vw - 40px);
	}
}
@media screen and (min-width: 1000px) and (max-width: 1440px) {
	.mainContents {
		width: calc(100% - 153px - (156/1680)*100vw - (40/1440)*100vw);
	}
}
.look-book {
	min-height: 550px;
}
.headttl {
	font-size: 18px;
	margin-bottom: 50px;
	text-align: center;
}
.looklist {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.looklist .look_img {
	margin-bottom: 10px;
}
.looklist .look_img div {
	cursor: pointer;
}
.looklist .look_ttl {
	font-size: 15px;
	text-align: left;
}
@media screen and (min-width: 1000px) {
	.looklist::before{
		content:"";
		display: block;
		width: 23.5%;
		order:1;
	}
	.looklist::after{
		content:"";
		display: block;
		width: 23.5%;
	}
	.looklist .look {
		width: 23.5%;
	}
	.looklist .look:nth-child(n+5) {
		margin-top: 50px;
	}
}
@media screen and (max-width: 999px) {
	.headttl {
		font-size: 15px;
		margin-bottom: 30px;
	}
	.looklist .look {
		width: 47%;
	}
	.looklist .look:nth-child(n+3) {
		margin-top: 30px;
	}
	.looklist .look_ttl {
		font-size: 13px;
		text-align: center;
	}
}
/* LOOK一覧 end */

/* LOOK詳細 start */
.mgb p:not(:first-child) ,
.mgb a:not(:last-child) {
	margin-bottom: 10px;
}
.modal-content .modal_looklist {
	padding-bottom: 80px;
}
.modal-content .modal_look {
	position: relative;
	padding-top: 90px;
	margin: 0 0 0 auto;
}
.modal-content .modal_look .modal_look_img {
	width: 60%;
}
.modal-content .modal_look .serial_number {
	width: 100%;
	font-size: 14px;
	margin-bottom: 10px;
}
.modal-content .modal_look .modal_look_credit {
	font-size: 14px;
}
.modal-content .modal_look a {
	width: 100%;
}
@media screen and (min-width: 1000px) {
	.mgb p:not(:first-child) ,
	.mgb a:not(:last-child) {
		margin-bottom: 10px;
	}
	.sp-only {
		display: none;
	}
	.modal-content .modal_look {
		width: 91.2%;
	}
	.modal-content .modal_look .modal_look_credit {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 32%;
	}
	.modal-content .modal_look {
		padding-left: 15px;
	}
}
@media screen and (max-width: 999px) {
	.mgb p ,
	.mgb a:not(:last-child) {
		margin-bottom: 20px;
	}
	.modal-content .modal_look {
		padding-top: 30px;
	}
	.modal-content .modal_looklist {
		padding-bottom: 50px;
	}
	.modal-content .modal_look .modal_look_img {
		margin-bottom: 20px;
		width: 100%;
		flex-wrap: wrap;
	}
	.modal-content .modal_look .serial_number {
		margin-bottom: 20px;
		font-size: 12px;
	}
	.modal-content .modal_look .modal_look_credit {
		margin-left: 15px;
		font-size: 12px;
	}
}
/* LOOK詳細 end */

/* FadeIn start */
.fade {
	opacity: 0;
}
.fadeIn {
	animation-name: fadeIn;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/* FadeIn end */

/* Modal start */
.modal-container {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	background: #fff;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s ease-out;
	z-index: 1000;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.modal-container::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
}
.modal-container.active {
	opacity: 1;
	visibility: visible;
}
.modal-body {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 1200px;
	margin: 0 0 0 220px;
}
.modal-close {
	width: 31px;
	height: 31px;
	font-size: 31px;
	font-weight: 100;
	line-height: 1;
	position: fixed;
	top: 45px;
	right: 45px;
	color: #000;
	cursor: pointer;
	z-index: 1001;
	background-color:  rgba(255,255,255,0);
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.modal-close:hover {
	color: #444444;
	background-color:  rgba(255,255,255,0);
}
.modal-content {
	background: #fff;
	text-align: left;
}
@media screen and (max-width: 999px) {
	.modal-body {
		margin: 0 auto;
	}
	.modal-close {
		width: 30px;
		height: 30px;
		font-size: 30px;
		top: 22px;
		right: 15px;
	}
}
/* Modal end */

/* Slider start */
.swiper {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.swiper-slide {
	width: 100%  !important;
}
.mainswiper .swiper-button-next{
	background-image: url(/photo/page/icon/allow_icon.png) !important;
	background-size: 35% !important;
	margin-right: -7px;
}
.mainswiper .swiper-button-prev {
	background-image: url(/photo/page/icon/allow_icon.png) !important;
	transform: scale(-1, 1);
	background-size: 35% !important;
	margin-left: -7px;
}
.subswiper .swiper-button-next{
	background-image: url(/photo/page/icon/allow_icon.png) !important;
	background-size: 35% !important;
	margin-right: -7px;
}
.subswiper .swiper-button-prev {
	background-image: url(/photo/page/icon/allow_icon.png) !important;
	transform: scale(-1, 1);
	background-size: 35% !important;
	margin-left: -7px;
}
.mainswiper .swiper-button-next::after,
.mainswiper .swiper-button-prev::after,
.subswiper .swiper-button-next::after,
.subswiper .swiper-button-prev::after {
	color:transparent;
}
@media screen and (max-width: 999px) {
.mainswiper .swiper-button-next{
	background-size: 25% !important;
	margin-right: -14px;
}
.mainswiper .swiper-button-prev {
	background-size: 25% !important;
	margin-left: -14px;
}
.subswiper .swiper-button-next{
	background-size: 37% !important;
}
.subswiper .swiper-button-prev {
	background-size: 37% !important;
}
}
/* Slider end */