html {
    font-size: 62.5%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    min-width: 100%;
    height: 100%;
    color: #000000;
    font-size: 1.2em;
    line-height: 1.4;
    letter-spacing: .05em;
    background: #edeff1;
    font-family: "Noto Sans Japanese","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","YuGothic","游ゴシック体","メイリオ","Meiryo",sans-serif;
    -webkit-text-size-adjust: none;
}
*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
ul {
    list-style-type: none;
}
img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
}
table {
    border-collapse:collapse;
    border-spacing: 0;
}
a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
    outline: none;
    letter-spacing: .05em;
    color: #0000FF;
    text-decoration: none!important;
}



.fs-preview-header { display: none; }


.ilil-header {
    margin: 0;
    padding: 0;
    height: 150px;
}
@media (max-width: 600px) {
    .ilil-header {
        margin: 0;
        padding: 0;
        height: 200px;
    }
}



.ililil-home-upper {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
}






.ililil-home-upper-contents {
    margin: 0;
    padding: 50px 0 0 0;
    width: 100%;
    background:url('https://ililil.itembox.design/item/il25-z01.jpg?t=20250523185630') no-repeat top center;
}
@media (max-width: 600px) {
    .ililil-home-upper-contents {
        padding: 25px 0 0 0;
    }
}

.ililil-home-contents {
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    background: #FFFFFF;
}





#bg-video_sp {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 600px) {
    #bg-video_sp {
        display: none !important;
    }
}




p.global {
    font-size: 0.5rem;
}










.ililil-gnav-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 15px 0 0 0;
    max-width: 1200px;
}
@media screen and ( max-width: 1025px) {
    .ililil-gnav-wrap {
        padding: 15px 10px 0 10px;
    }
}


/* ------------------------------- */
/* ------------------------------- */
/* ------------------------------- */
/* ------------------------------- */
.ililil-menu {
    display: block;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    height: 25px;
}
.ililil-menu ul {
    display: flex;
    margin: 0;
    padding: 0;
}
.ililil-menu ul li {
    margin: 0;
    padding: 0 10px;
    width: auto;
    transition: all .3s ease-in-out;
}
@media screen and (max-width: 600px) {
    .ililil-menu ul li {
        padding: 0 5px;
        width: auto;
        font-size: .9em;
    }
}
.ililil-menu ul li:hover {
    color: #d4d4d4;
}
.ililil-menu ul li p ,
.ililil-menu ul li a {
    position: relative;
    margin: 0;
    padding: 0;
    color: #e0e0e0;
}
.ililil-menu ul > li:hover p ,
.ililil-menu ul > li:hover a {
    color: #d4d4d4;
}
.ililil-menu ul > li:hover .item {
    padding: 10px 0 10px 0;
    max-height: 9999px;
    color: #000000;
    opacity: 1;
}
.ililil-menu ul > li:hover .arrow:before {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-bottom: 5px solid #FFFFFF;
    transition: all 1s ease-in;
}
.ililil-menu ul li .item {
    position: absolute;
    top: 20px;
    left: 0;
    margin: 0;
    padding: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .3s ease-in;
    z-index: 999;
}
.ililil-menu ul li .item.right {
    left: auto;
    right: 0;
}
.ililil-menu ul li .item .desc {
    position: relative;
    margin: 0;
    padding: 15px;
    background: #FFFFFF;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
}
.ililil-menu ul li .item .desc.acoutnt ,
.ililil-menu ul li .item .desc.top {
    margin: 0;
    padding: 15px;
}
.ililil-menu ul li .item .desc.acoutnt a ,
.ililil-menu ul li .item .desc.top a {
    display: block;
    margin: 0 0 10px 0!important;
    padding: 0 15px 0 0!important;
    color: #000000!important;
    white-space: nowrap!important;
}
.ililil-menu ul li .item .desc.acoutnt a:last-child ,
.ililil-menu ul li .item .desc.top a:last-child {
    margin: 0 0 0 0!important;
}
.ililil-menu ul li .item .desc.acoutnt a img ,
.ililil-menu ul li .item .desc.top a img {
    margin: 0 5px 0 0;
}

.ililil-menu ul li .item .desc.slide {
    max-width: 750px;
}
@media screen and (max-width: 600px) {
    .ililil-menu ul li .item .desc.slide {
        max-width: 80vw;
    }
}
.ililil-menu ul li .item .desc.slide .news-slide {
    width: 100%!important;
}
.ililil-menu ul li .item .desc .news-slide .news-slide-item {
    margin: 0;
    padding: 0 5px;
    text-align: center;
}
.ililil-menu ul li .item .desc .news-slide .news-slide-item .title {
    margin: 5px 0 0 0;
    color: #000000;
}

