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

/*----------------------------
    ▼about
-----------------------------*/
@keyframes fadeOut {
0% {
        opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
100% {
    opacity: 0;
    -webkit-transform: scale(1.5,1.5);
    transform: scale(1.5,1.5);
    visibility: hidden;
    }
}

/*----------------------------
    ▼Contents
-----------------------------*/
#Contents{
    width: 100% !important;
}
/*----------------------------
    ▼About
-----------------------------*/
#About{
    background: url(../images/about/bg.png) no-repeat,url(../images/about/bg02.png) no-repeat;
    background-size: 300px auto,300px auto;
    background-position: top 0 left 0,top 400px right 0;
    min-width: 1140px;
    margin: 0 auto;
}
#About h2{
    font-size: 30px;
    color: #29366b;
    font-family:"Yu Mincho", "YuMincho";
    line-height: 1.5;
    position: relative;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
}
#About h2:after{
    content: "";
    width: 500px;
    height: 3px;
    display: block;
    bottom:0;
    left: 0;
    background: #d3d4de;
    position: absolute;
    z-index: 0;
}
#About h2:before{
    content: "";
    width: 40px;
    height: 3px;
    display: block;
    background: #29366b;
    position: absolute;
    bottom:0;
    left: 0;
    z-index: 1;
}
#About .aesthetics,
#About div.conduct .body{
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
#About .aesthetics .image{
    width: 50%;
    padding: 250px 0;
}
#About .aesthetics .body{
    width: 50%;
    padding: 60px 0;
}
#About p{
    color: #4b4b4b;
    line-height: 2;
    width: 500px;
}
#About div.conduct{
    width: 100%;
    height: 450px;
    background: url(../images/about/image02.jpg) no-repeat;
    background-size: cover;
}
#About div.conduct .body{
    padding: 70px 0 0 0 ;
    letter-spacing: 2px;
}
#About div.conduct .body p{
    font-size: 18px;
}
#About div.conduct .body span{
    color: #29366b;
    font-family: 'Quattrocento', serif;
    font-size: 22px;
}
#About ul {
    padding: 40px 0 ;
}
#About ul li{
    overflow: hidden;
    width: 100%;
    padding: 30px 0;
}
#About ul li:nth-of-type(1) .image,
#About ul li:nth-of-type(3) .image{
    width: 50%;
}
#About ul li:nth-of-type(1) .body,
#About ul li:nth-of-type(3) .body{
    width: 46%;
}
#About ul li:nth-of-type(2) .image,
#About ul li:nth-of-type(4) .image{
    width: 47% ;
}
#About ul li:nth-of-type(2) .body,
#About ul li:nth-of-type(4) .body{
    width: 47%;
    padding: 20px 0 0 220px;
}
#About ul li .image img{
    width: 100%;
    height: auto;
}
#About ul li:nth-of-type(1) .body{
    padding: 140px 0 0 0;
}
#About ul li:nth-of-type(2) .body{
    padding: 140px 20px 0 170px;
}
#About ul li:nth-of-type(3) .body{
    padding: 40px 0 0 0;
}
#About ul li:nth-of-type(4) .body{
    padding: 110px 0 0 170px;
}


/*----------------------------
    ▼howtouse
-----------------------------*/

.usageMenu {
	background: #222;
	padding: 26px 40px;
	border-radius: 50px;
	margin-bottom: 38px;
}

.usageMenuInner {text-align: center;}

.usageMenu li {
	letter-spacing: 0.08em;
    display: inline;

}

@media only screen and (min-width: 769px) {
	.usageMenu li:not(:first-child) {
		background: url(/shared/images/line.png) no-repeat left 2px;
		margin-left: 7px;
		padding-left: 14px;
	}
}

.usageMenu a {
	display: inline-block;
	color: #fff;
	text-decoration: underline;
}
.usageMenu a:hover {text-decoration: none;}

.subTitle {
	font-size: 1.6rem;
	font-weight: 600;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	letter-spacing: 0.04em;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 30px;
}
.subTitle a {text-decoration: underline;}
.subTitle a:hover {text-decoration: none;opacity: 1;}

                
section.mainContent .detailInfo {
		background: #fbfbfb;
	}

	 section.mainContent .detailInfo p {
		width: 78.3%;
		max-width: 680px;
		margin: 0 auto;
	}

main > div + div {margin-top: 50px;}

@media only screen and (max-width: 768px) {
	
	.usageMenu {
		padding: 26px 15px;
		border-radius: 15px;
		margin-bottom: 30px;
	}
	.usageMenuInner {
		overflow: hidden;
		text-align: left;
	}

	.usageMenuInner ul {
		margin-left: -20px;
	}
	.usageMenu li {
		background: url(/shared/images/line.png) no-repeat left 2px;
		margin-left: 7px;
		padding-left: 14px;
	}
	
	

	section.mainContent .detailInfo {
		padding: 0 15px;
		width: calc( 100vw - calc(100vw - 100%));
		margin-left: -15px;
	}
	*::-ms-backdrop, section.mainContent .detailInfo {width: calc(100vw - 47px);}

 
		 section.mainContent .detailInfo p {
			width: 100%;
		}
	
	.subTitle {
		font-size: 1.5rem;
		line-height: 1.6;
		margin-bottom: 20px;
	}

	main > div + div {margin-top: 25px;}
	
}



/*==================================================
    KISO CARE TOP RENEWAL CSS
==================================================*/


/*----------------------------
CARE HEADER
-----------------------------*/

.kiso-header {
    position: relative;
    z-index: 1000;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eeeeee;
}

/* PCのみ：スクロール時にヘッダー固定 */
@media only screen and (min-width: 751px) {
    .kiso-header {
        position: sticky;
        top: 0;
        z-index: 9999;
    }
}

.kiso-header__inner {
position: relative;
max-width: 1195px;
width: 100%;
height: 74px;
margin: 0 auto;
padding: 0 76px;
display: flex;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
}

/* SP左アイコン */
.kiso-header__sp-left {
display: none;
}

/* 左ナビ */
.kiso-header__nav {
display: flex;
align-items: center;
margin-right: auto;
}

.kiso-header__nav-list {
display: flex;
align-items: center;
gap: 52px;
margin: 0;
padding: 0;
list-style: none;
}

.kiso-header__nav-item {
margin: 0;
padding: 0;
list-style: none;
}

.kiso-header__nav-link {
display: flex;
align-items: center;
height: 74px;
color: #333 !important;
font-size: 14px;
font-weight: 400;
line-height: 1;
letter-spacing: 0.1em;
text-decoration: none !important;
opacity: 1;
}

.kiso-header__nav-link:hover,
.kiso-header__nav-link:visited,
.kiso-header__nav-link:active {
color: #333 !important;
text-decoration: none !important;
}

.kiso-header__nav-link:hover {
opacity: 0.65;
}

/* 中央ロゴ */
.kiso-header__logo {
position: absolute;
left: 50%;
top: 50%;
margin: 0;
padding: 0;
transform: translate(-50%, -50%);
line-height: 1;
}

.kiso-header__logo-link {
display: block;
color: #333;
text-decoration: none !important;
}

.kiso-header__logo img {
display: block;
width: 148px;
height: auto;
}

/* 右アイコン */
.kiso-header__icons {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 30px;
margin-left: auto;
padding: 0;
}

.kiso-header__icon-link,
.kiso-header__icon-button,
.kiso-header__sp-search-button {
display: flex;
align-items: center;
justify-content: center;
width: 22px;
height: 22px;
padding: 0;
margin: 0;
border: none;
background: transparent;
color: #333;
text-decoration: none !important;
cursor: pointer;
box-sizing: border-box;
opacity: 1;
}

.kiso-header__icon-link:hover,
.kiso-header__icon-button:hover,
.kiso-header__sp-search-button:hover {
opacity: 0.65;
}

.kiso-header__icon-link img,
.kiso-header__icon-button img,
.kiso-header__sp-search-button img {
display: block;
width: 22px;
height: 22px;
object-fit: contain;
}

/*----------------------------
PRODUCT Mega Menu
-----------------------------*/

.kiso-header__nav-item--product {
position: static;
}

