@charset "utf-8";
/* CSS Document */

/********************************************************************/

/* HTMLタグ要素 */

/********************************************************************/

body {
    padding: 0px;
    margin: 0px;
    background-color: #FFFFFF;
    color: #333333;
}

.responsive body,
.responsive select,
.responsive input,
.responsive button,
.responsive textarea,
.responsive button {
	font-family: 'Local Roboto', 'Roboto', 'Local Noto Sans JP', 'Noto Sans JP', sans-serif;
}

.responsive body .inner_global_nav .nav_btn,
.responsive body .inner_global_nav .header_nav_item {
	 letter-spacing: 0;
}

A,
A:link,
A:visited, 
A:hover,
A:active {
    color: #333333;
    text-decoration: none;
    font-weight: bold;
    outline: none;
}

.use_hover A:hover {
    color: #666666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin-bottom: 5px;
}

h1 {
    font-size: 161.6%;
}

h2 {
    font-size: 146.5%;
}

h3 {
    font-size: 131%;
}

h4 {
    font-size: 123.1%;
}

h5 {
    font-size: 116%;
}

h6 {
    font-size: 108%;
}


/********************************************************************/

/* 大外 */

/********************************************************************/

#container {
    font-size: 108%;
}

.single_layout.responsive .fix_center {
	max-width: 1200px;
}

.responsive .has_min_nav .fix_center {
	max-width: 980px;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.use_folding_header #inner_contents,
	.single_layout #inner_contents,
	.single_layout_with_side_menu #inner_contents  {
		padding: 0 15px;
	}
}

/* レスポンシブ横幅1200px以上指定 */
@media screen and (min-width: 1200px) {
	.ocnk028.responsive.single_layout #container:not(.has_min_nav) .fix_center,
	.ocnk028.responsive.wide_layout #container:not(.has_min_nav) .fix_center,
	.ocnk028.responsive.wide_layout .layout_2_col #inner_contents {
		width: 100%;
		max-width: 100%;
	}
}


/********************************************************************/

/* トップページコンテンツ間余白 */

/********************************************************************/

.main_box {
    margin-bottom: 50px;
}

.module_box .main_box {
	margin-top: 1px;
    margin-bottom: 1px;
}

.side_box {
    margin-bottom: 50px;
}


/********************************************************************/

/* キャッチフレーズ欄 */

/********************************************************************/

/* キャッチフレーズ */
.responsive .copy {
    max-width: 100%!important;
    text-align: center;
    min-height: 18px;
    padding: 8px;
    font-size: 85%;
    background-color: #333333;
	color: #FFFFFF;
}

.copy A {
    color: #FFFFFF;
    text-decoration: underline;
}

.use_hover .copy A:hover {
    color: #CCCCCC;
    text-decoration: underline;
}


/********************************************************************/

/* ヘッダー */

/********************************************************************/

#header_wrapper:not(.folding_header, .min_header) {
	background-color: #FFFFFF;
}

#header {
    position: relative;
	background-color: #FFFFFF;
}

.responsive #inner_header {
	padding: 5px 0px;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
    .responsive #inner_header {
	    padding: 10px;
		min-height: 67px;
    }
}

/********************************************************************/

/* ショップ名 */

/********************************************************************/

/* ショップ名ロゴ */
.shoplogo {
    padding: 5px 0px;
}

/* レスポンシブ横幅1200px以上指定 */
@media screen and (min-width: 1200px) {
    .shoplogo {
		padding: 0px;
    }
}

.shoplogo img,
.folding_header .shoplogo img {
	width: 120px;
    max-width: 120px;
}

/* レスポンシブ横幅600px以上指定 */
@media screen and (min-width: 600px) {
    .shoplogo img,
	.folding_header .shoplogo img { 
		width: auto;
		max-width: 150px;
		max-height: 50px;
    }
}

.use_hover .shoplogo A:hover img {
    opacity: 0.8;
}

/* ショップ名テキスト */
.shoptext {
    padding: 5px 0px 5px 5px;
    min-height: 40px;
    margin-right: auto;
}

/* レスポンシブ横幅1200px以上指定 */
@media screen and (min-width: 1200px) {
    .shoptext{
        padding-left: 0px;
    }
}

.shoptext A {
    font-size: 123.1%;
    margin: 0px;
}


/********************************************************************/

/* 文字サイズ */

/********************************************************************/

.font_setting {
    padding: 5px 5px 10px;
    text-align: center;
	font-size: 13px;
}

.header_font_setting .set_font_title {
    color: #000000;
}

/* 文字サイズボタン */
.set_font_normal,
.set_font_large {
    width: 40px;
    height: 28px;
    display: inline-block;
    margin-left: 5px;
    background-color: #E9E9E9;
    border-radius: 5px;
    line-height: 28px;
    text-align: center;
    color: #777777;
    transition: .3s;
}

/* 普通サイズボタン */
.set_font_normal::after {
    content: "普通";
	font-size: 13px;
}

/* 大サイズボタン */
.set_font_large::after {
    content: "大";
	font-size: 17px;
}

/* 文字サイズボタンマウスオーバー、選択中 */
.use_hover .font_setting .set_font_normal:hover,
.use_hover .font_setting .set_font_large:hover,
.font_setting .nav_on {
	background-color: #000000;
}

.use_hover .font_setting .set_font_normal:hover:after,
.use_hover .font_setting .set_font_large:hover:after,
.font_setting .nav_on:after {
    color: #FFFFFF;
}


/********************************************************************/

/* ヘッダーナビ */

/********************************************************************/

/* 各ナビゲーション */
.inner_header_nav .nav_btn {
    color: #666666;    
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
    .inner_header_nav .nav_btn {
        text-align: left;
    }
}

.inner_header_nav .empty_nav_label .nav_btn {
    text-align: center;
	height: 100%;
}

.header_right .inner_header_nav .nav_btn {
	margin-right: 2px;
}

.use_hover .inner_header_nav .nav_btn:hover {
    background-color: #F5F5F5;
}

.responsive .inner_header_nav .nav_text {
    padding: 0px;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.responsive .inner_header_nav .nav_text {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

.responsive .inner_header_nav .nav_text .nav_label {
	display: block;
	padding-top: 3px;
	font-size: 9px;
	letter-spacing: -.05em;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.responsive .inner_header_nav .nav_text .nav_label {
		font-size: 10px;
		padding-top: 2px;
	}
}

.header_right {
	display: flex;
	align-items: center;
	justify-content: center;
}


/*************************************************************/

/* 検索 */

/*************************************************************/

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.ocnk020.responsive .has_search_bar .search_bar:has(.global_btn .searchinput) .search {
		max-width: 260px;
		padding: 1px 10px 1px 5px;
		background-color: #F5F5F5;
	}
	
	.responsive .has_search_bar .search_bar .search .search_box {
		width: 200px;
	}
	
	.responsive .has_search_bar:has(.h_contact,.h_favorite,.h_help,.h_signout) .search_bar.has_header_right_size2,
	.responsive .has_search_bar .search_bar.has_header_right_size2 {
		right: 160px;
	}
}


/*************************************************************/

/* グローバルナビゲーション */

/*************************************************************/

.global_nav {
    background-color: #FFFFFF;
}

#header_wrapper:not(.folding_header) .inner_global_nav {
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px solid #E0DFE3;
}

/* 各ナビゲーション */
.responsive .inner_global_nav .nav_btn,
.responsive .column6 .inner_global_nav .nav_btn {
	position: relative;
	border-right: none;
	border-bottom: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: 400;
	text-align: left;
}

.responsive .inner_global_nav > .global_nav_item > .nav_btn,
.responsive .column6 .inner_global_nav > .global_nav_item > .nav_btn {
	text-align: center;
}

.responsive .inner_global_nav .inner_popup_nav .nav_btn,
.responsive .column6 .inner_global_nav .inner_popup_nav .nav_btn {
	text-align: left;
}

.responsive .inner_global_nav .global_nav_item> .nav_btn.nav_on,
.responsive #header_wrapper:not(.folding_header) .inner_global_nav .global_nav_item.nav_on > .nav_btn {
	border-bottom: 1px solid #000000;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.folding_header .inner_global_nav {
		padding-top: 10px;
		border-top: 1px solid #E0DFE3;
  }
	
	.responsive .inner_global_nav A.nav_btn,
	.responsive .column6 .inner_global_nav .nav_btn {
		padding: 10px 15px;
		font-size: 100%;
		font-weight: 400;
	}
	
	.responsive.use_hover .inner_global_nav .nav_btn:hover,
	.responsive .folding_header .inner_global_nav .global_nav_item.nav_on > .nav_btn {
		border-bottom: 1px solid #000000;
	}

	.responsive .large_font .inner_global_nav A.nav_btn {
		font-size: 123.1%;
	}

	.global_nav_item:first-child .nav_btn {
		border-left: none;
	}
	
	.responsive #container .global_nav .global_nav_item.wrapped_item {
		width: auto;
	}
	
	.ocnk028.responsive.wide_layout .inner_global_nav.fix_center,
	.ocnk028.responsive.single_layout #container .inner_global_nav.fix_center {
		max-width: 100%;
		justify-content: center;
	}
}

/* レスポンシブ横幅1200px以上指定 */
@media screen and (min-width: 1200px) {
	.folding_header .inner_global_nav {
		padding: 5px;
		border-top: none;
	}
	
	#header_wrapper:not(.folding_header) .inner_global_nav {
		padding: 5px;
	}
	
	.ocnk028.responsive.single_layout #container .folding_header .inner_global_nav.fix_center,
	.ocnk028.responsive.wide_layout #container .folding_header .inner_global_nav.fix_center {
		justify-content: flex-start;
	}
	
	#header_wrapper:not(.folding_header) .header_global_nav {
		position: relative;
		left: 200px;
		bottom: 57px;
  }
	
	#header_wrapper:not(.folding_header) .header_global_nav .global_nav {
		position: absolute;
		top: 0px;
		z-index: 99;
	    border-top: none;
  }
	
	#header_wrapper:not(.folding_header) #header:has(.header_nav_item:not(.empty_nav_label)) + .header_global_nav .global_nav {
	    top: -5px;	
	}

	.large_font #header_wrapper:not(.folding_header) .header_global_nav .global_nav {
		top: -5px;
	}
	
	.large_font #header_wrapper:not(.folding_header) #header:has(.header_nav_item:not(.empty_nav_label)) + .header_global_nav .global_nav {
	    top: -10px;	
	}
	
	.ocnk038 #header_wrapper:not(.folding_header):has(.left_menu_opener_box) .header_global_nav {
		left: 250px;
  }

	#header_wrapper:not(.folding_header) .inner_global_nav {
		border-top: none;
	}
}


/********************************************************************/

/* 開閉ナビゲーション */

/********************************************************************/

.inner_popup_nav_area,
.inner_popup_menu_area {
	padding: 15px 10px;
    background-color: #FFFFFF;
    color: #000000;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.inner_popup_nav_area,
    .inner_popup_menu_area {
		padding: 20px;
    }
}

.upper_popup_nav,
.lower_popup_nav {
	padding: 0;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.upper_popup_nav,
	.lower_popup_nav {
		padding: 0px 10px;
	}
}

.popup_sub_title {
	padding-bottom: 20px;
	font-size: 123.1%;
	font-weight: 700;
}

/* 各ナビゲーション */
.responsive .inner_popup_nav .nav_btn,
.responsive .column6 .inner_popup_nav .nav_btn {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E0DFE3;
	padding: 10px 10px 10px 25px;
    font-weight: 400;
}

.responsive.use_hover .inner_popup_nav .nav_btn:hover {
	background-color: #F5F5F5;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
    .responsive .inner_popup_nav .nav_btn,
    .responsive .column6 .inner_popup_nav .nav_btn {
		margin: 5px 10px;
    }
	
	.responsive.use_hover .inner_popup_nav .nav_btn:hover {
		border-bottom: 1px solid #E0DFE3;
    }
}

.inner_custom_nav_popup.custom_space {
	padding: 15px 10px;
}

/* 開閉ナビゲーション閉じるボタン */
.nav_close_box .nav_close {
    background-color: #F9F9F9;
}

.popup_base .close_btn_box {
	top: 25px;
}

.popup_base .popup_nav_area .nav_close_box .nav_close {
	margin-top: 20px;
	padding: 5px;
	line-height: 1;
}

.use_hover .nav_close_box .nav_close:hover {
    background-color: #F5F5F5;
}

.nav_close_box .fa-times {
    font-size: 20px;
}


/********************************************************************/

/* メインナビゲーション */

/********************************************************************/

/* 各ナビゲーション */
.inner_side_nav .nav_btn,
.inner_main_nav .nav_btn {
	margin-bottom: 5px;
	padding: 10px 10px 10px 25px;
    background-color: #F5F5F5;
    color: #000000;
}

.use_hover .inner_side_nav .nav_btn:hover ,
.use_hover .inner_main_nav .nav_btn:hover {
	background-color: #E8E8E8;
    color: #333333;
}

/* フリーページナビゲーション背景 */
.freepage_nav .inner_freepage_nav .nav_btn {
    background-color: #F5F5F5;
    color: #000000;
}

.use_hover .freepage_nav .inner_freepage_nav .nav_btn:hover {
    background-color: #E8E8E8;
    color: #333333;
}


/********************************************************************/

/* カテゴリ、特集ナビゲーション */

/********************************************************************/

.itemlist_nav {
    margin-top: 15px;
}

/* 各ナビゲーション */
.inner_itemlist_nav .nav_btn {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E0DFE3;
	padding: 15px 10px 15px 25px;
    color: #000000;
    font-weight: 400;
}

.side_sub_menu_hover .inner_itemlist_nav .has_sub_menu > .nav_btn:not(.has_image_nav_btn),
.inner_itemlist_nav.toggle_menu_list .has_sub_menu > .nav_btn:not(.has_image_nav_btn) {
	padding-left: 10px;
	padding-right: 25px;
}

.toggle_menu_list .itemlist_nav_item.has_sub_menu .nav_btn.close_sub_menu_link,
.side_sub_menu_hover .side_itemlist_nav .itemlist_nav_item.has_sub_menu .nav_btn.close_sub_menu_link {
    background-color: #F5F5F5;
}

.use_hover .inner_itemlist_nav .nav_btn:hover {
    background-color: #F5F5F5;
    color: #000000;
}


/********************************************************************/

/* サイドメニュー */

/********************************************************************/

/* サイドメニュー枠 */
.open_side_col .side_container {
    background-color: #FFFFFF;
}

.side_itemlist_nav .itemlist_nav_item {
	margin: 0px;
}

.side_itemlist_nav .itemlist_nav_item.has_sub_menu {
	margin: 15px 0px;
}

.side_itemlist_nav .toggle_menu_list .itemlist_nav_item.has_sub_menu,
.side_sub_menu_hover .side_itemlist_nav .itemlist_nav_item.has_sub_menu {
	margin: 0px;
}

/* サイドメニュアイコン */
.right_side_nav_icon {
	font-size: 14px;
}

.nav_btn .fa-chevron-down.right_side_nav_icon {
	right: 12px;
}

.nav_btn .fa-chevron-right.right_side_nav_icon {
  left: 10px;
	right: auto;
}

.title_toggle_link .right_side_nav_icon {
	right: 12px;
}

/* サイドカテゴリ一覧 */
.side_itemlist_nav {
    padding: 0px 1px;
}

/* サブカテゴリ　第二階層 */
.side_itemlist_nav .sub_menu_link {
    padding: 10px 10px 10px 24px;
}

.side_box:not(:where(.side_sub_menu_hover)) .side_itemlist_nav .sub_menu_link {
	background-color: transparent;
	border: none;
	margin-left: 5px;
	padding: 8px 10px 8px 25px;
}

.side_box:not(.side_sub_menu_hover) .side_itemlist_nav .sub_menu_link_list {
    margin-top: 8px;
	margin-bottom: 8px;
}

/* サブカテゴリ背景 */
.side_itemlist_nav .sub_menu_link {
    background-color: #F9F9F9;
    border-top: none;
    border-bottom: 1px solid #E0DFE3;
	font-weight: 400;
}

/* マウスオーバーでサブカテゴリを開く */
/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.side_sub_menu_hover .sub_menu_link_list {
		background-color: #F5F5F5;
		padding: 15px;
		top: 0px;
	}
}

.side_sub_menu_hover .sub_menu_link_list .sub_menu_link {
    background-color: #FFFFFF;
}

.use_hover .side_sub_menu_hover .sub_menu_link_list .sub_menu_link:hover {
    background-color: #F9F9F9;
}

/* サイドメニューを開くボタン */
.use_side_menu .menu_opener_box, .use_side_menu .h_side_menu_opener {
    display: flex;
    align-items: center;
}


/********************************************************************/

/* フッターナビゲーション */

/********************************************************************/

.footer_nav {
    background-color: #F5F5F5;
}

.responsive .footer_nav {
	padding-top: 30px;
}

/* 各ナビゲーション */
.footer_nav_item .nav_btn {
	border-bottom: 1px solid #E0DFE3;
	padding: 10px 10px 10px 25px;
}

.use_hover .footer_area .nav_btn:hover {
    border-bottom: 1px solid #666666;
}


/********************************************************************/

/* タイトル */

/********************************************************************/

.page_title h1,
.page_title h2,
.main_box h2 {
    background-color: transparent;
}

.page_title h1 .title_text,
.page_title h2 .title_text,
.main_box h2 .title_text {
    display: inline-block;
	position: relative;
	z-index: 1;	
}

.page_title h1.detail_page_title .title_text {
    padding-left: 0px;
	padding-right: 0px;	
}

.lower_link_box .main_box .section_title h2 .title_text {
    display: inline;
	background-color: transparent;
	padding: 0px;
}

.side_box h2,
.main_box h2 {
    padding: 10px;
    margin-bottom: 10px;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}

