@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@400;700&display=swap');

#lm2023awlookbook{
	font-family: YakuHanJP,'Barlow Semi Condensed', "Noto Sans JP","Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}
article,
aside,
footer,
header,
nav,
section,
main {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	line-height: 1.2;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
/*	color: inherit;*/
	outline: none;
	text-decoration: none;
	display: inline-block;
}

a:hover img {
	opacity: 1;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: top;
}

video {
	max-width: 100%;
	height: auto;
}

code,
kbd,
pre,
samp {
	
	font-size: inherit;
}

ul,
ol {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

th,
td {
	text-align: left;
	vertical-align: top;
}


blockquote,
q {
	quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
	content: "";
	content: none;
}

button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

address {
	font-style: normal;
}

input,
textarea,
select {
	max-width: 100%;
}

.sp {
	display: none;
}

@media screen and (max-width: 959px) {
	.sp {
		display: block;
	}

	.pc {
		display: none;
	}
}

/*-----------------------
/*clearfix
---------------------------------*/
/* For modern browsers */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

/* For IE 6/7 only */
.cf {
	*zoom: 1;
}

#lm2023awlookbook {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0 !important;
	overflow: hidden;
	color: #000
}

@media screen and (max-width: 959px) {
	#lm2023awlookbook {
		font-size: 14px
	}
}
.l-row {
	display: flex;
	flex-wrap: wrap;
}
.l-row--between {
	justify-content: space-between;
}
.l-row--middle {
	align-items: center;
}
.l-row--center{
	justify-content: center;
}
.u-mb-1 {
	margin-bottom: 1em;
}

.u-mb-2 {
	margin-bottom: 2em;
}

.u-mb-3 {
	margin-bottom: 3em;
}

.u-mb-4 {
	margin-bottom: 4em;
}

.u-bold {
	font-weight: 700;
}

.u-text-right {
	text-align: right;
}

.u-img-width {
	width: 100%;
	height: auto;
}

.u-relative {
	position: relative;
}

.u-fadein {
	opacity: 0;
	transition: all .6s ease 0s;

}

.u-fadein.is-in {
	opacity: 1
}

.fadeinup {
	-webkit-transform: translate(0, 3.8rem);
	transform: translate(0, 3.8rem);
	transition: all .8s ease 0s;
	transition-delay: .3s;
	opacity: 0
}

.fadeinup.is-in {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1
}

.u-delay1 {
	opacity: 0;
	transition: all 0.8s ease 0s;
	transition-delay: .3s;
}

.u-delay2 {
	opacity: 0;
	transition: all 0.8s ease 0s;
	transition-delay: .7s;
}

.u-delay3 {
	opacity: 0;
	transition: all 0.8s ease 0s;
	transition-delay: 1.1s;
}

.u-delay1.is-in,
.u-delay2.is-in,
.u-delay3.is-in {
	opacity: 1;
}

.u-fadein-left {
	-webkit-transform: translate(-5.8rem, 0);
	opacity: 0;
	transform: translate(-5.8rem, 0);
	transition: all 0.2s ease 0s;
	transition-delay: .3s;
}

.u-fadein-left.is-in {
	-webkit-transform: translate(0, 0);
	opacity: 1;
	transform: translate(0, 0);
}

.u-bird {
	-webkit-transform: translate(-10.8rem, 0);
	transform: translate(-10.8rem, 0);
	opacity: 0;
	transition: all 1s ease 0s;
	transition-delay: 1.8s;
}

.u-bird.is-in {
	-webkit-transform: translate(0, -8.8rem);
	opacity: 1;
	transform: translate(0, -8.8rem);

}

.c-full {
	position: relative;
	width: 100%;
	min-height: 100vh;
}

.c-title-1,
.c-text {
	color: #FF2971;
}

.c-title-1 {
	font-size: 32px;
	line-height: 1.45;
}

.c-title-2 {
	width: 6.25vw;
	max-width: 64px;
	min-width: 25px;
}

.c-text {
	line-height: 2.15;
}

.center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