.kiso-header__mega {
position: absolute;
left: 50%;
top: 74px;
z-index: 1001;
width: 100vw;
transform: translateX(-50%);
background: #fff;
border-top: 1px solid #eeeeee;
border-bottom: 1px solid #eeeeee;
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: opacity 0.2s ease, visibility 0.2s ease;
}

.kiso-header__nav-item--product:hover .kiso-header__mega,
.kiso-header__mega:hover {
opacity: 1;
visibility: visible;
pointer-events: auto;
}

.kiso-header__mega-inner {
max-width: 1480px;
width: 100%;
margin: 0 auto;
padding: 34px 42px 42px;
display: grid;
grid-template-columns: 1.45fr 1.55fr 0.85fr 0.85fr;
box-sizing: border-box;
}

.kiso-header__mega-column {
min-width: 0;
padding: 0 28px;
border-left: 1px solid #eeeeee;
box-sizing: border-box;
}

.kiso-header__mega-column:last-child {
border-right: 1px solid #eeeeee;
}

.kiso-header__mega-title {
margin: 0 0 22px;
color: #333;
font-size: 13px;
font-weight: 600;
line-height: 1.5;
letter-spacing: 0.04em;
}

.kiso-header__mega-list {
margin: 0;
padding: 0;
list-style: none;
}

.kiso-header__mega-list li {
margin: 0 0 11px;
padding: 0;
list-style: none;
}

.kiso-header__mega-list a {
display: inline-block;
color: #555 !important;
font-size: 12px;
font-weight: 400;
line-height: 1.45;
letter-spacing: 0.03em;
text-decoration: none !important;
white-space: nowrap;
}

.kiso-header__mega-list a:hover,
.kiso-header__mega-list a:visited,
.kiso-header__mega-list a:active {
color: #555 !important;
text-decoration: none !important;
}

.kiso-header__mega-list a:hover {
color: #333 !important;
opacity: 0.7;
}

/* カテゴリから探す：2列表示 */
.kiso-header__mega-column--category {
padding-right: 30px;
}

.kiso-header__mega-category {
display: grid;
grid-template-columns: max-content max-content;
column-gap: 42px;
align-items: start;
}

/* 成分から探す：2列表示 */
.kiso-header__mega-column--ingredient {
padding-right: 30px;
}

.kiso-header__mega-ingredient {
display: grid;
grid-template-columns: max-content max-content;
column-gap: 44px;
align-items: start;
}

/* 幅が狭いPCでは少し詰める */
@media only screen and (min-width: 751px) and (max-width: 1280px) {
.kiso-header__mega-inner {
max-width: 1195px;
padding: 32px 28px 40px;
grid-template-columns: 1.35fr 1.45fr 0.9fr 0.9fr;
}

```
.kiso-header__mega-column {
    padding: 0 20px;
}

.kiso-header__mega-category,
.kiso-header__mega-ingredient {
    column-gap: 26px;
}

.kiso-header__mega-list a {
    font-size: 11px;
}
```

}

/*----------------------------
Search panel：クリックで表示
-----------------------------*/

.kiso-header__search-panel {
position: absolute;
right: 76px;
top: 74px;
z-index: 1002;
width: 340px;
padding: 14px 0 0;
opacity: 0;
visibility: hidden;
pointer-events: none;
transform: translateY(-6px);
transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
box-sizing: border-box;
}

.kiso-header.is-search-open .kiso-header__search-panel {
opacity: 1;
visibility: visible;
pointer-events: auto;
transform: translateY(0);
}

.kiso-header__search-form {
position: relative;
display: flex;
align-items: center;
width: 100%;
height: 44px;
margin: 0;
padding: 0;
background: #fff;
border: 1px solid #d8d8d8;
border-radius: 999px;
box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
box-sizing: border-box;
}

.kiso-header__search-input {
flex: 1;
min-width: 0;
height: 42px;
padding: 0 52px 0 18px;
border: none;
border-radius: 999px;
background: transparent;
color: #333;
font-size: 13px;
box-sizing: border-box;
outline: none;
}

.kiso-header__search-input::placeholder {
color: #777;
}

.kiso-header__search-submit {
position: absolute;
right: 14px;
top: 50%;
width: 20px;
height: 20px;
padding: 0;
border: none;
background: transparent;
color: transparent;
font-size: 0;
transform: translateY(-50%);
cursor: pointer;
box-sizing: border-box;
}

.kiso-header__search-submit::before {
content: "";
display: block;
width: 20px;
height: 20px;
background: url("https://kisocare.itembox.cloud/item/search.svg?t=20260622180423") center center / contain no-repeat;
opacity: 0.85;
}

.kiso-header__search-submit:hover::before {
opacity: 1;
}

/*----------------------------
SP Header / Menu
-----------------------------*/

.kiso-header__menu-button,
.kiso-sp-menu {
display: none;
}

@media only screen and (max-width: 750px) {
.kiso-header__inner {
height: 62px;
padding: 0 14px;
display: flex;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
}

.kiso-header__nav {
    display: none;
}

/* 左側：ハンバーガーのみ表示 */
.kiso-header__sp-left {
    display: flex;
    align-items: center;
    gap: 0;
    flex: 0 0 auto;
    margin: 0;
}

.kiso-header__menu-button {
    position: relative;
    z-index: 1002;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 22px;
    height: 22px;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}

.kiso-header__menu-button span {
    display: block;
    width: 22px;
    height: 1px;
    background: #333;
}

/* SPの虫眼鏡アイコンは非表示 */
.kiso-header__sp-search-button {
    display: none !important;
}

.kiso-header__logo {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.kiso-header__logo img {
    width: 112px;
    height: auto;
}

.kiso-header__icons {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
    margin: 0;
}

.kiso-header__icon-link,
.kiso-header__icon-button {
    width: 19px;
    height: 19px;
}

.kiso-header__icon-link img,
.kiso-header__icon-button img {
    width: 19px;
    height: 19px;
}

.kiso-header__pc-search-button {
    display: none;
}

.kiso-header__mega {
    display: none;
}

/* SPでは検索パネルは出さない */
.kiso-header__search-panel {
    display: none !important;
}

/* 新規SPメニューは使わない場合は非表示 */
.kiso-sp-menu {
    display: none !important;
}

.kiso-header__mega-category,
.kiso-header__mega-ingredient {
    display: block;
}

}




/*----------------------------
    Base / 横スクロール防止
-----------------------------*/

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

#Contents {
    width: 100% !important;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

.top-keyword,
.top-bestseller,
.top-newitem,
.top-searchnav,
.top-guide,
.top-routine,
.top-follow,
.top-news {
    max-width: 100%;
    box-sizing: border-box;
}

.top-keyword__inner,
.top-bestseller__inner,
.top-newitem__inner,
.top-searchnav__inner,
.top-guide__inner,
.top-routine__inner,
.top-follow__inner,
.top-news__inner {
    max-width: 1195px;
    width: 100%;
    margin: 0 auto;
    padding: 0 56px;
    box-sizing: border-box;
}

@media only screen and (max-width: 750px) {
    .top-keyword__inner,
    .top-bestseller__inner,
    .top-newitem__inner,
    .top-searchnav__inner,
    .top-guide__inner,
    .top-routine__inner,
    .top-follow__inner,
    .top-news__inner {
        max-width: none;
        padding: 0 16px;
    }
}



/*----------------------------
    共通：もっと見るボタン下余白
-----------------------------*/

.top-bestseller__button-wrap,
.top-newitem__button-wrap,
.top-routine__button-wrap,
.top-news__button-wrap {
    margin-bottom: 56px;
}

@media only screen and (max-width: 750px) {
    .top-bestseller__button-wrap,
    .top-newitem__button-wrap,
    .top-routine__button-wrap,
    .top-news__button-wrap {
        margin-bottom: 40px;
    }
}



/*----------------------------
    共通：もっと見るボタン
-----------------------------*/

.top-bestseller__button,
.top-newitem__button,
.top-routine__button,
.top-news__button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 310px;
    height: 48px;
    border: 1px solid #555;
    background: #fff;
    color: #333 !important;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none !important;
    box-sizing: border-box;
    transition: opacity 0.25s ease;
}

/* 横線は非表示 */
.top-bestseller__button::before,
.top-newitem__button::before,
.top-routine__button::before,
.top-news__button::before {
    content: none;
}

