@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;
}


.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;
}
.barlow-thin {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: normal;
}