/*-----------------------
/*共通
---------------------------------*/
.note{
	font-size: 13px;
	margin: 1em auto 0
}
@media screen and (max-width: 959px){
	.note{
	font-size: 11px;
}
}
section{
	position: relative;
}
@media screen and (max-width: 959px){
	.sec2{
		margin-bottom: 80px
	}
}
.js-modal-open{
	background: rgba(255, 255, 255, .9);
	border-radius: 1em;
	width: 65px;
	height: 65px;
	position: absolute;
	right: 20px;
	bottom: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow:0 0 7px 0px rgba(0, 0, 0, .1)
}
@media screen and (max-width: 959px){
	.js-modal-open{
		width: 40px;
	height: 40px;
	}
	.js-modal-open img{
		width: 25px;
	}
	.sec2 .js-modal-open{
		bottom: 0;
	}
}
.closebtn {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 65px;
    height: 65px;
    border: 1px solid #fff;
    border-radius: 3px;
}
.closebtn::before, .closebtn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 30px;
    background: #eee;
}
.closebtn::before {
    transform: translate(-50%,-50%) rotate(45deg);
}
.closebtn::after {
    transform: translate(-50%,-50%) rotate(-45deg);
}
.closebtn:hover:before {
    transform: translate(-50%,-50%) rotate(90deg);
    transition: all 0.2s ease-out;
}
.closebtn:hover:after {
    transform: translate(-50%,-50%) rotate(90deg);
    transition: all 0.2s ease-out;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 99
}
.modal__bg{
     background: #0E2546;
    height: 100vh;
    position: absolute;
    width: 100%;
	z-index: 0
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 70%;
	height: 80vh;
	overflow-y: auto;
	z-index: 2
}
@media screen and (max-width: 959px) {
	.modal__content{
		    width: 90%;
    height: 70vh;
	}
}
.c-modal__content_inner{
	justify-content: center;
	align-items: center;
	margin-bottom: 20px
}
@media screen and (max-width: 959px) {
	.c-modal__content_inner{
	margin-bottom: 40px
}
}
.c-modal__content_inner .itemImg{
	    width: calc(100% - 390px);
    margin-right: 5%;
    max-width: 30%;
}
@media screen and (max-width: 959px) {
	.c-modal__content_inner .itemImg {
    width: 70%;
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 20px;
}
}

.c-modal__content--cover {
    -webkit-transform: none;
    background: rgba(239,163,54,.78);
    height: 100%;
    left: 0;
    top: 0;
    transform: none;
    width: 100%
}
.col3bloc{
	margin: 80px auto;
}
@media screen and (max-width: 959px) {
	.col3bloc{
	margin: 2% auto;
}
}
.col3bloc._reverse{
	flex-direction: row-reverse;
}
.itemImg._col3{
	width: 30%;
}
@media screen and (max-width: 959px) {
	.itemImg._col3{
	width: 49%;
}
}
.itemImg._01{
	margin-right: 3%
}
@media screen and (max-width: 959px) {
	.itemImg._01{
	margin-right: 2%
}
}
.col3bloc._reverse .itemImg._01{
	margin-right: 0
}
.itemImg._02{
	margin-right: 3%
}
@media screen and (max-width: 959px) {
	.itemImg._02{
	margin-right: 0
}
	.col3bloc._reverse .itemImg._02{
		margin-right: 2%;
		margin-left: 0;
	}
}

.col3bloc .ttlarea{
	width: 38%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -8%;
	position: relative;
	z-index: 2
}
@media screen and (max-width: 959px) {
	.col3bloc .ttlarea{
		width: 100%;
		    margin-top: -30px;
		margin-left: 0;
	}
}

.col3bloc._reverse .ttlarea{
	    margin-left: 0;
    margin-right: -6%;
}
@media screen and (max-width: 959px) {
	.col3bloc._reverse .ttlarea{
    margin-right: 0;
}
}
.col3bloc .ttlarea .ttl{
	font-size: 8vw;
	font-weight: 700;
	text-shadow: 4px 4px 0px #fff;
	line-height: 1
}
@media screen and (max-width: 959px) {
	.col3bloc .ttlarea .ttl{
	font-size: 60px;
	text-shadow: 4px 4px 0px #fff;
}
}

 
.tab-wrap ul {
  display: flex;
}
 