.ililil-menu ul li .item .about {
    width: 750px;
}
@media screen and (max-width: 600px) {
    .ililil-menu ul li .item .about {
        width: 80vw;
    }
}
.ililil-menu ul li .item .about ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.ililil-menu ul li .item .about ul li {
    margin: 0;
    padding: 0 10px;
    width: 25%;
}
.ililil-menu ul li .item .about ul li:first-child {
    width: 50%;
}
@media screen and (max-width: 600px) {
    .ililil-menu ul li .item .about ul li {
        margin: 0 0 20px 0;
        width: 100%;
    }
    .ililil-menu ul li .item .about ul li:first-child {
        width: 100%;
    }
    .ililil-menu ul li .item .about ul li:last-child {
        margin: 0 0 0 0;
    }
}
.ililil-menu ul li .item .about ul li:first-child p {
    margin: 10px 0 0 0;
}
.ililil-menu ul li .item .about ul li p {
    margin: 0 0 10px 0;
    color: #000000;
}
.ililil-menu ul li .item .about ul li .title {
    padding: 0 0 5px 0;
    border-bottom: solid 1px #808080;
}
.ililil-menu ul li .item .about ul li p a {
    color: #000000;
}
.ililil-menu ul li .item .about ul li p a img {
    padding: 0 10px;
    border: solid 1px #808080;
}


.logo-search {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    width: 100%;
    border-bottom: solid 1px #cecece;
}
.logo-search .logo {
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 600px) {
    .logo-search .logo {
        margin: 0 0 25px 0;
        width: 100%;
        text-align: center;
    }
}

.search-wrap {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 99999;
}
@media screen and (max-width: 600px) {
    .search-wrap {
        margin: 0 auto;
    }
}
.search-form {
    float: right;
    position: relative;
    width: 325px;
}
.box-cat-toggle {
    background: rgba(255, 255, 255, 0.9) url("https://ililil.itembox.design/item/ilil-icon-cat-toggle.png?t=20250523185630") no-repeat scroll center center;
    display: inline-block;
    height: 40px;
    width: 45px;
}

.fs-p-headerNavBar {
    background: #000000;
    border-bottom: 2px solid #000000;
    border-top: 2px solid #000000;
    color: #ffffff;
}
.search-form input[type="submit"] {
    background: #333 url("https://ililil.itembox.design/item/ilil-icon-search.png?t=20250523185630") no-repeat scroll center center;
    border: medium none;
    float: right;
    height: 40px;
    position: relative;
    width: 40px;
}
.search-form input[type="text"] {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 40px;
    padding: 0 55px 0 15px;
    position: absolute;
    width: 100%;
}
input.fs-p-searchForm__input.fs-p-inputGroup__input {
    background-color: #0000;
}
.hint {
    position: absolute;
    left: 0;
    top: 40px;
    margin: 0;
    padding: 20px;
    width: 300px;
    background: #FFFFFF;
}
.hint li {
    margin: 0 0 5px 0;
    padding: 0;
}
.hint li:last-child {
    margin: 0 0 0 0;
}




.fs-p-headerNavBar {
    display: none;
}


.fs-p-headerNavigation__list > li









/*Extras Css*/
.header-info .box-account-lc.box {
    display: inline-block;
    height: 20px;
    margin: 0 15px 0 0;
    position: relative;
    vertical-align: top;
    width: 20px;
}
.header-info .box{
    text-align: left;
}
.header-info .box-account-lc.box:hover .box-inner {
    opacity: 1;
    top: 28px;
    transition: all 0.3s ease-out 0s;
    visibility: visible;
}
.header-info .box.box-account-lc .box-inner {
    height: 162px;
    padding: 24px 0 0 15px;
    right: -109px;
    width: 410px;
    background: #fff none repeat scroll 0 0;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
    float: left;
    opacity: 0;
    position: absolute;
    right: -45px;
    top: 50px;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    z-index: 999;
}
.header-info .block-cart.box::after {
    bottom: -30px;
    color: #fff;
    content: "��";
    font-family: "FontAwesome";
    font-size: 21px;
    height: 10px;
    left: 50%;
    margin-left: -8px;
    opacity: 0;
    position: absolute;
    text-indent: 0;
    transition: all 0.3s ease-out 0s;
    width: 14px;
}

