@charset "UTF-8";
/* CSS Document */

.fs-l-page{
	overflow: hidden;
}

#fs_ProductDetails .fs-l-footer {
    margin-top: 0px!important;
}

/*
.fs-l-main {
	max-width: 1200px!important;
	width: 90%;
	margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-start;
	margin-top: 60px;
}
*/

.fs-c-featuredProduct{
	display: none!important;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ライト商品詳細エリア */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

.fs-l-product2 .fs-l-productLayout{
	display: flex!important;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start!important;
    grid-template-columns: none!important;
    grid-gap: 0!important;
}
/* 商品画像
---------------------------------------------------------------------*/
.fs-l-productLayout__item--1{
	width: 50%;
	margin-right: 6%;
}
.fs-c-productCarouselMainImage__image > img {
    width: 100%;
}
.fs-c-productCarouselMainImage__carousel figure:nth-child(n+2){
	display: none!important;
}
.fs-c-productCarouselMainImage__image {
    width: 460px!important;
}
.fs-c-productCarouselMainImage__image > img {
    max-width: 440px!important;
    margin: auto!important;
}

/* 商品詳細
---------------------------------------------------------------------*/
.fs-l-productLayout__item--2{
	width: 44%;
}
.fs-l-product2 .fs-l-productLayout > * > * {
    margin-bottom: 0px;
}
/*商品名パーツ*/
.fs-c-productNameHeading__copy {
	display: block;
	width: 100%;
    font-size: 1.6rem!important;
	line-height: 2.4rem;
	letter-spacing: .2rem;
	color:#606060;
	font-family:YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
}
.fs-c-productNameHeading__name{
	display: block;
	width: 100%;
    font-size: 2.4rem!important;
	line-height: 3.4rem;
	letter-spacing: .3rem;
	margin-top:8px;
	color:#212121;
	font-family:YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';	
}
/*商品価格パーツ*/
.fs-c-productPrice--selling{
	font-weight: 600;
}
.fs-c-productPrice--member{
	font-weight: 600;
	color:#BF0A10;
	margin-top: -10px;
}
.fs-c-productPrice__main__label{
}
.fs-c-productPrice__main__price{
	font-family: 'Montserrat', sans-serif;
}
.fs-c-productPrice--selling .fs-c-productPrice__main__price{
	color:#212121!important;
}
.fs-c-productPrice--member .fs-c-productPrice__main__price{
	color:#BF0A10!important;
}
.fs-c-productPostage{
	font-size:1.2rem;
}
.fs-c-productPointDisplay {
    background-color: transparent!important; 
    color: #212121;
    display: block;
    font-size: 1.2rem;
    line-height: 1.2rem;
	letter-spacing: .08rem;
    padding: 0 0 0 0 ;
	margin-top: 4px;
	margin-bottom: 22px!important;
}
/*商品番号*/
.fs-c-productNumber {
	border: none; 
	display: block;
	font-size: 1.2rem;
	padding: 0; 
}
.fs-c-productNumber__number{
	font-size: 1.2rem;
}
/*販売期間・予約受付期間*/
.fs-c-productSalesPeriod {
	border: none; 
	font-size: 1.2rem;
	line-height: 1.8rem;
	text-align: left;
	padding: 3px 0;
}
.fs-c-productSalesPeriod__date{
	font-weight: 600;
}
/*商品マークパーツ*/
.fs-c-mark {
    display: inline-block;
    font-size: 1rem!important;
    padding: 4px 0px 4px 30px;
}	
.fs-c-mark--coolDelivery {
	position: relative;
    background-color: transparent!important;
    color: #43B5F4!important;
	font-size: 1.2rem!important;	
	font-weight: 600;
}
.fs-c-mark--coolDelivery:before{
    content: '';
    background: url(../img/detail_item/coolitem_icon.svg) center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
/*商品説明(大)*/
.fs-p-productDescription--full{
	margin-top: 18px;
	font-size: 1.3rem;
	line-height: 2.3rem;
	font-weight: 600;
	letter-spacing: .1rem;	
}
/*項目選択肢*/
.fs-c-productSelection{
	margin-top: 12px;
}
.fs-c-productSelection__name {
    background-color: transparent;
}
.fs-c-productSelection__selection {
    margin: 0;
    padding: 4px 4px 6px 4px;
}
/*数量・お気に入り*/
.fs-c-productQuantityAndWishlist {
/*    border-top: solid 1px #ddd;*/
    padding-top: 22px;
    padding-bottom: 8px;
}
.fs-c-productQuantityAndWishlist .fs-c-button--particular {
    background: none;
    border: none;
    border-radius: 0;
    color: #262626;
    font-size: 1.4rem;
    padding: 0;
    box-shadow: 0 0 0 #fff;
    position: relative;
}
.fs-c-productQuantityAndWishlist .fs-c-button--particular .fs-c-button__label {
    display: none;
}
.fs-c-productQuantityAndWishlist .fs-c-button--particular:after {
    font-size: 3.0rem;
    color: #9B9B9B;
    position: absolute;
    top: -10px;
    right: 0;
}
.fs-c-productQuantityAndWishlist__quantity {
    padding-left: 40px;
}
.fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity {
    position: relative;
}
.fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity:before {
    content: "数量：";
    font-size: 1.2rem;
    position: absolute;
    top:50%;
    left: 0px;
	transform: translateY(-50%)
}
.fs-c-quantity__select{
	padding: 5px!important;
}
.fs-c-quantity {
    max-width: 6em!important;
}
/*購入ボタン*/
.fs-c-productActionButton .fs-c-button--primary {
    height: 72px;
    background:#BF0A10 url("../img/detail_item/item_cart_icon.svg") no-repeat 95% center;
    border: none;
    font-size: 1.8rem;
    font-weight: 600;
	letter-spacing: .2rem;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
/*SNSボタン*/
.fs-p-snsArea {
    justify-content: center;
	margin-top: 10px;
}
/*お問い合わせパーツ*/
.fs-c-buttonContainer--inquiryAboutProduct .fs-c-button--plain {
	position: relative;
    width: 100%;
    height: 62px;
    border: solid 1px #212121;
    font-size: 1.6rem;
    color: #262626;
    letter-spacing: 0.1rem;
	margin-top: 20px;
	transition: all .4s;
	text-decoration: none!important;
}
.fs-c-buttonContainer--inquiryAboutProduct .fs-c-button--plain span{
	border-bottom: 0!important;
	text-decoration: none!important;
}
.fs-c-buttonContainer--inquiryAboutProduct .fs-c-button--plain:after {
    content: '';
    background: url(https://fontana.itembox.design/item/img/top/guide_arrowr.svg) center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 10px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: all .4s;
}
.fs-c-buttonContainer--inquiryAboutProduct .fs-c-button--plain:hover:after {
    content: '';
    right: 16px;
}
.fs-c-button--plain:hover {
    opacity: 0.7!important;
}
.fs-c-productMembersLoginLink {
    font-size:1.2rem;
	letter-spacing: .1rem
}
/*作り方モーダル*/
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.itemdetail_modal .content{
    margin: 0 auto;
    padding: 40px;
}
.itemdetail_modal .modal{
    display: none;
    height: 100vh;
	overflow: scroll;
    position: fixed;
    top: 0;
	left:0;
    width: 100%;
	z-index:2;
}
.itemdetail_modal .modal__bg{
    background: rgba(0,0,0,0.6);
    height: 100vh;
    position: absolute;
    width: 100%;
	z-index: 0;
}
.itemdetail_modal .modal__content{
    background: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
	max-width: 900px;
    width: 90%;
}
.itemdetail_modal .content {
    margin: 0 auto;
    padding: 0px;
}
.itemdetail_modal .content a.js-modal-open{
	position: relative;
	display: block;
    width: 100%;
    height: auto;
	padding: 20px 0;
	text-align: center;
    font-size: 1.6rem;
    color: #262626;
    letter-spacing: 0.1rem;
    margin-top: 20px;
    transition: all .4s;
    text-decoration: none!important;
	border: solid 1px #ddd;
	background: #EAEAEA url("../img/detail_item/madal_plus_icon.svg") no-repeat 95% center;
}
.modal_content_cntnr{
	position: relative;
	width: 100%;
	height: auto;
	padding: 40px;
	overflow: scroll;
}
.js-modal-close {
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    line-height: 40px;
    width: 40px;
	font-size: 2.4rem;
    cursor: pointer;
    text-align: center;
/*    background: rgba(255,255,255,.3);*/
    color: #000;
}

/*購入ボタン追従*/
.right_fixed_btn {
	display: none;
}
.right_fixed_btn.m_idlb_fixed{
    display: block;
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 2;
    animation: show .6s linear 0s;
    opacity: 1;
    padding: 20px 60px 20px 40px;
    border-radius: 100px 0 0 100px;
    background: #BF0A10 url(../img/detail_item/item_cart_icon.svg) no-repeat 88% center;
    text-align: center;
    color: #fff;
	font-size:1.6rem;
	font-weight: 600;
	line-height: 2.4rem;
	transition:all .4s;
}
.right_fixed_btn.m_idlb_fixed:hover{
    opacity:.8;
}
.right_fixed_btn span{
    color:#fff;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* タブエリア */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.itemdetail_section{
	width: 100%;
	margin-top: 100px;
	position: relative;
	z-index: 1;
}
.item_tabbox .tabArea {
	width: 90%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto;
	transform: translateY(50%);
	margin-top: -30px;
}
.item_tabbox .tabArea.bottom{
	transform: translateY(0%)!important;
}
.item_tabbox .tabArea .one_tab {
	width: 32.5%;
}
.item_tabbox .tabArea .one_tab a {
	display: block;
	text-decoration: none;
	transition-duration: 0.3s;
	text-align: center;
	color: #212121;
	font-weight: 600;
}
.item_tabbox .tabArea .one_tab a:hover {
	text-decoration: none;
}
.item_tabbox .tabArea .one_tab .tab_inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	transition-duration: 0.3s;
	position: relative;
}
.item_tabbox .tabArea .one_tab .tab_inner {
	background-color: #fff;
	border:2px solid #A5A5A5;
}
.item_tabbox .tabArea .one_tab a.select .tab_inner{
	background-color: #212121;
	color:#fff;
	border:2px solid #212121;
}
.item_tabbox .tabArea .one_tab a.select .tab_inner:after{
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #212121;
}
.item_tabbox .tabArea.bottom .one_tab a.select .tab_inner:after{
	content: "";
	position: absolute;
	top: -10px!important;
	left: 50%;
	bottom:auto;
	transform: translateX(-50%);
	border-top: none;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #212121;
}
.item_tabbox .tabArea.bottom {
	align-items: flex-start;
}
.contents .tab_main {
	display: none;
	padding: 70px 30px;
	text-align: center;
	min-height: 280px;
	border: 2px solid #A5A5A5;
	transition-duration: 0.3s;
	background-color: #fff;
}
.tab_main.is_show {
	display: block;
}
/* タブ01
----------------------------------*/
.itemdetail_section #tab01 table{
	width: 100%!important;
}

/* タブ02
----------------------------------*/
.itemdetail_section #tab02 ul{
	border-top: 2px solid #ddd;
}
	.itemdetail_section #tab02 ul li{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-start;
		border-bottom: 2px solid #ddd;
		text-align: left;
	}
	.itemdetail_section #tab02 ul li .komaku{
		display: block;
		width: 200px;
		padding: 30px 18px;
		font-size: 1.4rem;
		font-weight: 600;
	}
	.itemdetail_section #tab02 ul li .txt{
		width: calc(100% - 200px);
		padding: 30px 16px;
		font-size: 1.4rem;
		line-height: 2.4rem;
	}