.lower_link_box .main_box .section_title h2 {
	background-color: #F5F5F5;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	font-size: 123.1%;
}

.main_desc {
    margin-bottom: 10px;
}

.main_desc li {
    text-align: left;
}


/********************************************************************/

/* 第二階層タイトル */

/********************************************************************/

/* 第二階層各ページタイトル */
.page_box .page_title h1,
.page_box .page_title h2,
.page_box .recently .section_title h2,
.page_box .use_emphasis_title .section_title h2 {
    padding: 10px;
    margin-bottom: 10px;
	color: #000000;
}

.has_min_nav .page_title h2 {
	  text-align: center;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.has_min_nav .page_title h2 {
		margin-bottom: 20px;
	}
}

/* 商品詳細ページタイトル */
.itemdetail .page_title h1 {
    background-color: transparent;
	text-align: left;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.has_left_side_menu:not(:has(.hidden_specified_side_menu)) .itemdetail .page_title h1 {
		padding-left: 0px;
	}
}

/* 記事ページタイトル */
.pwhatnew .page_title h1,
.pdiary .page_title h1 {
    margin-bottom: 0px;
}


/********************************************************************/

/* 第二階層サブタイトル */

/********************************************************************/

/* 各ページサブタイトル */
.page_box .section_title h2,
.page_box .section_title h3 {
    border-bottom: 1px solid #E0DFE3;
    padding: 10px;
    color: #000000;
}

.page_box .recently .section_title h2 {
	border: none;
}

.page_box .use_emphasis_title .section_title h2 {
    background-color: transparent;
	padding: 10px 0px;	
}

.page_box.shoppingcart .section_title h3,
.page_box.mypage .section_title h3,
.page_box.help .section_title h3,
.page_box.recipient_list .section_title h3,
.page_box.mypage_recipient_form .section_title h3 {
    background-color: #F5F5F5;
    border: none;
    border-radius: 0;
    padding: 10px;
	margin-bottom: 10px;
}

.page_box .contents_box .page_title_right_edge h3, 
.page_box .contents_box .section_title_right_edge h3 {
    padding-right: 100px;
}

.page_box #cart_preview .section_title h3 {
    background-color: #F5F5F5;
    border: none;
    border-radius: 0;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.page_box.shoppingcart .section_title h3,
	.page_box.help .section_title h3,
	.page_box #cart_preview .section_title h3,
	.page_box.recipient_list .section_title h3,
	.page_box.mypage_recipient_form .section_title h3 {
		padding: 12px;
	}
}

.page_box .help_contents .section_title h4 {
    margin-top: 10px;
}

.page_box .section_title h4 {
    padding: 10px 5px;
	border-bottom: 1px solid #E0DFE3;
}

.page_box .page_contents .search_result_title h3 {
    margin-top: 10px;
}


/********************************************************************/

/* 第二階層小項目タイトル */

/********************************************************************/

.contents_title {
    padding: 10px;
	background-color: #F5F5F5;
    font-weight: 500;
    font-size: 108%;
    color: #000000;
}

.rules_title {
    font-weight: bold;
}


/********************************************************************/

/* フォームタイトル */

/********************************************************************/

.form_title {
    border-bottom: 1px solid #E0DFE3;
    padding: 10px 3px 5px;
    font-weight: 700;
    font-size: 116%;
    color: #000000;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.shoppingcart_contents #cart_recipient .form_title {
		font-weight: 500;
	}
}

.form_data .form_title.radio_selection_box,
.form_data .form_inner_title.radio_selection_box {
	padding: 10px;
	font-weight: 500;
}

.shoppingcart_contents .form_title {
	font-size: 108%;
}

.shoppingcart_page_body .page_box .form_area .form_title {
	border-bottom: 1px solid #E0DFE3;
}

.form_inner_title {
    border-bottom: 1px solid #E0DFE3;
    font-weight: 500;
    color: #000000;
}


/********************************************************************/

/* タイトル文字サイズ */

/********************************************************************/

.page_title h1,
.page_title h2,
.section_title h1,
.section_title h2 {
    font-size: 131%;
	font-weight: bold;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.page_title h1,
    .page_title h2,
    .section_title h1,
    .section_title h2 {
        font-size: 161.6%;
    }
}

.page_title h1 .title_text,
.page_title h2 .title_text,
.main_box h2 .title_text {
	font-size: 100%;
}

.recently h2 .title_text {
    font-size: 66%;	
}

/* レスポンシブ横幅375px以上指定 */
@media screen and (min-width: 375px) {
    .recently h2 .title_text {
        font-size: 93%;	
    }
}

.lower_link_box .main_box .section_title h2 .title_text {
    font-size: 100%;	
}

.page_title h3,
.section_title h3 {
    margin: 0px;
    font-size: 108%;
    font-weight: 500;
}

.page_box .section_title h2,
.page_box .section_title h3 {
    margin: 0px 2px;
}

.page_title h4,
.page_title h5,
.page_title h6,
.section_title h4,
.section_title h5,
.section_title h6 {
    margin: 0px;
    font-size: 100%;
    font-weight: bold;
}

.shoppingcart_page_body .section_title h4 {
    margin: 0px;
    font-size: 108%;
}


/********************************************************************/

/* メインコンテンツ */

/********************************************************************/

/********************************************************************/

/* 一覧
・写真のみ表示
・説明付き表示
・商品一覧ページ(写真のみ、説明付き)
・最新情報、店長日記
・ソート
*/

/********************************************************************/


/*--------------------------------------*/

/* 写真のみ表示  */

/*--------------------------------------*/

/* サムネイル写真 */
.layout_photo .list_item_photo {
    padding: 5px 0px;
    text-align: center;
}

/* 一覧枠 */
.itemlist_box .inner_item_data {
    padding: 15px 10px 5px;
}

.layout_photo .list_item_data {
    padding: 8px 1px 5px;
}

/* もっと見る */
.more_item {
    max-width: 180px;
	min-width: max-content;
    border-top: none;
    margin: 40px auto 50px;
    text-align: center;
}

.layout_column_text .more_item {
    margin-top: 30px;
}

.more_item .general_btn {
	background-color: #333333;
	border: none;
	padding: 12px 15px 10px;
	font-weight: 400;
	display: block;
	border-radius: 5px;
	line-height: 100%;
	color: #FFFFFF;
}

#container .more_item .general_btn .fa {
	color: #FFFFFF;
}

.use_hover .more_item .general_btn:hover {
	border: none;
	background-color: #666666;
	color: #FFFFFF;
}

/* 写真のみ文字サイズ */
.layout_photo .item_data_link {
    font-size: 93%;
}

.layout_photo .col2 .item_data_link {
    font-size: 93%;
}


/*--------------------------------------*/

/* 説明付き */

/*--------------------------------------*/

/* リンク */
.layout_column_text .list_item_box,
.layout_text .not_link {
    border-bottom: 1px solid #E0DFE3;
    padding: 15px 5px 15px 10px;
}

.itemlist_box.layout_column_text .list_item_box {
	align-items: flex-start;
}

.itemlist_box.layout_column_text .list_item_link:not(.flex_column) .list_item_data {
	min-height: 100%;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
    .layout_column_text .list_item_box,
	.layout_text .not_link {
		padding: 15px 0px;
	}
}

.list_item_data p.item_desc {
    color: #000000;
}


/*--------------------------------------*/

/* 商品一覧  */

/*--------------------------------------*/

/* 商品、記事一覧マウスオーバー */
.use_hover .item_list .item_data_link:hover,
.use_hover .item_list .list_item_link:hover {
    opacity: 0.7;
}

/* 商品名 */
.item_name {
    font-weight: 600;
}

.list_item_data p.item_name {
    margin-bottom: 3px;
}

/* 販売価格 */
.price {
    padding: 2px 0px;
    color: #000000;
    font-weight: 700;
}

.price .selling_price,
.price .regular_price {
    padding: 2px 0px;
}

.selling_price .tax_label {
    font-weight: 400;
	margin-left: 1px;
}

/* 通常販売価格 */
.price .regular_price {
    color: #000000;
    font-weight: normal;
    display: block;
}

.item_box .text_layout .regular_price {
    display: inline;
}

/* 希望小売価格、税込価格 */
.item_box .retail_price,
.item_box .tax_incl_price {
	font-size: 93%;
    color: #555555;
    font-weight: normal;
    word-break: normal;
}

.item_box .retail_price {
	margin-top: 5px;
}

.retail_price .price_label:empty {
	display: none;
}

/* 在庫あり */
.stock {
    color: #555555;
    font-size: 90%;
}

/* 在庫僅か */
.lowstock {
    color: #D43B55;
}

/* 在庫なし */
.soldout,
.variation_stock_list .data_table .soldout {
    color: #777777;
}

/* 商品一覧ランキング */
.rankno {
    display: block;
    width: 40px;
    min-width: auto;
    margin: auto;
    background-color: #F5F5F5;
    color: #000000;
    font-size: 10px;
}

.rankno1 {
    background-color: #BBB447;
    color: #FFFFFF;
}

.rankno2 {
    background-color: #A7A7A7;
	color: #FFFFFF;
}

.rankno3 {
    background-color: #B4643A;
	color: #FFFFFF;
}

/* ランキングタブ */
.ocnk016.responsive .ranking_page_body .inner_ranking_navigation {
  margin-bottom: 20px;
}

.ocnk016.responsive .ranking_navigation.anchor_nav_area .nav_btn {
	margin: 2px 3px -1px;
	padding: 10px 8px;
	background-color: #F5F5F5;
	border: 1px solid #F5F5F5;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #B9BDBD;
}

.ocnk016.responsive.use_hover .ranking_navigation.anchor_nav_area .nav_btn:hover {
	background-color: #FFFFFF;
	border: 1px solid #E0DFE3;
	border-bottom: 1px solid #FFFFFF;
}

.ocnk016.responsive .ranking_navigation.anchor_nav_area .nav_btn.nav_on {
	background-color: #FFFFFF;
	border: 1px solid #E0DFE3;
	border-bottom: 1px solid #FFFFFF;
	color: #000000;
}


/*--------------------------------------*/

/* 記事一覧  */

/*--------------------------------------*/

/* タイトル */
.list_subject {
    padding: 5px 0px;
}

/* 日付 */
.date {
    color: #000000;
    font-size: 93%;
    font-weight: normal;
}


/*--------------------------------------*/

/* ソート */

/*--------------------------------------*/

.sort_box {
    padding: 5px;
    margin: 3px;
    border-bottom: 1px solid #E0DFE3;
}

.sort_item .global_btn {
    padding: 5px;
    text-align: center;
}

/* 件数 */
.item_count {
	padding: 10px 10px 0;
    font-size: 93%;
}


/********************************************************************/

/* 写真 */

/********************************************************************/

#photo {
    padding: 0px;
}

#photo .fix_center {
    max-width: 100%;
}

#photo .item_image_box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/* レスポンシブ横幅600px以上指定 */
@media screen and (min-width: 600px) {
	.ocnk007.responsive:not(:where(.touch006, .touch008, .touch010)) #photo .item_image_box img {
		height: 400px;
	}
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	#photo .item_image_box img {
		height: 500px;
	}
}

/* レスポンシブ横幅900px以上指定 */
@media screen and (min-width: 900px) {
	.ocnk007.responsive:not(:where(.touch006, .touch008, .touch010)) #photo .item_image_box img {
		height: 500px;
	}
}

/* レスポンシブ横幅1000px以上指定 */
@media screen and (min-width: 1000px) {
	.ocnk007.responsive:not(:where(.touch006, .touch008, .touch010)) #photo .item_image_box img {
		height: 600px;
	}
}

/* レスポンシブ横幅1200px以上指定 */
@media screen and (min-width: 1200px) {
	.ocnk007.responsive.wide_layout:not(:where(.touch006, .touch008, .touch010)) #inner_container {
		max-width: 100%;
	}
	.ocnk007.responsive:not(:where(.touch006, .touch008, .touch010)) #photo .item_image_box img {
		height: calc(100vh - 100px);
	}
}


/********************************************************************/

/* スライド */

/********************************************************************/

/* スライド送りボタン */
#photo .slider_controller.lower_slider_controller {
	padding-bottom: 50px;
}

.slider_box .swiper-pagination-bullet,
.swipe_list .pointer span {
    background-color: #DCD9D1;
}

#photo .slider_box .swiper-pagination-bullet,
#photo .swipe_list .pointer span {
    background-color: #DCD9D1;
}

/* 現スライド */
.slider_box .swiper-pagination-bullet-active,
.swipe_list .pointer span.current {
    background-color: #333333;
}

#photo .slider_box .swiper-pagination-bullet,
#photo .swipe_list .pointer span,
#photo .slider_box .swiper-pagination-bullet-active,
#photo .swipe_list .pointer span.current {
    border: none;
}

#photo .slider_box .swiper-pagination-bullet-active,
#photo .swipe_list .pointer span.current {
    background-color: #333333;
}

