<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Bangers&amp;display=swap');
/*--------------------------------
   設定setting
---------------------------------*/

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	/* -&gt; 10px */
	scroll-behavior: smooth;

	-webkit-overflow-scrolling: touch;
}

html,
body {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	color: #000;
	background: #ffab2c;
	line-height: 1.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	overflow-wrap: break-word;
	letter-spacing: 1px;
	overflow-x: hidden
}

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

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

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

code,
kbd,
pre,
samp {
	font-family: monospace, sans-serif;
	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;
}

address {
	font-style: normal;
}

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

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

.cf:after {
	clear: both;
}

/* For IE 6/7 only */
.cf {
	*zoom: 1;
}
.en {
  font-family: "Bangers", system-ui;
  font-weight: 400;
  font-style: normal;
}


.l-row {
	display: flex;
	flex-wrap: wrap;
}

#splash {
	/*fixedで全面に固定*/
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: #ffab2c;
	text-align: center;
	color: #000;
}

/* Loadingバー中央配置　*/
#splash_text {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 999;
	width: 100%;
	transform: translate(-50%, -50%);
	color: #fff;
}

.progressbar-text {
	font-weight: 700
}

#container {
	position: relative;
}



/*-----------------------
/*mv
---------------------------------*/
.bg-ye{
	background-image: url("../img/lm_felix/img1.png"), url("../img/lm_felix/img3.jpg");
	background-repeat: no-repeat,no-repeat;
	background-size: 100%,100%;
	background-position: center top, center bottom;
	margin-top: -160px;
	padding-bottom: 0;
}
@media screen and (max-width:959px) {
	.bg-ye{
		background-size: 220%,220%;
	}
}
@media screen and (max-width:480px) {
	.bg-ye{
		    background-position: right -60px top 90px, right -60px bottom;
		background-size: 220%,260%;
	}
}
.mv{position: relative;padding: 280px 0 0;margin-bottom: -150px}
@media screen and (max-width:959px) {
	.mv{
	margin-bottom: -110px;
		padding-top: 350px
}
}
.pagettl{
       position: absolute;
top: -210px;
    left: -340px;
    z-index: 4;
    width: min(720px, 100%);
}
@media screen and (max-width:1200px) {
	.pagettl {
          top: -190px;
        left: -250px;
        width: min(620px, 70%);
}
}
@media screen and (max-width:959px) {
	.pagettl {
    position: absolute;
    top: -230px;
    left: -50px;
    z-index: 4;
    width: min(480px, 110%);
}
}
@media screen and (max-width:480px) {
	.pagettl {
          top: -130px;
        left: -70px;
        z-index: 4;
        width: min(350px, 120%);
}
}
.parts1{
position: absolute;
    right: -270px;
    bottom: 20px;
    width: 354px;
    z-index: 4;
}
@media screen and (max-width:959px) {
	.parts1 {
           right: -6%;
        bottom: 20px;
        width: 37%;
}
}
main {
	overflow: hidden;
}
.readarea{
	background: url(../img/lm_felix/img2.svg)no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
	margin: -230px auto 0;
	    width: min(1620px, 100%);
    padding: 280px 0 310px;
	font-size: 18px;
	line-height: 1.8;
}
@media screen and (max-width:959px) {
	.readarea{
		    padding:130px 5% 150px;
        font-size: 10px;
        z-index: 3;
        line-height: 1.5;
		margin-top: 40px
	}
}
.readarea p{
	margin-bottom: 1em;
	font-weight: 700
}

.sliderwrap {
	width: min(1100px, 73%);
    margin: 0 auto 0;
    position: relative;
}

.sliderwrap .swiper {}

.brandmark {
	width: 230px;
	position: absolute;
	top: 50%;
	right: -230px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	text-align: center;
}

.brandmark .img {
	width: 120px;
	margin: 0 auto 40px;
}

.swiper-pagination-fraction {
	position: inherit;
	font-size: 34px;
	font-style: italic;
	font-weight: normal;
	font-family: sans-serif
}

.swiper-button-next,
.swiper-button-prev {
	background-image: none;
	top: auto;
	bottom: 7px
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
	bottom: 0;
	content: "";
	height: 0;
	margin: auto;
	position: absolute;
	top: 0;
	width: 0;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	width: 1em;
	height: 1em;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateX(25%) rotate(-135deg);
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	width: 1em;
	height: 1em;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateX(-25%) rotate(45deg);
}

/* 画像サイズ調整 */
.swiper-slide img {
	height: auto;
	width: 100%;
}
@media screen and (max-width:480px) {
.mv .swiper-slide img{
	    aspect-ratio: 1 / 1;
    object-fit: cover;
}
}
.fadein {
	-webkit-transform: translate(0, 2.4rem);
	opacity: 0;
	transform: translate(0, 2.4rem);
	transition: all 0.8s ease 0s;
}

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

.swiper2 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.swiper2 .swiper-wrapper {
  display: flex;
  width: max-content;
  animation: loopSlide 60s linear infinite;
}

.swiper2.reverse .swiper-wrapper {
  animation-direction: reverse;
}

.swiper2 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  width: 300px !important;
  flex-shrink: 0;
}

@media (max-width: 959px) {
  .swiper2 .swiper-slide {
    margin-right: 4px;
    width: 160px !important;
  }
}

.swiper2 .swiper-slide img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

/* 無限ループアニメーション（30秒で調整可能） */
@keyframes loopSlide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* 逆方向のスライダー */
.swiper2.reverse .swiper-wrapper {
  animation-direction: reverse;
}


