@charset "utf-8";

body {
	padding: 0 !important;
}


.fs-l-main {
	width: 100%;
	margin: 0;
	padding: 0;
}
.fs-l-pageMain {
	width: 100%;
}


#index {
	font-size: 3.2vw;
}

/* ----------------------------------------
	★共通：AIレコメンド
---------------------------------------- */
/********** ★共通：AIレコメンドの見出しを消す **********/
#index .fs-p-heading--lv2{
	display: none !important;
}
/*スライド用*/
#index .flywheel-recommend__frame{
	margin: 0 0 10vw;
}
#index .flywheel-recommend__frame .fr3-productListCarousel {
	display: grid;
	grid-template-columns: 8vw 1fr 8vw!important;
}
#index .flywheel-recommend__frame .fr3-productListCarousel__slides {
	display: flex;
	gap: 7.8vw!important;
}

#index .fr3-productListCarousel__responsive_1 .fr3-productListCarousel__slide {
	flex: 0 0 calc((100% - 16px * 2) / 3);
}
#index .flywheel-recommend__frame .fr3-productListCarousel__slides  {
	margin-left: 0; 
	margin-right: -25px;
}
#index .flywheel-recommend__frame .fr3-item{
	width:	32vw!important;
}
#index .flywheel-recommend__frame .fr3-productListCarousel__slide {
	margin: 0 3vw;
	padding: 0px;
}

/*サムネイル*/
#index .fr3-item__imageContainer {
	margin: 0 0 3vw;
}
#index .flywheel-recommend__frame .fr3-item__imageContainer img {
	width: 100%;
}


#index .fr3-item__image{
	border-radius: 0;
}
#index .flywheel-recommend__frame .fr3-item__productName{
	margin-bottom: 0;
	font-size: 3.1vw;
}
#index .fr3-item__productPrice__currencyMark {
    display: none;
}
#index .flywheel-recommend__frame .fr3-item__productPrice__price {
	font-size: 4.8vw;	
}
#index .fr3-item__productPrice__value::after{
	content: "円";
}
#index .flywheel-recommend__frame .fr3-item__productPrice__addon{
	font-size: 3.3vw;
}


/* 次へ・前へ */
#index .flywheel-recommend__frame img.fr3-productListCarousel__ButtonImage{
	display: none;
}
#index .fr3-productListCarousel__prevButton{
	position: relative;
}
#index .fr3-productListCarousel__Button:disabled {
	opacity: 1!important;	
}
#index .fr3-productListCarousel__prevButton::before{
	content:"";
	background:url(../images/index/btn-rec-slider-prev.png);
	background-size: 100% 100%;
	width: 5.4vw;
	height: 11.2vw;
	display: inline-block;
	position: absolute;
	top: calc(50% - 19vw);
}
#index .fr3-productListCarousel__nextButton {
	position: relative;
}
#index .fr3-productListCarousel__nextButton::after{
	right: 0;
	content: "";
	background: url(../images/index/btn-rec-slider-next.png);
	background-size: 100% 100%;
	width: 5.4vw;
	height: 11.2vw;
	display: inline-block;
	position: absolute;
	top: calc(50% - 19vw);
}







/* ----------------------------------------
	スライダー
---------------------------------------- */
#index .parts-slider-main {
	padding: 0 0 18vw;
}

/********** スライダーの中身 **********/
#index .main-slider {
	position: relative;
	z-index: 1;
}
#index .main-slider img {}
#index .main-slider *, #index .main-slider *::before, #index .main-slider *::after {
	box-sizing: border-box;
}
#index .main-slider a {
	display: block;
}
#index .main-slider img {
	width: 100%;
}
#index .main-slider .swiper-thumbs .swiper-slide {
	width: 30px !important;
}




/* ----------------------------------------
	swiper
---------------------------------------- */
#index .main-slider .wrapper {
	position: relative;
}
#index .main-slider .swiper-slide {
	height: auto;
}
#index .main-slider .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* ==========================
  Swiperのスタイルを調整
========================== */
#index .main-slider .wrapper {
	position: relative;
}
#index .main-slider .swiper-slide {
}
#index .main-slider .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* =============================
    ページネーションの見栄えを調整
============================= */
#index .main-slider .swiper-pagination {
	position: relative;
	
	display: flex;
	width: 100%;
	padding: 5vw 0.8vw;
}
#index .main-slider .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	padding: 22px 0 8px;
	line-height: 1;
}
#index .main-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 3px 0 0;
}
/* ==========================
	円形のページネーションを作成
	========================== */
