@charset "utf-8";

body {
	padding: 0 !important;
}


/* --------------------------------------------------------------------------------
	メイン幅
-------------------------------------------------------------------------------- */
.fs-l-main {
	max-width: none;
	width: 100%;
}
.fs-l-pageMain {
	max-width: none;
	width: 100%;
}


#index {
	font-size: 16px;
}


/* ----------------------------------------
	スライダー
---------------------------------------- */
#index .parts-slider-main {
	padding: 0 0 60px;
}

/********** スライダーの中身 **********/
#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: 1240px;
	margin: 0 auto;
}
#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: 30px;
	height: 48px;
	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: 30px;
	height: 48px;
	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 110px;
	text-align: center;
}

/********** 見出し **********/
#index .about h2 {
	padding: 0 0 20px;
	font-size: 60px;
	font-family: "Lato", serif;
	font-weight: 900;
	font-style: normal;
}
#index .about .sheading {
	padding: 0 0 25px;
	font-size: 30px;
}

/********** 文章 **********/
#index .about .txt p {
	padding: 0 0 20px;
	line-height: 3;
}
#index .about .txt p .mark-1 {
	font-weight: bold;
	font-size: 24px;
}


/********** ★共通： **********/
#index .fs-p-heading--lv2{
	display: none;
}
/*スライド用*/
#index .fr3-productListCarousel__slides{
	margin: 0 0 0 16px;
	overflow-x: hidden;
}

/*画像角丸*/
#index .fr3-item__image{
	border-radius: 8px;
}
#index .flywheel-recommend__frame .fr3-item__productName{
	margin-bottom: 5px;
	font-size: 16px;
}
#index .fr3-item__productPrice__currencyMark {
    display: none;
}
#index .flywheel-recommend__frame .fr3-item__productPrice__price {
	font-size: 20px;	
}
#index .fr3-item__productPrice__value::after{
	content: "円";
}
#index .flywheel-recommend__frame .fr3-item__productPrice__addon{
	font-size: 14px;
}


/* 次へ・前へ */
#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: 24px;
	height: 47px;
	display: inline-block;
	position: absolute;
	top: calc((250px * 0.5) - (47px * 0.5) );
}
#index .fr3-productListCarousel__nextButton {
	position: relative;
}
#index .fr3-productListCarousel__nextButton::after{
	content: "";
	background: url(../images/index/btn-rec-slider-next.png);
	background-size: 100% 100%;
	width: 24px;
	height: 47px;
	display: inline-block;
	position: absolute;
	top: calc((250px * 0.5) - (47px * 0.5) );
}




/* ----------------------------------------
osusume
---------------------------------------- */
#index .osusume {
	padding: 0 0 145px;
}

/********** 見出し **********/
#index .osusume h2 {
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	margin: 0 0 30px;
}
#index .osusume .fr3-productListCarousel__slides{
	margin: 0 0 0 20px;
}

/*スライド用*/
#index .osusume .fr3-productListCarousel__responsive_1 .fr3-productListCarousel__slide {
	flex: 0 0 calc((100% - 30px* 3) / 3);
}
#index .osusume .fr3-productListCarousel__slides{
	gap: 30px;
}
/*ボックス幅*/
#index .osusume .fr3-item__imageContainer {
	width: 350px;
}
/* 次へ・前へ */
#index .osusume .fr3-productListCarousel__prevButton::before{
	top: calc((350px * 0.5) - (47px * 0.5) );
}
#index .osusume .fr3-productListCarousel__nextButton::after{
	top: calc((350px * 0.5) - (47px * 0.5) );
}


/* ----------------------------------------
tokyo-men-hao
---------------------------------------- */
#index .tokyo-men-hao {
	padding: 0 0 0;
}

/********** コンテンツ背景 **********/
/*
・背景は視差効果があるように、固定配置しています。
白背景のコンテンツはスクロールされ、
背景の位置は各カテゴリーの領域がスクロールし切るまで同じ位置に存在するため、
手前が動いて後ろが動いているように見えます。
・背景は見出しの範囲に合わせてカバー表示されます。
比率は保たれたまま、背景がはみ出したところは上下または左右がカットされます*/
#index .tokyo-men-hao {
	background: url("../images/index/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 95px;
}