.itemdetail_section #tab02 table{
	width: 100%;
}
	.itemdetail_section #tab02 table tbody{
		width: 100%;
		display:flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		text-align:left;
		border-bottom: 2px solid #ddd;
	}
		.itemdetail_section #tab02 table tbody tr{
			width: 30%;
			border-top: 2px solid #ddd;
			padding: 20px 20px 20px 16px;
		}
		.itemdetail_section #tab02 table tbody tr:nth-child(2n){
			width: 70%;
			padding: 20px 20px 20px 0;
		}

/* タブ03 レコメンドエリア
----------------------------------*/
.fs-c-reviewList--productDescription .fs-c-reviewList__item__body {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
    text-align: left;
}
.fs-c-reviewer__status{
	display: none;
}
.fs-c-reviewStars::before {
    color: #EF9F28!important;
}
.fs-c-aggregateRating {
    padding-bottom: 12px;
}
.fs-c-aggregateRating__rating::before {
    text-align: left;
    padding-bottom: 6px;
    padding-left: 4px;
}
.fs-c-aggregateRating__count {
    text-align: right;
}
.fs-c-reviewer__name__nickname{
	font-size:1.6rem;
}



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* レコメンドエリア */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.mng_recommend_sec{
	position: relative;
	width: 100%;
	margin: 120px 0;
}
	.mng_recommend_sec .mng_sec_title h2{
		color:#fff;
		background-color: #BF0004;
	}