#index .main-slider .circle-pagination {
	position: relative;
	width: 25px;
	height: 25px;
	z-index: 1;
	background-color: transparent;
	text-align: center;
	cursor: pointer;
	opacity: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	outline: none;
}
#index .main-slider .circle-pagination .circle-pagination__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #020202;
	font-size: 13px;
	font-weight: 500;
	
	position: absolute;
	margin: -1px 0 0;
}
#index .main-slider .circle-pagination__inner svg {
	transform: rotate(-90deg);
	position: absolute;
	top: 50% ;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-90deg);
}
/* スライダー番号 */
#index .main-slider .circle-pagination__inner .slider-num {
	position: absolute;
	z-index: 5;
	
	display: flex;
	justify-content: center;
	align-items: center;
	
	width: 23px;
	height: 23px;
	border-radius: 25px;
	background: #fff;
}

/* 円 */
#index .main-slider .circle-pagination__inner circle {
	fill: transparent;
	stroke: #020202;
	stroke-width: 1.5;
	animation: circle 5s linear forwards;
}
@keyframes circle {
	0% {
		stroke-dasharray: 0 69;
	}
	99.9%, to {
		stroke-dasharray: 69 69;
	}
}
/* 数字 */
#index .main-slider .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-pagination__inner {
	color: #020202;
}
#index .main-slider .circle-pagination:not(.swiper-pagination-bullet-active) .circle-pagination__inner svg {
	/* 非アクティブ時なサークルのsvgは非表示に */
	display: none;
}


/********** 矢印 **********/
#index .main-slider .swiper-button-prev {
	width: 3vw;
	height: 4.8vw;
	text-align: left;
	text-indent: -9999px;
	background: url("../images/index/btn-slider-prev.png") no-repeat 0 0;
	background-size: 100% 100%;
}
#index .main-slider .swiper-button-next {
	width: 3vw;
	height: 4.8vw;
	text-align: left;
	text-indent: -9999px;
	background: url("../images/index/btn-slider-next.png") no-repeat 0 0;
	background-size: 100% 100%;
}
#index .main-slider .swiper-button-prev::after,
#index .main-slider .swiper-button-next::after {
	display: none;
}


/* ----------------------------------------
about
---------------------------------------- */
#index .about {
	padding: 0 0 13vw;
	text-align: center;
}

/********** 見出し **********/
#index .about h2 {
	padding: 0 0 1.5vw;
	font-size: 6.6vw;
	font-family: "Lato", serif;
	font-weight: 900;
	font-style: normal;
}
#index .about .sheading {
	padding: 0 0 10vw;
	font-size: 4.5vw;
}

/********** 文章 **********/
#index .about .txt .txt-1 {
	padding: 0 0 9.2vw;
}
#index .about .txt p {
	padding: 0 0 0;
	line-height: 2.8;
}
#index .about .txt p .mark-1 {
	display: inline-block;
	line-height: 1.22;
	font-weight: bold;
	font-size: 4vw;
}


/* ----------------------------------------
osusume
---------------------------------------- */
#index .osusume {
	padding: 0 0 15vw;
}


/********** 見出し **********/
#index .osusume h2 {
	padding: 0 0 6vw;
	text-align: center;
	font-weight: bold;
	font-size: 4.5vw;
}


/* ----------------------------------------
tokyo-men-hao
---------------------------------------- */
#index .tokyo-men-hao {
}

/********** コンテンツ背景 **********/
/*
・背景は視差効果があるように、固定配置しています。
白背景のコンテンツはスクロールされ、
背景の位置は各カテゴリーの領域がスクロールし切るまで同じ位置に存在するため、
手前が動いて後ろが動いているように見えます。
・背景は見出しの範囲に合わせてカバー表示されます。
比率は保たれたまま、背景がはみ出したところは上下または左右がカットされます*/
#index .tokyo-men-hao {
	background: url("../images/index-device/img-tokyo-men-hao.jpg") no-repeat 50% 50%;
	background-attachment: fixed;
	background-size: cover;
}


#index .tokyo-men-hao .tokyo-men-hao-box {
	padding: 0 0 15.5vw;
}