/* 前へ、次へアイコン */
.swipe_list .pointer_box span.pointer_prev,
.swipe_list .pointer_box span.pointer_next,
.swiper-button-prev,
.swiper-button-next {
    width: 25px;
    height: 25px;
    background-color: #FFFFFF;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.use_hover .swiper-button-prev:hover,
.use_hover .swiper-button-next:hover {
    background-color: #E0DFE3;
}

.use_hover .slider_box .swiper-button-disabled:hover {
    background-color: #F5F5F5;
}

/* 前へアイコン画像 */
.swipe_list .pointer_box span.pointer_prev,
.swiper-button-prev {
    background-image: url(img/icon_prev.png);
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;
}

/* 次へアイコン画像 */
.swipe_list .pointer_box span.pointer_next,
.swiper-button-next {
    background-image: url(img/icon_next.png);
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;
}


/********************************************************************/

/* 第二階層 */

/********************************************************************/

.page_box {
    color: #000000;
}

.has_min_nav .inner_page_contents,
.legal_page_body .tablayout_navigation,
.help_page_body .inner_page_contents,
.review_page_body .inner_page_contents {
	padding: 0px 8px;
}

/* 共通説明 */
.page_desc {
    padding: 10px;
}

/* 共通ボックス */
.global_info {
    border: 1px solid #E0DFE3;
    padding: 10px;
}


/********************************************************************/

/* 商品詳細 */

/********************************************************************/

/* 商品情報　各ブロック */
.detail_section,
.detail_block_stock .detail_section {
    border-bottom: 1px solid #E0DFE3;
	padding: 10px;
}

.detail_block_price .detail_section:not(.option_point) {
	padding: 5px;
}

.detail_inner_box.custom_toggle_box,
.custom_toggle_box .detail_inner_box {
	transition: .3s;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.detail_section,
	.detail_block_stock .detail_section {
		padding: 15px;
	}
	
	.detail_block_price .detail_section:not(.option_point) {
		padding: 0px;
	}
}

.detail_section.add_cart {
	border-bottom: none;
	text-align: center;
	margin: 10px 0px;
}

/* 商品情報　商品名 */
.detail_item_data h1,
.detail_item_data .item_name {
	font-size: 131%;
	font-weight: bold;
	padding: 0 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.itemdetail .section_title h2 {
	font-size: 116%;
}

.itemdetail .custom_toggle_box .section_title h2 {
	padding: 15px 25px 15px 10px;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.detail_item_data h1,
	.detail_item_data .item_name {
		font-size: 146.5%;
		margin-top: 10px;
	}

	.itemdetail .section_title h2 {
		font-size: 131%;
		padding-left: 5px;
	}

	.itemdetail .custom_toggle_box .section_title h2 {
		padding: 10px 5px;
	}
}

/* 商品詳細　価格エリアdivタグ間余白 */
.detail_item_data .section_box {
    margin-bottom: 10px;
}

/* 商品詳細　価格エリア項目間余白 */
.detail_item_data .section_box p {
    margin-bottom: 5px;
}

/* 商品詳細　販売価格 */
.detail_item_data .selling_price {
    font-size: 123.1%;
    word-break: normal;
}

/* 商品詳細　販売価格金額 */
.detail_item_data .selling_price .figure {
    font-weight: bold;
}

/* 商品詳細　通常販売価格 */
.detail_item_data .regular_price {
    font-size: 85%;
}

/* 商品詳細　希望小売価格、税込価格 */
.detail_item_data .retail_price,
.detail_item_data .tax_incl_price {
    color: #666666;
    font-weight: normal;
}

/* 商品詳細　販売価格ラベル */
.detail_item_data .selling_price {
    font-weight: normal;
}

/* 商品詳細　在庫 */
.detail_item_data .stock {
    font-size: 108%;
    font-weight: bold;
}

/* 商品情報　商品説明 */
.item_desc {
	padding: 15px;
    margin: 0px;
}

/* 価格変動注意書き */
.price_desc {
    font-size: 77%;
}

/* 商品仕様 */
.detail_spec_data {
	padding: 10px;
    margin: 0px;
}

/* 他の写真枠 */
.other_item_data {
    margin: 0px;
}

.other_item_data .global_photo {
    text-align: center;
}

/* 他の写真説明 */
.other_photo_desc {
    margin: 0px;
}

/* バリエーション在庫表 */
.variation_stock_list {
    margin-bottom: 5px;
}

.variation_stock_list .stocklist_label {
	font-size: 93%;
}

.side_box.diary_category_nav_box h2 {
    background-color: transparent;
}

/* バリエーション、オーダーメイド項目間余白 */
.variation_item,
.order_item {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* オーダーメイド項目 */
.order_item {
    border-bottom: 1px solid #E0DFE3;
}

.order_label {
	padding: 5px 0px;
}

.ordermade .bottompos {
    border-bottom: none;
}

/* バリエーション在庫選択中背景 */
.variation_stock_list .data_table .selected_item {
    background-color: #EFF8FA;
    color: #3484B9;
}

.variation_stock_list .data_table .selected_data {
    background-color: #EFF8FA;
}
	

/*--------------------------------------*/
/* バリエーション選択のポップアップ */

/* ポップアップ枠 */
.popup_variation,
.popup_area {
    background-color: #FFFFFF;
    border: 1px solid #E0DFE3;
}

.popup_variation_selection,
.popup_section {
    border-bottom: 1px solid #E0DFE3;
}

/* バリエーション項目ボタン */
.popup_variation_button,
.item_selection_button {
    background-color: #F5F5F5;
    border: 2px solid #CCCCCC;
}

/* 選択中 */
.selected_option .popup_variation_button,
.selected_option .item_selection_button {
    background-color: #EFF8FA;
    border: 2px solid #000000;
    color: #000000;
}

/* 変更、選択してくださいボタン */
.popup_variation_edit_button,
.popup_variation_select_button,
.item_select_operation_button {
    background-color: #E0DFE3;
    color: #000000;
}

.popup_variation_value,
.variation_selection_value,
.item_selection_value {
    color: #000000;
    font-weight: bold;
}

/* 選択済み枠 */
.variation_selection_box .validation_selection_selected_all,
.use_hover .variation_selection_box .validation_selection_selected_all:hover {
	max-width: 100%;
	width: 100%;
    background-color: #EFF8FA;
    color: #000000;
}

.validation_selection_selected_all .variation_selection_msg_text {
    background-color: #333333;
    color: #FFFFFF;
}

.popup_variation_title {
	font-weight: 400;
}


/*--------------------------------------*/
/* バリエーション画像 */

.variation_image {
	margin-right: 8px;
}


/*--------------------------------------*/
/* サムネイル写真 */

.thumbnail {
    margin-top: 5px;
}

/* サムネイル写真 */
.thumbnail .thumbnail_btn {
    border: 1px solid #FFFFFF;
}

/* サムネイル写真枠サイズ */
.thumbnail_listbox {
    width: 60px;
}


/*************************************************************/

/* レビュー */

/*************************************************************/

/* レビュー件数 */
.item_info .review_number {
    color: #000000;
}

.large_rating_icon .star_empty,
.large_rating_icon .star_full,
.large_rating_icon .star_half,
.medium_rating_icon .star_empty,
.medium_rating_icon .star_full,
.medium_rating_icon .star_half,
.small_rating_icon .star_empty,
.small_rating_icon .star_full,
.small_rating_icon .star_half {
    background-image: none;
}

.star_icon {
    display: inline-block;
    margin-top: 4px;
    font: normal normal normal 14px/1 FontAwesome;
}

.star_full::before {
    content: "\f005";
}

.star_half {
	position: relative;
}

.star_half::before,
.star_half::after {
	position: absolute;
}

.star_half::before {
    content: "\f005";
}

.star_half::after {
    content: "\f089";
}

.star_empty::before {
    content: "\f005";
}

/* 星の大きさ */
.large_rating_icon .star_icon::before,
.large_rating_icon .star_icon::after {
    font-size: 22px;
}

.large_rating_icon .star_icon {
	width: 25px;
    height: 25px;
}

.medium_rating_icon .star_icon::before,
.medium_rating_icon .star_icon::after {
    font-size: 18px;
}

.medium_rating_icon .star_icon {
	width: 20px;
	height: 20px;
}

.small_rating_icon .star_icon::before,
.small_rating_icon .star_icon::after {
    font-size: 14px;
}

/* 星の色 */
.star_icon::before,
.star_half::after {
    color: #FFC607;
}

.review_register_page_body .review_post_stars img[src$="star_full_x2.png"] {
    background-color: #FFC607;
}

.star_icon.star_empty::before,
.star_half::before {
    color: #E0DFE3;
}

.review_register_page_body .review_post_stars img[src$="star_empty_x2.png"] {
    background-color: #E0DFE3;
}

/* 文字の色 */
.rating_point {
    color: #333333;
	line-height: 100%;
}

.large_rating_icon .rating_point {
    font-size: 153.9%;
}

.medium_rating_icon .rating_point {
    font-size: 138.5%;
}

/* 星ポイント */
.rating_point {
    margin-left: 5px;
    color: #333333;
}

/* レビュー数 */
.review_number:not(.no_review) {
    margin-left: 7px;
}

/* グラフ */
.bar_graph {
    background-color: #FFC607;
}

/* 年代 */
.rating_age {
    font-size: 93%;
}

/* 分析レポート内レビュー数 */
.rating_number A {
    font-size: 93%;
}

/* レビュー一覧 */
.review_data {
    background-color: #F5F5F5;
	margin: 20px 0px;
}

.mypagereview_contents .list_item_data .review_data {
    background-color: transparent;
	margin: 5px 0px;
}

.mypagereview_contents .review_data_lower {
    padding: 10px;
	margin: 5px 0px 0px;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.review_data {
		margin: 20px 5px 20px;
	}

	.mypagereview_contents .review_data_lower {
		padding: 15px;
	}
}

/* レビュータイトル */
.review_title {
	padding: 8px 0;
    font-size: 123.9%;
    font-weight: bold;
}

.product_review_item .page_title {
    margin-bottom: 30px;
}

.product_review_item .page_title .title_note,
.item_box .page_title .title_note {
	display: block;
	margin-top: 5px;
	font-size: 77%;
}

/* レスポンシブ横幅710px以上指定 */
@media screen and (min-width: 710px) {
	.product_review_item .page_title .title_note,
	.item_box .page_title .title_note {
		font-size: 85%;
	}
}

.itemdetail .review_data .review_title,
.mypagereview_contents .review_data .review_title {
	font-size: 108%;
}

.mypagereview_contents .review_data .review_title {
	padding-bottom: 15px;
}

/* 登録日 */
.review_postdate {
    background-color: #444444;
    color: #FFFFFF;
}

/* レビュワー */
.reviewer_name {
	padding: 15px 15px 0;
	background-color: #FFFFFF;
	color: #555555;
}

/* メモ */
.review_note {
	padding: 15px;
    background-color: #FFFFFF;
}

.detail_page_body .review_note {
    background-color: #FFFFFF;
}

/* ショップオーナー返信 */
.owner_note {
    border-bottom: 1px solid #E0DFE3;
}

/* ショップオーナーヘッダー */
.owner_header {
    font-size: 93%;
	font-weight: 700;
    color: #47ABC5;
}

/* ショップオーナー登録日 */
.owner_postdate {
    display: inline-block;
    margin-left: 5px;
}

/* 参考 */
.review_consult {
	font-size: 85%;
}

/* 参考質問数字 */
.user_number {
    font-size: 123.9%;
    font-weight: bold;
    color: #333333;
}

/* 参考質問ボタン */
.review_vote_btn {
    display: inline-block;
    margin-top: 5px;
	margin-left: 5px;
}

/* 商品一覧レビュー数 */
.item_list .review_number {
    font-size: 85%;
    margin-left: 5px;
}

/* 商品詳細レビュー数 */
.review_list .review_number {
    font-size: 93%;
}

/* 商品詳細レビュー */
.inner_detail_review_area {
    padding: 10px;
}

/* 商品詳細ヘッダー */
.detail_review_header {
    padding-top: 15px;
	padding-bottom: 5px;
}

.detail_review_header .global_btn {
    text-align: center;
}

/* 全て見る */
.more_item .label_suffix {
	margin-top: 3px;
	font-size: 85%;
}

.more_item .label_suffix + .fa {
	vertical-align: middle;
}

/* レビュー一覧 */
.review_item_name {
	font-size: 116%;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.review_item_name {
		font-size: 123.1%;
	}
}

.inner_review_item_data,
.inner_review_list_product_box .add_cart {
	padding: 5px 10px;
}

.inner_review_item_data .large_rating_icon {
	padding: 8px 5px;
}

.product_review_info_area .rating_average,
.rating_average {
	margin: 20px 0px;
}

.inner_rating_average {
	margin: 0px 10px;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.product_review_info_area .rating_average,
	.rating_average {
		margin: 0px;
	}

	.inner_rating_average {
		margin: 0px;
	}
}

/* マイページレビュー管理 */
.item_data.review_admin .inner_item_data {
	padding: 20px 0;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
    .item_data.review_admin .inner_item_data {
		padding: 30px 0;
    }
}

/* マイページレビュー管理ボタン */
.review_admin .global_btn {
    text-align: center;
}

.item_data.review_admin .inner_item_data .box_both_ends_space {
	padding: 5px 5px 0px;
}

.review_admin .review_item_name {
	margin: 5px 0;
	font-size: 108%;
}

.review_list .delete_box .delete_btn_box {
	top: 10px;
}

.review_post_product_box .review_item_data {
	padding-left: 15px;
}


/********************************************************************/

/* ログイン */

/********************************************************************/

.login_page_body #inner_contents,
.mail_auth_page_body #inner_contents {
	  max-width: 680px;
}

.login_page_body #inner_contents #signin_form,
.mail_auth_page_body #inner_contents #mail_auth_form {
	  padding: 0px 5px;
}

.signin_box .form_data .largesize,
#mail_auth_form .form_data .largesize {
	width: 100%;
	max-width: none;
}

@media screen and (min-width: 840px) {
	.ocnk009.responsive #shoppingcart_page_step1 #signin_form.contents_box,
	.ocnk009.responsive #shoppingcart_page_step1 #cartregister_form.contents_box {
		margin-bottom: 0px;
	}
}

/* ID、PW枠 */
.signin_box .id_box,
.signin_box .pass_box {
    margin: 0px;
}

/* ID、PWタイトル */
.signin_box .id_title,
.signin_box .pass_title {
    margin-bottom: 10px;
    border-bottom: 1px solid #E0DFE3;
    font-size: 116%;
    font-weight: bold;
}

.signin_box .password .global_link {
    font-size: 85%;
}

/* 新規登録枠 */
#register_form {
    padding-top: 20px;
    border-top: 1px solid #E0DFE3;
}


/********************************************************************/

/* カート */

/********************************************************************/

#shoppingcart_page_step1 .visitor:not(:has(#cart_step)) .shoppingcart_contents {
	max-width: 680px;
	margin: auto;
}

#shoppingcart_page_step1 .visitor:not(:has(#cart_step)) .shoppingcart_contents #signin_form,
#shoppingcart_page_step1 .visitor:not(:has(#cart_step)) .shoppingcart_contents #cartregister_form {
	padding: 0px 5px;
}

/* カートの中身各枠 */
.inner_cart_data {
	padding: 0px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
}

/* 各項目枠 */
.cart_section {
    border-top: 1px solid #E0DFE3;
    padding: 10px 0px;
}

/* 区切り線 */
.top_separator {
    border-top: 1px solid #E0DFE3;
}

.bottom_separator {
    border-bottom: 1px solid #E0DFE3;
}

/* 各項目ラベル */
.cart_label {
    font-weight: normal;
}

/* ボタン中央寄せ */
.cart_inner_btn {
    text-align: center;
}

/* 小計、送料 */
.cart_sub_total_price,
.cart_shipping_charge {
    text-align: right;
}

/* 合計 */
.cart_footer {
    text-align: right;
}

.grand_total {
    display: inline-block;
    border-bottom: 2px solid #333333;
    margin-bottom: 5px;
}

.grandtotal_price {
    font-size: 153.9%;
}

/* 買い物を続ける */
.continue_shopping {
    text-align: right;
}

/* 送り主、お届け先追加変更ボタン */
.cart_recipient .global_btn {
    text-align: center;
}

/* お届け先名 */
.cart_recipient_title {
    padding: 8px 0px;
    border-bottom: 1px solid #E0DFE3;
	font-weight: 700;
}

/* ラジオボタン選択の強調表示 */
.cart_payment_row .form_element,
.ocnk009.responsive .shoppingcart_contents .cart_payment_row .form_element {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.cart_payment_row .form_element,
    .ocnk009.responsive .shoppingcart_contents .cart_payment_row .form_element {
		padding: 10px 20px 20px;
    }
}

.checked_row,
.ocnk009.responsive .shoppingcart_contents .form_area .checked_row > .form_title,
.ocnk009.responsive .shoppingcart_contents .form_inner_area .checked_row > .form_inner_title,
.ocnk009.responsive .shoppingcart_contents #cart_payment .checked_row .form_title,
.ocnk009.responsive .shoppingcart_contents #cart_payment .cart_payment_row.checked_row,
.ocnk009.responsive .shoppingcart_contents .cart_shipping_row.checked_row {
    background-color: #EFF8FA;
}

.form_area .checked_row > .form_title,
.form_inner_area .checked_row > .form_inner_title {
    color: #000000;
	font-weight: 700;
}

.checked_row .global_info {
    background-color: #FFFFFF;
    border: 1px solid #E0DFE3;
    padding: 10px;
}

/* リピータ向け決済機能用 */
.inner_global_info {
    background-color: #FFFFFF;
    border: 1px solid #E0DFE3;
}

/* クーポン/ポイント枠 */
.toggle_box .cart_point,
.toggle_box .box_padding,
.toggle_box .cart_point_notice {
    margin: 1px;
}

/* クーポン/ポイント変更時の金額を更新ボタン欄、強調表示背景 */
.notice_box .form_btn_spad {
    background-color: #EFF8FA;
}

A.edit_entered_card_link:link,
A.edit_entered_card_link:active,
A.edit_entered_card_link:visited {
	text-decoration: underline;
}

A.edit_entered_card_link:hover {
	text-decoration: none;
}


/*************************************************************/

/* ステップ表 */

/*************************************************************/

.step_list {
	width: 100%;
    margin: 10px 0px 15px;
    padding: 0px 2px;
}

/* ステップ表 各枠背景 */
.step_data {
    background-color: #F5F5F5;
    border-right: 2px solid #FFFFFF;
    text-align: center;
}

/* ステップ表 左端 */
.step_block:first-child .step_data {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

/* ステップ表 右端 */
.step_block:last-child .step_data {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-right: none;
}

/* ステップ表 各枠　現ページ */
.step_check .step_data {
    background-color: #333333;
}

/* ステップ表 文字 */
.step_data span {
    color: #666666;
}

/* ステップ表 ステップ数 */
.step_data .step_number {
    font-weight: 400;
	font-size: 9px;
}

/* ステップ表 現ページ文字 */
.step_check .step_data span {
    color: #FFFFFF;
	font-weight: 700;
}


/********************************************************************/

/* 最新情報、店長日記 */

/********************************************************************/

.ocnk028.responsive.single_layout :is(.whatnew_page_body, .whatnew_detail_page_body) #container #inner_contents,
.ocnk028.responsive.single_layout :is(.diary_page_body, .diary_detail_page_body) #container #inner_contents,
.ocnk028.responsive.single_layout :is(.article_page_body, .article_detail_page_body) #container #inner_contents,
.ocnk028.responsive.wide_layout :is(.whatnew_page_body, .whatnew_detail_page_body) #container #inner_contents,
.ocnk028.responsive.wide_layout :is(.diary_page_body, .diary_detail_page_body) #container #inner_contents,
.ocnk028.responsive.wide_layout :is(.article_page_body, .article_detail_page_body) #container #inner_contents {
	max-width: 1400px;
}

/* 日付 */
.article_date {
    border-bottom: 1px solid #E0DFE3;
    margin-bottom: 10px;
}

.date, .article_date {
    color: #000000;
    font-size: 93%;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.pwhatnew .article_date,
.pdiary .article_date {
	padding-top: 0px;
}

.format {
    font-size: 77%;
}

/* 記事 */
.ph_article {
	font-size: 108%;
	padding: 15px 10px;
}

/* バックナンバー */
.count_number {
    font-size: 93%;
}


/********************************************************************/

/* ご利用案内 */

/********************************************************************/

/* 上部ページ内リンクのナビゲーション */
.help_navigation.anchor_nav_area {
	padding: 0px 10px;
}

.anchor_nav_area .nav_btn {
    border: 1px solid #F5F5F5;
	font-size: 93%;
}

.use_hover .anchor_nav_area .nav_btn:hover {
    background-color: #F5F5F5;
	border: 1px solid #F5F5F5;
}

/* 各ブロック */
.help_contents .inner_contents_box {
    margin-bottom: 10px;
}

.help_step,
.help_payment {
    padding-bottom: 5px;
}

/* 説明各ブロック */
.help_data {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 93%;
}

/* 推奨環境 */
#spec_contents dt {
    font-weight: bold;
    padding-bottom: 5px;
}

#spec_contents dd {
    background-color: #F5F5F5;
}


/********************************************************************/

/* 特定商取引法 */

/********************************************************************/

/* 各欄枠 */
.contents_desc {
    padding: 10px 5px;
    margin: 5px 0px;
}


/********************************************************************/

/* メールマガジン */

/********************************************************************/

.mailmagazine_page_body #inner_contents,
.mailmagazinestop_page_body #inner_contents {
	max-width: 680px;
}

.mailmagazine_box .form_data .largesize {
	width: 100%;
	max-width: none;
}

/* 登録、解除タイトル */
.mailmagazine_box .mailmagazine_subscribe_title,
.mailmagazine_box .mailmagazine_unsubscribe_title {
    border-bottom: 1px solid #E0DFE3;
    margin-bottom: 10px;
    font-size: 116%;
    font-weight: bold;
}


/********************************************************************/

/* マイページ */

/********************************************************************/

/* ポイント */
.member_contents .point_number {
    font-size: 138.5%;
    font-weight: bold;
    color: #3588D1;
}

.member_contents .point_number .point_suffix {
    color: #000000;
}

/* リンク枠 */
.link_box .global_iconleft {
    display: block;
    margin-bottom: 10px;
}

/* 注意書き */
.mypage_note {
    font-size: 93%;
    line-height: 140%;
}

/* マイページ共通　送り主　お届け先 */
.mypage_recipient {
    padding: 5px 0px;
    font-size: 108%;
}

.mypage_contents .link_box .global_link {
	font-weight: 400;
}


/*************************************************************/

/* 購入履歴 */

/*************************************************************/