ul.dircmmnd_cntnt{
	align-items: flex-start;
	justify-content: center;
}
ul.ps {
    overflow:inherit !important;
}
	ul.dircmmnd_cntnt li{
		width: 18%;
		margin-right: 2.5%;
	}
	ul.dircmmnd_cntnt li:nth-child(4){
		margin-right: 0%;
	}
		ul.dircmmnd_cntnt li .img{
			width: 100%;
			border-radius:50%;
			position: relative;
		}
		ul.dircmmnd_cntnt li a{
			display: block;
			color:#212121;
			text-align: center;
		}
			ul.dircmmnd_cntnt li .img img{
				width: 100%;
				height: auto;
				object-fit: cover;
				border-radius:50%;
			}
		ul.dircmmnd_cntnt li .pname{
			height: 54px!important;
			font-size:1.4rem;
			line-height: 2.6rem;
			margin-top: 16px;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;
			overflow: hidden; 
		}
		ul.dircmmnd_cntnt li .yen{
			font-size:1.8rem;
			margin-top: 6px;
		}
	ul.dircmmnd_cntnt li .yen .zkomi {
		font-size: 1.3rem;
		color: #808080;
	}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* カテゴリから探す */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.mng_top_sec06 .inner {
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 960px) {

	ul.dircmmnd_cntnt li .pname {
		font-size: 1.6rem;
		line-height: 2.6rem;
		margin-top: 14px;
	}
	ul.dircmmnd_cntnt li .yen {
		font-size: 1.7rem;
		margin-top: 6px;
	}
	ul.dircmmnd_cntnt li .yen .zkomi {
		font-size: 1.2rem;
	}
}