/********** 見出し **********/
#index .tokyo-men-hao .heading {
	position: relative;
	height: 75vw;
	padding: 0 0 3vw;
}
#index .tokyo-men-hao .heading .heading-box {
	position: absolute;
	top: 28vw;
	
	width: 100%;
	padding: 2vw 0;
	background: rgba(255, 255, 255, 0.8);
}
#index .tokyo-men-hao .heading h2 {
	padding: 0 0 0;
	text-align: center;
	font-weight: bold;
	font-size: 7vw;
}
#index .tokyo-men-hao .heading .sheading {
	text-align: center;
	font-weight: bold;
	font-size: 3.8vw;
}
#index .tokyo-men-hao .heading .img-tokyo-men-hao {
	position: relative;
	z-index: -1;
}
#index .tokyo-men-hao .heading .img-tokyo-men-hao img {
	width: 100%;
	height: auto;
}

/********** product-category-contents **********/
/*
背景画像の前面に100%白背景がスクロールして表示されるので、視差効果のようになります
*/
#index .tokyo-men-hao .product-category-contents {
	padding: 3vw 0 0;
	background: #fff;
}

/********** txt **********/
#index .tokyo-men-hao .txt p {
	text-align: center;
	line-height: 1.9;
}


/********** 商品一覧 **********/
#index .tokyo-men-hao .item-list {
	padding: 0 2vw;
}
#index .tokyo-men-hao .item-list .item-list-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
	width: 100%;
}
#index .tokyo-men-hao .item-list .item-list-box .item-unit {
	padding: 0 0 19vw;
}
#index .tokyo-men-hao .item-list .item-list-box .item-unit a {
	display: block;
	text-decoration: none;
}
#index .tokyo-men-hao .item-list .item-list-box .item-unit .img-item {
	padding: 0 0 10vw 20vw;
}
#index .tokyo-men-hao .item-list .item-list-box .item-unit .img-item img {
	width: 56vw;
}
#index .tokyo-men-hao .item-list .item-list-box .item-unit h3 {
	padding: 0 0 4vw;
	font-size: 3.9vw;
	font-weight: bold;
}
#index .tokyo-men-hao .item-list .item-list-box .item-unit .item-txt {
	line-height: 1.8;
}


/* ----------------------------------------
vegan-soup
---------------------------------------- */
#index .vegan-soup {
}

/********** コンテンツ背景 **********/
/*
・背景は視差効果があるように、固定配置しています。
白背景のコンテンツはスクロールされ、
背景の位置は各カテゴリーの領域がスクロールし切るまで同じ位置に存在するため、
手前が動いて後ろが動いているように見えます。
・背景は見出しの範囲に合わせてカバー表示されます。
比率は保たれたまま、背景がはみ出したところは上下または左右がカットされます*/
#index .vegan-soup {
	background: url("../images/index-device/img-vegan-soup.jpg") no-repeat 50% 50%;
	background-attachment: fixed;
	background-size: cover;
}


/********** 見出し **********/
#index .vegan-soup .heading {
	position: relative;
	height: 75vw;
	padding: 0 0 4.5vw;
}
#index .vegan-soup .heading .heading-box {
	position: absolute;
	top: 28vw;
	
	width: 100%;
	padding: 5vw 0 6vw;
	background: rgba(255, 255, 255, 0.8);
}
#index .vegan-soup .heading h2 {
	text-align: center;
	font-weight: bold;
	font-size: 5.8vw;
}
#index .vegan-soup .heading .img-vegan-soup {
	position: relative;
	z-index: -1;
}
#index .vegan-soup .heading .img-vegan-soup img {
	width: 100%;
	height: auto;
}

/********** product-category-contents **********/
/*
背景画像の前面に100%白背景がスクロールして表示されるので、視差効果のようになります
*/
#index .vegan-soup .product-category-contents {
	padding: 3vw 0 0;
	background: #fff;
}


/********** 商品一覧 **********/
#index .vegan-soup .item-list {
	padding: 0 2vw;
}
#index .vegan-soup .item-list .item-list-box ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
	width: 100%;
}
#index .vegan-soup .item-list .item-list-box ul li.item-unit {
	width: 42vw;
	margin: 0 0 8vw;
}
#index .vegan-soup .item-list .item-list-box ul li.item-unit a {
	display: block;
	text-decoration: none;
}
#index .vegan-soup .item-list .item-list-box ul li.item-unit:nth-of-type(4n) {
	margin-right: 0;
}
#index .vegan-soup .item-list .item-list-box ul li.item-unit .img-item {
	padding: 0 0 4vw;
}
#index .vegan-soup .item-list .item-list-box ul li.item-unit .img-item img {
	display: block;
}
#index .vegan-soup .item-list .item-list-box ul li.item-unit .item-name {
	font-size: 4vw;
	font-weight: bold;
}
#index .vegan-soup .item-list .item-list-box ul li.item-unit a {
	display: block;
}
#index .vegan-soup .item-list .item-list-box ul li.item-unit .item-txt {
	line-height: 1.95;
}