/* 商品名 */
.history_data_list .item_name {
    font-weight: 400;
    color: #000000;
}


/*************************************************************/

/* 送り主、お届け先 */

/*************************************************************/

/* 住所 */
.recipient_data_list .user_address {
    font-weight: 400;
    color: #000000;
}


/*************************************************************/

/* お気に入り */

/*************************************************************/

/* 登録日、メモ */
.item_registration_date,
.item_memo {
    font-size: 93%;
}

/* 商品説明 */
.favorite_contents .item_desc {
    padding: 8px 3px;
    margin: 10px 0px;
    border-top: 1px solid #E0DFE3;
    border-bottom: 1px solid #E0DFE3;
}

.favorite_contents .price {
	font-size: 93%;
}

/* メモ */
.item_memo_text {
	padding: 10px;
    background-color: #F5F5F5;
    color: #000000;
}


/*************************************************************/

/* 複数選択 */

/*************************************************************/

/* 複数削除 */
.bulk_btn {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* 複数選択 */
.inner_bulk_check_box {
    background-color: #F5F5F5;
}

.layout_column_text .inner_bulk_check_box,
.layout_text .inner_bulk_check_box {
    background-color: #F5F5F5;
}

.bulk_mode .layout_column_text .list_item_box,
.bulk_mode .layout_column_text .not_link,
.bulk_mode .layout_text .not_link {
    border-bottom: none;
}

/* 一括削除時の下部ボタン枠 */
.bulk_mode .fixed_bottom {
    background-color: #F5F5F5;
    border-top: 1px solid #E0DFE3;
}

/* 数量表示バッジ */
.badge {
    background-color: #FF0000;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}


/*************************************************************/

/* 掲示板 */

/*************************************************************/

/* 記事枠 */
.post_box {
    margin-bottom: 5px;
    border: 1px solid #E0DFE3;
}

/* 記事枠レス */
.post_box_res {
    padding-left: 20px;
}

/* 記事ヘッダー */
.post_box .data_table .cell_header,
.post_box .data_table .cell_data {
    background-color: #E9E9E9;
    font-weight: 400;
	border: none;
}

/* 記事ヘッダー下部余白 */
.post_box .data_table {
    margin-bottom: 5px;
}

/* 記事ヘッダー中央寄せ */
.post_box .res_cell,
.post_box .toggle_cell,
.post_box .replay_cell {
    text-align: center;
}

.post_title,
.post_user,
.post_day,
.post_number {
    padding: 2px 0px;
}

/* 記事タイトル */
.post_title {
    font-weight: bold;
    font-size: 14px;
}

/* 記事ユーザー */
.post_user {
    font-size: 11px;
}

/* 記事投稿日 */
.post_day {
    font-size: 11px;
}

/* 記事No */
.post_number {
    font-size: 13px;
}

/* URL */
.post_url {
    font-size: 13px;
}

/* 記事コメント */
.bbs_comments {
    background-color: #FFFFFF;
}

/* 記事検索 */
.bbs_search.form_data {
    background-color: #F5F5F5;
	margin-bottom: 10px;
}

/* 検索文字強調 */
.result_emphasis {
    background-color: #FFFF73;
}

/* 検索前に戻る */
.bbs_search .global_link {
    margin-left: 10px;
}

/* 記事開閉 */
#bbs_toggle {
    border-top: 1px solid #E0DFE3;
    border-bottom: 1px solid #E0DFE3;
}

/* 記事投稿欄 */
.bbs_post_form {
    background-color: #FFFFFF;
    border: 1px solid #E0DFE3;
}


/*************************************************************/

/* 関連ページ */

/*************************************************************/

/* 内容 */
.link_desc_box {
    border-top: 1px solid #E0DFE3;
}


/*************************************************************/

/* 私が店長です */

/*************************************************************/

/* スタッフ画像 */
.staff_photo,
.pstaff_photo {
    text-align: center;
    margin-top: 10px;
}

/* プロフィール項目 */
.staff_contents dt,
.pstaff_contents dt {
    border-top: 1px solid #E0DFE3;
    font-weight: bold;
}

/* プロフィール内容 */
.staff_contents dd,
.pstaff_contents dd {
    border-top: 1px solid #E0DFE3;
}

.staff_profile_desc {
    background-color: #F5F5F5;
    border: 1px solid #E0DFE3;
}


/********************************************************************/

/* カレンダー */

/********************************************************************/

/* カレンダーヘッダー */
.calendar_data {
    padding: 15px 0px;
}

.cal_month {
    padding-bottom: 15px;
    text-align: center;
}

.cal_month .prev_month,
.cal_month .next_month,
.cal_month .this_month {
    padding: 0px 10px;
}

.cal_month span.prev_month,
.cal_month span.next_month {
    padding: 0px 5px;
    font-weight: bold;
    cursor: pointer;
}

/* 今月 */
.this_month {
    font-size: 123.1%;
    font-weight: bold;
}

.side_col .this_month {
    font-size: 14px;
    padding: 0px;
}

.side_col .next_month,
.side_col .prev_month {
    font-size: 13px;
    padding: 0px;
}

/* カレンダー枠線 */
.calendar_data .data_table th.cell_header,
.calendar_data .data_table td.cell_data {
    border: 1px solid #E0DFE3;
}

/* カレンダー曜日セル */
.calendar_data .cal_day_header {
    font-size: 85%;
}

/* カレンダー各セル */
.calendar_data .data_table .cal_day_cell {
    width: 14%;
    height: 60px;
    vertical-align: top;
}

/* 日曜日 */
.sun .cal_day {
    color: #D43B55;
}

/* 土曜日 */
.sat .cal_day {
    color: #47ABC5;
}

/* 今日 */
.calendar_data .today {
    font-weight: bold;
}

/* イベント一覧 */
.event_list li {
    border-bottom: 1px solid #E0DFE3;
}

/* イベント内容 */
.event_data {
    padding: 10px 0px;
}

/* イベント名 */
.event_name {
    font-weight: bold;
    line-height: normal;
}

/* アイコン画像 */
div.event_icon {
    text-align: center;
}

div.event_icon img {
    margin: 0px 1px;
}

span.event_icon {
    margin-right: 5px;
}

/* 定休日 */
.calendar_data .holiday,
.holiday_icon {
    background-color: #FFE9EE;
}

.holiday_icon {
    border: 1px solid #E0DFE3;
    display: inline-block;
    width: 15px;
    height: 15px;
}

/* イベント説明 */
.event_desc {
    font-size: 93%;
    padding: 5px;
}

/* 左右カラム */
.side_col .cal_day {
    font-size: 85%;
}

.side_col .data_table th.cell_header,
.side_col .data_table td.cell_data {
	padding: 2px;
}

.side_col .calendar_data .data_table .cal_day_cell {
	height: auto;
}


/********************************************************************/

/* table */

/********************************************************************/

/* thタグ、tdタグ */
.data_table .cell_header,
.data_table_header,
.data_table .cell_data {
    padding: 10px;
    border: 1px solid #E0DFE3;
}

/* thタグ */
.data_table .cell_header,
.data_table_header {
    background-color: #F5F5F5;
    color: #000000;
}

.data_table tbody .cell_header {
    background-color: #F9F9F9;
}

/* tdタグ */
.data_table .cell_data {
    background-color: #FFFFFF;
    color: #000000;
}


/********************************************************************/

/* フォーム */

/********************************************************************/

/* フォーム上部説明 */
.list_icon_circle {
    color: #000000;
}

/* フォーム項目 */
.form_element,
.form_inner_element {
    padding: 10px 3px;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.shoppingcart_contents #cart_recipient .form_element {
		padding: 10px;
	}
}

select {
    border: #CCCCCC solid 1px;
}

/* 必須項目 */
.require {
    color: #D43B55;
    font-weight: bold;
}

abbr.require {
    border: none;
    cursor: default;
}

/* 注意書き */
span.cell_note {
    font-size: 85%;
    font-weight: normal;
}

/* メールアドレス欄 */
.confirm_email {
    border: none;
    background-color: #F5F5F5;
}


/********************************************************************/

/* 入力エリア */

/********************************************************************/

/* 標準 */
.form_data .defaultsize {
    width: 170px;
}

/* 特小 */
.form_data .xsmallsize {
    width: 60px;
}

/* 小 */
.form_data .smallsize {
    width: 80px;
}

/* 大 */
.form_data .largesize {
    max-width: 500px;
    width: 97%;
}


/********************************************************************/

/* フォームエラー */

/********************************************************************/

/* 個別エラー表示 */
.form_error {
    border: 5px solid #D43B55;
    border-radius: 5px;
}

/* フォーム上部エラー表示 */
.error_box {
    border: 1px solid #D43B55;
    border-radius: 5px;
}

/* 商品詳細エラー表示 */
.detail_page_body .error_box {
    margin: 10px;
}

/* エラー表示　※赤枠内文字 */
.error_status {
    color: #A71235;
    font-size: 93%;
    padding-left: 5px;
}

/* エラー時入力エリア背景色 */
.page_box .edit_form .error_row input,
.page_box .edit_form .error_row select,
.page_box .edit_form .error_row textarea {
    background-color: #FFE9EE;
}

/* エラーアイコン */
.error_icon .fa {
    background-color: #D43B55;
    box-shadow: 0px 0px 0px 1px #D43B55;
    color: #FFFFFF;
}

/* フォーム上部OK表示 */
.ok_box {
    border: 1px solid #47ABC5;
    border-radius: 5px;
}

/* OK表示 ※緑枠内文字 */
.ok_status {
    color: #47ABC5;
    font-size: 93%;
    padding-left: 5px;
}

/* OK表示アイコン位置調整 */
.ok_status img {
    padding-right: 3px;
}

/* OK時入力エリア背景色 */
.page_box .edit_form .ok_row input,
.page_box .edit_form .ok_row select,
.page_box .edit_form .ok_row textarea,
.page_box .edit_form .error_row .ok_input {
    background-color: #E3F4F9;
}

/* OKアイコン */
.ok_icon .fa {
    background-color: #47ABC5;
    box-shadow: 0px 0px 0px 1px #47ABC5;
    color: #FFFFFF;
}

/* 重要な注意書き色 */
.note_color {
    color: #D43B55;
}


/********************************************************************/

/* アイコン */

/********************************************************************/

/* ヘッダーナビボタン */
.responsive .inner_header_nav .header_nav_item .fa {
    font-size: 22px;
    color: #333333;
    text-align: center;
    position: static;
    margin-right: 0px;
}

.responsive .inner_header_nav .header_nav_item.empty_nav_label .fa.icon-ocnk-barsla {
	font-size: 25px;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.responsive .inner_header_nav .header_nav_item:not(.empty_nav_label) {
		width: 60px;
	}
	
	.responsive .inner_header_nav :is(.h_contact,.h_favorite,.h_help,.h_signout).header_nav_item:not(.empty_nav_label) {
		width: 70px;
	}
	
	.responsive .inner_header_nav :is(.h_contact,.h_favorite,.h_help,.h_signout).header_nav_item:not(.empty_nav_label) .nav_text .nav_label {
		font-size: 9px;
	}
	
	.ocnk038.responsive #container:has(.side_col .has_toggle_menu_list) .inner_header_nav .header_nav_item .nav_text .fa {
		font-size: 22px;
	}
	
	.ocnk038.responsive #container:has(.side_col .has_toggle_menu_list) .inner_header_nav .header_nav_item.empty_nav_label .nav_text .fa.icon-ocnk-barsla {
		font-size: 25px;
	}
}

.responsive .inner_header_nav .empty_nav_label .nav_btn .fa {
    transform: none;
}

/* グローバルナビ */
.inner_global_nav .fa {
    color: #000000;
}

.responsive .inner_global_nav A .fa {
	font-size: 16px;
}

.global_iconleft .fa {
	padding-right: 5px;
}

.itemlist_cartbutton .btn_size_icon .fa, .itemlist_cartbutton .global_iconleft .fa {
	font-size: 16px;
}

/* レスポンシブ横幅500px以上指定 */
@media screen and (min-width: 500px) {
	.global_iconleft .fa {
		padding-right: 8px;
	}

	.itemlist_cartbutton .btn_size_icon .fa, .itemlist_cartbutton .global_iconleft .fa {
		font-size: 18px;
	}
}

.global_iconright .fa {
    padding-left: 5px;
}

/* 検索ボタン */
.fa-search {
    font-family: "ocnkiconf";
}

.fa-search:before {
    content: "\e90f";
	  font-weight: 700;
}

.ocnk020.responsive .search_bar:has(.global_btn .searchinput) .global_btn .searchinput:before {
	content: "\e90f";
	width: 1em;
	display: inline-block;
	font-family: "ocnkiconf";
	font-weight: 700;
}

/* 閉じる、削除ボタン */
.close_btn_box .fa,
.delete_btn_box .fa,
.nav_close_btn .fa {
    color: #000000;
}

.close_btn_box .fa {
	font-size: 18px;
	line-height: 18px;
}

/* フッター下部ボタン */
.responsive.wide_layout .fixed_corner_box .fixed_corner_button {
	right: 15px;
}

.fixed_corner_button .fa {
    font-size: 40px;
    color: #555555;
}

.use_hover .fixed_corner_button:hover .fa {
    color: #000000;
}

/* +-開閉ボタン */
.open_icon .fa,
.close_icon .fa {
    color: #000000;
}

.side_sub_menu_hover .has_sub_menu .fa {
    font-size: 14px;
    right: 10px;
}

/* 説明付き一覧表示調整 */
.right_side_list_icon {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -11px;
    font-size: 22px;
}

/* 矢印アイコン */
#container .fa-chevron-right,
#container .fa-chevron-down,
#container .fa-chevron-up {
    color: #333333;
}

.nav_btn .fa-chevron-right.right_side_nav_icon,
.nav_btn .fa-chevron-down.right_side_nav_icon {
	font-size: 10px;
	margin-top: -5px;
}

.fa-chevron-right, .fa-chevron-left, .fa-chevron-down, .fa-times {
    font-family: 'ocnkiconf';
}

.fa-chevron-right:before {
    content: "\e909";
}

.nav_btn.has_image_nav_btn .fa-chevron-right.right_side_nav_icon::before {
    content: "";
}

.fa-chevron-left:before {
	content: "\e90b";
}

.fa-chevron-down:before,
.side_sub_menu_hover .has_sub_menu .fa.fa-chevron-down::before {
    content: "\e90a";
}

.close_sub_menu_link .fa-chevron-down:before,
.toggle_opened .title_toggle_link .fa-chevron-down:before {
    content: "\e908";
}

.fa-times:before {
    content: "\e92d";
}


/********************************************************************/

/* ボタン */

/********************************************************************/

/* アイコンボタン枠 */
.icon_btn {
    padding: 0px 3px;
    border: 1px solid #E0DFE3;
    background-color: #FFFFFF;
    border-radius: 5px;
}

.icon_btn.close_btn_box,
.icon_btn.search_close,
.site_list_dropdown .icon_btn {
	padding: 0 4px 1px;
}

.use_hover .icon_btn:hover {
    border: 1px solid #E0DFE3;
    background-color: #F5F5F5;
}

/* +-開閉ボタン枠 */
.open_icon,
.close_icon {
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
}

.use_hover A:hover .open_icon,
.use_hover A:hover .close_icon,
.use_hover abbr:hover .open_icon,
.use_hover abbr:hover .close_icon {
    background-color: #D1D1D1;
}

/* 汎用ボタン */
.general_btn {
    padding: 4px 5px;
    border: solid 1px #E0DFE3;
    background-color: #F5F5F5;
    border-radius: 5px;
    display: inline-block;
    box-shadow: none;
    font-size: 93%;
    line-height: 100%;
}

.global_btn button.general_btn {
	padding: 4px 5px;
}

.use_hover .general_btn:hover {
    border: 1px solid #E0DFE3;
    background-color: #F0F0F0;
}

.standard_btn {
    padding: 10px 20px;
    border: solid 1px #E0DFE3;
    background-color: #F9F9F9;
    border-radius: 5px;
    display: inline-block;
	box-shadow: none;
}

.use_hover .standard_btn:hover {
    border: 1px solid #E0DFE3;
    background-color: #F0F0F0;
}

/* 右端ボタン */
.page_title_right_edge .general_btn,
.section_title_right_edge .general_btn {
    background-color: #FFFFFF;
    border: 1px solid #E0DFE3;
    border-radius: 5px;
    color: #666666;
}

.use_hover .page_title_right_edge .general_btn:hover,
.use_hover .section_title_right_edge .general_btn:hover {
    background-color: #F5F5F5;
    color: #666666;
}

/* 画像リンク */
.use_hover .photo_link:hover {
    opacity: 0.7;
}


/*************************************************************/

/* フォームボタン */

/*************************************************************/

/* フォームボタンマウスオーバー */
.use_hover .global_btn input:hover,
.use_hover button:hover,
.use_hover .global_btn A:hover {
    opacity: 0.7;
}

/* ボタンサイズXXS */
.global_btn .btn_size_xxsmall {
    width: 30px;
    height: 30px;
}

/* ボタンサイズXS */
.global_btn .btn_size_xsmall {
    width: 50px;
    height: 30px;
}

/* ボタンサイズS */
.global_btn .btn_size_small {
    width: 70px;
    height: 30px;
}

/* ボタンサイズM */
.global_btn .btn_size_medium {
    width: 90px;
    height: 30px;
}

.global_btn A.btn_size_xxsmall,
.global_btn A.btn_size_xsmall,
.global_btn A.btn_size_small,
.global_btn A.btn_size_medium,
.global_btn A.btn_size_auto {
    line-height: 30px;
}

/* ボタンサイズL */
.global_btn .btn_size_large {
    width: 130px;
    height: 35px;
}

.global_btn A.btn_size_large {
    line-height: 35px;
}

/* ボタンサイズXL */
.global_btn .btn_size_xlarge {
    width: 180px;
    height: 40px;
    font-size: 116%;
}

