/********************************************************************/

/* HTMLタグ要素 */

/********************************************************************/

body {
    padding: 0px;
    margin: 0px;
    background-color: #fffffa;
    font-family: "Shippori Mincho", serif;
}

A,
A:link,
A:visited,
A:hover,
A:active {
    color: #000000;
    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%;
}


/********************************************************************/

/* トップページコンテンツ間余白 */

/********************************************************************/

.main_box,
.side_box {
    margin-bottom: 25px;
}


/********************************************************************/

/* キャッチフレーズ欄 */

/********************************************************************/

/* キャッチフレーズ */
.copy {
    min-height: 18px;
    padding: 5px 5px 0px;
    font-size: 85%;
}
.hedtop {
    width: 1200px;
    margin: 0 auto;
    position: absolute;
}
.hedtell {
    position: absolute;
    top: 10px;
    right: 0;
}
.hedtext {
    position: absolute;
    top: 10px;
    left: 150px;
}
.responsive .has_search_bar .search_bar {
    position: absolute;
    top: 12px;
    right: 0;
}


/********************************************************************/

/* ヘッダー */

/********************************************************************/

#header {
    min-height: 50px;
    background-image: url(image/renewal/bg_header02.jpg);
    background-size: 205px 3px;
    background-repeat: repeat-x;
    background-position: left bottom;
}
#header_wrapper {
    position: relative;
    background-image: url(image/renewal/bg_header03.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    min-height: 50px;
}
.header_navfree ul {
    margin: 0;
    padding: 0;
}
.header_navfree li {
    padding: 10px 0 10px 0;
    list-style-type: none;
    float: left;
}

/********************************************************************/

/* ショップ名 */

/********************************************************************/

/* ショップ名ロゴ */
.shoplogo {
    padding: 0 0 15px;
}

.use_hover .shoplogo A:hover img {
    opacity: 0.8;
}

/* ショップ名テキスト */
.shoptext {
    padding: 5px 0px;
    min-height: 40px;
    margin-right: auto;
}

.shoptext A {
    font-size: 116%;
    margin: 0px;
}


/********************************************************************/

/* 文字サイズ */

/********************************************************************/

.font_setting {
    padding: 5px 5px 10px;
    text-align: center;
}

.header_font_setting .set_font_title {
    color: #000000;
}

/* 文字サイズ画像 */
.set_font_normal,
.set_font_large {
    width: 45px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-background-size: 45px 60px;
    background-size: 45px 60px;
}

/* 普通画像 */
.set_font_normal {
    background-image: url(img/font_default.gif);
}

/* 大画像 */
.set_font_large {
    margin-left: 5px;
    background-image: url(img/font_large.gif);
}

/* 文字サイズ画像マウスオーバー、選択中 */
.use_hover .font_setting .set_font_normal:hover,
.use_hover .font_setting .set_font_large:hover,
.font_setting .nav_on {
    background-position: left bottom;
}


/********************************************************************/

/* ヘッダーナビ */

/********************************************************************/

/* 各ナビゲーション */
.inner_header_nav .nav_btn {
    color: #000000;
}

.use_hover .inner_header_nav .nav_btn:hover {
    background-color: #FFECEC;
    color: #000000;
}


/*************************************************************/

/* 検索 */

/*************************************************************/

.search_bar .search {
    background-color: #000000;
}


/*************************************************************/

/* グローバルナビゲーション */

/*************************************************************/

/* 各ナビゲーション */
.inner_global_nav .nav_btn {
    border-right: 1px solid #D6D6D6;
    border-bottom: 3px solid #FFFFFF;
    background-color: #FFFFFF;
    color: #333333;
    font-weight: normal;
    text-align: center;
}

.use_hover .inner_global_nav .nav_btn:hover {
    border-bottom: 3px solid #FF0000;
    color: #333333;
}

.global_nav_item:first-child .nav_btn {
    border-left: 1px solid #D6D6D6;
}


/********************************************************************/

/* 開閉ナビゲーション */

/********************************************************************/

.inner_popup_nav_area,
.inner_popup_menu_area {
    background-color: #F9F9F9;
    color: #000000;
}

/* 各ナビゲーション */
.inner_popup_nav .nav_btn {
    background-color: #F9F9F9;
    border-top: 1px dotted #CCCCCC;
    font-weight: normal;
    color: #000000;
}

.use_hover .inner_popup_nav .nav_btn:hover {
    background-color: #E0E0E0;
    color: #333333;
}

/* 開閉ナビゲーション閉じるボタン */
.nav_close_box .nav_close {
    background-color: #222222;
}

.use_hover .nav_close_box .nav_close:hover {
    background-color: #333333;
}


/********************************************************************/

/* メインナビゲーション */

/********************************************************************/

/* 各ナビゲーション */
.inner_side_nav .nav_btn,
.inner_main_nav .nav_btn {
    background-color: #FFFFFF;
    border: 1px solid #D6D6D6;
    color: #000000;
}

.use_hover .inner_side_nav .nav_btn:hover ,
.use_hover .inner_main_nav .nav_btn:hover {
    background-color: #EDEDED;
    color: #000000;
}

/* フリーページナビゲーション背景 */
.freepage_nav .inner_freepage_nav .nav_btn {
    background-color: #FFFFFF;
    border: 1px solid #D6D6D6;
}

.use_hover .freepage_nav .inner_freepage_nav .nav_btn:hover {
    background-color: #EDEDED;
}


/********************************************************************/

/* カテゴリ、特集ナビゲーション */

/********************************************************************/

.itemlist_nav {
    margin-top: 15px;
}

/* 各ナビゲーション */
.inner_itemlist_nav .nav_btn {
    background-color: #FFFFFF;
    border-bottom: 1px solid #D6D6D6;
    font-weight: normal;
    color: #000000;
}

.use_hover .inner_itemlist_nav .nav_btn:hover {
    background-color: #EDEDED;
    color: #000000;
}

/********************************************************************/

/* サイドメニュー */

/********************************************************************/

/* サイドメニュー枠 */
.open_side_col .side_container {
    background-color: #FAF9F7;
}

/* サイドカテゴリ一覧 */
.side_itemlist_nav {
    padding: 0px 1px;
}

/* サブカテゴリ　第二階層 */
.side_itemlist_nav .sub_menu_link {
    padding: 10px 24px 10px 10px;
}

/* サブカテゴリ背景 */
.side_itemlist_nav .sub_menu_link {
    background-color: #F9F9F9;
    border-top: none;
    border-left: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
}

/* マウスオーバー */
.use_hover .side_itemlist_nav .side_itemlist_nav_link:hover {
    background-color: #EDEDED;
    color: #000000;
}


/********************************************************************/

/* フッターナビゲーション */

/********************************************************************/

.footer_nav {
    background-color: #EDEDED;
}

/* 各ナビゲーション */
.footer_nav_item {
    color: #333333;
}

.footer_nav_item .nav_btn {
    border-bottom: 1px dotted #CCCCCC;
    color: #333333;
}

.use_hover .footer_nav_item .nav_btn:hover {
    background-color: #FFFFFF;
}


/********************************************************************/

/* タイトル */

/********************************************************************/

.side_box h2,
.main_box h2 {
    padding: 12px 10px;
    background-color: #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    color: #000000;
}

.category_nav_box h2,
.pickupcategory_nav_box h2 {
    background-color: #F5F5F5;
}


/********************************************************************/

/* 第二階層タイトル */

/********************************************************************/

/* 第二階層各ページタイトル */
.page_box .page_title h1,
.page_box .page_title h2,
.page_box .recently .section_title h2,
.page_box .use_emphasis_title .section_title h2 {
    background-color: #F5F5F5;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    padding: 12px 10px;
    color: #000000;
}

.shoppingcart_page_body .page_box .page_title h2 {
    margin-bottom: 10px;
}


/********************************************************************/

/* 第二階層サブタイトル */

/********************************************************************/

/* 各ページサブタイトル */
.page_box .section_title h2,
.page_box .section_title h3 {
    background-color: #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    padding: 10px;
    color: #000000;
}

.page_box #cart_preview .section_title h3 {
    margin-bottom: 10px;
}

.page_box .help_contents .section_title h4 {
    margin-top: 10px;
}

.page_box .section_title h4 {
    border-bottom: 1px solid #D6D6D6;
    padding: 10px 5px;
}

.page_box .page_contents .search_result_title h3 {
    margin-top: 10px;
}


/********************************************************************/

/* 第二階層小項目タイトル */

/********************************************************************/

.contents_title {
    border-bottom: 1px solid #D6D6D6;
    padding: 8px 5px;
    font-weight: normal;
    font-size: 116%;
    color: #000000;
}

.rules_title {
    font-weight: bold;
}


/********************************************************************/

/* フォームタイトル */

/********************************************************************/

.form_title {
    border-bottom: 1px solid #D6D6D6;
    padding: 8px 5px;
    font-weight: normal;
    font-size: 116%;
    color: #000000;
}

.form_inner_title {
    border-bottom: 1px dotted #CCCCCC;
    font-weight: bold;
    color: #000000;
}


/********************************************************************/

/* タイトル文字サイズ */

/********************************************************************/

.page_title h1,
.page_title h2,
.section_title h1,
.section_title h2 {
    margin: 0px 2px;
    font-size: 123.1%;
    font-weight: normal;
}

.page_title h3,
.section_title h3 {
    margin: 0px 2px;
    font-size: 116%;
    font-weight: normal;
}

.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: 116%;
    font-weight: normal;
}


/********************************************************************/

/* メインコンテンツ */

/********************************************************************/

/********************************************************************/

/* 一覧
・写真のみ表示
・説明付き表示
・商品一覧ページ(写真のみ、説明付き)
・最新情報、店長日記
・ソート
*/

/********************************************************************/


/*--------------------------------------*/

/* 写真のみ表示  */

/*--------------------------------------*/

/* 説明付き背景リセット */
.layout_photo .item_data {
    background-image: none;
    border-bottom: none;
}

/* サムネイル写真 */
.layout_photo .list_item_photo {
    padding: 5px 0;
    text-align: center;
}

/* 一覧枠 */
.layout_photo .list_item_data {
    padding: 5px 1px;
}

/* もっと見る */
.more_item {
    padding: 10px 5px 0px 5px;
    display: block;
    border-top: 1px solid #D6D6D6;
    text-align: right;
}

.more_item .general_btn {
    padding: 5px;
    font-size: 85%;
}

/* 写真のみ文字サイズ */
.layout_photo .item_data_link {
    font-size: 85%;
}

.layout_photo .col2 .item_data_link {
    font-size: 93%;
}


/*--------------------------------------*/

/* 説明付き */

/*--------------------------------------*/

/* リンク */
.layout_column_text .list_item_box,
.layout_text .not_link {
    border-bottom: 1px solid #D6D6D6;
}

.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: bold;
}

.list_item_data p.item_name {
    margin-bottom: 3px;
}

/* 販売価格 */
.price {
    padding: 2px 0px;
    color: #000000;
    font-weight: bold;
}

.price .selling_price,
.price .regular_price {
    padding: 2px 0px;
}

/* 通常販売価格 */
.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 {
    color: #666666;
    font-weight: normal;
    word-break: normal;
}

/* 在庫あり */
.stock {
    color: #666666;
    font-size: 93%;
}

/* 在庫僅か */
.lowstock {
    color: #990000;
}

/* 在庫なし */
.soldout,
.variation_stock_list .data_table .soldout {
    color: #777777;
}

/* レビュー件数 */
.item_info .review_number {
    color: #000000;
}

/* 商品一覧ランキングNo. */
.rankno {
    color: #FFFFFF;
    background-color: #FFA64D;
}

.item_data .rankno1 {
    background-color: #FF0000;
}


/*--------------------------------------*/

/* 記事一覧  */

/*--------------------------------------*/

/* タイトル */
.list_subject {
    padding: 5px 0px;
}

/* 日付 */
.date {
    color: #000000;
    font-size: 93%;
    font-weight: normal;
}


/*--------------------------------------*/

/* ソート */

/*--------------------------------------*/

.sort {
    border-bottom: 1px solid #D6D6D6;
}

.sort_toggle .toggle_open {
    padding: 7px;
    background-color: #F5F5F5;
    border: 1px solid #D6D6D6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: none;
}

.sort_toggle .toggle_open:hover {
    background-color: #F9F9F9;
}

/* ソート項目枠 */
.sort_item {
    padding: 10px;
    border-left: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    background-color: #FFFFFF;
}

.sort_box {
    padding: 5px;
    margin: 3px;
    border-bottom: 1px solid #D6D6D6;
}

.sort_item .global_btn {
    padding: 5px;
    text-align: center;
}

/* 件数 */
.item_count {
    font-size: 93%;
}


/********************************************************************/

/* スライド */

/********************************************************************/

/* スライド送りボタン */
.slider_box .swiper-pagination-bullet,
.swipe_list .pointer span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid #D6D6D6;
    border-radius: 50%;
    cursor: pointer;
}

/* 現スライド */
.slider_box .swiper-pagination-bullet-active,
.swipe_list .pointer span.current {
    background-color: #FF0000;
    border: 1px solid #FF0000;
}

#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;
}

/* 前へ、次へアイコン */
.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: #F5F5F5;
    border: 1px solid #D6D6D6;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.use_hover .swiper-button-prev:hover,
.use_hover .swiper-button-next:hover {
    background-color: #D6D6D6;
}

.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.gif);
    -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.gif);
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;
}


/********************************************************************/

/* 第二階層 */

/********************************************************************/

.page_box {
    color: #000000;
}

/* 共通説明 */
.page_desc {
    padding: 10px;
}

/* 共通ボックス */
.global_info {
    background-color: #FFFFEE;
    border: 1px solid #D6D6D6;
    padding: 10px;
}


/********************************************************************/

/* 商品詳細 */

/********************************************************************/

/* 商品情報　各ブロック */
.detail_section {
    border-bottom: 1px solid #D6D6D6;
}

/* 商品情報　商品名 */
.detail_item_data h1,
.detail_item_data .item_name {
    font-size: 123.1%;
    font-weight: bold;
    margin-bottom: 10px;
}

/* 商品詳細　価格エリア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 {
    margin: 0px;
}

/* 価格変動注意書き */
.price_desc {
    font-size: 77%;
}

/* 商品仕様 */
.detail_spec_data {
    margin: 0px;
}

/* 他の写真枠 */
.other_item_data {
    margin: 0px;
}

.other_item_data .global_photo {
    text-align: center;
}

/* 他の写真説明 */
.other_photo_desc {
    margin: 0px;
}

/* ソーシャルツール */
.social_tool {
    padding-bottom: 5px;
}

/* バリエーション在庫表 */
.variation_stock_list {
    margin-bottom: 5px;
}

/* バリエーション、オーダーメイド項目間余白 */
.variation_item,
.order_item {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* オーダーメイド項目 */
.order_item {
    border-bottom: 1px dotted #CCCCCC;
}

.ordermade .bottompos {
    border-bottom: none;
}

/* 在庫数のラベルなし */
.hidden_stock .stocklist_data {
    text-align: center;
}

/* バリエーション在庫選択中背景 */
.variation_stock_list .data_table .selected_item {
    background-color: #FFFFEE;
    color: #FF0000;
}

.variation_stock_list .data_table .selected_data {
    background-color: #FFFFEE;
}


/*--------------------------------------*/
/* バリエーション選択のポップアップ */

/* ポップアップ枠 */
.popup_variation,
.popup_area {
    background-color: #FFFFFF;
    border: 1p solid #D6D6D6;
}

.popup_variation_selection,
.popup_section {
    border-bottom: 1px solid #D6D6D6;
}

/* バリエーション項目ボタン */
.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: #FFFFEE;
    border: 2px solid #333333;
    color: #CC0000;
}

/* 変更、選択してくださいボタン */
.popup_variation_edit_button,
.popup_variation_select_button,
.item_select_operation_button {
    background-image: url(img/btn_main.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #F9F9F9;
    color: #333333;
}

.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 {
    background-color: #FFFFEE;
    border: 2px solid #333333;
    color: #000000;
}

.validation_selection_selected_all .variation_selection_msg_text {
    background-image: url(img/btn_main.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #F9F9F9;
    color: #333333;
}


/*--------------------------------------*/
/* サムネイル写真 */

.thumbnail {
    margin-top: 5px;
}

/* サムネイル写真 */
.thumbnail .thumbnail_btn {
    border: 2px solid #FFFFFF;
}

.thumbnail .current .thumbnail_btn {
    border: 2px solid #FF0000;
}

/* サムネイル写真枠サイズ */
.thumbnail_listbox {
    width: 60px;
}


/*************************************************************/

/* レビュー */

/*************************************************************/

.large_rating_icon .rating_point {
    font-size: 153.9%;
}

.medium_rating_icon .rating_point {
    font-size: 123.1%;
}

/* 星ポイント */
.rating_point {
    margin-left: 10px;
    color: #EF9D35;
}

/* レビュー数 */
.review_number {
    margin-left: 10px;
}

/* グラフ */
.bar_graph {
    background-color: #EF9D35;
}

/* 年代 */
.rating_age {
    font-size: 93%;
}

/* 分析レポート内レビュー数 */
.rating_number A {
    font-size: 93%;
}

/* レビュー一覧 */
.review_data {
    border-bottom: 1px dotted #000000;
}

.mypagereview_contents .review_data {
    border-bottom: none;
}

/* レビュータイトル */
.review_title {
    font-size: 123.9%;
    font-weight: bold;
}

.itemdetail .review_data .review_title,
.mypagereview_contents .review_data .review_title {
    font-size: 108%;
}

/* 登録日 */
.review_postdate {
    background-image: url(img/h2_bg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #444444;
    color: #FFFFFF;
}

/* メモ */
.review_note {
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
}

.detail_page_body .review_note {
    border-top: 1px solid #D6D6D6;
    border-bottom: none;
}

/* ショップオーナー返信 */
.owner_note {
    border-bottom: 1px solid #D6D6D6;
}

/* ショップオーナーヘッダー */
.owner_header {
    font-size: 93%;
    color: #CC0000;
}

/* ショップオーナー登録日 */
.owner_postdate {
    display: inline-block;
    margin-left: 5px;
}

/* 参考質問数字 */
.user_number {
    font-size: 123.9%;
    font-weight: bold;
    color: #EF9D35;
}

/* 参考質問ボタン */
.review_vote_btn {
    display: block;
    margin-top: 5px;
}

/* 商品一覧レビュー数 */
.itemlist .review_number {
    font-size: 85%;
    margin-left: 5px;
}

/* 商品詳細レビュー数 */
.review_list .review_number {
    font-size: 93%;
}

/* 商品詳細ヘッダー */
.detail_review_header {
    padding-top: 10px;
}

/* 商品詳細、マイページレビュー管理ボタン */
.review_admin .global_btn {
    border-top: 1px solid #D6D6D6;
    text-align: center;
}

.detail_review_header .global_btn {
    text-align: center;
}


/********************************************************************/

/* ログイン */

/********************************************************************/

/* 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 #D6D6D6;
    font-size: 116%;
    font-weight: bold;
}

.signin_box .password .global_link {
    font-size: 85%;
}

/* 新規登録枠 */
#register_form {
    padding-top: 20px;
    border-top: 1px solid #D6D6D6;
}


/********************************************************************/

/* カート */

/********************************************************************/

/* カートの中身各枠 */
.inner_cart_data {
    margin-bottom: 10px;
    border: 1px solid #D6D6D6;
    background-color: #FFFFFF;
    border-radius: 5px;
}

/* 各項目枠 */
.cart_section {
    border-top: 1px solid #D6D6D6;
}

/* 区切り線 */
.top_separator {
    border-top: 1px solid #D6D6D6;
}

.bottom_separator {
    border-bottom: 1px solid #D6D6D6;
}

/* 各項目ラベル */
.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 #D6D6D6;
    margin-bottom: 5px;
}

.grandtotal_price {
    font-size: 153.9%;
    color: #990000;
}

/* 買い物を続ける */
.continue_shopping {
    text-align: right;
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
}

/* 送り主、お届け先追加変更ボタン */
.cart_recipient .global_btn {
    text-align: center;
}

/* お届け先名 */
.cart_recipient_title {
    border-left: 5px solid #FF0000;
}

/* ラジオボタン選択の強調表示 */
.checked_row {
    background-color: #FFFFCC;
}

.form_area .checked_row > .form_title,
.form_inner_area .checked_row > .form_inner_title {
    color: #CC0000;
}

/* リピータ向け決済機能用 */
.inner_global_info {
    background-color: #FFFFFF;
    border: 1px solid #D6D6D6;
}

/* クーポン/ポイント枠 */
.toggle_box .cart_point,
.toggle_box .box_padding,
.toggle_box .cart_point_notice {
    margin: 1px;
}


/* クーポン/ポイント変更時の金額を更新ボタン欄、強調表示背景 */
.notice_box .form_btn_spad {
    background-color: #FFFFCC;
}


/*************************************************************/

/* ステップ表 */

/*************************************************************/

.step_list {
    margin: 10px 0px;
    padding: 0px 2px;
}

/* ステップ表 各枠背景 */
.step_data {
    background-color: #F5F5F5;
    border-bottom: 1px solid #F1F1F1;
    border-right: 1px solid #FFFFFF;
    text-align: center;
}

/* ステップ表 右端 */
.step_list .posright .step_data {
    border-right: none;
}

/* ステップ表 各枠　現ページ */
.step_check .step_data {
    background-color: #FF0000;
}

/* ステップ表 文字 */
.step_data span {
    color: #666666;
}

/* ステップ表 ステップ数 */
.step_data .step_number {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

/* ステップ表 現ページ文字 */
.step_check .step_data span {
    color: #FFFFFF;
}


/********************************************************************/

/* 最新情報、店長日記 */

/********************************************************************/

/* 日付 */
.article_date {
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 10px;
}

.format {
    font-size: 77%;
}

/* 記事 */
.ph_article {
    font-size: 108%;
}

/* バックナンバー */
.count_number {
    font-size: 93%;
}


/********************************************************************/

/* ご利用案内 */

/********************************************************************/

/* 上部ページ内リンクのナビゲーション */
.anchor_nav_area .nav_btn {
    border: 1px solid #D6D6D6;
    background-color: #F5F5F5;
}

.use_hover .anchor_nav_area .nav_btn:hover {
    border: 1px solid #D6D6D6;
    background-color: #EDEDED;
}

/* 各ブロック */
.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: #FFFFFF;
    border: 1px solid #D6D6D6;
}


/********************************************************************/

/* 特定商取引法 */

/********************************************************************/

/* 各欄枠 */
.contents_desc {
    padding: 10px 5px;
}


/********************************************************************/

/* メールマガジン */

/********************************************************************/

/* 登録、解除タイトル */
.mailmagazine_box .mailmagazine_subscribe_title,
.mailmagazine_box .mailmagazine_unsubscribe_title {
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 10px;
    font-size: 116%;
    font-weight: bold;
}


/********************************************************************/

/* マイページ */

/********************************************************************/

/* ポイント */
.member_contents .point_number {
    font-size: 138.5%;
    font-weight: bold;
    color: #990000;
}

/* リンク枠 */
.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%;
}


/*************************************************************/

/* 購入履歴 */

/*************************************************************/

/* 商品名 */
.history_data_list .item_name {
    font-weight: normal;
    color: #000000;
}


/*************************************************************/

/* 送り主、お届け先 */

/*************************************************************/

/* 住所 */
.recipient_data_list .user_address {
    font-weight: normal;
    color: #000000;
}


/*************************************************************/

/* お気に入り */

/*************************************************************/

/* 登録日、メモ */
.item_registration_date,
.item_memo {
    font-size: 93%;
}

/* 商品説明 */
.favorite_contents .item_desc {
    padding: 5px 0px;
    margin: 5px 0px;
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
}

/* メモ */
.item_memo_text {
    background-color: #F5F5F5;
    border: 1px solid #D6D6D6;
    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 #D6D6D6;
}

/* 数量表示バッジ */
.badge {
    background-color: #FF0000;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}


/*************************************************************/

/* 掲示板 */

/*************************************************************/

/* 記事枠 */
.post_box {
    margin-bottom: 5px;
    border: 1px solid #F1F1F1;
    background-color: #F5F5F5;
}

/* 記事枠レス */
.post_box_res {
    padding-left: 20px;
}

/* 記事ヘッダー */
.post_box .data_table .cell_header,
.post_box .data_table .cell_data {
    background-color: #D6D6D6;
    font-weight: normal;
}

/* 記事ヘッダー下部余白 */
.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;
    border: 1px solid #D1D1D1;
}

/* 記事検索 */
.bbs_search {
    background-color: #F5F5F5;
}

/* 検索文字強調 */
.result_emphasis {
    background-color: #FFFF73;
}

/* 検索前に戻る */
.bbs_search .global_link {
    margin-left: 10px;
}

/* 記事開閉 */
#bbs_toggle {
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
}

/* 記事投稿欄 */
.bbs_post_form {
    background-color: #FFFFFF;
    border: 1px solid #D6D6D6;
}


/*************************************************************/

/* 関連ページ */

/*************************************************************/

/* 内容 */
.link_desc_box {
    border-top: 1px solid #D6D6D6;
}


/*************************************************************/

/* 私が店長です */

/*************************************************************/

/* スタッフ画像 */
.staff_photo,
.pstaff_photo {
    text-align: center;
    margin-top: 10px;
}

/* プロフィール項目 */
.staff_contents dt,
.pstaff_contents dt {
    border-top: 1px solid #000000;
    font-weight: bold;
}

/* プロフィール内容 */
.staff_contents dd,
.pstaff_contents dd {
    border-top: 1px dotted #000000;
}

.staff_profile_desc {
    background-color: #F5F5F5;
    border: 1px solid #D6D6D6;
}


/********************************************************************/

/* カレンダー */

/********************************************************************/

/* カレンダーヘッダー */
.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 #D6D6D6;
}

/* カレンダー曜日セル */
.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: #CC0000;
}

/* 土曜日 */
.sat .cal_day {
    color: #3399CC;
}

/* 今日 */
.calendar_data .today {
    font-weight: bold;
}

/* イベント一覧 */
.event_list li {
    border-bottom: 1px solid #D6D6D6;
}

/* イベント内容 */
.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: #FFD9B3;
}

.holiday_icon {
    border: 1px solid #D6D6D6;
    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: 5px;
    border: 1px solid #D6D6D6;
}

/* thタグ */
.data_table .cell_header,
.data_table_header {
    background-color: #F5F5F5;
    color: #333333;
}

/* tdタグ */
.data_table .cell_data {
    background-color: #FFFFFF;
    color: #333333;
}


/********************************************************************/

/* フォーム */

/********************************************************************/

/* フォーム上部説明 */
.global_note li {
    border-bottom: 1px solid #D6D6D6;
}

.list_icon_circle {
    color: #000000;
}

/* フォーム項目 */
.form_element,
.form_inner_element {
    padding: 10px;
}

/* 必須項目 */
.require {
    color: #CC0000;
    font-weight: bold;
}

abbr.require {
    border: none;
    cursor: default;
}

/* 注意書き */
span.cell_note {
    font-size: 85%;
    font-weight: normal;
}

/* メールアドレス欄 */
.confirm_email {
    border-color: #E0DFE3;
    background-color: #FFFFEE;
}


/********************************************************************/

/* 入力エリア */

/********************************************************************/

/* 標準 */
.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 #FF0000;
    border-radius: 5px;
}

/* フォーム上部エラー表示 */
.error_box {
    border: 1px solid #FF0000;
    border-radius: 5px;
}

/* 商品詳細エラー表示 */
.detail_page_body .error_box {
    margin: 10px;
}

/* エラー表示　※赤枠内文字 */
.error_status {
    color: #FF0000;
    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: #FFF0F0;
}

/* エラーアイコン */
.error_icon .fa {
    background-color: #FF0000;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 0px 1px #FF0000;
    color: #FFFFFF;
}

/* フォーム上部OK表示 */
.ok_box {
    border: 1px solid #00B200;
    border-radius: 5px;
}

/* OK表示 ※緑枠内文字 */
.ok_status {
    color: #00B200;
    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: #EEFFEE;
}

/* OKアイコン */
.ok_icon .fa {
    background-color: #00B200;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 0px 1px #00B200;
    color: #FFFFFF;
}

/* 重要な注意書き色 */
.note_color {
    color: #CC0000;
}

/********************************************************************/

/* アイコン */

/********************************************************************/

/* ヘッダーナビボタン */
.inner_header_nav .header_nav_item .fa {
    color: #000000;
}

/* グローバルナビ */
.inner_global_nav .fa {
    color: #000000;
}

.global_iconleft .fa {
    padding-right: 5px;
}

.global_iconright .fa {
    padding-left: 5px;
}

/* 閉じる、削除ボタン */
.close_btn_box .fa,
.delete_btn_box .fa {
    color: #000000;
}

.nav_close_btn .fa {
    color: #FFFFFF;
}

/* フッター下部ボタン */
.fixed_corner_button .fa {
    font-size: 40px;
    color: #555555;
}

.use_hover .fixed_corner_button:hover .fa {
    color: #333333;
}

/* +-開閉ボタン */
.open_icon .fa,
.close_icon .fa {
    color: #000000;
}

/* 説明付き一覧表示調整 */
.right_side_list_icon {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -11px;
    font-size: 22px;
}


/********************************************************************/

/* ボタン */

/********************************************************************/

/* アイコンボタン枠 */
.icon_btn {
    padding: 0px 3px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    border-radius: 5px;
}

.use_hover .icon_btn:hover {
    border: 1px solid #CCCCCC;
    background-color: #D1D1D1;
}

/* +-開閉ボタン枠 */
.open_icon,
.close_icon {
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
}

.use_hover .open_icon:hover,
.use_hover .close_icon:hover,
.use_hover abbr .open_icon:hover,
.use_hover abbr .close_icon:hover {
    background-color: #F5F5F5;
}

/* 汎用ボタン */
.general_btn {
    padding: 2px 3px;
    border: solid 1px #CCCCCC;
    border-radius: 5px;
    display: inline-block;
}

.use_hover .general_btn:hover {
    border: 1px solid #CCCCCC;
    background-color: #F5F5F5;
}

.standard_btn {
    padding: 10px 20px;
    border: solid 1px #CCCCCC;
    border-radius: 5px;
    display: inline-block;
}

.use_hover .standard_btn:hover {
    border: 1px solid #CCCCCC;
    background-color: #F5F5F5;
}

.page_title_right_edge .general_btn,
.section_title_right_edge .general_btn {
    background-color: #FFFFFF;
    border: 1px solid #D6D6D6;
    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.8;
}

/* ボタンサイズ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%;
}

.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;
}

/* 商品詳細 */
.detail_item_data .add_cart .global_btn {
    display: block;
    text-align: center;
    margin: 10px 0px;
}

/* 下部配置ボタン */
.form_btn {
    text-align: center;
    margin: auto;
    padding: 20px 0;
}

/* 下部ボタン上部注意書き */
.global_bottom_info {
    border-bottom: 1px dotted #000000;
}

/* ログインページ新規登録余白調整 */
#register_form .form_btn {
    padding: 0px;
}

/* Aタグボタン */
.global_btn A {
    font-weight: normal;
}

/* 外部決済ボタン */
.outside_btn_box {
    background-color: #FFFFEE;
    border: 1px solid #D6D6D6;
}

/* 楽天決済用 */
.payment_method_desc {
    margin-bottom:10px;
}


/*--------------------------------------*/

/* ボタン色 */

/*--------------------------------------*/
/* 色通常 */
/* フォームボタン全般 */
.btn_color_common {
    background-image: url(img/btn_main.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #F9F9F9;
    color: #333333;
}

.btn_color_common,
A.btn_color_common:link,
A.btn_color_common:visited,
A.btn_color_common:hover,
A.btn_color_common:active {
    color: #333333;
}

.use_hover .btn_color_common:hover {
    color: #333333;
}

/* 色強調 */
.btn_color_emphasis {
    background-image: url(img/btn_main_b.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #FF4D4D;
    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 {
    color: #FFFFFF;
}

.use_hover .btn_color_emphasis:hover {
    color: #FFFFFF;
}


/*************************************************************/

/* パンくずリスト */

/*************************************************************/

/* パンくずリスト */
.breadcrumb_list {
    font-size: 85%;
}


/********************************************************************/

/* ポップアップ */

/********************************************************************/

/* ポップアップの背景 */
.overlay_area .modal_skin {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
}


/********************************************************************/

/* ロード、ページャー */

/********************************************************************/

/* 読み込み中アイコン画像 */
.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: 5px 0px;
    text-align: center;
}

/* 現ページ */
.pager strong {
    min-width: 20px;
    min-height: 20px;
    padding: 3px;
    margin: 0px 1px;
    border: 1px solid #FF0000;
    background-color: #FF0000;
    color:#FFFFFF;
}

/* 各ページ */
.pager .pager_btn {
    min-width: 20px;
    min-height: 20px;
    margin: 0px 1px;
    padding: 3px;
    border: 1px solid #D6D6D6;
    background-color: #FFFFFF;
    text-decoration: none;
}

.use_hover .pager .pager_btn:hover {
    border: 1px solid #FF0000;
    background-color: #FF0000;
    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 #D6D6D6;
}

/* 各リンク文字 */
.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;
}

/* リスト表示タイトル */
#inner_footer .layout_dropdown .site_list_title .nav_btn {
    background-image: none;
    background-color: #FFFFFF;
    color: #000000;
}


/********************************************************************/

/* フッター */

/********************************************************************/

/* PCサイトボタン */
.footer_pc_site_box {
    height: 30px;
    padding: 15px 0px 15px 0px;
    position: relative;
    background-color: #EDEDED;
    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;
}

/* フッター */
.footer_area {
    background-color: #EDEDED;
}

#footer {
    text-align: center;
}

.footer_area A {
    color: #333333;
}

.use_hover .footer_area A:hover {
    color: #333333;
}

.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;
}

.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: #EDEDED;
}

.accessory_color A {
    color: #333333;
}

.accessory_color A:hover {
    color: #666666;
}

/********************************************************************/

#left_column {
float:left;
}

#left_column ul { 
    margin:0;
    padding:0;
}

#left_column li { 
    padding :0;
    list-style-type:none;
}
a.btn_09 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 180px;
    margin: auto;
    padding: 0.5rem 2rem;
    /* font-weight: bold; */
    background: linear-gradient(to top, #6496b7, #0da3eb);
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    transition: 0.5s;
}
a.btn_09:hover {
	color: #fff;
	opacity: 0.5;
}
a.btn_10 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 250px;
    margin: auto;
    padding: 0.5rem 2rem;
    /* font-weight: bold; */
    background: linear-gradient(to top, #004D25, #004D25);
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    transition: 0.5s;
}
a.btn_10:hover {
	color: #fff;
	opacity: 0.5;
}
ul.loginmenu {
    float: left;
    margin: 0 auto;
    padding: 0px;
    width: 250px;
}
li.listmenu01 {
    margin: 10px auto;
}
.leftmenulist {
    float: left;
    margin: 0 auto;
}
li.listmenu01 a:hover {
    color: #fff;
    opacity: 0.5;
}
li.listmenu01 a {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 250px;
    margin: auto;
    padding: 0.5rem 2rem;
    /* font-weight: bold; */
    background: linear-gradient(to top, #004D25, #004D25);
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    transition: 0.5s;
}
.list li {
    margin: 0;
}
#left_column div.list {
float:left;
margin-top:15px;
}
.allbox {
    width: 100%;
}
.topleftbn {
    float: left;
    margin-left: 1%;
    margin-right: 2%;
    width: 48%;
    margin-top: 10px;
}

.toprightbn {
    float: left;
    margin-right: 1%;
    margin-top: 10px;
    width: 48%;
}
div#smmenu {
    display: none;
}
.h1text {
    width: 100%;
}
.f12 {
	line-height: 180%;
	color: #666666;
}
.text_green12 {
color: #009900;
}
.text_green {
color: #009900;
}
.text_white {
color: #FFFFFF;
}
.text_white14 {
color: #FFFFFF;
}

.f13orange {
	line-height: 180%;
	color: #FF6600;
}

.f12pink {
	line-height: 180%;
	color: #FF6666;
}
.f13 {
　　　　　　　line-height: 180%;
　　　　　　　color: #666666;
}
.f13pink {
	line-height: 180%;
	color: #FF6666;
}
.f13sky {
	line-height: 180%;
	color: #0099FF;
}
.f13koiaka {
	line-height: 180%;
	color: #CC0000;
}
.f14 {
　　　　　　　line-height: 180%;
　　　　　　　color: #666666;

}
.f14pink {
	line-height: 180%;
	color: #FF6666;
}
.f14sky {
	line-height: 180%;
	color: #0099FF;
}
.f14blue {
	line-height: 180%;
	color: #3399FF;
}
.f14cha {
	line-height: 180%;
	color: #660000;
}
.f14koiaka {
	line-height: 180%;
	color: #CC0000;
}
.f14red {
	line-height: 180%;
                font-weight:bolder;
	color: #FF0000;
}
.f14beni {
	line-height: 260%;
                font-weight:bolder;
	color: #da1c10;
}
.f14green {
	line-height: 260%;
        font-weight:bolder;
	color: #1dae2d;

}

.f14orange {
	line-height: 180%;
	color: #FF6600;
}
.f14purple {
	line-height: 180%;
	color: #390073;
}
.f14koigreen {
	line-height: 180%;
	color: #006600;
}
.f14blue {
	line-height: 180%;
	color: #0000FF;
}
.f18hipink {
	font-size: 18px;
	line-height: 120%;
	color: #F347C0;
}
.f17sky {
	font-size: 17px;
	line-height: 180%;
	color: #0099FF;
}
.f16red {
	font-size: 16px;
	line-height: 180%;
                font-weight:bolder;
	color: #FF0000;
}
.font20sky {
font-size:20px;
line-height:130%;
font-weight:bolder;
color:#0099FF;
}
.font20green {
font-size:20px;
line-height:130%;
font-weight:bolder;
color:#009900;
}
.font20koiaka {
font-size:20px;
line-height:130%;
font-weight:bolder;
color:#CC0000;
}
.font16blue {
font-size:16px;
line-height:130%;
font-weight:bolder;
color:#0000FF;
}
.font16koiaka {
font-size:16px;
line-height:130%;
font-weight:bolder;
color: #CC0000;
}
.font16sky {
font-size:16px;
line-height:130%;
font-weight:bolder;
color:#0099FF;
}
.font16black {
font-size:16px;
line-height:130%;
font-weight:bolder;
color:#000;
}
.font16red {
font-size:16px;
line-height:130%;
font-weight:bolder;
color:#FF0000;
}
.font16orange {
font-size:16px;
line-height:130%;
font-weight:bolder;
color:#FF6600;
}
.font16cha {
font-size:16px;
line-height:130%;
font-weight:bolder;
color:#660000;
}
.text_kon {
color: #000033;
}
.text_cha {
color: #660000;
}
.text_koigreen {
color: #009900;
}
.kakaku {
color: #009900;
}
.kakakusm {
color: #0099FF;
}
.text_orng {
color:#F60;
}
.text_orng14 {
color:#F60;
}
.text_blue14 {
color:#0000FF;
}
.text_koigreen14 {
color:#009900;
}
.text_sky14 {
color:#0099FF;
}
.text_koiaka14 {
color: #CC0000;
}
.text_awagreen {
color:#1dae2d;
}
.text_pink {
color:#FF6666;
}
.text_sky {
color:#0099FF;
}
.text_red {
color:#FF0000;
}
.text_redbold {
color:#FF0000;
font-weight:bolder;
}
.font4 {font-size: 14px; line-height: 130%}

img.right_space	{
margin-right:15px;
}
.kakomi-maru2 {
 margin: 2em auto;
 padding: 1em;
 width: 96%;
 color: #666666; /*文字色*/
 border: 1px solid #996633; /*線の太さ・色*/
 background-color: #fffff0; /*背景色*/
 box-shadow: -2px 5px 5px #e8d3c7; /*影*/
 border-radius: 20px; /*角の丸み*/
}
.kanren {
    width: 98%;
    margin: 0 1% 0 1%;
}
.kanrenimg01 {
    width: 33%;
    float: left;
    padding: 1%;
    text-align: center;
}
.kanrenimg02 {
    width: 33%;
    float: left;
    padding: 1%;
    text-align: center;
}
.kanrenimg03 {
    float: left;
    width: 33%;
    padding: 1%;
    text-align: center;
}
.shohinleft {
    width: 34%;
    float: left;
    text-align: center;
    padding: 1%;
}
.shohincenter {
    width: 33%;
    float: left;
    padding: 1%;
    text-align: center;
}
.shohinright {
    width: 33%;
    text-align: center;
    padding: 1%;
    float: left;
}
.shohinleft03 {
    width: 24%;
    float: left;
    text-align: center;
    padding: 1% 0;
}
.shohincenter03 {
    width: 24%;
    float: left;
    padding: 1% 0;
    text-align: center;
}
.shohinright03 {
    width: 24%;
    text-align: center;
    padding: 1% 0;
    float: left;
}
.topcptext {
    margin-left: 20px;
    display: none;
}
.topkakaku {
    text-align: center;
    color: #ff3535;
    display: none;
}
.topnew_left {
    width: 25%;
    float: left;
    padding: 10px;
}
.topnew_naka {
    width: 25%;
    float: left;
    padding: 10px;
}
.topnew_right {
    width: 25%;
    float: left;
    padding: 10px;
}
.toptext {
    padding: 10px;
    font-size: 14px;
}
#news_cm {
    width: 60%;
    background-color: #FAF9F7;
}
#news_cm .img {
    width: 30%;
    float: left;
    padding: 10px;
}
#news_cm .text {
    width: 100%;
    padding: 3%;
    float: left;
}
#news_cm div.boxanew {
    float: left;
    width: 100%;
    margin: 0 10px 0 0;
    border: 1px solid #CCC;
    overflow: auto;
}
#news_cm p {
    margin: 0;
}
#news_cm_kako {
    width: 100%;
    color: #333333; 
    background-color: #FAF9F7;
}
#news_cm_kako .img {
    width: 30%;
    float: left;
    padding: 10px;
}
#news_cm_kako .text {
    width: 100%;
    padding: 2%;
    float: left;
}
#news_cm_kako div.boxanew_kako {
    float: left;
    width: 100%;
    margin: 0 10px 0 0;
}
#news_cm_kako p {
    margin: 0;
}
span.day {
    color: #777777;
}
div#advertisement {
    width: 35%;
    float: left;
    margin-left: 3%;
}
#footer2 {
float:left;
width:1200px;
margin-bottom:30px;
font-size:12px;
text-align:left;
color:#666666;
}
#footer2 div.line {
float:left;
width:1200px;
margin-bottom:20px;
}
#footer2 div.logo {
float:left;
width:350px;
}
#footer2 div.haiso {
float:left;
width:350px;
}
#footer2 div.etc {
float:left;
margin-left:30px;
width:470px;
}
div#footer_free_top {
    background-color: #fff;
}
h3.title {
    padding: 1rem 2rem;
    border-left: 5px solid #000;
    background: #eef1d5;
    font-size: 21px;
    font-family: 'Yu Gothic','Yu Gothic Medium','メイリオ','MS ゴシック','游ゴシック Medium',sans-serif;
}
h3.title02 {
    padding: 0.9rem 1rem;
    border-left: 5px solid #004D25;
    background: #FAF9F7;
    font-size: 14px;
    font-family: "游明朝","Yu Mincho","ヒラギノ明朝 ProN","Hiragino Mincho ProN","MS 明朝",serif;
}
h3.title09 {
  margin-top: 10px;
  padding: 0.6rem 1rem;
  border-left: 5px solid #004d25;
  background: #FAF9F7;
  color: #333333;
  font-size: 16px;
  font-family: "Yu Mincho","游明朝","Hiragino Mincho ProN","ヒラギノ明朝 ProN","MS P明朝","MS 明朝",serif;
}
h3.title_sm {
        font-size: 21px;
        font-family: "Yu Gothic", "Yu Gothic Medium", メイリオ, "MS ゴシック", "游ゴシック Medium", sans-serif;
        padding: 12px;
　　　　margin-bottom: 20px;
        border-left: 5px solid rgb(59 123 246);
        background: rgb(237 249 255);
        color: #0000ff;
    }
h3.ca_title {
    padding: 12px;
    margin-bottom: 20px;
    border-left: 5px solid #000;
    background: #fffbda;
    font-size: 21px;
    font-family: 'Yu Gothic','Yu Gothic Medium','メイリオ','MS ゴシック','游ゴシック Medium',sans-serif;
}
.accordion {
    margin: 0.8em auto 0.3em auto;
    max-width: 90vw;
    background-color: #004D25;
    border-radius: 8px;
}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
}
.titlemenu,
.contentmenu {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.titlemenu {
padding: 1em;
display: block;
color: #fff;
font-weight: bold;
border-radius: 10px;
}
.titlemenu::after,
.titlemenu::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 0.75em;
background-color: #fff;
transition: all 0.3s;
}
.titlemenu::after {
transform: rotate(90deg);
}
.contentmenu {
max-height: 0;
overflow: hidden;
background-color: #fff;
margin-left: -20px;
}
.contentmenu p {
margin: 0;
padding: 0.5em 1em 1em;
font-size: 0.9em;
line-height: 1.5;
}
.toggle:checked + .titlemenu + .contentmenu {
max-height: 1200px;
transition: all 1.5s;
}
.toggle:checked + .titlemenu::before {
transform: rotate(90deg) !important;
}
.accordion li {
    padding: 4px;
    list-style: none;
    margin: 10px auto 10px auto;
    font-size: 15px;
    background-color: #fff;
    /* text-decoration: none; */
    border-bottom: 1px solid #E0E0E0;
    border-radius: 8px;
}
.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  width: 300px;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}.sale202403 {
    display: none;
}

.lineup_btn {
    /* margin: 0 auto; */
    text-align: center;
    /* float: left; */
}
.detail_section.quantity select {
width: 80px;
}
.detail_desc .section_title {
    display: none;
}
#main_container .free_contents {
    max-width: 100%;
    margin-top: 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.model_number {
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: none;
}
.\32 0240528salecabn {
    display: none;
}
.saletext20240528 {
    display: none;
}
.sale20240528 {
    display: none;
}
.sale202312 {
    display: none;
}
.sale202404 {
    display: none;
}
.sale202403 {
    display: none;
}
.sale20240426 {
    display: none;
}
.\32 0240803salebn {
    display: none;
}
.sale20240803pricesn {
    text-align: center;
    display: none;
}
.sale20240803priceg {
    
}
.\32 0240803salecabn {
    display: none;
}
.sale20240803 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
    display: none;
}
.saletext20240803 {
    display: none;
}
.\32 02404salecabn {
    display: none;
}
.\32 02404salebn {
    display: none;
}
.sale202404 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
    display: none;
}
.saletext202404 {
    display: none;
}
.sale20240426 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
    display: none;
}
.\32 0240426salebn {
    display: none;
}
.saletext20240426 {
    display: none;
}
.\32 0240426salecabn {
    display: none;
}
.\32 02404salebntop {
    display: none;
}
.sale202403 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
     display: none;
}
.saletext202403 {
     display: none;
}
.\32 02403salecabn {
   display: none;
}
.\32 02403salebn {
     display: none;
}
.ca_left {
    width: 25%;
    float: left;
}
.cph1 {
    padding: 5px 20px;
    height: 100px;
}
.ca_center {
    width: 25%;
    float: left;
}
.button03 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #ff8e01;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid #ff8e01;
}

.button03 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #ff8e01;
  border-right: 3px solid #ff8e01;
  transform: rotate(45deg);
}

.button03 a:hover {
  color: #333333;
  text-decoration: none;
  background-color: #ffbd84;
}

.button03 a:hover::after {
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
}
.button03 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.button02 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #2285b1;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid #2285b1;
}

.button02 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #2285b1;
  border-right: 3px solid #2285b1;
  transform: rotate(45deg);
}

.button02 a:hover {
  color: #333333;
  text-decoration: none;
  background-color: #a0c4d3;
}

.button02 a:hover::after {
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
}
.button02 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.cph2 {
    text-align: center;
}
table.td04 td {
    width: 25%;
}
.height01 {
    height: 95px;
}
.height03 {
    height: 115px;
}
.height05 {
    height: 145px;
}
.height003 {
    height: 70px;
}
.height003_u {
    height: 80px;
}
.sale202312 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
     display: none;
}
.sale202312pricesn {
    text-align: center;
     display: none;
}
.sale202312priceg {
}
.\32 02312salebn {
     display: none;
}
.saletext202312 {
     display: none;
}
.hyoudai_tt {
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.8em;
}
.footer_nav.column1 {
    display: none;
}
.inner_image_annotation {
    background-color: rgba(0, 0, 0, .0);
}
p.imagetext {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}
p.imagetext02 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin-top: -30px;
}
div#maincol {
    margin-top: -15px;
}
.nav_label {
}
.inner_header_nav .nav_btn {
    color: #000000;
}
.inner_header_nav .header_nav_item .fa {
    color: #336300;
}
.shohin_tt {
    font-style: normal;
    font-weight: 400;
    font-size: 2.2em;
    padding: 8px;
    margin-top: 20px;
    color: #1e1b1b;
}
.shohin_setumei {
    background-color: #f5f5f5;
    font-family: "Shippori Mincho", serif;
    font-style: normal;
    font-weight: 400;
    padding: 15px;
    margin: 8px;
}
.shohin_setumei02 {
    background-color: #f5f5f5;
    font-family: "Shippori Mincho", serif;
    font-style: normal;
    font-weight: 400;
    padding: 15px;
    margin: 15px 8px 8px 8px;
}
.shohin_setumei02 A {
    color: #26790a;
}
.setumei_h1 {
    padding: 10px;
    font-size: 2.0em;
    line-height: 180%;
}
.setumei {
    padding: 17px;
    font-size: 1.1em;
    line-height: 180%;
}

.sozai {
    font-family: "Shippori Mincho", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 180%;
}
.news_link {
    text-align: center;
    margin: 3%;
}
.news_link a,
.news_link a:link,
.news_link a:visited,
.news_link a:hover,
.news_link a:active{
    color: #004D25;
}
.shohinimgtest {
    position: relative;
}
.shohinimgtest img.u180 {
  position: absolute;
}
@media screen and (min-width: 451px){
    .global_nav {
    background-color: #FFFFFF;
    border-bottom: 1px solid #D6D6D6;
}
}
@media screen and (max-width: 450px){
.height003 {
    height: 70px;
}
.height003_u {
    height: 100px;
}
.cph2 {
    display: none;
}
.main_box[data-free='c11'] {
    margin-bottom: 0px;
}
.header_navfree {
    display: none;
}
h3.title_sm {
        font-size: 15px;
        font-family: "Yu Gothic", "Yu Gothic Medium", メイリオ, "MS ゴシック", "游ゴシック Medium", sans-serif;
        padding: 0.8rem 1rem;
        border-left: 5px solid rgb(59 123 246);
        background: rgb(237 249 255);
        color: #0000ff;
    }
.ca_left {
    width: 50%;
    float: left;
    padding: 3%;
}
.ca_left A:link, A:visited, A:hover, A:active {
    color: #000000;
    text-decoration: none;
    font-weight: 100;
    /* outline: none; */
}
.cph1 {
    padding: 5px 20px;
    height: 66px;
    display: none;
}
.ca_center {
    width: 50%;
    float: left;
    padding: 3%;
}
.ca_center A:link, A:visited, A:hover, A:active {
    color: #000000;
    text-decoration: none;
    font-weight: 100;
    /* outline: none; */
}
.bn_link A:link, A:visited, A:hover, A:active {
    color: #000000;
    text-decoration: none;
    font-weight: 100;
    /* outline: none; */
}
  div#smmenu {
    display: block;
}
    .toptext02 {
    display: none;
}
   .toptext {
    padding: 10px;
    font-size: 14px;
    display: none;
}
.shoplogo img {
        max-width: 150px;
        margin-left: 10px;
        margin-top: -5px;
    }
    .header_navfree li {
    padding: 10px 0 10px 0;
    list-style-type: none;
    float: left;
    max-width: 100%;
    height: auto;
    width: 24%;
}
    .left_menu_opener_box {
    min-width: 50px;
    position: absolute;
    right: 0;
}
    .center_shop_name {
    text-align: left;
}
    .hedtop {
    width: 100%;
    margin: 0 auto;
    position: absolute;
}
.hedtell {
    position: absolute;
    top: 86px;
    right: 3%;
    width: 50%;
    display: none;
}
.hedtext {
    position: absolute;
    top: 0px;
    left: -2%;
    width: 100%;
}
.hedfinstagram {
    position: absolute;
    right: 110px;
    top: 16px;
    z-index: 100;
}
.hedfinstagram img {
    width: 60%;
}
.hedfacebook {
    position: absolute;
    right: 65px;
    top: 16px;
    z-index: 100;
}
.hedfacebook img {
    width: 60%;
}
.responsive .has_search_bar .search_bar {
    position: absolute;
    top: 120px;
    right: 0;
}
h1.hyoudai {
    font-size: 14px;
}
td.bunkatsu03 {
    width: 50%;
}
.shohinleft {
    width: 50%;
    float: left;
    text-align: center;
    padding: 1%;
}
.shohincenter {
    width: 50%;
    float: left;
    padding: 1%;
    text-align: center;
}
.shohinright {
    width: 50%;
    text-align: center;
    padding: 1%;
    float: left;
}
.shohinleft03 {
    width: 33%;
    float: left;
    text-align: center;
    padding: 1%;
    font-size: 13px;
}
.shohincenter03 {
    width: 33%;
    float: left;
    padding: 1%;
    text-align: center;
    font-size: 13px;
}
.shohinright03 {
    width: 33%;
    text-align: center;
    padding: 1%;
    float: left;
    font-size: 13px;
}
.kanren A:link {
    color: #000000;
    outline: none;
    font-size: 11px;
}
.h1text {
    width: 100%;
    font-size: 10px;
}
.pcbn {
    display: none;
}
.topnew_left {
    width: 33%;
    float: left;
    padding: 10px;
    font-size: 12px;
}
.topnew_naka {
    width: 33%;
    float: left;
    padding: 10px;
    font-size: 12px;
}
.topnew_right {
    width: 33%;
    float: left;
    padding: 10px;
    font-size: 12px;
}
.topcptext {
    font-size: 13px;
    margin-left: 0;
}
#news_cm {
    width: 100%;
    color: #333333; 
    background-color: #FAF9F7;
}
#news_cm .img {
    width: 30%;
    float: left;
    padding: 10px;
}
#news_cm .text {
    width: 100%;
    float: left;
}
#news_cm div.boxanew {
    float: left;
    width: 96%;
    margin: 0 2% 0 2%;
    border: none;
}
#news_cm p {
    margin: 0;
}
div#advertisement {
    width: 96%;
    text-align: center;
    display: none;
}
.smnewsnone {
    display: none;
}
div#advertisement img {
    width: 70%;
}
#footer2 {
    display: none;
}
.h1text h1 {
    font-size: 130.6%;
}
.hedtext {
    display: none;
}
li.smartphonemenu {
    display: none;
}
.column {
    display: none;
}
h3.title {
    padding: 0.8rem 1rem;
    border-left: 5px solid #000;
    background: #eef1d5;
    font-size: 15px;
    font-family: 'Yu Gothic','Yu Gothic Medium','メイリオ','MS ゴシック','游ゴシック Medium',sans-serif;
}
h3.title02 {
    margin-top: 10px;
  padding: 0.6rem 1rem;
  border-left: 5px solid #004d25;
  background: #FAF9F7;
  color: #333333;
  font-size: 16px;
  font-family: "Yu Mincho","游明朝","Hiragino Mincho ProN","ヒラギノ明朝 ProN","MS P明朝","MS 明朝",serif;
}
h3.ca_title {
    padding: 0.8rem 1rem;
    border-left: 5px solid #000;
    background: #fffbda;
    font-size: 15px;
    font-family: 'Yu Gothic','Yu Gothic Medium','メイリオ','MS ゴシック','游ゴシック Medium',sans-serif;
}
.font16black {
font-size:12px;
line-height:130%;
color:#000;
font-weight: 100;
}
.allbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.topleftbn {
        float: left;
        margin-left: 13px;
        margin-right: 7px;
        width: 45%;
        margin-top: 10px;
}
.toprightbn {
        float: left;
        margin-right: 13px;
        margin-left: 6px;
        margin-top: 10px;
        width: 45%;
}
.lineup_btn {
    /* margin: 0 auto; */
    text-align: center;
    /* float: left; */
}
.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  width: 300px;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}
table.td04 td {
    width: 50%;
}
.height02 {
    height: 180px;
}
.footer_nav.column1 {
    display: none;
}
p.imagetext {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
p.imagetext02 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-top: -5%;
}
.global_nav {
    background-color: #FFFFFF;
    /* border-bottom: 1px solid #D6D6D6; */
}
.shohin_tt {
    font-style: normal;
    font-weight: 400;
    font-size: 1.8em;
    padding: 8px;
    margin-top: 20px;
    color: #1e1b1b;
}
.shohin_setumei02 {
    background-color: #f5f5f5;
    font-family: "Shippori Mincho", serif;
    font-style: normal;
    font-weight: 400;
    padding: 15px;
    margin: 15px 8px 8px 8px;
}
.shohin_setumei02 A {
    color: #26790a;
}
.setumei_h1 {
    padding: 10px;
    font-size: 1.3em;
    line-height: 180%;
}
.setumei {
    padding: 17px;
    font-size: 1em;
    line-height: 180%;
}
/* 1) 上下の空白を均等に寄せる（タイトル帯の上下を揃える） */
.accordion li{
  padding: 0;      /* liの余白がズレの原因になりやすいので一旦0 */
  margin: 10px auto;
}

.titlemenu{
  position: relative;     /* 疑似要素の基準 */
  padding: 16px 56px 16px 16px; /* 上下を同じ 右はアイコン分 */
  line-height: 1.2;       /* 余計な行間を抑える */
}

/* 2) 文字をもう一回り大きく */
.titlemenu{
  font-size: 19px;  /* 18?22pxで好みに調整 */
}

/* 3) ＋を V にする */
.titlemenu::before{
  display: none;   /* ＋の縦棒を消す */
}

.titlemenu::after{
  content: "∨";
  background: none;         /* 線を消す */
  width: auto;
  height: auto;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  line-height: 1;
}

/* 開いたら上向きにする（Vが反転して∧に） */
.toggle:checked + .titlemenu::after{
  transform: translateY(-50%) rotate(180deg);
}
/* アコーディオン内の各項目の高さを広げる */
ul.contentmenu li {
  margin: 12px 0;          /* 上下の余白を増やす */
}

ul.contentmenu li a {
  display: block;          /* 高さ指定を効かせる */
  padding: 10px 0;         /* 上下を広げる */
  line-height: 1.6;        /* 文字の上下余白を安定させる */
}
    
/* 左メニュー　お知らせ上下と完全に分離 */
.left_notice_block{
  clear: both;
  display: block;
  background: #f3f6df;   /* 画像の薄い黄緑に合わせる（不要なら削除） */
  margin: 0;
  padding: 0;
}

/* 既存 title02 の影響をこの見出しだけに限定して安定させる */
.left_notice_title{
  display: block;
  margin: 0;
  padding: 8px 12px;
  background: transparent; /* 変な背景が乗るのを防ぐ */
}
    
.sozai {
    font-family: "Shippori Mincho", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 180%;
}
.news_link {
    text-align: center;
    margin: 3%;
}
.news_link a,
.news_link a:link,
.news_link a:visited,
.news_link a:hover,
.news_link a:active{
    color: #004D25;
}
/* アコーディオンの区切り線・背景の角丸を強制的に消す */
ul.contentmenu,
ul.contentmenu li,
ul.contentmenu li a {
  border-radius: 0 !important;
}
/* アコーディオン内（半襟?ご奉仕品）の文字色を統一 */
ul.contentmenu li a {
  color: #333333;
}

/* アコーディオン内念のため hover や visited でも色を変えない */
ul.contentmenu li a:link,
ul.contentmenu li a:visited,
ul.contentmenu li a:hover,
ul.contentmenu li a:active {
  color: #333333;
}
.tbl-r03 {
    width: 98%;
    margin: 0 1% 0 1%;
  }
.tbl-r03 td {
        display: block;
        float: left;
        width: 33%;
        padding: 3px;
    }
  }
@media screen and (min-width:768px) {
  .lineup_btn {
    /* margin: 0 auto; */
    text-align: center;
    /* float: left; */
    display: none;
}
    .accordion {
    display: none;
}
.height01 {
    height: 75px;
}
.height02 {
    height: 250px;
}
.height03 {
    height: 105px;
}
.height05 {
    height: 125px;
}
.footer_nav.column1 {
    display: none;
}
}

/* ★★フッターテーブル　4122から↓ */
/* ===== footerSNSMenu 専用（PC/スマホ共通）===== */
#footerSNSMenu{
  background: #004D25 !important;
}

/* table/td を緑で統一 */
#footerSNSMenu table.footerTable{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #004D25 !important;
}

#footerSNSMenu table.footerTable tr,
#footerSNSMenu table.footerTable td{
  background: #004D25 !important;
  color: #FFFFFF !important;
  text-align: center;
  vertical-align: middle;
  padding: 10px 8px;
  word-break: break-word;
}

/* 上下の空行 */
#footerSNSMenu table.footerTable tr:first-child td,
#footerSNSMenu table.footerTable tr:last-child td{
  padding: 12px 8px;
}

/* SNS行の高さ */
#footerSNSMenu .footerTable__snsRow td{
  padding: 14px 8px;
}

/* SNS中央寄せ */
#footerSNSMenu .footerTable__center{
  display: flex;
  justify-content: center;
  align-items: center;
}

/* SNS画像 */
#footerSNSMenu .footerTable__snsRow img{
  max-width: 100%;
  height: auto;
  display: block;
}

/* リンクは白固定（visited含む） */
#footerSNSMenu a:link,
#footerSNSMenu a:visited,
#footerSNSMenu a:hover,
#footerSNSMenu a:active{
  color: #FFFFFF !important;
  text-decoration: none;
}

#footerSNSMenu .footerTable__link{
  display: inline-block;
  padding: 10px 6px;
  line-height: 1.4;
  font-size: clamp(14px, 3.6vw, 18px);
}

#footerSNSMenu .footerTable__link:hover{
  text-decoration: underline;
}
.footerTable{
  font-size: 12px;
}

/* 超小型スマホでも2列維持 */
@media (max-width: 360px){
  #footerSNSMenu table.footerTable td{
    padding: 8px 6px;
  }
  #footerSNSMenu .footerTable__link{
    padding: 8px 4px;
    font-size: 13px;
  }
}
/* PC版のみ文字サイズを14pxに固定 */
@media (min-width: 769px){
  #footerSNSMenu .footerTable__link{
    font-size: 14px;
  }
}
/* ★★フッターテーブル　4207　終わり */
.header_left .inner_header_nav .nav_btn {
   margin: 0 0 0 0;
}
.inner_header_nav .nav_btn {
    margin-right: 5px;
    padding: 0;
    border-radius: 5px;
}
label.titlemenu {
    margin-top: 20px;
}
/* ゑり正 ヘッダーロゴ（PC） */
.shoplogo img {
  width: 215px;
  height: auto;
  max-width: none;
}

/* スマホ版（ロゴを少し小さく） */
@media screen and (max-width: 768px) {
  .shoplogo img {
    width: 190px;
  }
}
/* 引継ぎスタイルシート */
#summer {
float:left;
}
.summer table a:link { color: #0099FF; } 
.summer table a:visited { color: #0099FF; }
.summer td a:link { color: #0099FF; }
.summer td a:visited { color: #0099FF; }
.detail_item_text .charge_weight {
display: none;
}
#right_new a:hover img{ 
	-moz-opacity:0.5;
	opacity:0.3;
	filter: alpha(opacity=80);
}
iframe.shipping_japan_table2 {
    width: 100%;
    height: 130px;
    display: none;
}
.link_shop_table {
    border-collapse: collapse;
}
.help_page_body .point_box {
	width: auto;
                background-color:#ffffff;
                border: 1px solid #D4D0C8;
                margin: 5px 5px 0px 0px;
                padding: 10px;
                color: #336699;
                font-size: 12px;
}
.title_a {
    padding: .5em .75em;
    background-color: #278aff;
    border-bottom: 1px solid #ccc;
}
.h1textshohin {
    position: absolute;
    top: 100px;
    left: 160px;
    display: none;
}
.topup {
    margin-top: -30px;
}
.top-box-1 {
    background-color: #ffffff;
    border: 3px dashed #ff6a00;
    border-radius: 8px;
    /* box-shadow: 0 0 0 4px #ff6a00; */
    margin: 2em 0;
    padding: 1em;
}
img.topmargin {
    margin-top: 20px;
}
.box11 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #9a572b;
    background: white;
    border-top: solid 5px #770101;
    font-size: 16px;
    text-align: center;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    line-height: 180%;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.box11 p {
    margin: 0; 
    padding: 0;
}
.box11 a {
    font-size: medium;
}
.osiharaileft {
position: relative;
padding: 3px 3px 3px 42px;
background: #77c3df;
font-size: 13px;
color: white;
margin-top: 10px;
margin-left: -26px;
line-height: 1.3;
z-index:-1;
}

.osiharaileft:before {
position: absolute;
content: '';
left: -2px;
top: -2px;
border: none;
border-left: solid 40px white;
border-bottom: solid 79px transparent;
z-index:-2
}
.boxosi {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
    margin-top: 40px;
}
.boxosi .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.boxosi p {
    margin: 0; 
    padding: 0;
}
.boxnana {
    padding: 0.5em 1em;
    margin: 2em auto;
    color: #000000;
    background: #fffed6;
    width: 500px;
    border-top: solid 10px #db3615;
    line-height: 180%;
    font-weight: bold;
}
.boxnana p {
    margin: 0; 
    padding: 0;
}
.poritt {
    padding: .75em 1em;
    border: 1px solid #ccc;
    border-top: 3px solid #ff6a00;
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #ffe7fd 100%);
    text-align: center;
    font-weight: bold;
    color: green;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
    font-size: 16px;
    width: 400px;
    margin: 0 auto;
}
.boxsaiji {
    padding: 0.5em 1em;
    margin: 2em 0;
    background: white;
    border-top: solid 5px #f991ff;
    font-size: 16px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    line-height: 180%;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.box12 {
    padding: 0.5em 1em;
    margin: 2em 0;
    /* color: #9a572b; */
    background: white;
    border-top: solid 5px #17116e;
    font-size: 16px;
    text-align: center;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    line-height: 180%;
}
.box12 p {
    margin: 0; 
    padding: 0;
}
.box12 a {
    font-size: medium;
} 
.poritt02 {
    padding: .75em 1em;
    border: 1px solid #ccc;
    border-top: 3px solid #7297fb;
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #ffffff 100%);
    text-align: center;
    font-weight: bold;
    color: green;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
    font-size: 16px;
    width: 400px;
    margin: 0 auto;
}
.box13 {
    padding: 0.5em 1em;
    margin: 2em auto;
    /* color: #9a572b; */
    width: 80%;
    background: white;
    border-top: solid 5px #288700;
    font-size: 16px;
    text-align: center;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    line-height: 180%;
}
.box13 p {
    margin: 0; 
    padding: 0;
}
.box13 a {
    font-size: medium;
} 
.box16 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #666666;
    background: white;
    border-top: solid 5px #bf4f00;
    font-size: 14px;
    text-align: center;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    line-height: 180%;
}
.box16 p {
    margin: 0; 
    padding: 0;
}
.box16 a {
    font-size: medium;
} 
a.textnone {
    text-decoration: none;
}
.cph2 {
    text-align: center;
}
.cph3 {
    width: 250px;
    text-align: left;
    margin-left: 65px;
    margin-top: 10px;
}
.cph4 {
    width: 180px;
    text-align: left;
    margin-left: 35px;
    margin-top: 10px;
}
.cph6 {
    width: 230px;
    text-align: left;
    margin-left: 10px;
    margin-top: 10px;
}
.summerhadagi_tt{
    padding: 0.5em 1em;
    margin: 2em 0;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
.koteipankuzu {
    position: absolute;
    top: 110px;
    left: 190px;
}
.box99 {
    padding: 0.5em 1em;
    margin: 2em 0;
    /* color: #9a572b; */
    background: white;
    border-top: solid 5px #17116e;
    font-size: 12px;
    text-align: center;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    line-height: 180%;
}
.box99 p {
    margin: 8px; 
    padding: 0;
}
.box99 a {
    font-size: medium;
} 
.box99aa {
    padding: 1em;
    margin: 2em 0;
    /* color: #9a572b; */
    background: white;
    border-top: solid 5px #17116e;
    font-size: 16px;
    text-align: center;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    line-height: 180%;
}
.box99aa p {
    margin: 8px; 
    padding: 0;
}
.box99aa a {
    font-size: medium;
} 
.box99bb {
    padding: 0.5em 1em;
    width: 96%;
    margin: 2em auto;
    /* color: #9a572b; */
    background: white;
    border-top: solid 5px #17116e;
    font-size: 12px;
    text-align: center;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    line-height: 180%;
}
.box99bb p {
    margin: 8px; 
    padding: 0;
}
.box99bb a {
    font-size: medium;
} 
.kakomi-smart10 {
 position: relative;
 margin: 2em auto;
 padding: 2.5em 1em 1em;
 width: 90%; /* ボックス幅 */
 border-style: solid;
 border-color: #6d3200; /* 枠の色 */
 border-width: 5px 1px 1px;
 background-color: #f7f7f7; /* 背景色 */
 color: #666; /* テキスト色 */
 box-shadow: 1px 1px 3px #ccc; /* 影 */
}
.kakomi-smart20 {
 position: relative;
 margin: 2em auto;
 padding: 0.3em 1em 0.3em;
 width: 96%; /* ボックス幅 */
 border-style: solid;
 border-color: #6d3200; /* 枠の色 */
 border-width: 5px 1px 1px;
 background-color: #f7f7f7; /* 背景色 */
 color: #666; /* テキスト色 */
 box-shadow: 1px 1px 3px #ccc; /* 影 */
}

.title-smart10 {
 position: absolute;
 top: 8px;
 left: 15px;
 background-color: #f7f7f7; /* タイトル背景色 */
 color: #6d3200; /* タイトル色 */
 font-size: 1.1em;
 font-weight: bold;
}
.kakomi-tab12 {
    position: relative;
    margin: 60px auto 0 auto;
    padding: 1.2em 1em 1em;
    width: 90%;
    background-color: #fff;
    border: 2px solid #3ca600;
    box-shadow: 2px 2px 2px #ccc;
    text-align: center;
}
.title-tab12 {
    position: absolute;
    display: inline-block;
    top: -46px;
    left: -2px;
    padding: 10px 10px;
    height: 26px;
    font-weight: bold;
    font-size: 20px;
    /* text-align: center; */
    color: #fff;
    background-color: #3ca600;
    border-radius: 8px 8px 0 0;
}
.summersalebn {
    margin: 20px 0 20px 0;
    text-align: center;
    display: none;
}
.salesh {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
    display: none;
}
.sale2019pricesn {
    text-align: center;
    display: none;
}

.sale2019priceg {
}
.box100 {
    padding: 0.5em 1em;
    margin: 2em 0;
    /* color: #9a572b; */
    background: white;
    border-top: solid 5px #17116e;
    font-size: 13px;
    text-align: center;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    line-height: 180%;
}
.box100 p {
    margin: 8px; 
    padding: 0;
}
.box100 a {
     font-size: 13px;
}
.box77 {
    padding: 0.5em 1em;
    margin: 2em 0;
    /* color: #9a572b; */
    background: white;
    border-top: solid 5px #17116e;
    font-size: 12px;
    text-align: center;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    line-height: 180%;
}
.box77 p {
    margin: 8px; 
    padding: 0;
}
.box101 {
    padding: 0.5em 1em 30px 15px;
    margin: 2em 0;
    /* color: #9a572b; */
    background: white;
    border-top: solid 5px #17116e;
    font-size: 13px;
    /* text-align: center; */
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    line-height: 180%;
}
.box101 p {
    margin: 8px; 
    padding: 0;
}
.box101 a {
     font-size: 13px;
}
.box110 {
    padding: 0.5em 1em;
    margin: 2em 0;
    /* color: #9a572b; */
    background: white;
    border-top: solid 5px #17116e;
    font-size: 13px;
    text-align: left;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    line-height: 180%;
}
.box110 p {
    margin: 8px; 
    padding: 0;
}
.box110 a {
     font-size: 13px;
}
/* ====================================================
   基本スタイル（共通）
==================================================== */
.box111 {
  position: relative;
  box-sizing: border-box;
  border: solid 3px #17116e;
  background-color: #fff;
}

.box111 .box-title {
  position: absolute;
  display: inline-block;
  background: #17116e;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  white-space: nowrap;
}

.box111 p {
  line-height: 1.7;
}

.box111 .text_red {
  color: #e60000;
}

.box111 .text_highlight {
  color: #0200FF;
  background-color: #F8FF00;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone; /* 複数行に折り返しても背景色を綺麗に維持 */
}

/* ====================================================
   【1】パソコン用（1025px 以上）
==================================================== */
@media screen and (min-width: 1025px) {
  .box111 {
    margin: 60px 0;
    padding: 1.5em 2em;
    font-size: 16px;
  }
  .box111 .box-title {
    top: -38px;
    left: -3px;
    padding: 6px 14px;
    font-size: 17px;
  }
  .box111 p {
    margin: 12px 0;
  }
}

/* ====================================================
   【2】iPad Pro 用（821px 〜 1024px）
==================================================== */
@media screen and (min-width: 821px) and (max-width: 1024px) {
  .box111 {
    margin: 50px 0;
    padding: 1.2em 1.5em;
    font-size: 15px;
  }
  .box111 .box-title {
    top: -36px;
    left: -3px;
    padding: 5px 12px;
    font-size: 16px;
  }
  .box111 p {
    margin: 10px 0;
  }
}

/* ====================================================
   【3】iPad Air 用（769px 〜 820px）
==================================================== */
@media screen and (min-width: 769px) and (max-width: 820px) {
  .box111 {
    margin: 45px 0;
    padding: 1.2em 1.2em;
    font-size: 15px;
  }
  .box111 .box-title {
    top: -35px;
    left: -3px;
    padding: 5px 10px;
    font-size: 15px;
  }
  .box111 p {
    margin: 10px 0;
  }
}

/* ====================================================
   【4】iPad（通常・縦向き）用（561px 〜 768px）
==================================================== */
@media screen and (min-width: 561px) and (max-width: 768px) {
  .box111 {
    margin: 40px 0;
    padding: 1em;
    font-size: 14px;
  }
  .box111 .box-title {
    top: -33px;
    left: -3px;
    padding: 4px 10px;
    font-size: 14px;
  }
  .box111 p {
    margin: 8px 0;
  }
  .br-pc {
    display: none; /* 幅が狭くなるため意図的な改行を解除 */
  }
}

/* ====================================================
   【5】スマートフォン用（560px 以下）
==================================================== */
@media screen and (max-width: 560px) {
  .box111 {
    margin: 35px 0 20px 0;
    padding: 12px 10px;
    font-size: 13px;
    border-width: 2px;
  }
  .box111 .box-title {
    top: -28px;
    left: -2px;
    padding: 3px 8px;
    font-size: 13px;
  }
  .box111 p {
    margin: 6px 0;
  }
  .br-pc {
    display: none; /* スマホでは自動折り返しに任せる */
  }
}
.boxotoiawase {
    padding-top: 10px;
    /* float: left; */
}
.box112 {
    position: relative;
    margin: 65px auto 0;
    padding: 0.5em 1em;
    border: solid 3px #428500;
    width: 80%;
}
.box112 .box-title {
    position: absolute;
    display: inline-block;
    top: -48px;
    left: -13px;
    padding: 5px 9px;
    /* height: 25px; */
    line-height: 25px;
    font-size: 17px;
    background: #428500;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box112 p {
    margin: 10px;
    padding: 0;
}
/* 【5】スマートフォン用（画面幅 560px 以下） */
@media screen and (max-width: 560px) {
.box112 {
    position: relative;
    margin: 75px auto 0;
    padding: 0.5em 1em;
    border: solid 3px #428500;
    width: 96%;
}
.box112 .box-title {
    position: absolute;
    display: inline-block;
    top: -77px;
    left: -13px;
    padding: 8px 9px;
    /* height: 25px; */
    line-height: 25px;
    font-size: 16px;
    background: #428500;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    width: 90%;
}
.box112 p {
    margin: 10px;
    padding: 0;
}
}
.box113 {
    position: relative;
    margin: 50px auto 20px auto;
    padding: 0.5em 1em;
    border: solid 3px #0d2c82;
    width: 400px;
}
.box113 .box-title {
    position: absolute;
    display: inline-block;
    top: -48px;
    left: -13px;
    padding: 5px 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #0d2c82;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box113 p {
    margin: 10px;
    padding: 0;
    text-align: center;
}
.kakomi-maru2sm {
 margin: 2em auto;
 padding: 1em;
 width: 96%;
 color: #666666; /*文字色*/
 border: 1px solid #22960d; /*線の太さ・色*/
 background-color: #fffff0; /*背景色*/
 box-shadow: -2px 5px 5px #e8d3c7; /*影*/
 border-radius: 20px; /*角の丸み*/
}
.sale2020pricesn {
    text-align: center;
}

.sale2020priceg {
    display: none;
}
.top-title-box3 {
    margin: 0 0 20px 0;
    background-color: #ffffff;
    border: 2px solid #002a77;
    letter-spacing: .3px;
    font-size: 14px;
}
.top-title-box3-title {
    color: #fff;
    font-weight: bold;
    background-color: #002a77;
    padding: 9px 6px;
    text-align: center;
    font-size: 16px;
}
.top-title-box4 p {
    margin: 0;
    padding: 10px;
}
.top-title-box4 {
    margin: 0 0 20px 0;
    background-color: #ffffff;
    border: 2px solid #002a77;
    letter-spacing: .3px;
    font-size: 13px;
}
.top-title-box4-title {
    color: #fff;
    font-weight: bold;
    background-color: #002a77;
    padding: 9px 6px;
    text-align: center;
    font-size: 14px;
}
.top-title-box3 p {
    margin: 0;
    padding: 10px;
}
.top-title-box21 {
    margin: 0 0 20px 0;
    background-color: #ffffff;
    border: 2px solid #002a77;
    letter-spacing: .3px;
    font-size: 14px;
}
.top-title-box21-title {
    color: #fff;
    font-weight: bold;
    background-color: #002a77;
    padding: 9px 6px;
    text-align: center;
    font-size: 14px;
}
.top-title-box21 p {
    margin: 0;
    padding: 10px;
    font-size: 12px;
}
.box6sm {
    padding: 0.5em 1em;
    margin: 2em 0;
    background: #f0f7ff;
    border: dashed 2px #5b8bd0;/*点線*/
}
.box6sm p {
    margin: 0;
    padding: 5px;
}
.top-title-box10 {
    margin: 0 0 20px 0;
    background-color: #ffffff;
    border: 2px solid #7eacff;
    letter-spacing: .3px;
    font-size: 14px;
}
.top-title-box10-title {
    color: #fff;
    font-weight: bold;
    background-color: #4989ff;
    padding: 9px 6px;
    text-align: center;
    font-size: 16px;
}
.top-title-box2023 {
    margin: 0 0 20px 0;
    background-color: #ffffff;
    border: 2px solid #027e23;
    letter-spacing: .3px;
    font-size: 12px;
}
.top-title-box2023-title {
    color: #fff;
    font-weight: bold;
    background-color: #027e23;
    padding: 9px 6px;
    text-align: center;
    font-size: 16px;
}
.top-title-box2023 p {
    margin: 0;
    padding: 10px;
}
.top-title-box10 p {
    margin: 0;
    padding: 10px;
}
.top-title-box10 A:visited {
    text-decoration: underline;
    color: #004eff;
}

.top-title-box10 A:link {
    text-decoration: underline;
    color: #004eff;
}
.bargain2020pricesn {
    text-align: center;
     display: none;
}

.bargain2020priceg {
}
.fathersdaysalebn {
    display: none;
}
.fathersdaysalepricesn {
    text-align: center;
    display: none;
}

.fathersdaysalepriceg {
}
.bargainpricesn {
    text-align: center;
    display: none;
}

.bargainpriceg {
}
.fatherssalesh {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
    display: none;
}
.boxmask {
    padding: 0.5em 1em;
    margin: 2em 0;
    /* color: #9a572b; */
    background: white;
    border-top: solid 5px #17116e;
    font-size: 12px;
    text-align: center;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    line-height: 180%;
    display: none;
}
.boxmask p {
    margin: 8px; 
    padding: 0;
    display: none;
}
.boxmask a {
    font-size: medium;
    display: none;
}
.mask_bn {
    display: none;
}
.summersalebn2020 {
    display: none;
}
.smsale2020pricesn {
    display: none;
}

.smsale2020priceg {
}
.saleshsm2020 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
    display: none;
}
.wintersale2020bn {
    margin: 20px 0 20px 0;
    text-align: center;
    display: none;
}
.winsale2020priceg {

}
.winsale2020pricesn {
    text-align: center;
    display: none;
}
.square_btn02 {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    background: #fff1b2;
    color: white;
    border: solid 2px #001b7b;
    border-radius: 3px;
    transition: .4s;
}

.square_btn02:hover {
    background: #1c41c6;
    color: white;
}

.box2020 {
    padding: 0.5em 1em;
    margin: 2em auto;
    width: 720px;
    /* color: #9a572b; */
    background: white;
    border-top: solid 5px #17116e;
    font-size: 14px;
    text-align: left;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    line-height: 180%;
}
.box2020 p {
    margin: 8px; 
    padding: 0;
}
.box2020 a {
    font-size: medium;
}
img.rihgt_img2021 {
    float: right;
    margin-left: 5px;
}
.boxbn01 {
    padding: 0.5em 1em;
    margin: 2em auto;
    background: #f0f7ff;
    border: dashed 1px #5b8bd0;
    width: 90%;
}
.boxbn01 p {
    margin: 0;
    padding: 5px;
    font-size: 14px;
}
.boxbn01 a {
    font-size: 14px;
    font-weight: bold;
    color: #35b939;
}
.pricenone {
    display: none;
}
a.btn_ao_b {
  display: flex;
  align-items: center;
  max-width: 500px;
  margin: 0 auto;
  padding: 1.3rem 2rem;
  border: 2px solid #014897;
  background: #fff;
  text-decoration: none;
  transition: 0.3s;
}
a.btn_ao_b:hover {
  background-color: #e9f3fd;
}
a.btn_ao_b .b__text {
  display: block;
  flex-grow: 1;
  color: #004386;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-right: 15px;
  font-size: 23px;
}
a.btn_ao_b .b__text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 3px solid #014897;
  border-right: 3px solid #014897;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  a.btn_ao_b .b__text {
    font-size: 18px;
    padding-right: 20px;
  }
  a.btn_ao_b .b__text::after {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 736px) {
  a.btn_ao_b .b__text {
    font-size: 14px;
    padding-right: 20px;
  }
  a.btn_ao_b .b__text::after {
    width: 10px;
    height: 10px;
  }
}
.boxosirase {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #FFF;
    background: #6eb7ff;
    border-bottom: solid 6px #3f87ce;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
}
.boxosirase p {
    margin: 0; 
    padding: 5px;
    font-size: 13px;
}
.boxosirase a {
    font-size: 16px;
    color: #fff;
}
.sale2021sm {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
    display: none;
}
.sale2021smbn {
    margin: 20px 0 20px 0;
    text-align: center;
    display: none;
}
.sale2021smpriceg {
}
.sale2021smpricesn {
    text-align: center;
    display: none;
}
.button04 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 400px;
  color: #ff8e01;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid #ff8e01;
}

.button04 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #ff8e01;
  border-right: 3px solid #ff8e01;
  transform: rotate(45deg);
}

.button04 a:hover {
  color: #333333;
  text-decoration: none;
  background-color: #ffbd84;
}

.button04 a:hover::after {
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
}
.button04 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.button05 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 400px;
  color: #2285b1;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid #2285b1;
}

.button05 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #2285b1;
  border-right: 3px solid #2285b1;
  transform: rotate(45deg);
}

.button05 a:hover {
  color: #333333;
  text-decoration: none;
  background-color: #a0c4d3;
}

.button05 a:hover::after {
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
}
.button05 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.wintersale2021bn {
    margin: 20px 0 20px 0;
    text-align: center;
    display: none;
}
.winsale2021priceg {

}
.winsale2021pricesn {
    text-align: center;
    display: none;
}
.winsale2021sm {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
    display: none;
}
.button003 a:hover {
    background: #ff6820;
    color: #FFF;
}
.button003 a {
    background: #ffecca;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 16px;
}
.button003 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button003 a:hover:after {
    border-color: #FFF;
}
.sale2022sm {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
     display: none;
}
.sale2022smbn {
    margin: 20px 0 20px 0;
    text-align: center;
     display: none;
}
.sale2022smpriceg {
}
.sale2022smpricesn {
    text-align: center;
     display: none;
}
.sample_box9 {
    padding: 1em 1.5em;
    margin: 2em 0;
    background-color:#b22222;/*背景色*/
    color:#ffffff;/*文字色*/
    font-weight:bold;
}
.sample_box9 p {
    margin: 0;
    padding: 10px;
    font-size: 14px;
}
.box150 {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #d50909;
}
.box150 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #d50909;
    color: #ffffff;
    font-weight: bold;
}
.box150 p {
    margin: 0; 
    padding: 0;
}
.top-title-box202209 {
    margin: 0 0 20px 0;
    background-color: #ffffff;
    border: 2px solid #d50909;
    letter-spacing: .3px;
    font-size: 14px;
}
.top-title-box202209-title {
    color: #fff;
    font-weight: bold;
    background-color: #d50909;
    padding: 9px 6px;
    text-align: center;
    font-size: 16px;
}
.top-title-box202209 p {
    margin: 0;
    padding: 10px;
}
.boxsale12 {
    margin: 2em 0;
    background: #fdffd9;
    box-shadow: 0 2px 4px rgb(0 0 0 / 22%);
    width: 750px;
}
.boxsale12 .box-title {
    font-size: 1.5em;
    background: #ef6b0d;
    padding: 8px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.boxsale12 p {
    padding: 15px;
    margin: 0;
    line-height: 200%;
    font-size: 14px;
}
.sale2022 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
    display: none;
}
.sale2022bn {
    margin: 20px 0 20px 0;
    text-align: center;
    display: none;
}
.sale2022priceg {
}
.sale2022pricesn {
    text-align: center;
    display: none;
}
.sale202302priceg {
}
.sale2020302pricesn {
    text-align: center;
    display: none;
}
.sale202302bn {
    margin: 20px 0 20px 0;
    text-align: center;
    display: none;
}
.salesh2023bn {
    margin: 20px 0 20px 0;
    text-align: center;
    display: none;
}
.salesh202304bn {
    margin: 20px 0 20px 0;
    text-align: center;
    display: none;
}
.sale202304bn {
    margin: 20px 0 20px 0;
    text-align: center;
    display: none;
}
.sale20230425bn {
    margin: 20px 0 20px 0;
    text-align: center;
    display: none;
}
.sale202304priceg {
}
.sale2020304pricesn {
    text-align: center;
    display: none;
}
.sale202304priceg {
}
.sale202304pricesn {
    text-align: center;
    display: none;
}
.sale202305 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
    display: none;
}
.sale202305priceg {
    
}
.\32 02305salebn {
    display: none;
}
.sale202305pricesn {
    text-align: center;
    display: none;
}
.sale202306priceg {
}
.sale202306pricesn {
    text-align: center;
     display: none;
}
.sale202306 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
     display: none;
}
.\32 02306salebn {
    display: none;
}
.sale20230628 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
    display: none;
}
.\32 0230628salebn {
    display: none;
}
.sale20230628priceg {
}
.sale20230628pricesn {
    text-align: center;
    display: none;
}
a.btn_09 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 86px;
    margin: auto;
    padding: 0.5rem 2rem;
    /* font-weight: bold; */
    background: linear-gradient(to top, #6496b7, #0da3eb);
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    transition: 0.5s;
}
a.btn_09:hover {
	color: #fff;
	opacity: 0.5;
}
.sale202307 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
    display: none;
}
.\32 02307salebn {
    display: none;
}
.sale202307priceg {
}
.sale202307pricesn {
    text-align: center;
    display: none;
}
.gionsaletext {
    display: none;
}
.topic {
    float: left;
    margin-top: 10px;
}
.sale202308 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
    display: none;
}
.\32 02308salebn {
    display: none;
}
.sale202308priceg {
}
.sale202308pricesn {
    text-align: center;
    display: none;
}
.summersaletext {
    display: none;
}
.top-title-box20 {
    margin: 0 0 20px 0;
    background-color: #ffffff;
    border: 2px solid #ff0000;
    letter-spacing: .3px;
    font-size: 14px;
}

.top-title-box20-title {
    color: #fff;
    font-weight: bold;
    background-color: #ff0000;
    padding: 9px 6px;
    text-align: center;
    font-size: 16px;
}

.top-title-box20 p {
    margin: 0;
    padding: 10px;
    font-size: 14px;
}
.box-design12 {
  margin: 20px auto;
  padding: 20px;
  background-color: #e1eef5;
  position: relative;
  color: #000;
}
.box-design12::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-width: 0 20px 20px 0;
  border-style: solid;
  border-color: #4c9ac0 #fff #4c9ac0;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15)
}
.box-design13 {
  margin: 20px auto;
  padding: 20px;
  background-color: #ffffef;
  position: relative;
  color: #000;
}
.box-design13::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-width: 0 20px 20px 0;
  border-style: solid;
  border-color: #a37b00 #fff #a37b00;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15)
}
.sale202310 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
    display: none;
}
.\32 02310salebn {
    display: none;
}
.sale202310priceg {
    
}
.sale202310pricesn {
    text-align: center;
    display: none;
}
.saletext202310 {
    display: none;
}
.sale202311 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
    display: none;
}
.sale202311pricesn {
    text-align: center;
    display: none;
}
.sale202311priceg {
}
.\32 02311salebn {
    display: none;
}
.saletext202311 {
    display: none;
}
.box_tyuui02 {
    position: relative;
    margin: 3em 0;
    padding: 0.5em 1em;
    border: solid 3px #8f0303;
}
.box_tyuui02 .box-title {
    position: absolute;
    display: inline-block;
    top: -39px;
    left: -3px;
    padding: 5px 9px;
    height: 27px;
    line-height: 25px;
    font-size: 17px;
    background: #8f0303;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box_tyuui02 p {
    margin: 0;
    padding: 10px;
    font-size: 14px;
}
.sale202312 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
     display: none;
}
.sale202312pricesn {
    text-align: center;
     display: none;
}
.sale202312priceg {
}
.\32 02312salebn {
     display: none;
}
.saletext202312 {
     display: none;
}
a.btn_202402 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 250px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #eba403;
	background: #eba403;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
    font-size: 18px;
}
a.btn_202402:hover {
	color: #eba403;
	background: #fff;
}
.\32 02403salebn {
     display: none;
}
a.btn_202403 {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 400px;
    font-size: 18px;
	margin: auto;
	padding: 1rem 4rem 1rem 3rem;
	font-weight: bold;
	background: #029b00;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
}
a.btn_202403::before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
a.btn_202403:hover {
	background: #2ebb2c;
	color: #fff;
}
.sale202403 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
     display: none;
}
.saletext202403 {
     display: none;
}
body#categorylist_page_273 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_274 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_275 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_276 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_277 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_278 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_279 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_280 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_281 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_282 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_227 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_294 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_295 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_296 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_297 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_298 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_299 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_300 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_301 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_302 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_303 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_304 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_305 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_306 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_308 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_309 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_310 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_311 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_312 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_313 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_314 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_315 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_316 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_317 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_318 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_319 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_320 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_321 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_322 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_323 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_324 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_325 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_326 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_327 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_328 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_329 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_330 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_331 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_332 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_360 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_361 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_362 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_363 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_364 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_365 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_366 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_369 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_367 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_368 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_370 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_371 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_372 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_373 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_375 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_376 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_377 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_378 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_379 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_380 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_381 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_382 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_383 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_384 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_385 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_390 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_393 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_394 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
.pricech {
    font-size: 14px;
    font-weight: bold;
    color: #ff0000;
}
body#categorylist_page_273 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_283 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_284 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_285 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_286 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_228 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_288 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_289 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_290 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_291 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_292 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_293 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_302 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_303 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_304 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_305 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_306 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_308 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_309 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_310 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_311 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_312 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_313 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_314 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_315 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_316 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_317 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_318 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_319 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_320 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_321 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_322 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_323 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_324 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_325 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_326 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_327 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_328 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_329 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_330 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_331 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_332 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_333 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_334 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_336 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_337 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_338 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_339 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_340 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_341 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_342 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_343 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_344 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_345 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_346 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_347 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_348 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_349 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_350 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_351 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_352 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_353 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_354 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_355 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_356 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_357 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_358 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_359 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_360 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_361 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_362 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_363 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_364 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_365 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_366 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_369 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_367 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_368 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_370 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_371 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_372 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_373 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_375 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_376 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_377 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_378 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_379 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_380 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_381 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_382 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_383 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_384 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_385 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_386 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_387 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_388 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_389 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_390 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_393 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_394 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
body#categorylist_page_274 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_275 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_276 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_277 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_278 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_282 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_279 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_280 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_281 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_283 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_284 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_285 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_286 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_228 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_288 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_289 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_290 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_291 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_292 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_293 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_227 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_294 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_295 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_296 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_297 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_298 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_299 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_300 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_301 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_333 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_334 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_336 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_337 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_338 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_339 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_340 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_341 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_342 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_343 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_344 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_345 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_346 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_347 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_348 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_349 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_350 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_351 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_352 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_353 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_354 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_355 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_356 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_357 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_358 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_359 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_386 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_387 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_388 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_389 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#detail_page_21676 .box_tyuui02,
body#detail_page_21677 .box_tyuui02,
body#detail_page_21678 .box_tyuui02,
body#detail_page_21679 .box_tyuui02,
body#detail_page_21680 .box_tyuui02,
body#detail_page_21681 .box_tyuui02,
body#detail_page_21682 .box_tyuui02,
body#detail_page_21683 .box_tyuui02,
body#detail_page_21684 .box_tyuui02,
body#detail_page_21685 .box_tyuui02,
body#detail_page_21686 .box_tyuui02,
body#detail_page_21687 .box_tyuui02,
body#detail_page_21688 .box_tyuui02,
body#detail_page_21702 .box_tyuui02,
body#detail_page_21703 .box_tyuui02
{
    position: relative;
    margin: 3em 0;
    padding: 0.5em 1em;
    border: solid 3px #8f0303;
    display: none;
}
.priceb {
font-size: 18px;
font-weight: bold;
color: #ff0000;
}
.detail_page_body span.visitor_price {
    font-size: 15px;
    font-weight: bold;
    color: #000000;
}
.\32 02403salecabn {
   display: none;
}
.\32 02404salecabn {
    display: none;
}
.\32 02404salebn {
    display: none;
}
a.btn_202404 {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 400px;
    font-size: 18px;
	margin: auto;
	padding: 1rem 4rem 1rem 3rem;
	font-weight: bold;
	background: #029b00;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
}
a.btn_202404::before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
a.btn_202404:hover {
	background: #2ebb2c;
	color: #fff;
}
.sale202404 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
    display: none;
}
.saletext202404 {
    display: none;
}
a.btn_20240402 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 400px;
    font-size: 21px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #029b00;
	background: #029b00;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_20240402:hover {
	color: #fff;
	background: #2ebb2c;
}
.sale20240426 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
    display: none;
}
.\32 0240426salebn {
    display: none;
}
.saletext20240426 {
    display: none;
}
.\32 0240426salecabn {
    display: none;
}
.\32 02404salebntop {
    display: none;
}
body#shoppingcart_page_step2 ul {
    list-style-type: none;
}
.sale20240516 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
    display: none;
}
.sale20405pricesn {
    text-align: center;
}
.sale202405pricesn {
    display: none;
}
.sale202405priceg {
}
.saletext20240516 {
    display: none;
}
.\32 0240516bn {
    display: none;
}
.\32 0240516salebntop {
    display: none;
}
.\32 0240516salecabn {
    display: none;
}
.sale20240528 {
    text-align: center;
    display: none;
}
.sale20240528pricesn {
    display: none;
}
.sale20240528priceg {
}
.\32 0240528salebn {
    display: none;
}
.saletext20240528 {
    display: none;
}
.\32 0240528salebntop {
    display: none;
}
.\32 0240528salecabn {
    display: none;
}
.salebn2024father {
    display: none;
}
.sale20240613pricesn {
    text-align: center;
     display: none;
}
.sale20240613priceg {
}
.saletext20240613 {
    display: none;
}
.\32 0240613salecabn {
     display: none;
}
.sale20240613 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
     display: none;
}
.\32 0240613salebntop {
    display: none;
}
.saletext20240628 {
    display: none;
}
.\32 0240628salecabn {
    display: none;
}
.\32 0240628salebn {
    display: none;
}
.sale20240628pricesn {
    text-align: center;
    display: none;
}
.sale20240628priceg {
}
.sale20240628 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
    display: none;
}
.\32 0240628salebntop {
    display: none;
}
.sale20240712pricesn {
    text-align: center;
    display: none;
}
.sale20240712priceg {
    
}
.\32 0240712salebn {
     display: none;
}
.saletext20240712 {
    display: none;
}
.\32 0240712salecabn {
}
.sale20240712 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
     display: none;
}
.\32 0240712salebntop {
    display: none;
}
.\32 0240712salecabn {
    display: none;
}
.kanrenimg010 {
    width: 49%;
    float: left;
    padding: 1% 0;
    text-align: center;
}
.kanrenimg020 {
    width: 49%;
    float: left;
    padding: 1% 0;
    text-align: center;
}
.shohinleft02 {
    width: 48%;
    float: left;
    text-align: center;
    padding: 1% 0;
}
.shohinleft03 {
    width: 24%;
    float: left;
    text-align: center;
    padding: 1% 0;
}
.shohincenter03 {
    width: 24%;
    float: left;
    padding: 1% 0;
    text-align: center;
}
.shohinright02 {
    width: 48%;
    text-align: center;
    padding: 1% 0;
    float: left;
}
.shohinright03 {
    width: 24%;
    text-align: center;
    padding: 1% 0;
    float: left;
}
.shohinleftsale {
    width: 31%;
    float: left;
    text-align: center;
    /* padding: 1% 0; */
    /* margin-left: 1%; */
    border: 1px solid #ccc;
}
.shohincentersale {
    width: 31%;
    float: left;
    /* padding: 1% 0; */
    text-align: center;
    margin-left: 3%;
    border: 1px solid #ccc;
}
.shohinrightsale {
    width: 31%;
    text-align: center;
    /* padding: 1% 0; */
    float: left;
    border: 1px solid #ccc;
    margin-left: 3%;
}
.shohinleft_ts {
    width: 34%;
    float: left;
    text-align: center;
    padding: 1% 0;
    font-family: "Shippori Mincho", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2em;
}
.shohincenter_ts {
    width: 33%;
    float: left;
    padding: 1% 0;
    text-align: center;
    font-family: "Shippori Mincho", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2em;
}
.shohinright_ts {
    width: 33%;
    text-align: center;
    padding: 1% 0;
    float: left;
    font-family: "Shippori Mincho", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2em;
}
.lineup_btn {
        text-align: center;
        display: none;
}
.\32 0240803salebn {
    display: none;
}
.sale20240803pricesn {
    text-align: center;
    display: none;
}
.sale20240803priceg {
    
}
.\32 0240803salecabn {
    display: none;
}
.sale20240803 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
    display: none;
}
.saletext20240803 {
    display: none;
}
.box21{
    padding: 0.5em 1em;
    background: -moz-linear-gradient(#0a87b0, #0fb37b);
    background: -webkit-linear-gradient(#0a87b0, #0fb37b);
    background: linear-gradient(to right, #0a87b0, #0fb37b);
    color: #FFF;
}
.box21 p {
    margin: 0; 
    padding: 0;
}
.\32 0240803salebntop {
    display: none;
}
.box5-1 {
    background-color: #fffff3;
    padding: 5em 2em 2em;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    font-size: 14px;
}
.box5-1 .box-title {
	background-color: #01597c;/* #309318 */
    font-size: 1em;
    color: #fff;
    padding: 10px 0 10px 0;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
}
.box5-1 A {
    font-size: 14px;
}
hr.tensen {
    border-top: 2px dotted #aaa;
    margin-top: 24px;
    height: -1px;
}
.height01 {
    height: 80px;
}
.height02 {
    height: 60px;
}
.height003 {
    height: 70px;
}
.height003_u {
    height: 80px;
}
.height05 {
    height: 135px;
}
.height06 {
    height: 110px;
}
.height07 {
    height: 100px;
}
.height08_3g {
    height: 90px;
}
.height08_5g {
    height: 140px;
}
.height09 {
    height: 125px;
}
.box_toumei01 {
  background-color: #fff;
  opacity: 0.2;
}
.syuryou {
    position: absolute;
    top: 100px;
    color: #ff4a4abf;
    font-size: 16px;
    left: 300px;
}
.saizi_box {
    position: relative;
}
.sale202410 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
    display: none;
}
.saletext202410 {
    display: none;
}
.\32 02410salecabn {
    display: none;
}
.\32 02410salebntop {
    display: none;
}
.box20241028 {
    position: relative;
    border: 2px solid #e6e2e0;
    background-color: white;
    color: #666;
    margin-top: 60px;
}

.box-title20241028 {
    position: absolute;
    display: inline-block;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0rem 1rem;
    background-color: white;
    color: #F60;
}

.box-body20241028 {
    padding: 1rem;
    line-height: 200%;
}
.box202503 {
    position: relative;
    border: 2px solid #e6e2e0;
    background-color: white;
    color: #666;
    margin-top: 60px;
}

.box-title202503 {
    position: absolute;
    display: inline-block;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0rem 1rem;
    background-color: white;
    font-size: 16px;
    color: #ff0000;
}

.box-body202503 {
    padding: 1rem;
    line-height: 200%;
}
.box202501 {
    position: relative;
    border: 2px solid #e6e2e0;
    background-color: white;
    color: #666;
    margin-top: 60px;
}

.box-title202501 {
    position: absolute;
    display: inline-block;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0rem 1rem;
    background-color: white;
    color: #0000ff;
}

.box-body202501 {
    padding: 1rem;
    line-height: 200%;
}
.\32 02411salebn {
    display: none;
}
.sale202411 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
    display: none;
}
.saletext202411 {
    display: none;
}
.\32 02411salecabn {
    display: none;
}
.\32 02411salebntop {
    display: none;
}
.sale202411pricesn {
    text-align: center;
    display: none;
}
.sale202411priceg {
    
}
.shohin_tt {
    font-family: "Shippori Mincho", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.2em;
    padding: 8px;
    margin-top: 20px;
    color: #1e1b1b;
}
.shohin_setumei {
    background-color: #f5f5f5;
    font-family: "Shippori Mincho", serif;
    font-style: normal;
    font-weight: 400;
    padding: 15px;
    margin: 8px;
}
.shohin_setumei02 {
    background-color: #f5f5f5;
    font-family: "Shippori Mincho", serif;
    font-style: normal;
    font-weight: 400;
    padding: 15px;
    margin: 15px 8px 8px 8px;
}
.shohin_setumei02 A {
    color: #26790a;
}
.setumei_h1 {
    padding: 10px;
    font-size: 2.0em;
    line-height: 180%;
}
.setumei {
    padding: 17px;
    font-size: 1.2em;
    line-height: 180%;
}
.sozai {
    font-family: "Shippori Mincho", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 180%;
}
.\32 02412salebn {
    display: none;
}
.sale202412pricesn {
    text-align: center;
    display: none;
}
.sale202412priceg {
}
.\32 02412salecabn {
    display: none;
}
.sale202412 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
    display: none;
}
.saletext202412 {
    display: none;
}
.saletext202501 {
    display: none;
}
.\32 02412salebntop {
    display: none;
}
.sale202501pricesn {
    text-align: center;
    display: none;
}
.sale202501priceg {
}
.sale202501 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
    display: none;
}
div#counter_wrap {
    width: 750px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 150%;
    background-color: #cd0000;
    color: #fff;
    float: left;
    margin-left: 20px;
    padding: 10px 0;
}
.border-box {
  border: 1px solid #888888; /* 黒色の1pxの枠 */
  padding: 8px;
  display: inline-block; /* 必要に応じて調整 */
}
.\32 0250129salewaku {
    width: 750px;
    margin: 20px;
    float: left;
}
.\32 0250129salebntop {
    display: none;
}
.\32 02501salebn {
    display: none;
}
.\32 02501salecabn {
    display: none;
}
.sale202503 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
    display: none;
}
.saletext202503 {
    display: none;
}
.\32 02503salecabn {
    display: none;
}
.\32 02503salebn {
    display: none;
}
.sale20250412 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
    display: none;
}
.saletext20250412 {
    display: none;
}
.sale202504pricesn {
    text-align: center;
    display: none; 
}
.sale202504priceg {
}
.\32 0250412salecabn {
    display: none;
}
.\32 0250412salebn {
    display: none;
}
.sale20250502 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
    display: none;
}
.sale20250502pricesn {
    text-align: center;
    display: none;
}
.sale20250502priceg {
}
.saletext20250502 {
    display: none;
}
.\32 0250502salecabn {
    display: none;
}
.\32 0250502salebn {
    display: none;
}
.sale20250524 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
     display: none;
}
.saletext20250524 {
    display: none;
}
.\32 0250524salebn {
    display: none;
}
.\32 0250524salecabn {
    display: none;
}
.sale20250531 {
    text-align: center;
    display: none;
}
.saletext20250531 {
    display: none;
}
.\32 0250531salecabn {
    display: none;
}
.\32 0250531salebn {
    display: none;
}
.sale20250627 {
    text-align: center;
    display: none;
}
.saletext20250627 {
    display: none;
}
.\32 0250627salebn {
    display: none;
}
.\32 0250627salecabn {
    display: none;
}
.\32 0250704salecabn {
    display: none;
}
.\32 0250704salebn {
   display: none;
}
.saletext20250704 {
    display: none;
}
.sale20250704 {
    text-align: center;
    display: none;
}
.sale20250704priceg {
}
.sale20250704pricesn {
    text-align: center;
    display: none;
}
.\32 0250712salecabn {
    display: none;
}
.\32 0250712salebn {
    display: none;
}
.saletext20250712 {
    display: none;
}
.sale20250712 {
    text-align: center;
    display: none;
}
.sale20250712priceg {
}
.sale20250712pricesn {
    text-align: center;
    display: none;
    
}
.\32 025071202salecabn {
    display: none;
}
.\32 025071202salebn {
    display: none;
}
.sale2025071202priceg {
}
.sale2025071202pricesn {
    text-align: center;
    display: none;
}
.sale2025071202 {
    text-align: center;
    display: none;
}
.\32 0250802salecabn {
     display: none;
}
.\32 0250802salebn {
     display: none;
}
.saletext20250802 {
    display: none;
}
.sale20250802 {
    text-align: center;
    display: none;
}
.sale20250802priceg {
}
.sale20250802pricesn {
    text-align: center;
    display: none;
}
.sale202509 {
    text-align: center;
    display: none;
}
.\32 02509salebn {
    display: none;
}
.sale202509priceg {
}
.sale202509pricesn {
    text-align: center;
    display: none;
}
.saletext202509 {
    display: none;
}
.\32 02509salecabn {
    display: none;
}
.sale20250927 {
    text-align: center;
    display: none;
}
.sale20250927priceg {
}
.sale20250927pricesn {
    text-align: center;
    display: none;
}
.saletext20250927 {
    display: none;
}
.\32 0250927salecabn {
    display: none;
}
.\32 0250925salebn {
    display: none;
}
.\32 0250927salebn {
    display: none;
}
.sale20251010 {
    text-align: center;
    display: none;
}
.saletext20251010 {
    display: none;
}
.\32 0251010salecabn {
    display: none;
}
.\32 0251010salebn {
    display: none;
}
.sale20251017 {
    text-align: center;
    display: none;
}
.saletext20251017 {
    display: none;
}
.\32 0251017salecabn {
    display: none;
}
.\32 0251017salebn {
    display: none;
}
.sale20251024 {
    text-align: center;
    display: none;
}
.saletext20251024 {
    display: none;
}
.sale20251024priceg {
}
.sale20251024pricesn {
    text-align: center;
    display: none;
}
.\32 0251024salecabn {
    display: none;
}
.\32 0251024salebn {
    display: none;
}
.\32 02512salebn {
    display: none;
}
.sale202512pricesn {
    text-align: center;
    display: none;
}
.sale202512priceg {
}
.\32 02512salecabn {
    display: none;
}
.sale202512 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
    display: none;
}
.saletext202512 {
    display: none;
}
.saletexttop202512 {
    display: none;
}
.box251225 {
    border: 1px solid #ff0000;
    color: #ff0000;
    padding: 0.5em;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}
.shohinimgtest {
    position: relative;
}
.shohinimgtest img.u180 {
  position: absolute;
}
.shohinimg {
    position: relative;
}
.shohinimg img.u {
  position: absolute;
}
.shohin_setumei_od02 {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.sale202601 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
    display: none;
}
.saletext202601 {
    display: none;
}
.sale20260123priceg {
}
.sale20260123pricesn {
    text-align: center;
    display: none;
}
.\32 02601salebn {
    display: none;
}
.\32 02601salecabn {
    display: none;
}
.button-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:0 auto;
    padding: .9em 2em;
    border: 1px solid #284200;
    border-radius: 5px;
    background-color: #fff;
    color: #284200;
    font-size: 1.2em;
}

.button-1::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #284200;
    border-right: 2px solid #284200;
    content: '';
}
.button-1 A {
    font-size: 1.1em;
    color: #284200;
}
.sale20260130 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
    display: none;
}
.sale20260130priceg {
}
.sale20260130pricesn {
    text-align: center;
    display: none;
}
.saletext20260130 {
    display: none;
}
.\32 0260130salecabn {
    display: none;
}
.\32 0260130salebn {
    display: none;
}
.sale20260213 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
    display: none;
}
.saletext20260213 {
    display: none;
}
.\32 0260213salecabn {
    display: none;
}
.\32 0260213salebn {
    display: none;
}
.mt30 {
    margin-top: 30px;
    float: left;
}
.table179_c {
    width: 94%;
    margin: 0 3%;
    float: left;
    background-color: #fffff0;
    padding: 15px;
    /* float: left; */
}
.img_center{ text-align:center; }
.img_center img{ max-width:100%; height:auto; display:inline-block; }
.sale20260327 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
    display: none;
}
.\32 0260327salebn {
    display: none;
}
.\32 0260327salecabn {
    display: none;
}
.sale20260403 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
    display: none;
}
.\32 0260403salecabn {
    display: none;
}
.\32 0260403salebn {
    display: none;
}
.sale20260417 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
    display: none;
}
.\32 0260417salecabn {
    display: none;
}
.\32 0260417salebn {
    display: none;
}
.sale20260515 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
    display: none;
}
.sale20260515priceg {
}
.sale20260515pricesn {
    text-align: center;
    display: none;
}
.saletext20260515 {
    display: none;
}
.\32 0260515salecabn {
    display: none;
}
.\32 0260515salebn {
    display: none;
}
.box20260529 {
    position: relative;
    border: 2px solid #e6e2e0;
    background-color: white;
    color: #666;
    margin-top: 60px;
    margin-bottom: 30px;
}

.box-title20260529 {
    position: absolute;
    display: inline-block;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0rem 0em;
    background-color: white;
    color: #F60;
}
.box-body20260529 {
    padding: 1rem;
    line-height: 200%;
}
.top-title-box2026 {
    margin: 0 0 20px 0;
    background-color: #ffffff;
    border: 2px solid #002a77;
    letter-spacing: .3px;
    /* font-size: 11px; */
}
.top-title-box2026-title {
    color: #fff;
    font-weight: bold;
    background-color: #002a77;
    padding: 9px 6px;
    text-align: center;
    font-size: 16px;
}

.top-title-box2026 p {
    margin: 0;
    padding: 10px;
}
 /* ここからリニューアル未記入 */
.sale20260626 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
    display: none;
}
.sale20260626priceg {
}
.sale20260626pricesn {
    text-align: center;
    display: none;
}
.\32 0260626salecabn {
    display: none;
}
.\32 0260626salebn {
    display: none;
}
.saletext20260626 {
    display: none;
}

ol.breadcrumb_list {
    display: none;
}
.detail_page_body .shohinpankuzu03 {
        position: absolute;
    top: 166px;
    left: 50%;
margin-left: -150px;
display: block;
}
@media screen and (max-width: 450px){
.cph2 {
    text-align: center;
}
.cph3 {
    display: none;
}
.cph4 {
    display: none;
}
.cph6 {
    display: none;
}
.koteipankuzu {
    display: none;
}
.detail_page_body main#main_container {
    padding-top: 0;
}
 .detail_page_body .shohinpankuzu03 {
        display: none;
    }
 .detail_page_body .hedfacebook {
        position: absolute;
        right: 60px;
        top: 21px;
        z-index: 100;
    }
.detail_page_body .hedfinstagram {
        position: absolute;
        right: 105px;
        top: 21px;
        z-index: 100;
    }
}
/* ==========================================================
   【1】パソコン用（画面幅 1025px 以上）
   ========================================================== */
@media screen and (min-width: 1025px) {
    .detail_page_body .shohinpankuzu {
        position: absolute !important;
        top: 160px; 
        left: calc(50% + -322px) !important; /* PCで成功した位置をキープ */
        width: auto;
        display: block;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-size: 13px;
        line-height: 1.5;
        text-align: left;
        word-break: break-all;
        z-index: 100;
    }
    /* PC用の余白 */
    .detail_page_body main#main_container {
        padding-top: 60px;
    }
    .hedfinstagram,
    .hedfacebook,
    .left_menu_opener_box {
        display: none !important;
    }
    /* パンくずが2行のときだけ、外側のマージンを25px空けて下に下げる */
    .detail_page_body:has(.shohinpankuzu br) main#main_container {
        padding-top: 60px; /* 通常時と同じに戻す（背景色が出ないように） */
        margin-top: 25px !important;  /* 外側の余白を広げて、要素ごと下に落とす */
    }
    /* パンくずが3行のとき（brが「2つ以上」あるとき） */
.detail_page_body:has(.shohinpankuzu br ~ br) main#main_container {
    padding-top: 60px;
    margin-top: 45px !important; /* 3行用の調整値 */
}
    #footerSNSMenu {
    background: #004D25 !important;
    padding: 10px 0;
    display: none;
}
}

/* ==========================================================
   【2】iPad Pro 用（画面幅 821px 〜 1024px の間）
   ========================================================== */
@media screen and (max-width: 1024px) and (min-width: 821px) {
    .detail_page_body .shohinpankuzu {
        position: absolute !important;
        /* iPad Pro画面での商品名の真上の高さ（ずれる場合は調整してください） */
        top: 160px; 
        
        /* ★iPad Proでの左右位置
           PC版より全体の幅が狭くなるため、中央（50%）からのマイナス数値を
           「-322px」から少し縮めて調整してください（例: -280px など） */
        left: calc(50% + -240px) !important; 
        
        width: auto;
        max-width: 720px; 
        display: block;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-size: 13px;
        line-height: 1.5;
        text-align: left;
        word-break: break-all;
        z-index: 100;
    }
    /* iPad Pro用の余白（PCと同じで良ければこのままでOKです） */
    .detail_page_body main#main_container {
        padding-top: 60px;
    }
    /* パンくずが2行のときだけ、外側のマージンを25px空けて下に下げる */
    .detail_page_body:has(.shohinpankuzu br) main#main_container {
        padding-top: 60px; /* 通常時と同じに戻す（背景色が出ないように） */
        margin-top: 20px !important;  /* 外側の余白を広げて、要素ごと下に落とす */
    }
        /* パンくずが3行のとき（brが「2つ以上」あるとき） */
.detail_page_body:has(.shohinpankuzu br ~ br) main#main_container {
    padding-top: 60px;
    margin-top: 45px !important; /* 3行用の調整値 */
}
/* long-breadcrumb が存在する場合、その中の、あるいは同階層の main を狙う */
.long-breadcrumb ~ #main_container,
.long-breadcrumb + #main_container,
body:has(.long-breadcrumb) #main_container {
    padding-top: 120px !important; /* 目立つように大きな数値で試してください */
}
.long-breadcrumc ~ #main_container,
.long-breadcrumc + #main_container,
body:has(.long-breadcrumc) #main_container {
    padding-top: 120px !important; /* 目立つように大きな数値で試してください */
}
    #footer2 {
    display: none;
}
    .hedfinstagram,
    .hedfacebook,
    .left_menu_opener_box {
        display: none !important;
    }
}

/* ==========================================================
   【3】iPad Air 用（画面幅 769px 〜 820px の間：左メニューが消える）
   ========================================================== */
@media screen and (max-width: 820px) and (min-width: 769px) {
    .detail_page_body .shohinpankuzu {
        position: absolute !important;
        /* iPad Air画面での商品名の真上の高さ */
        top: 140px; 
        
        /* ★左メニューが消えてコンテンツが左に広がるため、
           中央（50%）から「プラス方向」に切り替えて調整します。
           商品名の左端と綺麗に揃うように数値を増減してください（例: +20px や +50px など） */
        left: calc(50% + 0) !important; 
        
        width: auto;
        max-width: 800px; 
        display: block;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-size: 13px;
        line-height: 1.5;
        text-align: left;
        word-break: break-all;
        z-index: 100;
    }
    /* ★【ここを追加！】空きすぎていたメインコンテナの上の余白を縮めます。
       お好みの詰まり具合に合わせて、10px〜30pxの間で微調整してください */
    .detail_page_body main#main_container {
        padding-top: 40px !important;
    }
    /* パンくずが2行のときだけ、外側のマージンを25px空けて下に下げる */
    .detail_page_body:has(.shohinpankuzu br) main#main_container {
        padding-top: 60px; /* 通常時と同じに戻す（背景色が出ないように） */
        margin-top: 25px !important;  /* 外側の余白を広げて、要素ごと下に落とす */
    }
            /* パンくずが3行のとき（brが「2つ以上」あるとき） */
.detail_page_body:has(.shohinpankuzu br ~ br) main#main_container {
    padding-top: 60px;
    margin-top: 45px !important; /* 3行用の調整値 */
}
/* long-breadcrumb が存在する場合、その中の、あるいは同階層の main を狙う */
.long-breadcrumb ~ #main_container,
.long-breadcrumb + #main_container,
body:has(.long-breadcrumb) #main_container {
    padding-top: 80px !important; /* 目立つように大きな数値で試してください */
}
.long-breadcrumc ~ #main_container,
.long-breadcrumc + #main_container,
body:has(.long-breadcrumc) #main_container {
    padding-top: 80px !important; /* 目立つように大きな数値で試してください */
}
    
    #footer2 {
    display: none;
}
    .column {
    width: 96%;
    margin: 0 auto;
}
    .hedtell {
        position: absolute;
        top: 86px;
        right: 5%; /* 3%から少し調整 */
        width: 40%; /* 画面が広いので幅を少し縮小 */
        display: none;
    }
    .hedtop {
        width: 100%;
        margin: 0 auto;
        position: absolute;
    }
    /* 画面が広いので、アイコンが右に寄りすぎないよう数値を微調整（必要に応じて変更してください） */
    .hedfinstagram {
        position: absolute;
        right: 140px; 
        top: 25px;
        z-index: 100;
    }
    .hedfinstagram img {
    width: 80%;
}
    .hedfinstagram00 {
        position: absolute;
        right: 140px; 
        top: 25px;
        z-index: 100;
    }
    .hedfinstagram00 img {
    width: 80%;
}
    .hedfacebook {
        position: absolute;
        right: 85px;
        top: 25px;
        z-index: 100;
    }
    .hedfacebook img {
    width: 80%;
}
     .hedfacebook00 {
        position: absolute;
        right: 85px;
        top: 25px;
        z-index: 100;
    }
    .hedfacebook00 img {
    width: 80%;
}
    .left_menu_opener_box {
        min-width: 60px;
        position: absolute;
        right: 0;
        top: 10px;
    }
    .inner_header_nav .header_nav_item .fa {
    font-size: 30px;
    display: block;
}
}

/* ==========================================================
【4】iPad（通常・縦向き）用（画面幅 561px 〜 768px の間）
   ========================================================== */
@media screen and (max-width: 768px) and (min-width: 561px) {
    .detail_page_body .shohinpankuzu {
        position: absolute !important;
        /* スマホ画面で商品名（page_title）が写真の下に来るための高さ */
        top: 130px; 
        
        /* スマホは完全な1カラムなので、画面の左端から15pxの位置に固定します */
        left: 15px !important; 
        
        width: calc(100% - 30px);
        max-width: 100%; 
        display: block;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-size: 12px; /* スマホは見やすいように少し小さく */
        line-height: 1.4;
        text-align: left;
        word-break: break-all;
        z-index: 100;
    }
    /* スマホ用の余白リセット */
    .detail_page_body main#main_container {
        padding-top: 40px !important;
    }
    /* パンくずが2行のときだけ、外側のマージンを25px空けて下に下げる */
    .detail_page_body:has(.shohinpankuzu br) main#main_container {
        padding-top: 60px; /* 通常時と同じに戻す（背景色が出ないように） */
        margin-top: 25px !important;  /* 外側の余白を広げて、要素ごと下に落とす */
    }
            /* パンくずが3行のとき（brが「2つ以上」あるとき） */
.detail_page_body:has(.shohinpankuzu br ~ br) main#main_container {
    padding-top: 60px;
    margin-top: 45px !important; /* 3行用の調整値 */
}
/* long-breadcrumb が存在する場合、その中の、あるいは同階層の main を狙う */
.long-breadcrumb ~ #main_container,
.long-breadcrumb + #main_container,
body:has(.long-breadcrumb) #main_container {
    padding-top: 70px !important; /* 目立つように大きな数値で試してください */
}
.long-breadcrumc ~ #main_container,
.long-breadcrumc + #main_container,
body:has(.long-breadcrumc) #main_container {
    padding-top: 70px !important; /* 目立つように大きな数値で試してください */
}
    #footer2 {
    display: none;
}
    .column {
    width: 96%;
    margin: 0 auto;
}
    .hedtell {
        position: absolute;
        top: 86px;
        right: 5%; /* 3%から少し調整 */
        width: 40%; /* 画面が広いので幅を少し縮小 */
        display: none;
    }
    .hedtop {
        width: 100%;
        margin: 0 auto;
        position: absolute;
    }
    /* 画面が広いので、アイコンが右に寄りすぎないよう数値を微調整（必要に応じて変更してください） */
    .hedfinstagram {
        position: absolute;
        right: 140px; 
        top: 25px;
        z-index: 100;
    }
    .hedfinstagram img {
    width: 80%;
}
     .hedfinstagram00 {
        position: absolute;
        right: 140px; 
        top: 25px;
        z-index: 100;
    }
    .hedfinstagram00 img {
    width: 80%;
}
    .hedfacebook {
        position: absolute;
        right: 85px;
        top: 25px;
        z-index: 100;
    }
    .hedfacebook img {
    width: 80%;
}
     .hedfacebook00 {
        position: absolute;
        right: 85px;
        top: 25px;
        z-index: 100;
    }
    .hedfacebook00 img {
    width: 80%;
}
    .left_menu_opener_box {
        min-width: 60px;
        position: absolute;
        right: 0;
        top: 10px;
    }
    .inner_header_nav .header_nav_item .fa {
    font-size: 30px;
    display: block;
}
}
/* ==========================================================
   【5】スマートフォン専用（画面幅 560px 以下：完全な縦一列）
   ========================================================== */
@media screen and (max-width: 560px) {
    .detail_page_body .shohinpankuzu {
        position: absolute !important;
        /* スマホの画面で商品名（page_title）の真上に来る高さ */
        top: 80px; 
        
        /* スマホの画面左端からの距離 */
        left: 15px !important; 
        
        width: calc(100% - 30px);
        max-width: 100%; 
        display: block;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-size: 12px; /* スマホで見やすいように文字を少し小さく */
        line-height: 1.4;
        text-align: left;
        word-break: break-all;
        z-index: 100;
    }
    .detail_page_body main#main_container {
        padding-top: 50px !important;
    }
    /* パンくずが2行のときだけ、外側のマージンを25px空けて下に下げる */
    .detail_page_body:has(.shohinpankuzu br) main#main_container {
        padding-top: 60px; /* 通常時と同じに戻す（背景色が出ないように） */
        margin-top: 45px !important;  /* 外側の余白を広げて、要素ごと下に落とす */
    }
            /* パンくずが3行のとき（brが「2つ以上」あるとき） */
.detail_page_body:has(.shohinpankuzu br ~ br) main#main_container {
    padding-top: 60px;
    margin-top: 85px !important; /* 3行用の調整値 */
}
/* long-breadcrumb が存在する場合、その中の、あるいは同階層の main を狙う */
.long-breadcrumb ~ #main_container,
.long-breadcrumb + #main_container,
body:has(.long-breadcrumb) #main_container {
    padding-top: 80px !important; /* 目立つように大きな数値で試してください */
}
.long-breadcrumc ~ #main_container,
.long-breadcrumc + #main_container,
body:has(.long-breadcrumc) #main_container {
    padding-top: 100px !important; /* 目立つように大きな数値で試してください */
}
}
#footerSNSMenu {
    background: #004D25 !important;
    padding: 10px 0; /* 元の空の行(&nbsp;)の代わりに上下余白を確保 */
}

/* テーブル全体の代わり */
#footerSNSMenu .footerContainer {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background: #004D25 !important;
}

/* 行(tr)の代わり：2列のグリッド配置 */
#footerSNSMenu .footerRow {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 50% 50% の2列 */
}

/* セル(td)の代わり */
#footerSNSMenu .footerCell {
    background: #004D25 !important;
    color: #FFFFFF !important;
    text-align: center;
    padding: 10px 8px;
    word-break: break-word;
    
    /* 縦方向の中央揃え */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* リンク自体の文字色（必要に応じて） */
#footerSNSMenu .footerTable__link {
    color: #FFFFFF !important;
    text-decoration: none;
}
/* ==========================================================================
   共通設定（すべての画面共通 / 【5】スマホ 560px 以下のベースを含む）
   ========================================================================== */
/* 1. 画像全体のレスポンシブ化設定（バナー類のはみ出し防止） */
.h1text img,
.20240528salecabn img,
.saletext20240528 img,
.bn_link img {
    max-width: 100% !important;
    height: auto !important;
}

/* 2. 商品ブロック（共通化とリセット） */
.ca_left, .ca_center {
    display: inline-block !important;
    float: none !important;
    vertical-align: top;
    box-sizing: border-box;
    margin: 10px 1% !important;
    text-align: center !important;
}

/* 3. 各説明文（.cph1）の調整 */
.cph1 {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 8px;
    text-align: left;
    padding: 0 5px;
}
.cph2 {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 8px;
    text-align: center;
    padding: 0 5px;
}

/* ==========================================================================
   【5】スマートフォン用（画面幅 560px 以下）
   ========================================================================== */
@media screen and (max-width: 560px) {
/* 親要素をフレックスボックスにして2列で並べる */
    .product_container {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important; /* 左右に綺麗に配置 */
        gap: 10px !important; /* 上下の隙間やアイテム間の隙間 */
    }

    .ca_left, .ca_center {
        display: block !important;
        float: none !important;
        vertical-align: top;
        /* 2列にするための幅計算（2等分から隙間分を引き算） */
        width: calc(50% - 6px) !important; 
        height: auto !important;
        margin: 0 0 15px 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }
    
    /* 2. 画像の下の謎の数ピクセルの隙間をカット */
    .ca_left img, .ca_center img {
        margin: 0 !important;
        vertical-align: bottom !important;
    }

    /* 3. 非表示にしているSALEタグの余白・高さを完全にゼロにする */
    .sale20240528, .sale202312, .sale202404, .sale20240426, .sale202403 {
        display: none !important;
        margin: 0 !important;
        padding: 0 !important;
        height: 0 !important;
        line-height: 0 !important;
    }

    /* 4. 説明文の調整（スマホの小さな画面に合わせたコンパクトな設定） */
    .cph1, .cph2 {
        height: auto !important; 
        font-size: 11px !important;        /* スマホ画面で見やすいサイズ */
        line-height: 1.3 !important;
        margin-top: 3px !important;    /* ★写真から文字までの隙間を3pxに調整 */
        margin-bottom: 0px !important;
        padding: 0 !important;
    }
    h2.only-new-site {
    font-size: 16px;
    font-family: "Yu Gothic", "Yu Gothic Medium", メイリオ, "MS ゴシック", "游ゴシック Medium", sans-serif;
    padding: 12px;
    margin-bottom: 20px;
    margin-top: 30px;
    border-left: 5px solid rgb(59 123 246);
    background: rgb(237 249 255);
    color: #0000ff;
}
h2.only-new-sites {
    padding: 12px;
    margin-bottom: 20px;
    margin-top: 30px;
    border-left: 5px solid #000;
    background: #fffbda;
    font-size: 16px;
    font-family: 'Yu Gothic', 'Yu Gothic Medium', 'メイリオ', 'MS ゴシック', '游ゴシック Medium', sans-serif;
}
h2.only-new-sitess {
        font-size: 16px;
        font-family: "Yu Gothic", "Yu Gothic Medium", メイリオ, "MS ゴシック", "游ゴシック Medium", sans-serif;
        padding: 12px;
        margin-bottom: 20px;
        margin-top: 30px;
        border-left: 5px solid rgb(23 60 0);
        background: rgb(245 255 247);
        color: #032000;
    }
}

/* ==========================================================================
   【4】iPad（通常・縦向き）用（画面幅 561px 〜 768px の間）
   ========================================================================== */
@media screen and (min-width: 561px) and (max-width: 768px) {
    /* 1. インラインブロック化して上揃えにし、文字数の違いによるガタつきを完全防止 */
    .product_container {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
        gap: 15px !important; /* 要素間の余白（必要に応じて調整してください） */
    }

    .ca_left, .ca_center {
        display: block !important;
        float: none !important;
        vertical-align: top;
        /* 3列にするための幅計算（3等分から隙間分を引き算） */
        width: calc(33.333% - 10px) !important; 
        height: auto !important;
        margin: 0 0 20px 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }
    
    /* 2. 画像の下の謎の数ピクセルの隙間をカット */
    .ca_left img, .ca_center img {
        margin: 0 !important;
        vertical-align: bottom !important;
    }

    /* 3. 非表示にしているSALEタグの余白・高さを完全にゼロにする */
    .sale20240528, .sale202312, .sale202404, .sale20240426, .sale202403 {
        display: none !important;
        margin: 0 !important;
        padding: 0 !important;
        height: 0 !important;
        line-height: 0 !important;
    }

    /* 4. 説明文の調整（画面が少し狭くなるため、よりコンパクトで綺麗な設定に） */
    .cph1, .cph2 {
        height: auto !important; 
        font-size: 11px !important;        /* 文字がはみ出さないようコンパクトに */
        line-height: 1.3 !important;
        margin-top: 4px !important;    /* ★写真から文字までの隙間を4pxに微調整 */
        margin-bottom: 0px !important;
        padding: 0 !important;
    }
    h2.only-new-site {
    font-size: 18px;
    font-family: "Yu Gothic", "Yu Gothic Medium", メイリオ, "MS ゴシック", "游ゴシック Medium", sans-serif;
    padding: 12px;
    margin-bottom: 20px;
    margin-top: 30px;
    border-left: 5px solid rgb(59 123 246);
    background: rgb(237 249 255);
    color: #0000ff;
}
h2.only-new-sites {
    padding: 12px;
    margin-bottom: 20px;
    margin-top: 30px;
    border-left: 5px solid #000;
    background: #fffbda;
    font-size: 18px;
    font-family: 'Yu Gothic', 'Yu Gothic Medium', 'メイリオ', 'MS ゴシック', '游ゴシック Medium', sans-serif;
}
h2.only-new-sitess {
        font-size: 18px;
        font-family: "Yu Gothic", "Yu Gothic Medium", メイリオ, "MS ゴシック", "游ゴシック Medium", sans-serif;
        padding: 12px;
        margin-bottom: 20px;
        margin-top: 30px;
        border-left: 5px solid rgb(23 60 0);
        background: rgb(245 255 247);
        color: #032000;
    }
}

/* ==========================================================================
   【3】iPad Air 用（画面幅 769px 〜 820px の間：左メニューが消える）
   ========================================================================== */
@media screen and (min-width: 769px) and (max-width: 820px) {
/* 親要素をFlexboxにして4列きれいに並べる */
    .product_container {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
        gap: 15px !important; /* 項目間の隙間 */
    }

    .ca_left, .ca_center {
        display: block !important;
        float: none !important;
        vertical-align: top;
        /* 4列にするための幅計算（4等分から隙間分を引く） */
        width: calc(25% - 12px) !important; 
        height: auto !important;
        margin: 0 0 20px 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }
    
    /* 2. 画像の下の謎の数ピクセルの隙間をカット */
    .ca_left img, .ca_center img {
        margin: 0 !important;
        vertical-align: bottom !important;
    }

    /* 3. 非表示にしているSALEタグの余白・高さを完全にゼロにする */
    .sale20240528, .sale202312, .sale202404, .sale20240426, .sale202403 {
        display: none !important;
        margin: 0 !important;
        padding: 0 !important;
        height: 0 !important;
        line-height: 0 !important;
    }

    /* 4. 説明文の調整（写真とのスキマを他と揃えて綺麗に設定） */
    .cph1, .cph2 {
        height: auto !important; 
        font-size: 11px !important;        /* タブレットで見やすいコンパクトなサイズ */
        line-height: 1.4 !important;
        margin-top: 5px !important;    /* ★写真から文字までの隙間を5pxに調整 */
        margin-bottom: 0px !important;
        padding: 0 !important;
    }
    h2.only-new-site {
    font-size: 21px;
    font-family: "Yu Gothic", "Yu Gothic Medium", メイリオ, "MS ゴシック", "游ゴシック Medium", sans-serif;
    padding: 12px;
    margin-bottom: 20px;
    margin-top: 30px;
    border-left: 5px solid rgb(59 123 246);
    background: rgb(237 249 255);
    color: #0000ff;
}
h2.only-new-sites {
    padding: 12px;
    margin-bottom: 20px;
    margin-top: 30px;
    border-left: 5px solid #000;
    background: #fffbda;
    font-size: 21px;
    font-family: 'Yu Gothic', 'Yu Gothic Medium', 'メイリオ', 'MS ゴシック', '游ゴシック Medium', sans-serif;
}
h2.only-new-sitess {
        font-size: 21px;
        font-family: "Yu Gothic", "Yu Gothic Medium", メイリオ, "MS ゴシック", "游ゴシック Medium", sans-serif;
        padding: 12px;
        margin-bottom: 20px;
        margin-top: 30px;
        border-left: 5px solid rgb(23 60 0);
        background: rgb(245 255 247);
        color: #032000;
    }
}

/* ==========================================================================
   【2】iPad Pro 用（画面幅 821px 〜 1024px の間）
   ========================================================================== */
@media screen and (min-width: 821px) and (max-width: 1024px) {
    /* 親要素（もしあれば）をflexコンテナにするか、既存のコンテナに適用 */
    .product_container {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
        gap: 20px !important; /* 要素間の隙間を綺麗に保つ */
    }

    .ca_left, .ca_center {
        display: block !important;
        float: none !important;
        vertical-align: top;
        /* 3列にするための幅計算（隙間分をマイナス） */
        width: calc(33.333% - 14px) !important; 
        height: auto !important;
        margin: 0 0 22px 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }
    
    /* 2. 画像の下の隙間をカット */
    .ca_left img, .ca_center img {
        margin: 0 !important;
        vertical-align: bottom !important;
    }

    /* 3. 非表示のSALEタグ処理 */
    .sale20240528, .sale202312, .sale202404, .sale20240426, .sale202403 {
        display: none !important;
        margin: 0 !important;
        padding: 0 !important;
        height: 0 !important;
    }

    /* 4. 説明文の調整（写真とのスキマを気持ち広めに調整） */
    .cph1, .cph2 {
        height: auto !important; 
        font-size: 12px !important;
        line-height: 1.4 !important;
        margin-top: 5px !important;    /* ★写真から文字までの隙間を 2px ➔ 5px に少し広げました */
        margin-bottom: 0px !important;
        padding: 0 !important;
    }
    h2.only-new-site {
    font-size: 21px;
    font-family: "Yu Gothic", "Yu Gothic Medium", メイリオ, "MS ゴシック", "游ゴシック Medium", sans-serif;
    padding: 12px;
    margin-bottom: 20px;
    margin-top: 30px;
    border-left: 5px solid rgb(59 123 246);
    background: rgb(237 249 255);
    color: #0000ff;
}
h2.only-new-sites {
    padding: 12px;
    margin-bottom: 20px;
    margin-top: 30px;
    border-left: 5px solid #000;
    background: #fffbda;
    font-size: 21px;
    font-family: 'Yu Gothic', 'Yu Gothic Medium', 'メイリオ', 'MS ゴシック', '游ゴシック Medium', sans-serif;
}
h2.only-new-sitess {
        font-size: 21px;
        font-family: "Yu Gothic", "Yu Gothic Medium", メイリオ, "MS ゴシック", "游ゴシック Medium", sans-serif;
        padding: 12px;
        margin-bottom: 20px;
        margin-top: 30px;
        border-left: 5px solid rgb(23 60 0);
        background: rgb(245 255 247);
        color: #032000;
    }
}

/* ==========================================================================
   【1】パソコン用（画面幅 1025px 以上）
   ========================================================================== */
@media screen and (min-width: 1025px) {
    .product_container {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
        gap: 20px !important; /* アイテム間の隙間 */
    }

    .ca_left, .ca_center {
        display: block !important;
        float: none !important;
        vertical-align: top;
        /* 5列にするための幅計算（5等分から隙間分を引き算） */
        width: calc(20% - 16px) !important; 
        height: auto !important;
        margin: 0 0 20px 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }
    
    /* 2. 画像の下の謎の数ピクセルの隙間をカット */
    .ca_left img, .ca_center img {
        margin: 0 !important;
        vertical-align: bottom !important;
    }

    /* 3. 非表示にしているSALEタグの余白・高さを完全にゼロにする */
    .sale20240528, .sale202312, .sale202404, .sale20240426, .sale202403 {
        display: none !important;
        margin: 0 !important;
        padding: 0 !important;
        height: 0 !important;
        line-height: 0 !important;
    }

    /* 4. 説明文の調整（写真とのスキマを気持ちよく調整） */
    .cph1, .cph2 {
        height: auto !important; 
        font-size: 12px !important;        /* パソコンで見やすい標準サイズ */
        line-height: 1.4 !important;
        margin-top: 6px !important;    /* ★写真から文字までの隙間を調整 */
        margin-bottom: 0px !important;
        padding: 0 !important;
    }
    h2.only-new-site {
    font-size: 21px;
    font-family: "Yu Gothic", "Yu Gothic Medium", メイリオ, "MS ゴシック", "游ゴシック Medium", sans-serif;
    padding: 12px;
    margin-bottom: 20px;
    margin-top: 30px;
    border-left: 5px solid rgb(59 123 246);
    background: rgb(237 249 255);
    color: #0000ff;
}
h2.only-new-sites {
    padding: 12px;
    margin-bottom: 20px;
    margin-top: 30px;
    border-left: 5px solid #000;
    background: #fffbda;
    font-size: 21px;
    font-family: 'Yu Gothic', 'Yu Gothic Medium', 'メイリオ', 'MS ゴシック', '游ゴシック Medium', sans-serif;
}
h2.only-new-sitess {
        font-size: 21px;
        font-family: "Yu Gothic", "Yu Gothic Medium", メイリオ, "MS ゴシック", "游ゴシック Medium", sans-serif;
        padding: 12px;
        margin-bottom: 20px;
        margin-top: 30px;
        border-left: 5px solid rgb(23 60 0);
        background: rgb(245 255 247);
        color: #032000;
    }
}
/* ==========================================================================
   フリーページ一括レスポンシブ化CSS（以前のスタイルを無効化する修正版）
   ========================================================================== */

/* --------------------------------------------------------------------------
   【1】パソコン用（画面幅 1025px 以上）
   -------------------------------------------------------------------------- */
@media screen and (min-width: 1025px) {
    .shohin_setumei_od {
        font-size: 16px;
    }
    /* 商品を3カラム（横3個）で綺麗に並べる ＆ 過去のpadding等をリセット */
    .shohinleft, .shohincenter, .shohinright {
        float: left !important;
        width: 31.3% !important;     /* 過去の 33% を上書き */
        padding: 0 !important;       /* 過去の padding: 1% を完全に無効化 */
        margin-right: 3% !important;
        margin-bottom: 10px !important;
        box-sizing: border-box !important;
    }
    .shohinright {
        margin-right: 0 !important;  /* 右端の余白をゼロに */
    }
    .shohinleft {
        clear: left !important;      /* 3個ごとに綺麗に改行 */
    }
    .shohinimg img {
        max-width: 100%;
        height: auto;
    }
    .shhintext { text-align: center; margin-top: 10px; }
    /* 後続要素の浮き出し（回り込み）解除 */
    .sozai02, #lineup, .lineup_btn { clear: both !important; }
    /* ① 全体コンテナ：3列の隙間ルール（縦10px・横3%）に完全に合わせる */
    .html5-pc-5ren {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
        
        /* 縦の隙間を10px、横の隙間を3%に完全同期 */
        gap: 25px 3% !important; 
        
        width: 100% !important;
        max-width: 1200px !important;
        margin: 0 auto !important;
        box-sizing: border-box !important;
    }

    /* ② 商品ボックスの設定 */
    .html5-pc-5ren .shohinleft03,
    .html5-pc-5ren .shohincenter03,
    .html5-pc-5ren .shohinright03 {
        display: block !important;
        float: none !important;
        
        /* 5列＋横隙間3%の計算：幅17.6% × 5個 ＋ 隙間3% × 4個 ＝ 100% */
        width: 17.6% !important; 
        
        height: auto !important;
        margin: 0 !important;   
        padding: 0 !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }

    /* ③ 売り切れ段落用の透明化 */
    .html5-pc-5ren div[style*="width: 100%"],
    .html5-pc-5ren .soldout-block {
        display: contents !important;
    }

    /* ④ 売り切れエリアの強制改行設定（縦の隙間10pxを維持） */
    .html5-pc-5ren div[style*="width: 100%"] > div:first-child,
    .html5-pc-5ren .soldout-block > div:first-child {
        margin-left: 0 !important;
    }
    .html5-pc-5ren div[style*="width: 100%"] > div:first-child::before,
    .html5-pc-5ren .soldout-block > div:first-child::before {
        content: "" !important;
        display: block !important;
        flex-basis: 100% !important;
        height: 0 !important;
    }

    /* ⑤ 画像エリアの設定：高さを自動化し、下部マージンはゼロにする（テキスト側で制御） */
    .html5-pc-5ren .shohinimgtest {
        display: block !important;
        position: relative !important;
        width: 100% !important;
        max-width: 180px !important;   
        height: auto !important;       
        min-height: 0 !important;     
        margin: 0 auto 0 auto !important; /* 下部マージンをリセット */
        padding: 0 !important;
    }

    /* ⑥ リンクタグ */
    .html5-pc-5ren .shohinimgtest a {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* ⑦ メイン画像の伸縮 */
    .html5-pc-5ren .shohinimgtest a img {
        width: 100% !important;
        max-width: 180px !important;
        height: auto !important; 
        display: block !important;
        margin: 0 !important;
    }

    /* ⑧ 重ねる売り切れ画像の維持 */
    .html5-pc-5ren .shohinimgtest img[style*="position: absolute"],
    .html5-pc-5ren .shohinimgtest img[src*="soldout"], 
    .html5-pc-5ren .shohinimgtest img:not(a img) { 
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
    }

    /* ⑨ テキストエリアの設定：3列の「margin-top: 10px」と完全同期 */
    .html5-pc-5ren .shhintext,
    .html5-pc-5ren .height003,
    .html5-pc-5ren .height003_u {
        height: auto !important;      
        min-height: 0 !important;
        
        /* 3列タグに書かれていた「margin-top: 10px;」と全く同じ余白を再現 */
        margin-top: 10px !important;     
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        
        text-align: center !important;
        line-height: 1.5 !important;
        font-size: 13px !important;
    }
}

/* --------------------------------------------------------------------------
   【2】iPad Pro 用（画面幅 821px 〜 1024px の間）
   -------------------------------------------------------------------------- */
@media screen and (min-width: 821px) and (max-width: 1024px) {
    /* 画像のはみ出し防止（ここから下の全端末に適用） */
    .shohin_setumei_od img,
    p[align="center"] img,
    div[style*="text-align: center"] img,
    .shohinimg img {
        max-width: 100% !important;
        height: auto !important;
    }
    /* 商品3カラム維持 ＆ 過去のpadding等をリセット */
    .shohinleft, .shohincenter, .shohinright {
        float: left !important;
        width: 31.3% !important;
        padding: 0 !important;       /* 過去の padding: 1% を完全に無効化 */
        margin-right: 3% !important;
        margin-bottom: 10px !important;
        box-sizing: border-box !important;
    }
    .shohinright { margin-right: 0 !important; }
    .shohinleft { clear: left !important; }
    .sozai02, #lineup, .lineup_btn { clear: both !important; }
        /* ① 全体コンテナ：パソコン版の隙間ルール（縦25px・横3%）を継承 */
    .html5-pc-5ren {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
        gap: 25px 3% !important; 
        width: 100% !important;
        padding: 0 15px !important; /* 画面端に少し余白を作る */
        box-sizing: border-box !important;
    }

    /* ② 商品ボックスの設定：4列用の幅「22.7%」に調整 */
    .html5-pc-5ren .shohinleft03,
    .html5-pc-5ren .shohincenter03,
    .html5-pc-5ren .shohinright03 {
        display: block !important;
        float: none !important;
        width: 22.7% !important; /* 4列用の計算幅 */
        height: auto !important;
        margin: 0 !important;   
        padding: 0 !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }

    /* ③ 売り切れ段落用の透明化 */
    .html5-pc-5ren div[style*="width: 100%"],
    .html5-pc-5ren .soldout-block {
        display: contents !important;
    }

    /* ④ 売り切れエリアの強制改行設定（次の段の左端からリスタート） */
    .html5-pc-5ren div[style*="width: 100%"] > div:first-child,
    .html5-pc-5ren .soldout-block > div:first-child {
        margin-left: 0 !important;
    }
    .html5-pc-5ren div[style*="width: 100%"] > div:first-child::before,
    .html5-pc-5ren .soldout-block > div:first-child::before {
        content: "" !important;
        display: block !important;
        flex-basis: 100% !important;
        height: 0 !important;
    }

    /* ⑤ 画像エリアの設定：高さを自動化し、下部マージンをリセット */
    .html5-pc-5ren .shohinimgtest {
        display: block !important;
        position: relative !important;
        width: 100% !important;
        max-width: 180px !important;   
        height: auto !important;       
        min-height: 0 !important;     
        margin: 0 auto 0 auto !important; 
        padding: 0 !important;
    }

    /* ⑥ リンクタグ */
    .html5-pc-5ren .shohinimgtest a {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* ⑦ メイン画像の伸縮（180pxを超えないようにしつつ枠に追従） */
    .html5-pc-5ren .shohinimgtest a img {
        width: 100% !important;
        max-width: 180px !important;
        height: auto !important; 
        display: block !important;
        margin: 0 !important;
    }

    /* ⑧ 重ねる売り切れ画像の維持 */
    .html5-pc-5ren .shohinimgtest img[style*="position: absolute"],
    .html5-pc-5ren .shohinimgtest img[src*="soldout"], 
    .html5-pc-5ren .shohinimgtest img:not(a img) { 
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
    }

    /* ⑨ テキストエリアの設定：画像との間を10pxあける */
    .html5-pc-5ren .shhintext,
    .html5-pc-5ren .height003,
    .html5-pc-5ren .height003_u {
        height: auto !important;      
        min-height: 0 !important;
        margin-top: 10px !important;     
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        text-align: center !important;
        line-height: 1.5 !important;
        font-size: 13px !important;
    }
    h2.box-title20241028 {
    font-size: 120%;
}
}

/* --------------------------------------------------------------------------
   【3】iPad Air 用（画面幅 769px 〜 820px の間）
   -------------------------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 820px) {
    /* 画像のはみ出し防止 */
    .shohin_setumei_od img,
    p[align="center"] img,
    div[style*="text-align: center"] img,
    .shohinimg img {
        max-width: 100% !important;
        height: auto !important;
    }
    /* 商品3カラム維持 ＆ 過去のpadding等をリセット */
    .shohinleft, .shohincenter, .shohinright {
        float: left !important;
        width: 31.3% !important;
        padding: 0 !important;       /* 過去の padding: 1% を完全に無効化 */
        margin-right: 3% !important;
        margin-bottom: 10px !important;
        box-sizing: border-box !important;
    }
    .shohinright { margin-right: 0 !important; }
    .shohinleft { clear: left !important; }
    .sozai02, #lineup, .lineup_btn { clear: both !important; }
        /* ① 全体コンテナ：隙間ルール（縦25px・横3%）を継承 */
    .html5-pc-5ren {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
        gap: 25px 3% !important; 
        width: 100% !important;
        padding: 0 15px !important; /* 画面端のクッション */
        box-sizing: border-box !important;
    }

    /* ② 商品ボックスの設定：3列用の幅「31.3%」に調整 */
    .html5-pc-5ren .shohinleft03,
    .html5-pc-5ren .shohincenter03,
    .html5-pc-5ren .shohinright03 {
        display: block !important;
        float: none !important;
        width: 31.3% !important; /* 3列用の計算幅 */
        height: auto !important;
        margin: 0 !important;   
        padding: 0 !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }

    /* ③ 売り切れ段落用の透明化 */
    .html5-pc-5ren div[style*="width: 100%"],
    .html5-pc-5ren .soldout-block {
        display: contents !important;
    }

    /* ④ 売り切れエリアの強制改行設定（次の段の左端からリスタート） */
    .html5-pc-5ren div[style*="width: 100%"] > div:first-child,
    .html5-pc-5ren .soldout-block > div:first-child {
        margin-left: 0 !important;
    }
    .html5-pc-5ren div[style*="width: 100%"] > div:first-child::before,
    .html5-pc-5ren .soldout-block > div:first-child::before {
        content: "" !important;
        display: block !important;
        flex-basis: 100% !important;
        height: 0 !important;
    }

    /* ⑤ 画像エリアの設定 */
    .html5-pc-5ren .shohinimgtest {
        display: block !important;
        position: relative !important;
        width: 100% !important;
        max-width: 180px !important;   
        height: auto !important;       
        min-height: 0 !important;     
        margin: 0 auto 0 auto !important; 
        padding: 0 !important;
    }

    /* ⑥ リンクタグ */
    .html5-pc-5ren .shohinimgtest a {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* ⑦ メイン画像の伸縮 */
    .html5-pc-5ren .shohinimgtest a img {
        width: 100% !important;
        max-width: 180px !important;
        height: auto !important; 
        display: block !important;
        margin: 0 !important;
    }

    /* ⑧ 重ねる売り切れ画像の維持 */
    .html5-pc-5ren .shohinimgtest img[style*="position: absolute"],
    .html5-pc-5ren .shohinimgtest img[src*="soldout"], 
    .html5-pc-5ren .shohinimgtest img:not(a img) { 
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
    }

    /* ⑨ テキストエリアの設定 */
    .html5-pc-5ren .shhintext,
    .html5-pc-5ren .height003,
    .html5-pc-5ren .height003_u {
        height: auto !important;      
        min-height: 0 !important;
        margin-top: 10px !important;     
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        text-align: center !important;
        line-height: 1.5 !important;
        font-size: 13px !important;
    }
    h2.box-title20241028 {
    font-size: 120%;
}
}

/* --------------------------------------------------------------------------
   【4】iPad（通常・縦向き）用（画面幅 561px 〜 768px の間）※3列維持版
   -------------------------------------------------------------------------- */
@media screen and (min-width: 561px) and (max-width: 768px) {
    /* 画像のはみ出し防止 */
    .shohin_setumei_od img,
    p[align="center"] img,
    div[style*="text-align: center"] img,
    .shohinimg img {
        max-width: 100% !important;
        height: auto !important;
    }
    /* 商品を3カラムで並べる ＆ 過去のpadding等をリセット */
    .shohinleft, .shohincenter, .shohinright {
        float: left !important;
        width: 31.3% !important;
        padding: 0 !important;       /* 過去の padding: 1% を完全に無効化 */
        margin-right: 3% !important;
        margin-bottom: 10px !important;
        box-sizing: border-box !important;
    }
    .shohinright {
        margin-right: 0 !important;  /* 右端は右余白ゼロ */
    }
    .shohinleft {
        clear: left !important;      /* 左端のタイミングで確実に改行 */
    }
    /* 商品名の文字数による段ズレを防止 */
    .shhintext {
        text-align: center !important;
        margin-top: 10px !important;
        min-height: 4.5em !important; /* 高さを一律で揃えて引っかかりを無くす */
    }
    .sozai02, #lineup, .lineup_btn { clear: both !important; }
        /* ① 全体コンテナ：隙間ルール（縦25px・横3%）をしっかり継承 */
    .html5-pc-5ren {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
        gap: 25px 3% !important; 
        width: 100% !important;
        padding: 0 10px !important; /* 画面幅が狭くなるため、端の余白を10pxに少し詰める */
        box-sizing: border-box !important;
    }

    /* ② 商品ボックスの設定：3列用の幅「31.3%」をキープ */
    .html5-pc-5ren .shohinleft03,
    .html5-pc-5ren .shohincenter03,
    .html5-pc-5ren .shohinright03 {
        display: block !important;
        float: none !important;
        width: 31.3% !important; /* 3列用の計算幅 */
        height: auto !important;
        margin: 0 !important;   
        padding: 0 !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }

    /* ③ 売り切れ段落用の透明化 */
    .html5-pc-5ren div[style*="width: 100%"],
    .html5-pc-5ren .soldout-block {
        display: contents !important;
    }

    /* ④ 売り切れエリアの強制改行設定（次の段の左端からリスタート） */
    .html5-pc-5ren div[style*="width: 100%"] > div:first-child,
    .html5-pc-5ren .soldout-block > div:first-child {
        margin-left: 0 !important;
    }
    .html5-pc-5ren div[style*="width: 100%"] > div:first-child::before,
    .html5-pc-5ren .soldout-block > div:first-child::before {
        content: "" !important;
        display: block !important;
        flex-basis: 100% !important;
        height: 0 !important;
    }

    /* ⑤ 画像エリアの設定 */
    .html5-pc-5ren .shohinimgtest {
        display: block !important;
        position: relative !important;
        width: 100% !important;
        max-width: 180px !important;   
        height: auto !important;       
        min-height: 0 !important;     
        margin: 0 auto 0 auto !important; 
        padding: 0 !important;
    }

    /* ⑥ リンクタグ */
    .html5-pc-5ren .shohinimgtest a {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* ⑦ メイン画像の伸縮 */
    .html5-pc-5ren .shohinimgtest a img {
        width: 100% !important;
        max-width: 180px !important;
        height: auto !important; 
        display: block !important;
        margin: 0 !important;
    }

    /* ⑧ 重ねる売り切れ画像の維持 */
    .html5-pc-5ren .shohinimgtest img[style*="position: absolute"],
    .html5-pc-5ren .shohinimgtest img[src*="soldout"], 
    .html5-pc-5ren .shohinimgtest img:not(a img) { 
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
    }

    /* ⑨ テキストエリアの設定 */
    .html5-pc-5ren .shhintext,
    .html5-pc-5ren .height003,
    .html5-pc-5ren .height003_u {
        height: auto !important;      
        min-height: 0 !important;
        margin-top: 10px !important;     
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        text-align: center !important;
        line-height: 1.5 !important;
        font-size: 13px !important;
    }
    h2.box-title20241028 {
    font-size: 120%;
}
}

CSS
/* --------------------------------------------------------------------------
   【5】スマートフォン用（画面幅 560px 以下）※Grid版（絶対ズレない修正）
   -------------------------------------------------------------------------- */
@media screen and (max-width: 560px) {
    /* 画像のはみ出し防止 */
    .shohin_setumei_od img,
    p[align="center"] img,
    div[style*="text-align: center"] img,
    .shohinimg img {
        max-width: 100% !important;
        height: auto !important;
    }

    /* 
       重要：floatによる引っかかりを完全に無効化し、
       商品の親要素（フリーページ全体）を強制的に「自動2列グリッド」に変形します。
    */
    .shohinleft, .shohincenter, .shohinright {
        float: none !important;
        clear: none !important;
        width: auto !important;      /* 横幅を自動計算に */
        padding: 0 !important;       /* 過去の padding: 1% を完全に無効化 */
        margin: 0 !important;        /* 個別の余白を一度リセット */
        
        display: block !important;
    }

    /* フリーページの親コンテナ（または直貼りされた要素群）にグリッドを適用 */
    /* 商品ブロックが連続するエリアに対して、自動で「横に2等分」のマス目を作ります */
    [class*="shohin"] {
        /* 商品画像とテキストを囲むブロック共通の設定 */
    }

    /* 
       実は、おちゃのこねっとの新フレーム（HTML5）であれば、
       親要素を挟まなくても、商品単体に flex や grid を当てることで並びを固定できます。
       ここでは、直前の商品同士が引っかからないよう、flex-boxでの2列化を強制します。
    */
    
    /* 確実に2列を維持するための、最も干渉の少ない最新の力技です */
    .shohinleft, .shohincenter, .shohinright {
        display: inline-block !important;
        vertical-align: top !important;
        width: 48% !important;
        margin-right: 4% !important;
        margin-bottom: 25px !important;
    }

    /* 
       これでダメな場合（古いclearfixが効いている場合）の最終手段：
       クラス名ごとの float と clear を完全に初期化します。
    */
    .shohinleft { clear: none !important; }
    
    /* 
       もしこれでもカクッと下に落ちる場合は、HTMLの中に
       空の <br> や <div style="clear:both;"> が挟まっている可能性があります。
       一旦、以下の2列「Grid」方式をお試しください。
    */
}
/* ==========================================================================
   追加：新旧デザイン切り替え設定（HTML5環境ではテキストタイトルを表示）
   ========================================================================== */
/* ① 旧環境用の画像タイトルブロックは、新環境では完全に非表示にする */
.only-current-site {
    display: none !important;
}

/* ② 新環境用のテキストタイトルを表示（もし他で block 等に指定するならそちらでも可） */
.only-new-site {
    display: block !important;
}
.img_center {
    text-align: center;
    display: block;
    margin: 0 auto;
}
.loginmenu a,
.loginmenu a:link,
.loginmenu a:visited,
.loginmenu a:hover,
.loginmenu a:active{
    color:#ffffff !important;
}
/* 通常時、訪問済み、マウスホバー時、クリック時、すべてブルーに固定 */
a.summer, 
a.summer:link, 
a.summer:visited, 
a.summer:hover, 
a.summer:active {
    color: #007bff !important;
}
/* ==========================================================
   【5】スマートフォン用（画面幅 560px 以下）⇒ 『2列並び』
   ========================================================== */
@media screen and (max-width: 560px) {
    
    /* ① 全体コンテナ：スマホ用（縦20px・横4%）のバランスに調整 */
    .html5-pc-5ren {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
        gap: 20px 4% !important; /* 縦の隙間20px、横の隙間4% */
        width: 100% !important;
        padding: 0 10px !important; /* 画面端のクッション10px */
        box-sizing: border-box !important;
    }

    /* ② 商品ボックスの設定：スマホ用の幅「48%」に調整 */
    .html5-pc-5ren .shohinleft03,
    .html5-pc-5ren .shohincenter03,
    .html5-pc-5ren .shohinright03 {
        display: block !important;
        float: none !important;
        width: 48% !important; /* 2列用の計算幅 */
        height: auto !important;
        margin: 0 !important;   
        padding: 0 !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }

    /* ③ 売り切れ段落用の透明化 */
    .html5-pc-5ren div[style*="width: 100%"],
    .html5-pc-5ren .soldout-block {
        display: contents !important;
    }

    /* ④ 売り切れエリアの強制改行設定（スマホでも売り切れは次の段から綺麗にスタート） */
    .html5-pc-5ren div[style*="width: 100%"] > div:first-child,
    .html5-pc-5ren .soldout-block > div:first-child {
        margin-left: 0 !important;
    }
    .html5-pc-5ren div[style*="width: 100%"] > div:first-child::before,
    .html5-pc-5ren .soldout-block > div:first-child::before {
        content: "" !important;
        display: block !important;
        flex-basis: 100% !important;
        height: 0 !important;
    }

    /* ⑤ 画像エリアの設定：スマホでは上限（180px）を無くし、枠いっぱいに広げる */
    .html5-pc-5ren .shohinimgtest {
        display: block !important;
        position: relative !important;
        width: 100% !important;
        max-width: 100% !important;  /* スマホの枠いっぱいに画像を広げる（ボヤけない程度） */
        height: auto !important;       
        min-height: 0 !important;     
        margin: 0 auto 0 auto !important; 
        padding: 0 !important;
    }

    /* ⑥ リンクタグ */
    .html5-pc-5ren .shohinimgtest a {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* ⑦ メイン画像の伸縮 */
    .html5-pc-5ren .shohinimgtest a img {
        width: 100% !important;
        max-width: 100% !important; 
        height: auto !important; 
        display: block !important;
        margin: 0 !important;
    }

    /* ⑧ 重ねる売り切れ画像の維持（スマホ画面に合わせて自動縮小） */
    .html5-pc-5ren .shohinimgtest img[style*="position: absolute"],
    .html5-pc-5ren .shohinimgtest img[src*="soldout"], 
    .html5-pc-5ren .shohinimgtest img:not(a img) { 
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
    }

    /* ⑨ テキストエリアの設定：スマホで見やすい文字サイズ（12px〜13px程度）と余白 */
    .html5-pc-5ren .shhintext,
    .html5-pc-5ren .height003,
    .html5-pc-5ren .height003_u {
        height: auto !important;      
        min-height: 0 !important;
        margin-top: 8px !important;   /* 画像との間を8pxあける */  
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        text-align: center !important;
        line-height: 1.4 !important;
        font-size: 13px !important;   /* スマホで読みやすいサイズ */
    }
    .box12 {
    padding: 0.5em 1em;
    margin: 2em 0;
    /* color: #9a572b; */
    background: white;
    border-top: solid 5px #17116e;
    font-size: 13px;
    text-align: center;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    line-height: 180%;
}
    h2.box-title20241028 {
    font-size: 120%;
}
    /* スマホでもタイトルを絶対に改行させず、1行に収める設定 */
h2.box-title20241028 {
    white-space: nowrap !important;       /* 文字の自動折り返しを完全に禁止する */
    font-size: 14px !important;            /* 文字サイズをスマホ向けに少し小さく調整（※お好みで変更可） */
    letter-spacing: -0.5px !important;    /* 文字と文字の間隔をほんの少しだけ詰めて枠内に収めやすくする */
    overflow: hidden !important;          
    text-overflow: ellipsis !important;   
}
}
 /* ここからリニューアル未記入 */
.sale20260626 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
    display: none;
}
.sale20260626priceg {
}
.sale20260626pricesn {
    text-align: center;
    display: none;
}
.\32 0260626salecabn {
    display: none;
}
.\32 0260626salebn {
    display: none;
}
.saletext20260626 {
    display: none;
}
.sale20260710 {
    text-align: center;
    margin-left: 20px;
    /* width: 150px; */
    font-size: 13px;
    display: none;
}
.sale20260710priceg {
}
.sale20260710pricesn {
    text-align: center;
    display: none;
}
.\32 0260710salecabn {
    display: none;
}
.\32 0260710salebn {
    display: none;
}
.saletext20260710 {
    letter-spacing: 0.1em;
    display: none;
}
.saletext20260710 span {
    display: inline-block;
    padding: 8px 12px;
    /* border-radius: 4px; */
    /* font-size: 18px !important; */
    /* line-height: 1.5 !important; */
}
body#categorylist_page_307 span.pricech {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffff00;
}
body#categorylist_page_307 span.visitor_price {
    font-size: 13px;
    font-weight: bold;
}
/* div align="right" の中にある画像だけは、強制的に右寄せに引き戻す設定 */
div[align="right"] .img_center {
    margin-left: auto;
    margin-right: 0;
}


/* ==========================================================================
   【HTML5テンプレート専用】三分紐・四分紐・二分紐ページ 5パターン可変CSS（タイトル下広め版）
   ========================================================================== */

/* --- 全デバイス共通の基本設定 --- */
.sanbun_title_img {
  width: 100% !important;
  max-width: 1200px !important; 
  margin: 30px auto 50px auto !important; /* 【改善】下の余白を15px → 50px に大幅に広げました */
  text-align: center !important;
}
.sanbun_title_img img {
  display: inline-block !important;
  max-width: 100% !important;
  height: auto !important;
}
.sanbun_container {
  display: block !important;
  width: 100% !important;
  max-width: 1200px !important; 
  margin: 10px auto 30px auto !important; /* コンテナ上の無駄な余白をリセット */
  text-align: left !important;
}
.sanbun_container .sanbun_box_first,
.sanbun_container .sanbun_box {
  display: inline-block !important;
  float: none !important;
  vertical-align: top !important;
  box-sizing: border-box !important;
  padding: 0 !important;
}
.sanbun_container .sanbun_box_first > div:first-child,
.sanbun_container .sanbun_box > div:first-child {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  align-items: center !important;
  text-align: center !important;
  overflow: hidden !important;
}
.sanbun_container .sanbun_box_first img,
.sanbun_container .sanbun_box img {
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}
/* 祇園祭セールラベル（20260710） */
.sanbun_container .sale20260710 {
  display: block !important;
  text-align: center !important;
  min-height: 22px !important;
  max-height: 22px !important;
  overflow: hidden !important;
}
/* 202512のセールラベルは完全に非表示 */
.sanbun_container .sale202512 {
  display: none !important;
}
.sanbun_container .sanbun_text {
  display: block !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  text-align: left !important;
  color: #555555 !important;
  overflow: hidden !important;
}


/* =========================================================
   【1】パソコン用（1025px 以上）
   ⇒【4列表示】★画像サイズは維持、余白だけを詰める
   ========================================================= */
@media screen and (min-width: 1025px) {
  .sanbun_container {
    padding: 0 10px !important;
  }
  .sanbun_container .sanbun_box_first,
  .sanbun_container .sanbun_box {
    display: inline-block !important; 
    float: none !important;
    vertical-align: top !important;   
    width: 23% !important;        
    margin: 0 1% 25px 1% !important;  
  }
  .sanbun_container .sanbun_box_first > div:first-child,
  .sanbun_container .sanbun_box > div:first-child {
    display: block !important;        
    text-align: center !important;
    min-height: 220px !important;     /* 【改善】高さを元のサイズ感に戻しました */
    max-height: 250px !important;     
    overflow: hidden !important;
    margin-bottom: 0px !important;    
  }
  .sanbun_container .sanbun_box_first img,
  .sanbun_container .sanbun_box img {
    display: inline-block !important;
    vertical-align: middle !important;
    max-width: 100% !important;  
    max-height: 180px !important;     /* 【改善】画像サイズを以前の大きめ設定に戻しました */
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    margin: 0 auto 8px auto !important;
  }
  
  /* 非表示ラベルの空間を完全に消去 */
  .sanbun_container .sale202512 {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    line-height: 0 !important;
  }
  
  /* 商品名と説明文の間隔を緊密に */
  .sanbun_container .sanbun_text {
    display: block !important;
    margin-top: 2px !important;       
    min-height: 65px !important;
    max-height: 65px !important;
  }
}


/* =========================================================
   【2】iPad Pro 用（821px 〜 1024px の間）⇒【3列表示】
   ========================================================= */
@media screen and (min-width: 821px) and (max-width: 1024px) {
  .sanbun_container {
    display: flex !important;
    flex-wrap: wrap !important;
    padding: 0 10px !important;
    clear: both;
  }

  /* クラス名に関わらず、すべての箱を強制的に同じ扱いにする */
  .sanbun_container > div {
    display: block !important;
    float: none !important;
    width: 31% !important;
    margin: 0 1% 20px 1% !important;
    min-height: 300px !important;
    box-sizing: border-box !important;
    clear: none !important; /* 元のクラスの改行指定を無効化 */
  }
}


/* =========================================================
   【3】iPad Air 用（769px 〜 820px の間）⇒【3列表示・縮小】
   ========================================================= */
@media screen and (min-width: 769px) and (max-width: 820px) {
  .sanbun_container {
    display: flex !important;
    flex-wrap: wrap !important;
    padding: 0 8px !important;
    clear: both;
  }

  /* クラス名に関わらず、すべての箱を強制的に3列に並べる */
  .sanbun_container > div {
    display: block !important;
    float: none !important;
    width: 31% !important;
    /* 余白調整：3つ目の数値が上下の間隔です */
    margin: 0 1% 20px 1% !important; 
    min-height: 200px !important;
    box-sizing: border-box !important;
    clear: none !important;
  }

  .sanbun_container > div img {
    max-width: 150px !important;
    height: auto !important;
  }
}


/* =========================================================
   【4】iPad（通常・縦向き）用（561px 〜 768px の間）⇒【2列表示】
   ========================================================= */
@media screen and (min-width: 561px) and (max-width: 768px) {
  .sanbun_container {
    display: flex !important;
    flex-wrap: wrap !important;
    padding: 0 10px !important;
    clear: both;
  }

  /* クラス名に関わらず、すべての箱を強制的に2列に並べる */
  .sanbun_container > div {
    display: block !important;
    float: none !important;
    width: 47% !important; /* 2列表示のため47% */
    margin: 0 1.5% 20px 1.5% !important; /* 間隔を20pxに調整 */
    min-height: 300px !important; /* コンテンツに合わせて調整 */
    box-sizing: border-box !important;
    clear: none !important;
  }

  .sanbun_container > div img {
    max-width: 200px !important;
    height: auto !important;
  }
}


/* =========================================================
   【5】スマートフォン用（560px 以下）⇒【スマホ2列表示】
   ========================================================= */
@media screen and (max-width: 560px) {
  .sanbun_container {
    display: flex !important;
    flex-wrap: wrap !important;
    padding: 0 6px !important;
    clear: both;
  }

  .sanbun_container > div {
    display: block !important;
    float: none !important;
    width: 48% !important;
    margin: 0 1% 15px 1% !important; /* 行間を少し詰めました */
    min-height: 220px !important;    /* ボックス全体の高さを低くしました */
    box-sizing: border-box !important;
    clear: none !important;
  }

  .sanbun_container > div img {
    max-width: 140px !important;
    height: auto !important;
  }

  .sanbun_container .sanbun_text {
    font-size: 11px !important;
    min-height: 50px !important; /* テキストエリアの高さを低くしました */
    padding: 0 4px !important;
    line-height: 1.3 !important; /* 行間を少し狭めてスッキリさせました */
  }
}
/* =========================================================
   【長尺帯締めページ】共通・レスポンシブスタイル
   ========================================================= */

/* コンテナ設定 */
.tyoos-intro {
  background-color: #fffff7;
  padding: 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* タイトル画像のレスポンシブ対応 */
.tyoos-header-img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* 目安ボックスのスタイル */
.tyoos-legend {
  background-color: #ffffff;
  border: 3px solid #cccccc;
  padding: 15px;
  margin: 20px auto;
  box-sizing: border-box;
}

/* ---------------------------------------------------------
   5段階メディアクエリ設定
   --------------------------------------------------------- */

/* 【1】パソコン用（1025px 以上） */
@media screen and (min-width: 1025px) {
  .tyoos-container { 
    max-width: 912px !important; 
    margin: 0 auto; 
  }
  
  .tyoos-intro { 
    width: 912px; /* テンプレートの最大幅に合わせます */
  }
  
  .tyoos-legend { 
    width: 600px; /* 少し余裕を持って600px程度に広げます */
  }
}

/* 【2】iPad Pro 用（821px 〜 1024px） */
@media screen and (min-width: 821px) and (max-width: 1024px) {
  .tyoos-intro { width: 750px; }
  .tyoos-legend { width: 450px; }
}

/* 【3】iPad Air 用（769px 〜 820px） */
@media screen and (min-width: 769px) and (max-width: 820px) {
  .tyoos-intro { width: 750px; }
  .tyoos-legend { width: 450px; }
}

/* 【4】iPad（通常・縦向き）用（561px 〜 768px） */
@media screen and (min-width: 561px) and (max-width: 768px) {
  .tyoos-intro { width: 95%; }
  .tyoos-legend { width: 90%; }
}

/* 【5】スマートフォン用（560px 以下） */
@media screen and (max-width: 560px) {
  .tyoos-intro { width: 100%; padding: 15px; }
  .tyoos-legend { width: 100%; border-width: 5px; padding: 10px; }
  
  /* テキストの微調整 */
  .tyoos-legend p { font-size: 14px; margin: 8px 0; }
  .tyoos-intro p { font-size: 14px; line-height: 1.6; }
}
/* =========================================================
   HTML5用レスポンシブベース（洗練版）
   ========================================================= */

/* コンテナ設定 */
.tyoos-container {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* グリッドレイアウト（商品ブロック） */
.tyoos-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 20px; /* 縦の余白を多めに */
  margin-bottom: 40px;
}

/* 商品アイテムのスタイル */
.tyoos-item {
  width: 100%;
}

.tyoos-img {
  margin-bottom: 8px;
  line-height: 0;
}

.tyoos-img img {
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
  border: 1px solid #eee;
}

.tyoos-img a:hover img {
  opacity: 0.8;
}

/* SALEバッジのデザイン */
.sale202512 {
  margin-bottom: 12px;
}

.sale202512 span {
  padding: 2px 8px;
  font-size: 12px;
}

/* リンク一覧のモダンなレイアウト */
.tyoos-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}

.tyoos-links a {
  display: block;
  font-size: 13px;
  padding: 8px;
  color: #555;
  background-color: #fafafa;
  text-decoration: none;
  transition: background-color 0.2s;
}

.tyoos-links a:hover {
  background-color: #f0f0f0;
  color: #000;
}

/* ---------------------------------------------------------
   5段階メディアクエリ（レスポンシブ制御）
   --------------------------------------------------------- */

/* 【1〜4】タブレット〜PC（横並びを維持） */
@media screen and (min-width: 561px) {
  /* PC〜タブレットは現在の2列表示を維持 */
}

/* 【5】スマートフォン用（560px 以下：縦積み） */
@media screen and (max-width: 560px) {
  .tyoos-container { padding: 0 15px; }
  .tyoos-row {
    grid-template-columns: 1fr; /* 縦積み */
    gap: 40px;
  }
  .tyoos-links {
    grid-template-columns: 1fr; /* リンクも1列へ */
  }
}
/* =========================================================
   長尺帯締めページ専用：HTML5テンプレート対応CSS
   ========================================================= */

/* 親コンテナの幅制御 */
.tyoos-container {
  max-width: 912px !important;
  margin: 0 auto !important;
  box-sizing: border-box;
}

/* PC版：横並び設定（2列） */
@media screen and (min-width: 561px) {
  .tyoos-product-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }

  .tyoos-product-box {
    width: 48%; /* 約半分の幅に固定 */
    margin-bottom: 30px;
  }
}

/* スマホ版：縦積み設定（1列） */
@media screen and (max-width: 560px) {
  .tyoos-product-wrapper {
    display: block;
    width: 100%;
  }

  .tyoos-product-box {
    width: 100%;
    margin-bottom: 30px;
  }
}

/* 画像保護用 */
.tyoos-img img {
  width: 100%;
  height: auto;
  display: block;
}
/* 【5】スマートフォン用（560px以下） */
@media screen and (max-width: 560px) {
  .tyoos-product-wrapper {
    display: block;
    width: 100%;
  }

  .tyoos-product-box {
    width: 100%;
    margin-bottom: 30px;
  }

  /* --- ここを修正：リンクを2列にします --- */
  .tyoos-links {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2列配置 */
    gap: 5px; /* 列と行の隙間 */
  }

  .tyoos-links a {
    background-color: #f5f5f5; /* 少し背景色をつけるとボタンらしくなります */
    padding: 8px 5px;
    font-size: 12px; /* スマホ用に少し小さく調整 */
    text-align: center;
    border-radius: 4px; /* 角を丸くすると洗練されます */
  }
}
/* 既存のリンク設定を span クラスにも適用 */
.tyoos-links .tyoos-link-item {
  display: block;
  font-size: 13px;
  padding: 8px;
  color: #555;
  background-color: #fafafa;
  text-decoration: none;
  transition: background-color 0.2s;
  /* リンクではないことを示すため、マウスカーソルをデフォルトにする */
  cursor: default; 
}

/* スマホ版（560px以下）のスタイルも共通化 */
@media screen and (max-width: 560px) {
  .tyoos-links .tyoos-link-item {
    background-color: #f5f5f5;
    padding: 8px 5px;
    font-size: 12px;
    text-align: center;
    border-radius: 4px;
  }
}
.html5-pc-5ren .clear-xhtml {
    display: none;
}
/* =================================================================
   【3列・4列共通 段ズレ防止】
   パソコン・タブレットなどの横並び環境（画面幅 561px 以上）の指定
   ================================================================= */
@media screen and (min-width: 561px) {
  .shohin-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; /* これで4列のボックス自体の高さが自動で揃います */
    justify-content: flex-start;
  }
  
  /* 3列用および4列用のすべてのボックスを縦並び・上詰めに統一し、floatを安全に解除 */
  .shohin-container .shohinleft,
  .shohin-container .shohincenter,
  .shohin-container .shohinright,
  .shohin-container .shohinleft03,
  .shohin-container .shohincenter03,
  .shohin-container .shohinright03 {
    float: none !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* テキストの1行目の上端をビシッと揃えます */
  }

  /* 画像エリアの下に余白を確保 */
  .shohin-container .shohinimg {
    margin-bottom: 10px;
  }

  /* テキストエリアは上詰め */
  .shohin-container .shhintext {
    margin-top: 0 !important;
  }
}

/* =================================================================
   【スマホ用】画面幅 560px 以下の環境
   3列でも4列でも、スマホ時は綺麗に「横2列（幅48%）」に自動統一して高さを揃えます
   ================================================================= */
@media screen and (max-width: 560px) {
  .shohin-container {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important; /* 左右のボックスの高さを自動で揃える */
    justify-content: space-between;  /* 2列が左右に綺麗に収まるように配置 */
  }
  
  .shohin-container .shohinleft,
  .shohin-container .shohincenter,
  .shohin-container .shohinright,
  .shohin-container .shohinleft03,
  .shohin-container .shohincenter03,
  .shohin-container .shohinright03 {
    float: none !important; /* 回り込みを完全にリセット */
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important; /* テキストの1行目を上端で揃える */
    width: 48% !important;  /* 横に2列並ぶように幅を48%（約半分）に固定 */
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important; /* 下の商品との縦の隙間を確保 */
  }

  /* スマホの個別画像サイズを枠幅いっぱいに引き伸ばす */
  .shohin-container .shohinimg img {
    width: 100% !important;
    height: auto !important;
  }
}
/* =================================================================
   【帯留めカテゴリ専用】html5テンプレート パソコン版3列レイアウト（幅広対応版）
   パソコン・タブレット環境（画面幅 561px 以上）の指定
   ================================================================= */
@media screen and (min-width: 561px) {
  .obdm-cat-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;           /* 左右3つのボックス高さを自動で一律に揃える */
    justify-content: space-between; /* 左右いっぱいにバランスよく3列を広げて配置 */
    width: 100%;                    /* 750pxの制限をなくし、メインエリア全幅に広げます */
    margin: 0 auto;
    box-sizing: border-box;
  }
  
  /* floatを完全に無効化し、高さを自動統一するフレックスボックス構造 */
  .obdm-cat-container .obdm-cat-item {
    float: none !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;    /* テキストの1行目の開始位置（上端）を完璧に揃えます */
    width: 32%;                     /* ボックス幅を広く確保（3列が綺麗に収まる割合） */
    margin-bottom: 40px;            /* 下の行との縦の隙間をゆったり確保 */
    box-sizing: border-box;
  }

  /* 個別画像エリアの調整（中央寄せ） */
  .obdm-cat-container .shohinimg {
    margin-bottom: 12px;
    text-align: center;
    width: 100%;
  }

/* 【大正解のご指定】画像下のテキストエリアのズレ防止完全補正 */
  .obdm-cat-container .sale202512, 
  .obdm-cat-container .cph3 {
    text-align: left;
    width: 250px;                   /* 画像サイズにガチッと固定してはみ出し・ズレを防止 */
    box-sizing: border-box;
    margin-left: 20px;              /* 画像の開始位置とビシッと縦ラインを揃えます */
  }
}
/* =================================================================
   【2】iPad Pro 環境（画面幅 821px 〜 1024px の間）
   横幅に余裕があるため、2列を「幅45%」にして中央寄りに配置します
   ================================================================= */
@media screen and (min-width: 821px) and (max-width: 1024px) {
  .obdm-cat-container {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    justify-content: space-around !important; /* 左右に程よい外側余白を設ける */
    width: 100% !important;
    box-sizing: border-box !important;
  }
  
  .obdm-cat-container .obdm-cat-item {
    float: none !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    width: 45% !important;          /* iPad Pro：横2列 */
    margin-bottom: 35px !important;
    box-sizing: border-box !important;
  }

  .obdm-cat-container .shohinimg {
    margin-bottom: 12px !important;
    text-align: left !important;
    margin-left: 45px !important;   /* 大画面タブレット用に中央に寄るよう少し広めの左余白 */
  }

  .obdm-cat-container .sale202512, 
  .obdm-cat-container .cph3 {
    text-align: left !important;
    width: 250px !important;
    box-sizing: border-box !important;
    margin-left: 45px !important;   /* 画像の開始位置とピタッと揃えます */
  }
}

/* =================================================================
   【3】iPad Air 環境（画面幅 769px 〜 820px の間）
   iPad Proよりわずかに狭いため、2列を「幅46%」に調整します
   ================================================================= */
@media screen and (min-width: 769px) and (max-width: 820px) {
  .obdm-cat-container {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    justify-content: space-between !important; /* 左右いっぱいに2列を振り分け */
    width: 100% !important;
    box-sizing: border-box !important;
  }
  
  .obdm-cat-container .obdm-cat-item {
    float: none !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    width: 46% !important;          /* iPad Air：横2列 */
    margin-bottom: 35px !important;
    box-sizing: border-box !important;
  }

  .obdm-cat-container .shohinimg {
    margin-bottom: 12px !important;
    text-align: left !important;
    margin-left: 30px !important;   /* iPad Air用に調整した左余白 */
  }

  .obdm-cat-container .sale202512, 
  .obdm-cat-container .cph3 {
    text-align: left !important;
    width: 250px !important;
    box-sizing: border-box !important;
    margin-left: 30px !important;   /* 画像の開始位置とピタッと揃えます */
  }
}

/* =================================================================
   【4】iPad（通常・通常縦向き・iPad mini含む）環境（画面幅 561px 〜 768px の間）
   iPad mini(744px幅)で右側が空きすぎないよう、左余白を個別に最適化しました
   ================================================================= */
@media screen and (min-width: 561px) and (max-width: 768px) {
  .obdm-cat-container {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    justify-content: space-between !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  
  .obdm-cat-container .obdm-cat-item {
    float: none !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    width: 48% !important;          /* 横2列 */
    margin-bottom: 30px !important;
    box-sizing: border-box !important;
  }

  /* 
    通常のiPad縦向き(768px)〜iPad mini(744px)の枠幅(約350〜360px)に対し、
    画像等の250pxが綺麗に真ん中に収まるよう、左余白を「45px〜50px」程度に引き上げ、
    右側の不自然な空間を相殺します。
  */
  .obdm-cat-container .shohinimg {
    margin-bottom: 12px !important;
    text-align: left !important;
    margin-left: 48px !important;   /* iPad miniの右余白を無くすための専用左シフト */
  }

  .obdm-cat-container .sale202512, 
  .obdm-cat-container .cph3 {
    text-align: left !important;
    width: 250px !important;
    box-sizing: border-box !important;
    margin-left: 48px !important;   /* 画像の開始位置とビシッと縦ラインを揃えます */
  }
}

/* =================================================================
   【スマホ用】画面幅 560px 以下の環境
   スマホ時は一律で綺麗に収まる「横2列（幅48%）」に自動最適化します
   ================================================================= */
@media screen and (max-width: 560px) {
  .obdm-cat-container {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    justify-content: space-between !important;
    width: 100% !important;
  }
  
  .obdm-cat-container .obdm-cat-item {
    float: none !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    width: 48% !important;          /* スマホ画面で横に2列並ぶサイズ */
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 25px !important;
  }

  /* スマホ時は枠幅に合わせて画像を自動伸縮 */
  .obdm-cat-container .shohinimg img {
    width: 100% !important;
    height: auto !important;
  }
 .button02 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 2em;
    width: 350px;
    color: #2285b1;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #2285b1;
}
}

/* 【1】パソコン用（1025px 以上） */
@media screen and (min-width: 1025px) {
    .kanrenimg001, .kanrenimg002, .kanrenimg003 { width: 33%; }
.kanrenimg001,
.kanrenimg002,
.kanrenimg003 {
    float: left;
    padding: 1%;
    text-align: center;
    min-height: 250px;
    max-height: 250px;
}
}

/* 【2】iPad Pro 用（821px 〜 1024px） */
@media screen and (min-width: 821px) and (max-width: 1024px) {
    .kanrenimg001, .kanrenimg002, .kanrenimg003 { width: 33%; }
.kanrenimg001,
.kanrenimg002,
.kanrenimg003 {
    float: left;
    padding: 1%;
    text-align: center;
    min-height: 250px;
    max-height: 250px;
}
}

/* 【3】iPad Air 用（769px 〜 820px） */
@media screen and (min-width: 769px) and (max-width: 820px) {
    .kanrenimg001, .kanrenimg002, .kanrenimg003 { width: 33%; }
.kanrenimg001,
.kanrenimg002,
.kanrenimg003 {
    float: left;
    padding: 1%;
    text-align: center;
    min-height: 250px;
    max-height: 250px;
}
}

/* 【4】iPad（通常・縦向き）用（561px 〜 768px） */
@media screen and (min-width: 561px) and (max-width: 768px) {
    .kanrenimg001, .kanrenimg002, .kanrenimg003 { width: 33%; }
.kanrenimg001,
.kanrenimg002,
.kanrenimg003 {
    float: left;
    padding: 1%;
    text-align: center;
    min-height: 250px;
    max-height: 250px;
}
}
/* 【5】スマートフォン用（560px 以下） */
@media screen and (max-width: 560px) {
    .kanrenimg001, .kanrenimg002, .kanrenimg003 { width: 33%; }
.kanrenimg001,
.kanrenimg002,
.kanrenimg003 {
    float: left;
    padding: 1%;
    text-align: center;
    min-height: 180px;
    max-height: 180px;
}
}
/* ==========================================================
  【5】スマートフォン用（画面幅 560px 以下）のメディアクエリ
========================================================== */
@media (max-width: 560px) {

  /* --- ここから追加 --- */
  .sp_two_column_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
  }

  /* 既存のleft, center, rightの挙動をスマホ時だけ2列用に上書き */
  .sp_two_column_container > .shohinleft,
  .sp_two_column_container > .shohincenter,
  .sp_two_column_container > .shohinright {
    float: none !important;
    clear: none !important;
    margin: 0 0 25px 0 !important; /* 商品ごとの下のすき間 */
    width: 48% !important; /* 2列並び（少しすき間を空ける） */
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }

  /* 画像がスマホ画面からはみ出さないように自動縮小 */
  .sp_two_column_container .shohinimg img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  /* テキストの調整 */
  .sp_two_column_container .shhintext {
    width: 100%;
    margin-top: 8px;
    text-align: center;
  }
  /* --- ここまで追加 --- */
  img.rightimg {
    width: 60%;
    margin: 0 20% 10%;
}

}
/* コンテナの共通設定 */
.haori_container {
  display: flex !important;
  flex-wrap: wrap !important;
  padding: 0 10px !important;
  justify-content: flex-start;
}
/* 商品ボックス内の余白とテキストの調整 */
.haori_container .haori_item .cph6 {
  margin-top: 8px !important;      /* 上部との隙間を確保 */
  font-size: 12px !important;      /* 必要に応じて微調整 */
  line-height: 1.4 !important;    /* 行間を広げて読みやすく */
  color: #666 !important;         /* 文字色を少し落ち着かせると品が出ます */
  padding: 0 5px !important;      /* 左右の余白確保 */
}
/* 羽織紐ページ内でのみ、既存のcph6の設定を解除して再定義する */
.haori_container .cph6 {
    width: auto !important;         /* 230px固定を解除 */
    text-align: left !important;  /* 必要に応じて変更してください */
    margin-left: 0 !important;      /* 左余白をリセット */
    margin-top: 10px !important;    /* 新たに上部余白を追加 */
    padding: 0 5px !important;      /* 左右の窮屈さを解消 */
    box-sizing: border-box !important;
}

/* ついでに画像とテキストの間の余白も確保 */
.haori_container .haori_item a {
  display: block;
  margin-bottom: 5px;
}

/* 各商品ボックスの共通設定 */
.haori_item {
  box-sizing: border-box !important;
  padding: 10px;
  text-align: center;
}

.haori_item img {
  width: 100%;
  height: auto;
  max-width: 200px;
}

/* パソコン用（1025px以上）⇒ 4列 */
@media screen and (min-width: 1025px) {
  .haori_item { width: 25% !important; }
}

/* タブレット・iPad系（561〜1024px）⇒ 3列 */
@media screen and (min-width: 561px) and (max-width: 1024px) {
  .haori_item { width: 33.33% !important; }
}

/* スマホ（560px以下）⇒ 2列 */
@media screen and (max-width: 560px) {
  .haori_item { width: 50% !important; }
  .haori_item img { max-width: 140px; }
  .haori_text { font-size: 11px; }
}
/* ==========================================
   1. 基本設定（フルワイド・共通ベース）
   ========================================== */
.kurotome_container.category_lp_container {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
    padding: 0 15px !important;
}

.kurotome_container .202512salecabn img,
.kurotome_container .lp_section_title img,
.kurotome_container .lp_item_block img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

.kurotome_container .lp_section_title {
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
}

.kurotome_container .lp_item_block {
    text-align: center;
    margin-bottom: 20px;
}

.kurotome_container .lp_item {
    text-align: center !important;
}
.kurotome_container .lp_item img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
}


/* ==========================================
   2. 2カラム（帯揚げ）のデバイス別レイアウト制御
   ========================================== */

/* 【デフォルト・パソコン用】（1025px以上） */
.kurotome_container .lp_row_2col {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    flex-wrap: nowrap !important; /* パソコンでは横に並べ続ける */
    gap: 30px !important;
    margin-bottom: 20px !important;
    width: 100% !important;
}
.kurotome_container .lp_row_2col .lp_item {
    width: 360px !important;      /* 元画像のサイズを維持して2列に並べる */
    flex: 0 0 auto !important;
}


/* 【iPad Pro 用】（821px 〜 1024px の間） */
@media screen and (min-width: 821px) and (max-width: 1024px) {
    .kurotome_container .lp_row_2col {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        flex-wrap: nowrap !important;
        gap: 20px !important;
    }
    .kurotome_container .lp_row_2col .lp_item {
        width: 45% !important;     /* 画面幅に合わせて収まるよう調整 */
        max-width: 360px !important;
        flex: 0 0 auto !important;
    }
}


/* 【iPad Air 用】（769px 〜 820px の間） */
@media screen and (min-width: 769px) and (max-width: 820px) {
    .kurotome_container .lp_row_2col {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        flex-wrap: nowrap !important;
        gap: 15px !important;
    }
    .kurotome_container .lp_row_2col .lp_item {
        width: 45% !important;
        max-width: 350px !important;
        flex: 0 0 auto !important;
    }
}


/* 【iPad（通常・縦向き）用】（561px 〜 768px の間） */
@media screen and (min-width: 561px) and (max-width: 768px) {
    .kurotome_container .lp_row_2col {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        flex-wrap: nowrap !important;
        gap: 15px !important;
    }
    .kurotome_container .lp_row_2col .lp_item {
        width: 46% !important;     /* 画面幅の約半分を占有させて強制的に横並びに */
        flex: 0 0 auto !important;
    }
}


/* 【スマートフォン用】（560px 以下も2列にする） */
@media screen and (max-width: 560px) {
    .kurotome_container .lp_row_2col {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        flex-wrap: nowrap !important;
        gap: 8px !important; /* スマホ画面の幅に合わせて少し狭めの隙間に調整 */
        margin-bottom: 15px !important;
        width: 100% !important;
    }
    .kurotome_container .lp_row_2col .lp_item {
        width: 48% !important;     /* スマホ画面の左右に収まるよう約半分に設定 */
        max-width: none !important;
        flex: 0 0 auto !important;
    }
}
/* ==========================================
   3. 画像とテキストの間隔調整
   ========================================== */
/* 画像の下に発生するインライン要素特有の隙間を消す */
.kurotome_container img {
    vertical-align: bottom !important;
    margin-bottom: 0 !important;
}

.kurotome_container .lp_item a {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-decoration: none !important;
}

/* テキスト（またはテキストを含む部分）を上に引き上げる */
.kurotome_container .lp_item a br {
    display: none !important; /* HTML内の改行を無効化する場合 */
}
/* 例：画像の下に表示されるテキストを上に5px近づける場合 */
.kurotome_container .lp_item a {
    row-gap: 5px !important; /* ※row-gapもマイナスは効かないため、以下のmarginを使用します */
}

.kurotome_container .lp_item img {
    margin-bottom: -5px !important; /* 画像の下側にマイナスを指定してテキストを上に引き寄せる */
}
/* ==========================================
   共通ベース設定
   ========================================== */
.kitsuke_container.category_lp_container {
    width: 100% !important;
    max-width: 1050px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
    padding: 20px 10px 0 0 !important;
}

.kitsuke_container img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
    vertical-align: bottom !important;
    margin-bottom: 0 !important;
}

/* SALEバナーなどの画像は縮小させない */
.kitsuke_container [class*="salecabn"] img,
.kitsuke_container [class*="saletext"] img {
    max-width: none !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0 !important;
}

.kitsuke_container .lp_item {
    text-align: center !important;
}

.kitsuke_container .lp_item a {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-decoration: none !important;
    margin-top: -15px !important;
}

.kitsuke_container .lp_item a br {
    display: none !important;
}


/* ==========================================
   レイアウト制御（PC版 3列 ＆ スマホ・タブレット版 2列）
   ========================================== */

/* ① 1025px以上 (PC・大型) → 3列グリッド */
@media screen and (min-width: 1025px) {
    .kitsuke_container {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 35px 20px !important;
    }
    
    /* h2やタイトル要素（★タイトルの下の余白を広げました） */
    .kitsuke_container > h2,
    .kitsuke_container > .only-current-site,
    .kitsuke_container > a[id] {
        grid-column: 1 / -1 !important;
        margin-top: 55px !important;
        margin-bottom: 25px !important; /* ここを大きくしてタイトルの下を空けています */
    }

    .kitsuke_container > [class*="salecabn"],
    .kitsuke_container > [class*="saletext"] {
        grid-column: 1 / -1 !important;
        margin-top: 15px !important;
        margin-bottom: 5px !important;
        text-align: center !important;
        justify-self: center !important;
    }

    .kitsuke_container .lp_item {
        width: 100% !important;
        max-width: none !important;
        box-sizing: border-box !important;
    }
}

/* ② 1024px以下（タブレット・スマホ共通） → 2列グリッド */
@media screen and (max-width: 1024px) {
    .kitsuke_container {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px 15px !important;
    }
    
    .kitsuke_container > h2,
    .kitsuke_container > .only-current-site,
    .kitsuke_container > a[id] {
        grid-column: 1 / -1 !important;
        margin-top: 45px !important;
        margin-bottom: 20px !important; /* スマホ・タブレット版のタイトル下余白 */
    }

    .kitsuke_container > [class*="salecabn"],
    .kitsuke_container > [class*="saletext"] {
        grid-column: 1 / -1 !important;
        margin-top: 15px !important;
        margin-bottom: 5px !important;
        text-align: center !important;
        justify-self: center !important;
    }

    .kitsuke_container .lp_item {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }
}

/* スマホ（560px以下）の文字サイズ調整 */
@media screen and (max-width: 560px) {
    .kitsuke_container .lp_item a {
        font-size: 13px !important;
    }
}


/* ==========================================
   .cph6（商品説明文）のスタイル
   ========================================== */
.kitsuke_container .cph6 {
    width: 250px !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    text-align: left !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 6px !important;
    margin-bottom: 45px !important;
    box-sizing: border-box !important;
}

@media screen and (max-width: 560px) {
    .kitsuke_container .cph6 {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 5px !important;
    }
}
/* ==========================================================
  【1】パソコン用（画面幅 1025px 以上）
========================================================== */
@media (min-width: 1025px) {

/* コンテナ全体の幅制限（max-width: 750px）を解除 */
  .sp_two_column_container {
    width: 100%; /* 画面横幅いっぱいに広がる */
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    box-sizing: border-box;
  }

  /* ----------------------------------------------------------
     ■ 追加していただいた 3列用の設定
  ---------------------------------------------------------- */
  .sp_two_column_container > .shohinleft,
  .sp_two_column_container > .shohincenter,
  .sp_two_column_container > .shohinright {
    width: 31.33% !important;
    margin: 0 1% 30px 1% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }

  /* 2列用要素（sp_shohinleft, sp_shohinright）の横並び設定 */
  .sp_two_column_container > .sp_shohinleft,
  .sp_two_column_container > .sp_shohinright {
    width: 48%; /* 横幅約半分（中央に4%のすき間） */
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }

  /* セクション見出しや区切り線など全幅使う要素の制御 */
  .sp_two_column_container > div[style*="width: 100%"] {
    width: 100% !important;
  }

  /* 画像の表示調整 */
  .sp_two_column_container .shohinimg {
    text-align: center;
  }

  .sp_two_column_container .shohinimg img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }

/* 3. テキスト枠（shhintext）の余白リセット＆再設定 */
.sp_two_column_container .shhintext {
  width: 100% !important;
  text-align: center !important;
  
  /* 元のCSSのマージン・パディングを強制リセット */
  margin: 0 !important;
  padding: 0 !important;
  
  /* 
    必要に応じて、ここのマージンで上下の隙間を指定してください。
    例：上が0、下が15px の場合
  */
  margin-top: 0px !important;      /* 画像直下のマージン */
  margin-bottom: 15px !important;  /* 商品ブロック下のマージン */
}

}
/* ==========================================================
  【2】iPad Pro 用（画面幅 821px 〜 1024px）
========================================================== */
@media (min-width: 821px) and (max-width: 1024px) {

/* コンテナ全体の幅制限（max-width: 750px）を解除 */
  .sp_two_column_container {
    width: 100%; /* 画面横幅いっぱいに広がる */
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    box-sizing: border-box;
  }

  /* ----------------------------------------------------------
     ■ 追加していただいた 3列用の設定
  ---------------------------------------------------------- */
  .sp_two_column_container > .shohinleft,
  .sp_two_column_container > .shohincenter,
  .sp_two_column_container > .shohinright {
    width: 31.33% !important;
    margin: 0 1% 30px 1% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }

  .sp_two_column_container > .sp_shohinleft,
  .sp_two_column_container > .sp_shohinright {
    width: 48%;
    margin: 0 0 25px 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }

  .sp_two_column_container > div[style*="width: 100%"] {
    width: 100% !important;
  }

  .sp_two_column_container .shohinimg {
    text-align: center;
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
  }

  .sp_two_column_container .shohinimg img {
    margin: 0 auto !important;
    max-width: 100%;
    height: auto;
  }

  .sp_two_column_container .shhintext {
    width: 100% !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
  }
        .kanrenimg0001, .kanrenimg0002, .kanrenimg0003 {
        float: left;
        padding: 1%;
        text-align: center;
        min-height: 250px;
        max-height: 250px;
    }
     .kanrenimg0001, .kanrenimg0002, .kanrenimg0003 { width: 33%; }

}


/* ==========================================================
  【3】iPad Air 用（画面幅 769px 〜 820px）
========================================================== */
@media (min-width: 769px) and (max-width: 820px) {

/* コンテナ全体の幅制限（max-width: 750px）を解除 */
  .sp_two_column_container {
    width: 100%; /* 画面横幅いっぱいに広がる */
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    box-sizing: border-box;
  }

  /* ----------------------------------------------------------
     ■ 追加していただいた 3列用の設定
  ---------------------------------------------------------- */
  .sp_two_column_container > .shohinleft,
  .sp_two_column_container > .shohincenter,
  .sp_two_column_container > .shohinright {
    width: 31.33% !important;
    margin: 0 1% 30px 1% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }

  .sp_two_column_container > .sp_shohinleft,
  .sp_two_column_container > .sp_shohinright {
    width: 48%;
    margin: 0 0 25px 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }

  .sp_two_column_container > div[style*="width: 100%"] {
    width: 100% !important;
  }

  .sp_two_column_container .shohinimg {
    text-align: center;
    margin: 0 0 6px 0 !important;
    padding: 0 !important;
  }

  .sp_two_column_container .shohinimg img {
    margin: 0 auto !important;
    max-width: 100%;
    height: auto;
  }

  .sp_two_column_container .shhintext {
    width: 100% !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
  }
        .kanrenimg0001, .kanrenimg0002, .kanrenimg0003 {
        float: left;
        padding: 1%;
        text-align: center;
        min-height: 250px;
        max-height: 250px;
    }
     .kanrenimg0001, .kanrenimg0002, .kanrenimg0003 { width: 33%; }

}


/* ==========================================================
  【4】iPad（通常・縦向き）用（画面幅 561px 〜 768px）
========================================================== */
@media (min-width: 561px) and (max-width: 768px) {

/* コンテナ全体の幅制限（max-width: 750px）を解除 */
  .sp_two_column_container {
    width: 100%; /* 画面横幅いっぱいに広がる */
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    box-sizing: border-box;
  }

  /* ----------------------------------------------------------
     ■ 追加していただいた 3列用の設定
  ---------------------------------------------------------- */
  .sp_two_column_container > .shohinleft,
  .sp_two_column_container > .shohincenter,
  .sp_two_column_container > .shohinright {
    width: 31.33% !important;
    margin: 0 1% 30px 1% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }

  .sp_two_column_container > .sp_shohinleft,
  .sp_two_column_container > .sp_shohinright {
    width: 48%;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }

  .sp_two_column_container > div[style*="width: 100%"] {
    width: 100% !important;
  }

  .sp_two_column_container .shohinimg {
    text-align: center;
    margin: 0 0 6px 0 !important;
    padding: 0 !important;
  }

  .sp_two_column_container .shohinimg img {
    display: block;
    margin: 0 auto !important;
    max-width: 100%;
    height: auto;
  }

  .sp_two_column_container .shhintext {
    width: 100% !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
  }
        .kanrenimg0001, .kanrenimg0002, .kanrenimg0003 {
        float: left;
        padding: 1%;
        text-align: center;
        min-height: 250px;
        max-height: 250px;
    }
     .kanrenimg0001, .kanrenimg0002, .kanrenimg0003 { width: 33%; }

}


/* ==========================================================
  【5】スマートフォン用（画面幅 560px 以下）
========================================================== */
@media (max-width: 560px) {

  .sp_two_column_container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .sp_two_column_container > .sp_shohinleft,
  .sp_two_column_container > .sp_shohinright {
    float: none !important;
    clear: none !important;
    width: 48% !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }

  .sp_two_column_container > div[style*="width: 100%"] {
    width: 100% !important;
  }

  .sp_two_column_container .shohinimg {
    text-align: center;
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
  }

  .sp_two_column_container .shohinimg img {
    display: block;
    margin: 0 auto !important;
    max-width: 100%;
    height: auto;
  }

  .sp_two_column_container .shhintext {
    width: 100% !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
  }
        .kanrenimg0001, .kanrenimg0002, .kanrenimg0003 {
        float: left;
        padding: 1%;
        text-align: center;
    }
     .kanrenimg0001, .kanrenimg0002, .kanrenimg0003 { width: 33%; }

}
@media screen and (min-width: 1025px) {
    .kanrenimg0001, .kanrenimg0002, .kanrenimg0003 {
        float: left;
        padding: 1%;
        text-align: center;
        min-height: 250px;
        max-height: 250px;
    }
     .kanrenimg0001, .kanrenimg0002, .kanrenimg0003 { width: 33%; }
}
.box_tyuui02 .box-title {
    position: absolute;
    display: inline-block;
    top: -39px;
    left: -3px;
    padding: 5px 9px;
    height: auto !important;
    line-height: 25px;
    font-size: 17px;
    background: #8f0303;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
/* ==========================================
   【HTML5テンプレート用】和装肌着（hadagi）CSS
   ========================================== */

/* 親コンテナの基本設定 */
.hadagi_container.category_lp_container {
    width: 100% !important;
    max-width: 1050px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
    padding: 0 10px !important;
}

/* 画像の基本制御 */
.hadagi_container img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
    vertical-align: bottom !important;
}

/* バナー等の縮小防止 */
.hadagi_container [class*="salecabn"] img,
.hadagi_container [class*="saletext"] img {
    max-width: none !important;
    width: auto !important;
    height: auto !important;
}

/* ヘッダー・タイトル部分 */
.hadagi_container > .h1text,
.hadagi_container > p,
.hadagi_container > div[class*="salecabn"],
.hadagi_container > div[class*="saletext"],
.hadagi_container > .hadagi_header_block,
.hadagi_container > .hadagi_footer_text {
    box-sizing: border-box !important;
}

.hadagi_container > .hadagi_header_block {
    text-align: center !important;
    margin-bottom: 30px !important;
}

.hadagi_container > .hadagi_header_block img {
    margin: 0 auto !important;
}

/* デフォルト（PC用：1025px以上）の3列グリッド */
.hadagi_container .hadagi_grid_section {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 35px 20px !important;
    box-sizing: border-box !important;
    margin-bottom: 40px !important;
}

/* 各商品アイテムのスタイル */
.hadagi_container .lp_item {
    text-align: center !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
}

.hadagi_container .lp_item a {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-decoration: none !important;
    margin-top: 0 !important;
    font-size: 14px !important;
}

.hadagi_container .lp_item a br {
    display: none !important;
}

/* セール表示バッジ */
.hadagi_container [class*="sale"] {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

/* 商品説明文（cph6）の調整 */
.hadagi_container .cph6 {
    width: 250px !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    text-align: left !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 6px !important;
    margin-bottom: 10px !important;
    box-sizing: border-box !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
}

/* フッターテキスト部分 */
.hadagi_container .hadagi_footer_text {
    margin-top: 40px !important;
    margin-bottom: 30px !important;
    line-height: 1.6 !important;
}


/* ==========================================
   メディアクエリによる個別調整
   ========================================== */

/* 【2】iPad Pro 用（821px 〜 1024px） */
@media screen and (min-width: 821px) and (max-width: 1024px) {
    /* 必要に応じて調整を追加 */
}

/* 【3】iPad Air 用（769px 〜 820px） */
@media screen and (min-width: 769px) and (max-width: 820px) {
    /* 必要に応じて調整を追加 */
}

/* 【4】iPad（通常・縦向き）用（561px 〜 768px） */
@media screen and (min-width: 561px) and (max-width: 768px) {
    /* 必要に応じて調整を追加 */
}

/* 【5】スマートフォン用（560px 以下） → 2列に変更 */
@media screen and (max-width: 560px) {
    .hadagi_container .hadagi_grid_section {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px 10px !important;
        margin-bottom: 30px !important;
    }
    
    .hadagi_container .lp_item a {
        font-size: 13px !important;
    }
    
    .hadagi_container .cph6 {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 3px !important;
        font-size: 12px !important;
    }
    img.right_imgsp {
    width: 40%;
    margin: 8px;
}
    .poritt {
        padding: .75em 1em;
        border: 1px solid #ccc;
        border-top: 3px solid #ff6a00;
        background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
        background: linear-gradient(to bottom, #fff 0%, #ffe7fd 100%);
        text-align: center;
        font-weight: bold;
        color: green;
        box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
        font-size: 16px;
        width: auto !important;
        margin: 0 auto;
    }
}
/* ==========================================
   iPad帯（561px 〜 1024px）での3列レイアウト崩れ・はみ出し防止
   ========================================== */
@media screen and (min-width: 561px) and (max-width: 1024px) {
    /* 左右の余白を少し狭めてグリッドの領域を確保 */
    .hadagi_container.category_lp_container {
        padding: 0 5px !important;
    }

    /* 3列の隙間（gap）を少し狭めて、入り切るようにする */
    .hadagi_container .hadagi_grid_section {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 20px 10px !important; 
    }

    /* 商品アイテム内の画像やテキストが親枠からはみ出さないように強制制御 */
    .hadagi_container .lp_item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    /* 画像が枠を超えて大きく表示されるのを防ぐ */
    .hadagi_container .lp_item img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }

    /* 商品説明文も幅100%にしてはみ出しを防ぐ */
    .hadagi_container .cph6 {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 3px !important;
        box-sizing: border-box !important;
        font-size: 12px !important;
    }
}
/* html5-pc-5renを複数ブロックに分ける際、2つ目以降の頭につける解除用クラス */
.html5-pc-5ren.is-next-block {
    clear: both;
    padding-top: 30px !important;
}
/* 3列商品コンテナ */
.sp_three_column_container {
    width: 100%;
    margin: 30px auto 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
/* 夏物和装肌着ページ専用のリンク色（水色）変更 */
.hadagi_container.summer_hadagi a {
    color: #0066ff; /* お好みの水色・青系のカラーコードに調整してください */
}

/* 訪問済みリンクの色が変わるのを防ぐ場合（必要に応じて） */
.hadagi_container.summer_hadagi a:visited {
    color: #0066ff;
}
/* ご奉仕品ページ専用 2列グリッドレイアウト */
.gosho-product-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* 枠と枠の間の余白 */
    justify-content: flex-start;
    margin: 0 auto;
}

.gosho-product-box {
    width: calc(50% - 10px); /* 2列にするための幅設定（隙間を考慮） */
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 20px;
}

.gosho-product-box .gosho-img img {
    width: 100%;
    height: auto;
    display: block;
}

.gosho-product-box .gosho-title {
    margin-top: 8px;
    font-weight: bold;
}

/* スマホなどの狭い画面で1列にしたい場合の調整（必要に応じて） */
@media screen and (max-width: 480px) {
    .gosho-product-box {
        width: 100%;
    }
}
/* 共通ベーススタイル */
.shop-history-wrap,
.history-timeline {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.shop-intro-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.shop-img-box img {
  width: 100%;
  height: auto;
  max-width: 320px;
}
.shop-desc-box {
  margin-bottom: 30px;
}
.signature {
  text-align: right;
  margin-top: 15px;
}
.timeline-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.timeline-icon {
  width: 80px;
  flex-shrink: 0;
  text-align: center;
}


/* 【1】パソコン用（画面幅 1025px 以上） */
@media screen and (min-width: 1025px) {
  .shop-img-box {
    width: 340px;
    flex-shrink: 0;
  }
  .shop-text-box {
    width: 390px;
  }
  .timeline-content {
    width: 640px;
  }
}

/* 【2】iPad Pro 用（画面幅 821px 〜 1024px の間） */
@media screen and (min-width: 821px) and (max-width: 1024px) {
  .shop-history-wrap,
  .history-timeline {
    padding: 0 20px;
  }
  .shop-img-box {
    width: 320px;
    flex-shrink: 0;
  }
  .shop-text-box {
    width: calc(100% - 340px);
  }
  .timeline-content {
    width: calc(100% - 80px);
  }
}

/* 【3】iPad Air 用（画面幅 769px 〜 820px の間） */
@media screen and (min-width: 769px) and (max-width: 820px) {
  .shop-history-wrap,
  .history-timeline {
    padding: 0 15px;
  }
  .shop-img-box {
    width: 300px;
    flex-shrink: 0;
  }
  .shop-text-box {
    width: calc(100% - 320px);
  }
  .timeline-content {
    width: calc(100% - 80px);
  }
}

/* 【4】iPad（通常・縦向き）用（画面幅 561px 〜 768px の間） */
@media screen and (min-width: 561px) and (max-width: 768px) {
  .shop-history-wrap,
  .history-timeline {
    padding: 0 15px;
  }
  .shop-intro-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .shop-img-box {
    margin-bottom: 15px;
  }
  .shop-text-box {
    width: 100%;
    text-align: left;
  }
  .timeline-content {
    width: calc(100% - 80px);
  }
}

/* 【5】スマートフォン用（画面幅 560px 以下） */
@media screen and (max-width: 560px) {
  .shop-history-wrap,
  .history-timeline {
    padding: 0 10px;
  }
  .shop-intro-box {
    flex-direction: column;
    align-items: center;
  }
  .shop-img-box {
    margin-bottom: 15px;
    text-align: center;
  }
  .shop-img-box img {
    max-width: 100%;
  }
  .shop-text-box {
    width: 100%;
  }
  .timeline-item {
    align-items: flex-start;
  }
  .timeline-icon {
    width: 60px;
  }
  .timeline-icon img {
    width: 50px;
    height: auto;
  }
  .timeline-content {
    width: calc(100% - 60px);
    font-size: 14px;
  }
}
/* 共通ベーススタイル */
.shop-info-wrap {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.shop-main-intro {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.shop-main-img img {
  width: 100%;
  height: auto;
  max-width: 233px;
}
.shop-gallery-section {
  margin-bottom: 40px;
}
.shop-gallery-title {
  margin-bottom: 5px;
}
.shop-gallery-note {
  margin-bottom: 15px;
}
.shop-gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.gallery-item img {
  width: 100%;
  height: auto;
  max-width: 240px;
}
.shop-access-title {
  margin-bottom: 20px;
}
.access-card {
  width: 100%;
  margin: 0 auto;
  background-color: #b8342f;
  padding: 5px;
  box-sizing: border-box;
}
.access-header {
  background-color: #b8342f;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.access-body {
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 15px;
}
.access-row {
  display: flex;
  border-bottom: 1px solid #faedef;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.access-row.full-width {
  flex-direction: column;
}
.access-label {
  width: 90px;
  background-color: #faedef;
  color: #b8342f;
  padding: 5px;
  flex-shrink: 0;
}
.access-value {
  padding: 5px;
}
.access-value.text-center {
  text-align: center;
}
.access-label.text-center {
  text-align: center;
  width: 100%;
}
.access-map-area iframe {
  width: 100%;
  max-width: 350px;
  height: 255px;
}


/* 【1】パソコン用（画面幅 1025px 以上） */
@media screen and (min-width: 1025px) {
  .shop-main-img {
    width: 250px;
    flex-shrink: 0;
  }
  .shop-main-text {
    width: 480px;
  }
  .gallery-item {
    width: 233px;
  }
  .access-info-table {
    width: 290px;
    margin-right:20px;
  }
  .access-value {
  }
  .access-map-area {
    width: 350px;
  }
}

/* 【2】iPad Pro 用（画面幅 821px 〜 1024px の間） */
@media screen and (min-width: 821px) and (max-width: 1024px) {
  .shop-info-wrap {
    padding: 0 20px;
  }
  .shop-main-img {
    width: 230px;
    flex-shrink: 0;
  }
  .shop-main-text {
    width: calc(100% - 250px);
  }
  .gallery-item {
    width: 31%;
  }
  .access-info-table {
    width: 45%;
  }
  .access-map-area {
    width: 50%;
  }
}

/* 【3】iPad Air 用（画面幅 769px 〜 820px の間） */
@media screen and (min-width: 769px) and (max-width: 820px) {
  .shop-info-wrap {
    padding: 0 15px;
  }
  .shop-main-img {
    width: 210px;
    flex-shrink: 0;
  }
  .shop-main-text {
    width: calc(100% - 230px);
  }
  .gallery-item {
    width: 31%;
  }
  .access-info-table {
    width: 45%;
  }
  .access-value {
  }
  .access-map-area {
    width: 50%;
  }
}

/* 【4】iPad（通常・縦向き）用（画面幅 561px 〜 768px の間） */
@media screen and (min-width: 561px) and (max-width: 768px) {
  .shop-info-wrap {
    padding: 0 15px;
  }
  .shop-main-intro {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .shop-main-img {
    margin-bottom: 20px;
  }
  .shop-main-text {
    width: 100%;
    text-align: left;
  }
  .gallery-item {
    width: 31%;
  }
  .access-body {
    flex-direction: column;
  }
  .access-info-table,
  .access-map-area {
    width: 100%;
  }
  .access-map-area {
    margin-top: 20px;
    text-align: center;
  }
  .access-value {
    width: calc(100% - 90px);
  }
}

/* 【5】スマートフォン用（画面幅 560px 以下） */
@media screen and (max-width: 560px) {
  .shop-info-wrap {
    padding: 0 10px;
  }
  .shop-main-intro {
    flex-direction: column;
    align-items: center;
  }
  .shop-main-img {
    margin-bottom: 20px;
    text-align: center;
  }
  .shop-main-text {
    width: 100%;
    font-size: 14px;
  }
  .shop-gallery-grid {
    gap: 10px;
  }
  .gallery-item {
    width: 48%;
  }
  .access-card {
    padding: 2px;
  }
  .access-body {
    flex-direction: column;
    padding: 10px;
  }
  .access-info-table,
  .access-map-area {
    width: 100%;
  }
  .access-map-area {
    margin-top: 15px;
    text-align: center;
  }
  .access-row {
    font-size: 13px;
  }
  .access-value {
  }
}
/* 共通ベーススタイル */
.payment-page-wrap {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
.payment-top-banner {
  text-align: center;
  margin-bottom: 20px;
}
.payment-top-banner img {
  width: 100%;
  height: auto;
  max-width: 600px;
}
.payment-content-box {
  margin-bottom: 30px;
}
.section-title-img {
  margin-top: 25px;
  margin-bottom: 10px;
}
.section-title-img img,
.payment-intro-text img {
  max-width: 100%;
  height: auto;
}
.payment-nav-buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 680px;
  margin: 0 auto 30px auto;
  gap: 10px;
}
.nav-btn-item {
  flex: 1;
  text-align: center;
}
.nav-btn-item img {
  width: 100%;
  height: auto;
  max-width: 250px;
}
.payment-info-card {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background-color: #D7C6BB;
  padding: 1px;
  box-sizing: border-box;
}
.payment-card-header {
  background-color: #e6dcd5;
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.payment-card-body {
  background-color: #FFFFFF;
  padding: 20px;
  box-sizing: border-box;
}
.payment-card-body img {
  max-width: 100%;
  height: auto;
}
.text-center {
  text-align: center;
}
.attention-box {
  width: 100%;
  max-width: 520px;
  margin: 20px auto;
  background-color: #FFFFCC;
  border: 1px solid #C0C0C0;
  padding: 15px;
  box-sizing: border-box;
}


/* 【1】パソコン用（画面幅 1025px 以上） */
@media screen and (min-width: 1025px) {
  /* ベース指定のままで最適に表示 */
}

/* 【2】iPad Pro 用（画面幅 821px 〜 1024px の間） */
@media screen and (min-width: 821px) and (max-width: 1024px) {
  .payment-page-wrap {
    padding: 0 20px;
    box-sizing: border-box;
  }
}

/* 【3】iPad Air 用（画面幅 769px 〜 820px の間） */
@media screen and (min-width: 769px) and (max-width: 820px) {
  .payment-page-wrap {
    padding: 0 15px;
    box-sizing: border-box;
  }
}

/* 【4】iPad（通常・縦向き）用（画面幅 561px 〜 768px の間） */
@media screen and (min-width: 561px) and (max-width: 768px) {
  .payment-page-wrap {
    padding: 0 15px;
    box-sizing: border-box;
  }
}

/* 【5】スマートフォン用（画面幅 560px 以下） */
@media screen and (max-width: 560px) {
  .payment-page-wrap {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .payment-nav-buttons {
    flex-direction: column;
    gap: 8px;
  }
  .nav-btn-item {
    width: 100%;
  }
  .payment-card-body {
    padding: 12px;
    font-size: 14px;
  }
  .attention-box {
    padding: 10px;
    font-size: 13px;
  }
}
/* 共通ベーススタイル */
.delivery-page-wrap {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  box-sizing: border-box;
}
.delivery-top-banner {
  text-align: center;
  margin-bottom: 20px;
}
.delivery-top-banner img {
  width: 100%;
  height: auto;
  max-width: 510px;
  border: 0;
}
.delivery-content-box {
  margin-bottom: 30px;
}
.delivery-section-title-img {
  margin-top: 25px;
  margin-bottom: 10px;
}
.delivery-section-title-img img,
.delivery-intro-text img {
  max-width: 100%;
  height: auto;
}
.delivery-nav-buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 680px;
  margin: 0 auto 30px auto;
  gap: 10px;
}
.delivery-nav-btn-item {
  flex: 1;
  text-align: center;
}
.delivery-nav-btn-item img {
  width: 100%;
  height: auto;
  max-width: 250px;
  border: 0;
}
.delivery-info-card {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background-color: #d7c6bb;
  display: flex;
  flex-direction: column;
  gap: 1px;
  box-sizing: border-box;
}
.delivery-card-header {
  background-color: #e6dcd5;
  min-height: 30px;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  box-sizing: border-box;
}
.delivery-card-body {
  background-color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
}
.delivery-card-body img {
  max-width: 100%;
  height: auto;
  border: 0;
}
.delivery-nekoposu-box {
  border: 1px solid #000000;
  background-color: #ffffff;
  margin-top: 10px;
  box-sizing: border-box;
}
.delivery-nekoposu-badge-wrap {
  background-color: #ffeddf;
  padding: 8px;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
.delivery-nekoposu-body-content {
  padding: 15px;
  box-sizing: border-box;
}
.delivery-nekoposu-float-img {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
  max-width: 100%;
}
.delivery-nekoposu-float-img img {
  width: 100%;
  max-width: 343px;
  height: auto;
  border: 0;
}

/* 【1】パソコン用（画面幅 1025px 以上） */
@media screen and (min-width: 1025px) {}

/* 【2】iPad Pro 用（821px 〜 1024px） */
@media screen and (min-width: 821px) and (max-width: 1024px) {
  .delivery-page-wrap { padding: 0 20px; }
}

/* 【3】iPad Air 用（769px 〜 820px） */
@media screen and (min-width: 769px) and (max-width: 820px) {
  .delivery-page-wrap { padding: 0 15px; }
}

/* 【4】iPad 縦向き用（561px 〜 768px） */
@media screen and (min-width: 561px) and (max-width: 768px) {
  .delivery-page-wrap { padding: 0 15px; }
}

/* 【5】スマートフォン用（560px 以下） */
@media screen and (max-width: 560px) {
  .delivery-page-wrap { padding: 0 10px; }
  .delivery-nav-buttons { flex-direction: column; gap: 8px; }
  .delivery-nav-btn-item { width: 100%; }
  .delivery-card-body { padding: 12px; font-size: 14px; }
  .delivery-nekoposu-float-img { float: none; margin: 0 auto 15px auto; text-align: center; display: block; }
  .delivery-nekoposu-body-content { padding: 10px; }
}
/* 共通ベーススタイル */
.gift-page-wrap {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  box-sizing: border-box;
}
.gift-content-box {
  margin-bottom: 30px;
}
.gift-section-title-img {
  margin-top: 25px;
  margin-bottom: 10px;
}
.gift-section-title-img img,
.gift-intro-text img {
  max-width: 100%;
  height: auto;
  border: 0;
}
.gift-nav-buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 680px;
  margin: 0 auto 30px auto;
  gap: 10px;
}
.gift-nav-btn-item {
  flex: 1;
  text-align: center;
}
.gift-nav-btn-item img {
  width: 100%;
  height: auto;
  max-width: 250px;
  border: 0;
}
.gift-info-card {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background-color: #d7c6bb;
  display: flex;
  flex-direction: column;
  gap: 1px;
  box-sizing: border-box;
}
.gift-card-header {
  background-color: #e6dcd5;
  min-height: 30px;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  box-sizing: border-box;
}
.gift-card-body {
  background-color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
}
.gift-card-body img {
  max-width: 100%;
  height: auto;
  border: 0;
}
.gift-sub-table-wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px 0;
}
.gift-sub-col {
  width: 100%;
  max-width: 222px;
}
.gift-sub-col img {
  width: 100%;
  max-width: 222px;
  height: auto;
  border: 0;
}

/* 【1】パソコン用（画面幅 1025px 以上） */
@media screen and (min-width: 1025px) {}

/* 【2】iPad Pro 用（821px 〜 1024px） */
@media screen and (min-width: 821px) and (max-width: 1024px) {
  .gift-page-wrap { padding: 0 20px; }
}

/* 【3】iPad Air 用（769px 〜 820px） */
@media screen and (min-width: 769px) and (max-width: 820px) {
  .gift-page-wrap { padding: 0 15px; }
}

/* 【4】iPad 縦向き用（561px 〜 768px） */
@media screen and (min-width: 561px) and (max-width: 768px) {
  .gift-page-wrap { padding: 0 15px; }
}

/* 【5】スマートフォン用（560px 以下） */
@media screen and (max-width: 560px) {
  .gift-page-wrap { padding: 0 10px; }
  .gift-nav-buttons { flex-direction: column; gap: 8px; }
  .gift-nav-btn-item { width: 100%; }
  .gift-card-body { padding: 12px; font-size: 14px; }
  .gift-sub-table-wrap { flex-direction: column; align-items: center; gap: 15px; }
  .gift-sub-col { max-width: 100%; text-align: center; }
  .gift-sub-col img { max-width: 222px; }
}
/* 共通ベーススタイル */
.exhibition-page-wrap {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 10px;
}
.ex-top-banner {
  text-align: center;
  margin-bottom: 20px;
}
.ex-top-banner img {
  width: 100%;
  height: auto;
  border: 0;
}
.ex-main-image-box {
  padding: 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
}
.ex-main-image-box img {
  width: 100%;
  max-width: 680px;
  height: auto;
  border: 0;
}
.ex-content-box {
    margin-bottom: 30px;
    box-sizing: border-box;
    font-size: 16px;
    padding: 0.5em 1em;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    border-top: solid 5px #f991ff;
    line-height: 180%;
}
.exhibition-info-card {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-sizing: border-box;
  padding: 10px;
}
.ex-card-item {
  background-color: #fffff8;
  border: 1px solid #d7c6bb;
  position: relative;
  box-sizing: border-box;
}
.ex-card-header {
  background-color: #0c5979;
  color: #ffffff;
  padding: 12px 12px;
  font-size: 18px;
  box-sizing: border-box;
}
.ex-card-body {
  padding: 15px;
  background-color: #fffff9;
  box-sizing: border-box;
}
.ex-card-finished {
  opacity: 0.65;
}
.ex-syuryou {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: bold;
  color: #cc0000;
  background-color: rgba(255, 255, 255, 0.92);
  padding: 6px 18px;
  border: 2px solid #cc0000;
  text-align: center;
  pointer-events: none;
  white-space: nowrap;
}

/* 【1】パソコン用（画面幅 1025px 以上） */
@media screen and (min-width: 1025px) {}

/* 【2】iPad Pro 用（821px 〜 1024px） */
@media screen and (min-width: 821px) and (max-width: 1024px) {
  .exhibition-page-wrap { padding: 0 20px; }
}

/* 【3】iPad Air 用（769px 〜 820px） */
@media screen and (min-width: 769px) and (max-width: 820px) {
  .exhibition-page-wrap { padding: 0 15px; }
}

/* 【4】iPad 縦向き用（561px 〜 768px） */
@media screen and (min-width: 561px) and (max-width: 768px) {
  .exhibition-page-wrap { padding: 0 15px; }
}

/* 【5】スマートフォン用（560px 以下） */
@media screen and (max-width: 560px) {
  .exhibition-page-wrap { padding: 0 5px; }
  .ex-content-box { font-size: 14px; }
  .ex-card-header { font-size: 13px; padding: 6px 10px; }
  .ex-card-body { padding: 12px; font-size: 13px; }
  .ex-syuryou { font-size: 14px; padding: 4px 10px; }
}
/* 共通ベーススタイル */
.mag-page-wrap {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 10px;
}
.mag-top-banner {
  text-align: center;
  margin-bottom: 20px;
}
.mag-top-banner img {
  width: 100%;
  max-width: 750px;
  height: auto;
  border: 0;
}
.mag-intro-box {
  background-color: #fffff9;
  border: 1px solid #d7c6bb;
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.6;
  box-sizing: border-box;
}
.mag-grid-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  box-sizing: border-box;
}
.mag-grid-item {
  width: calc(50% - 10px);
  background-color: #fffff8;
  border: 1px solid #d7c6bb;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.mag-grid-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}
.mag-grid-item img {
  width: 100%;
  max-width: 360px;
  height: auto;
  border: 0;
  display: block;
  margin: 0 auto;
}

/* 【1】パソコン用（画面幅 1025px 以上） */
@media screen and (min-width: 1025px) {}

/* 【2】iPad Pro 用（821px 〜 1024px） */
@media screen and (min-width: 821px) and (max-width: 1024px) {
  .mag-page-wrap { padding: 0 20px; }
}

/* 【3】iPad Air 用（769px 〜 820px） */
@media screen and (min-width: 769px) and (max-width: 820px) {
  .mag-page-wrap { padding: 0 15px; }
}

/* 【4】iPad 縦向き用（561px 〜 768px） */
@media screen and (min-width: 561px) and (max-width: 768px) {
  .mag-page-wrap { padding: 0 15px; }
}

/* 【5】スマートフォン用（560px 以下） */
@media screen and (max-width: 560px) {
  .mag-grid-container {
    gap: 10px;
  }
  .mag-grid-item {
    width: calc(50% - 5px);
    padding: 6px;
  }
  .mag-intro-box {
    padding: 12px;
    font-size: 13px;
  }
}
/* 共通ベーススタイル */
.mag-detail-wrap {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 10px;
}
.mag-detail-banner {
  text-align: center;
  margin-bottom: 20px;
}
.mag-detail-banner img {
  width: 100%;
  max-width: 750px;
  height: auto;
  border: 0;
}
.mag-detail-img {
  text-align: center;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.mag-detail-img img {
  width: 100%;
  max-width: 750px;
  height: auto;
  border: 0;
}
.mag-detail-box {
  background-color: #fffff8;
  border: 1px solid #d7c6bb;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.mag-detail-box-title {
  background-color: #0c5979;
  color: #ffffff;
  padding: 12px 15px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  box-sizing: border-box;
}
.mag-detail-box-body {
  padding: 20px;
  line-height: 1.8;
  color: #333333;
  box-sizing: border-box;
}
.mag-detail-items {
  background-color: #fffff9;
  border: 1px solid #d7c6bb;
  padding: 15px 20px;
  margin-bottom: 20px;
  line-height: 1.6;
  box-sizing: border-box;
}
.mag-detail-items-title {
  font-weight: bold;
  margin-bottom: 8px;
}

/* 【1】パソコン用（画面幅 1025px 以上） */
@media screen and (min-width: 1025px) {
        .box-title20260529 {
        position: absolute;
        display: inline-block;
        top: -3rem;
        left: 50%;
        transform: translateX(-50%);
        padding: 0rem 0em;
        background-color: white;
        color: #F60;
        width: 680px;
    }
    .box20260529 {
    position: relative;
    border: 2px solid #e6e2e0;
    background-color: white;
    color: #666;
    margin-top: 80px;
    margin-bottom: 30px;
}
}

/* 【2】iPad Pro 用（821px 〜 1024px） */
@media screen and (min-width: 821px) and (max-width: 1024px) {
  .mag-detail-wrap { padding: 0 20px; }
    .box-title20260529 {
    position: absolute;
    display: inline-block;
    top: -3rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0rem 0em;
    background-color: white;
    color: #F60;
    width: 596px;
}
    .box20260529 {
    position: relative;
    border: 2px solid #e6e2e0;
    background-color: white;
    color: #666;
    margin-top: 80px;
    margin-bottom: 30px;
}
}

/* 【3】iPad Air 用（769px 〜 820px） */
@media screen and (min-width: 769px) and (max-width: 820px) {
  .mag-detail-wrap { padding: 0 15px; }
    .box-title20260529 {
    position: absolute;
    display: inline-block;
    top: -3rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0rem 0em;
    background-color: white;
    color: #F60;
    width: 596px;
}
    .box20260529 {
    position: relative;
    border: 2px solid #e6e2e0;
    background-color: white;
    color: #666;
    margin-top: 80px;
    margin-bottom: 30px;
}
}

/* 【4】iPad 縦向き用（561px 〜 768px） */
@media screen and (min-width: 561px) and (max-width: 768px) {
  .mag-detail-wrap { padding: 0 15px; }
}

/* 【5】スマートフォン用（560px 以下） */
@media screen and (max-width: 560px) {
  .mag-detail-wrap { padding: 0 5px; }
  .mag-detail-box-title { font-size: 14px; padding: 10px; }
  .mag-detail-box-body { padding: 12px; font-size: 13px; }
  .mag-detail-items { padding: 12px; font-size: 13px; }
}
/* 新HTML5用 レスポンシブスタイル */
.mag-page-wrap {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.mag-header-img img,
.mag-main-thumb img,
.mag-sub-card img {
  max-width: 100%;
  height: auto;
}

.mag-header-img, .mag-ext-link {
  text-align: center;
  margin-bottom: 20px;
}

.mag-intro-box {
  background: #fdfbf7;
  border: 1px solid #e0d8c8;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 30px;
}

.mag-intro-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 12px;
}

.mag-item-section {
  margin-bottom: 45px;
}

.mag-item-name {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 4px;
}

.mag-item-season {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 8px;
}

.mag-item-desc {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 15px;
}

/* オレンジの商品ページボタン */
.mag-main-thumb {
  position: relative;
}

.mag-btn-wrap {
  position: absolute;
  bottom: 5px;
  right: 3px;
}

.mag-btn-wrap a {
  display: inline-block;
  background: #ff9900;
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 5px 12px 5px 22px;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  position: relative;
}

.mag-btn-wrap a::before {
  content: "➔";
  position: absolute;
  left: 8px;
  top: 4px;
  font-size: 0.7rem;
}

.mag-sub-title {
  color: #009900;
  font-weight: bold;
  font-size: 0.9rem;
  margin: 8px 0 4px 0;
}

.mag-sub-text {
  font-size: 0.8rem;
  color: #555;
  line-height: 1.4;
}

.mag-pagetop {
  text-align: right;
  margin-top: 20px;
}


/* ---------------------------------------------------------
   【1】PC / 【2】iPad Pro / 【3】iPad Air（画面幅 769px 以上）
   --------------------------------------------------------- */
@media screen and (min-width: 769px) {
  .mag-page-wrap {
    max-width: 960px;
  }

  .mag-calendar-layout {
    display: flex;
    gap: 25px;
    align-items: flex-start;
  }

  .mag-side-cal {
    flex: 0 0 120px;
  }

  .mag-side-cal img {
    display: block;
    width: 100%;
  }

  .mag-main-content {
    flex: 1;
  }

  .mag-item-body {
    display: flex;
    gap: 20px;
  }

  .mag-main-thumb {
    flex: 0 0 200px;
  }

  .mag-sub-grid {
    flex: 1;
    display: flex;
    gap: 15px;
  }

  .mag-sub-card {
    flex: 1;
  }
}


/* ---------------------------------------------------------
   【4】iPad（通常・縦向き）（画面幅 561px 〜 768px の間）
   --------------------------------------------------------- */
@media screen and (min-width: 561px) and (max-width: 768px) {
.mag-page-wrap {
    padding: 0 15px;
  }

  .mag-calendar-layout {
    display: flex;
    gap: 15px;
    align-items: flex-start;
  }

  .mag-side-cal {
    flex: 0 0 100px;
  }

  .mag-side-cal img {
    display: block;
    width: 100%;
  }

  .mag-main-content {
    flex: 1;
  }

  .mag-item-body {
    display: flex;
    flex-direction: row;
    gap: 15px;
  }

  .mag-main-thumb {
    flex: 0 0 160px;
  }

  .mag-sub-grid {
    flex: 1;
    display: flex;
    gap: 10px;
  }

  .mag-sub-card {
    flex: 1;
  }
    .box-title20260529 {
    position: absolute;
    display: inline-block;
    top: -3rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0rem 0em;
    background-color: white;
    color: #F60;
    width: 596px;
}
    .box20260529 {
    position: relative;
    border: 2px solid #e6e2e0;
    background-color: white;
    color: #666;
    margin-top: 80px;
    margin-bottom: 30px;
}
}


/* ---------------------------------------------------------
   【5】スマートフォン用（画面幅 560px 以下）
   --------------------------------------------------------- */
@media screen and (max-width: 560px) {
  .mag-page-wrap {
    padding: 0 10px;
  }

  .mag-calendar-layout {
    display: flex;
    flex-direction: column;
  }

  /* スマホ時は左のカレンダー画像を横スクロール可能に調整 */
  .mag-side-cal {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 20px;
    background: #fdfbf7;
    padding: 10px 0;
    border: 1px solid #eee;
  }

  .mag-side-cal img {
    display: inline-block;
    height: 300px; /* 横スクロールで見やすく */
    width: auto;
  }

  .mag-item-body {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .mag-main-thumb {
    max-width: 240px;
    margin: 0 auto;
  }

  .mag-sub-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .mag-sub-card {
    text-align: center;
    background: #fbfbfb;
    padding: 10px;
    border: 1px solid #f0f0f0;
  }
    .box20260529 {
    position: relative;
    border: 2px solid #e6e2e0;
    background-color: white;
    color: #666;
    margin-top: 80px;
    margin-bottom: 30px;
}
    .box-title20260529 {
    position: absolute;
    display: inline-block;
    top: -3rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0rem 0em;
    background-color: white;
    color: #F60;
    width: 300px;
    font-size: 120%;
}
}
/* タグ（バッジ）デザイン設定 */
.mag-item-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.mag-tag-month,
.mag-tag-mat {
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  padding: 3px 8px;
  border-radius: 3px;
  white-space: nowrap;
}

/* 素材別の背景色（元の画像カラーイメージ） */
.bg-sioze-m    { background-color: #e2a898; } /* 塩瀬 月 */
.bg-sioze      { background-color: #5c3327; } /* 塩瀬 素材 */

.bg-ro-m       { background-color: #438cd3; } /* 絽 月 */
.bg-ro         { background-color: #265182; } /* 絽 素材 */

.bg-asaro-m    { background-color: #5cb85c; } /* 麻絽 月 */
.bg-asaro      { background-color: #3e7b3e; } /* 麻絽 素材 */

.bg-yoryu-m    { background-color: #e67e22; } /* 楊柳 月 */
.bg-yoryu      { background-color: #a04000; } /* 楊柳 素材 */

.bg-rochiri-m  { background-color: #f39c12; } /* 絽縮緬 月 */
.bg-rochiri    { background-color: #d68910; } /* 絽縮緬 素材 */

.bg-chirimen-m { background-color: #9b59b6; } /* 縮緬 月 */
.bg-chirimen   { background-color: #6c3483; } /* 縮緬 素材 */
.banner-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px; /* 画像同士の余白 */
  max-width: 375px; /* 最大幅 */
  width: 100%;
  margin: 0 auto;
}

.banner-item {
  /* 3列表示（余白分を引いた幅設定） */
  width: calc((100% - 20px) / 3);
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-item a {
  display: block;
  width: 100%;
  text-align: center;
}

.banner-item img {
  width: 100%;
  max-width: 98px; /* 元の画像サイズを保持 */
  height: auto;
  vertical-align: bottom;
}
.custom-responsive-table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
  }
  
  .custom-responsive-table tbody {
    display: block;
    width: 100%;
  }

  .custom-responsive-table tr {
    display: flex;
    flex-direction: column; /* スマホでは縦並び */
    gap: 20px;
    align-items: center;
  }

  .custom-responsive-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  /* 画像のレスポンシブ化 */
  .custom-responsive-table img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  /* タイトル装飾 */
.title_a {
    background-color: #000479;
    padding: 8px;
    text-align: center;
    margin-bottom: 15px;
}

  /* PCサイズ（768px以上）でのレイアウト */
  @media (min-width: 768px) {
    .custom-responsive-table tr {
      flex-direction: row; /* 横並びに戻す */
      align-items: center;
    }
    
    .custom-responsive-table td:nth-child(1) {
      flex: 0 0 300px; /* 左側（画像エリア）の幅を固定 */
    }

    .custom-responsive-table td:nth-child(2) {
      flex: 1; /* 右側（文章エリア）が残りの幅を占有 */
    }
  }
/* ---------------------------------------------
   【1つ目のズレページ用】横長・標準画像用（比率 350 : 272）
--------------------------------------------- */
.sp_two_column_container.fix_aspect_page1 .shohinimg a > img:first-child {
  aspect-ratio: 350 / 272 !important;
  object-fit: contain !important;
  width: 100% !important;
}

/* =============================================
   【2ページ目（シルクニット）専用】画面幅別ブレイクポイント
============================================= */

/* 【ベース共通設定】 */
.sp_two_column_container.fix_aspect_page2 .shohinimg a > img:first-child {
  width: 100% !important;
  object-fit: contain !important;
  display: block;
  margin: 0 auto;
}

/* 【1】パソコン用（画面幅 1025px 以上） */
@media screen and (min-width: 1025px) {
  .sp_two_column_container.fix_aspect_page2 .shohinimg a > img:first-child {
    max-width: 327px !important;
    height: 400px !important; /* PC時の高さ */
  }
}

/* 【2】iPad Pro 用（画面幅 821px 〜 1024px） */
@media screen and (min-width: 821px) and (max-width: 1024px) {
  .sp_two_column_container.fix_aspect_page2 .shohinimg a > img:first-child {
    height: 340px !important;
  }
}

/* 【3】iPad Air 用（画面幅 769px 〜 820px） */
@media screen and (min-width: 769px) and (max-width: 820px) {
  .sp_two_column_container.fix_aspect_page2 .shohinimg a > img:first-child {
    height: 340px !important;
  }
}

/* 【4】iPad（通常・縦向き）用（画面幅 561px 〜 768px） */
@media screen and (min-width: 561px) and (max-width: 768px) {
  .sp_two_column_container.fix_aspect_page2 .shohinimg a > img:first-child {
    height: 340px !important;
  }
}

/* 【5】スマートフォン用（画面幅 560px 以下） */
@media screen and (max-width: 560px) {
  .sp_two_column_container.fix_aspect_page2 .shohinimg a > img:first-child {
    height: 180px !important; /* スマホ時の高さを小さくして隙間を解消 */
  }
    a.btn_mail315 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 300px !important;
    margin: auto;
    padding: 0.5rem 2rem !important;
    font-weight: bold;
    border: 2px solid #eba403;
    background: #eba403;
    color: #fff;
    border-radius: 100vh;
    transition: 0.5s;
    font-size: 14px !important;
}
        .lineup_btn {
        display: block !important;
    }
.detail_page_body .hedfacebook00 {
        position: absolute;
        right: 65px;
        top: 16px;
        z-index: 100;
    }
.detail_page_body .hedfacebook00 img {
        width: 60%;
    }
.detail_page_body .hedfinstagram00 {
        position: absolute;
        right: 110px;
        top: 16px;
        z-index: 100;
    }
.detail_page_body .hedfinstagram00 img {
        width: 60%;
    }
}

/* 左右の画像領域の「高さ」を合わせてボタン位置を平行にする */
.sp_two_column_container.fix_aspect_page2 .shohinimg a {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}
a.btn_mail315 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 400px;
    margin: auto;
    padding: 1rem 4rem;
    font-weight: bold;
    border: 2px solid #eba403;
    background: #eba403;
    color: #fff;
    border-radius: 100vh;
    transition: 0.5s;
    font-size: 18px;
}
.responsive-video-card {
    width: 96%;
    max-width: 650px; /* 全体の最大幅 */
    margin: 0 auto;
    border-collapse: collapse;
  }

  .responsive-video-card td {
    padding: 8px 0;
  }

  /* YouTubeの16:9アスペクト比を維持して伸縮させるコンテナ */
  .video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 の比率 (9 / 16 = 56.25%) */
    height: 0;
    overflow: hidden;
  }

  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

  /* キャプション（動画下の説明文） */
  .video-caption {
    margin: 10px 0 0 0;
    text-align: center;
  }
p.sizerew {
    font-size: 16px !important;
    font-weight: bold;
}
p.delivery_option {
    display: none;
}
.main_section.main_box.main_free_box[data-free="c2"] img {
    min-width: 100%;
    max-width: 935px;
    display: block;
    height: auto;
    width: 100%;
}
/* スマホ表示（画面幅767px以下）のとき */
@media (max-width: 767px) {

  /* 1. 画像を含まない div（テキストエリア）をすべて非表示 */
  .main_section.main_box.main_free_box[data-free="c2"] div:not(:has(img)) {
    display: none !important;
  }

  /* 2. 画像直後の余計な改行タグ（<br>）を消して余白を詰める */
  .main_section.main_box.main_free_box[data-free="c2"] br {
    display: none !important;
  }

}
.flexbox {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
img.newsh {
  border: 1px solid #e5e5e5;
  border-radius: 4px; /* 角を少しだけ丸くする */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); /* ごくうっすらとした影 */
}
/* ===================================================
   共通ベーススタイル（全体設計）
   =================================================== */
#footerSNSMenu {
  background-color: #004D25 !important;
  box-sizing: border-box;
  width: 100%;
}

.footerMenu__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  box-sizing: border-box;
}

/* 各カラム（左列・右列） */
.footerMenu__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* 左揃え */
  box-sizing: border-box;
}

/* SNSアイコンラッパー */
.footerMenu__snsWrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.footerMenu__snsIcon {
  display: inline-block;
  color: #c5a059; /* ゴールド調のアクセントカラー（#FFFFFFにする場合はここを変更） */
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.footerMenu__snsIcon:hover {
  opacity: 0.8;
  transform: scale(1.05);
}

.footerMenu__snsIcon svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* リスト・リンクスタイル */
.footerMenu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}

#footerSNSMenu a.footerMenu__link:link,
#footerSNSMenu a.footerMenu__link:visited,
#footerSNSMenu a.footerMenu__link:hover,
#footerSNSMenu a.footerMenu__link:active {
  color: #FFFFFF !important;
  text-decoration: none;
}

.footerMenu__link {
  display: inline-block;
  line-height: 1.4;
  letter-spacing: 0.05em;
  word-break: break-word;
  transition: opacity 0.2s ease;
}

.footerMenu__link:hover {
  text-decoration: underline !important;
  opacity: 0.85;
}


/* ===================================================
   【5】スマートフォン用（画面幅 560px 以下）
   =================================================== */
@media (max-width: 560px) {
  #footerSNSMenu {
    padding: 24px 16px 32px;
  }
  .footerMenu__inner {
    max-width: 100%;
    gap: 16px;
  }
  .footerMenu__snsWrap {
    margin-bottom: 14px;
  }
  .footerMenu__snsIcon {
    width: 44px;
    height: 44px;
  }
  .footerMenu__list {
    gap: 10px;
  }
  .footerMenu__link {
    font-size: clamp(12px, 3.4vw, 14px);
  }
}

/* ===================================================
   【4】iPad（通常・縦向き）用（画面幅 561px 〜 768px）
   =================================================== */
@media (min-width: 561px) and (max-width: 768px) {
  #footerSNSMenu {
    padding: 30px 24px 40px;
  }
  .footerMenu__inner {
    max-width: 520px;
    gap: 32px;
  }
  .footerMenu__snsWrap {
    margin-bottom: 18px;
  }
  .footerMenu__snsIcon {
    width: 52px;
    height: 52px;
  }
  .footerMenu__list {
    gap: 12px;
  }
  .footerMenu__link {
    font-size: 14px;
  }
}

/* ===================================================
   【3】iPad Air 用（画面幅 769px 〜 820px）
   =================================================== */
@media (min-width: 769px) and (max-width: 820px) {
  #footerSNSMenu {
    padding: 36px 30px 48px;
  }
  .footerMenu__inner {
    max-width: 580px;
    gap: 48px;
  }
  .footerMenu__snsWrap {
    margin-bottom: 20px;
  }
  .footerMenu__snsIcon {
    width: 56px;
    height: 56px;
  }
  .footerMenu__list {
    gap: 14px;
  }
  .footerMenu__link {
    font-size: 14px;
  }
}

/* ===================================================
   【2】iPad Pro 用（画面幅 821px 〜 1024px）
   =================================================== */
@media (min-width: 821px) and (max-width: 1024px) {
  #footerSNSMenu {
    padding: 40px 36px 52px;
  }
  .footerMenu__inner {
    max-width: 640px;
    gap: 56px;
  }
  .footerMenu__snsWrap {
    margin-bottom: 22px;
  }
  .footerMenu__snsIcon {
    width: 60px;
    height: 60px;
  }
  .footerMenu__list {
    gap: 15px;
  }
  .footerMenu__link {
    font-size: 15px;
  }
}

/* ===================================================
   【1】パソコン用（画面幅 1025px 以上）
   =================================================== */
@media (min-width: 1025px) {
  #footerSNSMenu {
    padding: 44px 40px 60px;
  }
  .footerMenu__inner {
    max-width: 680px;
    gap: 64px;
  }
  .footerMenu__snsWrap {
    margin-bottom: 24px;
  }
  .footerMenu__snsIcon {
    width: 64px;
    height: 64px;
  }
  .footerMenu__list {
    gap: 16px;
  }
  .footerMenu__link {
    font-size: 15px;
  }
}
/* --- サムネイル全体のレイアウト --- */
.thumbnail .flex_layout {
    gap: 8px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.thumbnail .thumbnail_listbox {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
}

/* --- サムネイルリンク（枠線の基準） --- */
.thumbnail .thumbnail_image_link {
    display: block !important;
    width: 55px !important;
    height: 55px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 2px solid transparent !important; /* 通常時は透明な枠線にしておく（ガタつき防止） */
    box-sizing: border-box !important;
    position: relative !important;
    line-height: 0 !important;
    background: none !important;
}

/* --- 中の画像枠・画像 --- */
.thumbnail .thumbnail_image_box {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
    overflow: hidden !important;
}

.thumbnail .thumbnail_btn {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    border: none !important;
}

/* --- ホバー時＆選択中の赤枠 --- */
.thumbnail .thumbnail_image_link:hover,
.thumbnail .thumbnail_image_link.current {
    border-color: #ff0000 !important; /* 赤枠を表示 */
    background: none !important;
    box-shadow: none !important;
}


/* --- スマホ表示時（画面幅767px以下） --- */
@media screen and (max-width: 767px) {
    .thumbnail .flex_layout {
        gap: 6px !important;
    }

    .thumbnail .thumbnail_image_link {
        width: 48px !important;
        height: 48px !important;
    }
}
.\32 0260807salecabn {
    display: none;
}
.saletext20260807 {
    display: none;
}
.sale20260807 {
    display: none;
}
.\32 0260807salebn {
    display: none;
}
.sale20260807pricesn {
    display: none;
}
/* 全体コンテナ */
.info-container {
  width: 100%;
  max-width: 100%; /* 幅を100%に拡張 */
  margin: 0 auto 20px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
}

/* 画像のレスポンシブ化 ＋ 中央寄せ */
.info-banner {
  text-align: center; /* コンテナ内の中央揃え */
}

.info-banner img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; /* 画像自体を中央寄せ */
}

/* 見出し・文字色設定 */
.info-lead h3.f14red,
.f14red {
  color: #cc0000;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
}

.info-lead a {
  color: #0066cc;
  text-decoration: underline;
}

.f14koiaka {
  color: #990000;
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 8px 0;
}

.info-lead p {
  margin: 8px 0;
}

/* ====================================================
   グリッドレイアウト（テーブル代替え枠）
==================================================== */
.info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 基本は2列並び */
  gap: 1px; /* 区切り線の太さ */
  background-color: #e0e0e0; /* 【変更】隙間の色を薄いグレーに調整 */
  border: 1px solid #e0e0e0; /* 【変更】外枠の色を薄いグレーに調整 */
  margin-top: 15px;
}

.info-card {
  background-color: #ffffff;
  padding: 16px; /* 100%幅に合わせて少しゆったり配置 */
  box-sizing: border-box;
}

.info-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
}

/* ====================================================
   レスポンシブ対応（メディアクエリ）
==================================================== */

/* 【1】パソコン用（1025px 以上）〜【3】iPad Air 用（769px 以上） */
@media screen and (min-width: 769px) {
  /* PC〜タブレット横向きは2列維持 */
}

/* 【4】iPad 縦向き（561px 〜 768px） */
@media screen and (max-width: 768px) {
  .br-pc {
    display: none; /* 狭い幅での不自然な改行を防止 */
  }
}

/* 【5】スマートフォン用（560px 以下） */
@media screen and (max-width: 560px) {
  .info-grid {
    grid-template-columns: 1fr; /* 1列の縦並びに切り替え */
    gap: 8px; /* スマホ時は線でなくカード間の隙間に変更 */
    background-color: transparent;
    border: none;
  }

  .info-card {
    border: 1px solid #e5e5e5; /* 【変更】スマホ時の枠線も薄めの色に統一 */
    border-radius: 4px;
    padding: 12px;
  }

  .br-pc {
    display: none;
  }
}
.global_note .list_icon_circle, .global_note .list_icon_circle::before, .global_note .list_icon_circle::after {
    display: none !important;
    content: none !important;
}
/* 【1】パソコン用（1025px 以上） */
@media screen and (min-width: 1025px) {
  h3.title02 {
    padding: 0.9rem 1rem;
    border-left: 5px solid #004D25;
    background: #FAF9F7;
    font-size: 16px;
    font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", serif;
  }
}

/* 【2】iPad Pro 用（821px 〜 1024px） */
@media screen and (min-width: 821px) and (max-width: 1024px) {
  h3.title02 {
    padding: 0.9rem 1rem;
    border-left: 5px solid #004D25;
    background: #FAF9F7;
    font-size: 16px;
    font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", serif;
  }
}

/* 【3】iPad Air 用（769px 〜 820px） */
@media screen and (min-width: 769px) and (max-width: 820px) {
  h3.title02 {
    padding: 0.9rem 1rem;
    border-left: 5px solid #004D25;
    background: #FAF9F7;
    font-size: 16px;
    font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", serif;
  }
}

/* 【4】iPad（通常・縦向き）用（561px 〜 768px） */
@media screen and (min-width: 561px) and (max-width: 768px) {
  h3.title02 {
    padding: 0.9rem 1rem;
    border-left: 5px solid #004D25;
    background: #FAF9F7;
    font-size: 16px;
    font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", serif;
  }
}
/* ========================================================
   メルマガページ等（1カラム用）完全統合レスポンシブCSS
   ======================================================== */

/* 不要な標準パーツを非表示 */
body.mailmagazine_page_body .header_right,
body.mailmagazine_page_body .h_menu,
body.mailmagazine_page_body .search_bar {
  display: none !important;
}

body.mailmagazine_page_body #header {
  position: relative !important;
  width: 100% !important;
}

/* ----------------------------------------------------
   スライドメニュー内レイアウト調整
   ---------------------------------------------------- */
body.mailmagazine_page_body #side_menu_left,
body.mailmagazine_page_body .side_menu {
  background-color: #ffffff !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

body.mailmagazine_page_body #side_menu_left #left_column,
body.mailmagazine_page_body .side_menu #left_column {
  display: block !important;
  width: 100% !important;
  padding: 15px !important;
  box-sizing: border-box !important;
}

body.mailmagazine_page_body #side_menu_left .list ul,
body.mailmagazine_page_body .side_menu .list ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.mailmagazine_page_body #side_menu_left .list ul li img,
body.mailmagazine_page_body .side_menu .list ul li img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin-bottom: 8px !important;
}

/* ----------------------------------------------------
   スライドメニュー内レイアウト強制表示
   ---------------------------------------------------- */
body.mailmagazine_page_body [class*="side_menu"],
body.mailmagazine_page_body #side_menu_left {
  background-color: #ffffff !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

body.mailmagazine_page_body [class*="side_menu"] #left_column,
body.mailmagazine_page_body #side_menu_left #left_column {
  display: block !important;
  width: 100% !important;
  padding: 20px 15px 40px 15px !important;
  box-sizing: border-box !important;
}

body.mailmagazine_page_body [class*="side_menu"] .list ul,
body.mailmagazine_page_body #side_menu_left .list ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.mailmagazine_page_body [class*="side_menu"] .list ul li,
body.mailmagazine_page_body #side_menu_left .list ul li {
  margin-bottom: 8px !important;
}

body.mailmagazine_page_body [class*="side_menu"] .list ul li img,
body.mailmagazine_page_body #side_menu_left .list ul li img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

/* --------------------------------------------------------
   【1】パソコン用（1025px 以上）
   -------------------------------------------------------- */
@media screen and (min-width: 1025px) {
  body.mailmagazine_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    min-height: 90px !important;
    display: flex !important;
    align-items: center !important;
  }

  body.mailmagazine_page_body #custom_app_icons {
    display: none !important;
  }

  body.mailmagazine_page_body #inner_header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    box-sizing: border-box !important;
    position: relative !important;
  }

  body.mailmagazine_page_body .header_center.center_shop_name {
    margin: 0 !important;
  }

  body.mailmagazine_page_body .custom_header_search {
    display: block !important;
    margin: 0 !important;
  }

  body.mailmagazine_page_body .custom_header_search form {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
  }

  body.mailmagazine_page_body .custom_header_search .search_box {
    height: 28px !important;
    line-height: 28px !important;
    padding: 2px 8px !important;
    border: 1px solid #7f9db9 !important;
    border-radius: 3px !important;
    box-sizing: border-box !important;
    font-size: 13px !important;
    width: 240px !important;
    margin-right: 5px !important;
    background-color: #fff !important;
  }

  body.mailmagazine_page_body .custom_header_search .searchinput {
    height: 28px !important;
    line-height: 26px !important;
    padding: 0 10px !important;
    background: linear-gradient(to bottom, #f7f7f7 0%, #e0e0e0 100%) !important;
    border: 1px solid #a0a0a0 !important;
    border-radius: 3px !important;
    font-size: 12px !important;
    color: #333 !important;
    cursor: pointer !important;
  }

  body.mailmagazine_page_body #header_nav_free {
    display: block !important;
    border-top: 3px solid #004d25 !important;
    border-bottom: none !important;
    background-color: #fff !important;
    width: 100% !important;
    padding: 6px 0 8px 0 !important;
  }

  body.mailmagazine_page_body .header_navfree ul {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.mailmagazine_page_body .header_navfree ul li img {
    display: block !important;
    height: auto !important;
  }
 .hedfacebook00 {
    display: none;
}
 .hedfinstagram00 {
    display: none;
}
}

/* --------------------------------------------------------
   【2】iPad Pro 用（821px 〜 1024px）
   -------------------------------------------------------- */
@media screen and (min-width: 821px) and (max-width: 1024px) {
  body.mailmagazine_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    min-height: 90px !important;
    display: flex !important;
    align-items: center !important;
  }

  body.mailmagazine_page_body #custom_app_icons {
    display: none !important;
  }

  body.mailmagazine_page_body #inner_header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    box-sizing: border-box !important;
    position: relative !important;
  }

  body.mailmagazine_page_body .header_center.center_shop_name {
    margin: 0 !important;
  }

  body.mailmagazine_page_body .custom_header_search {
    display: block !important;
    margin: 0 !important;
  }

  body.mailmagazine_page_body .custom_header_search form {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
  }

  body.mailmagazine_page_body .custom_header_search .search_box {
    height: 28px !important;
    line-height: 28px !important;
    padding: 2px 8px !important;
    border: 1px solid #7f9db9 !important;
    border-radius: 3px !important;
    box-sizing: border-box !important;
    font-size: 13px !important;
    width: 240px !important;
    margin-right: 5px !important;
    background-color: #fff !important;
  }

  body.mailmagazine_page_body .custom_header_search .searchinput {
    height: 28px !important;
    line-height: 26px !important;
    padding: 0 10px !important;
    background: linear-gradient(to bottom, #f7f7f7 0%, #e0e0e0 100%) !important;
    border: 1px solid #a0a0a0 !important;
    border-radius: 3px !important;
    font-size: 12px !important;
    color: #333 !important;
    cursor: pointer !important;
  }

  body.mailmagazine_page_body #header_nav_free {
    display: block !important;
    border-top: 3px solid #004d25 !important;
    border-bottom: none !important;
    background-color: #fff !important;
    width: 100% !important;
    padding: 6px 0 8px 0 !important;
  }

  body.mailmagazine_page_body .header_navfree ul {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.mailmagazine_page_body .header_navfree ul li img {
    display: block !important;
    height: auto !important;
  }
   .hedfacebook00 {
    display: none;
}
 .hedfinstagram00 {
    display: none;
}
}

/* --------------------------------------------------------
   【3】iPad Air 用（769px 〜 820px）
   -------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 820px) {
  body.mailmagazine_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    min-height: 90px !important;
  }

  body.mailmagazine_page_body .custom_header_search {
    display: none !important;
  }

  body.mailmagazine_page_body #inner_header {
    position: static !important;
    width: 100% !important;
  }

  /* ロゴ中央配置と上下余白 */
  body.mailmagazine_page_body .header_center.center_shop_name {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    z-index: 10 !important;
  }

  body.mailmagazine_page_body .shoplogo {
    padding: 15px 0 15px !important;
  }

  /* アイコン親コンテナの解除 */
  body.mailmagazine_page_body #custom_app_icons {
    position: static !important;
  }

  /* カート（right 140px, top 25px / width 90%） */
  body.mailmagazine_page_body #custom_app_icons .icon_item.custom_cart {
    position: absolute !important;
    right: 140px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
  }

  body.mailmagazine_page_body #custom_app_icons .icon_item.custom_cart img {
    display: block !important;
    width: 90% !important;
    height: auto !important;
  }

  /* ログイン（right 85px, top 25px / width 90%） */
  body.mailmagazine_page_body #custom_app_icons .icon_item.custom_login {
    position: absolute !important;
    right: 85px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
  }

  body.mailmagazine_page_body #custom_app_icons .icon_item.custom_login img {
    display: block !important;
    width: 90% !important;
    height: auto !important;
  }

  /* メニュー（right 25px, top 25px） */
  body.mailmagazine_page_body #custom_app_icons .icon_item.custom_menu {
    position: absolute !important;
    right: 25px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 100 !important;
  }

  body.mailmagazine_page_body #custom_app_icons .icon_item.custom_menu a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    line-height: 1 !important;
    width: 100% !important;
    height: 100% !important;
  }

  /* Font Awesome（30px） */
  body.mailmagazine_page_body #custom_app_icons .fa {
    font-size: 30px !important;
    display: block !important;
    color: #004d25 !important;
    line-height: 1 !important;
    margin: 0 !important;
  }

  /* 「メニュー」テキスト */
  body.mailmagazine_page_body #custom_app_icons .menu_label {
    display: block !important;
    font-size: 9px !important;
    font-weight: bold !important;
    color: #333333 !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
    margin-top: 2px !important;
  }

  /* 下部画像メニュー */
  body.mailmagazine_page_body #header_nav_free {
    display: block !important;
    border-top: 3px solid #004d25 !important;
    border-bottom: none !important;
    background-color: #fff !important;
    width: 100% !important;
    padding: 6px 0 8px 0 !important;
  }

  body.mailmagazine_page_body .header_navfree ul {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.mailmagazine_page_body .header_navfree ul li img {
    display: block !important;
    height: auto !important;
  }
}

/* --------------------------------------------------------
   スライドドロワーメニュー（見本実数値 完全一致版）
   -------------------------------------------------------- */
#custom_drawer_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 99998;
}

#custom_drawer_overlay.is_active {
  display: block;
}

/* メニュー本体枠（横幅250px） */
#custom_drawer_menu {
  position: fixed;
  top: 0;
  left: -270px;
  width: 250px;
  height: 100%;
  background-color: #ffffff;
  z-index: 99999;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
  transition: left 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 40px 0;
  box-sizing: border-box;
}

#custom_drawer_menu.is_active {
  left: 0;
}

/* 閉じる「✖」ボタン（250px幅に合わせて配置） */
#custom_drawer_close {
  position: fixed;
  top: 56%;
  left: -40px;
  width: 28px;
  height: 28px;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
  z-index: 100000;
  padding: 0;
  transition: left 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

#custom_drawer_menu.is_active #custom_drawer_close {
  left: 255px;
}

/* #left_column ul のリセット */
#custom_drawer_menu #left_column ul {
  margin: 0;
  padding: 0;
}

/* 上部ログインメニュー */
#custom_drawer_menu ul.loginmenu {
  float: left;
  margin: 0 auto;
  padding: 0px !important;
  width: 250px;
  list-style: none;
  box-sizing: border-box;
}

/* 各メニュー項目の上下マージン */
#custom_drawer_menu li.listmenu01,
#custom_drawer_menu li.listmenu02 {
  margin: 10px auto !important;
  padding: 0 !important;
  list-style: none;
  box-sizing: border-box;
}

/* ボタン（見本のComputed数値を完全適用） */
#custom_drawer_menu a.btn_10,
#custom_drawer_menu .loginmenu a {
  display: block !important;
  width: 250px !important;
  height: 38.5px !important;
  margin: auto !important;
  padding: 8px 32px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  vertical-align: middle !important;
  text-decoration: none !important;
  background-image: linear-gradient(to top, rgb(0, 77, 37), rgb(0, 77, 37)) !important;
  color: #ffffff !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
  font-family: "Shippori Mincho", "Yu Mincho", "游明朝", "Hiragino Mincho ProN", serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 22.5px !important;
  letter-spacing: normal !important;
}

/* リンク色指定 */
#custom_drawer_menu .loginmenu a,
#custom_drawer_menu .loginmenu a:link,
#custom_drawer_menu .loginmenu a:visited,
#custom_drawer_menu .loginmenu a:hover,
#custom_drawer_menu .loginmenu a:active {
  color: #ffffff !important;
}

#custom_drawer_menu .left_notice_block {
  margin: 0;
  padding: 0;
  clear: both;
}

/* 商品一覧タイトル帯 */
#custom_drawer_menu h3.title09 {
  margin-top: 10px !important;
  margin-bottom: 0 !important;
  padding: 0.6rem 1rem !important;
  border-left: 5px solid #004d25 !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  background: #FAF9F7 !important;
  color: #333333 !important;
  font-size: 16px !important;
  font-family: "Shippori Mincho", "Yu Mincho", "游明朝", "Hiragino Mincho ProN", serif !important;
  box-sizing: border-box !important;
}

/* 商品一覧バナーリスト */
#custom_drawer_menu .list {
  padding: 0;
  margin: 0;
}

#custom_drawer_menu .list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

#custom_drawer_menu .list ul li {
  margin: 0;
  padding: 0;
  line-height: 0;
}

#custom_drawer_menu .list ul li a {
  display: block;
  margin: 0;
  padding: 0;
}

#custom_drawer_menu .list ul li img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0;
}

/* --------------------------------------------------------
   【4】iPad（通常・縦向き）用（561px 〜 768px）
   -------------------------------------------------------- */
@media screen and (min-width: 561px) and (max-width: 768px) {
  body.mailmagazine_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    min-height: 90px !important;
  }

  body.mailmagazine_page_body .custom_header_search {
    display: none !important;
  }

  body.mailmagazine_page_body #inner_header {
    position: static !important;
    width: 100% !important;
  }

  /* ロゴ中央配置と上下余白 */
  body.mailmagazine_page_body .header_center.center_shop_name {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    z-index: 10 !important;
  }

  body.mailmagazine_page_body .shoplogo {
    padding: 15px 0 15px !important;
  }

  /* アイコン親コンテナの解除 */
  body.mailmagazine_page_body #custom_app_icons {
    position: static !important;
  }

  /* カート（right 140px, top 25px / width 45px） */
  body.mailmagazine_page_body #custom_app_icons .icon_item.custom_cart {
    position: absolute !important;
    right: 140px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
  }

  body.mailmagazine_page_body #custom_app_icons .icon_item.custom_cart img {
    display: block !important;
    width: 90% !important;
    height: auto !important;
  }

  /* ログイン（right 85px, top 25px / width 45px） */
  body.mailmagazine_page_body #custom_app_icons .icon_item.custom_login {
    position: absolute !important;
    right: 85px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
  }

  body.mailmagazine_page_body #custom_app_icons .icon_item.custom_login img {
    display: block !important;
    width: 90% !important;
    height: auto !important;
  }

  /* メニュー（right 25px, top 25px / width 45px） */
  body.mailmagazine_page_body #custom_app_icons .icon_item.custom_menu {
    position: absolute !important;
    right: 25px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 100 !important;
  }

  body.mailmagazine_page_body #custom_app_icons .icon_item.custom_menu a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    line-height: 1 !important;
    width: 100% !important;
    height: 100% !important;
  }

  /* Font Awesome（30px） */
  body.mailmagazine_page_body #custom_app_icons .fa {
    font-size: 30px !important;
    display: block !important;
    color: #004d25 !important;
    line-height: 1 !important;
    margin: 0 !important;
  }

  /* 「メニュー」テキスト */
  body.mailmagazine_page_body #custom_app_icons .menu_label {
    display: block !important;
    font-size: 9px !important;
    font-weight: bold !important;
    color: #333333 !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
    margin-top: 2px !important;
  }

  /* 下部画像メニュー */
  body.mailmagazine_page_body #header_nav_free {
    display: block !important;
    border-top: 3px solid #004d25 !important;
    border-bottom: none !important;
    background-color: #fff !important;
    width: 100% !important;
    padding: 6px 0 8px 0 !important;
  }

  body.mailmagazine_page_body .header_navfree ul {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.mailmagazine_page_body .header_navfree ul li img {
    display: block !important;
    height: auto !important;
  }
}
/* --------------------------------------------------------
   【5】スマートフォン用（560px 以下）
   -------------------------------------------------------- */
@media screen and (max-width: 560px) {
  body.mailmagazine_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    height: 82.7px !important;
    min-height: 82.7px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
  }

  body.mailmagazine_page_body .custom_header_search {
    display: none !important;
  }

  body.mailmagazine_page_body #inner_header {
    position: static !important;
    width: 100% !important;
    height: 82.7px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* ロゴ配置（左端基準） */
  body.mailmagazine_page_body .header_center.center_shop_name {
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
  }

  body.mailmagazine_page_body .shoplogo {
    padding: 0 !important;
    margin-top: -5px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    line-height: 0 !important;
  }

  /* ロゴ画像（実測値：190px × 49.6875px） */
  body.mailmagazine_page_body .shoplogo img {
    width: 190px !important;
    height: 49.7px !important;
    max-width: none !important;
    max-height: none !important;
    vertical-align: middle !important;
  }

  /* アイコン親コンテナの解除（絶対配置） */
  body.mailmagazine_page_body #custom_app_icons {
    position: static !important;
  }

  /* カートアイコン（実測：30px × 30px / right 120px） */
  body.mailmagazine_page_body #custom_app_icons .icon_item.custom_cart {
    position: absolute !important;
    right: 115px !important;
    top: 45% !important;
    transform: translateY(-50%) !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    z-index: 100 !important;
  }

  body.mailmagazine_page_body #custom_app_icons .icon_item.custom_cart a {
    display: block !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 0 !important;
  }

  body.mailmagazine_page_body #custom_app_icons .icon_item.custom_cart img {
    display: block !important;
    width: 30px !important;
    height: 30px !important;
    object-fit: contain !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* ログインアイコン（実測：50px × 30px / right 65px） */
  body.mailmagazine_page_body #custom_app_icons .icon_item.custom_login {
    position: absolute !important;
    right: 60px !important;
    top: 45% !important;
    transform: translateY(-50%) !important;
    width: 50px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    z-index: 100 !important;
  }

  body.mailmagazine_page_body #custom_app_icons .icon_item.custom_login a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50px !important;
    height: 30px !important;
    line-height: 0 !important;
  }

  body.mailmagazine_page_body #custom_app_icons .icon_item.custom_login img {
    display: block !important;
    max-width: 100% !important;
    height: 30px !important;
    object-fit: contain !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* メニューアイコン（実測：50px × 45px / right 10px） */
  body.mailmagazine_page_body #custom_app_icons .icon_item.custom_menu {
    position: absolute !important;
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 50px !important;
    min-width: 50px !important;
    height: 45px !important;
    padding: 5px 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    z-index: 100 !important;
  }

  body.mailmagazine_page_body #custom_app_icons .icon_item.custom_menu a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    width: 100% !important;
    height: 100% !important;
  }

  /* Font Awesome アイコン */
  body.mailmagazine_page_body #custom_app_icons .fa {
    font-size: 22px !important;
    display: block !important;
    color: #004d25 !important;
    line-height: 1 !important;
    margin: 0 !important;
  }

  /* 「メニュー」テキスト */
  body.mailmagazine_page_body #custom_app_icons .menu_label {
    display: block !important;
    font-family: "Shippori Mincho", "Yu Mincho", "游明朝", serif !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    color: #333333 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    white-space: nowrap !important;
    margin-top: 2px !important;
  }

  /* 下部ナビゲーション非表示 */
  body.mailmagazine_page_body #header_nav_free {
    display: none !important;
  }
}
/* --------------------------------------------------------
   1カラムページ専用：フッター全体レイアウト
   -------------------------------------------------------- */
body.mailmagazine_page_body #footer_area,
body.mailmagazine_page_body #footer {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  clear: both !important;
  background-color: #ffffff !important;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
}

body.mailmagazine_page_body #custom_onecol_footer_container {
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* ひな形不要パーツの非表示 */
body.mailmagazine_page_body #footer_area > ul,
body.mailmagazine_page_body #footer_area .footer_nav {
  display: none !important;
}

/* ========================================================
   最下部コピーライト（背景色・Computed値完全一致）
   ======================================================== */
body.mailmagazine_page_body .custom_kept_copyright,
body.mailmagazine_page_body #footer_area .copyright,
body.mailmagazine_page_body #footer_area p {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 10px !important;
  background-color: #EDEDED !important;
  font-family: "Shippori Mincho", serif !important;
  font-size: 14.04px !important;
  font-weight: 400 !important;
  line-height: 22.464px !important;
  color: rgb(33, 37, 41) !important;
  text-align: center !important;
  box-sizing: border-box !important;
  clear: both !important;
}

/* ========================================================
   PC表示時（1025px以上）
   ======================================================== */
@media screen and (min-width: 1025px) {
  body.mailmagazine_page_body #footer2 {
    display: block !important;
    width: 1200px !important;
    margin: 0 auto 30px !important;
    padding: 0 !important;
    border: 0 !important;
    box-sizing: border-box !important;
    font-family: "Shippori Mincho", serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    color: rgb(102, 102, 102) !important;
    text-align: left !important;
    overflow: hidden !important;
    float: none !important;
  }

  body.mailmagazine_page_body #footer2 div.line {
    float: left !important;
    width: 1200px !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
  }

  body.mailmagazine_page_body #footer2 div.line img {
    width: 1200px !important;
    height: 5px !important;
    display: block !important;
  }

  body.mailmagazine_page_body #footer2 div.logo {
    float: left !important;
    width: 350px !important;
    box-sizing: border-box !important;
  }

  body.mailmagazine_page_body #footer2 div.haiso {
    float: left !important;
    width: 350px !important;
    box-sizing: border-box !important;
  }

  body.mailmagazine_page_body #footer2 div.etc {
    float: left !important;
    margin-left: 30px !important;
    width: 470px !important;
    box-sizing: border-box !important;
  }

  body.mailmagazine_page_body #footerSNSMenu {
    display: none !important;
  }
}

/* ========================================================
   タブレット・iPad Pro表示時（1024px以下）
   ======================================================== */
@media screen and (max-width: 1024px) {
  body.mailmagazine_page_body #footer2 {
    display: none !important;
  }

  body.mailmagazine_page_body #footerSNSMenu {
    display: block !important;
    background-color: #004D25 !important;
    box-sizing: border-box !important;
    width: 100% !important;
    text-align: left !important;
  }

  body.mailmagazine_page_body .footerMenu__inner {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
    width: 100% !important;
  }

  body.mailmagazine_page_body .footerMenu__col {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    box-sizing: border-box !important;
  }

  body.mailmagazine_page_body .footerMenu__snsWrap {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }

  body.mailmagazine_page_body .footerMenu__snsIcon {
    display: block !important;
    width: 60px !important;
    height: 60px !important;
    color: rgb(255, 255, 255) !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
  }

  body.mailmagazine_page_body .footerMenu__snsIcon svg {
    display: block !important;
    width: 60px !important;
    height: 60px !important;
  }

  body.mailmagazine_page_body .footerMenu__list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
  }

  body.mailmagazine_page_body .footerMenu__list li {
    width: 100% !important;
    text-align: left !important;
  }

  body.mailmagazine_page_body #footerSNSMenu a:link,
  body.mailmagazine_page_body #footerSNSMenu a:visited,
  body.mailmagazine_page_body #footerSNSMenu a:hover,
  body.mailmagazine_page_body #footerSNSMenu a:active,
  body.mailmagazine_page_body #footerSNSMenu a.footerMenu__link:link,
  body.mailmagazine_page_body #footerSNSMenu a.footerMenu__link:visited,
  body.mailmagazine_page_body #footerSNSMenu a.footerMenu__link:hover,
  body.mailmagazine_page_body #footerSNSMenu a.footerMenu__link:active {
    display: block !important;
    width: 100% !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-family: "Shippori Mincho", serif !important;
    font-size: 14.04px !important;
    line-height: 22.464px !important;
    text-align: left !important;
  }
}

/* ========================================================
   iPad Pro専用ブレークポイント（821px〜1024px）
   ======================================================== */
@media screen and (min-width: 821px) and (max-width: 1024px) {
  body.mailmagazine_page_body #footerSNSMenu {
    padding: 40px 36px 52px !important;
  }

  body.mailmagazine_page_body .footerMenu__inner {
    max-width: 640px !important;
    gap: 56px !important;
  }

  body.mailmagazine_page_body .footerMenu__snsWrap {
    margin-bottom: 22px !important;
  }

  body.mailmagazine_page_body .footerMenu__list {
    gap: 15px !important;
  }
}
/* ========================================================
   4. スマートフォン専用（560px以下）：Computed完全準拠
   ======================================================== */
@media screen and (max-width: 560px) {
  /* フッター全体のパディング（上24px 左右16px 下32px） */
  body.mailmagazine_page_body #footerSNSMenu {
    padding: 24px 16px 32px !important;
  }

  body.mailmagazine_page_body .footerMenu__inner {
    width: 100% !important;
    max-width: 100% !important;
    gap: 20px !important;
  }

  /* アイコンの親要素（margin-bottom: 14px） */
  body.mailmagazine_page_body .footerMenu__snsWrap {
    margin-bottom: 14px !important;
    justify-content: flex-start !important;
  }

  /* アイコンサイズ（44px × 44px） */
  body.mailmagazine_page_body .footerMenu__snsIcon,
  body.mailmagazine_page_body .footerMenu__snsIcon svg {
    display: block !important;
    width: 44px !important;
    height: 44px !important;
  }

  /* リストの間隔 */
  body.mailmagazine_page_body .footerMenu__list {
    gap: 10px !important;
  }

  /* テキストリンク（Computed: 12.75px / 700 / 17.85px / 0.6375px） */
  body.mailmagazine_page_body #footerSNSMenu a:link,
  body.mailmagazine_page_body #footerSNSMenu a:visited,
  body.mailmagazine_page_body #footerSNSMenu a:hover,
  body.mailmagazine_page_body #footerSNSMenu a:active,
  body.mailmagazine_page_body #footerSNSMenu a.footerMenu__link:link,
  body.mailmagazine_page_body #footerSNSMenu a.footerMenu__link:visited,
  body.mailmagazine_page_body #footerSNSMenu a.footerMenu__link:hover,
  body.mailmagazine_page_body #footerSNSMenu a.footerMenu__link:active {
    display: block !important;
    width: 100% !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-family: "Shippori Mincho", serif !important;
    font-size: 12.75px !important;
    font-weight: 700 !important;
    line-height: 17.85px !important;
    letter-spacing: 0.6375px !important;
    text-align: left !important;
  }
}
/* 1カラム（メルマガ等）ページのコピーライトだけに適用 */
body.mailmagazine_page_body .custom_kept_copyright,
body.mailmagazine_page_body #footer_area .copyright,
body.mailmagazine_page_body #footer_area p,
body.mailmagazine_page_body #footer_area small {
  font-family: "Shippori Mincho", serif !important;
  font-size: 14.04px !important; /* または他ページと同じサイズ（例: 14px / 16px など）に調整 */
  color: rgb(33, 37, 41) !important;
  line-height: 1.5 !important;
  text-align: center !important;
}
/* ========================================================
   マイページ等（1カラム用）完全統合レスポンシブCSS
   ======================================================== */

/* 不要な標準パーツを非表示 */
body.my_page_body .header_right,
body.my_page_body .h_menu,
body.my_page_body .search_bar {
  display: none !important;
}

body.my_page_body #header {
  position: relative !important;
  width: 100% !important;
}

/* ----------------------------------------------------
   スライドメニュー内レイアウト調整
   ---------------------------------------------------- */
body.my_page_body #side_menu_left,
body.my_page_body .side_menu {
  background-color: #ffffff !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

body.my_page_body #side_menu_left #left_column,
body.my_page_body .side_menu #left_column {
  display: block !important;
  width: 100% !important;
  padding: 15px !important;
  box-sizing: border-box !important;
}

body.my_page_body #side_menu_left .list ul,
body.my_page_body .side_menu .list ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.my_page_body #side_menu_left .list ul li img,
body.my_page_body .side_menu .list ul li img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin-bottom: 8px !important;
}

/* ----------------------------------------------------
   スライドメニュー内レイアウト強制表示
   ---------------------------------------------------- */
body.my_page_body [class*="side_menu"],
body.my_page_body #side_menu_left {
  background-color: #ffffff !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

body.my_page_body [class*="side_menu"] #left_column,
body.my_page_body #side_menu_left #left_column {
  display: block !important;
  width: 100% !important;
  padding: 20px 15px 40px 15px !important;
  box-sizing: border-box !important;
}

body.my_page_body [class*="side_menu"] .list ul,
body.my_page_body #side_menu_left .list ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.my_page_body [class*="side_menu"] .list ul li,
body.my_page_body #side_menu_left .list ul li {
  margin-bottom: 8px !important;
}

body.my_page_body [class*="side_menu"] .list ul li img,
body.my_page_body #side_menu_left .list ul li img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

/* --------------------------------------------------------
   【1】パソコン用（1025px 以上）
   -------------------------------------------------------- */
@media screen and (min-width: 1025px) {
  body.my_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    min-height: 90px !important;
    display: flex !important;
    align-items: center !important;
  }

  body.my_page_body #custom_app_icons {
    display: none !important;
  }

  body.my_page_body #inner_header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    box-sizing: border-box !important;
    position: relative !important;
  }

  body.my_page_body .header_center.center_shop_name {
    margin: 0 !important;
  }

  body.my_page_body .custom_header_search {
    display: block !important;
    margin: 0 !important;
  }

  body.my_page_body .custom_header_search form {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
  }

  body.my_page_body .custom_header_search .search_box {
    height: 28px !important;
    line-height: 28px !important;
    padding: 2px 8px !important;
    border: 1px solid #7f9db9 !important;
    border-radius: 3px !important;
    box-sizing: border-box !important;
    font-size: 13px !important;
    width: 240px !important;
    margin-right: 5px !important;
    background-color: #fff !important;
  }

  body.my_page_body .custom_header_search .searchinput {
    height: 28px !important;
    line-height: 26px !important;
    padding: 0 10px !important;
    background: linear-gradient(to bottom, #f7f7f7 0%, #e0e0e0 100%) !important;
    border: 1px solid #a0a0a0 !important;
    border-radius: 3px !important;
    font-size: 12px !important;
    color: #333 !important;
    cursor: pointer !important;
  }

  body.my_page_body #header_nav_free {
    display: block !important;
    border-top: 3px solid #004d25 !important;
    border-bottom: none !important;
    background-color: #fff !important;
    width: 100% !important;
    padding: 6px 0 8px 0 !important;
  }

  body.my_page_body .header_navfree ul {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.my_page_body .header_navfree ul li img {
    display: block !important;
    height: auto !important;
  }

  .hedfacebook00 {
    display: none;
  }

  .hedfinstagram00 {
    display: none;
  }
}

/* --------------------------------------------------------
   【2】iPad Pro 用（821px 〜 1024px）
   -------------------------------------------------------- */
@media screen and (min-width: 821px) and (max-width: 1024px) {
  body.my_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    min-height: 90px !important;
    display: flex !important;
    align-items: center !important;
  }

  body.my_page_body #custom_app_icons {
    display: none !important;
  }

  body.my_page_body #inner_header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    box-sizing: border-box !important;
    position: relative !important;
  }

  body.my_page_body .header_center.center_shop_name {
    margin: 0 !important;
  }

  body.my_page_body .custom_header_search {
    display: block !important;
    margin: 0 !important;
  }

  body.my_page_body .custom_header_search form {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
  }

  body.my_page_body .custom_header_search .search_box {
    height: 28px !important;
    line-height: 28px !important;
    padding: 2px 8px !important;
    border: 1px solid #7f9db9 !important;
    border-radius: 3px !important;
    box-sizing: border-box !important;
    font-size: 13px !important;
    width: 240px !important;
    margin-right: 5px !important;
    background-color: #fff !important;
  }

  body.my_page_body .custom_header_search .searchinput {
    height: 28px !important;
    line-height: 26px !important;
    padding: 0 10px !important;
    background: linear-gradient(to bottom, #f7f7f7 0%, #e0e0e0 100%) !important;
    border: 1px solid #a0a0a0 !important;
    border-radius: 3px !important;
    font-size: 12px !important;
    color: #333 !important;
    cursor: pointer !important;
  }

  body.my_page_body #header_nav_free {
    display: block !important;
    border-top: 3px solid #004d25 !important;
    border-bottom: none !important;
    background-color: #fff !important;
    width: 100% !important;
    padding: 6px 0 8px 0 !important;
  }

  body.my_page_body .header_navfree ul {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.my_page_body .header_navfree ul li img {
    display: block !important;
    height: auto !important;
  }

  .hedfacebook00 {
    display: none;
  }

  .hedfinstagram00 {
    display: none;
  }
}

/* --------------------------------------------------------
   【3】iPad Air 用（769px 〜 820px）
   -------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 820px) {
  body.my_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    min-height: 90px !important;
  }

  body.my_page_body .custom_header_search {
    display: none !important;
  }

  body.my_page_body #inner_header {
    position: static !important;
    width: 100% !important;
  }

  /* ロゴ中央配置と上下余白 */
  body.my_page_body .header_center.center_shop_name {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    z-index: 10 !important;
  }

  body.my_page_body .shoplogo {
    padding: 15px 0 15px !important;
  }

  /* アイコン親コンテナの解除 */
  body.my_page_body #custom_app_icons {
    position: static !important;
  }

  /* カート（right 140px, top 25px / width 90%） */
  body.my_page_body #custom_app_icons .icon_item.custom_cart {
    position: absolute !important;
    right: 140px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
  }

  body.my_page_body #custom_app_icons .icon_item.custom_cart img {
    display: block !important;
    width: 90% !important;
    height: auto !important;
  }

  /* ログイン（right 85px, top 25px / width 90%） */
  body.my_page_body #custom_app_icons .icon_item.custom_login {
    position: absolute !important;
    right: 85px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
  }

  body.my_page_body #custom_app_icons .icon_item.custom_login img {
    display: block !important;
    width: 90% !important;
    height: auto !important;
  }

  /* メニュー（right 25px, top 25px） */
  body.my_page_body #custom_app_icons .icon_item.custom_menu {
    position: absolute !important;
    right: 25px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 100 !important;
  }

  body.my_page_body #custom_app_icons .icon_item.custom_menu a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    line-height: 1 !important;
    width: 100% !important;
    height: 100% !important;
  }

  /* Font Awesome（30px） */
  body.my_page_body #custom_app_icons .fa {
    font-size: 30px !important;
    display: block !important;
    color: #004d25 !important;
    line-height: 1 !important;
    margin: 0 !important;
  }

  /* 「メニュー」テキスト */
  body.my_page_body #custom_app_icons .menu_label {
    display: block !important;
    font-size: 9px !important;
    font-weight: bold !important;
    color: #333333 !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
    margin-top: 2px !important;
  }

  /* 下部画像メニュー */
  body.my_page_body #header_nav_free {
    display: block !important;
    border-top: 3px solid #004d25 !important;
    border-bottom: none !important;
    background-color: #fff !important;
    width: 100% !important;
    padding: 6px 0 8px 0 !important;
  }

  body.my_page_body .header_navfree ul {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.my_page_body .header_navfree ul li img {
    display: block !important;
    height: auto !important;
  }
}

/* --------------------------------------------------------
   【4】iPad（通常・縦向き）用（561px 〜 768px）
   -------------------------------------------------------- */
@media screen and (min-width: 561px) and (max-width: 768px) {
  body.my_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    min-height: 90px !important;
  }

  body.my_page_body .custom_header_search {
    display: none !important;
  }

  body.my_page_body #inner_header {
    position: static !important;
    width: 100% !important;
  }

  /* ロゴ中央配置と上下余白 */
  body.my_page_body .header_center.center_shop_name {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    z-index: 10 !important;
  }

  body.my_page_body .shoplogo {
    padding: 15px 0 15px !important;
  }

  /* アイコン親コンテナの解除 */
  body.my_page_body #custom_app_icons {
    position: static !important;
  }

  /* カート（right 140px, top 25px / width 45px） */
  body.my_page_body #custom_app_icons .icon_item.custom_cart {
    position: absolute !important;
    right: 140px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
  }

  body.my_page_body #custom_app_icons .icon_item.custom_cart img {
    display: block !important;
    width: 90% !important;
    height: auto !important;
  }

  /* ログイン（right 85px, top 25px / width 45px） */
  body.my_page_body #custom_app_icons .icon_item.custom_login {
    position: absolute !important;
    right: 85px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
  }

  body.my_page_body #custom_app_icons .icon_item.custom_login img {
    display: block !important;
    width: 90% !important;
    height: auto !important;
  }

  /* メニュー（right 25px, top 25px / width 45px） */
  body.my_page_body #custom_app_icons .icon_item.custom_menu {
    position: absolute !important;
    right: 25px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 100 !important;
  }

  body.my_page_body #custom_app_icons .icon_item.custom_menu a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    line-height: 1 !important;
    width: 100% !important;
    height: 100% !important;
  }

  /* Font Awesome（30px） */
  body.my_page_body #custom_app_icons .fa {
    font-size: 30px !important;
    display: block !important;
    color: #004d25 !important;
    line-height: 1 !important;
    margin: 0 !important;
  }

  /* 「メニュー」テキスト */
  body.my_page_body #custom_app_icons .menu_label {
    display: block !important;
    font-size: 9px !important;
    font-weight: bold !important;
    color: #333333 !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
    margin-top: 2px !important;
  }

  /* 下部画像メニュー */
  body.my_page_body #header_nav_free {
    display: block !important;
    border-top: 3px solid #004d25 !important;
    border-bottom: none !important;
    background-color: #fff !important;
    width: 100% !important;
    padding: 6px 0 8px 0 !important;
  }

  body.my_page_body .header_navfree ul {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.my_page_body .header_navfree ul li img {
    display: block !important;
    height: auto !important;
  }
}

/* --------------------------------------------------------
   【5】スマートフォン用（560px 以下）
   -------------------------------------------------------- */
@media screen and (max-width: 560px) {
  body.my_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    height: 82.7px !important;
    min-height: 82.7px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
  }

  body.my_page_body .custom_header_search {
    display: none !important;
  }

  body.my_page_body #inner_header {
    position: static !important;
    width: 100% !important;
    height: 82.7px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* ロゴ配置（左端基準） */
  body.my_page_body .header_center.center_shop_name {
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
  }

  body.my_page_body .shoplogo {
    padding: 0 !important;
    margin-top: -5px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    line-height: 0 !important;
  }

  /* ロゴ画像（実測値：190px × 49.6875px） */
  body.my_page_body .shoplogo img {
    width: 190px !important;
    height: 49.7px !important;
    max-width: none !important;
    max-height: none !important;
    vertical-align: middle !important;
  }

  /* アイコン親コンテナの解除（絶対配置） */
  body.my_page_body #custom_app_icons {
    position: static !important;
  }

  /* カートアイコン（実測：30px × 30px / right 120px） */
  body.my_page_body #custom_app_icons .icon_item.custom_cart {
    position: absolute !important;
    right: 115px !important;
    top: 45% !important;
    transform: translateY(-50%) !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    z-index: 100 !important;
  }

  body.my_page_body #custom_app_icons .icon_item.custom_cart a {
    display: block !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 0 !important;
  }

  body.my_page_body #custom_app_icons .icon_item.custom_cart img {
    display: block !important;
    width: 30px !important;
    height: 30px !important;
    object-fit: contain !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* ログインアイコン（実測：50px × 30px / right 65px） */
  body.my_page_body #custom_app_icons .icon_item.custom_login {
    position: absolute !important;
    right: 60px !important;
    top: 45% !important;
    transform: translateY(-50%) !important;
    width: 50px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    z-index: 100 !important;
  }

  body.my_page_body #custom_app_icons .icon_item.custom_login a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50px !important;
    height: 30px !important;
    line-height: 0 !important;
  }

  body.my_page_body #custom_app_icons .icon_item.custom_login img {
    display: block !important;
    max-width: 100% !important;
    height: 30px !important;
    object-fit: contain !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* メニューアイコン（実測：50px × 45px / right 10px） */
  body.my_page_body #custom_app_icons .icon_item.custom_menu {
    position: absolute !important;
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 50px !important;
    min-width: 50px !important;
    height: 45px !important;
    padding: 5px 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    z-index: 100 !important;
  }

  body.my_page_body #custom_app_icons .icon_item.custom_menu a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    width: 100% !important;
    height: 100% !important;
  }

  /* Font Awesome アイコン */
  body.my_page_body #custom_app_icons .fa {
    font-size: 22px !important;
    display: block !important;
    color: #004d25 !important;
    line-height: 1 !important;
    margin: 0 !important;
  }

  /* 「メニュー」テキスト */
  body.my_page_body #custom_app_icons .menu_label {
    display: block !important;
    font-family: "Shippori Mincho", "Yu Mincho", "游明朝", serif !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    color: #333333 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    white-space: nowrap !important;
    margin-top: 2px !important;
  }

  /* 下部ナビゲーション非表示 */
  body.my_page_body #header_nav_free {
    display: none !important;
  }
}

/* --------------------------------------------------------
   1カラムページ専用：フッター全体レイアウト
   -------------------------------------------------------- */
body.my_page_body #footer_area,
body.my_page_body #footer {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  clear: both !important;
  background-color: #ffffff !important;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
}

body.my_page_body #custom_onecol_footer_container {
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* ひな形不要パーツの非表示 */
body.my_page_body #footer_area > ul,
body.my_page_body #footer_area .footer_nav {
  display: none !important;
}

/* ========================================================
   最下部コピーライト（背景色・Computed値完全一致）
   ======================================================== */
body.my_page_body .custom_kept_copyright,
body.my_page_body #footer_area .copyright,
body.my_page_body #footer_area p {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 10px !important;
  background-color: #EDEDED !important;
  font-family: "Shippori Mincho", serif !important;
  font-size: 14.04px !important;
  font-weight: 400 !important;
  line-height: 22.464px !important;
  color: rgb(33, 37, 41) !important;
  text-align: center !important;
  box-sizing: border-box !important;
  clear: both !important;
}

/* ========================================================
   PC表示時（1025px以上）
   ======================================================== */
@media screen and (min-width: 1025px) {
  body.my_page_body #footer2 {
    display: block !important;
    width: 1200px !important;
    margin: 0 auto 30px !important;
    padding: 0 !important;
    border: 0 !important;
    box-sizing: border-box !important;
    font-family: "Shippori Mincho", serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    color: rgb(102, 102, 102) !important;
    text-align: left !important;
    overflow: hidden !important;
    float: none !important;
  }

  body.my_page_body #footer2 div.line {
    float: left !important;
    width: 1200px !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
  }

  body.my_page_body #footer2 div.line img {
    width: 1200px !important;
    height: 5px !important;
    display: block !important;
  }

  body.my_page_body #footer2 div.logo {
    float: left !important;
    width: 350px !important;
    box-sizing: border-box !important;
  }

  body.my_page_body #footer2 div.haiso {
    float: left !important;
    width: 350px !important;
    box-sizing: border-box !important;
  }

  body.my_page_body #footer2 div.etc {
    float: left !important;
    margin-left: 30px !important;
    width: 470px !important;
    box-sizing: border-box !important;
  }

  body.my_page_body #footerSNSMenu {
    display: none !important;
  }
}

/* ========================================================
   タブレット・iPad Pro表示時（1024px以下）
   ======================================================== */
@media screen and (max-width: 1024px) {
  body.my_page_body #footer2 {
    display: none !important;
  }

  body.my_page_body #footerSNSMenu {
    display: block !important;
    background-color: #004D25 !important;
    box-sizing: border-box !important;
    width: 100% !important;
    text-align: left !important;
  }

  body.my_page_body .footerMenu__inner {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
    width: 100% !important;
  }

  body.my_page_body .footerMenu__col {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    box-sizing: border-box !important;
  }

  body.my_page_body .footerMenu__snsWrap {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }

  body.my_page_body .footerMenu__snsIcon {
    display: block !important;
    width: 60px !important;
    height: 60px !important;
    color: rgb(255, 255, 255) !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
  }

  body.my_page_body .footerMenu__snsIcon svg {
    display: block !important;
    width: 60px !important;
    height: 60px !important;
  }

  body.my_page_body .footerMenu__list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
  }

  body.my_page_body .footerMenu__list li {
    width: 100% !important;
    text-align: left !important;
  }

  body.my_page_body #footerSNSMenu a:link,
  body.my_page_body #footerSNSMenu a:visited,
  body.my_page_body #footerSNSMenu a:hover,
  body.my_page_body #footerSNSMenu a:active,
  body.my_page_body #footerSNSMenu a.footerMenu__link:link,
  body.my_page_body #footerSNSMenu a.footerMenu__link:visited,
  body.my_page_body #footerSNSMenu a.footerMenu__link:hover,
  body.my_page_body #footerSNSMenu a.footerMenu__link:active {
    display: block !important;
    width: 100% !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-family: "Shippori Mincho", serif !important;
    font-size: 14.04px !important;
    line-height: 22.464px !important;
    text-align: left !important;
  }
}

/* ========================================================
   iPad Pro専用ブレークポイント（821px〜1024px）
   ======================================================== */
@media screen and (min-width: 821px) and (max-width: 1024px) {
  body.my_page_body #footerSNSMenu {
    padding: 40px 36px 52px !important;
  }

  body.my_page_body .footerMenu__inner {
    max-width: 640px !important;
    gap: 56px !important;
  }

  body.my_page_body .footerMenu__snsWrap {
    margin-bottom: 22px !important;
  }

  body.my_page_body .footerMenu__list {
    gap: 15px !important;
  }
}

/* ========================================================
   4. スマートフォン専用（560px以下）：Computed完全準拠
   ======================================================== */
@media screen and (max-width: 560px) {
  /* フッター全体のパディング（上24px 左右16px 下32px） */
  body.my_page_body #footerSNSMenu {
    padding: 24px 16px 32px !important;
  }

  body.my_page_body .footerMenu__inner {
    width: 100% !important;
    max-width: 100% !important;
    gap: 20px !important;
  }

  /* アイコンの親要素（margin-bottom: 14px） */
  body.my_page_body .footerMenu__snsWrap {
    margin-bottom: 14px !important;
    justify-content: flex-start !important;
  }

  /* アイコンサイズ（44px × 44px） */
  body.my_page_body .footerMenu__snsIcon,
  body.my_page_body .footerMenu__snsIcon svg {
    display: block !important;
    width: 44px !important;
    height: 44px !important;
  }

  /* リストの間隔 */
  body.my_page_body .footerMenu__list {
    gap: 10px !important;
  }

  /* テキストリンク（Computed: 12.75px / 700 / 17.85px / 0.6375px） */
  body.my_page_body #footerSNSMenu a:link,
  body.my_page_body #footerSNSMenu a:visited,
  body.my_page_body #footerSNSMenu a:hover,
  body.my_page_body #footerSNSMenu a:active,
  body.my_page_body #footerSNSMenu a.footerMenu__link:link,
  body.my_page_body #footerSNSMenu a.footerMenu__link:visited,
  body.my_page_body #footerSNSMenu a.footerMenu__link:hover,
  body.my_page_body #footerSNSMenu a.footerMenu__link:active {
    display: block !important;
    width: 100% !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-family: "Shippori Mincho", serif !important;
    font-size: 12.75px !important;
    font-weight: 700 !important;
    line-height: 17.85px !important;
    letter-spacing: 0.6375px !important;
    text-align: left !important;
  }
}

/* 1カラム（マイページ等）ページのコピーライトだけに適用 */
body.my_page_body .custom_kept_copyright,
body.my_page_body #footer_area .copyright,
body.my_page_body #footer_area p,
body.my_page_body #footer_area small {
  font-family: "Shippori Mincho", serif !important;
  font-size: 14.04px !important;
  color: rgb(33, 37, 41) !important;
  line-height: 1.5 !important;
  text-align: center !important;
}
/* ========================================================
   履歴一覧ページ等（1カラム用）完全統合レスポンシブCSS
   ======================================================== */

/* 不要な標準パーツを非表示 */
body.historylist_page_body .header_right,
body.historylist_page_body .h_menu,
body.historylist_page_body .search_bar {
  display: none !important;
}

body.historylist_page_body #header {
  position: relative !important;
  width: 100% !important;
}

/* ----------------------------------------------------
   スライドメニュー内レイアウト調整
   ---------------------------------------------------- */
body.historylist_page_body #side_menu_left,
body.historylist_page_body .side_menu {
  background-color: #ffffff !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

body.historylist_page_body #side_menu_left #left_column,
body.historylist_page_body .side_menu #left_column {
  display: block !important;
  width: 100% !important;
  padding: 15px !important;
  box-sizing: border-box !important;
}

body.historylist_page_body #side_menu_left .list ul,
body.historylist_page_body .side_menu .list ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.historylist_page_body #side_menu_left .list ul li img,
body.historylist_page_body .side_menu .list ul li img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin-bottom: 8px !important;
}

/* ----------------------------------------------------
   スライドメニュー内レイアウト強制表示
   ---------------------------------------------------- */
body.historylist_page_body [class*="side_menu"],
body.historylist_page_body #side_menu_left {
  background-color: #ffffff !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

body.historylist_page_body [class*="side_menu"] #left_column,
body.historylist_page_body #side_menu_left #left_column {
  display: block !important;
  width: 100% !important;
  padding: 20px 15px 40px 15px !important;
  box-sizing: border-box !important;
}

body.historylist_page_body [class*="side_menu"] .list ul,
body.historylist_page_body #side_menu_left .list ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.historylist_page_body [class*="side_menu"] .list ul li,
body.historylist_page_body #side_menu_left .list ul li {
  margin-bottom: 8px !important;
}

body.historylist_page_body [class*="side_menu"] .list ul li img,
body.historylist_page_body #side_menu_left .list ul li img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

/* --------------------------------------------------------
   【1】パソコン用（1025px 以上）
   -------------------------------------------------------- */
@media screen and (min-width: 1025px) {
  body.historylist_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    min-height: 90px !important;
    display: flex !important;
    align-items: center !important;
  }

  body.historylist_page_body #custom_app_icons {
    display: none !important;
  }

  body.historylist_page_body #inner_header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    box-sizing: border-box !important;
    position: relative !important;
  }

  body.historylist_page_body .header_center.center_shop_name {
    margin: 0 !important;
  }

  body.historylist_page_body .custom_header_search {
    display: block !important;
    margin: 0 !important;
  }

  body.historylist_page_body .custom_header_search form {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
  }

  body.historylist_page_body .custom_header_search .search_box {
    height: 28px !important;
    line-height: 28px !important;
    padding: 2px 8px !important;
    border: 1px solid #7f9db9 !important;
    border-radius: 3px !important;
    box-sizing: border-box !important;
    font-size: 13px !important;
    width: 240px !important;
    margin-right: 5px !important;
    background-color: #fff !important;
  }

  body.historylist_page_body .custom_header_search .searchinput {
    height: 28px !important;
    line-height: 26px !important;
    padding: 0 10px !important;
    background: linear-gradient(to bottom, #f7f7f7 0%, #e0e0e0 100%) !important;
    border: 1px solid #a0a0a0 !important;
    border-radius: 3px !important;
    font-size: 12px !important;
    color: #333 !important;
    cursor: pointer !important;
  }

  body.historylist_page_body #header_nav_free {
    display: block !important;
    border-top: 3px solid #004d25 !important;
    border-bottom: none !important;
    background-color: #fff !important;
    width: 100% !important;
    padding: 6px 0 8px 0 !important;
  }

  body.historylist_page_body .header_navfree ul {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.historylist_page_body .header_navfree ul li img {
    display: block !important;
    height: auto !important;
  }

  .hedfacebook00 {
    display: none;
  }

  .hedfinstagram00 {
    display: none;
  }
}

/* --------------------------------------------------------
   【2】iPad Pro 用（821px 〜 1024px）
   -------------------------------------------------------- */
@media screen and (min-width: 821px) and (max-width: 1024px) {
  body.historylist_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    min-height: 90px !important;
    display: flex !important;
    align-items: center !important;
  }

  body.historylist_page_body #custom_app_icons {
    display: none !important;
  }

  body.historylist_page_body #inner_header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    box-sizing: border-box !important;
    position: relative !important;
  }

  body.historylist_page_body .header_center.center_shop_name {
    margin: 0 !important;
  }

  body.historylist_page_body .custom_header_search {
    display: block !important;
    margin: 0 !important;
  }

  body.historylist_page_body .custom_header_search form {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
  }

  body.historylist_page_body .custom_header_search .search_box {
    height: 28px !important;
    line-height: 28px !important;
    padding: 2px 8px !important;
    border: 1px solid #7f9db9 !important;
    border-radius: 3px !important;
    box-sizing: border-box !important;
    font-size: 13px !important;
    width: 240px !important;
    margin-right: 5px !important;
    background-color: #fff !important;
  }

  body.historylist_page_body .custom_header_search .searchinput {
    height: 28px !important;
    line-height: 26px !important;
    padding: 0 10px !important;
    background: linear-gradient(to bottom, #f7f7f7 0%, #e0e0e0 100%) !important;
    border: 1px solid #a0a0a0 !important;
    border-radius: 3px !important;
    font-size: 12px !important;
    color: #333 !important;
    cursor: pointer !important;
  }

  body.historylist_page_body #header_nav_free {
    display: block !important;
    border-top: 3px solid #004d25 !important;
    border-bottom: none !important;
    background-color: #fff !important;
    width: 100% !important;
    padding: 6px 0 8px 0 !important;
  }

  body.historylist_page_body .header_navfree ul {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.historylist_page_body .header_navfree ul li img {
    display: block !important;
    height: auto !important;
  }

  .hedfacebook00 {
    display: none;
  }

  .hedfinstagram00 {
    display: none;
  }
}

/* --------------------------------------------------------
   【3】iPad Air 用（769px 〜 820px）
   -------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 820px) {
  body.historylist_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    min-height: 90px !important;
  }

  body.historylist_page_body .custom_header_search {
    display: none !important;
  }

  body.historylist_page_body #inner_header {
    position: static !important;
    width: 100% !important;
  }

  /* ロゴ中央配置と上下余白 */
  body.historylist_page_body .header_center.center_shop_name {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    z-index: 10 !important;
  }

  body.historylist_page_body .shoplogo {
    padding: 15px 0 15px !important;
  }

  /* アイコン親コンテナの解除 */
  body.historylist_page_body #custom_app_icons {
    position: static !important;
  }

  /* カート（right 140px, top 25px / width 90%） */
  body.historylist_page_body #custom_app_icons .icon_item.custom_cart {
    position: absolute !important;
    right: 140px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
  }

  body.historylist_page_body #custom_app_icons .icon_item.custom_cart img {
    display: block !important;
    width: 90% !important;
    height: auto !important;
  }

  /* ログイン（right 85px, top 25px / width 90%） */
  body.historylist_page_body #custom_app_icons .icon_item.custom_login {
    position: absolute !important;
    right: 85px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
  }

  body.historylist_page_body #custom_app_icons .icon_item.custom_login img {
    display: block !important;
    width: 90% !important;
    height: auto !important;
  }

  /* メニュー（right 25px, top 25px） */
  body.historylist_page_body #custom_app_icons .icon_item.custom_menu {
    position: absolute !important;
    right: 25px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 100 !important;
  }

  body.historylist_page_body #custom_app_icons .icon_item.custom_menu a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    line-height: 1 !important;
    width: 100% !important;
    height: 100% !important;
  }

  /* Font Awesome（30px） */
  body.historylist_page_body #custom_app_icons .fa {
    font-size: 30px !important;
    display: block !important;
    color: #004d25 !important;
    line-height: 1 !important;
    margin: 0 !important;
  }

  /* 「メニュー」テキスト */
  body.historylist_page_body #custom_app_icons .menu_label {
    display: block !important;
    font-size: 9px !important;
    font-weight: bold !important;
    color: #333333 !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
    margin-top: 2px !important;
  }

  /* 下部画像メニュー */
  body.historylist_page_body #header_nav_free {
    display: block !important;
    border-top: 3px solid #004d25 !important;
    border-bottom: none !important;
    background-color: #fff !important;
    width: 100% !important;
    padding: 6px 0 8px 0 !important;
  }

  body.historylist_page_body .header_navfree ul {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.historylist_page_body .header_navfree ul li img {
    display: block !important;
    height: auto !important;
  }
}

/* --------------------------------------------------------
   【4】iPad（通常・縦向き）用（561px 〜 768px）
   -------------------------------------------------------- */
@media screen and (min-width: 561px) and (max-width: 768px) {
  body.historylist_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    min-height: 90px !important;
  }

  body.historylist_page_body .custom_header_search {
    display: none !important;
  }

  body.historylist_page_body #inner_header {
    position: static !important;
    width: 100% !important;
  }

  /* ロゴ中央配置と上下余白 */
  body.historylist_page_body .header_center.center_shop_name {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    z-index: 10 !important;
  }

  body.historylist_page_body .shoplogo {
    padding: 15px 0 15px !important;
  }

  /* アイコン親コンテナの解除 */
  body.historylist_page_body #custom_app_icons {
    position: static !important;
  }

  /* カート（right 140px, top 25px / width 45px） */
  body.historylist_page_body #custom_app_icons .icon_item.custom_cart {
    position: absolute !important;
    right: 140px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
  }

  body.historylist_page_body #custom_app_icons .icon_item.custom_cart img {
    display: block !important;
    width: 90% !important;
    height: auto !important;
  }

  /* ログイン（right 85px, top 25px / width 45px） */
  body.historylist_page_body #custom_app_icons .icon_item.custom_login {
    position: absolute !important;
    right: 85px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
  }

  body.historylist_page_body #custom_app_icons .icon_item.custom_login img {
    display: block !important;
    width: 90% !important;
    height: auto !important;
  }

  /* メニュー（right 25px, top 25px / width 45px） */
  body.historylist_page_body #custom_app_icons .icon_item.custom_menu {
    position: absolute !important;
    right: 25px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 100 !important;
  }

  body.historylist_page_body #custom_app_icons .icon_item.custom_menu a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    line-height: 1 !important;
    width: 100% !important;
    height: 100% !important;
  }

  /* Font Awesome（30px） */
  body.historylist_page_body #custom_app_icons .fa {
    font-size: 30px !important;
    display: block !important;
    color: #004d25 !important;
    line-height: 1 !important;
    margin: 0 !important;
  }

  /* 「メニュー」テキスト */
  body.historylist_page_body #custom_app_icons .menu_label {
    display: block !important;
    font-size: 9px !important;
    font-weight: bold !important;
    color: #333333 !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
    margin-top: 2px !important;
  }

  /* 下部画像メニュー */
  body.historylist_page_body #header_nav_free {
    display: block !important;
    border-top: 3px solid #004d25 !important;
    border-bottom: none !important;
    background-color: #fff !important;
    width: 100% !important;
    padding: 6px 0 8px 0 !important;
  }

  body.historylist_page_body .header_navfree ul {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.historylist_page_body .header_navfree ul li img {
    display: block !important;
    height: auto !important;
  }
}

/* --------------------------------------------------------
   【5】スマートフォン用（560px 以下）
   -------------------------------------------------------- */
@media screen and (max-width: 560px) {
  body.historylist_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    height: 82.7px !important;
    min-height: 82.7px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
  }

  body.historylist_page_body .custom_header_search {
    display: none !important;
  }

  body.historylist_page_body #inner_header {
    position: static !important;
    width: 100% !important;
    height: 82.7px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* ロゴ配置（左端基準） */
  body.historylist_page_body .header_center.center_shop_name {
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
  }

  body.historylist_page_body .shoplogo {
    padding: 0 !important;
    margin-top: -5px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    line-height: 0 !important;
  }

  /* ロゴ画像（実測値：190px × 49.6875px） */
  body.historylist_page_body .shoplogo img {
    width: 190px !important;
    height: 49.7px !important;
    max-width: none !important;
    max-height: none !important;
    vertical-align: middle !important;
  }

  /* アイコン親コンテナの解除（絶対配置） */
  body.historylist_page_body #custom_app_icons {
    position: static !important;
  }

  /* カートアイコン（実測：30px × 30px / right 120px） */
  body.historylist_page_body #custom_app_icons .icon_item.custom_cart {
    position: absolute !important;
    right: 115px !important;
    top: 45% !important;
    transform: translateY(-50%) !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    z-index: 100 !important;
  }

  body.historylist_page_body #custom_app_icons .icon_item.custom_cart a {
    display: block !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 0 !important;
  }

  body.historylist_page_body #custom_app_icons .icon_item.custom_cart img {
    display: block !important;
    width: 30px !important;
    height: 30px !important;
    object-fit: contain !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* ログインアイコン（実測：50px × 30px / right 65px） */
  body.historylist_page_body #custom_app_icons .icon_item.custom_login {
    position: absolute !important;
    right: 60px !important;
    top: 45% !important;
    transform: translateY(-50%) !important;
    width: 50px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    z-index: 100 !important;
  }

  body.historylist_page_body #custom_app_icons .icon_item.custom_login a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50px !important;
    height: 30px !important;
    line-height: 0 !important;
  }

  body.historylist_page_body #custom_app_icons .icon_item.custom_login img {
    display: block !important;
    max-width: 100% !important;
    height: 30px !important;
    object-fit: contain !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* メニューアイコン（実測：50px × 45px / right 10px） */
  body.historylist_page_body #custom_app_icons .icon_item.custom_menu {
    position: absolute !important;
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 50px !important;
    min-width: 50px !important;
    height: 45px !important;
    padding: 5px 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    z-index: 100 !important;
  }

  body.historylist_page_body #custom_app_icons .icon_item.custom_menu a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    width: 100% !important;
    height: 100% !important;
  }

  /* Font Awesome アイコン */
  body.historylist_page_body #custom_app_icons .fa {
    font-size: 22px !important;
    display: block !important;
    color: #004d25 !important;
    line-height: 1 !important;
    margin: 0 !important;
  }

  /* 「メニュー」テキスト */
  body.historylist_page_body #custom_app_icons .menu_label {
    display: block !important;
    font-family: "Shippori Mincho", "Yu Mincho", "游明朝", serif !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    color: #333333 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    white-space: nowrap !important;
    margin-top: 2px !important;
  }

  /* 下部ナビゲーション非表示 */
  body.historylist_page_body #header_nav_free {
    display: none !important;
  }
}

/* --------------------------------------------------------
   1カラムページ専用：フッター全体レイアウト
   -------------------------------------------------------- */
body.historylist_page_body #footer_area,
body.historylist_page_body #footer {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  clear: both !important;
  background-color: #ffffff !important;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
}

body.historylist_page_body #custom_onecol_footer_container {
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* ひな形不要パーツの非表示 */
body.historylist_page_body #footer_area > ul,
body.historylist_page_body #footer_area .footer_nav {
  display: none !important;
}

/* ========================================================
   最下部コピーライト（背景色・Computed値完全一致）
   ======================================================== */
body.historylist_page_body .custom_kept_copyright,
body.historylist_page_body #footer_area .copyright,
body.historylist_page_body #footer_area p {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 10px !important;
  background-color: #EDEDED !important;
  font-family: "Shippori Mincho", serif !important;
  font-size: 14.04px !important;
  font-weight: 400 !important;
  line-height: 22.464px !important;
  color: rgb(33, 37, 41) !important;
  text-align: center !important;
  box-sizing: border-box !important;
  clear: both !important;
}

/* ========================================================
   PC表示時（1025px以上）
   ======================================================== */
@media screen and (min-width: 1025px) {
  body.historylist_page_body #footer2 {
    display: block !important;
    width: 1200px !important;
    margin: 0 auto 30px !important;
    padding: 0 !important;
    border: 0 !important;
    box-sizing: border-box !important;
    font-family: "Shippori Mincho", serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    color: rgb(102, 102, 102) !important;
    text-align: left !important;
    overflow: hidden !important;
    float: none !important;
  }

  body.historylist_page_body #footer2 div.line {
    float: left !important;
    width: 1200px !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
  }

  body.historylist_page_body #footer2 div.line img {
    width: 1200px !important;
    height: 5px !important;
    display: block !important;
  }

  body.historylist_page_body #footer2 div.logo {
    float: left !important;
    width: 350px !important;
    box-sizing: border-box !important;
  }

  body.historylist_page_body #footer2 div.haiso {
    float: left !important;
    width: 350px !important;
    box-sizing: border-box !important;
  }

  body.historylist_page_body #footer2 div.etc {
    float: left !important;
    margin-left: 30px !important;
    width: 470px !important;
    box-sizing: border-box !important;
  }

  body.historylist_page_body #footerSNSMenu {
    display: none !important;
  }
}

/* ========================================================
   タブレット・iPad Pro表示時（1024px以下）
   ======================================================== */
@media screen and (max-width: 1024px) {
  body.historylist_page_body #footer2 {
    display: none !important;
  }

  body.historylist_page_body #footerSNSMenu {
    display: block !important;
    background-color: #004D25 !important;
    box-sizing: border-box !important;
    width: 100% !important;
    text-align: left !important;
  }

  body.historylist_page_body .footerMenu__inner {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
    width: 100% !important;
  }

  body.historylist_page_body .footerMenu__col {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    box-sizing: border-box !important;
  }

  body.historylist_page_body .footerMenu__snsWrap {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }

  body.historylist_page_body .footerMenu__snsIcon {
    display: block !important;
    width: 60px !important;
    height: 60px !important;
    color: rgb(255, 255, 255) !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
  }

  body.historylist_page_body .footerMenu__snsIcon svg {
    display: block !important;
    width: 60px !important;
    height: 60px !important;
  }

  body.historylist_page_body .footerMenu__list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
  }

  body.historylist_page_body .footerMenu__list li {
    width: 100% !important;
    text-align: left !important;
  }

  body.historylist_page_body #footerSNSMenu a:link,
  body.historylist_page_body #footerSNSMenu a:visited,
  body.historylist_page_body #footerSNSMenu a:hover,
  body.historylist_page_body #footerSNSMenu a:active,
  body.historylist_page_body #footerSNSMenu a.footerMenu__link:link,
  body.historylist_page_body #footerSNSMenu a.footerMenu__link:visited,
  body.historylist_page_body #footerSNSMenu a.footerMenu__link:hover,
  body.historylist_page_body #footerSNSMenu a.footerMenu__link:active {
    display: block !important;
    width: 100% !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-family: "Shippori Mincho", serif !important;
    font-size: 14.04px !important;
    line-height: 22.464px !important;
    text-align: left !important;
  }
}

/* ========================================================
   iPad Pro専用ブレークポイント（821px〜1024px）
   ======================================================== */
@media screen and (min-width: 821px) and (max-width: 1024px) {
  body.historylist_page_body #footerSNSMenu {
    padding: 40px 36px 52px !important;
  }

  body.historylist_page_body .footerMenu__inner {
    max-width: 640px !important;
    gap: 56px !important;
  }

  body.historylist_page_body .footerMenu__snsWrap {
    margin-bottom: 22px !important;
  }

  body.historylist_page_body .footerMenu__list {
    gap: 15px !important;
  }
}

/* ========================================================
   4. スマートフォン専用（560px以下）：Computed完全準拠
   ======================================================== */
@media screen and (max-width: 560px) {
  /* フッター全体のパディング（上24px 左右16px 下32px） */
  body.historylist_page_body #footerSNSMenu {
    padding: 24px 16px 32px !important;
  }

  body.historylist_page_body .footerMenu__inner {
    width: 100% !important;
    max-width: 100% !important;
    gap: 20px !important;
  }

  /* アイコンの親要素（margin-bottom: 14px） */
  body.historylist_page_body .footerMenu__snsWrap {
    margin-bottom: 14px !important;
    justify-content: flex-start !important;
  }

  /* アイコンサイズ（44px × 44px） */
  body.historylist_page_body .footerMenu__snsIcon,
  body.historylist_page_body .footerMenu__snsIcon svg {
    display: block !important;
    width: 44px !important;
    height: 44px !important;
  }

  /* リストの間隔 */
  body.historylist_page_body .footerMenu__list {
    gap: 10px !important;
  }

  /* テキストリンク（Computed: 12.75px / 700 / 17.85px / 0.6375px） */
  body.historylist_page_body #footerSNSMenu a:link,
  body.historylist_page_body #footerSNSMenu a:visited,
  body.historylist_page_body #footerSNSMenu a:hover,
  body.historylist_page_body #footerSNSMenu a:active,
  body.historylist_page_body #footerSNSMenu a.footerMenu__link:link,
  body.historylist_page_body #footerSNSMenu a.footerMenu__link:visited,
  body.historylist_page_body #footerSNSMenu a.footerMenu__link:hover,
  body.historylist_page_body #footerSNSMenu a.footerMenu__link:active {
    display: block !important;
    width: 100% !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-family: "Shippori Mincho", serif !important;
    font-size: 12.75px !important;
    font-weight: 700 !important;
    line-height: 17.85px !important;
    letter-spacing: 0.6375px !important;
    text-align: left !important;
  }
}

/* 1カラム（履歴一覧等）ページのコピーライトだけに適用 */
body.historylist_page_body .custom_kept_copyright,
body.historylist_page_body #footer_area .copyright,
body.historylist_page_body #footer_area p,
body.historylist_page_body #footer_area small {
  font-family: "Shippori Mincho", serif !important;
  font-size: 14.04px !important;
  color: rgb(33, 37, 41) !important;
  line-height: 1.5 !important;
  text-align: center !important;
}
/* ========================================================
   会員登録情報変更ページ等（1カラム用）完全統合レスポンシブCSS
   ======================================================== */

/* 不要な標準パーツを非表示 */
body.mchange_page_body .header_right,
body.mchange_page_body .h_menu,
body.mchange_page_body .search_bar {
  display: none !important;
}

body.mchange_page_body #header {
  position: relative !important;
  width: 100% !important;
}

/* ----------------------------------------------------
   スライドメニュー内レイアウト調整
   ---------------------------------------------------- */
body.mchange_page_body #side_menu_left,
body.mchange_page_body .side_menu {
  background-color: #ffffff !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

body.mchange_page_body #side_menu_left #left_column,
body.mchange_page_body .side_menu #left_column {
  display: block !important;
  width: 100% !important;
  padding: 15px !important;
  box-sizing: border-box !important;
}

body.mchange_page_body #side_menu_left .list ul,
body.mchange_page_body .side_menu .list ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.mchange_page_body #side_menu_left .list ul li img,
body.mchange_page_body .side_menu .list ul li img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin-bottom: 8px !important;
}

/* ----------------------------------------------------
   スライドメニュー内レイアウト強制表示
   ---------------------------------------------------- */
body.mchange_page_body [class*="side_menu"],
body.mchange_page_body #side_menu_left {
  background-color: #ffffff !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

body.mchange_page_body [class*="side_menu"] #left_column,
body.mchange_page_body #side_menu_left #left_column {
  display: block !important;
  width: 100% !important;
  padding: 20px 15px 40px 15px !important;
  box-sizing: border-box !important;
}

body.mchange_page_body [class*="side_menu"] .list ul,
body.mchange_page_body #side_menu_left .list ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.mchange_page_body [class*="side_menu"] .list ul li,
body.mchange_page_body #side_menu_left .list ul li {
  margin-bottom: 8px !important;
}

body.mchange_page_body [class*="side_menu"] .list ul li img,
body.mchange_page_body #side_menu_left .list ul li img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

/* --------------------------------------------------------
   【1】パソコン用（1025px 以上）
   -------------------------------------------------------- */
@media screen and (min-width: 1025px) {
  body.mchange_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    min-height: 90px !important;
    display: flex !important;
    align-items: center !important;
  }

  body.mchange_page_body #custom_app_icons {
    display: none !important;
  }

  body.mchange_page_body #inner_header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    box-sizing: border-box !important;
    position: relative !important;
  }

  body.mchange_page_body .header_center.center_shop_name {
    margin: 0 !important;
  }

  body.mchange_page_body .custom_header_search {
    display: block !important;
    margin: 0 !important;
  }

  body.mchange_page_body .custom_header_search form {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
  }

  body.mchange_page_body .custom_header_search .search_box {
    height: 28px !important;
    line-height: 28px !important;
    padding: 2px 8px !important;
    border: 1px solid #7f9db9 !important;
    border-radius: 3px !important;
    box-sizing: border-box !important;
    font-size: 13px !important;
    width: 240px !important;
    margin-right: 5px !important;
    background-color: #fff !important;
  }

  body.mchange_page_body .custom_header_search .searchinput {
    height: 28px !important;
    line-height: 26px !important;
    padding: 0 10px !important;
    background: linear-gradient(to bottom, #f7f7f7 0%, #e0e0e0 100%) !important;
    border: 1px solid #a0a0a0 !important;
    border-radius: 3px !important;
    font-size: 12px !important;
    color: #333 !important;
    cursor: pointer !important;
  }

  body.mchange_page_body #header_nav_free {
    display: block !important;
    border-top: 3px solid #004d25 !important;
    border-bottom: none !important;
    background-color: #fff !important;
    width: 100% !important;
    padding: 6px 0 8px 0 !important;
  }

  body.mchange_page_body .header_navfree ul {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.mchange_page_body .header_navfree ul li img {
    display: block !important;
    height: auto !important;
  }

  .hedfacebook00 {
    display: none;
  }

  .hedfinstagram00 {
    display: none;
  }
}

/* --------------------------------------------------------
   【2】iPad Pro 用（821px 〜 1024px）
   -------------------------------------------------------- */
@media screen and (min-width: 821px) and (max-width: 1024px) {
  body.mchange_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    min-height: 90px !important;
    display: flex !important;
    align-items: center !important;
  }

  body.mchange_page_body #custom_app_icons {
    display: none !important;
  }

  body.mchange_page_body #inner_header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    box-sizing: border-box !important;
    position: relative !important;
  }

  body.mchange_page_body .header_center.center_shop_name {
    margin: 0 !important;
  }

  body.mchange_page_body .custom_header_search {
    display: block !important;
    margin: 0 !important;
  }

  body.mchange_page_body .custom_header_search form {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
  }

  body.mchange_page_body .custom_header_search .search_box {
    height: 28px !important;
    line-height: 28px !important;
    padding: 2px 8px !important;
    border: 1px solid #7f9db9 !important;
    border-radius: 3px !important;
    box-sizing: border-box !important;
    font-size: 13px !important;
    width: 240px !important;
    margin-right: 5px !important;
    background-color: #fff !important;
  }

  body.mchange_page_body .custom_header_search .searchinput {
    height: 28px !important;
    line-height: 26px !important;
    padding: 0 10px !important;
    background: linear-gradient(to bottom, #f7f7f7 0%, #e0e0e0 100%) !important;
    border: 1px solid #a0a0a0 !important;
    border-radius: 3px !important;
    font-size: 12px !important;
    color: #333 !important;
    cursor: pointer !important;
  }

  body.mchange_page_body #header_nav_free {
    display: block !important;
    border-top: 3px solid #004d25 !important;
    border-bottom: none !important;
    background-color: #fff !important;
    width: 100% !important;
    padding: 6px 0 8px 0 !important;
  }

  body.mchange_page_body .header_navfree ul {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.mchange_page_body .header_navfree ul li img {
    display: block !important;
    height: auto !important;
  }

  .hedfacebook00 {
    display: none;
  }

  .hedfinstagram00 {
    display: none;
  }
}

/* --------------------------------------------------------
   【3】iPad Air 用（769px 〜 820px）
   -------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 820px) {
  body.mchange_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    min-height: 90px !important;
  }

  body.mchange_page_body .custom_header_search {
    display: none !important;
  }

  body.mchange_page_body #inner_header {
    position: static !important;
    width: 100% !important;
  }

  /* ロゴ中央配置と上下余白 */
  body.mchange_page_body .header_center.center_shop_name {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    z-index: 10 !important;
  }

  body.mchange_page_body .shoplogo {
    padding: 15px 0 15px !important;
  }

  /* アイコン親コンテナの解除 */
  body.mchange_page_body #custom_app_icons {
    position: static !important;
  }

  /* カート（right 140px, top 25px / width 90%） */
  body.mchange_page_body #custom_app_icons .icon_item.custom_cart {
    position: absolute !important;
    right: 140px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
  }

  body.mchange_page_body #custom_app_icons .icon_item.custom_cart img {
    display: block !important;
    width: 90% !important;
    height: auto !important;
  }

  /* ログイン（right 85px, top 25px / width 90%） */
  body.mchange_page_body #custom_app_icons .icon_item.custom_login {
    position: absolute !important;
    right: 85px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
  }

  body.mchange_page_body #custom_app_icons .icon_item.custom_login img {
    display: block !important;
    width: 90% !important;
    height: auto !important;
  }

  /* メニュー（right 25px, top 25px） */
  body.mchange_page_body #custom_app_icons .icon_item.custom_menu {
    position: absolute !important;
    right: 25px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 100 !important;
  }

  body.mchange_page_body #custom_app_icons .icon_item.custom_menu a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    line-height: 1 !important;
    width: 100% !important;
    height: 100% !important;
  }

  /* Font Awesome（30px） */
  body.mchange_page_body #custom_app_icons .fa {
    font-size: 30px !important;
    display: block !important;
    color: #004d25 !important;
    line-height: 1 !important;
    margin: 0 !important;
  }

  /* 「メニュー」テキスト */
  body.mchange_page_body #custom_app_icons .menu_label {
    display: block !important;
    font-size: 9px !important;
    font-weight: bold !important;
    color: #333333 !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
    margin-top: 2px !important;
  }

  /* 下部画像メニュー */
  body.mchange_page_body #header_nav_free {
    display: block !important;
    border-top: 3px solid #004d25 !important;
    border-bottom: none !important;
    background-color: #fff !important;
    width: 100% !important;
    padding: 6px 0 8px 0 !important;
  }

  body.mchange_page_body .header_navfree ul {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.mchange_page_body .header_navfree ul li img {
    display: block !important;
    height: auto !important;
  }
}

/* --------------------------------------------------------
   【4】iPad（通常・縦向き）用（561px 〜 768px）
   -------------------------------------------------------- */
@media screen and (min-width: 561px) and (max-width: 768px) {
  body.mchange_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    min-height: 90px !important;
  }

  body.mchange_page_body .custom_header_search {
    display: none !important;
  }

  body.mchange_page_body #inner_header {
    position: static !important;
    width: 100% !important;
  }

  /* ロゴ中央配置と上下余白 */
  body.mchange_page_body .header_center.center_shop_name {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    z-index: 10 !important;
  }

  body.mchange_page_body .shoplogo {
    padding: 15px 0 15px !important;
  }

  /* アイコン親コンテナの解除 */
  body.mchange_page_body #custom_app_icons {
    position: static !important;
  }

  /* カート（right 140px, top 25px / width 45px） */
  body.mchange_page_body #custom_app_icons .icon_item.custom_cart {
    position: absolute !important;
    right: 140px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
  }

  body.mchange_page_body #custom_app_icons .icon_item.custom_cart img {
    display: block !important;
    width: 90% !important;
    height: auto !important;
  }

  /* ログイン（right 85px, top 25px / width 45px） */
  body.mchange_page_body #custom_app_icons .icon_item.custom_login {
    position: absolute !important;
    right: 85px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
  }

  body.mchange_page_body #custom_app_icons .icon_item.custom_login img {
    display: block !important;
    width: 90% !important;
    height: auto !important;
  }

  /* メニュー（right 25px, top 25px / width 45px） */
  body.mchange_page_body #custom_app_icons .icon_item.custom_menu {
    position: absolute !important;
    right: 25px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 100 !important;
  }

  body.mchange_page_body #custom_app_icons .icon_item.custom_menu a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    line-height: 1 !important;
    width: 100% !important;
    height: 100% !important;
  }

  /* Font Awesome（30px） */
  body.mchange_page_body #custom_app_icons .fa {
    font-size: 30px !important;
    display: block !important;
    color: #004d25 !important;
    line-height: 1 !important;
    margin: 0 !important;
  }

  /* 「メニュー」テキスト */
  body.mchange_page_body #custom_app_icons .menu_label {
    display: block !important;
    font-size: 9px !important;
    font-weight: bold !important;
    color: #333333 !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
    margin-top: 2px !important;
  }

  /* 下部画像メニュー */
  body.mchange_page_body #header_nav_free {
    display: block !important;
    border-top: 3px solid #004d25 !important;
    border-bottom: none !important;
    background-color: #fff !important;
    width: 100% !important;
    padding: 6px 0 8px 0 !important;
  }

  body.mchange_page_body .header_navfree ul {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.mchange_page_body .header_navfree ul li img {
    display: block !important;
    height: auto !important;
  }
}

/* --------------------------------------------------------
   【5】スマートフォン用（560px 以下）
   -------------------------------------------------------- */
@media screen and (max-width: 560px) {
  body.mchange_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    height: 82.7px !important;
    min-height: 82.7px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
  }

  body.mchange_page_body .custom_header_search {
    display: none !important;
  }

  body.mchange_page_body #inner_header {
    position: static !important;
    width: 100% !important;
    height: 82.7px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* ロゴ配置（左端基準） */
  body.mchange_page_body .header_center.center_shop_name {
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
  }

  body.mchange_page_body .shoplogo {
    padding: 0 !important;
    margin-top: -5px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    line-height: 0 !important;
  }

  /* ロゴ画像（実測値：190px × 49.6875px） */
  body.mchange_page_body .shoplogo img {
    width: 190px !important;
    height: 49.7px !important;
    max-width: none !important;
    max-height: none !important;
    vertical-align: middle !important;
  }

  /* アイコン親コンテナの解除（絶対配置） */
  body.mchange_page_body #custom_app_icons {
    position: static !important;
  }

  /* カートアイコン（実測：30px × 30px / right 120px） */
  body.mchange_page_body #custom_app_icons .icon_item.custom_cart {
    position: absolute !important;
    right: 115px !important;
    top: 45% !important;
    transform: translateY(-50%) !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    z-index: 100 !important;
  }

  body.mchange_page_body #custom_app_icons .icon_item.custom_cart a {
    display: block !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 0 !important;
  }

  body.mchange_page_body #custom_app_icons .icon_item.custom_cart img {
    display: block !important;
    width: 30px !important;
    height: 30px !important;
    object-fit: contain !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* ログインアイコン（実測：50px × 30px / right 65px） */
  body.mchange_page_body #custom_app_icons .icon_item.custom_login {
    position: absolute !important;
    right: 60px !important;
    top: 45% !important;
    transform: translateY(-50%) !important;
    width: 50px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    z-index: 100 !important;
  }

  body.mchange_page_body #custom_app_icons .icon_item.custom_login a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50px !important;
    height: 30px !important;
    line-height: 0 !important;
  }

  body.mchange_page_body #custom_app_icons .icon_item.custom_login img {
    display: block !important;
    max-width: 100% !important;
    height: 30px !important;
    object-fit: contain !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* メニューアイコン（実測：50px × 45px / right 10px） */
  body.mchange_page_body #custom_app_icons .icon_item.custom_menu {
    position: absolute !important;
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 50px !important;
    min-width: 50px !important;
    height: 45px !important;
    padding: 5px 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    z-index: 100 !important;
  }

  body.mchange_page_body #custom_app_icons .icon_item.custom_menu a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    width: 100% !important;
    height: 100% !important;
  }

  /* Font Awesome アイコン */
  body.mchange_page_body #custom_app_icons .fa {
    font-size: 22px !important;
    display: block !important;
    color: #004d25 !important;
    line-height: 1 !important;
    margin: 0 !important;
  }

  /* 「メニュー」テキスト */
  body.mchange_page_body #custom_app_icons .menu_label {
    display: block !important;
    font-family: "Shippori Mincho", "Yu Mincho", "游明朝", serif !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    color: #333333 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    white-space: nowrap !important;
    margin-top: 2px !important;
  }

  /* 下部ナビゲーション非表示 */
  body.mchange_page_body #header_nav_free {
    display: none !important;
  }
}

/* --------------------------------------------------------
   1カラムページ専用：フッター全体レイアウト
   -------------------------------------------------------- */
body.mchange_page_body #footer_area,
body.mchange_page_body #footer {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  clear: both !important;
  background-color: #ffffff !important;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
}

body.mchange_page_body #custom_onecol_footer_container {
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* ひな形不要パーツの非表示 */
body.mchange_page_body #footer_area > ul,
body.mchange_page_body #footer_area .footer_nav {
  display: none !important;
}

/* ========================================================
   最下部コピーライト（背景色・Computed値完全一致）
   ======================================================== */
body.mchange_page_body .custom_kept_copyright,
body.mchange_page_body #footer_area .copyright,
body.mchange_page_body #footer_area p {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 10px !important;
  background-color: #EDEDED !important;
  font-family: "Shippori Mincho", serif !important;
  font-size: 14.04px !important;
  font-weight: 400 !important;
  line-height: 22.464px !important;
  color: rgb(33, 37, 41) !important;
  text-align: center !important;
  box-sizing: border-box !important;
  clear: both !important;
}

/* ========================================================
   PC表示時（1025px以上）
   ======================================================== */
@media screen and (min-width: 1025px) {
  body.mchange_page_body #footer2 {
    display: block !important;
    width: 1200px !important;
    margin: 0 auto 30px !important;
    padding: 0 !important;
    border: 0 !important;
    box-sizing: border-box !important;
    font-family: "Shippori Mincho", serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    color: rgb(102, 102, 102) !important;
    text-align: left !important;
    overflow: hidden !important;
    float: none !important;
  }

  body.mchange_page_body #footer2 div.line {
    float: left !important;
    width: 1200px !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
  }

  body.mchange_page_body #footer2 div.line img {
    width: 1200px !important;
    height: 5px !important;
    display: block !important;
  }

  body.mchange_page_body #footer2 div.logo {
    float: left !important;
    width: 350px !important;
    box-sizing: border-box !important;
  }

  body.mchange_page_body #footer2 div.haiso {
    float: left !important;
    width: 350px !important;
    box-sizing: border-box !important;
  }

  body.mchange_page_body #footer2 div.etc {
    float: left !important;
    margin-left: 30px !important;
    width: 470px !important;
    box-sizing: border-box !important;
  }

  body.mchange_page_body #footerSNSMenu {
    display: none !important;
  }
}

/* ========================================================
   タブレット・iPad Pro表示時（1024px以下）
   ======================================================== */
@media screen and (max-width: 1024px) {
  body.mchange_page_body #footer2 {
    display: none !important;
  }

  body.mchange_page_body #footerSNSMenu {
    display: block !important;
    background-color: #004D25 !important;
    box-sizing: border-box !important;
    width: 100% !important;
    text-align: left !important;
  }

  body.mchange_page_body .footerMenu__inner {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
    width: 100% !important;
  }

  body.mchange_page_body .footerMenu__col {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    box-sizing: border-box !important;
  }

  body.mchange_page_body .footerMenu__snsWrap {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }

  body.mchange_page_body .footerMenu__snsIcon {
    display: block !important;
    width: 60px !important;
    height: 60px !important;
    color: rgb(255, 255, 255) !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
  }

  body.mchange_page_body .footerMenu__snsIcon svg {
    display: block !important;
    width: 60px !important;
    height: 60px !important;
  }

  body.mchange_page_body .footerMenu__list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
  }

  body.mchange_page_body .footerMenu__list li {
    width: 100% !important;
    text-align: left !important;
  }

  body.mchange_page_body #footerSNSMenu a:link,
  body.mchange_page_body #footerSNSMenu a:visited,
  body.mchange_page_body #footerSNSMenu a:hover,
  body.mchange_page_body #footerSNSMenu a:active,
  body.mchange_page_body #footerSNSMenu a.footerMenu__link:link,
  body.mchange_page_body #footerSNSMenu a.footerMenu__link:visited,
  body.mchange_page_body #footerSNSMenu a.footerMenu__link:hover,
  body.mchange_page_body #footerSNSMenu a.footerMenu__link:active {
    display: block !important;
    width: 100% !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-family: "Shippori Mincho", serif !important;
    font-size: 14.04px !important;
    line-height: 22.464px !important;
    text-align: left !important;
  }
}

/* ========================================================
   iPad Pro専用ブレークポイント（821px〜1024px）
   ======================================================== */
@media screen and (min-width: 821px) and (max-width: 1024px) {
  body.mchange_page_body #footerSNSMenu {
    padding: 40px 36px 52px !important;
  }

  body.mchange_page_body .footerMenu__inner {
    max-width: 640px !important;
    gap: 56px !important;
  }

  body.mchange_page_body .footerMenu__snsWrap {
    margin-bottom: 22px !important;
  }

  body.mchange_page_body .footerMenu__list {
    gap: 15px !important;
  }
}

/* ========================================================
   4. スマートフォン専用（560px以下）：Computed完全準拠
   ======================================================== */
@media screen and (max-width: 560px) {
  /* フッター全体のパディング（上24px 左右16px 下32px） */
  body.mchange_page_body #footerSNSMenu {
    padding: 24px 16px 32px !important;
  }

  body.mchange_page_body .footerMenu__inner {
    width: 100% !important;
    max-width: 100% !important;
    gap: 20px !important;
  }

  /* アイコンの親要素（margin-bottom: 14px） */
  body.mchange_page_body .footerMenu__snsWrap {
    margin-bottom: 14px !important;
    justify-content: flex-start !important;
  }

  /* アイコンサイズ（44px × 44px） */
  body.mchange_page_body .footerMenu__snsIcon,
  body.mchange_page_body .footerMenu__snsIcon svg {
    display: block !important;
    width: 44px !important;
    height: 44px !important;
  }

  /* リストの間隔 */
  body.mchange_page_body .footerMenu__list {
    gap: 10px !important;
  }

  /* テキストリンク（Computed: 12.75px / 700 / 17.85px / 0.6375px） */
  body.mchange_page_body #footerSNSMenu a:link,
  body.mchange_page_body #footerSNSMenu a:visited,
  body.mchange_page_body #footerSNSMenu a:hover,
  body.mchange_page_body #footerSNSMenu a:active,
  body.mchange_page_body #footerSNSMenu a.footerMenu__link:link,
  body.mchange_page_body #footerSNSMenu a.footerMenu__link:visited,
  body.mchange_page_body #footerSNSMenu a.footerMenu__link:hover,
  body.mchange_page_body #footerSNSMenu a.footerMenu__link:active {
    display: block !important;
    width: 100% !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-family: "Shippori Mincho", serif !important;
    font-size: 12.75px !important;
    font-weight: 700 !important;
    line-height: 17.85px !important;
    letter-spacing: 0.6375px !important;
    text-align: left !important;
  }
}

/* 1カラム（会員情報変更等）ページのコピーライトだけに適用 */
body.mchange_page_body .custom_kept_copyright,
body.mchange_page_body #footer_area .copyright,
body.mchange_page_body #footer_area p,
body.mchange_page_body #footer_area small {
  font-family: "Shippori Mincho", serif !important;
  font-size: 14.04px !important;
  color: rgb(33, 37, 41) !important;
  line-height: 1.5 !important;
  text-align: center !important;
}
/* ========================================================
   退会ページ等（1カラム用）完全統合レスポンシブCSS
   ======================================================== */

/* 不要な標準パーツを非表示 */
body.mdelete_page_body .header_right,
body.mdelete_page_body .h_menu,
body.mdelete_page_body .search_bar {
  display: none !important;
}

body.mdelete_page_body #header {
  position: relative !important;
  width: 100% !important;
}

/* ----------------------------------------------------
   スライドメニュー内レイアウト調整
   ---------------------------------------------------- */
body.mdelete_page_body #side_menu_left,
body.mdelete_page_body .side_menu {
  background-color: #ffffff !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

body.mdelete_page_body #side_menu_left #left_column,
body.mdelete_page_body .side_menu #left_column {
  display: block !important;
  width: 100% !important;
  padding: 15px !important;
  box-sizing: border-box !important;
}

body.mdelete_page_body #side_menu_left .list ul,
body.mdelete_page_body .side_menu .list ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.mdelete_page_body #side_menu_left .list ul li img,
body.mdelete_page_body .side_menu .list ul li img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin-bottom: 8px !important;
}

/* ----------------------------------------------------
   スライドメニュー内レイアウト強制表示
   ---------------------------------------------------- */
body.mdelete_page_body [class*="side_menu"],
body.mdelete_page_body #side_menu_left {
  background-color: #ffffff !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

body.mdelete_page_body [class*="side_menu"] #left_column,
body.mdelete_page_body #side_menu_left #left_column {
  display: block !important;
  width: 100% !important;
  padding: 20px 15px 40px 15px !important;
  box-sizing: border-box !important;
}

body.mdelete_page_body [class*="side_menu"] .list ul,
body.mdelete_page_body #side_menu_left .list ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.mdelete_page_body [class*="side_menu"] .list ul li,
body.mdelete_page_body #side_menu_left .list ul li {
  margin-bottom: 8px !important;
}

body.mdelete_page_body [class*="side_menu"] .list ul li img,
body.mdelete_page_body #side_menu_left .list ul li img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

/* --------------------------------------------------------
   【1】パソコン用（1025px 以上）
   -------------------------------------------------------- */
@media screen and (min-width: 1025px) {
  body.mdelete_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    min-height: 90px !important;
    display: flex !important;
    align-items: center !important;
  }

  body.mdelete_page_body #custom_app_icons {
    display: none !important;
  }

  body.mdelete_page_body #inner_header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    box-sizing: border-box !important;
    position: relative !important;
  }

  body.mdelete_page_body .header_center.center_shop_name {
    margin: 0 !important;
  }

  body.mdelete_page_body .custom_header_search {
    display: block !important;
    margin: 0 !important;
  }

  body.mdelete_page_body .custom_header_search form {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
  }

  body.mdelete_page_body .custom_header_search .search_box {
    height: 28px !important;
    line-height: 28px !important;
    padding: 2px 8px !important;
    border: 1px solid #7f9db9 !important;
    border-radius: 3px !important;
    box-sizing: border-box !important;
    font-size: 13px !important;
    width: 240px !important;
    margin-right: 5px !important;
    background-color: #fff !important;
  }

  body.mdelete_page_body .custom_header_search .searchinput {
    height: 28px !important;
    line-height: 26px !important;
    padding: 0 10px !important;
    background: linear-gradient(to bottom, #f7f7f7 0%, #e0e0e0 100%) !important;
    border: 1px solid #a0a0a0 !important;
    border-radius: 3px !important;
    font-size: 12px !important;
    color: #333 !important;
    cursor: pointer !important;
  }

  body.mdelete_page_body #header_nav_free {
    display: block !important;
    border-top: 3px solid #004d25 !important;
    border-bottom: none !important;
    background-color: #fff !important;
    width: 100% !important;
    padding: 6px 0 8px 0 !important;
  }

  body.mdelete_page_body .header_navfree ul {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.mdelete_page_body .header_navfree ul li img {
    display: block !important;
    height: auto !important;
  }

  .hedfacebook00 {
    display: none;
  }

  .hedfinstagram00 {
    display: none;
  }
}

/* --------------------------------------------------------
   【2】iPad Pro 用（821px 〜 1024px）
   -------------------------------------------------------- */
@media screen and (min-width: 821px) and (max-width: 1024px) {
  body.mdelete_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    min-height: 90px !important;
    display: flex !important;
    align-items: center !important;
  }

  body.mdelete_page_body #custom_app_icons {
    display: none !important;
  }

  body.mdelete_page_body #inner_header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    box-sizing: border-box !important;
    position: relative !important;
  }

  body.mdelete_page_body .header_center.center_shop_name {
    margin: 0 !important;
  }

  body.mdelete_page_body .custom_header_search {
    display: block !important;
    margin: 0 !important;
  }

  body.mdelete_page_body .custom_header_search form {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
  }

  body.mdelete_page_body .custom_header_search .search_box {
    height: 28px !important;
    line-height: 28px !important;
    padding: 2px 8px !important;
    border: 1px solid #7f9db9 !important;
    border-radius: 3px !important;
    box-sizing: border-box !important;
    font-size: 13px !important;
    width: 240px !important;
    margin-right: 5px !important;
    background-color: #fff !important;
  }

  body.mdelete_page_body .custom_header_search .searchinput {
    height: 28px !important;
    line-height: 26px !important;
    padding: 0 10px !important;
    background: linear-gradient(to bottom, #f7f7f7 0%, #e0e0e0 100%) !important;
    border: 1px solid #a0a0a0 !important;
    border-radius: 3px !important;
    font-size: 12px !important;
    color: #333 !important;
    cursor: pointer !important;
  }

  body.mdelete_page_body #header_nav_free {
    display: block !important;
    border-top: 3px solid #004d25 !important;
    border-bottom: none !important;
    background-color: #fff !important;
    width: 100% !important;
    padding: 6px 0 8px 0 !important;
  }

  body.mdelete_page_body .header_navfree ul {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.mdelete_page_body .header_navfree ul li img {
    display: block !important;
    height: auto !important;
  }

  .hedfacebook00 {
    display: none;
  }

  .hedfinstagram00 {
    display: none;
  }
}

/* --------------------------------------------------------
   【3】iPad Air 用（769px 〜 820px）
   -------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 820px) {
  body.mdelete_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    min-height: 90px !important;
  }

  body.mdelete_page_body .custom_header_search {
    display: none !important;
  }

  body.mdelete_page_body #inner_header {
    position: static !important;
    width: 100% !important;
  }

  /* ロゴ中央配置と上下余白 */
  body.mdelete_page_body .header_center.center_shop_name {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    z-index: 10 !important;
  }

  body.mdelete_page_body .shoplogo {
    padding: 15px 0 15px !important;
  }

  /* アイコン親コンテナの解除 */
  body.mdelete_page_body #custom_app_icons {
    position: static !important;
  }

  /* カート（right 140px, top 25px / width 90%） */
  body.mdelete_page_body #custom_app_icons .icon_item.custom_cart {
    position: absolute !important;
    right: 140px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
  }

  body.mdelete_page_body #custom_app_icons .icon_item.custom_cart img {
    display: block !important;
    width: 90% !important;
    height: auto !important;
  }

  /* ログイン（right 85px, top 25px / width 90%） */
  body.mdelete_page_body #custom_app_icons .icon_item.custom_login {
    position: absolute !important;
    right: 85px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
  }

  body.mdelete_page_body #custom_app_icons .icon_item.custom_login img {
    display: block !important;
    width: 90% !important;
    height: auto !important;
  }

  /* メニュー（right 25px, top 25px） */
  body.mdelete_page_body #custom_app_icons .icon_item.custom_menu {
    position: absolute !important;
    right: 25px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 100 !important;
  }

  body.mdelete_page_body #custom_app_icons .icon_item.custom_menu a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    line-height: 1 !important;
    width: 100% !important;
    height: 100% !important;
  }

  /* Font Awesome（30px） */
  body.mdelete_page_body #custom_app_icons .fa {
    font-size: 30px !important;
    display: block !important;
    color: #004d25 !important;
    line-height: 1 !important;
    margin: 0 !important;
  }

  /* 「メニュー」テキスト */
  body.mdelete_page_body #custom_app_icons .menu_label {
    display: block !important;
    font-size: 9px !important;
    font-weight: bold !important;
    color: #333333 !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
    margin-top: 2px !important;
  }

  /* 下部画像メニュー */
  body.mdelete_page_body #header_nav_free {
    display: block !important;
    border-top: 3px solid #004d25 !important;
    border-bottom: none !important;
    background-color: #fff !important;
    width: 100% !important;
    padding: 6px 0 8px 0 !important;
  }

  body.mdelete_page_body .header_navfree ul {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.mdelete_page_body .header_navfree ul li img {
    display: block !important;
    height: auto !important;
  }
}

/* --------------------------------------------------------
   【4】iPad（通常・縦向き）用（561px 〜 768px）
   -------------------------------------------------------- */
@media screen and (min-width: 561px) and (max-width: 768px) {
  body.mdelete_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    min-height: 90px !important;
  }

  body.mdelete_page_body .custom_header_search {
    display: none !important;
  }

  body.mdelete_page_body #inner_header {
    position: static !important;
    width: 100% !important;
  }

  /* ロゴ中央配置と上下余白 */
  body.mdelete_page_body .header_center.center_shop_name {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    z-index: 10 !important;
  }

  body.mdelete_page_body .shoplogo {
    padding: 15px 0 15px !important;
  }

  /* アイコン親コンテナの解除 */
  body.mdelete_page_body #custom_app_icons {
    position: static !important;
  }

  /* カート（right 140px, top 25px / width 45px） */
  body.mdelete_page_body #custom_app_icons .icon_item.custom_cart {
    position: absolute !important;
    right: 140px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
  }

  body.mdelete_page_body #custom_app_icons .icon_item.custom_cart img {
    display: block !important;
    width: 90% !important;
    height: auto !important;
  }

  /* ログイン（right 85px, top 25px / width 45px） */
  body.mdelete_page_body #custom_app_icons .icon_item.custom_login {
    position: absolute !important;
    right: 85px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
  }

  body.mdelete_page_body #custom_app_icons .icon_item.custom_login img {
    display: block !important;
    width: 90% !important;
    height: auto !important;
  }

  /* メニュー（right 25px, top 25px / width 45px） */
  body.mdelete_page_body #custom_app_icons .icon_item.custom_menu {
    position: absolute !important;
    right: 25px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 100 !important;
  }

  body.mdelete_page_body #custom_app_icons .icon_item.custom_menu a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    line-height: 1 !important;
    width: 100% !important;
    height: 100% !important;
  }

  /* Font Awesome（30px） */
  body.mdelete_page_body #custom_app_icons .fa {
    font-size: 30px !important;
    display: block !important;
    color: #004d25 !important;
    line-height: 1 !important;
    margin: 0 !important;
  }

  /* 「メニュー」テキスト */
  body.mdelete_page_body #custom_app_icons .menu_label {
    display: block !important;
    font-size: 9px !important;
    font-weight: bold !important;
    color: #333333 !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
    margin-top: 2px !important;
  }

  /* 下部画像メニュー */
  body.mdelete_page_body #header_nav_free {
    display: block !important;
    border-top: 3px solid #004d25 !important;
    border-bottom: none !important;
    background-color: #fff !important;
    width: 100% !important;
    padding: 6px 0 8px 0 !important;
  }

  body.mdelete_page_body .header_navfree ul {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.mdelete_page_body .header_navfree ul li img {
    display: block !important;
    height: auto !important;
  }
}

/* --------------------------------------------------------
   【5】スマートフォン用（560px 以下）
   -------------------------------------------------------- */
@media screen and (max-width: 560px) {
  body.mdelete_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    height: 82.7px !important;
    min-height: 82.7px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
  }

  body.mdelete_page_body .custom_header_search {
    display: none !important;
  }

  body.mdelete_page_body #inner_header {
    position: static !important;
    width: 100% !important;
    height: 82.7px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* ロゴ配置（左端基準） */
  body.mdelete_page_body .header_center.center_shop_name {
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
  }

  body.mdelete_page_body .shoplogo {
    padding: 0 !important;
    margin-top: -5px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    line-height: 0 !important;
  }

  /* ロゴ画像（実測値：190px × 49.6875px） */
  body.mdelete_page_body .shoplogo img {
    width: 190px !important;
    height: 49.7px !important;
    max-width: none !important;
    max-height: none !important;
    vertical-align: middle !important;
  }

  /* アイコン親コンテナの解除（絶対配置） */
  body.mdelete_page_body #custom_app_icons {
    position: static !important;
  }

  /* カートアイコン（実測：30px × 30px / right 120px） */
  body.mdelete_page_body #custom_app_icons .icon_item.custom_cart {
    position: absolute !important;
    right: 115px !important;
    top: 45% !important;
    transform: translateY(-50%) !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    z-index: 100 !important;
  }

  body.mdelete_page_body #custom_app_icons .icon_item.custom_cart a {
    display: block !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 0 !important;
  }

  body.mdelete_page_body #custom_app_icons .icon_item.custom_cart img {
    display: block !important;
    width: 30px !important;
    height: 30px !important;
    object-fit: contain !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* ログインアイコン（実測：50px × 30px / right 65px） */
  body.mdelete_page_body #custom_app_icons .icon_item.custom_login {
    position: absolute !important;
    right: 60px !important;
    top: 45% !important;
    transform: translateY(-50%) !important;
    width: 50px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    z-index: 100 !important;
  }

  body.mdelete_page_body #custom_app_icons .icon_item.custom_login a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50px !important;
    height: 30px !important;
    line-height: 0 !important;
  }

  body.mdelete_page_body #custom_app_icons .icon_item.custom_login img {
    display: block !important;
    max-width: 100% !important;
    height: 30px !important;
    object-fit: contain !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* メニューアイコン（実測：50px × 45px / right 10px） */
  body.mdelete_page_body #custom_app_icons .icon_item.custom_menu {
    position: absolute !important;
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 50px !important;
    min-width: 50px !important;
    height: 45px !important;
    padding: 5px 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    z-index: 100 !important;
  }

  body.mdelete_page_body #custom_app_icons .icon_item.custom_menu a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    width: 100% !important;
    height: 100% !important;
  }

  /* Font Awesome アイコン */
  body.mdelete_page_body #custom_app_icons .fa {
    font-size: 22px !important;
    display: block !important;
    color: #004d25 !important;
    line-height: 1 !important;
    margin: 0 !important;
  }

  /* 「メニュー」テキスト */
  body.mdelete_page_body #custom_app_icons .menu_label {
    display: block !important;
    font-family: "Shippori Mincho", "Yu Mincho", "游明朝", serif !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    color: #333333 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    white-space: nowrap !important;
    margin-top: 2px !important;
  }

  /* 下部ナビゲーション非表示 */
  body.mdelete_page_body #header_nav_free {
    display: none !important;
  }
}

/* --------------------------------------------------------
   1カラムページ専用：フッター全体レイアウト
   -------------------------------------------------------- */
body.mdelete_page_body #footer_area,
body.mdelete_page_body #footer {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  clear: both !important;
  background-color: #ffffff !important;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
}

body.mdelete_page_body #custom_onecol_footer_container {
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* ひな形不要パーツの非表示 */
body.mdelete_page_body #footer_area > ul,
body.mdelete_page_body #footer_area .footer_nav {
  display: none !important;
}

/* ========================================================
   最下部コピーライト（背景色・Computed値完全一致）
   ======================================================== */
body.mdelete_page_body .custom_kept_copyright,
body.mdelete_page_body #footer_area .copyright,
body.mdelete_page_body #footer_area p {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 10px !important;
  background-color: #EDEDED !important;
  font-family: "Shippori Mincho", serif !important;
  font-size: 14.04px !important;
  font-weight: 400 !important;
  line-height: 22.464px !important;
  color: rgb(33, 37, 41) !important;
  text-align: center !important;
  box-sizing: border-box !important;
  clear: both !important;
}

/* ========================================================
   PC表示時（1025px以上）
   ======================================================== */
@media screen and (min-width: 1025px) {
  body.mdelete_page_body #footer2 {
    display: block !important;
    width: 1200px !important;
    margin: 0 auto 30px !important;
    padding: 0 !important;
    border: 0 !important;
    box-sizing: border-box !important;
    font-family: "Shippori Mincho", serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    color: rgb(102, 102, 102) !important;
    text-align: left !important;
    overflow: hidden !important;
    float: none !important;
  }

  body.mdelete_page_body #footer2 div.line {
    float: left !important;
    width: 1200px !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
  }

  body.mdelete_page_body #footer2 div.line img {
    width: 1200px !important;
    height: 5px !important;
    display: block !important;
  }

  body.mdelete_page_body #footer2 div.logo {
    float: left !important;
    width: 350px !important;
    box-sizing: border-box !important;
  }

  body.mdelete_page_body #footer2 div.haiso {
    float: left !important;
    width: 350px !important;
    box-sizing: border-box !important;
  }

  body.mdelete_page_body #footer2 div.etc {
    float: left !important;
    margin-left: 30px !important;
    width: 470px !important;
    box-sizing: border-box !important;
  }

  body.mdelete_page_body #footerSNSMenu {
    display: none !important;
  }
}

/* ========================================================
   タブレット・iPad Pro表示時（1024px以下）
   ======================================================== */
@media screen and (max-width: 1024px) {
  body.mdelete_page_body #footer2 {
    display: none !important;
  }

  body.mdelete_page_body #footerSNSMenu {
    display: block !important;
    background-color: #004D25 !important;
    box-sizing: border-box !important;
    width: 100% !important;
    text-align: left !important;
  }

  body.mdelete_page_body .footerMenu__inner {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
    width: 100% !important;
  }

  body.mdelete_page_body .footerMenu__col {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    box-sizing: border-box !important;
  }

  body.mdelete_page_body .footerMenu__snsWrap {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }

  body.mdelete_page_body .footerMenu__snsIcon {
    display: block !important;
    width: 60px !important;
    height: 60px !important;
    color: rgb(255, 255, 255) !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
  }

  body.mdelete_page_body .footerMenu__snsIcon svg {
    display: block !important;
    width: 60px !important;
    height: 60px !important;
  }

  body.mdelete_page_body .footerMenu__list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
  }

  body.mdelete_page_body .footerMenu__list li {
    width: 100% !important;
    text-align: left !important;
  }

  body.mdelete_page_body #footerSNSMenu a:link,
  body.mdelete_page_body #footerSNSMenu a:visited,
  body.mdelete_page_body #footerSNSMenu a:hover,
  body.mdelete_page_body #footerSNSMenu a:active,
  body.mdelete_page_body #footerSNSMenu a.footerMenu__link:link,
  body.mdelete_page_body #footerSNSMenu a.footerMenu__link:visited,
  body.mdelete_page_body #footerSNSMenu a.footerMenu__link:hover,
  body.mdelete_page_body #footerSNSMenu a.footerMenu__link:active {
    display: block !important;
    width: 100% !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-family: "Shippori Mincho", serif !important;
    font-size: 14.04px !important;
    line-height: 22.464px !important;
    text-align: left !important;
  }
}

/* ========================================================
   iPad Pro専用ブレークポイント（821px〜1024px）
   ======================================================== */
@media screen and (min-width: 821px) and (max-width: 1024px) {
  body.mdelete_page_body #footerSNSMenu {
    padding: 40px 36px 52px !important;
  }

  body.mdelete_page_body .footerMenu__inner {
    max-width: 640px !important;
    gap: 56px !important;
  }

  body.mdelete_page_body .footerMenu__snsWrap {
    margin-bottom: 22px !important;
  }

  body.mdelete_page_body .footerMenu__list {
    gap: 15px !important;
  }
}

/* ========================================================
   4. スマートフォン専用（560px以下）：Computed完全準拠
   ======================================================== */
@media screen and (max-width: 560px) {
  /* フッター全体のパディング（上24px 左右16px 下32px） */
  body.mdelete_page_body #footerSNSMenu {
    padding: 24px 16px 32px !important;
  }

  body.mdelete_page_body .footerMenu__inner {
    width: 100% !important;
    max-width: 100% !important;
    gap: 20px !important;
  }

  /* アイコンの親要素（margin-bottom: 14px） */
  body.mdelete_page_body .footerMenu__snsWrap {
    margin-bottom: 14px !important;
    justify-content: flex-start !important;
  }

  /* アイコンサイズ（44px × 44px） */
  body.mdelete_page_body .footerMenu__snsIcon,
  body.mdelete_page_body .footerMenu__snsIcon svg {
    display: block !important;
    width: 44px !important;
    height: 44px !important;
  }

  /* リストの間隔 */
  body.mdelete_page_body .footerMenu__list {
    gap: 10px !important;
  }

  /* テキストリンク（Computed: 12.75px / 700 / 17.85px / 0.6375px） */
  body.mdelete_page_body #footerSNSMenu a:link,
  body.mdelete_page_body #footerSNSMenu a:visited,
  body.mdelete_page_body #footerSNSMenu a:hover,
  body.mdelete_page_body #footerSNSMenu a:active,
  body.mdelete_page_body #footerSNSMenu a.footerMenu__link:link,
  body.mdelete_page_body #footerSNSMenu a.footerMenu__link:visited,
  body.mdelete_page_body #footerSNSMenu a.footerMenu__link:hover,
  body.mdelete_page_body #footerSNSMenu a.footerMenu__link:active {
    display: block !important;
    width: 100% !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-family: "Shippori Mincho", serif !important;
    font-size: 12.75px !important;
    font-weight: 700 !important;
    line-height: 17.85px !important;
    letter-spacing: 0.6375px !important;
    text-align: left !important;
  }
}

/* 1カラム（退会等）ページのコピーライトだけに適用 */
body.mdelete_page_body .custom_kept_copyright,
body.mdelete_page_body #footer_area .copyright,
body.mdelete_page_body #footer_area p,
body.mdelete_page_body #footer_area small {
  font-family: "Shippori Mincho", serif !important;
  font-size: 14.04px !important;
  color: rgb(33, 37, 41) !important;
  line-height: 1.5 !important;
  text-align: center !important;
}
/* ========================================================
   お届け先登録・変更ページ等（1カラム用）完全統合レスポンシブCSS
   ======================================================== */

/* 不要な標準パーツを非表示 */
body.recipient_page_body .header_right,
body.recipient_page_body .h_menu,
body.recipient_page_body .search_bar {
  display: none !important;
}

body.recipient_page_body #header {
  position: relative !important;
  width: 100% !important;
}

/* ----------------------------------------------------
   スライドメニュー内レイアウト調整
   ---------------------------------------------------- */
body.recipient_page_body #side_menu_left,
body.recipient_page_body .side_menu {
  background-color: #ffffff !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

body.recipient_page_body #side_menu_left #left_column,
body.recipient_page_body .side_menu #left_column {
  display: block !important;
  width: 100% !important;
  padding: 15px !important;
  box-sizing: border-box !important;
}

body.recipient_page_body #side_menu_left .list ul,
body.recipient_page_body .side_menu .list ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.recipient_page_body #side_menu_left .list ul li img,
body.recipient_page_body .side_menu .list ul li img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin-bottom: 8px !important;
}

/* ----------------------------------------------------
   スライドメニュー内レイアウト強制表示
   ---------------------------------------------------- */
body.recipient_page_body [class*="side_menu"],
body.recipient_page_body #side_menu_left {
  background-color: #ffffff !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

body.recipient_page_body [class*="side_menu"] #left_column,
body.recipient_page_body #side_menu_left #left_column {
  display: block !important;
  width: 100% !important;
  padding: 20px 15px 40px 15px !important;
  box-sizing: border-box !important;
}

body.recipient_page_body [class*="side_menu"] .list ul,
body.recipient_page_body #side_menu_left .list ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.recipient_page_body [class*="side_menu"] .list ul li,
body.recipient_page_body #side_menu_left .list ul li {
  margin-bottom: 8px !important;
}

body.recipient_page_body [class*="side_menu"] .list ul li img,
body.recipient_page_body #side_menu_left .list ul li img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

/* --------------------------------------------------------
   【1】パソコン用（1025px 以上）
   -------------------------------------------------------- */
@media screen and (min-width: 1025px) {
  body.recipient_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    min-height: 90px !important;
    display: flex !important;
    align-items: center !important;
  }

  body.recipient_page_body #custom_app_icons {
    display: none !important;
  }

  body.recipient_page_body #inner_header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    box-sizing: border-box !important;
    position: relative !important;
  }

  body.recipient_page_body .header_center.center_shop_name {
    margin: 0 !important;
  }

  body.recipient_page_body .custom_header_search {
    display: block !important;
    margin: 0 !important;
  }

  body.recipient_page_body .custom_header_search form {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
  }

  body.recipient_page_body .custom_header_search .search_box {
    height: 28px !important;
    line-height: 28px !important;
    padding: 2px 8px !important;
    border: 1px solid #7f9db9 !important;
    border-radius: 3px !important;
    box-sizing: border-box !important;
    font-size: 13px !important;
    width: 240px !important;
    margin-right: 5px !important;
    background-color: #fff !important;
  }

  body.recipient_page_body .custom_header_search .searchinput {
    height: 28px !important;
    line-height: 26px !important;
    padding: 0 10px !important;
    background: linear-gradient(to bottom, #f7f7f7 0%, #e0e0e0 100%) !important;
    border: 1px solid #a0a0a0 !important;
    border-radius: 3px !important;
    font-size: 12px !important;
    color: #333 !important;
    cursor: pointer !important;
  }

  body.recipient_page_body #header_nav_free {
    display: block !important;
    border-top: 3px solid #004d25 !important;
    border-bottom: none !important;
    background-color: #fff !important;
    width: 100% !important;
    padding: 6px 0 8px 0 !important;
  }

  body.recipient_page_body .header_navfree ul {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.recipient_page_body .header_navfree ul li img {
    display: block !important;
    height: auto !important;
  }

  .hedfacebook00 {
    display: none;
  }

  .hedfinstagram00 {
    display: none;
  }
}

/* --------------------------------------------------------
   【2】iPad Pro 用（821px 〜 1024px）
   -------------------------------------------------------- */
@media screen and (min-width: 821px) and (max-width: 1024px) {
  body.recipient_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    min-height: 90px !important;
    display: flex !important;
    align-items: center !important;
  }

  body.recipient_page_body #custom_app_icons {
    display: none !important;
  }

  body.recipient_page_body #inner_header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    box-sizing: border-box !important;
    position: relative !important;
  }

  body.recipient_page_body .header_center.center_shop_name {
    margin: 0 !important;
  }

  body.recipient_page_body .custom_header_search {
    display: block !important;
    margin: 0 !important;
  }

  body.recipient_page_body .custom_header_search form {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
  }

  body.recipient_page_body .custom_header_search .search_box {
    height: 28px !important;
    line-height: 28px !important;
    padding: 2px 8px !important;
    border: 1px solid #7f9db9 !important;
    border-radius: 3px !important;
    box-sizing: border-box !important;
    font-size: 13px !important;
    width: 240px !important;
    margin-right: 5px !important;
    background-color: #fff !important;
  }

  body.recipient_page_body .custom_header_search .searchinput {
    height: 28px !important;
    line-height: 26px !important;
    padding: 0 10px !important;
    background: linear-gradient(to bottom, #f7f7f7 0%, #e0e0e0 100%) !important;
    border: 1px solid #a0a0a0 !important;
    border-radius: 3px !important;
    font-size: 12px !important;
    color: #333 !important;
    cursor: pointer !important;
  }

  body.recipient_page_body #header_nav_free {
    display: block !important;
    border-top: 3px solid #004d25 !important;
    border-bottom: none !important;
    background-color: #fff !important;
    width: 100% !important;
    padding: 6px 0 8px 0 !important;
  }

  body.recipient_page_body .header_navfree ul {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.recipient_page_body .header_navfree ul li img {
    display: block !important;
    height: auto !important;
  }

  .hedfacebook00 {
    display: none;
  }

  .hedfinstagram00 {
    display: none;
  }
}

/* --------------------------------------------------------
   【3】iPad Air 用（769px 〜 820px）
   -------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 820px) {
  body.recipient_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    min-height: 90px !important;
  }

  body.recipient_page_body .custom_header_search {
    display: none !important;
  }

  body.recipient_page_body #inner_header {
    position: static !important;
    width: 100% !important;
  }

  /* ロゴ中央配置と上下余白 */
  body.recipient_page_body .header_center.center_shop_name {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    z-index: 10 !important;
  }

  body.recipient_page_body .shoplogo {
    padding: 15px 0 15px !important;
  }

  /* アイコン親コンテナの解除 */
  body.recipient_page_body #custom_app_icons {
    position: static !important;
  }

  /* カート（right 140px, top 25px / width 90%） */
  body.recipient_page_body #custom_app_icons .icon_item.custom_cart {
    position: absolute !important;
    right: 140px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
  }

  body.recipient_page_body #custom_app_icons .icon_item.custom_cart img {
    display: block !important;
    width: 90% !important;
    height: auto !important;
  }

  /* ログイン（right 85px, top 25px / width 90%） */
  body.recipient_page_body #custom_app_icons .icon_item.custom_login {
    position: absolute !important;
    right: 85px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
  }

  body.recipient_page_body #custom_app_icons .icon_item.custom_login img {
    display: block !important;
    width: 90% !important;
    height: auto !important;
  }

  /* メニュー（right 25px, top 25px） */
  body.recipient_page_body #custom_app_icons .icon_item.custom_menu {
    position: absolute !important;
    right: 25px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 100 !important;
  }

  body.recipient_page_body #custom_app_icons .icon_item.custom_menu a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    line-height: 1 !important;
    width: 100% !important;
    height: 100% !important;
  }

  /* Font Awesome（30px） */
  body.recipient_page_body #custom_app_icons .fa {
    font-size: 30px !important;
    display: block !important;
    color: #004d25 !important;
    line-height: 1 !important;
    margin: 0 !important;
  }

  /* 「メニュー」テキスト */
  body.recipient_page_body #custom_app_icons .menu_label {
    display: block !important;
    font-size: 9px !important;
    font-weight: bold !important;
    color: #333333 !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
    margin-top: 2px !important;
  }

  /* 下部画像メニュー */
  body.recipient_page_body #header_nav_free {
    display: block !important;
    border-top: 3px solid #004d25 !important;
    border-bottom: none !important;
    background-color: #fff !important;
    width: 100% !important;
    padding: 6px 0 8px 0 !important;
  }

  body.recipient_page_body .header_navfree ul {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.recipient_page_body .header_navfree ul li img {
    display: block !important;
    height: auto !important;
  }
}

/* --------------------------------------------------------
   【4】iPad（通常・縦向き）用（561px 〜 768px）
   -------------------------------------------------------- */
@media screen and (min-width: 561px) and (max-width: 768px) {
  body.recipient_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    min-height: 90px !important;
  }

  body.recipient_page_body .custom_header_search {
    display: none !important;
  }

  body.recipient_page_body #inner_header {
    position: static !important;
    width: 100% !important;
  }

  /* ロゴ中央配置と上下余白 */
  body.recipient_page_body .header_center.center_shop_name {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    z-index: 10 !important;
  }

  body.recipient_page_body .shoplogo {
    padding: 15px 0 15px !important;
  }

  /* アイコン親コンテナの解除 */
  body.recipient_page_body #custom_app_icons {
    position: static !important;
  }

  /* カート（right 140px, top 25px / width 45px） */
  body.recipient_page_body #custom_app_icons .icon_item.custom_cart {
    position: absolute !important;
    right: 140px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
  }

  body.recipient_page_body #custom_app_icons .icon_item.custom_cart img {
    display: block !important;
    width: 90% !important;
    height: auto !important;
  }

  /* ログイン（right 85px, top 25px / width 45px） */
  body.recipient_page_body #custom_app_icons .icon_item.custom_login {
    position: absolute !important;
    right: 85px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
  }

  body.recipient_page_body #custom_app_icons .icon_item.custom_login img {
    display: block !important;
    width: 90% !important;
    height: auto !important;
  }

  /* メニュー（right 25px, top 25px / width 45px） */
  body.recipient_page_body #custom_app_icons .icon_item.custom_menu {
    position: absolute !important;
    right: 25px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 100 !important;
  }

  body.recipient_page_body #custom_app_icons .icon_item.custom_menu a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    line- বলছি
    line-height: 1 !important;
    width: 100% !important;
    height: 100% !important;
  }

  /* Font Awesome（30px） */
  body.recipient_page_body #custom_app_icons .fa {
    font-size: 30px !important;
    display: block !important;
    color: #004d25 !important;
    line-height: 1 !important;
    margin: 0 !important;
  }

  /* 「メニュー」テキスト */
  body.recipient_page_body #custom_app_icons .menu_label {
    display: block !important;
    font-size: 9px !important;
    font-weight: bold !important;
    color: #333333 !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
    margin-top: 2px !important;
  }

  /* 下部画像メニュー */
  body.recipient_page_body #header_nav_free {
    display: block !important;
    border-top: 3px solid #004d25 !important;
    border-bottom: none !important;
    background-color: #fff !important;
    width: 100% !important;
    padding: 6px 0 8px 0 !important;
  }

  body.recipient_page_body .header_navfree ul {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.recipient_page_body .header_navfree ul li img {
    display: block !important;
    height: auto !important;
  }
}

/* --------------------------------------------------------
   【5】スマートフォン用（560px 以下）
   -------------------------------------------------------- */
@media screen and (max-width: 560px) {
  body.recipient_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    height: 82.7px !important;
    min-height: 82.7px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
  }

  body.recipient_page_body .custom_header_search {
    display: none !important;
  }

  body.recipient_page_body #inner_header {
    position: static !important;
    width: 100% !important;
    height: 82.7px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* ロゴ配置（左端基準） */
  body.recipient_page_body .header_center.center_shop_name {
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
  }

  body.recipient_page_body .shoplogo {
    padding: 0 !important;
    margin-top: -5px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    line-height: 0 !important;
  }

  /* ロゴ画像（実測値：190px × 49.6875px） */
  body.recipient_page_body .shoplogo img {
    width: 190px !important;
    height: 49.7px !important;
    max-width: none !important;
    max-height: none !important;
    vertical-align: middle !important;
  }

  /* アイコン親コンテナの解除（絶対配置） */
  body.recipient_page_body #custom_app_icons {
    position: static !important;
  }

  /* カートアイコン（実測：30px × 30px / right 120px） */
  body.recipient_page_body #custom_app_icons .icon_item.custom_cart {
    position: absolute !important;
    right: 115px !important;
    top: 45% !important;
    transform: translateY(-50%) !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    z-index: 100 !important;
  }

  body.recipient_page_body #custom_app_icons .icon_item.custom_cart a {
    display: block !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 0 !important;
  }

  body.recipient_page_body #custom_app_icons .icon_item.custom_cart img {
    display: block !important;
    width: 30px !important;
    height: 30px !important;
    object-fit: contain !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* ログインアイコン（実測：50px × 30px / right 65px） */
  body.recipient_page_body #custom_app_icons .icon_item.custom_login {
    position: absolute !important;
    right: 60px !important;
    top: 45% !important;
    transform: translateY(-50%) !important;
    width: 50px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    z-index: 100 !important;
  }

  body.recipient_page_body #custom_app_icons .icon_item.custom_login a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50px !important;
    height: 30px !important;
    line-height: 0 !important;
  }

  body.recipient_page_body #custom_app_icons .icon_item.custom_login img {
    display: block !important;
    max-width: 100% !important;
    height: 30px !important;
    object-fit: contain !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* メニューアイコン（実測：50px × 45px / right 10px） */
  body.recipient_page_body #custom_app_icons .icon_item.custom_menu {
    position: absolute !important;
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 50px !important;
    min-width: 50px !important;
    height: 45px !important;
    padding: 5px 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    z-index: 100 !important;
  }

  body.recipient_page_body #custom_app_icons .icon_item.custom_menu a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    width: 100% !important;
    height: 100% !important;
  }

  /* Font Awesome アイコン */
  body.recipient_page_body #custom_app_icons .fa {
    font-size: 22px !important;
    display: block !important;
    color: #004d25 !important;
    line-height: 1 !important;
    margin: 0 !important;
  }

  /* 「メニュー」テキスト */
  body.recipient_page_body #custom_app_icons .menu_label {
    display: block !important;
    font-family: "Shippori Mincho", "Yu Mincho", "游明朝", serif !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    color: #333333 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    white-space: nowrap !important;
    margin-top: 2px !important;
  }

  /* 下部ナビゲーション非表示 */
  body.recipient_page_body #header_nav_free {
    display: none !important;
  }
}

/* --------------------------------------------------------
   1カラムページ専用：フッター全体レイアウト
   -------------------------------------------------------- */
body.recipient_page_body #footer_area,
body.recipient_page_body #footer {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  clear: both !important;
  background-color: #ffffff !important;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
}

body.recipient_page_body #custom_onecol_footer_container {
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* ひな形不要パーツの非表示 */
body.recipient_page_body #footer_area > ul,
body.recipient_page_body #footer_area .footer_nav {
  display: none !important;
}

/* ========================================================
   最下部コピーライト（背景色・Computed値完全一致）
   ======================================================== */
body.recipient_page_body .custom_kept_copyright,
body.recipient_page_body #footer_area .copyright,
body.recipient_page_body #footer_area p {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 10px !important;
  background-color: #EDEDED !important;
  font-family: "Shippori Mincho", serif !important;
  font-size: 14.04px !important;
  font-weight: 400 !important;
  line-height: 22.464px !important;
  color: rgb(33, 37, 41) !important;
  text-align: center !important;
  box-sizing: border-box !important;
  clear: both !important;
}

/* ========================================================
   PC表示時（1025px以上）
   ======================================================== */
@media screen and (min-width: 1025px) {
  body.recipient_page_body #footer2 {
    display: block !important;
    width: 1200px !important;
    margin: 0 auto 30px !important;
    padding: 0 !important;
    border: 0 !important;
    box-sizing: border-box !important;
    font-family: "Shippori Mincho", serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    color: rgb(102, 102, 102) !important;
    text-align: left !important;
    overflow: hidden !important;
    float: none !important;
  }

  body.recipient_page_body #footer2 div.line {
    float: left !important;
    width: 1200px !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
  }

  body.recipient_page_body #footer2 div.line img {
    width: 1200px !important;
    height: 5px !important;
    display: block !important;
  }

  body.recipient_page_body #footer2 div.logo {
    float: left !important;
    width: 350px !important;
    box-sizing: border-box !important;
  }

  body.recipient_page_body #footer2 div.haiso {
    float: left !important;
    width: 350px !important;
    box-sizing: border-box !important;
  }

  body.recipient_page_body #footer2 div.etc {
    float: left !important;
    margin-left: 30px !important;
    width: 470px !important;
    box-sizing: border-box !important;
  }

  body.recipient_page_body #footerSNSMenu {
    display: none !important;
  }
}

/* ========================================================
   タブレット・iPad Pro表示時（1024px以下）
   ======================================================== */
@media screen and (max-width: 1024px) {
  body.recipient_page_body #footer2 {
    display: none !important;
  }

  body.recipient_page_body #footerSNSMenu {
    display: block !important;
    background-color: #004D25 !important;
    box-sizing: border-box !important;
    width: 100% !important;
    text-align: left !important;
  }

  body.recipient_page_body .footerMenu__inner {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
    width: 100% !important;
  }

  body.recipient_page_body .footerMenu__col {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    box-sizing: border-box !important;
  }

  body.recipient_page_body .footerMenu__snsWrap {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }

  body.recipient_page_body .footerMenu__snsIcon {
    display: block !important;
    width: 60px !important;
    height: 60px !important;
    color: rgb(255, 255, 255) !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
  }

  body.recipient_page_body .footerMenu__snsIcon svg {
    display: block !important;
    width: 60px !important;
    height: 60px !important;
  }

  body.recipient_page_body .footerMenu__list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
  }

  body.recipient_page_body .footerMenu__list li {
    width: 100% !important;
    text-align: left !important;
  }

  body.recipient_page_body #footerSNSMenu a:link,
  body.recipient_page_body #footerSNSMenu a:visited,
  body.recipient_page_body #footerSNSMenu a:hover,
  body.recipient_page_body #footerSNSMenu a:active,
  body.recipient_page_body #footerSNSMenu a.footerMenu__link:link,
  body.recipient_page_body #footerSNSMenu a.footerMenu__link:visited,
  body.recipient_page_body #footerSNSMenu a.footerMenu__link:hover,
  body.recipient_page_body #footerSNSMenu a.footerMenu__link:active {
    display: block !important;
    width: 100% !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-family: "Shippori Mincho", serif !important;
    font-size: 14.04px !important;
    line-height: 22.464px !important;
    text-align: left !important;
  }
}

/* ========================================================
   iPad Pro専用ブレークポイント（821px〜1024px）
   ======================================================== */
@media screen and (min-width: 821px) and (max-width: 1024px) {
  body.recipient_page_body #footerSNSMenu {
    padding: 40px 36px 52px !important;
  }

  body.recipient_page_body .footerMenu__inner {
    max-width: 640px !important;
    gap: 56px !important;
  }

  body.recipient_page_body .footerMenu__snsWrap {
    margin-bottom: 22px !important;
  }

  body.recipient_page_body .footerMenu__list {
    gap: 15px !important;
  }
}

/* ========================================================
   4. スマートフォン専用（560px以下）：Computed完全準拠
   ======================================================== */
@media screen and (max-width: 560px) {
  /* フッター全体のパディング（上24px 左右16px 下32px） */
  body.recipient_page_body #footerSNSMenu {
    padding: 24px 16px 32px !important;
  }

  body.recipient_page_body .footerMenu__inner {
    width: 100% !important;
    max-width: 100% !important;
    gap: 20px !important;
  }

  /* アイコンの親要素（margin-bottom: 14px） */
  body.recipient_page_body .footerMenu__snsWrap {
    margin-bottom: 14px !important;
    justify-content: flex-start !important;
  }

  /* アイコンサイズ（44px × 44px） */
  body.recipient_page_body .footerMenu__snsIcon,
  body.recipient_page_body .footerMenu__snsIcon svg {
    display: block !important;
    width: 44px !important;
    height: 44px !important;
  }

  /* リストの間隔 */
  body.recipient_page_body .footerMenu__list {
    gap: 10px !important;
  }

  /* テキストリンク（Computed: 12.75px / 700 / 17.85px / 0.6375px） */
  body.recipient_page_body #footerSNSMenu a:link,
  body.recipient_page_body #footerSNSMenu a:visited,
  body.recipient_page_body #footerSNSMenu a:hover,
  body.recipient_page_body #footerSNSMenu a:active,
  body.recipient_page_body #footerSNSMenu a.footerMenu__link:link,
  body.recipient_page_body #footerSNSMenu a.footerMenu__link:visited,
  body.recipient_page_body #footerSNSMenu a.footerMenu__link:hover,
  body.recipient_page_body #footerSNSMenu a.footerMenu__link:active {
    display: block !important;
    width: 100% !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-family: "Shippori Mincho", serif !important;
    font-size: 12.75px !important;
    font-weight: 700 !important;
    line-height: 17.85px !important;
    letter-spacing: 0.6375px !important;
    text-align: left !important;
  }
}

/* 1カラム（お届け先登録・変更等）ページのコピーライトだけに適用 */
body.recipient_page_body .custom_kept_copyright,
body.recipient_page_body #footer_area .copyright,
body.recipient_page_body #footer_area p,
body.recipient_page_body #footer_area small {
  font-family: "Shippori Mincho", serif !important;
  font-size: 14.04px !important;
  color: rgb(33, 37, 41) !important;
  line-height: 1.5 !important;
  text-align: center !important;
}
/* ========================================================
   ショッピングカートページ等（1カラム用）完全統合レスポンシブCSS
   ======================================================== */

/* 不要な標準パーツを非表示 */
body.shoppingcart_page_body .header_right,
body.shoppingcart_page_body .h_menu,
body.shoppingcart_page_body .search_bar {
  display: none !important;
}

body.shoppingcart_page_body #header {
  position: relative !important;
  width: 100% !important;
}

/* ----------------------------------------------------
   スライドメニュー内レイアウト調整
   ---------------------------------------------------- */
body.shoppingcart_page_body #side_menu_left,
body.shoppingcart_page_body .side_menu {
  background-color: #ffffff !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

body.shoppingcart_page_body #side_menu_left #left_column,
body.shoppingcart_page_body .side_menu #left_column {
  display: block !important;
  width: 100% !important;
  padding: 15px !important;
  box-sizing: border-box !important;
}

body.shoppingcart_page_body #side_menu_left .list ul,
body.shoppingcart_page_body .side_menu .list ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.shoppingcart_page_body #side_menu_left .list ul li img,
body.shoppingcart_page_body .side_menu .list ul li img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin-bottom: 8px !important;
}

/* ----------------------------------------------------
   スライドメニュー内レイアウト強制表示
   ---------------------------------------------------- */
body.shoppingcart_page_body [class*="side_menu"],
body.shoppingcart_page_body #side_menu_left {
  background-color: #ffffff !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

body.shoppingcart_page_body [class*="side_menu"] #left_column,
body.shoppingcart_page_body #side_menu_left #left_column {
  display: block !important;
  width: 100% !important;
  padding: 20px 15px 40px 15px !important;
  box-sizing: border-box !important;
}

body.shoppingcart_page_body [class*="side_menu"] .list ul,
body.shoppingcart_page_body #side_menu_left .list ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.shoppingcart_page_body [class*="side_menu"] .list ul li,
body.shoppingcart_page_body #side_menu_left .list ul li {
  margin-bottom: 8px !important;
}

body.shoppingcart_page_body [class*="side_menu"] .list ul li img,
body.shoppingcart_page_body #side_menu_left .list ul li img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

/* --------------------------------------------------------
   【1】パソコン用（1025px 以上）
   -------------------------------------------------------- */
@media screen and (min-width: 1025px) {
  body.shoppingcart_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    min-height: 90px !important;
    display: flex !important;
    align-items: center !important;
  }

  body.shoppingcart_page_body #custom_app_icons {
    display: none !important;
  }

  body.shoppingcart_page_body #inner_header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    box-sizing: border-box !important;
    position: relative !important;
  }

  body.shoppingcart_page_body .header_center.center_shop_name {
    margin: 0 !important;
  }

  body.shoppingcart_page_body .custom_header_search {
    display: block !important;
    margin: 0 !important;
  }

  body.shoppingcart_page_body .custom_header_search form {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
  }

  body.shoppingcart_page_body .custom_header_search .search_box {
    height: 28px !important;
    line-height: 28px !important;
    padding: 2px 8px !important;
    border: 1px solid #7f9db9 !important;
    border-radius: 3px !important;
    box-sizing: border-box !important;
    font-size: 13px !important;
    width: 240px !important;
    margin-right: 5px !important;
    background-color: #fff !important;
  }

  body.shoppingcart_page_body .custom_header_search .searchinput {
    height: 28px !important;
    line-height: 26px !important;
    padding: 0 10px !important;
    background: linear-gradient(to bottom, #f7f7f7 0%, #e0e0e0 100%) !important;
    border: 1px solid #a0a0a0 !important;
    border-radius: 3px !important;
    font-size: 12px !important;
    color: #333 !important;
    cursor: pointer !important;
  }

  body.shoppingcart_page_body #header_nav_free {
    display: block !important;
    border-top: 3px solid #004d25 !important;
    border-bottom: none !important;
    background-color: #fff !important;
    width: 100% !important;
    padding: 6px 0 8px 0 !important;
  }

  body.shoppingcart_page_body .header_navfree ul {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.shoppingcart_page_body .header_navfree ul li img {
    display: block !important;
    height: auto !important;
  }

  .hedfacebook00 {
    display: none;
  }

  .hedfinstagram00 {
    display: none;
  }
}

/* --------------------------------------------------------
   【2】iPad Pro 用（821px 〜 1024px）
   -------------------------------------------------------- */
@media screen and (min-width: 821px) and (max-width: 1024px) {
  body.shoppingcart_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    min-height: 90px !important;
    display: flex !important;
    align-items: center !important;
  }

  body.shoppingcart_page_body #custom_app_icons {
    display: none !important;
  }

  body.shoppingcart_page_body #inner_header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    box-sizing: border-box !important;
    position: relative !important;
  }

  body.shoppingcart_page_body .header_center.center_shop_name {
    margin: 0 !important;
  }

  body.shoppingcart_page_body .custom_header_search {
    display: block !important;
    margin: 0 !important;
  }

  body.shoppingcart_page_body .custom_header_search form {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
  }

  body.shoppingcart_page_body .custom_header_search .search_box {
    height: 28px !important;
    line-height: 28px !important;
    padding: 2px 8px !important;
    border: 1px solid #7f9db9 !important;
    border-radius: 3px !important;
    box-sizing: border-box !important;
    font-size: 13px !important;
    width: 240px !important;
    margin-right: 5px !important;
    background-color: #fff !important;
  }

  body.shoppingcart_page_body .custom_header_search .searchinput {
    height: 28px !important;
    line-height: 26px !important;
    padding: 0 10px !important;
    background: linear-gradient(to bottom, #f7f7f7 0%, #e0e0e0 100%) !important;
    border: 1px solid #a0a0a0 !important;
    border-radius: 3px !important;
    font-size: 12px !important;
    color: #333 !important;
    cursor: pointer !important;
  }

  body.shoppingcart_page_body #header_nav_free {
    display: block !important;
    border-top: 3px solid #004d25 !important;
    border-bottom: none !important;
    background-color: #fff !important;
    width: 100% !important;
    padding: 6px 0 8px 0 !important;
  }

  body.shoppingcart_page_body .header_navfree ul {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.shoppingcart_page_body .header_navfree ul li img {
    display: block !important;
    height: auto !important;
  }

  .hedfacebook00 {
    display: none;
  }

  .hedfinstagram00 {
    display: none;
  }
}

/* --------------------------------------------------------
   【3】iPad Air 用（769px 〜 820px）
   -------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 820px) {
  body.shoppingcart_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    min-height: 90px !important;
  }

  body.shoppingcart_page_body .custom_header_search {
    display: none !important;
  }

  body.shoppingcart_page_body #inner_header {
    position: static !important;
    width: 100% !important;
  }

  /* ロゴ中央配置と上下余白 */
  body.shoppingcart_page_body .header_center.center_shop_name {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    z-index: 10 !important;
  }

  body.shoppingcart_page_body .shoplogo {
    padding: 15px 0 15px !important;
  }

  /* アイコン親コンテナの解除 */
  body.shoppingcart_page_body #custom_app_icons {
    position: static !important;
  }

  /* カート（right 140px, top 25px / width 90%） */
  body.shoppingcart_page_body #custom_app_icons .icon_item.custom_cart {
    position: absolute !important;
    right: 140px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
  }

  body.shoppingcart_page_body #custom_app_icons .icon_item.custom_cart img {
    display: block !important;
    width: 90% !important;
    height: auto !important;
  }

  /* ログイン（right 85px, top 25px / width 90%） */
  body.shoppingcart_page_body #custom_app_icons .icon_item.custom_login {
    position: absolute !important;
    right: 85px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
  }

  body.shoppingcart_page_body #custom_app_icons .icon_item.custom_login img {
    display: block !important;
    width: 90% !important;
    height: auto !important;
  }

  /* メニュー（right 25px, top 25px） */
  body.shoppingcart_page_body #custom_app_icons .icon_item.custom_menu {
    position: absolute !important;
    right: 25px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 100 !important;
  }

  body.shoppingcart_page_body #custom_app_icons .icon_item.custom_menu a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    line-height: 1 !important;
    width: 100% !important;
    height: 100% !important;
  }

  /* Font Awesome（30px） */
  body.shoppingcart_page_body #custom_app_icons .fa {
    font-size: 30px !important;
    display: block !important;
    color: #004d25 !important;
    line-height: 1 !important;
    margin: 0 !important;
  }

  /* 「メニュー」テキスト */
  body.shoppingcart_page_body #custom_app_icons .menu_label {
    display: block !important;
    font-size: 9px !important;
    font-weight: bold !important;
    color: #333333 !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
    margin-top: 2px !important;
  }

  /* 下部画像メニュー */
  body.shoppingcart_page_body #header_nav_free {
    display: block !important;
    border-top: 3px solid #004d25 !important;
    border-bottom: none !important;
    background-color: #fff !important;
    width: 100% !important;
    padding: 6px 0 8px 0 !important;
  }

  body.shoppingcart_page_body .header_navfree ul {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.shoppingcart_page_body .header_navfree ul li img {
    display: block !important;
    height: auto !important;
  }
}

/* --------------------------------------------------------
   【4】iPad（通常・縦向き）用（561px 〜 768px）
   -------------------------------------------------------- */
@media screen and (min-width: 561px) and (max-width: 768px) {
  body.shoppingcart_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    min-height: 90px !important;
  }

  body.shoppingcart_page_body .custom_header_search {
    display: none !important;
  }

  body.shoppingcart_page_body #inner_header {
    position: static !important;
    width: 100% !important;
  }

  /* ロゴ中央配置と上下余白 */
  body.shoppingcart_page_body .header_center.center_shop_name {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    z-index: 10 !important;
  }

  body.shoppingcart_page_body .shoplogo {
    padding: 15px 0 15px !important;
  }

  /* アイコン親コンテナの解除 */
  body.shoppingcart_page_body #custom_app_icons {
    position: static !important;
  }

  /* カート（right 140px, top 25px / width 45px） */
  body.shoppingcart_page_body #custom_app_icons .icon_item.custom_cart {
    position: absolute !important;
    right: 140px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
  }

  body.shoppingcart_page_body #custom_app_icons .icon_item.custom_cart img {
    display: block !important;
    width: 90% !important;
    height: auto !important;
  }

  /* ログイン（right 85px, top 25px / width 45px） */
  body.shoppingcart_page_body #custom_app_icons .icon_item.custom_login {
    position: absolute !important;
    right: 85px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
  }

  body.shoppingcart_page_body #custom_app_icons .icon_item.custom_login img {
    display: block !important;
    width: 90% !important;
    height: auto !important;
  }

  /* メニュー（right 25px, top 25px / width 45px） */
  body.shoppingcart_page_body #custom_app_icons .icon_item.custom_menu {
    position: absolute !important;
    right: 25px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 100 !important;
  }

  body.shoppingcart_page_body #custom_app_icons .icon_item.custom_menu a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    line-height: 1 !important;
    width: 100% !important;
    height: 100% !important;
  }

  /* Font Awesome（30px） */
  body.shoppingcart_page_body #custom_app_icons .fa {
    font-size: 30px !important;
    display: block !important;
    color: #004d25 !important;
    line-height: 1 !important;
    margin: 0 !important;
  }

  /* 「メニュー」テキスト */
  body.shoppingcart_page_body #custom_app_icons .menu_label {
    display: block !important;
    font-size: 9px !important;
    font-weight: bold !important;
    color: #333333 !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
    margin-top: 2px !important;
  }

  /* 下部画像メニュー */
  body.shoppingcart_page_body #header_nav_free {
    display: block !important;
    border-top: 3px solid #004d25 !important;
    border-bottom: none !important;
    background-color: #fff !important;
    width: 100% !important;
    padding: 6px 0 8px 0 !important;
  }

  body.shoppingcart_page_body .header_navfree ul {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.shoppingcart_page_body .header_navfree ul li img {
    display: block !important;
    height: auto !important;
  }
}

/* --------------------------------------------------------
   【5】スマートフォン用（560px 以下）
   -------------------------------------------------------- */
@media screen and (max-width: 560px) {
  body.shoppingcart_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    height: 82.7px !important;
    min-height: 82.7px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
  }

  body.shoppingcart_page_body .custom_header_search {
    display: none !important;
  }

  body.shoppingcart_page_body #inner_header {
    position: static !important;
    width: 100% !important;
    height: 82.7px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* ロゴ配置（左端基準） */
  body.shoppingcart_page_body .header_center.center_shop_name {
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
  }

  body.shoppingcart_page_body .shoplogo {
    padding: 0 !important;
    margin-top: -5px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    line-height: 0 !important;
  }

  /* ロゴ画像（実測値：190px × 49.6875px） */
  body.shoppingcart_page_body .shoplogo img {
    width: 190px !important;
    height: 49.7px !important;
    max-width: none !important;
    max-height: none !important;
    vertical-align: middle !important;
  }

  /* アイコン親コンテナの解除（絶対配置） */
  body.shoppingcart_page_body #custom_app_icons {
    position: static !important;
  }

  /* カートアイコン（実測：30px × 30px / right 120px） */
  body.shoppingcart_page_body #custom_app_icons .icon_item.custom_cart {
    position: absolute !important;
    right: 115px !important;
    top: 45% !important;
    transform: translateY(-50%) !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    z-index: 100 !important;
  }

  body.shoppingcart_page_body #custom_app_icons .icon_item.custom_cart a {
    display: block !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 0 !important;
  }

  body.shoppingcart_page_body #custom_app_icons .icon_item.custom_cart img {
    display: block !important;
    width: 30px !important;
    height: 30px !important;
    object-fit: contain !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* ログインアイコン（実測：50px × 30px / right 65px） */
  body.shoppingcart_page_body #custom_app_icons .icon_item.custom_login {
    position: absolute !important;
    right: 60px !important;
    top: 45% !important;
    transform: translateY(-50%) !important;
    width: 50px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    z-index: 100 !important;
  }

  body.shoppingcart_page_body #custom_app_icons .icon_item.custom_login a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50px !important;
    height: 30px !important;
    line-height: 0 !important;
  }

  body.shoppingcart_page_body #custom_app_icons .icon_item.custom_login img {
    display: block !important;
    max-width: 100% !important;
    height: 30px !important;
    object-fit: contain !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* メニューアイコン（実測：50px × 45px / right 10px） */
  body.shoppingcart_page_body #custom_app_icons .icon_item.custom_menu {
    position: absolute !important;
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 50px !important;
    min-width: 50px !important;
    height: 45px !important;
    padding: 5px 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    z-index: 100 !important;
  }

  body.shoppingcart_page_body #custom_app_icons .icon_item.custom_menu a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    width: 100% !important;
    height: 100% !important;
  }

  /* Font Awesome アイコン */
  body.shoppingcart_page_body #custom_app_icons .fa {
    font-size: 22px !important;
    display: block !important;
    color: #004d25 !important;
    line-height: 1 !important;
    margin: 0 !important;
  }

  /* 「メニュー」テキスト */
  body.shoppingcart_page_body #custom_app_icons .menu_label {
    display: block !important;
    font-family: "Shippori Mincho", "Yu Mincho", "游明朝", serif !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    color: #333333 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    white-space: nowrap !important;
    margin-top: 2px !important;
  }

  /* 下部ナビゲーション非表示 */
  body.shoppingcart_page_body #header_nav_free {
    display: none !important;
  }
}
/* --------------------------------------------------------
   1カラムページ専用：フッター全体レイアウト
   -------------------------------------------------------- */
body.shoppingcart_page_body #footer_area,
body.shoppingcart_page_body #footer {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  clear: both !important;
  background-color: #ffffff !important;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
}

body.shoppingcart_page_body #custom_onecol_footer_container {
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* ひな形不要パーツの非表示 */
body.shoppingcart_page_body #footer_area > ul,
body.shoppingcart_page_body #footer_area .footer_nav {
  display: none !important;
}

/* ========================================================
   最下部コピーライト（背景色・Computed値完全一致）
   ======================================================== */
body.shoppingcart_page_body .custom_kept_copyright,
body.shoppingcart_page_body #footer_area .copyright,
body.shoppingcart_page_body #footer_area p {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 10px !important;
  background-color: #EDEDED !important;
  font-family: "Shippori Mincho", serif !important;
  font-size: 14.04px !important;
  font-weight: 400 !important;
  line-height: 22.464px !important;
  color: rgb(33, 37, 41) !important;
  text-align: center !important;
  box-sizing: border-box !important;
  clear: both !important;
}

/* ========================================================
   PC表示時（1025px以上）
   ======================================================== */
@media screen and (min-width: 1025px) {
  body.shoppingcart_page_body #footer2 {
    display: block !important;
    width: 1200px !important;
    margin: 0 auto 30px !important;
    padding: 0 !important;
    border: 0 !important;
    box-sizing: border-box !important;
    font-family: "Shippori Mincho", serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    color: rgb(102, 102, 102) !important;
    text-align: left !important;
    overflow: hidden !important;
    float: none !important;
  }

  body.shoppingcart_page_body #footer2 div.line {
    float: left !important;
    width: 1200px !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
  }

  body.shoppingcart_page_body #footer2 div.line img {
    width: 1200px !important;
    height: 5px !important;
    display: block !important;
  }

  body.shoppingcart_page_body #footer2 div.logo {
    float: left !important;
    width: 350px !important;
    box-sizing: border-box !important;
  }

  body.shoppingcart_page_body #footer2 div.haiso {
    float: left !important;
    width: 350px !important;
    box-sizing: border-box !important;
  }

  body.shoppingcart_page_body #footer2 div.etc {
    float: left !important;
    margin-left: 30px !important;
    width: 470px !important;
    box-sizing: border-box !important;
  }

  body.shoppingcart_page_body #footerSNSMenu {
    display: none !important;
  }
}

/* ========================================================
   タブレット・iPad Pro表示時（1024px以下）
   ======================================================== */
@media screen and (max-width: 1024px) {
  body.shoppingcart_page_body #footer2 {
    display: none !important;
  }

  body.shoppingcart_page_body #footerSNSMenu {
    display: block !important;
    background-color: #004D25 !important;
    box-sizing: border-box !important;
    width: 100% !important;
    text-align: left !important;
  }

  body.shoppingcart_page_body .footerMenu__inner {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
    width: 100% !important;
  }

  body.shoppingcart_page_body .footerMenu__col {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    box-sizing: border-box !important;
  }

  body.shoppingcart_page_body .footerMenu__snsWrap {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }

  body.shoppingcart_page_body .footerMenu__snsIcon {
    display: block !important;
    width: 60px !important;
    height: 60px !important;
    color: rgb(255, 255, 255) !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
  }

  body.shoppingcart_page_body .footerMenu__snsIcon svg {
    display: block !important;
    width: 60px !important;
    height: 60px !important;
  }

  body.shoppingcart_page_body .footerMenu__list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
  }

  body.shoppingcart_page_body .footerMenu__list li {
    width: 100% !important;
    text-align: left !important;
  }

  body.shoppingcart_page_body #footerSNSMenu a:link,
  body.shoppingcart_page_body #footerSNSMenu a:visited,
  body.shoppingcart_page_body #footerSNSMenu a:hover,
  body.shoppingcart_page_body #footerSNSMenu a:active,
  body.shoppingcart_page_body #footerSNSMenu a.footerMenu__link:link,
  body.shoppingcart_page_body #footerSNSMenu a.footerMenu__link:visited,
  body.shoppingcart_page_body #footerSNSMenu a.footerMenu__link:hover,
  body.shoppingcart_page_body #footerSNSMenu a.footerMenu__link:active {
    display: block !important;
    width: 100% !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-family: "Shippori Mincho", serif !important;
    font-size: 14.04px !important;
    line-height: 22.464px !important;
    text-align: left !important;
  }
}

/* ========================================================
   iPad Pro専用ブレークポイント（821px〜1024px）
   ======================================================== */
@media screen and (min-width: 821px) and (max-width: 1024px) {
  body.shoppingcart_page_body #footerSNSMenu {
    padding: 40px 36px 52px !important;
  }

  body.shoppingcart_page_body .footerMenu__inner {
    max-width: 640px !important;
    gap: 56px !important;
  }

  body.shoppingcart_page_body .footerMenu__snsWrap {
    margin-bottom: 22px !important;
  }

  body.shoppingcart_page_body .footerMenu__list {
    gap: 15px !important;
  }
}

/* ========================================================
   4. スマートフォン専用（560px以下）：Computed完全準拠
   ======================================================== */
@media screen and (max-width: 560px) {
  /* フッター全体のパディング（上24px 左右16px 下32px） */
  body.shoppingcart_page_body #footerSNSMenu {
    padding: 24px 16px 32px !important;
  }

  body.shoppingcart_page_body .footerMenu__inner {
    width: 100% !important;
    max-width: 100% !important;
    gap: 20px !important;
  }

  /* アイコンの親要素（margin-bottom: 14px） */
  body.shoppingcart_page_body .footerMenu__snsWrap {
    margin-bottom: 14px !important;
    justify-content: flex-start !important;
  }

  /* アイコンサイズ（44px × 44px） */
  body.shoppingcart_page_body .footerMenu__snsIcon,
  body.shoppingcart_page_body .footerMenu__snsIcon svg {
    display: block !important;
    width: 44px !important;
    height: 44px !important;
  }

  /* リストの間隔 */
  body.shoppingcart_page_body .footerMenu__list {
    gap: 10px !important;
  }

  /* テキストリンク（Computed: 12.75px / 700 / 17.85px / 0.6375px） */
  body.shoppingcart_page_body #footerSNSMenu a:link,
  body.shoppingcart_page_body #footerSNSMenu a:visited,
  body.shoppingcart_page_body #footerSNSMenu a:hover,
  body.shoppingcart_page_body #footerSNSMenu a:active,
  body.shoppingcart_page_body #footerSNSMenu a.footerMenu__link:link,
  body.shoppingcart_page_body #footerSNSMenu a.footerMenu__link:visited,
  body.shoppingcart_page_body #footerSNSMenu a.footerMenu__link:hover,
  body.shoppingcart_page_body #footerSNSMenu a.footerMenu__link:active {
    display: block !important;
    width: 100% !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-family: "Shippori Mincho", serif !important;
    font-size: 12.75px !important;
    font-weight: 700 !important;
    line-height: 17.85px !important;
    letter-spacing: 0.6375px !important;
    text-align: left !important;
  }
}

/* 1カラム（カート等）ページのコピーライトだけに適用 */
body.shoppingcart_page_body .custom_kept_copyright,
body.shoppingcart_page_body #footer_area .copyright,
body.shoppingcart_page_body #footer_area p,
body.shoppingcart_page_body #footer_area small {
  font-family: "Shippori Mincho", serif !important;
  font-size: 14.04px !important;
  color: rgb(33, 37, 41) !important;
  line-height: 1.5 !important;
  text-align: center !important;
}
/* ========================================================
   お問い合わせページ等（1カラム用）完全統合レスポンシブCSS
   ======================================================== */

/* 不要な標準パーツを非表示 */
body.inquiry_page_body .header_right,
body.inquiry_page_body .h_menu,
body.inquiry_page_body .search_bar {
  display: none !important;
}

body.inquiry_page_body #header {
  position: relative !important;
  width: 100% !important;
}

/* ----------------------------------------------------
   スライドメニュー内レイアウト調整
   ---------------------------------------------------- */
body.inquiry_page_body #side_menu_left,
body.inquiry_page_body .side_menu {
  background-color: #ffffff !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

body.inquiry_page_body #side_menu_left #left_column,
body.inquiry_page_body .side_menu #left_column {
  display: block !important;
  width: 100% !important;
  padding: 15px !important;
  box-sizing: border-box !important;
}

body.inquiry_page_body #side_menu_left .list ul,
body.inquiry_page_body .side_menu .list ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.inquiry_page_body #side_menu_left .list ul li img,
body.inquiry_page_body .side_menu .list ul li img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin-bottom: 8px !important;
}

/* ----------------------------------------------------
   スライドメニュー内レイアウト強制表示
   ---------------------------------------------------- */
body.inquiry_page_body [class*="side_menu"],
body.inquiry_page_body #side_menu_left {
  background-color: #ffffff !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

body.inquiry_page_body [class*="side_menu"] #left_column,
body.inquiry_page_body #side_menu_left #left_column {
  display: block !important;
  width: 100% !important;
  padding: 20px 15px 40px 15px !important;
  box-sizing: border-box !important;
}

body.inquiry_page_body [class*="side_menu"] .list ul,
body.inquiry_page_body #side_menu_left .list ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.inquiry_page_body [class*="side_menu"] .list ul li,
body.inquiry_page_body #side_menu_left .list ul li {
  margin-bottom: 8px !important;
}

body.inquiry_page_body [class*="side_menu"] .list ul li img,
body.inquiry_page_body #side_menu_left .list ul li img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

/* --------------------------------------------------------
   【1】パソコン用（1025px 以上）
   -------------------------------------------------------- */
@media screen and (min-width: 1025px) {
  body.inquiry_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    min-height: 90px !important;
    display: flex !important;
    align-items: center !important;
  }

  body.inquiry_page_body #custom_app_icons {
    display: none !important;
  }

  body.inquiry_page_body #inner_header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    box-sizing: border-box !important;
    position: relative !important;
  }

  body.inquiry_page_body .header_center.center_shop_name {
    margin: 0 !important;
  }

  body.inquiry_page_body .custom_header_search {
    display: block !important;
    margin: 0 !important;
  }

  body.inquiry_page_body .custom_header_search form {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
  }

  body.inquiry_page_body .custom_header_search .search_box {
    height: 28px !important;
    line-height: 28px !important;
    padding: 2px 8px !important;
    border: 1px solid #7f9db9 !important;
    border-radius: 3px !important;
    box-sizing: border-box !important;
    font-size: 13px !important;
    width: 240px !important;
    margin-right: 5px !important;
    background-color: #fff !important;
  }

  body.inquiry_page_body .custom_header_search .searchinput {
    height: 28px !important;
    line-height: 26px !important;
    padding: 0 10px !important;
    background: linear-gradient(to bottom, #f7f7f7 0%, #e0e0e0 100%) !important;
    border: 1px solid #a0a0a0 !important;
    border-radius: 3px !important;
    font-size: 12px !important;
    color: #333 !important;
    cursor: pointer !important;
  }

  body.inquiry_page_body #header_nav_free {
    display: block !important;
    border-top: 3px solid #004d25 !important;
    border-bottom: none !important;
    background-color: #fff !important;
    width: 100% !important;
    padding: 6px 0 8px 0 !important;
  }

  body.inquiry_page_body .header_navfree ul {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.inquiry_page_body .header_navfree ul li img {
    display: block !important;
    height: auto !important;
  }

  .hedfacebook00 {
    display: none;
  }

  .hedfinstagram00 {
    display: none;
  }
}

/* --------------------------------------------------------
   【2】iPad Pro 用（821px 〜 1024px）
   -------------------------------------------------------- */
@media screen and (min-width: 821px) and (max-width: 1024px) {
  body.inquiry_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    min-height: 90px !important;
    display: flex !important;
    align-items: center !important;
  }

  body.inquiry_page_body #custom_app_icons {
    display: none !important;
  }

  body.inquiry_page_body #inner_header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    box-sizing: border-box !important;
    position: relative !important;
  }

  body.inquiry_page_body .header_center.center_shop_name {
    margin: 0 !important;
  }

  body.inquiry_page_body .custom_header_search {
    display: block !important;
    margin: 0 !important;
  }

  body.inquiry_page_body .custom_header_search form {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
  }

  body.inquiry_page_body .custom_header_search .search_box {
    height: 28px !important;
    line-height: 28px !important;
    padding: 2px 8px !important;
    border: 1px solid #7f9db9 !important;
    border-radius: 3px !important;
    box-sizing: border-box !important;
    font-size: 13px !important;
    width: 240px !important;
    margin-right: 5px !important;
    background-color: #fff !important;
  }

  body.inquiry_page_body .custom_header_search .searchinput {
    height: 28px !important;
    line-height: 26px !important;
    padding: 0 10px !important;
    background: linear-gradient(to bottom, #f7f7f7 0%, #e0e0e0 100%) !important;
    border: 1px solid #a0a0a0 !important;
    border-radius: 3px !important;
    font-size: 12px !important;
    color: #333 !important;
    cursor: pointer !important;
  }

  body.inquiry_page_body #header_nav_free {
    display: block !important;
    border-top: 3px solid #004d25 !important;
    border-bottom: none !important;
    background-color: #fff !important;
    width: 100% !important;
    padding: 6px 0 8px 0 !important;
  }

  body.inquiry_page_body .header_navfree ul {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.inquiry_page_body .header_navfree ul li img {
    display: block !important;
    height: auto !important;
  }

  .hedfacebook00 {
    display: none;
  }

  .hedfinstagram00 {
    display: none;
  }
}

/* --------------------------------------------------------
   【3】iPad Air 用（769px 〜 820px）
   -------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 820px) {
  body.inquiry_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    min-height: 90px !important;
  }

  body.inquiry_page_body .custom_header_search {
    display: none !important;
  }

  body.inquiry_page_body #inner_header {
    position: static !important;
    width: 100% !important;
  }

  /* ロゴ中央配置と上下余白 */
  body.inquiry_page_body .header_center.center_shop_name {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    z-index: 10 !important;
  }

  body.inquiry_page_body .shoplogo {
    padding: 15px 0 15px !important;
  }

  /* アイコン親コンテナの解除 */
  body.inquiry_page_body #custom_app_icons {
    position: static !important;
  }

  /* カート（right 140px, top 25px / width 90%） */
  body.inquiry_page_body #custom_app_icons .icon_item.custom_cart {
    position: absolute !important;
    right: 140px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
  }

  body.inquiry_page_body #custom_app_icons .icon_item.custom_cart img {
    display: block !important;
    width: 90% !important;
    height: auto !important;
  }

  /* ログイン（right 85px, top 25px / width 90%） */
  body.inquiry_page_body #custom_app_icons .icon_item.custom_login {
    position: absolute !important;
    right: 85px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
  }

  body.inquiry_page_body #custom_app_icons .icon_item.custom_login img {
    display: block !important;
    width: 90% !important;
    height: auto !important;
  }

  /* メニュー（right 25px, top 25px） */
  body.inquiry_page_body #custom_app_icons .icon_item.custom_menu {
    position: absolute !important;
    right: 25px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 100 !important;
  }

  body.inquiry_page_body #custom_app_icons .icon_item.custom_menu a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    line-height: 1 !important;
    width: 100% !important;
    height: 100% !important;
  }

  /* Font Awesome（30px） */
  body.inquiry_page_body #custom_app_icons .fa {
    font-size: 30px !important;
    display: block !important;
    color: #004d25 !important;
    line-height: 1 !important;
    margin: 0 !important;
  }

  /* 「メニュー」テキスト */
  body.inquiry_page_body #custom_app_icons .menu_label {
    display: block !important;
    font-size: 9px !important;
    font-weight: bold !important;
    color: #333333 !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
    margin-top: 2px !important;
  }

  /* 下部画像メニュー */
  body.inquiry_page_body #header_nav_free {
    display: block !important;
    border-top: 3px solid #004d25 !important;
    border-bottom: none !important;
    background-color: #fff !important;
    width: 100% !important;
    padding: 6px 0 8px 0 !important;
  }

  body.inquiry_page_body .header_navfree ul {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.inquiry_page_body .header_navfree ul li img {
    display: block !important;
    height: auto !important;
  }
}

/* --------------------------------------------------------
   【4】iPad（通常・縦向き）用（561px 〜 768px）
   -------------------------------------------------------- */
@media screen and (min-width: 561px) and (max-width: 768px) {
  body.inquiry_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    min-height: 90px !important;
  }

  body.inquiry_page_body .custom_header_search {
    display: none !important;
  }

  body.inquiry_page_body #inner_header {
    position: static !important;
    width: 100% !important;
  }

  /* ロゴ中央配置と上下余白 */
  body.inquiry_page_body .header_center.center_shop_name {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    z-index: 10 !important;
  }

  body.inquiry_page_body .shoplogo {
    padding: 15px 0 15px !important;
  }

  /* アイコン親コンテナの解除 */
  body.inquiry_page_body #custom_app_icons {
    position: static !important;
  }

  /* カート（right 140px, top 25px / width 45px） */
  body.inquiry_page_body #custom_app_icons .icon_item.custom_cart {
    position: absolute !important;
    right: 140px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
  }

  body.inquiry_page_body #custom_app_icons .icon_item.custom_cart img {
    display: block !important;
    width: 90% !important;
    height: auto !important;
  }

  /* ログイン（right 85px, top 25px / width 45px） */
  body.inquiry_page_body #custom_app_icons .icon_item.custom_login {
    position: absolute !important;
    right: 85px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
  }

  body.inquiry_page_body #custom_app_icons .icon_item.custom_login img {
    display: block !important;
    width: 90% !important;
    height: auto !important;
  }

  /* メニュー（right 25px, top 25px / width 45px） */
  body.inquiry_page_body #custom_app_icons .icon_item.custom_menu {
    position: absolute !important;
    right: 25px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 100 !important;
  }

  body.inquiry_page_body #custom_app_icons .icon_item.custom_menu a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    line-height: 1 !important;
    width: 100% !important;
    height: 100% !important;
  }

  /* Font Awesome（30px） */
  body.inquiry_page_body #custom_app_icons .fa {
    font-size: 30px !important;
    display: block !important;
    color: #004d25 !important;
    line-height: 1 !important;
    margin: 0 !important;
  }

  /* 「メニュー」テキスト */
  body.inquiry_page_body #custom_app_icons .menu_label {
    display: block !important;
    font-size: 9px !important;
    font-weight: bold !important;
    color: #333333 !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
    margin-top: 2px !important;
  }

  /* 下部画像メニュー */
  body.inquiry_page_body #header_nav_free {
    display: block !important;
    border-top: 3px solid #004d25 !important;
    border-bottom: none !important;
    background-color: #fff !important;
    width: 100% !important;
    padding: 6px 0 8px 0 !important;
  }

  body.inquiry_page_body .header_navfree ul {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.inquiry_page_body .header_navfree ul li img {
    display: block !important;
    height: auto !important;
  }
}

/* --------------------------------------------------------
   【5】スマートフォン用（560px 以下）
   -------------------------------------------------------- */
@media screen and (max-width: 560px) {
  body.inquiry_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    height: 82.7px !important;
    min-height: 82.7px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
  }

  body.inquiry_page_body .custom_header_search {
    display: none !important;
  }

  body.inquiry_page_body #inner_header {
    position: static !important;
    width: 100% !important;
    height: 82.7px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* ロゴ配置（左端基準） */
  body.inquiry_page_body .header_center.center_shop_name {
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
  }

  body.inquiry_page_body .shoplogo {
    padding: 0 !important;
    margin-top: -5px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    line-height: 0 !important;
  }

  /* ロゴ画像（実測値：190px × 49.6875px） */
  body.inquiry_page_body .shoplogo img {
    width: 190px !important;
    height: 49.7px !important;
    max-width: none !important;
    max-height: none !important;
    vertical-align: middle !important;
  }

  /* アイコン親コンテナの解除（絶対配置） */
  body.inquiry_page_body #custom_app_icons {
    position: static !important;
  }

  /* カートアイコン（実測：30px × 30px / right 120px） */
  body.inquiry_page_body #custom_app_icons .icon_item.custom_cart {
    position: absolute !important;
    right: 115px !important;
    top: 45% !important;
    transform: translateY(-50%) !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    z-index: 100 !important;
  }

  body.inquiry_page_body #custom_app_icons .icon_item.custom_cart a {
    display: block !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 0 !important;
  }

  body.inquiry_page_body #custom_app_icons .icon_item.custom_cart img {
    display: block !important;
    width: 30px !important;
    height: 30px !important;
    object-fit: contain !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* ログインアイコン（実測：50px × 30px / right 65px） */
  body.inquiry_page_body #custom_app_icons .icon_item.custom_login {
    position: absolute !important;
    right: 60px !important;
    top: 45% !important;
    transform: translateY(-50%) !important;
    width: 50px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    z-index: 100 !important;
  }

  body.inquiry_page_body #custom_app_icons .icon_item.custom_login a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50px !important;
    height: 30px !important;
    line-height: 0 !important;
  }

  body.inquiry_page_body #custom_app_icons .icon_item.custom_login img {
    display: block !important;
    max-width: 100% !important;
    height: 30px !important;
    object-fit: contain !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* メニューアイコン（実測：50px × 45px / right 10px） */
  body.inquiry_page_body #custom_app_icons .icon_item.custom_menu {
    position: absolute !important;
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 50px !important;
    min-width: 50px !important;
    height: 45px !important;
    padding: 5px 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    z-index: 100 !important;
  }

  body.inquiry_page_body #custom_app_icons .icon_item.custom_menu a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    width: 100% !important;
    height: 100% !important;
  }

  /* Font Awesome アイコン */
  body.inquiry_page_body #custom_app_icons .fa {
    font-size: 22px !important;
    display: block !important;
    color: #004d25 !important;
    line-height: 1 !important;
    margin: 0 !important;
  }

  /* 「メニュー」テキスト */
  body.inquiry_page_body #custom_app_icons .menu_label {
    display: block !important;
    font-family: "Shippori Mincho", "Yu Mincho", "游明朝", serif !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    color: #333333 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    white-space: nowrap !important;
    margin-top: 2px !important;
  }

  /* 下部ナビゲーション非表示 */
  body.inquiry_page_body #header_nav_free {
    display: none !important;
  }
}

/* --------------------------------------------------------
   1カラムページ専用：フッター全体レイアウト
   -------------------------------------------------------- */
body.inquiry_page_body #footer_area,
body.inquiry_page_body #footer {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  clear: both !important;
  background-color: #ffffff !important;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
}

body.inquiry_page_body #custom_onecol_footer_container {
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* ひな形不要パーツの非表示 */
body.inquiry_page_body #footer_area > ul,
body.inquiry_page_body #footer_area .footer_nav {
  display: none !important;
}

/* ========================================================
   最下部コピーライト（背景色・Computed値完全一致）
   ======================================================== */
body.inquiry_page_body .custom_kept_copyright,
body.inquiry_page_body #footer_area .copyright,
body.inquiry_page_body #footer_area p {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 10px !important;
  background-color: #EDEDED !important;
  font-family: "Shippori Mincho", serif !important;
  font-size: 14.04px !important;
  font-weight: 400 !important;
  line-height: 22.464px !important;
  color: rgb(33, 37, 41) !important;
  text-align: center !important;
  box-sizing: border-box !important;
  clear: both !important;
}

/* ========================================================
   PC表示時（1025px以上）
   ======================================================== */
@media screen and (min-width: 1025px) {
  body.inquiry_page_body #footer2 {
    display: block !important;
    width: 1200px !important;
    margin: 0 auto 30px !important;
    padding: 0 !important;
    border: 0 !important;
    box-sizing: border-box !important;
    font-family: "Shippori Mincho", serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    color: rgb(102, 102, 102) !important;
    text-align: left !important;
    overflow: hidden !important;
    float: none !important;
  }

  body.inquiry_page_body #footer2 div.line {
    float: left !important;
    width: 1200px !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
  }

  body.inquiry_page_body #footer2 div.line img {
    width: 1200px !important;
    height: 5px !important;
    display: block !important;
  }

  body.inquiry_page_body #footer2 div.logo {
    float: left !important;
    width: 350px !important;
    box-sizing: border-box !important;
  }

  body.inquiry_page_body #footer2 div.haiso {
    float: left !important;
    width: 350px !important;
    box-sizing: border-box !important;
  }

  body.inquiry_page_body #footer2 div.etc {
    float: left !important;
    margin-left: 30px !important;
    width: 470px !important;
    box-sizing: border-box !important;
  }

  body.inquiry_page_body #footerSNSMenu {
    display: none !important;
  }
}

/* ========================================================
   タブレット・iPad Pro表示時（1024px以下）
   ======================================================== */
@media screen and (max-width: 1024px) {
  body.inquiry_page_body #footer2 {
    display: none !important;
  }

  body.inquiry_page_body #footerSNSMenu {
    display: block !important;
    background-color: #004D25 !important;
    box-sizing: border-box !important;
    width: 100% !important;
    text-align: left !important;
  }

  body.inquiry_page_body .footerMenu__inner {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
    width: 100% !important;
  }

  body.inquiry_page_body .footerMenu__col {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    box-sizing: border-box !important;
  }

  body.inquiry_page_body .footerMenu__snsWrap {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }

  body.inquiry_page_body .footerMenu__snsIcon {
    display: block !important;
    width: 60px !important;
    height: 60px !important;
    color: rgb(255, 255, 255) !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
  }

  body.inquiry_page_body .footerMenu__snsIcon svg {
    display: block !important;
    width: 60px !important;
    height: 60px !important;
  }

  body.inquiry_page_body .footerMenu__list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
  }

  body.inquiry_page_body .footerMenu__list li {
    width: 100% !important;
    text-align: left !important;
  }

  body.inquiry_page_body #footerSNSMenu a:link,
  body.inquiry_page_body #footerSNSMenu a:visited,
  body.inquiry_page_body #footerSNSMenu a:hover,
  body.inquiry_page_body #footerSNSMenu a:active,
  body.inquiry_page_body #footerSNSMenu a.footerMenu__link:link,
  body.inquiry_page_body #footerSNSMenu a.footerMenu__link:visited,
  body.inquiry_page_body #footerSNSMenu a.footerMenu__link:hover,
  body.inquiry_page_body #footerSNSMenu a.footerMenu__link:active {
    display: block !important;
    width: 100% !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-family: "Shippori Mincho", serif !important;
    font-size: 14.04px !important;
    line-height: 22.464px !important;
    text-align: left !important;
  }
}

/* ========================================================
   iPad Pro専用ブレークポイント（821px〜1024px）
   ======================================================== */
@media screen and (min-width: 821px) and (max-width: 1024px) {
  body.inquiry_page_body #footerSNSMenu {
    padding: 40px 36px 52px !important;
  }

  body.inquiry_page_body .footerMenu__inner {
    max-width: 640px !important;
    gap: 56px !important;
  }

  body.inquiry_page_body .footerMenu__snsWrap {
    margin-bottom: 22px !important;
  }

  body.inquiry_page_body .footerMenu__list {
    gap: 15px !important;
  }
}

/* ========================================================
   4. スマートフォン専用（560px以下）：Computed完全準拠
   ======================================================== */
@media screen and (max-width: 560px) {
  /* フッター全体のパディング（上24px 左右16px 下32px） */
  body.inquiry_page_body #footerSNSMenu {
    padding: 24px 16px 32px !important;
  }

  body.inquiry_page_body .footerMenu__inner {
    width: 100% !important;
    max-width: 100% !important;
    gap: 20px !important;
  }

  /* アイコンの親要素（margin-bottom: 14px） */
  body.inquiry_page_body .footerMenu__snsWrap {
    margin-bottom: 14px !important;
    justify-content: flex-start !important;
  }

  /* アイコンサイズ（44px × 44px） */
  body.inquiry_page_body .footerMenu__snsIcon,
  body.inquiry_page_body .footerMenu__snsIcon svg {
    display: block !important;
    width: 44px !important;
    height: 44px !important;
  }

  /* リストの間隔 */
  body.inquiry_page_body .footerMenu__list {
    gap: 10px !important;
  }

  /* テキストリンク（Computed: 12.75px / 700 / 17.85px / 0.6375px） */
  body.inquiry_page_body #footerSNSMenu a:link,
  body.inquiry_page_body #footerSNSMenu a:visited,
  body.inquiry_page_body #footerSNSMenu a:hover,
  body.inquiry_page_body #footerSNSMenu a:active,
  body.inquiry_page_body #footerSNSMenu a.footerMenu__link:link,
  body.inquiry_page_body #footerSNSMenu a.footerMenu__link:visited,
  body.inquiry_page_body #footerSNSMenu a.footerMenu__link:hover,
  body.inquiry_page_body #footerSNSMenu a.footerMenu__link:active {
    display: block !important;
    width: 100% !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-family: "Shippori Mincho", serif !important;
    font-size: 12.75px !important;
    font-weight: 700 !important;
    line-height: 17.85px !important;
    letter-spacing: 0.6375px !important;
    text-align: left !important;
  }
}

/* 1カラム（お問い合わせ等）ページのコピーライトだけに適用 */
body.inquiry_page_body .custom_kept_copyright,
body.inquiry_page_body #footer_area .copyright,
body.inquiry_page_body #footer_area p,
body.inquiry_page_body #footer_area small {
  font-family: "Shippori Mincho", serif !important;
  font-size: 14.04px !important;
  color: rgb(33, 37, 41) !important;
  line-height: 1.5 !important;
  text-align: center !important;
}
/* ========================================================
   ログインページ等（1カラム用）完全統合レスポンシブCSS
   ======================================================== */

/* 不要な標準パーツを非表示 */
body.login_page_body .header_right,
body.login_page_body .h_menu,
body.login_page_body .search_bar {
  display: none !important;
}

body.login_page_body #header {
  position: relative !important;
  width: 100% !important;
}

/* ----------------------------------------------------
   スライドメニュー内レイアウト調整
   ---------------------------------------------------- */
body.login_page_body #side_menu_left,
body.login_page_body .side_menu {
  background-color: #ffffff !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

body.login_page_body #side_menu_left #left_column,
body.login_page_body .side_menu #left_column {
  display: block !important;
  width: 100% !important;
  padding: 15px !important;
  box-sizing: border-box !important;
}

body.login_page_body #side_menu_left .list ul,
body.login_page_body .side_menu .list ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.login_page_body #side_menu_left .list ul li img,
body.login_page_body .side_menu .list ul li img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin-bottom: 8px !important;
}

/* ----------------------------------------------------
   スライドメニュー内レイアウト強制表示
   ---------------------------------------------------- */
body.login_page_body [class*="side_menu"],
body.login_page_body #side_menu_left {
  background-color: #ffffff !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

body.login_page_body [class*="side_menu"] #left_column,
body.login_page_body #side_menu_left #left_column {
  display: block !important;
  width: 100% !important;
  padding: 20px 15px 40px 15px !important;
  box-sizing: border-box !important;
}

body.login_page_body [class*="side_menu"] .list ul,
body.login_page_body #side_menu_left .list ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.login_page_body [class*="side_menu"] .list ul li,
body.login_page_body #side_menu_left .list ul li {
  margin-bottom: 8px !important;
}

body.login_page_body [class*="side_menu"] .list ul li img,
body.login_page_body #side_menu_left .list ul li img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

/* --------------------------------------------------------
   【1】パソコン用（1025px 以上）
   -------------------------------------------------------- */
@media screen and (min-width: 1025px) {
  body.login_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    min-height: 90px !important;
    display: flex !important;
    align-items: center !important;
  }

  body.login_page_body #custom_app_icons {
    display: none !important;
  }

  body.login_page_body #inner_header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    box-sizing: border-box !important;
    position: relative !important;
  }

  body.login_page_body .header_center.center_shop_name {
    margin: 0 !important;
  }

  body.login_page_body .custom_header_search {
    display: block !important;
    margin: 0 !important;
  }

  body.login_page_body .custom_header_search form {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
  }

  body.login_page_body .custom_header_search .search_box {
    height: 28px !important;
    line-height: 28px !important;
    padding: 2px 8px !important;
    border: 1px solid #7f9db9 !important;
    border-radius: 3px !important;
    box-sizing: border-box !important;
    font-size: 13px !important;
    width: 240px !important;
    margin-right: 5px !important;
    background-color: #fff !important;
  }

  body.login_page_body .custom_header_search .searchinput {
    height: 28px !important;
    line-height: 26px !important;
    padding: 0 10px !important;
    background: linear-gradient(to bottom, #f7f7f7 0%, #e0e0e0 100%) !important;
    border: 1px solid #a0a0a0 !important;
    border-radius: 3px !important;
    font-size: 12px !important;
    color: #333 !important;
    cursor: pointer !important;
  }

  body.login_page_body #header_nav_free {
    display: block !important;
    border-top: 3px solid #004d25 !important;
    border-bottom: none !important;
    background-color: #fff !important;
    width: 100% !important;
    padding: 6px 0 8px 0 !important;
  }

  body.login_page_body .header_navfree ul {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.login_page_body .header_navfree ul li img {
    display: block !important;
    height: auto !important;
  }

  .hedfacebook00 {
    display: none;
  }

  .hedfinstagram00 {
    display: none;
  }
}

/* --------------------------------------------------------
   【2】iPad Pro 用（821px 〜 1024px）
   -------------------------------------------------------- */
@media screen and (min-width: 821px) and (max-width: 1024px) {
  body.login_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    min-height: 90px !important;
    display: flex !important;
    align-items: center !important;
  }

  body.login_page_body #custom_app_icons {
    display: none !important;
  }

  body.login_page_body #inner_header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    box-sizing: border-box !important;
    position: relative !important;
  }

  body.login_page_body .header_center.center_shop_name {
    margin: 0 !important;
  }

  body.login_page_body .custom_header_search {
    display: block !important;
    margin: 0 !important;
  }

  body.login_page_body .custom_header_search form {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
  }

  body.login_page_body .custom_header_search .search_box {
    height: 28px !important;
    line-height: 28px !important;
    padding: 2px 8px !important;
    border: 1px solid #7f9db9 !important;
    border-radius: 3px !important;
    box-sizing: border-box !important;
    font-size: 13px !important;
    width: 240px !important;
    margin-right: 5px !important;
    background-color: #fff !important;
  }

  body.login_page_body .custom_header_search .searchinput {
    height: 28px !important;
    line-height: 26px !important;
    padding: 0 10px !important;
    background: linear-gradient(to bottom, #f7f7f7 0%, #e0e0e0 100%) !important;
    border: 1px solid #a0a0a0 !important;
    border-radius: 3px !important;
    font-size: 12px !important;
    color: #333 !important;
    cursor: pointer !important;
  }

  body.login_page_body #header_nav_free {
    display: block !important;
    border-top: 3px solid #004d25 !important;
    border-bottom: none !important;
    background-color: #fff !important;
    width: 100% !important;
    padding: 6px 0 8px 0 !important;
  }

  body.login_page_body .header_navfree ul {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.login_page_body .header_navfree ul li img {
    display: block !important;
    height: auto !important;
  }

  .hedfacebook00 {
    display: none;
  }

  .hedfinstagram00 {
    display: none;
  }
}

/* --------------------------------------------------------
   【3】iPad Air 用（769px 〜 820px）
   -------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 820px) {
  body.login_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    min-height: 90px !important;
  }

  body.login_page_body .custom_header_search {
    display: none !important;
  }

  body.login_page_body #inner_header {
    position: static !important;
    width: 100% !important;
  }

  /* ロゴ中央配置と上下余白 */
  body.login_page_body .header_center.center_shop_name {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    z-index: 10 !important;
  }

  body.login_page_body .shoplogo {
    padding: 15px 0 15px !important;
  }

  /* アイコン親コンテナの解除 */
  body.login_page_body #custom_app_icons {
    position: static !important;
  }

  /* カート（right 140px, top 25px / width 90%） */
  body.login_page_body #custom_app_icons .icon_item.custom_cart {
    position: absolute !important;
    right: 140px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
  }

  body.login_page_body #custom_app_icons .icon_item.custom_cart img {
    display: block !important;
    width: 90% !important;
    height: auto !important;
  }

  /* ログイン（right 85px, top 25px / width 90%） */
  body.login_page_body #custom_app_icons .icon_item.custom_login {
    position: absolute !important;
    right: 85px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
  }

  body.login_page_body #custom_app_icons .icon_item.custom_login img {
    display: block !important;
    width: 90% !important;
    height: auto !important;
  }

  /* メニュー（right 25px, top 25px） */
  body.login_page_body #custom_app_icons .icon_item.custom_menu {
    position: absolute !important;
    right: 25px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 100 !important;
  }

  body.login_page_body #custom_app_icons .icon_item.custom_menu a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    line-height: 1 !important;
    width: 100% !important;
    height: 100% !important;
  }

  /* Font Awesome（30px） */
  body.login_page_body #custom_app_icons .fa {
    font-size: 30px !important;
    display: block !important;
    color: #004d25 !important;
    line-height: 1 !important;
    margin: 0 !important;
  }

  /* 「メニュー」テキスト */
  body.login_page_body #custom_app_icons .menu_label {
    display: block !important;
    font-size: 9px !important;
    font-weight: bold !important;
    color: #333333 !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
    margin-top: 2px !important;
  }

  /* 下部画像メニュー */
  body.login_page_body #header_nav_free {
    display: block !important;
    border-top: 3px solid #004d25 !important;
    border-bottom: none !important;
    background-color: #fff !important;
    width: 100% !important;
    padding: 6px 0 8px 0 !important;
  }

  body.login_page_body .header_navfree ul {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.login_page_body .header_navfree ul li img {
    display: block !important;
    height: auto !important;
  }
}

/* --------------------------------------------------------
   【4】iPad（通常・縦向き）用（561px 〜 768px）
   -------------------------------------------------------- */
@media screen and (min-width: 561px) and (max-width: 768px) {
  body.login_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    min-height: 90px !important;
  }

  body.login_page_body .custom_header_search {
    display: none !important;
  }

  body.login_page_body #inner_header {
    position: static !important;
    width: 100% !important;
  }

  /* ロゴ中央配置と上下余白 */
  body.login_page_body .header_center.center_shop_name {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    z-index: 10 !important;
  }

  body.login_page_body .shoplogo {
    padding: 15px 0 15px !important;
  }

  /* アイコン親コンテナの解除 */
  body.login_page_body #custom_app_icons {
    position: static !important;
  }

  /* カート（right 140px, top 25px / width 45px） */
  body.login_page_body #custom_app_icons .icon_item.custom_cart {
    position: absolute !important;
    right: 140px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
  }

  body.login_page_body #custom_app_icons .icon_item.custom_cart img {
    display: block !important;
    width: 90% !important;
    height: auto !important;
  }

  /* ログイン（right 85px, top 25px / width 45px） */
  body.login_page_body #custom_app_icons .icon_item.custom_login {
    position: absolute !important;
    right: 85px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
  }

  body.login_page_body #custom_app_icons .icon_item.custom_login img {
    display: block !important;
    width: 90% !important;
    height: auto !important;
  }

  /* メニュー（right 25px, top 25px / width 45px） */
  body.login_page_body #custom_app_icons .icon_item.custom_menu {
    position: absolute !important;
    right: 25px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 100 !important;
  }

  body.login_page_body #custom_app_icons .icon_item.custom_menu a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    line-height: 1 !important;
    width: 100% !important;
    height: 100% !important;
  }

  /* Font Awesome（30px） */
  body.login_page_body #custom_app_icons .fa {
    font-size: 30px !important;
    display: block !important;
    color: #004d25 !important;
    line-height: 1 !important;
    margin: 0 !important;
  }

  /* 「メニュー」テキスト */
  body.login_page_body #custom_app_icons .menu_label {
    display: block !important;
    font-size: 9px !important;
    font-weight: bold !important;
    color: #333333 !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
    margin-top: 2px !important;
  }

  /* 下部画像メニュー */
  body.login_page_body #header_nav_free {
    display: block !important;
    border-top: 3px solid #004d25 !important;
    border-bottom: none !important;
    background-color: #fff !important;
    width: 100% !important;
    padding: 6px 0 8px 0 !important;
  }

  body.login_page_body .header_navfree ul {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.login_page_body .header_navfree ul li img {
    display: block !important;
    height: auto !important;
  }
}

/* --------------------------------------------------------
   【5】スマートフォン用（560px 以下）
   -------------------------------------------------------- */
@media screen and (max-width: 560px) {
  body.login_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    height: 82.7px !important;
    min-height: 82.7px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
  }

  body.login_page_body .custom_header_search {
    display: none !important;
  }

  body.login_page_body #inner_header {
    position: static !important;
    width: 100% !important;
    height: 82.7px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* ロゴ配置（左端基準） */
  body.login_page_body .header_center.center_shop_name {
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
  }

  body.login_page_body .shoplogo {
    padding: 0 !important;
    margin-top: -5px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    line-height: 0 !important;
  }

  /* ロゴ画像（実測値：190px × 49.6875px） */
  body.login_page_body .shoplogo img {
    width: 190px !important;
    height: 49.7px !important;
    max-width: none !important;
    max-height: none !important;
    vertical-align: middle !important;
  }

  /* アイコン親コンテナの解除（絶対配置） */
  body.login_page_body #custom_app_icons {
    position: static !important;
  }

  /* カートアイコン（実測：30px × 30px / right 120px） */
  body.login_page_body #custom_app_icons .icon_item.custom_cart {
    position: absolute !important;
    right: 115px !important;
    top: 45% !important;
    transform: translateY(-50%) !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    z-index: 100 !important;
  }

  body.login_page_body #custom_app_icons .icon_item.custom_cart a {
    display: block !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 0 !important;
  }

  body.login_page_body #custom_app_icons .icon_item.custom_cart img {
    display: block !important;
    width: 30px !important;
    height: 30px !important;
    object-fit: contain !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* ログインアイコン（実測：50px × 30px / right 65px） */
  body.login_page_body #custom_app_icons .icon_item.custom_login {
    position: absolute !important;
    right: 60px !important;
    top: 45% !important;
    transform: translateY(-50%) !important;
    width: 50px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    z-index: 100 !important;
  }

  body.login_page_body #custom_app_icons .icon_item.custom_login a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50px !important;
    height: 30px !important;
    line-height: 0 !important;
  }

  body.login_page_body #custom_app_icons .icon_item.custom_login img {
    display: block !important;
    max-width: 100% !important;
    height: 30px !important;
    object-fit: contain !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* メニューアイコン（実測：50px × 45px / right 10px） */
  body.login_page_body #custom_app_icons .icon_item.custom_menu {
    position: absolute !important;
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 50px !important;
    min-width: 50px !important;
    height: 45px !important;
    padding: 5px 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    z-index: 100 !important;
  }

  body.login_page_body #custom_app_icons .icon_item.custom_menu a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    width: 100% !important;
    height: 100% !important;
  }

  /* Font Awesome アイコン */
  body.login_page_body #custom_app_icons .fa {
    font-size: 22px !important;
    display: block !important;
    color: #004d25 !important;
    line-height: 1 !important;
    margin: 0 !important;
  }

  /* 「メニュー」テキスト */
  body.login_page_body #custom_app_icons .menu_label {
    display: block !important;
    font-family: "Shippori Mincho", "Yu Mincho", "游明朝", serif !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    color: #333333 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    white-space: nowrap !important;
    margin-top: 2px !important;
  }

  /* 下部ナビゲーション非表示 */
  body.login_page_body #header_nav_free {
    display: none !important;
  }
}

/* --------------------------------------------------------
   1カラムページ専用：フッター全体レイアウト
   -------------------------------------------------------- */
body.login_page_body #footer_area,
body.login_page_body #footer {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  clear: both !important;
  background-color: #ffffff !important;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
}

body.login_page_body #custom_onecol_footer_container {
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* ひな形不要パーツの非表示 */
body.login_page_body #footer_area > ul,
body.login_page_body #footer_area .footer_nav {
  display: none !important;
}

/* ========================================================
   最下部コピーライト（背景色・Computed値完全一致）
   ======================================================== */
body.login_page_body .custom_kept_copyright,
body.login_page_body #footer_area .copyright,
body.login_page_body #footer_area p {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 10px !important;
  background-color: #EDEDED !important;
  font-family: "Shippori Mincho", serif !important;
  font-size: 14.04px !important;
  font-weight: 400 !important;
  line-height: 22.464px !important;
  color: rgb(33, 37, 41) !important;
  text-align: center !important;
  box-sizing: border-box !important;
  clear: both !important;
}

/* ========================================================
   PC表示時（1025px以上）
   ======================================================== */
@media screen and (min-width: 1025px) {
  body.login_page_body #footer2 {
    display: block !important;
    width: 1200px !important;
    margin: 0 auto 30px !important;
    padding: 0 !important;
    border: 0 !important;
    box-sizing: border-box !important;
    font-family: "Shippori Mincho", serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    color: rgb(102, 102, 102) !important;
    text-align: left !important;
    overflow: hidden !important;
    float: none !important;
  }

  body.login_page_body #footer2 div.line {
    float: left !important;
    width: 1200px !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
  }

  body.login_page_body #footer2 div.line img {
    width: 1200px !important;
    height: 5px !important;
    display: block !important;
  }

  body.login_page_body #footer2 div.logo {
    float: left !important;
    width: 350px !important;
    box-sizing: border-box !important;
  }

  body.login_page_body #footer2 div.haiso {
    float: left !important;
    width: 350px !important;
    box-sizing: border-box !important;
  }

  body.login_page_body #footer2 div.etc {
    float: left !important;
    margin-left: 30px !important;
    width: 470px !important;
    box-sizing: border-box !important;
  }

  body.login_page_body #footerSNSMenu {
    display: none !important;
  }
}

/* ========================================================
   タブレット・iPad Pro表示時（1024px以下）
   ======================================================== */
@media screen and (max-width: 1024px) {
  body.login_page_body #footer2 {
    display: none !important;
  }

  body.login_page_body #footerSNSMenu {
    display: block !important;
    background-color: #004D25 !important;
    box-sizing: border-box !important;
    width: 100% !important;
    text-align: left !important;
  }

  body.login_page_body .footerMenu__inner {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
    width: 100% !important;
  }

  body.login_page_body .footerMenu__col {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    box-sizing: border-box !important;
  }

  body.login_page_body .footerMenu__snsWrap {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }

  body.login_page_body .footerMenu__snsIcon {
    display: block !important;
    width: 60px !important;
    height: 60px !important;
    color: rgb(255, 255, 255) !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
  }

  body.login_page_body .footerMenu__snsIcon svg {
    display: block !important;
    width: 60px !important;
    height: 60px !important;
  }

  body.login_page_body .footerMenu__list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
  }

  body.login_page_body .footerMenu__list li {
    width: 100% !important;
    text-align: left !important;
  }

  body.login_page_body #footerSNSMenu a:link,
  body.login_page_body #footerSNSMenu a:visited,
  body.login_page_body #footerSNSMenu a:hover,
  body.login_page_body #footerSNSMenu a:active,
  body.login_page_body #footerSNSMenu a.footerMenu__link:link,
  body.login_page_body #footerSNSMenu a.footerMenu__link:visited,
  body.login_page_body #footerSNSMenu a.footerMenu__link:hover,
  body.login_page_body #footerSNSMenu a.footerMenu__link:active {
    display: block !important;
    width: 100% !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-family: "Shippori Mincho", serif !important;
    font-size: 14.04px !important;
    line-height: 22.464px !important;
    text-align: left !important;
  }
}

/* ========================================================
   iPad Pro専用ブレークポイント（821px〜1024px）
   ======================================================== */
@media screen and (min-width: 821px) and (max-width: 1024px) {
  body.login_page_body #footerSNSMenu {
    padding: 40px 36px 52px !important;
  }

  body.login_page_body .footerMenu__inner {
    max-width: 640px !important;
    gap: 56px !important;
  }

  body.login_page_body .footerMenu__snsWrap {
    margin-bottom: 22px !important;
  }

  body.login_page_body .footerMenu__list {
    gap: 15px !important;
  }
}

/* ========================================================
   4. スマートフォン専用（560px以下）：Computed完全準拠
   ======================================================== */
@media screen and (max-width: 560px) {
  /* フッター全体のパディング（上24px 左右16px 下32px） */
  body.login_page_body #footerSNSMenu {
    padding: 24px 16px 32px !important;
  }

  body.login_page_body .footerMenu__inner {
    width: 100% !important;
    max-width: 100% !important;
    gap: 20px !important;
  }

  /* アイコンの親要素（margin-bottom: 14px） */
  body.login_page_body .footerMenu__snsWrap {
    margin-bottom: 14px !important;
    justify-content: flex-start !important;
  }

  /* アイコンサイズ（44px × 44px） */
  body.login_page_body .footerMenu__snsIcon,
  body.login_page_body .footerMenu__snsIcon svg {
    display: block !important;
    width: 44px !important;
    height: 44px !important;
  }

  /* リストの間隔 */
  body.login_page_body .footerMenu__list {
    gap: 10px !important;
  }

  /* テキストリンク（Computed: 12.75px / 700 / 17.85px / 0.6375px） */
  body.login_page_body #footerSNSMenu a:link,
  body.login_page_body #footerSNSMenu a:visited,
  body.login_page_body #footerSNSMenu a:hover,
  body.login_page_body #footerSNSMenu a:active,
  body.login_page_body #footerSNSMenu a.footerMenu__link:link,
  body.login_page_body #footerSNSMenu a.footerMenu__link:visited,
  body.login_page_body #footerSNSMenu a.footerMenu__link:hover,
  body.login_page_body #footerSNSMenu a.footerMenu__link:active {
    display: block !important;
    width: 100% !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-family: "Shippori Mincho", serif !important;
    font-size: 12.75px !important;
    font-weight: 700 !important;
    line-height: 17.85px !important;
    letter-spacing: 0.6375px !important;
    text-align: left !important;
  }
}

/* 1カラム（ログイン等）ページのコピーライトだけに適用 */
body.login_page_body .custom_kept_copyright,
body.login_page_body #footer_area .copyright,
body.login_page_body #footer_area p,
body.login_page_body #footer_area small {
  font-family: "Shippori Mincho", serif !important;
  font-size: 14.04px !important;
  color: rgb(33, 37, 41) !important;
  line-height: 1.5 !important;
  text-align: center !important;
}
/* ========================================================
   会員登録ページ等（1カラム用）完全統合レスポンシブCSS
   ======================================================== */

/* 不要な標準パーツを非表示 */
body.mregistration_page_body .header_right,
body.mregistration_page_body .h_menu,
body.mregistration_page_body .search_bar {
  display: none !important;
}

body.mregistration_page_body #header {
  position: relative !important;
  width: 100% !important;
}

/* ----------------------------------------------------
   スライドメニュー内レイアウト調整
   ---------------------------------------------------- */
body.mregistration_page_body #side_menu_left,
body.mregistration_page_body .side_menu {
  background-color: #ffffff !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

body.mregistration_page_body #side_menu_left #left_column,
body.mregistration_page_body .side_menu #left_column {
  display: block !important;
  width: 100% !important;
  padding: 15px !important;
  box-sizing: border-box !important;
}

body.mregistration_page_body #side_menu_left .list ul,
body.mregistration_page_body .side_menu .list ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.mregistration_page_body #side_menu_left .list ul li img,
body.mregistration_page_body .side_menu .list ul li img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin-bottom: 8px !important;
}

/* ----------------------------------------------------
   スライドメニュー内レイアウト強制表示
   ---------------------------------------------------- */
body.mregistration_page_body [class*="side_menu"],
body.mregistration_page_body #side_menu_left {
  background-color: #ffffff !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

body.mregistration_page_body [class*="side_menu"] #left_column,
body.mregistration_page_body #side_menu_left #left_column {
  display: block !important;
  width: 100% !important;
  padding: 20px 15px 40px 15px !important;
  box-sizing: border-box !important;
}

body.mregistration_page_body [class*="side_menu"] .list ul,
body.mregistration_page_body #side_menu_left .list ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.mregistration_page_body [class*="side_menu"] .list ul li,
body.mregistration_page_body #side_menu_left .list ul li {
  margin-bottom: 8px !important;
}

body.mregistration_page_body [class*="side_menu"] .list ul li img,
body.mregistration_page_body #side_menu_left .list ul li img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

/* --------------------------------------------------------
   【1】パソコン用（1025px 以上）
   -------------------------------------------------------- */
@media screen and (min-width: 1025px) {
  body.mregistration_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    min-height: 90px !important;
    display: flex !important;
    align-items: center !important;
  }

  body.mregistration_page_body #custom_app_icons {
    display: none !important;
  }

  body.mregistration_page_body #inner_header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    box-sizing: border-box !important;
    position: relative !important;
  }

  body.mregistration_page_body .header_center.center_shop_name {
    margin: 0 !important;
  }

  body.mregistration_page_body .custom_header_search {
    display: block !important;
    margin: 0 !important;
  }

  body.mregistration_page_body .custom_header_search form {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
  }

  body.mregistration_page_body .custom_header_search .search_box {
    height: 28px !important;
    line-height: 28px !important;
    padding: 2px 8px !important;
    border: 1px solid #7f9db9 !important;
    border-radius: 3px !important;
    box-sizing: border-box !important;
    font-size: 13px !important;
    width: 240px !important;
    margin-right: 5px !important;
    background-color: #fff !important;
  }

  body.mregistration_page_body .custom_header_search .searchinput {
    height: 28px !important;
    line-height: 26px !important;
    padding: 0 10px !important;
    background: linear-gradient(to bottom, #f7f7f7 0%, #e0e0e0 100%) !important;
    border: 1px solid #a0a0a0 !important;
    border-radius: 3px !important;
    font-size: 12px !important;
    color: #333 !important;
    cursor: pointer !important;
  }

  body.mregistration_page_body #header_nav_free {
    display: block !important;
    border-top: 3px solid #004d25 !important;
    border-bottom: none !important;
    background-color: #fff !important;
    width: 100% !important;
    padding: 6px 0 8px 0 !important;
  }

  body.mregistration_page_body .header_navfree ul {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.mregistration_page_body .header_navfree ul li img {
    display: block !important;
    height: auto !important;
  }

  .hedfacebook00 {
    display: none;
  }

  .hedfinstagram00 {
    display: none;
  }
}

/* --------------------------------------------------------
   【2】iPad Pro 用（821px 〜 1024px）
   -------------------------------------------------------- */
@media screen and (min-width: 821px) and (max-width: 1024px) {
  body.mregistration_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    min-height: 90px !important;
    display: flex !important;
    align-items: center !important;
  }

  body.mregistration_page_body #custom_app_icons {
    display: none !important;
  }

  body.mregistration_page_body #inner_header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    box-sizing: border-box !important;
    position: relative !important;
  }

  body.mregistration_page_body .header_center.center_shop_name {
    margin: 0 !important;
  }

  body.mregistration_page_body .custom_header_search {
    display: block !important;
    margin: 0 !important;
  }

  body.mregistration_page_body .custom_header_search form {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
  }

  body.mregistration_page_body .custom_header_search .search_box {
    height: 28px !important;
    line-height: 28px !important;
    padding: 2px 8px !important;
    border: 1px solid #7f9db9 !important;
    border-radius: 3px !important;
    box-sizing: border-box !important;
    font-size: 13px !important;
    width: 240px !important;
    margin-right: 5px !important;
    background-color: #fff !important;
  }

  body.mregistration_page_body .custom_header_search .searchinput {
    height: 28px !important;
    line-height: 26px !important;
    padding: 0 10px !important;
    background: linear-gradient(to bottom, #f7f7f7 0%, #e0e0e0 100%) !important;
    border: 1px solid #a0a0a0 !important;
    border-radius: 3px !important;
    font-size: 12px !important;
    color: #333 !important;
    cursor: pointer !important;
  }

  body.mregistration_page_body #header_nav_free {
    display: block !important;
    border-top: 3px solid #004d25 !important;
    border-bottom: none !important;
    background-color: #fff !important;
    width: 100% !important;
    padding: 6px 0 8px 0 !important;
  }

  body.mregistration_page_body .header_navfree ul {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.mregistration_page_body .header_navfree ul li img {
    display: block !important;
    height: auto !important;
  }

  .hedfacebook00 {
    display: none;
  }

  .hedfinstagram00 {
    display: none;
  }
}

/* --------------------------------------------------------
   【3】iPad Air 用（769px 〜 820px）
   -------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 820px) {
  body.mregistration_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    min-height: 90px !important;
  }

  body.mregistration_page_body .custom_header_search {
    display: none !important;
  }

  body.mregistration_page_body #inner_header {
    position: static !important;
    width: 100% !important;
  }

  /* ロゴ中央配置と上下余白 */
  body.mregistration_page_body .header_center.center_shop_name {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    z-index: 10 !important;
  }

  body.mregistration_page_body .shoplogo {
    padding: 15px 0 15px !important;
  }

  /* アイコン親コンテナの解除 */
  body.mregistration_page_body #custom_app_icons {
    position: static !important;
  }

  /* カート（right 140px, top 25px / width 90%） */
  body.mregistration_page_body #custom_app_icons .icon_item.custom_cart {
    position: absolute !important;
    right: 140px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
  }

  body.mregistration_page_body #custom_app_icons .icon_item.custom_cart img {
    display: block !important;
    width: 90% !important;
    height: auto !important;
  }

  /* ログイン（right 85px, top 25px / width 90%） */
  body.mregistration_page_body #custom_app_icons .icon_item.custom_login {
    position: absolute !important;
    right: 85px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
  }

  body.mregistration_page_body #custom_app_icons .icon_item.custom_login img {
    display: block !important;
    width: 90% !important;
    height: auto !important;
  }

  /* メニュー（right 25px, top 25px） */
  body.mregistration_page_body #custom_app_icons .icon_item.custom_menu {
    position: absolute !important;
    right: 25px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 100 !important;
  }

  body.mregistration_page_body #custom_app_icons .icon_item.custom_menu a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    line-height: 1 !important;
    width: 100% !important;
    height: 100% !important;
  }

  /* Font Awesome（30px） */
  body.mregistration_page_body #custom_app_icons .fa {
    font-size: 30px !important;
    display: block !important;
    color: #004d25 !important;
    line-height: 1 !important;
    margin: 0 !important;
  }

  /* 「メニュー」テキスト */
  body.mregistration_page_body #custom_app_icons .menu_label {
    display: block !important;
    font-size: 9px !important;
    font-weight: bold !important;
    color: #333333 !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
    margin-top: 2px !important;
  }

  /* 下部画像メニュー */
  body.mregistration_page_body #header_nav_free {
    display: block !important;
    border-top: 3px solid #004d25 !important;
    border-bottom: none !important;
    background-color: #fff !important;
    width: 100% !important;
    padding: 6px 0 8px 0 !important;
  }

  body.mregistration_page_body .header_navfree ul {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.mregistration_page_body .header_navfree ul li img {
    display: block !important;
    height: auto !important;
  }
}

/* --------------------------------------------------------
   【4】iPad（通常・縦向き）用（561px 〜 768px）
   -------------------------------------------------------- */
@media screen and (min-width: 561px) and (max-width: 768px) {
  body.mregistration_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    min-height: 90px !important;
  }

  body.mregistration_page_body .custom_header_search {
    display: none !important;
  }

  body.mregistration_page_body #inner_header {
    position: static !important;
    width: 100% !important;
  }

  /* ロゴ中央配置と上下余白 */
  body.mregistration_page_body .header_center.center_shop_name {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    z-index: 10 !important;
  }

  body.mregistration_page_body .shoplogo {
    padding: 15px 0 15px !important;
  }

  /* アイコン親コンテナの解除 */
  body.mregistration_page_body #custom_app_icons {
    position: static !important;
  }

  /* カート（right 140px, top 25px / width 45px） */
  body.mregistration_page_body #custom_app_icons .icon_item.custom_cart {
    position: absolute !important;
    right: 140px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
  }

  body.mregistration_page_body #custom_app_icons .icon_item.custom_cart img {
    display: block !important;
    width: 90% !important;
    height: auto !important;
  }

  /* ログイン（right 85px, top 25px / width 45px） */
  body.mregistration_page_body #custom_app_icons .icon_item.custom_login {
    position: absolute !important;
    right: 85px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
  }

  body.mregistration_page_body #custom_app_icons .icon_item.custom_login img {
    display: block !important;
    width: 90% !important;
    height: auto !important;
  }

  /* メニュー（right 25px, top 25px / width 45px） */
  body.mregistration_page_body #custom_app_icons .icon_item.custom_menu {
    position: absolute !important;
    right: 25px !important;
    top: 25px !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 100 !important;
  }

  body.mregistration_page_body #custom_app_icons .icon_item.custom_menu a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    line-height: 1 !important;
    width: 100% !important;
    height: 100% !important;
  }

  /* Font Awesome（30px） */
  body.mregistration_page_body #custom_app_icons .fa {
    font-size: 30px !important;
    display: block !important;
    color: #004d25 !important;
    line-height: 1 !important;
    margin: 0 !important;
  }

  /* 「メニュー」テキスト */
  body.mregistration_page_body #custom_app_icons .menu_label {
    display: block !important;
    font-size: 9px !important;
    font-weight: bold !important;
    color: #333333 !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
    margin-top: 2px !important;
  }

  /* 下部画像メニュー */
  body.mregistration_page_body #header_nav_free {
    display: block !important;
    border-top: 3px solid #004d25 !important;
    border-bottom: none !important;
    background-color: #fff !important;
    width: 100% !important;
    padding: 6px 0 8px 0 !important;
  }

  body.mregistration_page_body .header_navfree ul {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.mregistration_page_body .header_navfree ul li img {
    display: block !important;
    height: auto !important;
  }
}

/* --------------------------------------------------------
   【5】スマートフォン用（560px 以下）
   -------------------------------------------------------- */
@media screen and (max-width: 560px) {
  body.mregistration_page_body #header_area {
    position: relative !important;
    width: 100% !important;
    height: 82.7px !important;
    min-height: 82.7px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
  }

  body.mregistration_page_body .custom_header_search {
    display: none !important;
  }

  body.mregistration_page_body #inner_header {
    position: static !important;
    width: 100% !important;
    height: 82.7px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* ロゴ配置（左端基準） */
  body.mregistration_page_body .header_center.center_shop_name {
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
  }

  body.mregistration_page_body .shoplogo {
    padding: 0 !important;
    margin-top: -5px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    line-height: 0 !important;
  }

  /* ロゴ画像（実測値：190px × 49.6875px） */
  body.mregistration_page_body .shoplogo img {
    width: 190px !important;
    height: 49.7px !important;
    max-width: none !important;
    max-height: none !important;
    vertical-align: middle !important;
  }

  /* アイコン親コンテナの解除（絶対配置） */
  body.mregistration_page_body #custom_app_icons {
    position: static !important;
  }

  /* カートアイコン（実測：30px × 30px / right 120px） */
  body.mregistration_page_body #custom_app_icons .icon_item.custom_cart {
    position: absolute !important;
    right: 115px !important;
    top: 45% !important;
    transform: translateY(-50%) !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    z-index: 100 !important;
  }

  body.mregistration_page_body #custom_app_icons .icon_item.custom_cart a {
    display: block !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 0 !important;
  }

  body.mregistration_page_body #custom_app_icons .icon_item.custom_cart img {
    display: block !important;
    width: 30px !important;
    height: 30px !important;
    object-fit: contain !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* ログインアイコン（実測：50px × 30px / right 65px） */
  body.mregistration_page_body #custom_app_icons .icon_item.custom_login {
    position: absolute !important;
    right: 60px !important;
    top: 45% !important;
    transform: translateY(-50%) !important;
    width: 50px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    z-index: 100 !important;
  }

  body.mregistration_page_body #custom_app_icons .icon_item.custom_login a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50px !important;
    height: 30px !important;
    line-height: 0 !important;
  }

  body.mregistration_page_body #custom_app_icons .icon_item.custom_login img {
    display: block !important;
    max-width: 100% !important;
    height: 30px !important;
    object-fit: contain !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* メニューアイコン（実測：50px × 45px / right 10px） */
  body.mregistration_page_body #custom_app_icons .icon_item.custom_menu {
    position: absolute !important;
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 50px !important;
    min-width: 50px !important;
    height: 45px !important;
    padding: 5px 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    z-index: 100 !important;
  }

  body.mregistration_page_body #custom_app_icons .icon_item.custom_menu a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    width: 100% !important;
    height: 100% !important;
  }

  /* Font Awesome アイコン */
  body.mregistration_page_body #custom_app_icons .fa {
    font-size: 22px !important;
    display: block !important;
    color: #004d25 !important;
    line-height: 1 !important;
    margin: 0 !important;
  }

  /* 「メニュー」テキスト */
  body.mregistration_page_body #custom_app_icons .menu_label {
    display: block !important;
    font-family: "Shippori Mincho", "Yu Mincho", "游明朝", serif !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    color: #333333 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    white-space: nowrap !important;
    margin-top: 2px !important;
  }

  /* 下部ナビゲーション非表示 */
  body.mregistration_page_body #header_nav_free {
    display: none !important;
  }
}

/* --------------------------------------------------------
   1カラムページ専用：フッター全体レイアウト
   -------------------------------------------------------- */
body.mregistration_page_body #footer_area,
body.mregistration_page_body #footer {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  clear: both !important;
  background-color: #ffffff !important;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
}

body.mregistration_page_body #custom_onecol_footer_container {
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* ひな形不要パーツの非表示 */
body.mregistration_page_body #footer_area > ul,
body.mregistration_page_body #footer_area .footer_nav {
  display: none !important;
}

/* ========================================================
   最下部コピーライト（背景色・Computed値完全一致）
   ======================================================== */
body.mregistration_page_body .custom_kept_copyright,
body.mregistration_page_body #footer_area .copyright,
body.mregistration_page_body #footer_area p {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 10px !important;
  background-color: #EDEDED !important;
  font-family: "Shippori Mincho", serif !important;
  font-size: 14.04px !important;
  font-weight: 400 !important;
  line-height: 22.464px !important;
  color: rgb(33, 37, 41) !important;
  text-align: center !important;
  box-sizing: border-box !important;
  clear: both !important;
}

/* ========================================================
   PC表示時（1025px以上）
   ======================================================== */
@media screen and (min-width: 1025px) {
  body.mregistration_page_body #footer2 {
    display: block !important;
    width: 1200px !important;
    margin: 0 auto 30px !important;
    padding: 0 !important;
    border: 0 !important;
    box-sizing: border-box !important;
    font-family: "Shippori Mincho", serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    color: rgb(102, 102, 102) !important;
    text-align: left !important;
    overflow: hidden !important;
    float: none !important;
  }

  body.mregistration_page_body #footer2 div.line {
    float: left !important;
    width: 1200px !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
  }

  body.mregistration_page_body #footer2 div.line img {
    width: 1200px !important;
    height: 5px !important;
    display: block !important;
  }

  body.mregistration_page_body #footer2 div.logo {
    float: left !important;
    width: 350px !important;
    box-sizing: border-box !important;
  }

  body.mregistration_page_body #footer2 div.haiso {
    float: left !important;
    width: 350px !important;
    box-sizing: border-box !important;
  }

  body.mregistration_page_body #footer2 div.etc {
    float: left !important;
    margin-left: 30px !important;
    width: 470px !important;
    box-sizing: border-box !important;
  }

  body.mregistration_page_body #footerSNSMenu {
    display: none !important;
  }
}

/* ========================================================
   タブレット・iPad Pro表示時（1024px以下）
   ======================================================== */
@media screen and (max-width: 1024px) {
  body.mregistration_page_body #footer2 {
    display: none !important;
  }

  body.mregistration_page_body #footerSNSMenu {
    display: block !important;
    background-color: #004D25 !important;
    box-sizing: border-box !important;
    width: 100% !important;
    text-align: left !important;
  }

  body.mregistration_page_body .footerMenu__inner {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
    width: 100% !important;
  }

  body.mregistration_page_body .footerMenu__col {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    box-sizing: border-box !important;
  }

  body.mregistration_page_body .footerMenu__snsWrap {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }

  body.mregistration_page_body .footerMenu__snsIcon {
    display: block !important;
    width: 60px !important;
    height: 60px !important;
    color: rgb(255, 255, 255) !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
  }

  body.mregistration_page_body .footerMenu__snsIcon svg {
    display: block !important;
    width: 60px !important;
    height: 60px !important;
  }

  body.mregistration_page_body .footerMenu__list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
  }

  body.mregistration_page_body .footerMenu__list li {
    width: 100% !important;
    text-align: left !important;
  }

  body.mregistration_page_body #footerSNSMenu a:link,
  body.mregistration_page_body #footerSNSMenu a:visited,
  body.mregistration_page_body #footerSNSMenu a:hover,
  body.mregistration_page_body #footerSNSMenu a:active,
  body.mregistration_page_body #footerSNSMenu a.footerMenu__link:link,
  body.mregistration_page_body #footerSNSMenu a.footerMenu__link:visited,
  body.mregistration_page_body #footerSNSMenu a.footerMenu__link:hover,
  body.mregistration_page_body #footerSNSMenu a.footerMenu__link:active {
    display: block !important;
    width: 100% !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-family: "Shippori Mincho", serif !important;
    font-size: 14.04px !important;
    line-height: 22.464px !important;
    text-align: left !important;
  }
}

/* ========================================================
   iPad Pro専用ブレークポイント（821px〜1024px）
   ======================================================== */
@media screen and (min-width: 821px) and (max-width: 1024px) {
  body.mregistration_page_body #footerSNSMenu {
    padding: 40px 36px 52px !important;
  }

  body.mregistration_page_body .footerMenu__inner {
    max-width: 640px !important;
    gap: 56px !important;
  }

  body.mregistration_page_body .footerMenu__snsWrap {
    margin-bottom: 22px !important;
  }

  body.mregistration_page_body .footerMenu__list {
    gap: 15px !important;
  }
}

/* ========================================================
   4. スマートフォン専用（560px以下）：Computed完全準拠
   ======================================================== */
@media screen and (max-width: 560px) {
  /* フッター全体のパディング（上24px 左右16px 下32px） */
  body.mregistration_page_body #footerSNSMenu {
    padding: 24px 16px 32px !important;
  }

  body.mregistration_page_body .footerMenu__inner {
    width: 100% !important;
    max-width: 100% !important;
    gap: 20px !important;
  }

  /* アイコンの親要素（margin-bottom: 14px） */
  body.mregistration_page_body .footerMenu__snsWrap {
    margin-bottom: 14px !important;
    justify-content: flex-start !important;
  }

  /* アイコンサイズ（44px × 44px） */
  body.mregistration_page_body .footerMenu__snsIcon,
  body.mregistration_page_body .footerMenu__snsIcon svg {
    display: block !important;
    width: 44px !important;
    height: 44px !important;
  }

  /* リストの間隔 */
  body.mregistration_page_body .footerMenu__list {
    gap: 10px !important;
  }

  /* テキストリンク（Computed: 12.75px / 700 / 17.85px / 0.6375px） */
  body.mregistration_page_body #footerSNSMenu a:link,
  body.mregistration_page_body #footerSNSMenu a:visited,
  body.mregistration_page_body #footerSNSMenu a:hover,
  body.mregistration_page_body #footerSNSMenu a:active,
  body.mregistration_page_body #footerSNSMenu a.footerMenu__link:link,
  body.mregistration_page_body #footerSNSMenu a.footerMenu__link:visited,
  body.mregistration_page_body #footerSNSMenu a.footerMenu__link:hover,
  body.mregistration_page_body #footerSNSMenu a.footerMenu__link:active {
    display: block !important;
    width: 100% !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-family: "Shippori Mincho", serif !important;
    font-size: 12.75px !important;
    font-weight: 700 !important;
    line-height: 17.85px !important;
    letter-spacing: 0.6375px !important;
    text-align: left !important;
  }
}

/* 1カラム（会員登録等）ページのコピーライトだけに適用 */
body.mregistration_page_body .custom_kept_copyright,
body.mregistration_page_body #footer_area .copyright,
body.mregistration_page_body #footer_area p,
body.mregistration_page_body #footer_area small {
  font-family: "Shippori Mincho", serif !important;
  font-size: 14.04px !important;
  color: rgb(33, 37, 41) !important;
  line-height: 1.5 !important;
  text-align: center !important;
}