/********** 見出し **********/
#index .tokyo-men-hao .heading {
	position: relative;
	height: 880px;
	margin: 0 0 20px;
}
#index .tokyo-men-hao .heading .heading-box {
	position: absolute;
	top: 375px;
	
	width: 100%;
	padding: 25px 0;
	background: rgba(255, 255, 255, 0.8);
}
#index .tokyo-men-hao .heading h2 {
	padding: 0 0 8px;
	text-align: center;
	font-weight: bold;
	font-size: 46px;
}
#index .tokyo-men-hao .heading .sheading {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}
#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: 20px 0 0;
	background: #fff;
}

/********** txt **********/
#index .tokyo-men-hao .txt p {
	text-align: center;
	line-height: 2;
}

/********** 商品一覧 **********/
#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 {
	width: 520px;
	padding: 0 0 130px;
}
#index .tokyo-men-hao .item-list .item-list-box ul li.item-unit a {
	display: block;
	text-decoration: none;
}
#index .tokyo-men-hao .item-list .item-list-box .item-unit .img-item {
	padding: 0 0 25px;
}
#index .tokyo-men-hao .item-list .item-list-box .item-unit .img-item img {
}
#index .tokyo-men-hao .item-list .item-list-box .item-unit h3 {
	padding: 0 0 10px;
	font-size: 18px;
	font-weight: bold;
}
#index .tokyo-men-hao .item-list .item-list-box .item-unit .item-txt {
	line-height: 1.95 ;
}


/* ----------------------------------------
vegan-soup
---------------------------------------- */
#index .vegan-soup {
}

/********** コンテンツ背景 **********/
/*
・背景は視差効果があるように、固定配置しています。
白背景のコンテンツはスクロールされ、
背景の位置は各カテゴリーの領域がスクロールし切るまで同じ位置に存在するため、
手前が動いて後ろが動いているように見えます。
・背景は見出しの範囲に合わせてカバー表示されます。
比率は保たれたまま、背景がはみ出したところは上下または左右がカットされます*/
#index .vegan-soup {
	background: url("../images/index/img-vegan-soup.jpg") no-repeat 50% 50%;
	background-attachment: fixed;
	background-size: cover;
}


/********** 見出し **********/
#index .vegan-soup .heading {
	position: relative;
	height: 900px;
	padding: 0 0 50px;
}
#index .vegan-soup .heading .heading-box {
	position: absolute;
	top: 375px;
	
	width: 100%;
	padding: 47px 0;
	background: rgba(255, 255, 255, 0.8);
}
#index .vegan-soup .heading h2 {
	text-align: center;
	font-weight: bold;
	font-size: 46px;
}
#index .vegan-soup .heading .sheading {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}
#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: 50px 0 185px;
	background: #fff;
}

/********** 商品一覧 **********/
#index .vegan-soup .item-list .item-list-box ul {
	display: flex;
	flex-wrap: wrap;
	
	width: 100%;
}
#index .vegan-soup .item-list .item-list-box ul li.item-unit {
	width: 260px;
	margin: 0 53px 0 0;
	padding: 0 0 30px;
}
#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 15px;
}
#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 h3 {
	padding: 0 0 10px;
	font-size: 18px;
	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/img-okome-no-men.jpg") no-repeat 50% 50%;
	background-attachment: fixed;
	background-size: cover;
}


/********** 見出し **********/
#index .okome-no-men .heading {
	position: relative;
	height: 810px;
}
#index .okome-no-men .heading .heading-box {
	position: absolute;
	top: 285px;
	
	width: 100%;
	padding: 27px 0;
	background: rgba(255, 255, 255, 0.8);
}
#index .okome-no-men .heading .sheading {
	padding: 0 0 10px;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}
#index .okome-no-men .heading h2 {
	text-align: center;
	font-weight: bold;
	font-size: 46px;
}
#index .okome-no-men .heading .img-okome-no-men {
	position: relative;
	z-index: -1;
}
#index .okome-no-men .heading .img-okome-no-men img {
	display: block;
	width: 100%;
	height: auto;
}

/********** product-category-contents **********/
/*
背景画像の前面に100%白背景がスクロールして表示されるので、視差効果のようになります
*/
#index .okome-no-men .product-category-contents {
	padding: 90px 0 90px;
	background: #fff;
}