.global_btn A.btn_size_xlarge {
    line-height: 40px;
}

/* ボタンサイズXXL */
.global_btn .btn_size_xxlarge {
    width: 281px;
    height: 50px;
    font-size: 123%;
	font-weight: 600;
}

.global_btn A.btn_size_xxlarge {
    line-height: 50px;
}

/* ボタンサイズ横幅auto */
.global_btn .btn_size_auto {
    height: 30px;
    width: auto;
    padding: 0px 20px;
}

/* ボタンサイズ小文字 */
.font_size_small {
    font-size: 77%;
}

/* 縦2段積みボタン */
.under_global_btn {
    display: block;
    margin-top: 30px;
}

/* 商品詳細 */
.add_cart_btn_wrapper {
    width: 100%;
}

.detail_item_data .add_cart_btn_wrapper .is_fixed {
	background-color: #F5F5F5D4;
}

#contents .detail_item_data .add_cart_btn_wrapper .is_fixed .add_cart_btn {
    margin: 15px auto!important;
    max-width: 300px;
}

.form_data, .form_inner_data {
    padding: 5px;
    margin: 0px;
}

/* 下部配置ボタン */
.form_btn {
    text-align: center;
    margin: auto;
    padding: 20px 0;
}

/* 下部ボタン上部注意書き */
.global_bottom_info {
    border-bottom: 1px solid #E0DFE3;
}

/* ログインページ新規登録余白調整 */
#register_form .form_btn {
    padding: 0px;
}

/* Aタグボタン */
.global_btn A {
    font-weight: normal;
}

/* 外部決済ボタン */
.outside_btn_box {
    background-color: #FFFFFF;
    border: 1px solid #E0DFE3;
}

/* 楽天決済用 */
.payment_method_desc {
    margin-bottom:10px;
}


/*--------------------------------------*/

/* ボタン色 */

/*--------------------------------------*/
/* 色通常 */
/* フォームボタン全般 */
.btn_color_common {
    background-color: #F9F9F9;
	border: 1px solid #E3E8E8;
    color: #FFFFFF;
}

.btn_color_common,
A.btn_color_common:link,
A.btn_color_common:visited,
A.btn_color_common:hover,
A.btn_color_common:active {
    background-color: #F9F9F9;
	border: 1px solid #E3E8E8;
    background-image: none;
    border-radius: 5px;
    color: #333333;
    font-weight: 400;
    box-shadow: none;
}

.sort_item .btn_color_common,
.sort_item A.btn_color_common:link,
.sort_item A.btn_color_common:visited,
.sort_item A.btn_color_common:hover,
.sort_item A.btn_color_common:active {
    background-color: #333333;
	border: none;
    color: #FFFFFF;
}

.use_hover .btn_color_common:hover {
	background-color: #F9F9F9;
    color: #333333;
}

.use_hover .sort_item .btn_color_common:hover {
	background-color: #555555;
    color: #FFFFFF;
}

/* 色強調 */
.btn_color_emphasis {
    background-color: #333333;
    color: #FFFFFF;
}

.btn_color_emphasis,
A.btn_color_emphasis:link,
A.btn_color_emphasis:visited,
A.btn_color_emphasis:hover,
A.btn_color_emphasis:active,
A.btn_color_common.restockinput:link,
A.btn_color_common.restockinput:visited,
A.btn_color_common.restockinput:hover,
A.btn_color_common.restockinput:active {
    background-color: #333333;
    background-image: none;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: 400;
}

.use_hover .btn_color_emphasis:hover {
    color: #FFFFFF;
}


/*************************************************************/

/* パンくずリスト */

/*************************************************************/

.responsive .breadcrumb_area,
.ocnk028.responsive.wide_layout #container #contents .breadcrumb_area,
.ocnk028.responsive.single_layout #container #contents .breadcrumb_area {
	max-width: 100%;
}
	
.responsive .breadcrumb_area {
	border-top: 1px solid #E0DFE3;
	padding: 0;
}
	
.breadcrumb_list {
	max-width: 1200px;
	margin: auto;
	padding: 10px;
	font-size: 77%;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
    .breadcrumb_list {
	    padding: 15px;
    }
}

.breadcrumb_list A {
	text-decoration: underline; 
}
	
.ocnk028.responsive .breadcrumb_list {
	max-width: 100%;
}
	
.ocnk028.responsive .has_min_nav .breadcrumb_list,
.has_min_nav .breadcrumb_list {
	max-width: 980px;
}


/********************************************************************/

/* ポップアップ */

/********************************************************************/

/* ポップアップの背景 */
.overlay_area .modal_skin {
    background-color: #FFFFFF;
}

.overlay_area .page_box {
	padding: 10px;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.overlay_area .page_box {
		padding: 15px;
	}
}


/********************************************************************/

/* ロード、ページャー */

/********************************************************************/

/* 読み込み中アイコン画像 */
.loading,
.initial_loading {
    background: url(img/load_icon.gif);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;
}

.entry_box .loading {
    background-image: url(img/load_entry_icon.gif);
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;
}

/* 一覧ページャー */
.pager {
    margin: 0px 0px 15px;
    text-align: center;
}

#pagerbottom {
	margin: 15px 0px;
	background-color: #F5F5F5;
}

.article_data + #pagerbottom {
	background-color: transparent;
	border-top: 1px solid #E0DFE3;
}

/* 現ページ */
.pager strong {
    min-width: 20px;
    min-height: 20px;
	line-height: 20px;
    padding: 3px;
    margin: 0px 1px;
    border: 1px solid #333333;
    background-color: #333333;
	border-radius: 5px;
    color:#FFFFFF;
	font-size: 77%;
}

/* 各ページ */
.pager .pager_btn {
    min-width: 20px;
    min-height: 20px;
	line-height: 20px;
    margin: 0px 1px;
    padding: 3px;
    border: 1px solid #E0DFE3;
    background-color: #FFFFFF;
	border-radius: 5px;
    text-decoration: none;
	font-size: 77%;
}

.pager .to_next_page,
.pager .to_prev_page {
	min-width: 50px;
}

.use_hover .pager .pager_btn:hover {
    border: 1px solid #333333;
    background-color: #333333;
    color: #FFFFFF;
}


/********************************************************************/

/* グローバルサイトリンク */

/********************************************************************/

/* リンク一覧 */
.site_list_dropdown {
    background-color: #FFFFFF;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.4),-5px 5px 10px rgba(0,0,0,0.4);
}

/* 各リンク先 */
.layout_dropdown .site_list_data {
    border-bottom: 1px solid #E0DFE3;
}

/* 各リンク文字 */
.global_site .site_list_dropdown .nav_btn,
#inner_footer .layout_dropdown .site_list_data .nav_btn {
    color: #000000;
}

.use_hover .global_site .site_list_dropdown .nav_btn:hover,
.use_hover #inner_footer .layout_dropdown .site_list_data .nav_btn:hover {
    color: #666666;
    background-color: #F5F5F5;
	border: none;
}

/* リスト表示タイトル */
#inner_footer .layout_dropdown .site_list_title .nav_btn {
    background-image: none;
    background-color: #FFFFFF;
    color: #000000;
	border: none;
}


/********************************************************************/

/* フッター */

/********************************************************************/

/* PCサイトボタン */
.footer_pc_site_box {
    height: 30px;
    padding: 15px 0px 15px 0px;
    position: relative;
    background-color: #F5F5F5;
    box-sizing: content-box;
    text-align: center;
}

.pc_site_btn .pc_site_link {
    width: 80px;
    margin: auto;
    padding: 8px 8px 8px 30px;
    display: inline-block;
    background-image: url(img/icon_pc.png);
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    box-sizing: content-box;
    font-size: 12px;
    text-align: center;
    color: #000000;
}

.use_hover .pc_site_btn .pc_site_link:hover {
    color: #000000;
    opacity: 0.8;
}

/* 自由記入欄 */
#inner_contents_bottom, #inner_footer_free_top {
    padding: 10px;
}

/* フッター */
.footer_area {
    background-color: #F5F5F5;
}

#footer {
    text-align: center;
	padding: 20px 10px;
}

.footer_upper_link_box .continued_link_box {
    border-left: 1px solid #666666;
}

/* ページトップへ戻るボタン */
.fixed_corner_button {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background-color: #CCCCCC;
    text-align: center;
}

.move_to_add_cart .corner_covering_item,
.use_hover .move_to_add_cart:hover .corner_covering_item {
    color: #CCCCCC;
}

/* フッター下部バナー */
.footer_banner {
    text-align: center;
}

.footer_banner .banner_box {
    margin: 15px 5px 5px 5px;
}

.use_hover .footer_banner .banner_box A:hover {
    opacity: 0.8;
}


/********************************************************************/

/* Powered by おちゃのこネット
※上記の文言は共用ドメインコースをご利用の場合に表示されます。
必須項目ですので、下記の編集は許可されていません。
・文言の削除
・文字色を薄くする
・文字サイズを小さくする */

#ochanoko {
    padding: 5px;
    text-align: center;
    font-size: 12px;
}

#ochanoko A {
    font-size: 12px;
}

.accessory_color {
    background-color: #F5F5F5;
}

/********************************************************************/










:root {
	--family-min: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "游明朝体", "Yu Mincho", YuMincho, "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	--family-go: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	--color-black: #333;
}

.header_font_setting .set_font_title, .use_hover .font_setting .set_font_normal:hover, .use_hover .font_setting .set_font_large:hover, .font_setting .nav_on, .responsive .inner_global_nav .nav_btn, .responsive .column6 .inner_global_nav .nav_btn, .inner_popup_nav_area, .inner_popup_menu_area, .inner_side_nav .nav_btn, .inner_main_nav .nav_btn, .freepage_nav .inner_freepage_nav .nav_btn, .inner_itemlist_nav .nav_btn, .use_hover .inner_itemlist_nav .nav_btn:hover, .side_box h2, .main_box h2, .page_box .page_title h1, .page_box .page_title h2, .page_box .recently .section_title h2, .page_box .use_emphasis_title .section_title h2, .page_box .section_title h2, .page_box .section_title h3, .contents_title, .form_title, .form_inner_title, .list_item_data p.item_desc, .price, .price .regular_price, .rankno, .ocnk016.responsive .ranking_navigation.anchor_nav_area .nav_btn.nav_on, .date, .page_box, .selected_option .popup_variation_button, .selected_option .item_selection_button, .popup_variation_edit_button, .popup_variation_select_button, .item_select_operation_button, .popup_variation_value, .variation_selection_value, .item_selection_value, .variation_selection_box .validation_selection_selected_all, .use_hover .variation_selection_box .validation_selection_selected_all:hover, .item_info .review_number, .form_area .checked_row > .form_title, .form_inner_area .checked_row > .form_inner_title, .date, .article_date, .member_contents .point_number .point_suffix, .history_data_list .item_name, .recipient_data_list .user_address, .item_memo_text, .data_table .cell_header, .data_table_header, .data_table .cell_data, .list_icon_circle, .inner_global_nav .fa, .close_btn_box .fa, .delete_btn_box .fa, .nav_close_btn .fa, .use_hover .fixed_corner_button:hover .fa, .open_icon .fa, .close_icon .fa, .global_site .site_list_dropdown .nav_btn, #inner_footer .layout_dropdown .site_list_data .nav_btn, #inner_footer .layout_dropdown .site_list_title .nav_btn, .pc_site_btn .pc_site_link, .use_hover .pc_site_btn .pc_site_link:hover { color: var(--color-black); }

.popup_sub_title, .form_title, .price, .owner_header, .cart_recipient_title, .form_area .checked_row > .form_title, .form_inner_area .checked_row > .form_inner_title, .step_check .step_data span, .fa-search:before, .ocnk020.responsive .search_bar:has(.global_btn .searchinput) .global_btn .searchinput:before,

.side_box h2, .main_box h2, .item_name, .global_btn .btn_size_xxlarge,

A, A:link, A:visited, A:hover, A:active, h1, h2, h3, h4, h5, h6, .rules_title, .page_title h1, .page_title h2, .section_title h1, .section_title h2, .page_title h4, .page_title h5, .page_title h6, .section_title h4, .section_title h5, .section_title h6, .detail_item_data h1, .detail_item_data .item_name, .detail_item_data .selling_price .figure, .detail_item_data .stock, .popup_variation_value, .variation_selection_value, .item_selection_value, .review_title, .user_number, .signin_box .id_title, .signin_box .pass_title, #spec_contents dt, .mailmagazine_box .mailmagazine_subscribe_title, .mailmagazine_box .mailmagazine_unsubscribe_title, .member_contents .point_number, .post_title, .staff_contents dt, .pstaff_contents dt, .cal_month span.prev_month, .cal_month span.next_month, .this_month, .calendar_data .today, .event_name, .require { font-weight: 500; }

/*body { background-color: #e9e9e9; }
body.shoppingcart_page_body { background-color: #fff; }*/
body.top_page_body,
body.categorylist_page_body,
body.result_page_body,
body.detail_page_body,
body.help_page_body,
body.legal_page_body,
body.free_page_body,
body.whatnew_page_body,
body.whatnew_detail_page_body { background-color: #e9e9e9; }

.responsive body,
.responsive select,
.responsive input,
.responsive button,
.responsive textarea,
.responsive button { font-family: var(--family-min); }

.header_nav .font_setting,
#recently_bottom { display: none; }
body.categorylist_page_body #recently_bottom,
body.result_page_body #recently_bottom,
body.detail_page_body #recently_bottom { display: block; }

.ocnk022.responsive .ios select, .ocnk022.responsive select,
.btn_color_common, A.btn_color_common:link, A.btn_color_common:visited, A.btn_color_common:hover, A.btn_color_common:active { background-color: #fff; }


/* ボタン */
.button a {
	background-color: #fff;
	border: var(--color-black) solid 1px;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	/*padding: 20px 30px 22px;*/
	padding: 11px 30px 13px;
	text-align: center;
	transition: background-color 0.2s ease-out;
	/*min-width: 144px;
	max-width: 265px;*/
}
.button a:hover { background-color: #e9e9e9; }
.button.arrow a span {
	padding-right: 25px;
	position: relative;
}
.button.arrow a span::before {
	border-top: #8e8e8e solid 2px;
	border-right: #8e8e8e solid 2px;
	content: "";
	height: 10px;
	position: absolute;
	top: 8px;
	right: 0;
	transform: rotate(45deg);
	width: 10px;
}
.button.arrow a span::after {
	background-color: #8e8e8e;
	content: "";
	height: 2px;
	position: absolute;
	top: 12px;
	right: 0;
	width: 15px;
}




/* メイン ---------------------------------------------------------------------------------------*/
/*#inner_contents { max-width: 1054px !important; }*/
#maincol {
	margin: 80px auto;
	max-width: 1024px;/*1054px;*/
}

.breadcrumb_list {
	display: flex;
	column-gap: 10px;
	flex-wrap: wrap;
	font-family: var(--family-go);
	font-size: 14px;
}
.breadcrumb_list .breadcrumb_nav {
	display: flex;
	column-gap: 15px;
}
.breadcrumb_list .breadcrumb_nav .gt {
	color: transparent;/*#e9e9e9;*/
	position: relative;
}
.breadcrumb_list .breadcrumb_nav .gt::after {
	color: var(--color-black);
	content: "＞";
	position: absolute;
	top: 0;
	left: 0;
}
.breadcrumb_list a { font-weight: 400; }


/* ヘッダー -------------------------------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
	.shoplogo img,
	.folding_header .shoplogo img { 
		max-width: 170px;
		max-height: none;
	}
	.folding_header .header_center { max-width: 170px; }
	.folding_header .hamburger_nav { margin-right: 190px; }
	.ocnk028.responsive.single_layout #container .folding_header .inner_global_nav.fix_center,
	.ocnk028.responsive.wide_layout #container .folding_header .inner_global_nav.fix_center { justify-content: center; }
	.responsive .inner_global_nav A.nav_btn, .responsive .column6 .inner_global_nav .nav_btn {
		padding-top: 15px;
		padding-bottom: 5px;
	}
}


/* 最近チェックした商品 -------------------------------------------------------------------------*/
@media screen and (min-width: 1080px) {
	#inner_recently_bottom {
		padding-right: 30px;
		padding-left: 30px;
		/*max-width: none !important;/*90% !important;*/
	}
}

.main_box.recently { margin-top: 80px; }
.main_box.recently h2 {
	margin-bottom: 0;
	padding-bottom: 0;
}
.main_box.recently .item_name { font-size: 16px; }
@media screen and (min-width: 375px) {
	.main_box.recently h2 .title_text { font-size: 80% !important; }
}


/* フッター -------------------------------------------------------------------------------------*/
#footer {
	font-size: 11px;/*12px;*/
	margin: 0 auto;
	max-width: 1200px;
}
@media screen and (min-width: 840px) {
	#footer { text-align: left; }

	/* 各ナビゲーション */
	.footer_nav_item .nav_btn {
		border-bottom: none;
		padding: 10px 0;
	}

	.use_hover .footer_area .nav_btn:hover { border-bottom: none; }
}

.inner_footer_nav_column.flex_layout {
	width: 90%;
	max-width: 1200px !important;
}
.footer_nav_column.nav_max_column4 .inner_footer_nav { margin-top: 40px; }
.footer_nav_column.nav_max_column4 .inner_footer_nav.inner_footer_nav1 {
	margin-top: 0;
	text-align: center;
}
@media screen and (min-width: 840px) {
	.inner_footer_nav_column.flex_layout { width: 100%; }
	.footer_nav_column.nav_max_column4 .inner_footer_nav {
		/*font-size: 16px;*/
		margin-top: 0;
		width: calc((100% - 45px - 40%)/ 3);
		max-width: 200px;
	}
	.footer_nav_column.nav_max_column4 .inner_footer_nav.inner_footer_nav1 {
		flex: 1;
		text-align: left;
		width: auto;
		max-width: none;
	}
	.footer_nav_column.nav_max_column4 .inner_footer_nav.inner_footer_nav4 { margin-top: 30px; }

	.footer_nav_column .fa { display: none; }
}
@media screen and (min-width: 1200px) {
	.inner_footer_nav_column.flex_layout { column-gap: 45px; }
}

