@charset "UTF-8";
/* 詳細ページ印刷用20240530 */
@media print {
  .fs-c-productCarouselMainImage .slick-track {
    width: auto !important;
    transform: none !important;
  }
}
/* 詳細ページ印刷用20240529 */
body {
    font-size: 1.5rem!important;
}
.shop_header {
    padding-top: 8px;
}
.shop_header_inner {
    display: flex;
    justify-content: space-between;
}
.fujijin_logo {
    margin-left: 40px;
    margin-bottom: 16px;
}
.fujijin_logo a {
    display: block;
}
.fujijin_logo a img {
}
.header_utility {
    flex-direction: column;
    display: flex;
    padding-right: 40px;
}
.utility_nav ul {
    display: flex;
    list-style: none;
    margin: 0;
}
.utility_nav ul li {
    margin: 0 0.8em;
}
.user_nav ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
}
.user_nav ul li a {    
    color: #2b2b2b!important;
}
@media screen and (max-width: 768px) {
.shop_header_inner {
    flex-direction: column;
}   
}

/* グローバルナビ */
.globalnav_bar {
    color: #fff;
    background-color: #e50012;
}
.globalnav_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1216px;
    margin: 0 auto;
}
.globalnav ul {
    list-style: none;
    display: flex;
    padding-left: 0;
}
.globalnav ul li {
    margin: 0 1em;
}
.globalnav ul li a {
    color: #fff;
}
.fs-p-phoneOrder__phoneNum a {
color: #fff;
}
@media screen and (max-width: 768px) {
.globalnav_inner {
    flex-direction: column;
}
.fs-p-phoneOrder {
    text-align: center;
}    
}

/* 検索 */
.key-search_area {
    padding: 16px 32px;
    background-color: #f5f6f9;
}
.key_search_inner {
    display: flex;
    justify-content: center;
}
.key_search_input {
    width: 70%;
    height: 50px;
    padding-left: 2em;
    border: 1px solid #cdcdcd;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.key_search_input:focus {
    border-color: #e50012;
}
.key_search_button {
    color: #fff;
    width: 10%;
    height: 50px;
    background-color: #e50012;
    border: 1px solid #e50012;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background-image: url(https://fujijinshop.itembox.design/item/fujijin_search_icon.svg);
    background-repeat: no-repeat;
    background-position: left 16px center;
    padding-left: 24px;
}

@media screen and (max-width: 768px) {
.key-search_area {
    padding: 16px 8px;
}    
.key_search_input {
    width: 80%;}
.key_search_button {
    width: 20%;
    background-image: none;
    padding-left: 0;
}
}

.fs-p-productSearch {
    padding: 16px 0 0 0;
    border-bottom: none;    
}
.fs-p-productSearch__formSwitch {
    color: #fff;
    background-color: #4c3b3c;
    padding: 0.2em 1em;
    margin-bottom: 16px;
}
/*　見出し１ */
.shop_heading_title {
font-size: 4rem;
text-align: center;
margin: 1em 0 1.5em 0;
}
/* 見出し２ */
.fs-c-documentArticle__heading {    
    color: #e50012;
    font-size: 2.8rem;
    padding: 0.3em 1em;
    margin-top: 1em;
    margin-bottom: 1.5em;
    position: relative;
    background-color: #f5f6f8;
    
}
/* 見出し3 */
.fs-c-documentColumn__heading {
    color: #2b2b2b;
    font-size: 2.25rem;
    border-left-color: #e50012;
    border-bottom-color: #ddd;
}
.fs-c-documentColumn__content p {
    line-height: 1.8em;
    margin-bottom: 1em;
}
/* 商品トップ */
.shop_heading_top {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 420px;
    background-image: url(https://fujijinshop.itembox.design/item/key_visual.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.shop_logo {
	max-inline-size: max-content;
	margin-inline: auto;
}
.shop_logo img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 768px) {
.shop_heading_top {
    min-height: 140px;
    height: 30vh;
}
.shop_logo {        
    width: 80%;
}    
}
/* 商品詳細ページ */

.fs-c-productCarouselMainImage__image {
width:50%;
aspect-ratio: 1 / 1;
margin: 0px auto;
} 
.fs-c-productCarouselMainImage__image img {
width: 100%;
height: 100%;
object-fit: contain;
} 
.product_information {
    padding: 1em 2em;
    border: 1px solid #cdcdcd;
    border-radius: 6px;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  color: #e50012;
}
.fs-l-productLayout {
display: flex;
flex-wrap: wrap;
    justify-content: space-between;
}
.detail_image_area {
width: 45%;
}
.detail_name_area {
width: 50%;
}
.detail_lower_area {
width:100%;
}
.fs-c-productNameHeading {
    font-size: 2rem;
}
.fs-p-productDescription {
    line-height: 1.8em;
    margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
.fs-l-productLayout {
    flex-direction: column;
}
.detail_image_area {
    width: 90%;
    margin: 0 auto 24px auto;
}
.detail_name_area {
    width: 95%;
    margin: 0 auto 24px auto;
}    
}