.header-info .box.box-account-lc::after {
    bottom: -30px;
    color: #fff;
    content: "��";
    font-family: "FontAwesome";
    font-size: 21px;
    height: 10px;
    left: 50%;
    margin-left: -8px;
    opacity: 0;
    position: absolute;
    text-indent: 0;
    transition: all 0.3s ease-out 0s;
    width: 14px;
}
.header-info .box.box-account-lc:hover::after {
	bottom: 0px;
	opacity: 1;
}
.header-info .box.box-account-lc .box-inner .links{
    border-right: 1px solid #eaeaec;
    float: left;
    height: 116px;
    width: 140px;
}
.header-info .box.box-account-lc .box-inner .links li {
    padding-left: 24px;
    float: left;
    width: 100%;
}
.header-info .box.box-account-lc .box-inner .links li a.top-link-myaccount::before {
    content:url(https://icongr.am/material/account.svg?size=16&color=currentColor);
}
.header-info .box.box-account-lc .box-inner .links li a.top-link-wishlist::before {
    content: url(https://icongr.am/material/heart-outline.svg?size=16&color=currentColor);
}
.header-info .box.box-account-lc .box-inner .links li a.top-link-twitter::before {
    content: url(https://icongr.am/material/twitter.svg?size=16&color=currentColor);
}
.header-info .box.box-account-lc .box-inner .links li a.top-link-line::before {
    content: url(https://icongr.am/material/typing.svg?size=16&color=currentColor);
}
.header-info .box.box-account-lc .box-inner .links li a.top-link-checkout::before {
    content: url(https://icongr.am/material/logout.svg?size=16&color=currentColor);
}

.header-info .box.box-account-lc .box-inner .links li a.top-link-login::before {
    content:  url(https://icongr.am/material/lock-open-variant.svg?size=16&color=currentColor);
    left: -6px;
}
.header-info .box.box-account-lc .box-inner .links li a::before {
    color: #666666;
    content: "";
    font-family: "FontAwesome";
    left: -8px;
    position: absolute;
    top: 0;
}
.header-info .box.box-account-lc .box-inner .links li a {
    padding-left: 17px;
    position: relative;
}
.header-info .box.box-account-lc .box-inner ul li a {
    color: #666666;
    float: left;
    line-height: 30px;
    width: 100%;
}
.header-info .box.box-account-lc .box-inner ul li a:hover {
    color: #000000;
}
.header-info .box.box-account-lc .box-inner .links li a:hover::before {
    color: #000000;
}
.header-info .box.box-account-lc .box-inner .block-language {
    padding: 0 18px 0 24px;
    width: 145px;
    border-right: 1px solid #eaeaec;
    float: left;
    height: 116px;
}
.header-info .box.box-account-lc .box-inner  .block-language .lg-cur {
    display: none;
}
.header-info .box.box-account-lc .box-inner ul{
    float: left;
    padding: 0;
    width: 100%;
}
.header-info ul{
	list-style: outside none none;
    margin: 0;
}
.header-info .box.box-account-lc .box-inner  ul li {
    float: left;
    width: 100%;
}
.header-info .box.box-account-lc .box-inner .block-language .selected {
    color: #000000;
}
.header-info .box.box-account-lc .box-inner .block-language ul li a {
    width: auto;
}
.header-info .box.box-account-lc .box-inner .block-language ul li a img {
    float: left;
    margin: 10px 10px 0 0;
}
.header-info .box.box-account-lc .box-inner .block-language ul li a span {
    display: block;
    float: left;
}
.header-info .box.box-account-lc .box-inner .block-currency {
    float: left;
    height: 162px;
    padding: 0 24px;
    width: 96px;
}
.header-info .box.box-account-lc .box-inner  .block-currency .item-cur {
    display: none;
}
.header-info .block-cart.box {
    display: inline-block;
    height: 20px;
    margin: 0;
    position: relative;
    width: 25px;
}

.top-search .search-cat .wrap-scrollbar {
    background: #fff none repeat scroll 0 0;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    min-width: 200px;
    padding: 15px;
    position: absolute;
    top: 100%;
	z-index:999;
}
.top-search .search-cat .scrollbar {
    background: #fff none repeat scroll 0 0;
    position: absolute;
    width: 200px;
}
.top-search .search-cat .scrollbar > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.top-search .search-cat .wrap-scrollbar li a {
    color: #333;
	font-size:14px;
	display:block;
}
.top-search .search-cat .wrap-scrollbar li a:hover {
    color: #000000;
}
/*Mega Menu*/
.main-nav{
	position:relative;
}
.main-nav .sub-menu {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 3px 5px -1px #c1c1c1;
    left: 0;
    list-style: outside none none;
    margin: 40px 0 0;
    padding: 25px 30px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999;
	opacity:0;
	visibility:hidden;
	transition:all 0.5s ease-out 0s;
}
.main-nav .sub-menu>li{
	margin-bottom:10px;
}
.title-mega-menu {
    color: #010101;
    font-size: 30px;
    margin: 0 0 30px 0;
    text-align: center;
    text-transform: uppercase;
}
.mega-menu-list-product .item {
    padding: 0 5px;
}
.mega-menu-list-product {
    padding: 0 60px;
    position: relative;
}
.mega-slide-text {
    margin: 15px 0;
    text-align: center;
}
.mega-slide-text > span {
    color: #333;
    font-weight: 700;
    margin-right: 10px;
}
.mega-slide-text > del{
	color:#999;
}

.mega-menu-simple-banner {
    position: relative;
}
.mega-menu-simple-thumb {
}
.mega-menu-simple-thumb img {
    height: auto;
    width: 100%;
}
.mega-menu-simple-thumb a{
	display:block;
    position: relative;
}
.mega-menu-simple-banner.text-inner .mega-menu-simple-text {
    color: #fff;
    left: 0;
    padding: 30px 50px 0;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    width: 100%;
	z-index:99;
}
.mega-menu-simple-thumb a::before{
	background:rgba(0,0,0,0.1);
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:0;
	transition:all 0.5s ease-out 0s;
	z-index:99;
	content:"";
}
.mega-menu-simple-thumb a::after{
	background:rgba(0,0,0,0.1);
	position:absolute;
	bottom:0;
	right:0;
	width:0;
	height:0;
	transition:all 0.5s ease-out 0s;
	z-index:99;
	content:"";
}
.mega-menu-simple-thumb a:hover::before{
	width:100%;
	height:100%;
}
.mega-menu-simple-thumb a:hover::after{
	width:100%;
	height:100%;
}
.mega-menu-simple-banner.text-inner .mega-menu-simple-text .simple-text1{
	float:left;
	font-size:30px;
	margin-right:20px;
}
.mega-menu-simple-banner.text-inner .mega-menu-simple-text .simple-text1 a{
	color:#F00;
}

.mega-menu-simple-banner.text-inner .mega-menu-simple-text .simple-text2 {
    float: left;
    font-size: 18px;
    line-height: 20px;
    text-shadow: 2px 2px 1px #333;
}
.mega-menu-simple-banner.text-inner {
    margin-top: 30px;
}
.mega-menu-simple-banner.text-inner p{
	margin:0;
}
.mega-slide-thumb {
    overflow: hidden;
    position: relative;
}
.mega-slide-thumb img{
	transition:all 0.5s ease-out 0s;
}
.mega-slide-thumb:hover img{
	transform:scale(1.2);
	opacity:0.8;
}
.main-nav > ul>li {
    padding-bottom: 15px;
}

.mega-menu-text-intro > strong {
    color: #333;
    font-weight: normal;
    text-transform: uppercase;
}
.mega-menu-text-intro {
    margin: 15px 0 0;
}
.mega-menu-text-intro > span {
    color: #666;
}

.mega-menu-text-intro > strong {
    color: #333;
    font-weight: normal;
    text-transform: uppercase;
}
.mega-menu-text-intro {
    margin: 15px 0 0;
}
.mega-menu-text-intro > span {
    color: #666;
}
.mega-menu-list-category > h2 {
    border-bottom: 1px solid #999;
    font-size: 14px;
    margin: 0 0 18px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.mega-menu-list-category > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.mega-menu-list-category li {
    margin-bottom: 10px;
}
.mega-menu-list-category a {
    color: #666;
}
.mega-menu-list-category a:hover {
    color: #000000;
}
.mega-menu-slider-brand > h2 {
	border-bottom: 1px solid #999;
    font-size: 14px;
    margin: 0 0 18px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.inner-brand > a {
    border: 1px solid #999;
    display: block;
    margin-bottom: 13px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.inner-brand > a img{
	transition:all 0.5s ease-out 0s;
}
.inner-brand > a:hover img{
	transform:scale(1.15);
}
.has-mega-menu > a {
    position: relative;
}
.has-mega-menu > a::before {
    color: #fff;
    content: "��";
    font-family: fontawesome;
    left: 50%;
    margin-left: -3px;
    margin-top: 45px;
    position: absolute;
    top: 100%;
	opacity:0;
	visibility:hidden;
	transition:all 0.5s ease-out 0s;
}
.main-nav>ul>li:hover >.sub-menu{
	opacity:1;
	visibility:visible;
	margin:0;
}
.main-nav>ul>li:hover>a::before{
	opacity:1;
	visibility:visible;
	margin-top:5px;
}
.mega-menu-slider-brand {
    position: relative;
}
.mega-menu-slider-brand .owl-direct-nav {
    position: absolute;
    right: 0;
	top:0;
}
.mega-menu-slider-brand .owl-direct-nav a{
	color:#333;
	margin:0 0 3px 5px;
}
.mega-menu-slider-brand .owl-direct-nav a:hover{
	color:#000000;
}
.mega-menu-list-product .owl-direct-nav a {
    color: #333;
    font-size: 30px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
}
.mega-menu-list-product .owl-direct-nav  .prev {
    left: 20px;
}
.mega-menu-list-product .owl-direct-nav  .next {
    right: 20px;
}
.mega-menu-list-product .owl-direct-nav a:hover{
	color:#000000;
}
.menu-item-has-children{
	position:relative;
}
.menu-item-has-children .sub-menu{
	width:200px;
}
.menu-item-has-children > a::before {
    color: #fff;
    content: "��";
    font-family: fontawesome;
    left: 50%;
    margin-left: -3px;
    margin-top: 45px;
    position: absolute;
    top: 100%;
	opacity:0;
	visibility:hidden;
	transition:all 0.5s ease-out 0s;
}
.menu-item-has-children > a{
	position:relative;
}
.main-nav .menu-item-has-children .sub-menu a{
	color:#333;
}
.main-nav .menu-item-has-children .sub-menu a:hover{
	color:#000000;
}
.main-nav > ul {
    margin: 0;
}
.main-nav > ul>li{
	padding-left:0;
	padding-right:0;
}
.main-nav > ul > li:last-child {
    margin-right: 0;
}
.slimScrollDiv .scrollbar li {
    margin-bottom: 5px;
}
.btn-mobile-menu{

	display:none;
}

















/* --- */
.newitem-slide {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.newitem-slide li {
    display: flex!important;
    flex-wrap: wrap!important;
    align-items: center!important;
    justify-content: space-between!important;
    margin: 0;
    padding: 0;
    width: 100%;
}
.newitem-slide .slick-next {
    top: -87px!important;
    right: 450px!important;
    z-index: 999999;
    width: 26px!important;
    height: 26px!important;
}
.newitem-slide .slick-prev {
    top: -87px!important;
    left: 450px!important;
    z-index: 999999;
    width: 26px!important;
    height: 26px!important;
}

@media screen and (min-width: 601px) and (max-width: 1025px) {
    .newitem-slide .slick-next {
        right: 200px !important;
    }
    .newitem-slide .slick-prev {
        left: 200px !important;
    }
}
@media screen and (max-width: 600px) {
    .newitem-slide .slick-next {
        top: -66px !important;
        right: 50px !important;
    }
    .newitem-slide .slick-prev {
        top: -66px !important;
        left: 50px !important;
    }
}








.newitem-slide .slick-next:before {
    background: url(https://ililil.itembox.design/item/ililil-newitem-arrow-next.png?t=20250523185630)!important;
    background-size: contain !important;
    background-repeat: no-repeat!important;
}
.newitem-slide .slick-prev:before {
    background: url(https://ililil.itembox.design/item/ililil-newitem-arrow-prev.png?t=20250523185630)!important;
    background-size: contain !important;
    background-repeat: no-repeat!important;
}
.newitem-slide .slick-arrow {
    z-index: 2!important;
    width: 26px!important;
    height: 26px!important;
}
.newitem-slide .slick-arrow:before {
    content: ""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1!important;
}
.newitem-slide .slick-disabled {
    display: none!important;
}




/* NEW ITEMES */
.item-product-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    width: 100%;
}
@media screen and (min-width: 601px) and (max-width: 1025px) {
    .item-product-wrap {
        padding: 0 15px;
    }
}
@media screen and (max-width: 600px) {
    .item-product-wrap {
        padding: 0 5px;
    }
}
.item-product-title {
    display: block;
    margin: 0 0 40px 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
@media screen and (max-width: 600px) {
    .item-product-title {
        margin: 0 0 20px 0;
    }
}
.item-product-title img {
    display: block;
    margin: 0 auto 10px auto;
    padding: 0;
}
.item-product-title span {
    display: block;
    margin: 0 0 25px 0;
    padding: 0;
    font-size: 30px;
    text-transform: uppercase;
}
.item-product {
    position: relative;
    margin: 0 0 45px 0;
    padding: 0;
    width: calc(25% - 20px);
}
@media screen and (min-width: 601px) and (max-width: 1025px) {
    .item-product {
        width: calc(50% - 10px);
    }
}
@media screen and (max-width: 600px) {
    .item-product {
        width: 100%;
    }
}
.item-thumb-product {
    position: relative;
}
.item-thumb-product img {
    transition: all 0.5s ease-out 0s;
}
.item-thumb-product:hover .info-product-cart {
    opacity: 1;
    visibility: visible;
}
.item-thumb-product:hover .inner-info-product-cart ul {
    margin: 20px 0 0!important;
}
.item-thumb-product::before {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: 0;
    /* z-index:9;*/
    visibility: hidden;
    transition: all 0.5s ease-out 0s;
}
.item-thumb-product:hover::before {
    opacity: 1;
    visibility: visible;
}
.item-thumb-product .product-thumb-front {
    opacity: 1;
    visibility: visible;
}
.item-thumb-product:hover .product-thumb-front {
    transform: rotateY(180deg);
    opacity: 0;

    visibility: hidden;
}
.product-thumb-behind {
    transform: rotateY(180deg);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.item-thumb-product:hover .product-thumb-behind {
    transform: rotateY(0deg);
    opacity: 1;
    visibility: visible;
}
.info-product-cart {
    border: 1px solid #000000;


    bottom: 0;
    height: 120px;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.5s ease-out 0s;
    visibility: hidden;
    width: 180px;
    z-index: 10;
}
.inner-info-product-cart {
    height: 100%;
    position: relative;
    width: 100%;
    transition: all 0.5s ease-out 0s;
}
.inner-info-product-cart .link-product-add-cart {
    width: 140px;
    bottom: -40px;
    left: 0;
    margin-left: 20px;
    padding: 1em;
    color: #FFFFFF;
    background: #000000;
    text-decoration: none;
    position: absolute;
    transition: all 0.5s ease-out 0s;
}
.inner-info-product-cart ul {
    left: 0!important;
    margin: -60px 0 0!important;
    padding: 0!important;
    position: absolute!important;
    top: 0!important;
    width: 100%!important;
    transition: all 0.5s ease-out 0s!important;
}
.inner-info-product-cart > ul > li {
    display: inline-block!important;
    width: auto;
}

.item-thumb-product:hover .inner-info-product-cart .link-product-add-cart {
    bottom: 0px;
}
.inner-info-product-cart ul li a {
    color: #fff!important;
    transition: all 0.5s ease-out 0s!important;
    display: block!important;
    width: 40px!important;
    height: 40px!important;
    text-align: center!important;
}
.inner-info-product-cart ul li a:hover {
    background: #000000 none repeat scroll 0 0;
}
.inner-info-product-cart ul li a i {
    line-height: 40px;
}
.status-product-new {
    background: #4891e4 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    left: 0;
    padding: 0 10px 1px;
    position: absolute;
    text-transform: lowercase;
    top: 0;
    z-index: 10;
}

.status-product-sale {
    background: #000000 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    left: 0;
    padding: 0 10px 1px;
    position: absolute;
    text-transform: lowercase;
    top: 0;
    z-index: 10;
}

.item-info-product h3 a:hover {
    color: #000000;
}
.item-info-product h3 a {
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
}
.info-product-price > span {
    font-size: 18px;
    font-weight: 700;
}
.item-info-product {
    margin-top: 25px;
    text-align: center;
}
.info-product-price del {
    color: #999;
    margin-left: 10px;
}
.product-rating-star {
    color: #000000;
}
.info-product-price {
    margin: 10px 0 5px;
}






.ililil-home-wrap {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background: #FFFFFF;
}
@media screen and (max-width: 600px) {
    .ililil-home-wrap {
        padding: 50px 0 0 0;
    }
}








/*List Design*/
.list-designer-wrap {
    margin: 0;
    padding: 50px 0;
    width: 100%;
    color: #FFFFFF;
    background: url("https://ililil.itembox.design/item/list-designer-bg.png?t=20250523185630");
    background-attachment: fixed;
    background-position: center;
    background-size: 2000px;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1025px) {
    .list-designer-wrap {
        background-attachment: scroll;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
}
.list-designer-wrap ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
}
@media screen and (min-width: 601px) and ( max-width: 1025px) {
    .list-designer-wrap ul {
        margin: 0 auto;
    }
}
.list-designer-wrap ul:first-child {
    margin: 0 0 50px 0;
}
.list-designer-wrap ul li {
    margin: 0;
    padding: 0;
    width: 16.666666666666667%;
    text-align: center;
}
.list-designer-wrap ul li:last-child {
    margin: 0;
    padding: 10px;
    width: 100%;
    text-align: center;
}
@media screen and (min-width: 601px) and ( max-width: 1025px) {
    .list-designer-wrap ul li {
        margin: 0;
        padding: 0;
        width: 33.3333%;
        text-align: center;
    }
    .list-designer-wrap ul li:first-child {
        margin: 0 0 25px 0;
        width: 100%;
    }
    .list-designer-wrap ul li:nth-child(5) ,
    .list-designer-wrap ul li:nth-child(6) {
        margin: 0 0 25px 0;
        width: 33.3333%;
        text-align: center;
    }
}
@media screen and (max-width: 600px) {
    .list-designer-wrap ul li {
        margin: 0;
        padding: 0;
        width: 50%;
        text-align: center;
    }
    .list-designer-wrap ul li:first-child {
        margin: 0 0 25px 0;
        width: 100%;
    }
}

.list-designer-wrap ul li .title {
    font-size: 1.5em
}
.list-designer-wrap ul li a {
    text-align: center;
    color: #FFFFFF;
}
.list-designer-wrap ul li a img {
    margin: 0 0 15px 0;
    padding: 0;
    transition: all 0.5s ease-out 0s;
}
.list-designer-wrap ul li a img:hover {
    transform: scale(1.2);
}
.list-designer-wrap ul li .list-designer-btn {
    margin: 25px 0 0 0;
    padding: 1em 1.5em;
    color: #000000;
    background: #FFFFFF;
}
.list-designer-wrap ul li .list-designer-btn:hover {
    color: #FFFFFF;
    background: #000000;
}








/*Section Simple Text*/
.banner-simple-text {
    display:block;
    margin: 0 0 50px 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
@media screen and (max-width: 600px) {
    .banner-simple-text {
        margin: 0 0 0 0;
    }
}
.banner-simple-text h2 {
    margin: 0 0 0px 0;
    color: #FFFFFF;
    font-size: 90px;
    font-weight: 700;
    text-stroke: 1px #000;
    -webkit-text-stroke: 1px #000;
}
.banner-simple-text a {
    margin: 0 0 0 0;
    padding: 1em 2em;
    color: #000000;
    background: #FFFFFF;
}
.banner-simple-text a:hover {
    color: #FFFFFF;
    background: #000000;
}

/*Section Banner Adv*/
.inner-box-banner-adv-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 75px auto;
    padding: 450px 0 100px 0;
    max-width: 1200px;
}
@media screen and (max-width: 600px) {
    .inner-box-banner-adv-wrap {
        margin: 0 auto 0 auto;
        padding: 209px 10px 50px 10px;
    }
}
.inner-box-banner-adv {
    position: relative;
    margin-bottom: 10px;
    width: calc(50% - 5px);
    overflow: hidden;
}
@media screen and (max-width: 600px) {
    .inner-box-banner-adv {
        width: 100%;
    }
}
.text-adv-intro {
    color: #fff;
    left: 50px;
    position: absolute;
    text-transform: uppercase;
    top: 90px;
    z-index: 99;
}
@media screen and (max-width: 1025px) {
    .text-adv-intro {
        left: 10px;
        top: 50px;
    }
}
.text-adv-intro > a > h2 {
    font-size: 60px;
    margin: 0;
	color:#FFF;
}
.text-adv-intro > a >  h3 {
    color: #a8a8a8;
    font-size: 30px;
    margin: 0;
}
.box-search-adv .fa.fa-search {
    line-height: 80px;
}
.box-search-adv {
    position: absolute;
    right: 60px;
    top: 100px;
	background: #000000 none repeat scroll 0 0;
    border-radius: 50%;
	height: 80px;
    text-align: center;
    width: 80px;
    transition: all 0.5s ease-out 0s;
}
.inner-box-banner-adv:hover .box-search-adv {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    transform:scale(9.5);
}
.box-search-adv-link {
    color: #fff;
    display: block;
    font-size: 30px;
    margin-top: -33px;
    position: absolute;
    right: 80px;
    top: 50%;
    transition: all 0.5s ease-out 0s;
}
.box-search-adv-link:hover{
	color:#000000;
}
.inner-box-banner-adv:hover .box-search-adv-link {
    font-size: 60px;
    margin-top: -40px;
    right: 190px;
}
.inner-box-banner-adv:hover .text-adv-hidden{
	transform: translate(0px, 0px);
	opacity:0.7;
}
.text-adv-hidden {
    bottom: 40px;
    color: #ede5d5;
    font-size: 18px;
    line-height: 20px;
    max-width: 200px;
    position: absolute;
    right: 50px;
    text-transform: uppercase;
    transform: translate(250px, 0px);
    transition: all 0.5s ease-out 0.3s;
}
.bottom-right::after {
    background: rgba(0, 0, 0, 0) url("https://ililil.itembox.design/item/ilil-bg-rect.png?t=20250523185630") no-repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 130px;
    position: absolute;
    right: -10px;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    width: 130px;
}
.bottom-left::after {
    background: rgba(0, 0, 0, 0) url("https://ililil.itembox.design/item/ilil-bg-rect.png?t=20250523185630") no-repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 130px;
    left: 0;
    position: absolute;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    width: 130px;
}
.top-right::after {
    background: rgba(0, 0, 0, 0) url("https://ililil.itembox.design/item/ilil-bg-rect.png?t=20250523185630") no-repeat scroll 0 0;
    content: "";
    height: 130px;
    position: absolute;
    right: 0;
    top: -10px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    width: 130px;
}
.top-left::after {
    background: rgba(0, 0, 0, 0) url("https://ililil.itembox.design/item/ilil-bg-rect.png?t=20250523185630") no-repeat scroll 0 0;
    content: "";
    height: 130px;
    left: -10px;
    position: absolute;
    top: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    width: 130px;
}
.banner-box-adv {
    padding-bottom: 125px;
}
.banner-adv-thumb-link > img {
    width: 100%;
}
@media screen and (max-width: 1025px) {
    .box-search-adv ,
    .box-search-adv-link {
        display: none
    }
}










/* パンくずリストパーツ （システムパーツ） */
.fs-c-breadcrumb {
    margin:0 0 15px 0!important;
}


/* 商品ページ */
.ililil-item-page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 100px 0;
    padding: 0;
    width: 100%;
}
.ililil-item-page-img {
    margin: 0;
    padding: 0;
    width: 50%;
}
.ililil-item-page-detail {
    margin: 0;
    padding: 0;
    width: 45%;
}
@media screen and (max-width: 600px) {
    .ililil-item-page-img {
        margin: 0 0 15px 0;
        padding: 0;
        width: 100%;
    }
    .ililil-item-page-detail {
        margin: 0;
        padding: 0;
        width: 100%;
    }
}

























/*FOOTER*/
.fs-l-footer {
    margin: 0;
    padding: 50px 0 0 0;
    border: none;
    background: #FFFFFF;
}
.ililil-footer {
    margin: 0;
    padding: 5em 0 8em 0;
    width: 100%;
    background: #333333;
}
.ililil-footer ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    color: #FFFFFF;
}
.ililil-footer ul li {
    margin: 0 0 0 0;
    padding: 0;
    width: 25%;
}
@media screen and (max-width: 600px) {
    .ililil-footer ul li {
        margin: 0 0 2.5rem 0;
        width: 100%;
        text-align: center;
    }
    .ililil-footer ul li:last-child {
        margin: 0 0 0 0;
    }
}
.ililil-footer ul li a {
    color: #FFFFFF;
}
.ililil-footer ul li a i {
    margin: 0 0 0 1.5rem;
    color: #FFFFFF;
    font-size: 1.75rem;
}
.ililil-footer ul li .copy a {
    margin: 0 0 0 1rem;
    padding: 1rem 0 1rem 1.5rem;
    color: #FFFFFF;
    border-left: solid 1px #CCCCCC;
}


/* ==========================================================
 商品説明
========================================================== */


/*タブ切り替え全体のスタイル*/
.tabs,.tab_item1 {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: none;
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid #c3c3c3;
  background-color: #fff;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

.tab_item1 {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 3px solid #c3c3c3;
  background-color: #fff;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;

}

.tab_item:hover,.tab_item1:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*ラジオボタンを全て消す*/
input[name="tab_item1"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}

.tab_content1 {
  display: none;
  padding: 0px;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのコンテンツのみを表示*/
#recommend:checked ~ #recommend_content,
#eturan:checked ~ #eturan_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #c3c3c3;
  color: #fff;
}

/*選択されているタブのスタイルを変える*/
.tabs1 input:checked + .tab_item1 {
  background-color: #c3c3c3;
  color: #fff;
}
.flywheel-recommend__frame>.fs-p-heading--lv2 {
  display: none;
}



/* 初期状態では非表示にする */
#fs-c-subgroup {
  display: none;
}

.fs-c-heading--page {
    display: none;
}

.fs-c-subgroup>.fs-c-listControl {
    display: none;
}

.fs-c-subgroupList__link {
    background: #fff;
}

.slick-list draggable {
    padding: 0px!important;
}

.itemPageDetails_sizeSpec {
    margin: 0 auto 5em auto;
    padding: 0;
    width: 100%;
    border: 0;
    border-spacing: 0;
}

.itemPageDetails_sizeSpec th {
    padding: 20px 0;
    text-align: center;
    border-bottom: solid 1px #eee;
    letter-spacing: .2em;
}

.itemPageDetails_sizeSpec td {
    padding: 20px 0;
    text-align: center;
    border-bottom: solid 1px #eee;
    letter-spacing: .2em;
}

.fs-l-productLayout .fs-c-productCarouselMainImage__thumbnailList {
    flex-wrap: wrap;
    overflow-x: auto;
}
@media screen and (max-width: 600px) {
    .fs-l-productLayout .fs-c-productCarouselMainImage__thumbnailList {
    flex-wrap: nowrap;
    overflow-x: auto;
}
}

.fs-c-productNumber {
    border: 0px;
    padding: 0px;
}

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: #000;
}

.fs-c-productPointDisplay {
    background: #fff;
    color: #000;
}

.fs-c-button--secondary {
    background: #000;
    border: 1px solid #000;
}


.fa-brands {
    font-size: 30px;
}


input#field_42922 {
    min-height: 22rem;
}

.fs-c-productListItem__viewMoreImageButton {
    display: none;
}

.fs-c-productNameHeading {
    display: grid;
}

.fs-p-scrollingCartButton {
    display: none;
}

@media screen and (min-width:600px) and (max-width:1025px){
   .fs-c-productCarouselMainImage__image > img {
       max-width: 50vw;
   }
}
 
@media screen and (min-width: 1025px) {
   .fs-c-productCarouselMainImage__image > img {
       width: 600px;
   }
}