/* 1pxの「＞」矢印 */
.top-bestseller__button::after,
.top-newitem__button::after,
.top-routine__button::after,
.top-news__button::after {
    content: "";
    position: absolute;
    right: 22px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    background: transparent;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.25s ease;
}

.top-bestseller__button:hover,
.top-newitem__button:hover,
.top-routine__button:hover,
.top-news__button:hover,
.top-bestseller__button:visited,
.top-newitem__button:visited,
.top-routine__button:visited,
.top-news__button:visited,
.top-bestseller__button:active,
.top-newitem__button:active,
.top-routine__button:active,
.top-news__button:active {
    color: #333 !important;
    text-decoration: none !important;
}

.top-bestseller__button:hover,
.top-newitem__button:hover,
.top-routine__button:hover,
.top-news__button:hover {
    opacity: 0.65;
}

/* ホバーで右に少し動く */
.top-bestseller__button:hover::after,
.top-newitem__button:hover::after,
.top-routine__button:hover::after,
.top-news__button:hover::after {
    transform: translate(5px, -50%) rotate(45deg);
}


/*----------------------------
    共通：セクション見出し
-----------------------------*/

.top-bestseller__heading,
.top-newitem__heading,
.top-guide__heading,
.top-routine__heading,
.top-follow__heading,
.top-news__heading {
    margin: 0 0 4px;
    color: #333;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.08em;
}

.top-bestseller__sub,
.top-newitem__sub,
.top-guide__sub,
.top-routine__sub,
.top-follow__sub,
.top-news__sub {
    margin: 0;
    color: #777;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
}

@media only screen and (max-width: 750px) {
    .top-bestseller__heading,
    .top-newitem__heading,
    .top-guide__heading,
    .top-routine__heading,
    .top-follow__heading,
    .top-news__heading {
        font-size: 24px;
    }

    .top-bestseller__sub,
    .top-newitem__sub,
    .top-guide__sub,
    .top-routine__sub,
    .top-follow__sub,
    .top-news__sub {
        font-size: 11px;
    }

    .top-bestseller__button,
    .top-newitem__button,
    .top-routine__button,
    .top-news__button {
        width: 100%;
        max-width: 280px;
        height: 44px;
        font-size: 13px;
    }

    .top-bestseller__button::before,
    .top-newitem__button::before,
    .top-routine__button::before,
    .top-news__button::before {
        right: 16px;
        width: 22px;
    }

    .top-bestseller__button::after,
    .top-newitem__button::after,
    .top-routine__button::after,
    .top-news__button::after {
        right: 16px;
        width: 7px;
    }
}


/*----------------------------
    TOP FV PC/SP切り替え
-----------------------------*/

.top-slider-sp {
    display: none !important;
}

@media only screen and (max-width: 750px) {
    .top-slider-pc {
        display: none !important;
    }

    .top-slider-sp {
        display: block !important;
    }
}

@media only screen and (min-width: 751px) {
    .top-slider-pc {
        display: block !important;
    }

    .top-slider-sp {
        display: none !important;
    }
}


/*----------------------------
    TOP 人気キーワード
-----------------------------*/

.top-keyword {
    padding: 46px 0 58px;
    background: #fff;
}

.top-keyword__title {
    margin: 0 0 14px;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.04em;
}

.top-keyword__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.top-keyword__list li {
    margin: 0;
    padding: 0;
}

.top-keyword__list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 126px;
    height: 36px;
    padding: 0 20px;
    border: 1px solid #777;
    background: #fff;
    color: #333;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none !important;
    white-space: nowrap;
    box-sizing: border-box;
}

.top-keyword__list a:hover,
.top-keyword__list a:visited,
.top-keyword__list a:active {
    color: #333;
    text-decoration: none !important;
}

.top-keyword__list a:hover {
    opacity: 0.65;
}

@media only screen and (max-width: 750px) {
    .top-keyword {
        padding: 24px 0 46px;
        overflow: hidden;
    }

    .top-keyword__title {
        margin: 0 0 12px;
        font-size: 18px;
    }

    .top-keyword__list {
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 0 8px;
        margin: 0;
        list-style: none;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .top-keyword__list::-webkit-scrollbar {
        display: none;
    }

    .top-keyword__list li {
        flex: 0 0 auto;
    }

    .top-keyword__list a {
        min-width: auto;
        height: 34px;
        padding: 0 16px;
        font-size: 13px;
    }
}


/*----------------------------
    TOP BEST SELLER
-----------------------------*/

.top-bestseller {
    padding: 28px 0 70px;
    background: #fff;
}

.top-bestseller__sub {
    margin-bottom: 24px;
}

.top-bestseller__lead {
    margin: 0 0 36px;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}

.top-bestseller__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.top-bestseller__item {
    position: relative;
    min-width: 0;
}

.top-bestseller__image {
    position: relative;
    display: block;
    overflow: visible;
    background: transparent;
    text-decoration: none !important;
}

.top-bestseller__image:hover,
.top-bestseller__image:visited,
.top-bestseller__image:active {
    text-decoration: none !important;
}

.top-bestseller__image-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #f7f7f7;
    aspect-ratio: 1 / 1.18;
}

.top-bestseller__product-img {
    display: block;
    width: 86%;
    height: 86%;
    object-fit: contain;
    transition: transform 0.35s ease;
    transform-origin: center center;
    will-change: transform;
}

.top-bestseller__image:hover .top-bestseller__product-img {
    transform: scale(1.04);
}

.top-bestseller__rank {
    position: absolute;
    top: -18px;
    left: 8px;
    z-index: 10;
    width: 38px;
    display: block;
}

.top-bestseller__rank img {
    display: block;
    width: 100%;
    height: auto;
}

.top-bestseller__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin: 10px 0 8px;
}

.top-bestseller__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    height: 16px;
    padding: 0 10px;
    border-radius: 999px;
    background: #e5e5e5;
    color: #333;
    font-size: 10px;
    line-height: 1;
}