.footer_nav_column li.footer_navi_free[data-free="f1"] .logo {
	margin: 0 auto;
	width: 200px;
}
.footer_nav_column li.footer_navi_free[data-free="f1"] .sns {
	display: flex;
	justify-content: center;
	column-gap: 30px;
	list-style: none;
	margin-top: 15px;
	padding: 0;
}
.footer_nav_column li.footer_navi_free[data-free="f1"] .sns a {
	background-repeat: no-repeat;
	background-size: 21px auto;
	display: inline-block;
	font-size: 12px;/*14px;*/
	font-weight: 400;
	height: 21px;
	padding-left: 25px;
}
.footer_nav_column li.footer_navi_free[data-free="f1"] .sns .instagram a { background-image: url("/data/meitoumiso/image/common/icon_instagram.svg"); }
.footer_nav_column li.footer_navi_free[data-free="f1"] .sns .facebook a { background-image: url("/data/meitoumiso/image/common/icon_facebook.svg"); }
@media screen and (min-width: 840px) {
	.footer_nav_column li.footer_navi_free[data-free="f1"] .logo { margin: 0; }
	.footer_nav_column li.footer_navi_free[data-free="f1"] .sns { justify-content: flex-start; }
}

.footer_nav_column li.footer_navi_free[data-free="f1"] .address {
	font-family: var(--family-go);
	font-size: 14px;
	/*font-weight: 400;*/
	margin-top: 40px;
}

.footer_nav_column li.footer_navi_free[data-free="f1"] .button { margin-top: 40px; }

.footer_nav_column li.footer_navi_free[data-free="f2"],
.footer_nav_column li.footer_navi_free[data-free="f3"] {
	font-family: var(--family-go);
	font-size: 12px;
	height: 30px;
	padding: 0;
}










/* 商品一覧 -------------------------------------------------------------------------------------*/
.categorylist_page_body #inner_contents,
.categorylist_page_body #main_container,
.categorylist_page_body #main_container #inner_main_container,
.categorylist_page_body #main_container .page_title h2,
.categorylist_page_body #main_container .main_desc,
.categorylist_page_body #main_container .tiled_list_box,
.categorylist_page_body #main_container .inner_item_data,
.categorylist_page_body #main_container .list_item_data,
.categorylist_page_body #main_container .item_name,
.categorylist_page_body #main_container .common_icon,
.categorylist_page_body #main_container .price,
.categorylist_page_body #main_container .regular_price,
.result_page_body #inner_contents,
.result_page_body #main_container,
.result_page_body #main_container #inner_main_container,
.result_page_body #main_container .page_title h2,
.result_page_body #main_container .main_desc,
.result_page_body #main_container .tiled_list_box,
.result_page_body #main_container .inner_item_data,
.result_page_body #main_container .list_item_data,
.result_page_body #main_container .item_name,
.result_page_body #main_container .common_icon,
.result_page_body #main_container .price,
.result_page_body #main_container .regular_price {
	margin: 0 !important;
	padding: 0 !important;
}

.item_count,
.item_sort_form,
.common_icon .icon_pickup,
.common_icon .icon_rank { display: none; }

.categorylist_page_body #maincol,
.result_page_body #maincol {
	margin-top: 100px;
	width: 90%;
	/*max-width: 1024px;*/
}

/* カテゴリー名 */
.categorylist_page_body .page_title h2,
.result_page_body .page_title h2 {
	font-size: 24px;
	letter-spacing: 0.1em;
}
.categorylist_page_body .list_comment,
.result_page_body .list_comment {
	font-size: 20px;
	font-weight: 500;
	margin-top: 10px;
}

/* リスト */
.categorylist_page_body #main_container .item_list,
.result_page_body #main_container .item_list { margin-top: 30px; }
.categorylist_page_body #main_container .itemlist_box .flex_layout,
.result_page_body #main_container .itemlist_box .flex_layout { gap: 60px 20px; }
.categorylist_page_body #main_container .list_item_cell,
.result_page_body #main_container .list_item_cell { width: calc((100% - 20px) / 2); }
@media screen and (min-width: 580px) {
	.categorylist_page_body #main_container .list_item_cell,
	.result_page_body #main_container .list_item_cell { width: calc((100% - 40px) / 3) !important; }
}
@media screen and (min-width: 1024px) {
	.categorylist_page_body #main_container .itemlist_box .flex_layout,
	.result_page_body #main_container .itemlist_box .flex_layout { gap: 80px 50px; }
	.categorylist_page_body #main_container .list_item_cell,
	.result_page_body #main_container .list_item_cell { width: calc((100% - 100px) / 3) !important; }
}

/* 商品名 */
.categorylist_page_body #main_container .list_item_data,
.result_page_body #main_container .list_item_data { margin-top: 10px !important; }
.item_name {
	display: inline;
	font-size: 18px;
}
.item_name .goods_name { padding-right: 10px; }

/* アイコン */
.common_icon { display: inline !important; }
.common_icon img {
	margin-top: 1px;/*3px;*/
	vertical-align: top;
	width: 61px;
}

/* 価格 */
.item_info {
	display: flex;
	align-items: center;
	column-gap: 10px;
	flex-wrap: wrap;
	font-family: var(--family-go);
	font-size: 14px;
}
.item_info .price {
	display: flex;
	align-items: center;
	column-gap: 10px;
	flex-wrap: wrap;
}
.item_info .selling_price .figure { font-size: 18px; }
.item_info .tax_label { display: none; }
.item_info .tax_incl_price,
.item_info .stock { padding-top: 2px; }

/* 検索文字強調 */
.result_emphasis {
	background-color: #d4ccb8;
	color: #625336;
}





/* 商品詳細 -------------------------------------------------------------------------------------*/
.detail_page_body #inner_contents,
.detail_page_body #main_container,
.detail_page_body #main_container #inner_main_container,
/*.detail_page_body #main_container .page_title h1,*/
.detail_page_body #main_container .section_title h2,
.detail_page_body #main_container .main_photo_slide,
.detail_page_body #main_container .thumbnail,
.detail_page_body #main_container .large_product_info_box,
.detail_page_body #main_container .item_name,
.detail_page_body #main_container .common_icon,
.detail_page_body #main_container .detail_item_data,
.detail_page_body #main_container .section_box,
.detail_page_body #main_container .selling_price,
.detail_page_body #main_container .tax_incl_price,
.detail_page_body #main_container .detail_section,
.detail_page_body #main_container .detail_item_data .section_box p,
.detail_page_body #main_container .item_desc,
.detail_page_body #main_container .item_desc h3,
.detail_page_body #main_container .item_desc h4 {
	margin: 0 !important;
	padding: 0 !important;
}

.detail_section,
.detail_block_stock .detail_section {
	border-bottom: none;
	font-family: var(--family-go);
}
.detail_page_body #main_container .page_title h1,
.detail_section .selling_price .price_label,
.detail_section .selling_price .colon,
.detail_section .selling_price .tax_label,
.detail_section.quantity .colon,
.detail_section.quantity .quantity_label { display: none; }

.detail_page_body #maincol { max-width: none; }
.detail_page_body #main_container .page_title,
.detail_page_body #main_container .large_product_info_box,
.detail_page_body #main_container .detail_desc {
	margin: 0 auto !important;
	width: 90%;
	max-width: 1024px;
}
.detail_page_body #main_container .large_product_info_wrapper {
	margin: 0 auto;
	max-width: 1024px;
}
@media screen and (min-width: 840px) {
	.detail_page_body #main_container .large_product_info_wrapper {
		column-gap: 40px;
		width: 90%;
	}
}

/* 画像 */
.detail_page_body #main_container .thumbnail {
	overflow-x: visible;
	margin-top: 10px !important;
	padding: 0 10px !important;
}
.detail_page_body #main_container .thumbnail ul { width: auto !important; }
.detail_page_body #main_container .thumbnail .thumbnail_btn { border-color: #e9e9e9; }
.detail_page_body #main_container .thumbnail .current .thumbnail_btn { border-color: var(--color-black); }
@media screen and (min-width: 760px) {
	.detail_page_body #main_container .thumbnail .thumbnail_listbox { width: 60px; }
}
@media screen and (min-width: 840px) {
	.detail_page_body #main_container .thumbnail { padding: 0 !important; }
	.detail_page_body #main_container .thumbnail ul { justify-content: flex-start; }
}

/* 商品名 */
.detail_page_body #main_container .item_name {
	display: block;
	margin-top: 30px !important;
}
.detail_page_body #main_container .item_name .goods_name { font-size: 24px; }
@media screen and (min-width: 840px) {
	.detail_page_body #main_container .item_name { margin-top: 0 !important; }
}

/* 価格 */
.detail_page_body #main_container .detail_section { margin-top: 10px !important; }
.price_section {
	display: flex;
	align-items: center;
	column-gap: 10px;
	flex-wrap: wrap;
}
.selling_price .figure { font-size: 18px !important; }
.detail_page_body #main_container .tax_incl_price {
	font-size: 14px;
	padding-top: 4px !important;
}
.tax_option_target_reduce { font-size: 14px; }

/* 在庫 */
.detail_item_data .stock { font-size: 14px; }

/* 数量 */
/*.product_form.edit_form {
	display: flex;
	align-items: center;
	column-gap: 10px;
	flex-wrap: wrap;
	position: relative;
}*/
/*.detail_section.return { display: none; }*/
.detail_section.return > div { padding: 0;  }
.product_form.edit_form .error_box {
	display: inline-block;
	margin: 10px 0 0;
	width: auto;/*100%;*/
}

/* バリエーション */
/*.detail_page_body #main_container .detail_section.variation { padding-top: 35px !important; }*/
/*.detail_section.variation .variation_stock { margin-top: 10px; }*/
.variation_selection_box { margin: 10px 0 0; }
/*.variation_stock {
	position: absolute;
	top: 0;
	left: 0;
}*/
.variation_selection_box {
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.product_form.edit_form .popup_error_box .error_box { margin-left: 10px; }
.variation_selection_box .validation_selection_selected_all { width: auto; }

/* カートに入れる */
.detail_section.add_cart { text-align: left; }
#submit_cart_input_btn,
A.btn_color_common.restockinput:link,
A.btn_color_common.restockinput:visited,
A.btn_color_common.restockinput:hover,
A.btn_color_common.restockinput:active {
	background-color: #fff;
	border: var(--color-black) solid 1px;
	border-radius: 0;
	color: var(--color-black);
	display: block;
	min-height: auto;
	font-size: 14px;
	line-height: 1;
	width: 160px !important;
}
A.btn_color_common.restockinput:link,
A.btn_color_common.restockinput:visited,
A.btn_color_common.restockinput:hover,
A.btn_color_common.restockinput:active { display: inline-block; }
.global_btn.add_cart_btn .btn_size_xxlarge .global_iconleft .fa,
A.btn_color_common.restockinput .global_iconleft .fa { display: none; }

.detail_page_body #main_container .standard_btn {
	background-color: #fff;
	border-color: var(--color-black);
	border-radius: 0;
}

/* 商品詳細 */
.detail_page_body #main_container .detail_desc { margin-top: 60px !important; }

.itemdetail .section_title h2 {
	border-bottom: none;
	font-family: var(--family-go);
	font-size: 14px;
}

.detail_page_body #main_container .item_desc {
	font-size: 14px;
	text-align: justify;
	line-height: 2;
	margin-top: 30px !important;
}

.item_desc h3 + br,
.item_desc h4 + br { display: none; }

.detail_page_body #main_container .item_desc h3 {
	font-size: 20px;
	line-height: 1.6;
	padding-bottom: 30px !important;
}
.detail_page_body #main_container .item_desc h3 + br + h4 { margin-top: -30px !important; }

.detail_page_body #main_container .item_desc h4 {
	font-size: 16px;
	line-height: 1.6;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}



/* ご利用ガイド、特定商取引法表示 ---------------------------------------------------------------*/
.legal_page_body #inner_contents,
.legal_page_body #main_container,
.legal_page_body #main_container #inner_main_container,
.legal_page_body #main_container .page_title h2,
.legal_page_body #main_container .inner_page_contents,
.legal_page_body #main_container .contents_info_box,
.legal_page_body #main_container .contents_info_data,
.legal_page_body #main_container .contents_title,
.legal_page_body #main_container .contents_desc,
.legal_page_body #main_container .contents_desc h1,

.help_page_body #inner_contents,
.help_page_body #main_container,
.help_page_body #main_container #inner_main_container,
.help_page_body #main_container .page_title h2,
.help_page_body #main_container .inner_page_contents,
.help_page_body #main_container .contents_box,
.help_page_body #main_container .section_title h3,
.help_page_body #main_container .section_title h4,
.help_page_body #main_container .inner_contents_box,
.help_page_body #main_container .help_step,
.help_page_body #main_container .help_payment,
.help_page_body #main_container .help_data,
.help_page_body #main_container .help_charge,
.help_page_body #main_container .global_note,
.help_page_body #main_container .global_note li,
.help_page_body #main_container .form_data,
.help_page_body #main_container .form_title,
.help_page_body #main_container .form_element,
.help_page_body #main_container .contents_box p,
.help_page_body #main_container .contents_box ul,
.help_page_body #main_container .contents_box dt,
.help_page_body #main_container .contents_box dd,
.help_page_body #main_container .contents_box .ssl_image {
	margin: 0 !important;
	padding: 0 !important;
}

.legal_page_body #maincol,
.help_page_body #maincol {
	margin-top: 100px;
	margin-bottom: 160px;
	width: 90%;
	/*max-width: 1024px;*/
}

.legal_page_body .page_title h2,
.help_page_body .page_title h2 {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.1em;
}


/* 特定商取引法表示 */
.legal_page_body #main_container .contents_info_box {
	border-top: var(--color-black) solid 1px;
	margin-top: 60px !important;
}
.legal_page_body .contents_info_data { border-bottom: var(--color-black) solid 1px; }
.legal_page_body #main_container .contents_title {
	background-color: transparent;
	font-size: 16px;
	/*line-height: 1.6;*/
	padding-top: 15px !important;
	padding-left: 10px !important;
}
.legal_page_body #main_container .contents_desc {
	font-size: 14px;
	line-height: 2;
	padding: 5px 10px 14px !important;
	text-align: justify;
}
.legal_page_body #main_container .contents_desc h1 {
	font-size: 16px;
	padding-bottom: 3px !important;
}

.legal_page_body .contents_desc ul {
	list-style: none;
	padding: 0;
}
.legal_page_body .contents_desc li {
	padding-left: 1em;
	text-indent: -1em;;
}

.legal_page_body .contents_desc .indent {
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}

@media screen and (min-width: 840px) {
	.legal_page_body .contents_info_box { display: table; }
	.legal_page_body .contents_info_data {
		border-bottom: none;
		display: table-row;
	}
	.legal_page_body .contents_title,
	.legal_page_body .contents_desc {
		border-bottom: var(--color-black) solid 1px;
		display: table-cell;
	}
	.legal_page_body .contents_title { white-space: nowrap; }
	.legal_page_body #main_container .contents_desc { padding-left: 40px !important; }
}

/* ご利用ガイド */
.help_page_body .page_contents { margin-top: 60px; }
.help_page_body .inner_page_contents > section { margin-top: 80px; }

.help_page_body .help_data {
	font-size: 14px;
	line-height: 2;
}
.help_page_body .help_step .step_number { font-size: 100%; }
.help_page_body .help_data .fa { display: none; }
/*.help_page_body #main_container .contents_box p { margin-top: 2em !important; }*/

.help_page_body .section_title h3 {
	background-color: transparent !important;
	font-size: 20px;
	font-weight: 500;
}
.help_page_body #main_container .section_title h4 {
	border-color: #333;
	font-size: 18px;
	font-weight: 500px;
	margin-top: 40px !important;
	padding-bottom: 10px !important;
}

.help_page_body #main_container .form_element,
.help_page_body #main_container .help_data { margin-top: 15px !important; }
.help_page_body #main_container .help_charge_value { 
	font-size: 16px;
	font-weight: 500;
}

.help_page_body #main_container .help_data li {
	line-height: 1.6;
	margin-top: 5px !important;
	padding-left: 1em !important;
	text-indent: -1em;
}
/*.help_page_body #main_container .help_data li::before { content: "・"; }*/

.help_page_body #main_container .contents_box dt {
	font-size: 16px;
	margin-top: 30px !important;
}
.help_page_body #main_container .contents_box dd {
	margin-top: 10px !important;
	padding: 15px !important;
}
.help_page_body #main_container .contents_box dd p { line-height: 1.6; }
.help_page_body #main_container .contents_box dd p:not(:first-of-type) { margin-top: 5px !important; }
.help_page_body #main_container .contents_box .ssl_image { margin-top: 20px !important; }



/* ニュース -------------------------------------------------------------------------------------*/
.whatnew_detail_page_body #pagerbottom a { display: none; }
.whatnew_detail_page_body .newsinput.general_btn {
	background-color: transparent;
	border: none;
	font-size: 16px;
	padding: 0;
}



/* トップ ---------------------------------------------------------------------------------------*/
.top_page_body #maincol {
	margin: 0;
	max-width: none !important;
}
.top_page_body #contents,
.top_page_body #inner_contents,
.top_page_body #main_container,
.top_page_body .main_box,
.top_page_body .main_desc,
.top_page_body .item_ranking .itemlist_box,
.top_page_body .item_ranking .inner_item_data,
.top_page_body #main_container p,
.top_page_body h2 {
	margin: 0 !important;
	padding: 0 !important;
}