.tab-btn {
  padding: 4px 8px;
  text-align: center;
  cursor: pointer;
color: #afafaf;
	position: relative;
	font-size: 20px;
	margin-bottom: 10px
}
@media screen and (max-width: 959px) {
	.tab-btn {
		font-size: 14px
	}
}
.tab-btn:before{
	content: '/';
    position: absolute;
    right: -2px;
    top: 4px;

}
.tab-btn:last-child:before{
	display: none
}
.tab-btn.show {
  border-bottom: 2px solid #333;
  color: #000;
}
 
.tab-contents {
  display: none;
}
@media screen and (max-width: 959px){
	.tab-contents {
 margin-bottom: 20px
}
}
 
.tab-contents.show {
  display: block;
}
._section{
	margin-bottom: 5em
}
/*mv*/
.mv{
	background: url(../lm25ss/mv.jpg)no-repeat top center;
	background-size: cover;
	height: 100vh;
	width: 100%;
	position: relative
}
@media screen and (max-width: 959px){
.logo {
    width: 133px;
}
	.mv{
	background: url(../lm25ss/mv_sp.jpg)no-repeat top center;
	background-size: cover;
		    height: 53vh;
}
}
.mv .header{
	padding: 10px 2%;
	position: relative;
	height: 100%
}
.linkarea a{
	padding: 0 4px
}
@media screen and (max-width: 959px){
	.linkarea{
		        flex-direction: row;
        position: absolute;
        bottom: 0;
        right: 0px;
        height: 135px;
        width: 45px;
	}
	.linkarea a{
	width: 45px;
		padding: 4px
}
}
.mv .mainttl{
	width: 100%;
	    text-align: center;
	line-height: 1;
	font-weight: 700;
	font-size: 12vw;
	color: #fff;
	position: absolute;
	bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
@media screen and (max-width: 959px){
	.mv .mainttl{
		font-size: 80px;
    bottom: 0;
    text-align: left;
	}
}

.pagettl{
	color: #fff;
	font-size: 16px;
	height: 78px;
	text-align: center;
	background: #fba505;
	 background-image: linear-gradient(150deg, rgb(251 131 5) 10%, rgb(242 64 0) 40%, rgb(238 39 237) 68%, rgba(2, 25, 76, 1) 90%);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700
}
@media screen and (max-width: 959px){
	.pagettl{
		font-size: 12px;
		height: 48px;
	}
}

/*readwrap*/
.readwrap{
	background: url(../lm25ss/lm.jpg);
	
	position: relative;
	text-align: center;
	padding: 160px 5%;
}
@media screen and (max-width: 959px){
	.readwrap{
		padding: 70px 2%;
	}
}
.readwrap h2{
	margin-bottom: .6em;
	font-size: 5vw;
}
@media screen and (max-width: 959px){
	.readwrap h2{
		font-size: 28px;
	}
}
.readwrap p{
	line-height: 2.4;
	font-weight: 600;
	letter-spacing: 1px
}
@media screen and (max-width: 959px){
	.readwrap p{
		font-size: 12px
	}
}



.itemWrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
	margin-bottom: 6em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 959px){
	.itemWrap {
		display: block;
		margin-bottom: 1em
	}
}
.itemImg {
    position: relative;
    width: 52%;
	overflow: hidden;
}
@media screen and (max-width: 959px){
	.itemImg {
		width: 100%;
	}
}
.itemImg._center{
	margin: -30vw auto 0;
}
.itemImg._center._notop{
	margin: 0 auto 80px;
}
@media screen and (max-width: 1280px){
.itemImg._center{
	margin: -60vh auto 0;
}
	.sec10 .itemImg._center._notop{
		margin: 0 auto 8px
	}
}
@media screen and (max-width: 959px){
	.itemImg._center{
	margin: 0 auto;
}
}
.itemImg._full{
	width: 100%;
}
.itemImg.amin img{
	transform: scale(1.2);
	transition: all 1s ease 0s;
}
.itemImg.is-in img{
	transform: scale(1);
}
.itemWrap._reverse .itemImg{
	order: 2;
	padding-right: 130px
}
@media screen and (max-width: 959px){
	.itemWrap._reverse .itemImg{
	padding-right: 0
}
}
.sec7 .itemWrap._reverse .itemImg{
	padding-right: 0;
}
.itemWrap._reverse .itemInfo{
	order: 1
}
@media screen and (max-width: 959px){
	.itemWrap._reverse .itemInfo{
	align-items: flex-start;
}
}
.itemWrap._reverse  .itemCredit{
	margin: 0 0 0 auto;
}
.itemInfo{
	    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 70px 0 90px;
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    z-index: 1;
	position: relative;
}
@media screen and (max-width: 959px){
	.itemInfo{
		width: 100%;
		padding: 5%;
		align-items: center;
	}
}