/* 商品一覧 */
.fs-c-productList__list__item {
    border-bottom: none;
    padding: 16px;
}
.fs-c-productListItem__imageContainer {
    border: 1px solid #DDDDDD;
    padding: 10px;
}
.fs-c-productListItem__image {
    aspect-ratio: 1 / 1;
}
.fs-c-productListItem__image__image {
width: 100%;
height: 100%;
object-fit: contain;
}

/* 商品グループ一覧システムパーツ */
.fs-c-subgroupList {
    
}
.fs-c-subgroupList__item {
    flex-basis: 23%;
    flex-grow: 0;
    margin: 0 1% 20px 1%;
}
@media screen and (max-width: 768px) {
.fs-c-subgroupList__item {
    flex-basis: 48%;
    flex-grow: 0;
    margin: 0 1% 20px 1%;
}
}
.fs-c-subgroupList__link {
    color: #e50012!important;
    padding: 1em;
    background-color: #fdfdfd;
    border: 1px solid #ababab;
    border-radius: 4px;
}

/* 商品詳細 */
.jan_cord {
   font-weight: bold;
   margin-left: 1em;
}
.fs-c-productPrice {
   margin: 0.5em 0 1em 0;
}

/* Footer */
.fs-p-footerCopyright {
padding: 16px;
}

/* 並び替え */
.fs-c-sortItems {
    border: none!important;
}
.fs-c-sortItems__label {
    border: none;
    font-weight: bold;
}
.fs-c-sortItems__list__item {
    margin: 0 8px;
    border: 1px solid #aaa;
    border-radius: 3px;
}
.fs-c-sortItems__list__item.is-active {
    background-color: #4c3b3c;
    border-color: #4c3b3c;
}
.fs-l-footer a {
    text-decoration: underline;
}
/*　フッター内テキスト */
.fs-p-footerNavigation {
    grid-gap: 32px;
}
@media screen and (max-width: 768px) {
.fs-p-footerNavigation {
    display: none;
}
}
.fs-p-footerNavigationItem__body {
    display: block;
    line-height: 1.8em;
    font-size: 1.4rem;
}
address {
    font-style: normal;
}

/* 20240213 */
/*お届け内容文章*/
.fs-c-checkout-shippingOption__preview:before {
    content: '「ヤマト運輸」または「ゆうパック」をお選びいただけます。';
}

/*お届け内容変更ボタン文字変更*/
.fs-c-checkout-shippingOption .fs-c-button__label:before {
    font-size: 12px;
    content: '配送方法を選択';
}
/*お届け内容変更ボタンの色変更*/
.fs-c-checkout-shippingOption .fs-c-button--change--small {
    background: red;
    color: white;
    box-shadow: none;
    border: none;
    font-weight: bold;
}
/*お届け内容変更ボタンの説明を追加*/
.fs-c-checkout-shippingOption__button:before {
    content: '配送サービスを変更するにはこちら→　';
}

/* 20240214 */
.fs-p-address {
    font-style: normal;    
}
.fs-c-breadcrumb {
    margin: 24px auto;
    padding: 8px;
    max-width: 1216px 
}

/* タグ */
.fs-c-productMarks {
    margin: 10px 0;
}
/*商品番号*/
.fs-c-productNumber {
margin-bottom: 8px;
}
/*JANコード*/
@media screen and (max-width: 768px) {
.jan_cord {
display: block;
margin-left: 0;
}
}
/*お気に入りに登録する*/
.fs-c-productQuantityAndWishlist__wishlist {
    margin-bottom: 16px;
}