.top_page_body #main_container img:not(.icon_new) {
	width: 100%;
	max-width: 100%;
}

.top_page_body .whatnew,
.top_page_body .news,
.top_page_body .read .text,
.top_page_body .onlineshop,
.top_page_body .item_ranking,
.top_page_body .recipe ul,
.top_page_body .miso ul,
.top_page_body .guide > div {
	margin-right: auto !important;
	margin-left: auto !important;
	width: 90%;
	max-width: 1280px !important;
}
.top_page_body .whatnew,
.top_page_body .news,
.top_page_body .item_ranking,
.top_page_body .guide > div { max-width: 1024px !important; }

.top_page_body .contents,
.top_page_body .item_ranking { margin-top: 120px !important; }
/*.top_page_body .banner { margin-top: 60px !important; }*/
.top_page_body .whatnew { margin-top: 60px !important; }
.top_page_body .news { margin-top: 60px !important; }
@media screen and (min-width: 1024px) {
	.top_page_body .contents,
	.top_page_body .item_ranking { margin-top: 180px !important; }
	/*.top_page_body .banner { margin-top: 120px !important; }*/
	.top_page_body .whatnew { margin-top: 120px !important; }
}

.top_page_body #maincol h2 { margin-bottom: 30px !important; }
.top_page_body #maincol .whatnew h2 { margin-bottom: 15px !important; }
.top_page_body #maincol h2 .title_text {
	font-size: 20px;
	font-weight: 400;
}
.top_page_body #maincol a { font-weight: 400; }
.top_page_body #maincol ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.top_page_body #main_container .button a {
	padding-top: 20px;
	padding-bottom: 22px;
}

/* メインイメージ */
.top_page_body .mainimage { position: relative; }

.top_page_body .mainimage .background {
	overflow: hidden;
	position: relative;
}
.top_page_body .mainimage .background::after {
	background-color: rgba(0, 0, 0, 0.35);
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.top_page_body .mainimage .background img {
	height: 100%;
	object-fit: cover;
	transition: transform 8s linear;
	width: 100%;
}
.top_page_body .mainimage .background.zoom img { transform: scale(1.1); }

.top_page_body .mainimage .text {
	color: #fff;
	display: flex;
	flex-direction: row-reverse;
	position: absolute;
	top: 10%;
	right: 7%;
	z-index: 10;
}
.top_page_body .mainimage h1 { padding-left: 10px !important;/*20px !important;*/ }
.top_page_body .mainimage h1 img { width:  32px !important;/*39px !important;/*49px !important;*/ }
.top_page_body #main_container .mainimage p {
	font-size: 16px;
	letter-spacing: 0.25em;/*0.5em;*/
	line-height: 2;
	padding-top: 40px !important;/*45px !important;*/
	writing-mode: vertical-rl;
}
@media screen and (min-width: 1024px) {
	.top_page_body .mainimage h1 { padding-left: 20px !important;/*padding-left: 40px !important;*/ }
	.top_page_body .mainimage h1 img { width: 40px !important;/*width: 49px !important;*/ }
	.top_page_body #main_container .mainimage p {
		font-size: 18px;/*20px;*/
		padding-top: 50px !important;/*56px !important;*/
	}
}
@media screen and (min-width: 1731px) {
	.top_page_body .mainimage h1 img { width: calc(49vw / 17.3) !important; }
	.top_page_body #main_container .mainimage p {
		font-size: calc(2vw * 0.58);
		padding-top: calc(56vw / 17.3) !important;
	}
}

.top_page_body #main_container .butcart {
	margin-top: -42px !important;/*-50px !important;*/
	position: relative;
	z-index: 1;
}
.top_page_body .butcart a {
	background-color: var(--color-black);
	border-radius: 50%;
	display: block;
	height: 84px;/*100px;*/
	margin-right: 7%;
	margin-left: auto;
	overflow: hidden;
	width: 84px;/*100px;*/
}
@media screen and (min-width: 1024px) {
	.top_page_body #main_container .butcart { margin-top: -50px !important;/*-60px !important;*/ }
	.top_page_body .butcart a {
		height: 100px;/*120px;*/
		width: 100px;/*120px;*/
	}
}
@media screen and (min-width: 1731px) {
	.top_page_body #main_container .butcart { margin-top: calc(-50vw / 17.3) !important;/*calc(-60vw / 17.3) !important;*/ }
	.top_page_body .butcart a {
		height: calc(100vw / 17.3);/*calc(120vw / 17.3);*/
		width: calc(100vw / 17.3);/*calc(120vw / 17.3);*/
	}
}

/* お知らせ */
.top_page_body .whatnew .list_item_row {
	/*display: block;*/
	flex-direction: column;
	row-gap: 15px;
}
.top_page_body .whatnew .list_item_cell {
	padding: 0;
	width: 100%;
}
.top_page_body .whatnew .list_item_cell a { width: auto; }
.top_page_body .whatnew .list_item_data {
	display: flex;
	line-height: 1.6;
	padding: 0;
}
.top_page_body .whatnew .date {
	font-family: var(--family-min);
	width: 80px;
}
.top_page_body .whatnew .list_subject {
	flex: 1;
	padding: 0;
	text-decoration: underline;
}
.top_page_body .whatnew .fa { display: none; }
.top_page_body .whatnew .list_item_box {
	border-bottom: none;
	font-weight: 400;
	padding: 0;
}
.top_page_body .whatnew .more_item { display: none; }

.top_page_body .news h3 { font-size: 16px; }

.top_page_body .news .sns,
#about .sns,
#miso .sns {
	display: flex;
	column-gap: 30px;
	list-style: none;
	margin-top: 20px !important;
	padding: 0;
}
.top_page_body .news .sns a,
#about .sns a,
#miso .sns a {
	background-repeat: no-repeat;
	background-position: 0 2px;
	background-size: 21px auto;
	display: inline-block;
	font-size: 14px;
	height: 23px;
	padding-left: 30px;
}
.top_page_body .news .sns .web a,
#about .sns .web a,
#miso .sns .web a { background-image: url("/data/meitoumiso/image/common/icon_web.svg"); }
.top_page_body .news .sns .instagram a,
#about .sns .instagram a,
#miso .sns .instagram a { background-image: url("/data/meitoumiso/image/common/icon_instagram.svg"); }
.top_page_body .news .sns .facebook a,
#about .sns .facebook a,
#miso .sns .facebook a { background-image: url("/data/meitoumiso/image/common/icon_facebook.svg"); }

#about .sns,
#miso .sns { margin-top: 15px; }
#about .sns a,
#miso .sns a {
	font-size: 12px;
	padding-top: 2px;
	padding-left: 28px;
}


/* バナー */
.top_page_body .swiper-button-prev,
.top_page_body .swiper-button-next {
	background-color: rgba(0, 0, 0, 0.45);
	height: 54px;
	transition: background-color 0.2s ease-out;
	width: 54px;
}
.top_page_body .swiper-button-prev:hover,
.top_page_body .swiper-button-next:hover { background-color: rgba(0, 0, 0, 1); }
.top_page_body .swiper-button-prev {
	background-image: none;
	left: -27px;
}
.top_page_body .swiper-button-next {
	background-image: none;
	right: -27px;
}

.top_page_body .swiper-button-prev:after,
.top_page_body .swiper-button-next:after {
	border-top: #fff solid 2px;
	border-right: #fff solid 2px;
	content: "";
	height: 12px;
	position: absolute;
	top: 20px;
	width: 12px;
}
.top_page_body .swiper-button-prev:after { transform: rotate(-135deg); right: 7px; }
.top_page_body .swiper-button-next:after { transform: rotate(45deg); left: 7px; }


/* コメント */
.top_page_body .read { text-align: center; }
.top_page_body .read .midashi { font-size: 22px; }
.top_page_body #main_container .read .comment {
	font-size: 16px;
	margin-top: 20px !important;
}
.top_page_body #main_container .read .button { margin-top: 30px !important; }
.top_page_body #main_container .read .image { margin-top: 50px !important; }
@media screen and (min-width: 768px) {
	.top_page_body #main_container .read .comment br.sp { display: none; }
}
@media screen and (min-width: 840px) {
	.top_page_body .read {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		column-gap: 30px;
		text-align: left;
	}
	.top_page_body .read .text {
		flex: 1;
		padding-right: 5%;
	}
	.top_page_body #main_container .read .image {
		margin-top: 0 !important;
		width: 50%;
	}
}
@media screen and (min-width: 1024px) {
	.top_page_body .read { column-gap: 60px; }
}
@media screen and (min-width: 1423px) {
	.top_page_body .read { column-gap: 90px; }
	.top_page_body .read .text { padding-right: calc((100% - 1280px) / 2); }
}

/* オンラインショップ */
.top_page_body #maincol .onlineshop h2 { margin-bottom: 0 !important; }
.top_page_body .onlineshop .midashi > div { margin-bottom: 10px; }

.top_page_body #main_container .onlineshop .button {
	margin-bottom: 30px !important;
	text-align: right;
}
.top_page_body .onlineshop ul {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.top_page_body .onlineshop li {
	margin: 0 auto;
	max-width: 630px;
}
.top_page_body .onlineshop li a {
	display: block;
	line-height: 1.6;
	position: relative;
}
.top_page_body .onlineshop .text {
	background-color: rgba(0, 0, 0, 0.3);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.top_page_body .onlineshop .text > div {
	/*background-color: rgba(0, 0, 0, 0.45);*/
	color: #fff;
	display: inline-block;
	/*padding: 12px 35px 15px;*/
	text-align: center;
	max-width: 80%;
}
.top_page_body #main_container .onlineshop p.limited {
	border-top: #fff solid 1px;
	border-bottom: #fff solid 1px;
	display: inline-block;
	font-size: 16px;
	letter-spacing: 0.2em;
	margin-bottom: 7px !important;
	padding: 0 3px 1px !important;
}
.top_page_body #main_container .onlineshop p.catname {
	font-size: 20px;
	margin-bottom: 5px !important;
}
.top_page_body .onlineshop .sub { font-size: 14px; }
@media screen and (min-width: 580px) {
	.top_page_body .onlineshop .midashi {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}
	.top_page_body .onlineshop h2 { padding-bottom: 5px !important; }
	.top_page_body .onlineshop .midashi > div { margin-bottom: 30px; }
}
@media screen and (min-width: 840px) {
	.top_page_body .onlineshop ul {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.top_page_body .onlineshop li { width: calc((100% - 30px) / 2); }
}

/* 人気商品 */
.top_page_body .item_ranking .flex_layout { gap: 40px 20px; }
.top_page_body .item_ranking .list_item_cell { width: calc((100% - 20px) / 2); }
.top_page_body .item_ranking .item_rankno,
.top_page_body .item_ranking .more_item { display: none; }
@media screen and (min-width: 480px) {
	.top_page_body .item_ranking .flex_layout { gap: 40px 15px !important; }
	.top_page_body .item_ranking .list_item_cell { width: calc((100% - 30px) / 3) !important; }
}
@media screen and (min-width: 840px) {
	.top_page_body .item_ranking .flex_layout { column-gap: 40px !important; }
	.top_page_body .item_ranking .list_item_cell { width: calc((100% - 80px) / 3) !important; }
}
@media screen and (min-width: 1200px) {
	.top_page_body .item_ranking .flex_layout { gap: 60px !important; }
	.top_page_body .item_ranking .list_item_cell { width: calc((100% - 120px) / 3) !important; }
}

/* 自家製レシピ、味噌な視点 */
.top_page_body .recipe .midashi,
.top_page_body .miso .midashi { position: relative; }
.top_page_body .recipe .midashi .text,
.top_page_body .miso .midashi .text {
	color: #fff;
	height: 100%;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 0;
	writing-mode: vertical-rl;
}
.top_page_body .recipe .midashi .text { left: 10%; }
.top_page_body .miso .midashi .text { right: 10%; }
.top_page_body .recipe .midashi h2,
.top_page_body .miso .midashi h2 {
	color: #fff;
	padding-left: 20px !important;
}
.top_page_body .recipe .midashi p,
.top_page_body .miso .midashi p {
	font-size: 16px;
	line-height: 2;
}
@media screen and (min-width: 1024px) {
	.top_page_body .recipe .midashi h2,
	.top_page_body .miso .midashi h2 { padding-left: 80px !important; }
	.top_page_body .recipe .midashi h2 .title_text,
	.top_page_body .miso .midashi h2 .title_text { letter-spacing: 0.25em; }
	.top_page_body .recipe .midashi p,
	.top_page_body .miso .midashi p { letter-spacing: 0.1em; }
}
@media screen and (min-width: 1731px) {
	.top_page_body .recipe .midashi h2 .title_text,
	.top_page_body .miso .midashi h2 .title_text { font-size: calc(2vw * 0.58) !important; }
	.top_page_body .recipe .midashi p,
	.top_page_body .miso .midashi p { font-size: calc(1.6vw * 0.58); }
}

.top_page_body .recipe ul,
.top_page_body .miso ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 60px;
	margin-top: 60px !important;
}
.top_page_body .recipe li,
.top_page_body .miso li { max-width: 400px; }
.top_page_body .recipe li .text,
.top_page_body .miso li .text { margin-top: 10px; }
.top_page_body .recipe li .title,
.top_page_body .miso li .title { font-size: 18px; }
.top_page_body .recipe li .sub,
.top_page_body .recipe li .date,
.top_page_body .miso li .sub,
.top_page_body .miso li .date {
	font-family: var(--family-go);
	font-size: 14px;
}
.top_page_body #main_container .recipe li .sub,
.top_page_body #main_container .miso li .sub { margin-top: 10px !important; }
.top_page_body #main_container .recipe .button,
.top_page_body #main_container .miso .button {
	margin-top: 60px !important;
	text-align: center;
}
@media screen and (min-width: 480px) {
	.top_page_body .recipe ul,
	.top_page_body .miso ul {
		align-items: flex-start;
		flex-direction: row;
		flex-wrap: wrap;
		column-gap: 15px;
	}
	.top_page_body .recipe li,
	.top_page_body .miso li { width: calc((100% - 15px) / 2); }
	/*.top_page_body .recipe li .title br,
	.top_page_body .miso li .title br { display: none; }*/
}
@media screen and (min-width: 840px) {
	.top_page_body .recipe ul,
	.top_page_body .miso ul {
		column-gap: 35px;
		margin-top: 120px !important
	}
	.top_page_body .recipe li,
	.top_page_body .miso li { width: calc((100% - 70px) / 3); }
}
@media screen and (min-width: 1200px) {
	.top_page_body .recipe ul,
	.top_page_body .miso ul { column-gap: 45px; }
	.top_page_body .recipe li,
	.top_page_body .miso li { width: calc((100% - 90px) / 3); }
}

/* オンラインショップご利用にあたって */
.top_page_body .guide {
	background-color: #dadada;
	padding-top: 60px;
	padding-bottom: 60px;
}
.top_page_body #maincol .guide h2 {
	letter-spacing: 0;
	margin-bottom: 60px !important;
	text-align: center;
}
.top_page_body .guide .contents {
	display: flex;
	flex-direction: column;
	row-gap: 1em;
	font-family: var(--family-go);
	font-size: 14px;
	margin-top: 0 !important;
	text-align: justify;
}
.top_page_body .guide .contents > div {
	display: flex;
	flex-direction: column;
	row-gap: 1.5em;
}
.top_page_body .guide a { text-decoration: underline; }
.top_page_body .guide strong a { font-weight: 600 !important; }
.top_page_body .guide ol { padding-left: 1em; }
.top_page_body .guide .indent {
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (min-width: 840px) {
	.top_page_body .guide .contents {
		flex-direction: row;
		column-gap: 40px;
	}
	.top_page_body .guide .contents > div { width: calc((100% - 40px) / 2); }
}
@media screen and (min-width: 1200px) {
	.top_page_body .guide .contents { column-gap: 0; }
	.top_page_body .guide .contents > div { width: calc(100% / 2); }
}





/*-----------------------------------------------------------------------------------------------*/
/* フリーページ ---------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
.free_page_body #maincol {
	margin: 0;
	max-width: none;
}
.free_page_body #inner_contents,
.free_page_body #main_container,
.free_page_body #inner_main_container,
.free_page_body .free_page_box,
.free_page_body .free_contents,
.free_page_body .inner_free_contents,
.free_page_body .free_contents p {
	margin: 0 !important;
	padding: 0 !important;
}

.free_page_body .mainarea {
	margin: 100px auto 160px;
	width: 90%;
	max-width: 1024px;
}

.free_page_body .free_contents p {
	font-size: 14px;
	line-height: 2;
	text-align: justify;
}

.free_page_body .free_contents .midashi { padding-bottom: 60px; }
.free_page_body .free_contents h1,
.free_page_body .free_contents h2,
.free_page_body .free_contents h3,
.free_page_body .free_contents h4,
.free_page_body .free_contents h5,
.free_page_body .free_contents h6 { margin-bottom: 0; }
.free_page_body .free_contents h1 {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.free_page_body .free_contents h2 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
}

.free_page_body .free_contents ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.free_page_body .free_contents img { width: 100%; }



/* 名刀味噌本舗について -------------------------------------------------------------------------*/
/* メインイメージ */
#about .midashi {
	padding-bottom: 0;
	position: relative;
}
#about .midashi h1 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.2em;/*0.4em;*/
	position: absolute;
	bottom: 20%;/*28%;*/
	left: 7%;
	writing-mode: vertical-rl;
}
#about .midashi::after {
	background-color: #fff;
	content: "";
	height: 18%;/*26%;*/
	position: absolute;
	bottom: 0;
	left: calc(7% + 11px);
	width: 1px;
}
@media screen and (min-width: 480px) {
	#about .midashi h1 {
		letter-spacing: 0.2em;
		bottom: 28%;
	}
	#about .midashi::after { height: 26%; }
}
@media screen and (min-width: 840px) {
	#about .midashi h1 { letter-spacing: 0.4em; }
}
@media screen and (min-width: 1731px) {
	#about .midashi h1 { font-size: calc(2vw * 0.58); }
}