.top-bestseller__name {
    margin: 0 0 3px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.top-bestseller__category {
    margin: 0 0 8px;
    color: #777;
    font-size: 12px;
    line-height: 1.4;
}

.top-bestseller__price {
    margin: 0;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.top-bestseller__tax {
    color: #555;
    font-size: 12px;
    font-weight: 400;
}

.top-bestseller__button-wrap {
    margin-top: 58px;
    text-align: center;
}


/*----------------------------
    TOP NEW ITEM
-----------------------------*/

.top-newitem {
    padding: 0 0 76px;
    background: #fff;
}

.top-newitem__sub {
    margin-bottom: 58px;
}

.top-newitem__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    width: 78%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.top-newitem__item {
    position: relative;
    min-width: 0;
}

.top-newitem__image {
    position: relative;
    display: block;
    overflow: visible;
    background: transparent;
    color: #333;
    text-decoration: none !important;
}

.top-newitem__image:hover,
.top-newitem__image:visited,
.top-newitem__image:active {
    color: #333;
    text-decoration: none !important;
}

.top-newitem__image-frame {
    display: block;
    overflow: hidden;
    background: transparent;
}

.top-newitem__product-img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: initial;
    transition: transform 0.35s ease;
    transform-origin: center center;
    will-change: transform;
}

.top-newitem__image:hover .top-newitem__product-img {
    transform: scale(1.04);
}

.top-newitem__badge {
    position: absolute;
    top: -18px;
    left: -18px;
    z-index: 10;
    width: 56px;
    display: block;
    pointer-events: none;
}

.top-newitem__badge img {
    display: block;
    width: 100%;
    height: auto;
}

.top-newitem__name {
    margin: 16px 0 4px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.top-newitem__category {
    margin: 0 0 8px;
    color: #777;
    font-size: 12px;
    line-height: 1.4;
}

.top-newitem__price {
    margin: 0;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.top-newitem__tax {
    color: #555;
    font-size: 12px;
    font-weight: 400;
}

.top-newitem__button-wrap {
    margin-top: 62px;
    text-align: center;
}

.top-bestseller__item,
.top-newitem__item {
    position: relative;
}

.top-bestseller__item::after,
.top-newitem__item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0);
    transition: background 0.25s ease;
    pointer-events: none;
}

.top-bestseller__item:hover::after,
.top-newitem__item:hover::after {
    background: rgba(255, 255, 255, 0.45);
}

.top-bestseller__item:hover img,
.top-newitem__item:hover img {
    transform: none !important;
}



/*----------------------------
    BEST SELLER / NEW ITEM SP
-----------------------------*/

@media only screen and (max-width: 750px) {
    .top-bestseller {
        padding: 12px 0 52px;
        overflow: hidden;
    }

    .top-newitem {
        padding: 0 0 54px;
        overflow: hidden;
    }

    .top-bestseller__sub {
        margin-bottom: 20px;
    }

    .top-bestseller__lead {
        margin-bottom: 28px;
        font-size: 13px;
    }

    .top-newitem__sub {
        margin-bottom: 32px;
    }

    .top-bestseller__list,
    .top-newitem__list {
        display: flex;
        flex-wrap: nowrap;
        gap: 16px;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 24px 0 42px;
        overflow-x: auto;
        overflow-y: visible;
        list-style: none;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: #b8b8b8 #eeeeee;
    }

    .top-bestseller__list::-webkit-scrollbar,
    .top-newitem__list::-webkit-scrollbar {
        display: block;
        height: 3px;
    }

    .top-bestseller__list::-webkit-scrollbar-track,
    .top-newitem__list::-webkit-scrollbar-track {
        background: #eeeeee;
        border-radius: 999px;
    }

    .top-bestseller__list::-webkit-scrollbar-thumb,
    .top-newitem__list::-webkit-scrollbar-thumb {
        background: #b8b8b8;
        border-radius: 999px;
    }

    .top-bestseller__item {
        flex: 0 0 36%;
        min-width: 0;
        overflow: visible;
    }

    .top-newitem__item {
        flex: 0 0 38%;
        min-width: 0;
        overflow: visible;
    }

    .top-bestseller__rank {
        top: -12px;
        left: 4px;
        width: 28px;
    }

    .top-newitem__badge {
        top: -12px;
        left: -2px;
        width: 38px;
    }

    .top-bestseller__image-frame {
        aspect-ratio: 1 / 1.18;
    }

    .top-bestseller__product-img {
        width: 82%;
        height: 82%;
        object-fit: contain;
    }

    .top-newitem__product-img {
        width: 100%;
        height: auto;
        object-fit: initial;
    }

    .top-bestseller__tags {
        gap: 3px;
        margin: 8px 0 6px;
    }

    .top-bestseller__tag {
        min-width: 42px;
        height: 14px;
        padding: 0 8px;
        font-size: 9px;
    }

    .top-bestseller__name,
    .top-newitem__name {
        font-size: 12px;
        line-height: 1.55;
    }

    .top-newitem__name {
        margin-top: 12px;
    }

    .top-bestseller__category,
    .top-newitem__category {
        font-size: 11px;
        line-height: 1.5;
    }

    .top-bestseller__price,
    .top-newitem__price {
        font-size: 13px;
    }

    .top-bestseller__tax,
    .top-newitem__tax {
        font-size: 11px;
    }

    .top-bestseller__button-wrap,
    .top-newitem__button-wrap {
        margin-top: 34px;
    }
}


/*----------------------------
    TOP SEARCH NAV
-----------------------------*/

.top-searchnav {
    padding: 0 0 82px;
    background: #fff;
}

.top-searchnav__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.top-searchnav__item {
    min-width: 0;
}

.top-searchnav__link {
    position: relative;
    display: block;
    color: #333;
    text-decoration: none !important;
    box-sizing: border-box;
    overflow: hidden;
    transition: opacity 0.25s ease;
}

.top-searchnav__link:hover,
.top-searchnav__link:visited,
.top-searchnav__link:active {
    color: #333;
    text-decoration: none !important;
}

.top-searchnav__link::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    border: 1px solid #b8b8b8;
    pointer-events: none;
    box-sizing: border-box;
}

.top-searchnav__link:hover {
    opacity: 0.85;
}

.top-searchnav__bg {
    display: block;
    width: 100%;
    height: auto;
}

/* PC：タイトル位置 */
.top-searchnav__body {
    position: absolute;
    top: 50%;
    left: 33px;
    z-index: 3;
    transform: translateY(-50%);
}

/* PC：タイトル18px */
.top-searchnav__title {
    margin: 0 0 18px;
    color: #333;
    font-family: "Noto Sans JP", "Noto Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.04em;
}

.top-searchnav__text {
    margin: 0;
    color: #555;
    font-family: "Noto Sans JP", "Noto Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.04em;
}

/* 矢印：#555 */
.top-searchnav__arrow {
    position: absolute;
    right: 15px;
    bottom: 10px;
    z-index: 3;
    width: 28px;
    height: 1px;
    background: #555;
    transition: transform 0.25s ease;
}

.top-searchnav__arrow::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 9px;
    height: 1px;
    background: #555;
    transform: rotate(25deg);
    transform-origin: right center;
}

.top-searchnav__link:hover .top-searchnav__arrow {
    transform: translateX(6px);
}



/*----------------------------
    TOP SEARCH NAV SP
-----------------------------*/