/* JSでOGP取り込みテスト */
.using_product_area {
	display: flex;
	flex-wrap: wrap;
}
.ogp2recipe {
    display: inline-block;
    width: 16%;
    margin: 0 24px 40px 24px;
}
@media screen and (max-width: 768px) {
.ogp2recipe {
    display: inline-block;
    width: 40%;
    margin: 0 3% 40px 3%;
}	
}
.demoLink {
    display: block;
}
.demo_space {
    aspect-ratio: 1 / 1;
    margin-bottom: 8px;
}
.ogp_thumb {	
    aspect-ratio: 1 / 1;
	margin-bottom: 8px;
}
.demoImage,
.demoImage19,
.demoImage18,
.demoImage17 {
	display: block;
    width: 100%;
	height: 100%;
    object-fit: cover;
}
.demoTitle {
    
}
.fjjn_red {
color: #d12d26;
font-weight: bold;
}
/*　代引き手数料無料 */
.fs-c-commissionList > dt,
.fs-c-commissionList > dd,
.fs-c-commissionList > dt::after {
    color: #d12d26;
    font-weight: bold;
}
/*旧会員様へのメッセージ*/
.old_member_title {
color: #d12d26;
font-weight: bold;
text-align: center;
padding: 8px;
border-top: 2px solid #000;
border-bottom: 2px solid #000;
}
.old_member_button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    margin-top: 32px;
}
.old_member_button a {
    background: #281713;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.8em 1.6em 0.8em;
    box-shadow: 0 0 2px #b2b2b2;
    min-width: 240px;
}
.old_member_button a:hover {
opacity: 0.8;
}
/*商品一覧時のカートボタン*/
.fs-c-button--addToCart--list.fs-c-button--plain,
.fs-c-button--viewProductDetail.fs-c-button--plain {
    font-size: 1.3rem;
    font-weight: bold;
    color: #E14700;
    text-decoration: none;
    background-color: #f5f6f8;
    padding: 0.4em 0.8em;
    border: 1px solid #E14700;
}
.fs-c-button--addToCart--list.fs-c-button--plain:hover,
.fs-c-button--viewProductDetail.fs-c-button--plain:hover {
    color: #fff;
    background-color: #E14700;
}

.fs-c-productListItem__control {
    margin-top: 8px;
}
.fs-c-productMark__mark {
    font-size: 1.125rem;
    margin: 0 4px 4px 0
}

.fs-p-productSearch__form {
    background-color: #f5f6f8;
}
/*在庫なし表示*/
.fs-c-productNotice--outOfStock, .fs-c-productNotice--subscriptionOutOfStock {
    color: #fff;
    background: #333;
    margin-bottom: 1em;
}
/*Topへ戻る*/
.fs-p-footerPageTop__link {
text-decoration: none!important;
}
/*通信欄*/
.delivery_slip {
color: #d12d26;
font-weight: bold;
}
/*レビューを書く*/
.fs-c-productReviewed__image__image {
max-height: 300px;
}
/*退会手続きボタン*/
.fs-c-accountService__pageLink {
    background: #ebebeb;
    border: 1px solid #bbbbbb;
    border-radius: 3px;
    color: #3c3c3c;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.8em 1.6em 0.6em;
    box-shadow: 0 0 2px #b2b2b2;
}
/*マイページへボタン*/
.fs-c-buttonContainer--myPageTop a {
    color: #fff;
    background: #e50012;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.6em 1.6em;
}
.fs-c-buttonContainer--myPageTop a:hover {
    color: #fff;
    text-decoration: none;
}
/*ご注文手続き注意書き*/
.recheck {
	color: #e50012;
	font-size:1.8em;
	text-align: center;
	padding: 0.3em 2em;
	border: 2px solid #e50012;
    max-inline-size: max-content;
	margin-inline: auto;
}
@media screen and (max-width: 768px) {
.recheck {
	font-size:1.55em;
	padding: 0.3em 0.2em;
}	
}

.red_notes {
color: #e50012;
text-align: center;
margin-bottom: 2em;
}
.red_color_font {
color: #e50012;
margin-bottom: 2em;
}
/* リニューアル商品・終売商品バナー */
.renewal_discontinued_link {
box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.renewal_discontinued_link li {
    flex-basis: 23%;
    flex-grow: 0;
    margin: 0 1% 20px 1%;
}
.renewal_discontinued_link li a {
	text-decoration: none;
	display: block;
	width: 100%;
    padding: 0.5em 1em;
	background-color: #f7f7f7;
    border: 1px solid #ababab;
    border-radius: 4px;
}
.renewal_discontinued_link li a:hover {
	color: #e50012; 
}
.rdl_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1;
}
.rdl_item::after {
	font-family: "fs-icon" !important;
	content: "\e90c";
	font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
.renewal_discontinued_link li {
    flex-basis: 48%;
    flex-grow: 0;
    margin: 0 1% 20px 1%;
}
.renewal_discontinued_link li a {
    font-size: 95%;
    padding: 0.5em;
}
}

/* 2024年12月24日年末年始のお知らせバナー */
.front_info_message {	
	margin-bottom: 40px;
}
.front_info_message a {
	color: #e50012;
	font-size: 2.2rem;
	font-weight: bold;
	display: block;
	max-inline-size: max-content;
	margin-inline: auto;
	padding: 0.7em 2em;
	border: 3px solid #e50012;
}
.front_info_message a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #e50012;
}
/* 20250616確定ボタンを追従式に */
.fs-l-checkout__sideColumn {
	position: sticky;
	top: 24px;
}