/* 見出し */
#about h2 { margin-bottom: 20px; }

/* コンテンツ */
#about .contents,
#about .contents.about li:not(:first-child) { margin-top: 120px; }
#about .contents:first-of-type { margin-top: 60px; }

#about .text,
#about .outline,
#about .access {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	max-width: 1024px;/*1280px;*/
}
/*#about .outline,
#about .access { max-width: 1024px !important; }*/

#about .access .kinoshita {
	border-top: var(--color-black) solid 1px;
	border-bottom: var(--color-black) solid 1px;
	display: inline-block;
	margin-top: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* コメント */
#about .text p { margin-top: 1.5em !important; }
/*#about .text p br { display: none; }*/
#about .image { margin-top: 40px !important; }

@media screen and (min-width: 768px) {
	#about .images ul { display: flex; 	}
	#about .images li { width: calc(100% / 3); }
}
@media screen and (min-width: 840px) {
	#about .contents.about li:first-child { margin-top: 120px; }
	#about .about li {
		display: flex;
		column-gap: 30px;
	}
	#about .text {
		flex: 1;
		padding-left: 5%;
	}
	#about .image {
		margin-top: 0 !important;
		text-align: right;
		width: 50%;
	}
	#about .image img {
		width: 100%;
		max-width: 640px;
	}
	#about .about li:nth-child(even) { flex-direction: row-reverse; }
	#about .about li:nth-child(even) .text {
		padding-right: 5%;
		padding-left: 0;
	}
	#about .about li:nth-child(even) .image { text-align: left; }
}
@media screen and (min-width: 1024px) {
	#about .contents,
	#about .contents.about li { margin-top: 180px !important; }
	#about .about li { column-gap: 60px; }
}
/*@media screen and (min-width: 1200px) {
	#about .text p br { display: inline; }
}
@media screen and (min-width: 1423px) {
	#about .text { padding-left: calc((100% - 1280px) / 2); }
	#about .about li { column-gap: 90px; }
	#about .about li:nth-child(even) .text { padding-right: calc((100% - 1280px) / 2); }
}*/
@media screen and (min-width: 1138px) {
	#about .text { padding-left: calc((100% - 1024px) / 2); }
	/*#about .text p br { display: inline; }*/
	#about .about li { column-gap: 90px; }
	#about .about li:nth-child(even) .text { padding-right: calc((100% - 1024px) / 2); }
}

/* 会社概要 */
#about .outline .table {
	border-top: var(--color-black) solid 1px;
	border-right: var(--color-black) solid 1px;
	font-size: 14px;
}
#about .outline .table dl { display: flex; }
#about .outline .table dt,
#about .outline .table dd {
	border-bottom: var(--color-black) solid 1px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#about .outline .table dt {
	border-left: var(--color-black) solid 1px;
	font-weight: 400;
	padding-left: 20px;
	white-space: nowrap;
	width: 25%;
	max-width: 140px;
}
#about .outline .table dd {
	flex: 1;
	padding-right: 20px;
	padding-left: 10px;
}
#about .outline .table dd span { display: inline-block; }
@media screen and (min-width: 840px) {
	#about .outline .table dt { padding-left: 40px; }
	#about .outline .table dd {
		padding-right: 40px;
		padding-left: 20px;
	}
}

/* アクセス */
#about .googlemap {
	height: 90vw;
	max-height: 490px;/*613px;*/
	margin-top: 40px;
	position: relative;
	width: 100%;
}
#about .googlemap iframe {
	filter: grayscale(100%);
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}



/* 名刀味噌本舗の生味噌、 名刀味噌本舗のあま酒 --------------------------------------------------*/
#namamiso,
#amazake { padding-bottom: 160px; }

/* 見出し */
#namamiso .midashi,
#amazake .midashi { padding-bottom: 0; }
#namamiso h1,
#amazake h1 {
	line-height: 1.6;;
	margin-top: 40px;
}
#namamiso h2,
#amazake h2 { margin-bottom: 20px; }

/* コンテンツ */
#namamiso .contents,
#amazake .contents { margin-top: 120px; }
#namamiso .contents:first-of-type,
#amazake .contents:first-of-type { margin-top: 60px; }

#namamiso h1,
#namamiso .text,
#amazake h1,
#amazake .text {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	max-width: 1024px;/*1280px;*/
}

/* コメント */
#namamiso .text p,
#amazake .text p { margin-top: 1.5em !important; }
#namamiso .image,
#amazake .image {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	margin-top: 40px !important;
}

@media screen and (min-width: 840px) {
	#namamiso .contents,
	#amazake .contents {
		display: flex;
		column-gap: 30px;
	}
	#namamiso .text,
	#amazake .text {
		flex: 1;
		padding-left: 5%;
	}
	#namamiso .image,
	#amazake .image {
		margin-top: 0 !important;
		text-align: right;
		width: 50%;
	}
	#namamiso .image img,
	#amazake .image img {
		width: 100%;
		max-width: 640px;
	}
}
@media screen and (min-width: 1024px) {
	#namamiso h1,
	#amazake h1 { margin-top: 90px; }
	#namamiso .contents,
	#amazake .contents {
		column-gap: 60px;
		margin-top: 180px !important;
	}
	#namamiso .contents:first-of-type,
	#amazake .contents:first-of-type { margin-top: 120px !important; }
}
@media screen and (min-width: 1138px) {
	#namamiso .text,
	#amazake .text { padding-left: calc((100% - 1024px) / 2); }
	#namamiso .contents,
	#amazake .contents { column-gap: 90px; }
}



/* 取扱店舗 -------------------------------------------------------------------------------------*/
#shoplist .midashi h1 { white-space: nowrap; }
#shoplist .midashi span { display: inline-block; }

#shoplist section {
	border-top: var(--color-black) solid 1px;
	padding: 40px 0;
}
#shoplist h2 { font-size: 18px; }
#shoplist h3 {
	font-size: 16px;
	padding-bottom: 5px;
}
#shoplist ul {
	display: flex;
	flex-direction: column;
	row-gap: 40px;
	font-family: var(--family-go);
	margin-top: 40px;
}
#shoplist li p {
	font-size: 14px;
	margin: 0;
}
@media screen and (min-width: 840px) {
	#shoplist .midashi {
		display: flex;
		column-gap: 40px;
		align-items: flex-end;
	}
	#shoplist .midashi p {
		margin: 0;
		padding-bottom: 2px;
	}
	#shoplist section { padding: 60px 0; }
	#shoplist ul {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 50px 15px;
		margin-top: 60px;
	}
	#shoplist li { width: calc((100% - 15px) / 2); }
}
@media screen and (min-width: 1200px) {
	#shoplist section {
		display: flex;
		column-gap: 20px;
	}
	#shoplist h2 { width: 130px; }
	#shoplist ul {
		flex: 1;
		margin-top: 0;
		column-gap: 30px;
	}
	#shoplist li { width: calc((100% - 30px) / 2); }
}

/* 直営店 */
#shoplist section.officialshop {
	border-top: none;
	padding-bottom: 80px;
}
#shoplist .officialshop h2 {
	letter-spacing: 0.05em;
	padding-bottom: 10px;
}
#shoplist .officialshop p { font-family: var(--family-go); }
@media screen and (min-width: 1200px) {
	#shoplist section.officialshop { display: block; }
	#shoplist .officialshop h2 { width: auto; }
}



/* よくある質問 ---------------------------------------------------------------------------------*/
#faq dl {
	border-top: var(--color-black) solid 1px;
	padding: 20px 0;
}
#faq dt {
	display: flex;
	font-family: var(--family-go);
	font-size: 16px;
	font-weight: 500;
}
#faq dt span { width: 20px; }
#faq dd {
	font-size: 14px;
	padding-top: 10px;
	padding-left: 20px;
	text-align: justify;
}
#faq dd a { text-decoration: underline; }
#faq .button {
	margin-top: 80px !important;
	text-align: center;
}
@media screen and (min-width: 840px) {
	#faq dl {
		padding-right: 20px;
		padding-left: 20px;
	}
}



/* 個人情報取扱について -------------------------------------------------------------------------*/
.mainarea#privacy { max-width: 800px; }
#privacy .contents:not(:first-of-type) { margin-top: 80px; }
#privacy h2 { font-size: 18px; }
#privacy p { margin-top: 2em !important; }
#privacy ul { margin-top: 1em; }
#privacy li {
	margin-top: 5px;
	padding-left: 1em;
	text-indent: -1em;
}
#privacy .name { font-size: 16px; }




/* 自家製レシピ、味噌な視点（一覧） -------------------------------------------------------------*/
.mainarea#recipelist,
.mainarea#misolist { max-width: 800px; }
#recipelist ul,
#misolist ul {
	display: flex;
	flex-direction: column;
	row-gap: 60px;
}
@media screen and (min-width: 840px) {
	#recipelist ul,
	#misolist ul { row-gap: 120px; }
}
#recipelist li .text,
#misolist li .text { margin-top: 10px; }
#recipelist li p,
#misolist li p {
	font-family: var(--family-go);
	font-weight: 400;
}
#recipelist li .sub,
#misolist li .sub { margin-top: 10px !important; }



/* 自家製レシピ（詳細） -------------------------------------------------------------------------*/
#recipe .mainarea { margin-top: 60px; }
#recipe .contents { padding-top: 80px; }

#recipe h2 { margin-bottom: 30px; }
#recipe h3 {
	font-family: var(--family-go);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}

#recipe #intro p:not(:first-of-type) { margin-top: 2em !important; }

/* ナビ */
#recipe .navarea { display: none; }
#recipe .navarea li { border-bottom: var(--color-black) solid 1px; }
#recipe .navarea a {
	display: block;
	font-family: var(--family-go);
	font-size: 14px;
	font-weight: 500;
	padding: 10px 0 10px 5%;
}

/* 見出し */
#recipe .midashi { padding-bottom: 0; }
#recipe h1 { line-height: 1.6; }

/* 所要時間の目安、作る時期 */
#recipe .time {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	padding-top: 30px !important;
}
#recipe .time dt {
	font-family: var(--family-go);
	font-size: 16px;
	font-weight: 500;
}
#recipe .time dd {
	font-size: 14px;
	margin-top: 5px;
}

/* 味噌づくりのおおまかな流れ */
#recipe #flow ul {
	background-color: #d4ccb8;
	display: flex;
	flex-wrap: wrap;
	padding: 0 20px 20px;
}
#recipe #flow li {
	padding-top: 20px;
	width: calc(100% / 4);
	max-width: 92px;
}
@media screen and (min-width: 460px) {
	#recipe #flow li { width: calc(100% / 5); }
}
@media screen and (min-width: 560px) {
	#recipe #flow li { width: calc(100% / 6); }
}
@media screen and (min-width: 660px) {
	#recipe #flow li { width: calc(100% / 7); }
}
@media screen and (min-width: 760px) {
	#recipe #flow li { width: calc(100% / 8); }
}
@media screen and (min-width: 840px) {
	#recipe #flow li { width: calc(100% / 6); }
}
@media screen and (min-width: 940px) {
	#recipe #flow li { width: calc(100% / 7); }
}
@media screen and (min-width: 1040px) {
	#recipe #flow li { width: calc(100% / 8); }
}
@media screen and (min-width: 1140px) {
	#recipe #flow li { width: calc(100% / 9); }
}
@media screen and (min-width: 1240px) {
	#recipe #flow li { width: calc(100% / 10); }
}
@media screen and (min-width: 1340px) {
	#recipe #flow li { width: calc(100% / 12); }
}


/* リスト */
#recipe div.list {
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}

#recipe .list table { width: 100%; }
#recipe .list table,
#recipe ul.list { border-top: var(--color-black) solid 1px; }
#recipe .list th,
#recipe .list td,
#recipe .list li {
	border-bottom: var(--color-black) solid 1px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#recipe .list table { margin-top: 10px; }
#recipe ul.list { margin-top: 30px; }
#recipe .list th,
#recipe .list li {
	font-family: var(--family-go);
	font-size: 16px;
	font-weight: 500;
}

#recipe .list th {
	white-space: nowrap;
	width: 40%;
}
#recipe .list td {
	font-size: 14px;
	padding-left: 1em;
	width: 60%;
}

/* 作り方、仕込みのようす */
#recipe #make ol,
#recipe #state ul {
	display: flex;
	flex-direction: column;
	row-gap: 60px;
	list-style: none;
	padding: 0;
}
#recipe #make .image + .text,
#recipe #state .image + .text { margin-top: 20px; }
#recipe #make .text p,
#recipe #state .text p { margin-top: 10px !important; }
#recipe #make .text .indent,
#recipe #state .text .indent {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
#recipe #make .image,
#recipe #state .image {
	display: flex;
	flex-direction: column;
	row-gap: 5px;
}

/* 注意 */
#recipe #note .box {
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}
#recipe #note .box > div {
	background-color: #fff;
	padding: 15px 20px;
}

/* よくある質問 */
#recipe #faq { border-bottom: var(--color-black) solid 1px; }
#recipe #faq dt span { width: 30px; }
#recipe #faq dd { padding-left: 30px; }

/* その他の自家製レシピ */
#recipe #recipelist h3 {
	font-family: var(--family-min);
	font-size: 18px;
}

@media screen and (min-width: 480px) {
	/* 作り方、仕込みのようす */
	#recipe #make li,
	#recipe #state li {
		display: flex;
		column-gap: 15px;
	}
	#recipe #make .image,
	#recipe #state .image { width: 38%; }
	#recipe #make .image + .text,
	#recipe #state .image + .text {
		flex: 1;
		margin-top: 0;
	}
	/* その他の自家製レシピ */
	#recipe #recipelist ul {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 60px 20px;
	}
	#recipe #recipelist li { width: calc((100% - 20px) / 2); }
}
@media screen and (min-width: 768px) {
	/* 材料 */
	#recipe #material .list {
		flex-direction: row;
		column-gap: 30px;
	}
	#recipe #material .list > div { width: calc((100% - 30px) / 2); }
}
@media screen and (min-width: 840px) {
	#recipe .mainarea { margin-top: 100px; }
	#recipe .contents { padding-top: 100px; }
	#recipe .contentsarea {
		display: flex;
		column-gap: 30px;
		margin: 0 auto;
		width: 90%;
		max-width: 1254px;
	}
	#recipe .navarea {
		display: block;
		margin: 160px 0;
		width: 200px;
	}
	#recipe .mainarea {
		flex: 1;
		width: 100%;
		max-width: none;
	}

	/* ナビ */
	#recipe .navarea li { border-bottom: none; }
	#recipe .navarea li::before { content: "・"; }
	#recipe .navarea a {
		display: inline-block;
		font-family: var(--family-min);
		padding: 5px 0;
	}
	/* 注意 */
	#recipe #note .box {
		flex-direction: row;
		column-gap: 30px;
	}
	#recipe #note .box > div { width: calc((100% - 30px) / 2); }
}
@media screen and (min-width: 1024px) {
	/* 作り方、仕込みのようす */
	#recipe #make li,
	#recipe #state li { column-gap: 30px; }
	#recipe #make .image,
	#recipe #state .image { width: 28%; }
	/* その他の自家製レシピ */
	#recipe #recipelist ul { gap: 80px 60px; }
	#recipe #recipelist li { width: calc((100% - 60px) / 2); }
}
@media screen and (min-width: 1200px) {
	#recipe .contents { margin-top: 60px; }
	/* 所要時間の目安、作る時期 */
	#recipe .time { margin-top: 0; }
	/* 材料 */
	#recipe #material .list { column-gap: 100px; }
	#recipe #material .list > div { width: calc((100% - 100px) / 2); }
	/* その他の自家製レシピ */
	#recipe #recipelist ul { column-gap: 80px; }
	#recipe #recipelist li { width: calc((100% - 160px) / 3); }
}


/* 味噌な視点（詳細） ---------------------------------------------------------------------------*/
#miso .midashi,
#miso .contents:not(.image) {
	margin: 60px auto 0;
	width: 90%;
	max-width: 800px;
}
#miso .image { margin-top: 90px; }
#miso .item {
	margin-top: 120px;
	max-width: 1024px;
}

#miso h1 { line-height: 1.6; }
#miso h2 { font-size: 18px; }
#miso .midashi .read,
#miso .text p,
#miso .profile p { margin-top: 2em !important; }
#miso .midashi p,
#miso .profile strong { font-family: var(--family-go); }

#miso .midashi .namedate {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	justify-content: space-between;
}
#miso .midashi .name {
	font-size: 16px;
	line-height: 1.6;
	margin-top: 20px !important;
}
#miso .midashi .date {
	font-size: 14px;
	text-align: right;
}

#miso .image ul {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}

#miso .item h2 {
	font-family: var(--family-go);
	font-size: 16px;
	font-weight: 500;
}
#miso .item ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 20px;
	margin-top: 30px;
	opacity: 0;
	transition: opacity 0.6s ease-out;
}
#miso .item ul.active { opacity: 1; }
#miso .item li { width: calc((100% - 20px) / 2); }
#miso .item .ocnk_cart { width: auto !important; }

@media screen and (min-width: 768px) {
	#miso .image ul {
		flex-direction: row;
		column-gap: 5px;
	}
	#miso .item li { width: calc((100% - 40px) / 3); }
}
@media screen and (min-width: 840px) {
	#miso .midashi,
	#miso .contents:not(.image) { margin-top: 100px; }
	#miso .image { margin-top: 120px; }
	#miso .image ul { column-gap: 20px; }
	#miso .item { margin-top: 160px; }
	/*#miso .item li { width: calc((100% - 40px) / 3); }*/
}
@media screen and (min-width: 1200px) {
	#miso .item ul { column-gap: 50px; }
	#miso .item li { width: calc((100% - 100px) / 3); }
}