.itemInfo._center{
	margin: 0 auto 10em;
	justify-content: center;
	width: 90%;
    align-items: center;
}
@media screen and (max-width: 959px){
	.itemInfo._center{
		margin-bottom: 10px;
		width: 100%;
	}
}
.itemTtl{
    font-weight: 700;
    font-size: 64px;
    font-size: 6.4rem;
    letter-spacing: 0.04em;
    line-height: 1.3;
	margin-bottom: 2em
}
@media screen and (max-width: 959px){
	.itemTtl{
		font-size: 3.4rem;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 1em
	}
}

._center .itemTtl{
	margin-bottom: 1em
}
.itemCredit{
	width: 100%;
	max-width: 390px;
}
._center .itemCredit{
	width: auto;
	margin: 0 2em
}
@media screen and (max-width: 959px){
	._center .itemCredit{
	margin: 0 auto 20px;
		width: 100%;
}

}
.itemCredit .ttl{
	font-weight: 700;
	margin-bottom: .8em
}
@media screen and (max-width: 959px){
	.itemCredit .ttl{
		font-size: 12px;
		margin-bottom: .5em
	}
}
.itemCreditList a{
	padding: .8em 0;
	border-bottom: 1px dotted #333;
	justify-content: space-between;
	font-size: 14px
}
@media screen and (max-width: 959px){
	.itemCreditList a{
	font-size: 10px;
		padding: 1em 0;
		line-height: 1.4
}
}
.ico-buy{
	width: 4em;
	text-align: right;
}
.itemName{
	width: calc(100% - 4em)
}
.itemFull{
	background-repeat: no-repeat;
	background-size: cover;
	height: 38vw;
}
@media screen and (max-width: 1280px){
	.itemFull{
		height: 70vh;
	}
}
@media screen and (max-width: 959px){
	.itemFull{
		height: 20vh;
	}
}

/*スライダー*/
.l-inner{
	max-width: 1230px;
	margin: 0 auto
}
.itemlistwrap{
	margin-bottom: 4em;
	position: relative;
}
@media screen and (max-width: 959px){
	.l-inner{
	margin: 0 3%!important
}
}
@media screen and (max-width: 959px){
	.itemlistwrap{
	width: 100%;
		margin: 0 auto 0em;
}
	section.sec9.imgshingle._section.type1 .itemlistwrap{
		margin-bottom: 30px
	}
}
.itemlist{
	margin-bottom: 60px
}
@media screen and (max-width: 959px){
	.itemlist{
	margin-bottom: 30px
}
}
.itemlist li{
	text-align: center;
}
@media screen and (max-width: 959px){
	.itemlist li a{
	font-size: 12px;
}
}
@media screen and (max-width: 959px){
	.itemlist__img{
margin-bottom: 10px;
		display: block;

}
}
.itemlist__img{
	margin-bottom: 16px;
	display: block;
}
.itemlist__name{
	display: block;
line-height: 1;
}
.itemlistwrap .swiper-slide {
    width: 310px;
    position: relative;
}
@media screen and (max-width: 959px){
	.itemlistwrap .swiper-slide {
    width: 42%;
}
}
 .itemlistwrap.swiper-horizontal >.swiper-scrollbar {
    border-radius: 0;
    height: 2px;
    max-width: 1230px;
	 bottom: -16px;
	position: inherit;
		transform: none;
    -webkit-transform: none;
    -ms-transform: none;
}
@media screen and (max-width: 959px){
	.itemlistwrap.swiper-horizontal >.swiper-scrollbar {
		position: inherit;
		transform: none;
    -webkit-transform: none;
    -ms-transform: none;
		bottom: auto;
	}
}
.itemlistwrap .swiper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding-bottom: 70px;
    overflow: visible !important;
    width: calc(100% - 490px);
	    -ms-touch-action: pan-y;
    touch-action: pan-y;
}