/* ----------------------------------------
okome-no-men
---------------------------------------- */
#index .okome-no-men {
}


/********** コンテンツ背景 **********/
/*
・背景は視差効果があるように、固定配置しています。
白背景のコンテンツはスクロールされ、
背景の位置は各カテゴリーの領域がスクロールし切るまで同じ位置に存在するため、
手前が動いて後ろが動いているように見えます。
・背景は見出しの範囲に合わせてカバー表示されます。
比率は保たれたまま、背景がはみ出したところは上下または左右がカットされます*/
#index .okome-no-men {
	background: url("../images/index-device/img-okome-no-men.jpg") no-repeat 50% 50%;
	background-attachment: fixed;
	background-size: cover;
}


/********** 見出し **********/
#index .okome-no-men .heading {
	position: relative;
	height: 75vw;
	padding: 0 0 5vw;
}
#index .okome-no-men .heading .heading-box {
	position: absolute;
	top: 28.5vw;
	
	width: 100%;
	padding: 2.5vw 0;
	background: rgba(255, 255, 255, 0.8);
}
#index .okome-no-men .heading .sheading {
	padding: 0 0 1vw;
	text-align: center;
	font-weight: bold;
	font-size: 3.6vw;
}
#index .okome-no-men .heading h2 {
	text-align: center;
	font-weight: bold;
	font-size: 6vw;
}
#index .okome-no-men .heading .img-okome-no-men {
	position: relative;
	z-index: -1;
}
#index .okome-no-men .heading .img-okome-no-men img {
	width: 100%;
	height: auto;
}

/********** product-category-contents **********/
/*
背景画像の前面に100%白背景がスクロールして表示されるので、視差効果のようになります
*/
#index .okome-no-men .product-category-contents {
	padding: 3vw 0 0;
	background: #fff;
}

/********** 商品一覧 **********/
#index .okome-no-men .item-list {
	padding: 0 2vw;
}
#index .okome-no-men .item-list .item-list-box ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
	width: 100%;
}
#index .okome-no-men .item-list .item-list-box ul li.item-unit a {
	display: block;
	text-decoration: none;
}
#index .okome-no-men .item-list .item-list-box ul li.item-unit {
	padding: 0 0 5vw;
}
#index .okome-no-men .item-list .item-list-box ul li.item-unit:nth-of-type(4n) {
	margin-right: 0;
}
#index .okome-no-men .item-list .item-list-box ul li.item-unit .img-item {
	padding: 0 0 8vw 19vw;
}
#index .okome-no-men .item-list .item-list-box ul li.item-unit .img-item img {
	display: block;
	width: 58vw;
}
#index .okome-no-men .item-list .item-list-box ul li.item-unit h3 {
	padding: 0 0 2.5vw;
	font-size: 4vw;
	font-weight: bold;
}
#index .okome-no-men .item-list .item-list-box ul li.item-unit a {
	display: block;
}
#index .okome-no-men .item-list .item-list-box ul li.item-unit .item-txt {
	line-height: 1.95;
}





/* ----------------------------------------
ランキング
---------------------------------------- */
#index .ranking {
	padding: 0 0 0;
}

/********** 見出し **********/
#index .ranking h2 {
	padding: 0 0 6vw;
	text-align: center;
	font-weight: bold;
	font-size: 4.5vw;
}


/*ランキングアイコン*/
#index .ranking .fr3-item {
	position: relative;
}
#index .ranking .fr3-item .fr3-item__rankContainer {
	position: absolute;
	z-index: 2;
	top: 2vw;
	left: 1vw;
}
#index .ranking .fr3-item .fr3-item__rank {
	content: "";
	background: url(../images/index/icon-rank.png);
	background-size: 100% 100%;
	width: 5.9vw;
	height: 4.3vw;
	color: #ffffff;
	border-radius: 0;
	padding: 6px 0 0;
}
#index .ranking .fr3-productListCarousel__slides .fr3-productListCarousel__slide:nth-of-type(1) .fr3-item__rank {
	background: url(../images/index/icon-rank1.png);
	background-size: 100% 100%;
}
#index .ranking .fr3-productListCarousel__slides .fr3-productListCarousel__slide:nth-of-type(2) .fr3-item__rank {
	background: url(../images/index/icon-rank2.png);
	background-size: 100% 100%;
}
#index .ranking .fr3-productListCarousel__slides .fr3-productListCarousel__slide:nth-of-type(3) .fr3-item__rank {
	background: url(../images/index/icon-rank3.png);
	background-size: 100% 100%;
}