.lookbook {
	margin: -200px auto 0;
	z-index: 4
}
@media screen and (max-width:959px) {
	.lookbook {
	margin: 0 auto 0;
	z-index: 4
}
}
.swiper2.reverse{
	margin-top: 10px
}
.boxtype {
	width: min(1650px, 96%);
	background: url(../img/lm_felix/bg.png);
	padding: 8% 3% 3%;
	margin: 0 auto 6%;
	background-size: 4px;
	align-items: center;
}
@media screen and (max-width:1100px) {
	.boxtype {
		align-items: flex-start;
	}
}


.boxtype .img {
	width: 55%;
}

.boxtype .txtarea {
	width: 45%;
	font-size: clamp(14px, 13.296px + 0.188vw, 16px);
}



section {
	position: relative;

}

.item {
	padding: 200px 6%;
	margin: -190px auto 0;
	background: #1c1c1c;
	color: #fff;
	    background-image: url(../img/lm_felix/img6.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
}

.ttl1{
    font-style: italic;
    font-size: 90px;
    color: #000;
	background: url(../img/lm_felix/img2.svg)no-repeat;
    background-size: 100%;
    background-position: center;
    text-align: center;
    margin: -50px auto -70px;
    width: min(620px, 100%);
    padding: 70px 0;
    line-height: 1.8;
    font-weight: 700;
    letter-spacing: 4px;
}
@media screen and (max-width:959px) {
	.ttl1{
		font-size: 37px;
		    margin-bottom: -30px;
		margin-top: -100px;
	}
}
.itemsbtn {
	margin: 100px auto 50px;
	justify-content: center;
}

@media screen and (max-width:959px) {
	.itemsbtn {
		margin: 30px auto;
	}
}

.itemsbtn a {
	margin: 0 1.6em 0 0;
	padding-bottom: .4em;
	line-height: 1;
	font-weight: bold;
	font-size: 28px;
	opacity: .6
}

@media screen and (max-width:959px) {
	.itemsbtn a {
		font-size: 16px;
		margin-right: 1.3em
	}

	.itemsbtn a:last-child {
		margin-right: 0;
	}
}

.itemsbtn a.active {

	border-bottom: 2px solid #fff;
	opacity: 1;
}

.itemslist {
	column-gap: 20px;
	    width: min(1200px, 100%);
	margin: 0 auto;
}

.itemsbox {
	width: calc(100% / 4 - 15px);
	margin-bottom: 20px
}

@media screen and (max-width:959px) {
	.itemslist {
		column-gap: 10px;
	}

	.itemsbox {
		width: calc(100% / 2 - 5px);
	}
}

.itemsbox .img {
	margin-bottom: 16px;
	display: block;
}

.itemsbox .txt {
	font-weight: bold;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	    font-size: 14px;
    line-height: 1.4;
}

.itemsbox .txt span {
	display: block;
	font-style: italic
	
}
@media screen and (max-width:959px) {
	.itemsbox .txt{
		font-size: 10px
	}
}
footer {
	text-align: center;
	font-size: 12px;
	margin: 20px auto
}

@media (max-width: 959px) {
	body {
		font-size: 1.4rem
	}

	.sliderwrap {
		width: 100%
	}



	.boxtype .img,
	.boxtype .txtarea {
		width: 100%;
		font-weight: 700
	}

	.boxtype .img {
		width: 80%;
		margin: 0 auto 30px;
	}


	.item {
		padding: 150px 3% 80px;
		margin-top: -110px;
		background-size: 180%
	}


}
.linkbtn{
	width: min(450px,80%);
	margin: 5em auto;
	display: flex;
}
.linkbtn a{
	width: 100%;
	background: #ffe10a;
	font-weight: 700;
	text-align: center;
	padding: 1em 3em;
	color: #000;
	font-size: 42px;
	transition: .3s all;
	position: relative;
	line-height: 1
}
@media (max-width: 959px) {
	.linkbtn{
		margin: 20px auto
	}
	.linkbtn a{
		font-size: 24px
	}
}
.linkbtn a:hover{
	background: #fff
}
.linkbtn a::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translate(0, -50%) rotate(45deg);
}
.about{
	width: min(1010px,90%);
	background: #fff8e9;
	padding: 50px 5%;
	display: flex;
	align-items: center;
	column-gap: 8%;
	margin: 0 auto;
	    flex-wrap: wrap;
}
.about .img{
	width: 30%
}
.about .txtarea{
	width: 62%;
	color: #000;
	font-size: 16px;
	line-height: 1.7
}
.about .txtarea .ttl{
	width: 174px;
	margin: 0 auto 20px;
	    display: block;
}
.about .btnstyle{
	display: flex;
	justify-content: flex-end;
	margin: 10px 0 0
}
.about .btnstyle a{
background: #000;
	color: #fff;
	padding: 5px 1.5em; 5px 1em;
	line-height: 1;
	display: block;
	position: relative
}
.about .btnstyle a::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translate(0, -50%) rotate(45deg);
}
@media (max-width: 959px) {
	.about{
		display: block;
		padding: 20px 5%;
	}
	.about .img{
		margin: 0 auto 5px;
		width: min(170px,37%);
	}
	.about .txtarea{
		width: 100%;
		font-size: 13px
	}
	.about .txtarea .ttl{
width: 124px}
}
footer{
margin: 0 auto
}</pre></body></html>