@media only screen and (max-width: 750px) {
    .top-searchnav {
        padding: 0 0 54px;
    }

    .top-searchnav__list {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .top-searchnav__body {
        left: 42px;
    }

    .top-searchnav__title {
        margin-bottom: 14px;
        font-size: 19px;
    }

    .top-searchnav__text {
        font-size: 12px;
        line-height: 1.7;
    }

    .top-searchnav__arrow {
        right: 15px;
        bottom: 10px;
        width: 24px;
        background: #555;
    }

    .top-searchnav__arrow::after {
        background: #555;
    }

    .top-searchnav__bg {
        display: block;
        width: 100%;
        height: auto;
        object-fit: initial;
        object-position: center center;
    }
}



/*----------------------------
    TOP FIRST GUIDE
-----------------------------*/

.top-guide {
    padding: 86px 0 96px;
    background: #f7f7f7;
}

.top-guide__heading-wrap {
    margin: 0 0 56px;
    text-align: center;
}

.top-guide__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 32px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.top-guide__item {
    min-width: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-guide__item:nth-child(3) {
    grid-column: 1 / 2;
}

.top-guide__link {
    position: relative;
    display: flex;
    align-items: center;
    height: 160px;
    border: 1px solid #b7b7b7;
    background: #fff;
    color: #333;
    text-decoration: none !important;
    box-sizing: border-box;
    overflow: hidden;
    transition: opacity 0.25s ease;
}

.top-guide__link:hover,
.top-guide__link:visited,
.top-guide__link:active {
    color: #333;
    text-decoration: none !important;
}

.top-guide__link:hover {
    opacity: 0.85;
}

.top-guide__link span,
.top-guide__link:hover span,
.top-guide__link:visited span,
.top-guide__link:active span {
    color: inherit;
    text-decoration: none !important;
}

.top-guide__image {
    display: block;
    flex: 0 0 190px;
    width: 190px;
    height: 160px;
    overflow: hidden;
    background: #f7f7f7;
}

.top-guide__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.35s ease;
}

.top-guide__link:hover .top-guide__image img {
    transform: scale(1.04);
}

.top-guide__body {
    display: block;
    padding: 0 32px 0 40px;
    box-sizing: border-box;
    min-width: 0;
}

.top-guide__title {
    display: block;
    margin: 0 0 14px;
    color: #333;
    font-family: "Noto Sans JP", "Noto Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    white-space: nowrap;
    text-decoration: none !important;
}

.top-guide__text {
    display: block;
    margin: 0;
    color: #555;
    font-family: "Noto Sans JP", "Noto Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.04em;
    white-space: nowrap;
    text-decoration: none !important;
}

.top-guide__arrow {
    display: none;
}

@media only screen and (max-width: 750px) {
    .top-guide {
        padding: 58px 0 64px;
    }

    .top-guide__heading-wrap {
        margin-bottom: 36px;
    }

    .top-guide__list {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .top-guide__item:nth-child(3) {
        grid-column: auto;
    }

    .top-guide__link {
        height: 128px;
    }

    .top-guide__image {
        flex: 0 0 120px;
        width: 120px;
        height: 128px;
    }

    .top-guide__body {
        padding: 0 24px 0 32px;
    }

    .top-guide__title {
        margin-bottom: 8px;
        font-size: 15px;
        white-space: normal;
    }

    .top-guide__text {
        font-size: 11px;
        line-height: 1.6;
        white-space: normal;
    }
}


/*----------------------------
    TOP ROUTINE SET
-----------------------------*/

.top-routine {
    padding: 86px 0 76px;
    background: #fff;
}

.top-routine__sub {
    margin-bottom: 26px;
}

.top-routine__lead {
    margin: 0 0 34px;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}

.top-routine__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 32px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.top-routine__item {
    min-width: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-routine__link {
    display: flex;
    width: 100%;
    height: 190px;
    color: #333;
    text-decoration: none !important;
    overflow: hidden;
    box-sizing: border-box;
    transition: opacity 0.25s ease;
}

.top-routine__link:hover,
.top-routine__link:visited,
.top-routine__link:active {
    color: #333;
    text-decoration: none !important;
}

.top-routine__link span,
.top-routine__link:hover span,
.top-routine__link:visited span,
.top-routine__link:active span {
    text-decoration: none !important;
}

.top-routine__link:hover {
    opacity: 0.9;
}

.top-routine__body {
    display: flex;
    flex: 0 0 43%;
    width: 43%;
    height: 190px;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px 0 30px;
    box-sizing: border-box;
}

.top-routine__link--pore .top-routine__body {
    background: #fcf4ed;
}

.top-routine__link--clear .top-routine__body {
    background: #eff8f9;
}

.top-routine__link--retinol .top-routine__body {
    background: #fcf5f7;
}

.top-routine__link--aging .top-routine__body {
    background: #f4f9ef;
}

.top-routine__title {
    display: flex;
    align-items: baseline;
    gap: 2px;
    margin: 0;
    color: #333;
    font-family: "Noto Sans JP", "Noto Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0.04em;
    text-decoration: none !important;
    white-space: nowrap;
}

.top-routine__title-small {
    display: inline;
    margin-top: 0;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none !important;
}

.top-routine__title--two-line {
    display: block;
    white-space: normal;
}

.top-routine__title--two-line .top-routine__title-small {
    display: block;
    margin-top: 2px;
}

.top-routine__text {
    display: block;
    margin: 16px 0 0;
    color: #555;
    font-family: "Noto Sans JP", "Noto Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.04em;
    text-decoration: none !important;
}

.top-routine__image {
    flex: 0 0 57%;
    width: 57%;
    height: 190px;
    overflow: hidden;
    background: #f7f7f7;
}

.top-routine__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.top-routine__link:hover .top-routine__image img {
    transform: scale(1.04);
}

.top-routine__button-wrap {
    margin-top: 58px;
    text-align: center;
}

@media only screen and (max-width: 750px) {
    .top-routine {
        padding: 58px 0 58px;
    }

    .top-routine__sub {
        margin-bottom: 22px;
    }

    .top-routine__lead {
        margin-bottom: 28px;
        font-size: 13px;
        line-height: 1.7;
    }

    .top-routine__list {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .top-routine__link {
        height: 150px;
    }

    .top-routine__body {
        flex: 0 0 45%;
        width: 45%;
        height: 150px;
        padding: 0 14px 0 32px;
    }

    .top-routine__title {
        font-size: 16px;
        line-height: 1.45;
    }

    .top-routine__title-small {
        font-size: 14px;
    }

    .top-routine__text {
        margin-top: 10px;
        font-size: 12px;
        line-height: 1.6;
    }

    .top-routine__image {
        flex: 0 0 55%;
        width: 55%;
        height: 150px;
    }

    .top-routine__button-wrap {
        margin-top: 36px;
    }
}


/*----------------------------
    FOLLOW US
-----------------------------*/

.top-follow {
    padding: 0px 0 96px;
    background: #fff;
}

.top-follow__heading-wrap {
    margin: 0 0 48px;
    text-align: center;
}

.top-follow__list {
    display: flex;
    justify-content: center;
    gap: 18px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.top-follow__item {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-follow__link {
    position: relative;
    display: flex;
    align-items: center;
    width: 180px;
    height: 48px;
    padding: 0 46px 0 20px;
    border-radius: 999px;
    background: #e5e5e5;
    color: #333;
    text-decoration: none !important;
    box-sizing: border-box;
    transition: opacity 0.25s ease;
}

.top-follow__link:hover,
.top-follow__link:visited,
.top-follow__link:active {
    color: #333;
    text-decoration: none !important;
}

.top-follow__link:hover {
    opacity: 0.82;
}

.top-follow__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.top-follow__icon img {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.top-follow__text {
    display: block;
    color: #333;
    font-family: "Noto Sans JP", "Noto Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    white-space: nowrap;
    text-decoration: none !important;
}

.top-follow__arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 20px;
    height: 1px;
    background: #333;
    transform: translateY(-50%);
    transition: transform 0.25s ease;
}

.top-follow__arrow::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 8px;
    height: 1px;
    background: #333;
    transform: rotate(25deg);
    transform-origin: right center;
}

.top-follow__link:hover .top-follow__arrow {
    transform: translate(5px, -50%);
}

/* Xのみ位置調整 */
.top-follow__link--x .top-follow__icon {
    transform: translateX(5px);
}

.top-follow__link--x .top-follow__text {
    transform: translateX(5px);
}
@media only screen and (max-width: 750px) {
    .top-follow {
        padding: 36px 0 72px !important;
    }

    .top-follow__heading-wrap {
        margin: 0 0 32px;
    }
}



/*----------------------------
    NEWS
-----------------------------*/

.top-news {
    padding: 0 0 96px;
    background: #fff;
}

.top-news__heading-wrap {
    margin: 0 0 58px;
}

.top-news__list {
    padding: 0;
    margin: 0;
    list-style: none;
    border-top: 1px solid #e3e3e3;
}

.top-news__item {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #e3e3e3;
}

.top-news__link {
    display: grid;
    grid-template-columns: 90px 82px 1fr;
    align-items: center;
    column-gap: 18px;
    min-height: 56px;
    padding: 0;
    color: #333;
    text-decoration: none !important;
    box-sizing: border-box;
    transition: opacity 0.25s ease;
}

.top-news__link:hover,
.top-news__link:visited,
.top-news__link:active {
    color: #333;
    text-decoration: none !important;
}

.top-news__link:hover {
    opacity: 0.65;
}

.top-news__date {
    display: block;
    color: #666;
    font-family: "Noto Sans JP", "Noto Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}

.top-news__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 52px;
    height: 16px;
    padding: 0 8px;
    background: #eeeeee;
    color: #333;
    font-family: "Noto Sans JP", "Noto Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    box-sizing: border-box;
}

.top-news__text {
    display: block;
    color: #333;
    font-family: "Noto Sans JP", "Noto Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-news__button-wrap {
    margin-top: 58px;
    text-align: center;
}

@media only screen and (max-width: 750px) {
    .top-follow {
        padding: 64px 0 64px;
    }

    .top-follow__heading-wrap {
        margin-bottom: 36px;
    }

    .top-follow__list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .top-follow__link {
        width: 100%;
        height: 46px;
        padding: 0 40px 0 16px;
    }

    .top-follow__icon {
        flex: 0 0 22px;
        width: 22px;
        height: 22px;
        margin-right: 9px;
    }

    .top-follow__icon img {
        width: 22px;
        height: 22px;
    }

    .top-follow__text {
        font-size: 14px;
    }

    .top-follow__arrow {
        right: 16px;
        width: 20px;
    }

    .top-news {
        padding: 0 0 68px;
    }

    .top-news__heading-wrap {
        margin-bottom: 38px;
    }

    .top-news__link {
        grid-template-columns: 78px 72px 1fr;
        column-gap: 10px;
        min-height: 62px;
    }

    .top-news__date {
        font-size: 12px;
    }

    .top-news__tag {
        min-width: 48px;
        height: 16px;
        padding: 0 6px;
        font-size: 9px;
    }

    .top-news__text {
        font-size: 12px;
        line-height: 1.6;
    }

    .top-news__button-wrap {
        margin-top: 36px;
    }
}





/*==================================================
TOP用：左側メニュー・旧TOPコンテンツだけ非表示
※既存ヘッダー・既存ハンバーガーは触らない
==================================================*/

/* 左側のカテゴリメニューだけ非表示 */
#Contents .fs-l-sideArea,
#Contents .fs-l-side,
#Contents .fs-l-sidebar,
#Contents .fs-p-sideMenu,
#Contents .fs-p-sideCategory,
#Contents .fs-p-categoryMenu {
display: none !important;
}

/* 左メニューを消した分、メイン幅を100%に戻す */
#Contents .fs-l-main,
#Contents .fs-l-content,
#Contents .fs-l-pageMain {
width: 100% !important;
max-width: 100% !important;
margin-left: auto !important;
margin-right: auto !important;
}

/* 旧TOPのニュース・おすすめ・会員登録・旧バナー系だけ非表示 */
#Contents .fs-p-topInformation,
#Contents .fs-p-topRecommend,
#Contents .fs-p-topMember,
#Contents .fs-p-topBanner,
#Contents .fs-c-newsList,
#Contents .fs-c-productCarousel,
#Contents .fs-c-productListCarousel,
#Contents .fs-c-productList,
#Contents .fs-c-memberBenefit,
#Contents .fs-c-promotionBanner,
#Contents .fs-c-registeredProduct,
#Contents .fs-c-featuredProduct {
display: none !important;
}

/* 念のため：新しく作ったTOPパーツは表示維持 */
#Contents .top-keyword,
#Contents .top-bestseller,
#Contents .top-newitem,
#Contents .top-searchnav,
#Contents .top-guide,
#Contents .top-routine,
#Contents .top-follow,
#Contents .top-news {
display: block !important;
}




/*----------------------------
    BEST SELLER：商品全体ホバー
-----------------------------*/

.top-bestseller__item {
    position: relative;
}

.top-bestseller__item::after {
    content: "" !important;
    position: absolute;
    inset: 0;
    z-index: 20;
    background: rgba(255, 255, 255, 0);
    transition: background 0.25s ease;
    pointer-events: none;
}

.top-bestseller__item:hover::after {
    background: rgba(255, 255, 255, 0.45);
}

.top-bestseller__rank {
    z-index: 30;
}


/*----------------------------
    NEW ITEM：画像だけ枠内で拡大
-----------------------------*/

.top-newitem__item::after {
    content: none !important;
}

.top-newitem__image-frame {
    overflow: hidden !important;
}

.top-newitem__product-img {
    transition: transform 0.35s ease !important;
    transform-origin: center center;
}

.top-newitem__item:hover img {
    transform: none;
}

.top-newitem__image:hover .top-newitem__product-img {
    transform: scale(1.04) !important;
}


/*----------------------------
    MV左右矢印を非表示
-----------------------------*/

.top-slider-pc .slick-arrow,
.top-slider-sp .slick-arrow,
.top-slider-pc .slick-prev,
.top-slider-pc .slick-next,
.top-slider-sp .slick-prev,
.top-slider-sp .slick-next,
.top-slider-pc .fs-c-slick__arrow,
.top-slider-sp .fs-c-slick__arrow,
.top-slider-pc button[aria-label="Previous"],
.top-slider-pc button[aria-label="Next"],
.top-slider-sp button[aria-label="Previous"],
.top-slider-sp button[aria-label="Next"] {
    display: none !important;
}


/*==================================================
TOP用：左側メニューだけ非表示
※既存ヘッダー・ハンバーガー・フッターは触らない
==================================================*/

#Contents .fs-l-sideArea,
#Contents .fs-l-side,
#Contents .fs-l-sidebar,
#Contents .fs-p-sideMenu,
#Contents .fs-p-sideCategory,
#Contents .fs-p-categoryMenu {
display: none !important;
}