/* ----------------------------------------
チェックした商品
history
---------------------------------------- */
#index .history {
	margin: 0 0 17vw;
	padding: 9vw 0 5vw;
	background: #eee;
}

/********** 見出し **********/
#index .history h2 {
	padding: 0 0 5vw;
	text-align: center;
	font-weight: bold;
	font-size: 4.5vw;
}

/********** フレーム **********/
#index .history .flywheel-recommend__frame {
	margin: 0;
}

/********** カルーセル **********/
#index .history .flywheel-recommend__frame .fr3-productListCarousel {
	grid-template-columns: 8.5vw 1fr 8.5vw!important;
}

/********** カルーセルスライド **********/
#index .history .flywheel-recommend__frame .fr3-productListCarousel__slides {
	column-gap: 5vw !important;
}
#index .history .flywheel-recommend__frame .fr3-item {
	width: 35vw !important;
}

/********** サムネイル **********/
#index .history .fr3-item__imageContainer {
	margin: 0;
	padding: 0;
}

/********** 矢印 **********/
#index .fr3-productListCarousel__prevButton::before,
#index .fr3-productListCarousel__nextButton::after {
	top: calc(50% - 21vw);
}

/********** サムネイル **********/
#index .history .fr3-item__image {
	border-radius: 1.5vw;
}




/* ----------------------------------------
Instagram
---------------------------------------- */
#index .instagram {
	padding: 0 0.5vw 17vw;
}


/********** 見出し **********/
#index .instagram .heading {
	position: relative;
	padding: 0 0 5vw;
}
#index .instagram .heading h2 {
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 4.5vw;
}




/********** スライダー **********/
#index .instagram .instagram-box {
	padding: 0 0 2vw;
}
#index .instagram .slick-slide > div {
	height: 33vw;
	padding: 0 0 3vw;
}
#index .instagram .insta-item {
	height: 30vw;
}
#index .instagram .insta-item {
}
#index .instagram .insta-item a {
	display: block;
	padding: 0 1.5vw;
	line-height: 1;
}
#index .instagram .insta-item img {
	display: block;
	width: 100%;
	height: 30vw;
	object-fit: cover;
}



/* スライダー：次へ・前へ */
#index .instagram .slider-btns .slider-btns-box {
	display: flex;
	justify-content: space-between;
	
	width: 100%;
}

/* 次へ・前へ */
#index .instagram .slick-arrow{
	position: absolute;
	top: calc(50% - 7.5vw);
	z-index: 2;

	display: block;

	width: 8vw;
	height: 15vw;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
	background: #ccc;

	cursor: pointer;
}
#index .instagram .slick-arrow.slick-prev {
	left: 1.5vw;

	background: url("../images/index-device/btn-insta-prev.png") no-repeat 0 0;
	background-size: 100% 100%;
}
#index .instagram .slick-arrow.slick-next {
	right: 1.5vw;

	background:  url("../images/index-device/btn-insta-next.png") no-repeat 0 0;
	background-size: 100% 100%;
}


/********** ボタン **********/
#index .instagram .btn-instagram {
	width: 48vw;
	margin: 0 auto;
}
#index .instagram .btn-instagram a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 10vw;
	padding: 0 0 0 10vw;
	color: #fff;
	font-size: 3.5vw;
	background: #010101 url("../images/index/icon-instagram.png") no-repeat;
	background-position: 2vw 50%;
	background-size: 4vw auto;
}


/* ----------------------------------------
お知らせ
---------------------------------------- */
#index .news {
	padding: 0 2vw 8vw;
}


/********** 見出し **********/
#index .news .heading {
	position: relative;
	padding: 0 0 5vw;
}
#index .news .heading h2 {
	text-align: center;
	font-weight: bold;
	font-size: 4.5vw;
}

/********** news-box **********/
#index .news .news-box {
	padding: 3vw 0;
	border-top: dotted 0.3vw #000;
	border-bottom: dotted 0.3vw #000;
}

/********** リスト **********/
#index .news ul li {
	display: flex;
	
	width: 100%;
}
#index .news ul {
}
#index .news ul li {
	padding: 0 0 6vw;
}
#index .news ul li .datetime {
	width: 23.5vw;
	text-align: right;
	font-size: 4vw;
}
#index .news ul li .txt {
	width: calc(100% - 23.5vw);
	padding: 0 4vw 0 5vw;
	line-height: 1.9;
}