/* 1150px */
@media screen and (max-width: 1150px) {
.left_menu_area {
    display: none;
}
.fs-l-pageMain {
    max-width: 100%!important;
    margin: 0 0 0 0;
}
.fs-l-product2 .fs-c-productActionButton .fs-c-button--primary{
    min-width: 100%!important;
}
/*購入ボタン追従*/
.right_fixed_btn.m_idlb_fixed{
    padding: 18px 50px 18px 30px!important;
	font-size:1.4rem!important;
	line-height: 2.0rem!important;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* レコメンドエリア */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	ul.dircmmnd_cntnt li{
		width: 23%;
		margin-right: 2.666666%;
	}
	ul.dircmmnd_cntnt li:nth-child(4){
		margin-right: 0%;
	}
	


}

	









/* max 767px */
@media screen and (max-width: 767px) {
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ライト商品詳細エリア */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	
	
	
/*
.fs-c-photoswipe .pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
*/


/* 商品画像
---------------------------------------------------------------------*/
.fs-l-productLayout__item--1{
	width: 100%;
	margin-right: 0%;
}
.fs-c-slick .slick-prev, .fs-c-slick .slick-next {
    display: block!important;
}
/* 商品詳細
---------------------------------------------------------------------*/
.fs-l-productLayout__item--2{
	width: 100%;
}
/*	商品名*/
.fs-c-productNameHeading__name {
    margin-bottom: 6px;
}
/*	項目選択肢*/
.fs-c-productSelection__name {
    padding: 4px 0!important;
}
.fs-c-productSelection__selection {
    padding: 4px 0px 10px 0px!important;
}
.fs-c-dropdown__menu {
    padding: 8px 3em 8px 8px!important;
}
/*作り方モーダル*/
.modal_content_cntnr {
    position: relative;
    width: 100%;
    height: auto;
    padding: 40px 20px;
    overflow: scroll;
}
/*購入ボタン追従*/
.right_fixed_btn.m_idlb_fixed{
    display:none!important;
}	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* タブエリア */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

.item_tabbox .tabArea {
	width: 100%;
}
.item_tabbox .tabArea .one_tab a {
	font-size:1.4rem;
	line-height: 2rem;
}
.contents .tab_main {
	padding: 70px 0px;
	border: 0;
}

/* タブ02
----------------------------------*/
/*
	.itemdetail_section #tab02 ul li .komaku{
		display: block;
		width: 100%;
		padding: 30px 0px 10px;
		font-size: 1.6rem;
		font-weight: 600;
	}
	.itemdetail_section #tab02 ul li .txt{
		width: 100%;
		padding: 0px 0px 30px;
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
*/

	.itemdetail_section #tab02 table tbody{
		border-bottom: 2px solid #ddd;
	}
		.itemdetail_section #tab02 table tbody tr{
			width: 100%;
			border-top: 2px solid #ddd;
			padding: 20px 0px 2px 0px;
			font-size: 1.6rem;
			font-weight: 600;
		}
		.itemdetail_section #tab02 table tbody tr:nth-child(2n){
			width: 100%;
			padding: 0px 0px 20px 0;
			border-top:none;
			font-size: 1.4rem;
			line-height: 2.4rem;	
			font-weight: 500;
		}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* レコメンドエリア */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.mng_recommend_sec {
    width: 100%;
    margin: 80px 0;
}
	ul.dircmmnd_cntnt li{
		width: 47%;
		margin-right: 6%;
	}
	ul.dircmmnd_cntnt li:nth-child(2n){
		margin-right: 0%;
	}
	ul.dircmmnd_cntnt li:nth-child(n+3){
		margin-top: 30px;
	}
		ul.dircmmnd_cntnt li a {
			text-align: left;
		}
			ul.dircmmnd_cntnt li .pname {
				margin-top: 12px;
			}
			ul.dircmmnd_cntnt li .yen {
				font-size: 1.7rem;
				margin-top: 0px!important; 
			}
	.asirai02{
		display: none;
	}

}	

/* max 420px */
@media screen and (max-width: 420px) {
	
/* 商品画像
---------------------------------------------------------------------*/
.fs-c-productCarouselMainImage__image {
    width: 320px!important;
}
	
}