#Contents .fs-l-main,
#Contents .fs-l-content,
#Contents .fs-l-pageMain {
width: 100% !important;
max-width: 100% !important;
margin-left: auto !important;
margin-right: auto !important;
}




/*==================================================
SP最終調整
・ヘッダーアイコン余白調整
・検索スペース縮小
・お悩み/成分/カテゴリ導線の文字位置調整
・ROUTINE SET文字位置/セット文字調整
==================================================*/

@media only screen and (max-width: 750px) {

/*----------------------------
    SP HEADER：ロゴ被り防止
-----------------------------*/

.kiso-header__inner {
    height: 62px !important;
    padding: 0 13px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    box-sizing: border-box;
}

/* 左：ハンバーガー + 虫眼鏡 */
.kiso-header__sp-left {
    display: flex !important;
    align-items: center !important;
    gap: 13px !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
}

.kiso-header__menu-button {
    width: 22px !important;
    height: 22px !important;
    gap: 5px !important;
}

.kiso-header__menu-button span {
    width: 22px !important;
    height: 1px !important;
}

.kiso-header__sp-search-button {
    width: 20px !important;
    height: 20px !important;
}

.kiso-header__sp-search-button img {
    width: 20px !important;
    height: 20px !important;
}

/* 中央ロゴ：少し小さくして被り防止 */
.kiso-header__logo {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.kiso-header__logo img {
    width: 110px !important;
    height: auto !important;
}

/* 右：user / heart / cart */
.kiso-header__icons {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
}

.kiso-header__icon-link,
.kiso-header__icon-button {
    width: 19px !important;
    height: 19px !important;
}

.kiso-header__icon-link img,
.kiso-header__icon-button img {
    width: 19px !important;
    height: 19px !important;
}

.kiso-header__pc-search-button {
    display: none !important;
}


/*----------------------------
    SP HEADER：検索スペース縮小
-----------------------------*/

.kiso-header__search-panel {
    left: 34px !important;
    right: 34px !important;
    top: 62px !important;
    width: auto !important;
    padding-top: 10px !important;
    z-index: 1002 !important;
}

.kiso-header__search-form {
    height: 38px !important;
    border-radius: 999px !important;
    background: #fff !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}

.kiso-header__search-input {
    height: 36px !important;
    padding: 0 44px 0 16px !important;
    font-size: 12px !important;
}

.kiso-header__search-submit {
    right: 14px !important;
    width: 18px !important;
    height: 18px !important;
}

.kiso-header__search-submit::before {
    width: 18px !important;
    height: 18px !important;
}


/*----------------------------
    SP SEARCH NAV：文字を少し左へ
-----------------------------*/

.top-searchnav__body {
    left: 28px !important;
}

.top-searchnav__title {
    margin-bottom: 12px !important;
    font-size: 18px !important;
    line-height: 1.45 !important;
}

.top-searchnav__text {
    font-size: 12px !important;
    line-height: 1.65 !important;
}


/*----------------------------
    SP ROUTINE SET：文字位置・セット文字調整
-----------------------------*/

.top-routine__link {
    height: 150px !important;
}

.top-routine__body {
    flex: 0 0 43% !important;
    width: 43% !important;
    height: 150px !important;
    padding: 0 8px 0 22px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

.top-routine__image {
    flex: 0 0 57% !important;
    width: 57% !important;
    height: 150px !important;
}

.top-routine__title {
    display: block !important;
    margin: 0 !important;
    color: #333 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
    letter-spacing: 0.03em !important;
    white-space: normal !important;
}

/* 「セット」の文字を補足寄りの小さめ表現に */
.top-routine__title-small {
    display: inline !important;
    margin: 0 0 0 2px !important;
    color: #555 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    letter-spacing: 0.04em !important;
}

/* レチノール初心者セットだけ2段維持 */
.top-routine__title--two-line .top-routine__title-small {
    display: block !important;
    margin: 2px 0 0 !important;
    color: #555 !important;
    font-size: 12px !important;
    line-height: 1.6 !important;
}

.top-routine__text {
    margin-top: 10px !important;
    color: #555 !important;
    font-size: 12px !important;
    line-height: 1.6 !important;
    letter-spacing: 0.04em !important;
}

}



/*==================================================
    SP調整：虫眼鏡アイコン非表示・FV上余白調整
==================================================*/

@media only screen and (max-width: 750px) {

    /* SPヘッダー左側の虫眼鏡アイコンを非表示 */
    .kiso-header__sp-search-button {
        display: none !important;
    }

    /* 虫眼鏡を消した分、左側アイコンの余白を整える */
    .kiso-header__sp-left {
        gap: 0 !important;
    }

    /* 検索パネルもSPでは出さない */
    .kiso-header__search-panel {
        display: none !important;
    }

    /* FV上の余白を詰める */
    .top-slider-sp,
    .top-slider-sp .slick-slider,
    .top-slider-sp .slick-list,
    .top-slider-sp .slick-track {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    /* ヘッダー直下に余白が入っている場合の調整 */
    .kiso-header + .top-slider-sp,
    .kiso-header + * .top-slider-sp {
        margin-top: 0 !important;
    }

    /* スライダー画像の上余白防止 */
    .top-slider-sp img {
        display: block;
        margin-top: 0 !important;
    }
}



/*==================================================
    リニューアルTOP PCのみ：既存ヘッダー非表示
    ※SPハンバーガーは触らない
==================================================*/

@media only screen and (min-width: 751px) {
    body.fs-body-top .fs-l-page > .fs-l-header {
        display: none !important;
        height: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }
}


/*==================================================
    SPメニュー復旧：新ハンバーガー用
==================================================*/

/* リニューアルTOPは既存ヘッダーをPC/SPともに非表示 */
body.fs-body-top .fs-l-page > .fs-l-header {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

@media only screen and (max-width: 750px) {

    /* 新ヘッダー */
    .kiso-header {
        position: relative;
        z-index: 1000;
        background: #fff;
        border-bottom: 1px solid #eee;
    }

    .kiso-header__inner {
        height: 62px !important;
        padding: 0 14px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        box-sizing: border-box;
    }

    .kiso-header__nav {
        display: none !important;
    }

    .kiso-header__sp-left {
        display: flex !important;
        align-items: center !important;
        gap: 0 !important;
        flex: 0 0 auto !important;
        margin: 0 !important;
    }

    .kiso-header__menu-button {
        position: relative;
        z-index: 1002;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        width: 22px;
        height: 22px;
        padding: 0;
        margin: 0;
        border: none;
        background: transparent;
        cursor: pointer;
    }

    .kiso-header__menu-button span {
        display: block;
        width: 22px;
        height: 1px;
        background: #333;
    }

    .kiso-header__sp-search-button {
        display: none !important;
    }

    .kiso-header__logo {
        position: absolute !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        margin: 0 !important;
    }

    .kiso-header__logo img {
        display: block;
        width: 112px !important;
        height: auto !important;
    }

    .kiso-header__icons {
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
        flex: 0 0 auto !important;
        margin: 0 !important;
    }

    .kiso-header__icon-link,
    .kiso-header__icon-button {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 19px !important;
        height: 19px !important;
    }

    .kiso-header__icon-link img,
    .kiso-header__icon-button img {
        display: block !important;
        width: 19px !important;
        height: 19px !important;
        max-width: 19px !important;
        object-fit: contain !important;
    }

    .kiso-header__pc-search-button,
    .kiso-header__search-panel,
    .kiso-header__mega {
        display: none !important;
    }


    /*----------------------------
        SPメニュー本体
    -----------------------------*/

    .kiso-sp-menu {
        display: none !important;
        position: absolute !important;
        left: 0 !important;
        top: 62px !important;
        z-index: 1001 !important;
        width: 100% !important;
        max-height: calc(100vh - 62px) !important;
        overflow-y: auto !important;
        background: #fff !important;
        border-top: 1px solid #eeeeee !important;
        box-sizing: border-box !important;
    }

    .kiso-header.is-sp-menu-open .kiso-sp-menu {
        display: block !important;
    }

    .kiso-sp-menu__inner {
        padding: 22px 20px 38px !important;
        box-sizing: border-box !important;
    }

    /* 巨大アイコン防止 */
    .kiso-sp-menu img {
        max-width: 24px !important;
        height: auto !important;
    }

    /* 上部アイコン */
    .kiso-sp-menu__quick {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
        margin: 0 0 16px !important;
        padding: 0 !important;
    }

    .kiso-sp-menu__quick-link {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #333 !important;
        text-decoration: none !important;
    }

    .kiso-sp-menu__quick-icon {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 24px !important;
        height: 24px !important;
        margin: 0 0 5px !important;
    }

    .kiso-sp-menu__quick-icon img {
        display: block !important;
        width: 24px !important;
        height: 24px !important;
        object-fit: contain !important;
    }

    .kiso-sp-menu__quick-text {
        color: #333;
        font-size: 10px;
        font-weight: 400;
        line-height: 1.4;
        white-space: nowrap;
    }

    /* 検索窓 */
    .kiso-sp-menu__search {
        position: relative;
        display: flex !important;
        align-items: center;
        width: 100%;
        height: 38px;
        margin: 0 0 28px;
        background: #fff;
        border: 1px solid #d8d8d8;
        border-radius: 999px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
        box-sizing: border-box;
    }

    .kiso-sp-menu__search-input {
        flex: 1;
        min-width: 0;
        height: 36px;
        padding: 0 44px 0 16px;
        border: none;
        border-radius: 999px;
        background: transparent;
        color: #333;
        font-size: 12px;
        outline: none;
        box-sizing: border-box;
    }

    .kiso-sp-menu__search-button {
        position: absolute;
        right: 13px;
        top: 50%;
        width: 18px;
        height: 18px;
        padding: 0;
        border: none;
        background: transparent;
        transform: translateY(-50%);
    }

    .kiso-sp-menu__search-button img {
        width: 18px !important;
        height: 18px !important;
    }

    /* メニュー見出し */
    .kiso-sp-menu__heading {
        margin: 0 0 22px;
        color: #333;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.5;
    }

    /* アコーディオン */
    .kiso-sp-menu__group {
        border-top: 1px solid #dddddd;
    }

    .kiso-sp-menu__group:last-child {
        border-bottom: 1px solid #dddddd;
    }

    .kiso-sp-menu__group summary {
        position: relative;
        display: flex;
        align-items: center;
        min-height: 58px;
        padding: 0 34px 0 0;
        color: #333;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.5;
        list-style: none;
        cursor: pointer;
    }

    .kiso-sp-menu__group summary::-webkit-details-marker {
        display: none;
    }

    .kiso-sp-menu__group summary::before,
    .kiso-sp-menu__group summary::after {
        content: "";
        position: absolute;
        right: 4px;
        top: 50%;
        width: 18px;
        height: 1px;
        background: #999;
        transition: transform 0.2s ease;
    }

    .kiso-sp-menu__group summary::after {
        transform: rotate(90deg);
    }

    .kiso-sp-menu__group[open] summary::after {
        transform: rotate(0);
    }

    .kiso-sp-menu__group ul {
        margin: 0;
        padding: 0 0 18px;
        list-style: none;
    }

    .kiso-sp-menu__group li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .kiso-sp-menu__group a {
        display: block;
        padding: 9px 0;
        color: #555 !important;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.5;
        text-decoration: none !important;
    }

    .kiso-sp-menu__group a:hover,
    .kiso-sp-menu__group a:visited,
    .kiso-sp-menu__group a:active {
        color: #555 !important;
        text-decoration: none !important;
    }

/*==================================================
    SPメニュー中身 復旧
==================================================*/

@media only screen and (max-width: 750px) {
    .kiso-sp-menu .kiso-header__mega,
    .kiso-sp-menu .kiso-header__mega-inner,
    .kiso-sp-menu .kiso-header__mega-column {
        display: block !important;
    }

    .kiso-sp-menu .kiso-header__mega {
        position: static !important;
        width: 100% !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        border: none !important;
        background: transparent !important;
    }

    .kiso-sp-menu .kiso-header__mega-inner {
        max-width: none !important;
        width: 100% !important;
        padding: 0 !important;
        display: block !important;
    }

    .kiso-sp-menu .kiso-header__mega-column {
        padding: 0 !important;
        border: none !important;
    }

    .kiso-sp-menu .kiso-header__mega-title {
        margin: 0 0 22px !important;
        color: #333 !important;
        font-size: 18px !important;
        font-weight: 600 !important;
        line-height: 1.5 !important;
    }

    .kiso-sp-menu .kiso-header__mega-list {
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    .kiso-sp-menu .kiso-header__mega-list li {
        margin: 0 !important;
        padding: 0 !important;
        border-bottom: 1px solid #ddd !important;
        list-style: none !important;
    }

    .kiso-sp-menu .kiso-header__mega-list a {
        display: block !important;
        padding: 14px 0 !important;
        color: #555 !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 1.5 !important;
        text-decoration: none !important;
    }

    .kiso-sp-menu .kiso-header__mega-category,
    .kiso-sp-menu .kiso-header__mega-ingredient {
        display: block !important;
    }
}


/*==================================================
SPメニュー修正：二重見出し・開きっぱなし感を調整
==================================================*/

@media only screen and (max-width: 750px) {

/* SPメニュー全体 */
.kiso-sp-menu {
    display: none !important;
    position: absolute !important;
    left: 0 !important;
    top: 62px !important;
    z-index: 1001 !important;
    width: 100% !important;
    max-height: calc(100vh - 62px) !important;
    overflow-y: auto !important;
    background: #fff !important;
    border-top: 1px solid #eeeeee !important;
    box-sizing: border-box !important;
}

.kiso-header.is-sp-menu-open .kiso-sp-menu {
    display: block !important;
}

.kiso-sp-menu__inner {
    padding: 24px 20px 40px !important;
    box-sizing: border-box !important;
}

/* 商品を探す */
.kiso-sp-menu__heading {
    margin: 0 0 22px !important;
    color: #333 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
}

/* アコーディオン枠 */
.kiso-sp-menu__group {
    border-top: 1px solid #dddddd !important;
}

.kiso-sp-menu__group:last-child {
    border-bottom: 1px solid #dddddd !important;
}

/* アコーディオン見出し */
.kiso-sp-menu__group summary {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    min-height: 58px !important;
    padding: 0 34px 0 0 !important;
    color: #333 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    list-style: none !important;
    cursor: pointer !important;
}

.kiso-sp-menu__group summary::-webkit-details-marker {
    display: none !important;
}

/* + アイコン */
.kiso-sp-menu__group summary::before,
.kiso-sp-menu__group summary::after {
    content: "" !important;
    position: absolute !important;
    right: 4px !important;
    top: 50% !important;
    width: 18px !important;
    height: 1px !important;
    background: #999 !important;
    transition: transform 0.2s ease !important;
}

.kiso-sp-menu__group summary::after {
    transform: rotate(90deg) !important;
}

.kiso-sp-menu__group[open] summary::after {
    transform: rotate(0) !important;
}

/* PCメガメニュー用の外枠をSPでは普通の中身に戻す */
.kiso-sp-menu .kiso-header__mega,
.kiso-sp-menu .kiso-header__mega-inner,
.kiso-sp-menu .kiso-header__mega-column {
    position: static !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

/* 二重に出ている「カテゴリから探す」などの中見出しを消す */
.kiso-sp-menu .kiso-header__mega-title {
    display: none !important;
}

/* PC用2列をSPでは1列に戻す */
.kiso-sp-menu .kiso-header__mega-category,
.kiso-sp-menu .kiso-header__mega-ingredient {
    display: block !important;
}

/* リスト */
.kiso-sp-menu .kiso-header__mega-list {
    margin: 0 !important;
    padding: 0 0 18px !important;
    list-style: none !important;
}

.kiso-sp-menu .kiso-header__mega-list li {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid #dddddd !important;
    list-style: none !important;
}

.kiso-sp-menu .kiso-header__mega-list a {
    display: block !important;
    padding: 14px 0 !important;
    color: #555 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    text-decoration: none !important;
}

.kiso-sp-menu .kiso-header__mega-list a:hover,
.kiso-sp-menu .kiso-header__mega-list a:visited,
.kiso-sp-menu .kiso-header__mega-list a:active {
    color: #555 !important;
    text-decoration: none !important;
}

}


/*==================================================
    SPメニュー：カテゴリ2列用リストの余白調整
==================================================*/

@media only screen and (max-width: 750px) {

    /* 2つに分けたul同士の余白を消す */
    .kiso-sp-menu .kiso-header__mega-category .kiso-header__mega-list,
    .kiso-sp-menu .kiso-header__mega-ingredient .kiso-header__mega-list {
        margin: 0 !important;
        padding: 0 !important;
    }

    /* 1つ目のul終わりに余白が出ないようにする */
    .kiso-sp-menu .kiso-header__mega-category .kiso-header__mega-list + .kiso-header__mega-list,
    .kiso-sp-menu .kiso-header__mega-ingredient .kiso-header__mega-list + .kiso-header__mega-list {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    /* 各項目の高さを揃える */
    .kiso-sp-menu .kiso-header__mega-list li {
        margin: 0 !important;
        padding: 0 !important;
        border-bottom: 1px solid #dddddd !important;
    }

    .kiso-sp-menu .kiso-header__mega-list a {
        display: block !important;
        padding: 14px 0 !important;
        line-height: 1.5 !important;
    }
}



/*==================================================
SPメニュー：カテゴリを閉じる＋プラス表示
==================================================*/

@media only screen and (max-width: 750px) {

.kiso-sp-menu__group {
    border-top: 1px solid #dddddd !important;
}

.kiso-sp-menu__group:last-child {
    border-bottom: 1px solid #dddddd !important;
}

.kiso-sp-menu__group summary {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    min-height: 58px !important;
    padding: 0 36px 0 0 !important;
    color: #333 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    list-style: none !important;
    cursor: pointer !important;
}

.kiso-sp-menu__group summary::-webkit-details-marker {
    display: none !important;
}

.kiso-sp-menu__group summary::before,
.kiso-sp-menu__group summary::after {
    content: "" !important;
    position: absolute !important;
    right: 4px !important;
    top: 50% !important;
    width: 18px !important;
    height: 1px !important;
    background: #999 !important;
    transition: transform 0.2s ease !important;
}

.kiso-sp-menu__group summary::after {
    transform: rotate(90deg) !important;
}

.kiso-sp-menu__group[open] summary::after {
    transform: rotate(0deg) !important;
}

.kiso-sp-menu__group ul {
    margin: 0 !important;
    padding: 0 0 18px !important;
    list-style: none !important;
}

.kiso-sp-menu__group li {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid #dddddd !important;
    list-style: none !important;
}

.kiso-sp-menu__group li:last-child {
    border-bottom: none !important;
}

.kiso-sp-menu__group a {
    display: block !important;
    padding: 14px 0 !important;
    color: #555 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    text-decoration: none !important;
}

.kiso-sp-menu__group a:hover,
.kiso-sp-menu__group a:visited,
.kiso-sp-menu__group a:active {
    color: #555 !important;
    text-decoration: none !important;
}

}


/*==================================================
    NEW ITEM：SP表示を大きく戻す
==================================================*/

@media only screen and (max-width: 750px) {
    .top-newitem {
        overflow: hidden !important;
    }

    .top-newitem__inner {
        max-width: none !important;
        padding: 0 16px !important;
        box-sizing: border-box !important;
    }

    .top-newitem__list {
        display: flex !important;
        flex-wrap: nowrap !important;
        grid-template-columns: none !important;
        gap: 16px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 28px 0 64px 0 !important;
        overflow-x: auto !important;
        overflow-y: visible !important;
        -webkit-overflow-scrolling: touch !important;
        box-sizing: border-box !important;
    }

    .top-newitem__item {
        flex: 0 0 76% !important;
        width: auto !important;
        min-width: 0 !important;
        overflow: visible !important;
    }

    .top-newitem__image {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        overflow: visible !important;
    }

    .top-newitem__image-frame {
        display: block !important;
        width: 100% !important;
        overflow: hidden !important;
        background: #f7f7f7 !important;
    }

    .top-newitem__product-img {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        max-width: none !important;
    }

    .top-newitem__badge {
        top: -14px !important;
        left: -8px !important;
        width: 50px !important;
        z-index: 10 !important;
    }

    .top-newitem__name {
        margin-top: 14px !important;
        font-size: 13px !important;
        line-height: 1.55 !important;
    }

    .top-newitem__category {
        margin-top: 4px !important;
        font-size: 12px !important;
        line-height: 1.5 !important;
    }

    .top-newitem__price {
        margin-top: 6px !important;
        font-size: 15px !important;
        line-height: 1.5 !important;
    }
}
