@charset "utf-8";
/* CSS Document */

/*========== 1.FullScreenSlin ==========*/
/*スリムバナー内のテキスト配置・フォント設定*/
.blok-full-screen-slim{
	position: relative;
}
.blok-full-screen-slim .flex.gap-md{
	width: 100%;
	justify-content: center;
}
.blok-full-screen-slim .xxs\:p-lg .functional-f1-medium{
	font-family: Mint Grotesk,游ゴシック体,Yu Gothic,YuGothic,ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,sans-serif;
}
/*ボタンの間隔*/
.blok-full-screen-slim .gap-md {
    gap: 24px;
}

/*SPレイアウト リンクをバナー上に配置、文字色デフォルトから白に変更*/
@media (max-width: 1023px) {<strong></strong>
	.blok-full-screen-slim .flex.gap-md{
		position: absolute;
		bottom: 5%;
		left: 50%;
		transform: translateX(-50%);
		color: #fff;
		font-size: 1.6rem;
		
	}
}

@media (min-width: 1024px) {
	.blok-full-screen-slim .md\:new-grid-no-space {
		display: block;
	}
	.blok-full-screen-slim .xxs\:p-lg {
    padding: 0 !important;
    position: absolute;
    right: 4%;
    top: 30%;
	}
	.blok-full-screen-slim .xxs\:p-lg .functional-f1-medium{
	font-size: 2rem !important;
	}
}

/*矢印のサイズ*/
.blok-full-screen-slim .svg-icon{
	mask-size: 24px !important;
}
@media screen and (min-width:1024px){
	.blok-full-screen-slim .svg-icon{
	mask-size: 30px !important;
}

}

/*スリムバナーのSP画像余白削除*/
@media screen and (min-width: 320px) {
	.blok-full-screen-slim .xxs\:p-lg {
	/*プロモーションカード分のトップの余白*/
     padding: 32px 0 0 0 !important;
    }
}
@media  screen and (min-width: 1024px) {
	.blok-full-screen-slim .xxs\:p-lg {
     padding: 0 !important;
    }
}

/*画像比率指定*/
.aspect-square {
    aspect-ratio: 5 / 7!important;
}

/*========== 2.Split image ==========*/
/*スプリットイメージのタイトル非表示*/
.blok-SplitImage .heading-h2{
	display: none;
}

/*ブロック下部の余白調整*/
.blok-split-image.space-default[data-v-0ef5c53a] {
    padding-bottom: 48px !important;
}
@media screen and (min-width:1024px){
	  .blok-split-image.space-default[data-v-0ef5c53a]{
        padding-bottom: 64px !important;
	}
}

/*========== 3.TextLink ==========*/
/*カルーセル用のテキストリンクブロック*/

/*grid指定解除*/
.blok-text-link.new-grid{
	padding-left: 15px;
	display: flex !important;
	flex-direction: column !important;
}

/*テキスト左側配置*/
.blok-text-link.text-center{
	text-align: left !important;
}
.blok-text-link .justify-center {
    justify-content: left !important;
}
.blok-text-link .items-center {
    align-items: flex-start !important;
}

/*文字設定*/
.blok-text-link .heading-4,
.blok-text-link .btn{
		font-family: Mint Grotesk,游ゴシック体,Yu Gothic,YuGothic,ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,sans-serif;
}

.blok-text-link .heading-4{
	font-size: 20px;
	font-weight: 500;
    line-height: 24px;	
}
.blok-text-link .functional-f1-medium{
	font-weight: 600;
}

@media screen and (min-width: 1024px) {
	.blok-text-link .heading-4{
  		font-size: 2.4rem;
        line-height: 38px;
	}
}

/*========== 4.Neighbourhood ==========*/
/*商品カルーセル*/

/*ブロック全体の余白調整*/
.cms-neighbourhood.py-6xl {
	padding-top: 20px !important;
    padding-left: 15px;
	padding-right: 15px;
}

.cms-neighbourhood .py-lg {
    padding-bottom:0 !important;
    padding-top: 0 !important;
}

/*商品名の文字設定*/
.cms-neighbourhood p.functional-f1-medium{
	display: none;/*タイトル欄非表示*/
}

.cms-neighbourhood span.functional-f1-medium{
	max-width: 80%;
	margin-inline: auto;
	line-height: 1.6 !important;
	text-align: center;
	
/*	カテゴリーカルーセル用のスタイル*/
	width: fit-content;
    margin: 0 auto;
	font-size:clamp(20px, 1.8vw, 22px);
}



/*リンクタイトル欄の矢印非表示*/
.cms-neighbourhood .neighbourhood-card .svg-icon,
.cms-neighbourhood .carousel-card .svg-icon{
	display: none;
}

/*文字指定*/
.cms-neighbourhood .heading-h1,
.cms-neighbourhood .functional-f1-medium{
	font-family: Mint Grotesk,游ゴシック体,Yu Gothic,YuGothic,ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,sans-serif;
}
.cms-neighbourhood .functional-f1-medium{
/*	font-size: 1.4rem;*/
	font-weight: 600;
}

/*セールTOPのみで使用のタイトル*/
.cms-neighbourhood .heading-h1{
	padding-bottom: 25px;
}
@media screen and (min-width:1024px){
.cms-neighbourhood .heading-h1{
	padding-bottom: 50px;
}
}