.itemImg._full{
	width: 100%;
	margin-bottom: 100px;
}
@media screen and (max-width: 959px){
	.itemImg._full{
	margin-bottom: 2%;
}
}

.bg-gry{
	background: #efefef;
	padding-bottom: 1px
}

.allbtn{
	text-align: center;
}
.allbtn a{
	padding: 1em 2em;
	width: 260px;
	border: 1px solid #000;
	position: relative;
}
.allbtn a:after{
	content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.allbtn a:hover{
	background: #000;
	color: #fff;
}
.allbtn a:hover:after{
	 border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.itemlistwrap .swiper-button-prev, .itemlistwrap .swiper-button-next{
	display: none;
	color: #333;
}
@media screen and (max-width: 959px){
	.itemlistwrap .swiper-button-prev, .itemlistwrap .swiper-button-next{
	display: block;
		text-align: center;
	z-index: 90
}
	.itemlistwrap .swiper-button-prev:after,.itemlistwrap .swiper-button-next:after{
		font-size: 18px
	}
	.itemlistwrap .swiper-button-next{
		right: 0;
	}
	.itemlistwrap .swiper-button-prev{
		left: 0;
	}
	.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled{
		opacity: 0.2
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev,.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
		background-image: none
	}
}

.col2wrap{
	padding: 0 3%;
	column-gap: 70px;
	margin-bottom: 80px;
	justify-content: center
}
@media screen and (max-width: 959px){
	.col2wrap{
	padding: 0;
	column-gap: 0;
}
	.sec10 .col2wrap{
margin-bottom: 40px
	}
	
}
.col2wrap > div{
	width: calc(50% - 70px);
}
@media screen and (max-width: 959px){
	.col2wrap > div{
		margin-bottom: 2%;
		width: 50%
}
	.sec10 .col2wrap > div{
		width: 100%
	}
}
.col2wrap > div img{
    width: 100%;
    height: auto;
}
@media screen and (max-width: 959px){
	.col2wrap > div img{
    height: auto;
}
}
.type1 .readarea{
	text-align: center;
	position: relative;
	z-index: 2
}
.sec9.imgshingle .readarea{
		margin-top: 60px
	}
@media screen and (max-width: 959px){
	.sec11.type1 .readarea{
margin-top: 40px
	}
	.sec9.imgshingle .readarea{
		margin-top: 30px
	}
}
.type1 .ttl{
	font-size: 8vw;
    font-weight: 700;
    text-shadow: 4px 4px 0px #fff;
    line-height: 1;
	margin-bottom: 30px;
}
@media screen and (max-width: 959px){
.type1 .ttl,.col3bloc .ttlarea .ttl{
	font-size: 60px;
	text-align: center;
}
	section.sec10._section.type1 .ttl{
		font-size: 48px
	}
	.sec10 .allbtn{
		margin-top: 40px
	}
}
.type1 p{
	margin-bottom: 4em;
	padding: 0 5%;
}
@media screen and (max-width: 959px){
	.type1 p{
	font-size: 12px;
    padding: 0 5%;
}
}
.sec1 .col3bloc{
	justify-content: center;
	column-gap: 40px
}
.sec1 .itemImg._02,.sec1 .itemImg._01{
	margin-right: 0;
	width: 40%
}
@media screen and (max-width: 959px){
	.sec1 .col3bloc{
	margin: 0;
	column-gap: 6px
}
.sec1 .itemImg._02,.sec1 .itemImg._01{
	margin-right: 0;
	width: calc(100% / 2 - 3px)
}
}
.sec12{
	margin-bottom: 80px
}
.swiper-slide {
    will-change: transform;
}

.fullwidecol4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin-bottom: 100px
}
.fullwidecol4 > * {
    width: calc(100% / 4);
}