/********** 商品一覧 **********/
#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 {
	width: 520px;
	padding: 0 0 30px;
}
#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: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 50px;
}
#index .okome-no-men .item-list .item-list-box ul li.item-unit .img-item img {
	display: block;
}
#index .okome-no-men .item-list .item-list-box ul li.item-unit h3 {
	padding: 0 0 10px;
	font-size: 18px;
	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 130px;
}

/********** 見出し **********/
#index .ranking h2 {
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	margin: 0 0 30px;
}
/*ボックス幅*/
#index .ranking .fr3-item__imageContainer {
	width: 250px;
}
/*ランキングアイコン*/
#index .ranking .fr3-item {
	position: relative;
}
#index .ranking .fr3-item .fr3-item__rankContainer {
	position: absolute;
	z-index: 2;
	top: 10px;
	left: 10px;
}
#index .ranking .fr3-item .fr3-item__rank {
	content: "";
	background: url(../images/index/icon-rank.png);
	background-size: 100% 100%;
	width: 35px;
	height: 25px;
	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%;
}


/* ----------------------------------------
チェックした商品
---------------------------------------- */
#index .history {
	margin: 0 0 145px;
	padding: 50px 0;
	background: #eeeeee;
}

/********** 見出し **********/
#index .history h2 {
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	margin: 0 0 30px;
}
/*ボックス幅*/
#index .history .fr3-item__imageContainer {
	width: 250px;
}

/* ----------------------------------------
Instagram
---------------------------------------- */
#index .instagram {
	width: 1213px;
	margin: 0 auto;
	padding: 0 0 90px;
}


/********** 見出し **********/
#index .instagram .heading {
	position: relative;
	padding: 0 0 28px;
}
#index .instagram .heading h2 {
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 36px;
}


/********** スライダー **********/
#index .instagram .instagram-box {
	padding: 0 0 2vw;
}
#index .instagram .slick-slide > div {
	height: 300px;
	padding: 0 0 40px;
}
#index .instagram .insta-item {
	height: 290px;
}
#index .instagram .insta-item {
}
#index .instagram .insta-item a {
	display: block;
	padding: 0 6px 0 7px;
	line-height: 1;
}
#index .instagram .insta-item img {
	display: block;
	width: 100%;
	height: 290px;
	object-fit: cover;
}


/* スライダーボタン */
#index .instagram .insta_list .slider-btns {
	position: absolute;
	top: 50%;
	
	width: 100%;
	margin: -50px auto 0;
}
#index .instagram .insta_list .slider-btns .slider-btns-box {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

/* 次へ・前へ */
#index .instagram .insta_list .slick-arrow{
	position: absolute;
	top: 0;
	z-index: 2;

	display: block;

	width: 40px;
	height: 80px;
	border: none;
	text-indent: -9999px;
	overflow: hidden;

	cursor: pointer;
}
#index .instagram .insta_list .slick-arrow.slick-prev {
	left: 0;

	background: url("../images/index/btn-insta-prev.png") no-repeat 0 0;
	background-size: 100% 100%;
}
#index .instagram .insta_list .slick-arrow.slick-next {
	right: 0;

	background: url("../images/index/btn-insta-next.png") no-repeat 0 0;
	background-size: 100% 100%;
}



/********** ボタン **********/
#index .instagram .btn-instagram {
	width: 180px;
	margin: 0 auto;
}
#index .instagram .btn-instagram a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 35px;
	padding: 0 0 0 41px;
	letter-spacing: -0.05em;
	font-size: 13px;
	color: #fff;
	background: #010101 url("../images/index/icon-instagram.png") no-repeat;
	background-position: 10px 50%;
}


/* ----------------------------------------
お知らせ
---------------------------------------- */
#index .news {
	padding: 0 0 90px;
}


/********** 見出し **********/
#index .news .heading {
	position: relative;
	padding: 0 0 28px;
}
#index .news .heading h2 {
	text-align: center;
	font-weight: bold;
	font-size: 36px;
}

/********** news-box **********/
#index .news .news-box {
	padding: 20px 0;
	border-top: dotted 1px #000;
	border-bottom: dotted 1px #000;
}

/********** リスト **********/
#index .news ul li {
	display: flex;
	
	width: 100%;
}
#index .news ul {
}
#index .news ul li {
	padding: 0 0 15px;
}
#index .news ul li .datetime {
	width: 140px;
	text-align: right;
}
#index .news ul li .txt {
	width: calc(100% - 140px);
	padding: 0 60px 0 50px;
}












