@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@400;500;600;700;800&display=swap');
/********************************************************************/

/* HTMLタグ要素 */

/********************************************************************/

body {
    padding: 0px;
    margin: 0px;
    background-color: #FFFFFF;
}

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%;
}


/********************************************************************/

/* ヘッダー */

/********************************************************************/

#header {
    position: relative;
    background-color: #FFFFFF;
    border-bottom: 1px solid #D6D6D6;
}


/********************************************************************/

/* ショップ名 */

/********************************************************************/

/* ショップ名ロゴ */
.shoplogo {
    padding: 5px;
}

.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 {
    background-color: #FFFFFF;
    border: 1px solid #FF0000;
    color: #000000;
}

.use_hover .inner_header_nav .nav_btn:hover {
    background-color: #FFECEC;
    color: #000000;
}


/*************************************************************/

/* 検索 */

/*************************************************************/

.search_bar .search {
    background-color: #000000;
}


/*************************************************************/

/* グローバルナビゲーション */

/*************************************************************/

.global_nav {
    background-color: #FFFFFF;
    border-bottom: 1px solid #D6D6D6;
}

/* 各ナビゲーション */
.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: #FFFFFF;
}

/* サイドカテゴリ一覧 */
.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;
}

/********************************************************************/



/* # =================================================================
# 
# ↓　おちゃのこネットデザイン作成プラン　↓
#             2024.03.27 upload
# 
# ================================================================= */

/* 全体 */
body, .page_box .detail_contents .section_title h2, .page_box .detail_contents .section_title h3,
.page_box .page_title h2 .title_text {
font-family: 'Poppins','Noto Sans JP', sans-serif;
}
A, A:link, A:visited, A:hover, A:active {
color: #000000;
transition: 0.2s;
}
A:hover img {
opacity: 0.7;
}
.responsive .fix_center {
max-width: 1400px;
width: 100%;
}
.responsive #header_area, .responsive .top_image_slide, .responsive #inner_footer_free_top {
max-width: 100%;
}
.wide_layout .layout_2_col #inner_contents {
width: 1400px;
max-width: 100%;
}
.main_box {
padding-bottom: 30px;
margin-bottom: 0px;
}
.column_layout .has_left_side_menu .layout_2_col #main_container {
padding-top: 30px;
}
#header_free_space {
overflow: visible;
}
.min_contents #inner_contents {
max-width: 1000px;
}
.inner_header_nav .nav_btn {
border: 1px solid #000000;
}
.step_check .step_data {
background-color: #FED500;
}
.step_check .step_data span {
color: #000000;
}
.itemlist_box .column2.max_column4 .inner_item_data {
max-width: 210px;
margin: 0px auto;
}
.responsive #container .whatnew .item_list.layout_list_column .list_item_box {
max-width: 210px;
margin: 0px auto;
}
.whatnew .layout_list_column .list_item_data {
padding-left: 0px;
padding-right: 0px;
}
.top_page_body .custom_space {
overflow: visible;
}
.more_item {
border-top: none;
text-align: center;
display: flex;
justify-content: center;
}
.more_item .general_btn {
padding: 15px 20px;
border: none;
background-color: #000000;
color: #FFFFFF;
border-radius: 0px;
display: flex;
align-items: center;
max-width: 120px;
line-height: 1;
}
.use_hover .more_item .general_btn:hover {
background-color: #FED500;
color: #000000;
border: none;
}
.main_box h2 {
font-size: 16px;
padding-bottom: 15px;
letter-spacing: 1px;
font-weight: 800;
background-color: transparent;
border: none;
border-radius: 0px;
}
.main_box h2::before {
font-size: 25px;
padding-bottom: 10px;
font-weight: 700;
display: block;
}
.main_box .categoryarea h2::before {
content: "Category";
}
.item_pickup.main_box h2::before {
content: "Recommended";
}
.item_ranking.main_box h2::before {
content: "Item Ranking";
}
.whatnew.main_box h2::before {
content: "What's New";
}
.recently.main_box h2::before {
content: "Recently item";
}
.page_box .page_title h2 {
border: none;
background-color: transparent;
border-radius: 0px;
font-weight: 600;
}
.wide_layout .fixed_corner_box .fixed_corner_button {
right: 15px;
}
.fa-chevron-right::before {
content: "";
background-image: url(image/toppage/icon_arrow1.png);
width: 8px;
height: 13px;
display: inline-block;
background-size: contain;
background-repeat: no-repeat;
}
.categorybox .fa-chevron-right::before, .more_item .fa-chevron-right::before {
filter: invert(100%);
}
.use_hover .more_item A:hover .fa-chevron-right::before {
filter: none;
}
.common_icon img, .help_icon_data img {
max-width: 60px;
}
.responsive .copy {
letter-spacing: 1px;
font-size: 10px;
font-weight: 600;
padding: 5px;
color: #FFFFFF;
background-color: #000000;
max-width: 100%;
}
.inner_catchphrase {
justify-content: center;
align-items: center;
}
.cp_postage {
border-right: 1px solid #828081;
padding-right: 10px;
margin-right: 10px;
align-items: center;
}
.cp_postage img {
max-width: 20px;
margin-right: 5px;
display: inline-block;
}
.badge {
background-color: #FED500;
color: #000000;
}
.navigation_item .icon_badge {
top: -20px;
}
.responsive .fix_center.breadcrumb_area {
max-width: 100%;
background-color: #F5F5F5;
padding: 10px;
}
.breadcrumb_list {
max-width: 1400px;
margin: 0 auto;
}
.large_product_info_wrapper {
display: flex;
flex-direction: column;
}
/* ヘッダー */
#header {
z-index: auto;
border-bottom: none;
}
.inner_header_area {
height: 80px;
max-width: 1400px;
margin: 0px auto;
letter-spacing: 0px;
align-items: center;
justify-content: space-between;
}
#globalnav {
padding-left: 10px;
}
.header_left {
flex: 1;
align-items: center;
}
.site_header {
flex: 1;
}
.gnav {
width: 100%;
}
.nav-open {
overflow: hidden;
}
.nav-open .site_header.open {
overflow: auto
}
.nav-open #globalnav {
min-height: 105vh;
}
.header_logo {
padding-left: 5px;
}
.header_logo img {
max-width: 130px;
}
.logo_copy {
font-size: 10px;
}
.globalnavlist {
margin: 0;
padding: 0;
list-style: none;
align-items: center;
}
.globalnavbtn:last-child {
border-right: none;
}
.globalnavlink {
font-size: 14px;
display: block;
height: 100%;
font-weight: 400;
padding: 10px;
display: flex;
align-items: center;
justify-content: center;
}
.globalnavlink .fa {
width: 15px;
margin-left: 10px;
display: flex;
}
.globalnavlink .fa img {
transition: 0.3s;
}
.globalnavlink.selected .fa img {
transform: rotate(-180deg);
transition: 0.3s;
}
.dropdwn_menu {
padding: 50px 15px;
width: 100%;
display: none;
background-color: #EFEFEF;
}
.subnavbox {
max-width: 1200px;
margin: 0px auto;
position: relative;
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
.subnavbtn .categoryarea_bottom .categorybox {
width: 25%;
}
}
.subnavbox .close_btn_box {
top: -25px;
right: 0px;
position: absolute;
}
.subnavbox .icon_btn {
border: none;
background-color: transparent;
border-radius: 0px;
}
.use_hover .subnavbox .icon_btn:hover {
border: none;
background-color: transparent;
opacity: 0.8;
}
.subnavbox .close_btn_box .fa {
font-size: 30px;
}
.inner_navigation {
list-style: none;
padding: 0px;
margin: 0px;
}
.navigation_item {
padding: 0px 5px;
}
A.navbtn {
width: 30px;
height: 30px;
background-color: #F5F5F5;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.navtext {
display: flex;
}
.inner_navigation .fa::before {
width: 20px;
height: 20px;
content: "";
display: inline-block;
background-size: contain;
background-repeat: no-repeat;
}
.inner_navigation .fa-user::before {
background-image: url(image/toppage/icon_mypage.png);
}
.inner_navigation .fa-shopping-cart::before {
background-image: url(image/toppage/icon_cart.png);
}
.header_right {
padding-right: 40px;
}
.min_header .header_right {
padding-right: 0px;
}
.header_right_top {
align-items: center;
}
.inner_other_navigation {
padding: 0px;
margin: 0px;
list-style: none;
justify-content: center;
}
.other_navigation_item {
text-align: center;
padding: 0px 10px;
}
.other_navigation A {
font-size: 12px;
font-weight: 500;
}
/* 商品検索 */
.searchbar {
padding-right: 5px;
display: none;
}
.searchbar .search {
padding: 3px 15px;
border: 1px solid #D2D2D2;
border-radius: 30px;
}
.searchbar .search_form {
display: flex;
align-items: center;
}
.searchbar input[type=search] {
width: 100px;
padding: 5px;
border: none;
box-shadow: none;
background-color: transparent;
}
.global_nav {
position: static;
border: none;
}
.header_global_nav .g_search {
top: 50px;
right: 126px;
width: auto;
position: absolute;
}
.global_nav_item.g_search .nav_btn {
width: 30px;
height: 30px;
padding: 0px;
border-radius: 50%;
background-color: #F5F5F5;
border: none;
}
.searchbar .search_form .searchinput {
margin: 0px;
background-color: transparent;
box-shadow: none;
}
.searchbar .fa {
font-size: 16px;
}
.searchbar .fa::before, .g_search .fa-search::before {
width: 20px;
height: 20px;
display: inline-block;
background-image: url(image/toppage/icon_search.png);
content: "";
background-size: contain;
background-repeat: no-repeat;
background-repeat: no-repeat;
}
.searchbar .button_text {
display: flex;
}
/* プレースホルダーをフォーカスで非表示 */
#header_area .search input:focus::-webkit-input-placeholder, #header_area .search input:focus::-moz-placeholder, #header_area .search input:focus::-ms-input-placeholder, #header_area .search input:focus::placeholder {
color: transparent;
}
/* オートコンプリート背景色 */
#header_area .search input:-webkit-autofill, input:focus:-webkit-autofill {
-webkit-box-shadow: 0 0 0 100px rgb(245, 245, 245) inset!important;
}
/* フォーカスのボーダー削除 */
:focus {
outline: none;
}
/* サイドメニュー */
.side_box h2, .category_nav_box h2, .pickupcategory_nav_box h2 {
font-size: 16px;
padding: 12px 0px;
margin-bottom: 10px;
font-weight: 600;
border: none;
border-bottom: 3px solid #000000;
border-radius: 0px;
background-color: transparent;
}
.side_itemlist_nav .sub_menu_link {
border: none;
border-bottom: 1px solid #E4E4E4;
background-color: transparent;
}
.side_box .sub_menu_link_list .nav_btn {
padding: 5px 10px;
}
.menu_link_list .parental_menu_link {
padding: 5px;
border-bottom: 1px solid #E4E4E4;
font-weight: 600;
}
.parental_menu_link .fa::before {
content: "";
background-image: none;
}
.sub_menu_link_list {
padding-bottom: 20px;
}
/* メーカー一覧 */
.category_tab_area {
margin: 20px 0px;
padding: 10px 5px 20px;
background-color: #F1F1F1;
}
.category_tab_list {
padding: 0px 0px 10px;
margin: 0px;
list-style: none;
}
.category_racket_area .category_tab_item {
width: calc(100%/3);
}
.category_rubber_area .category_tab_item {
width: calc(100%/3);
}
.category_tab_item A {
font-size: 10px;
padding: 0px 5px;
display: inline-block;
border-bottom: 3px solid #000000;
position: relative;
width: 100%;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.category_tab_item.tab_on A {
border-bottom: 3px solid #FED500;
}
.category_tab_item A::after {
width: 1px;
height: 20px;
content: "";
position: absolute;
right: 0px;
top: 50%;
transform: translateY(-50%);
display: inline-block;
background-color: #E4E4E4;
}
.category_tab_item:last-child A::after {
width: 0px;
height: 0px;
background-color: transparent;
}
.wide_layout .manufacturer_list .column1 .advanced_flex_wrap .wrapped_item {
width: 100%;
}
.wide_layout .subnavbtn .manufacturer_list .column1 .advanced_flex_wrap .wrapped_item {
width: 50%;
padding: 5px;
}
.wide_layout .layout_2_col .category_tab_area .custom_nav_link.column2 .advanced_flex_wrap .wrapped_item, .manufacturer_box .manufacturer_list .column1 .advanced_flex_wrap .wrapped_item {
width: 50%;
padding: 5px 10px;
}
.manufacturer_list .inner_main_nav .nav_btn, .category_tab_area .custom_nav_link .inner_main_nav .nav_btn {
padding: 35px 5px 5px;
margin-top: 10px;
font-size: 10px;
text-align: center;
border: none;
background-size: 130px;
background-repeat: no-repeat;
background-position: top 2px center;
}
.subnavbtn .manufacturer_list .inner_main_nav .nav_btn {
padding: 50px 10px 15px;
margin-top: 0px;
background-position: top 15px center;
background-size: 130px;
}
.use_hover .manufacturer_list .inner_main_nav .nav_btn:hover, .use_hover .category_tab_area .custom_nav_link .inner_main_nav .nav_btn:hover {
background-color: #FFFFFF;
font-weight: 600;
}
.manufacturer_list .inner_main_nav .nav_btn .nav_text, .category_tab_area .custom_nav_link .inner_main_nav .nav_btn .nav_text {
margin: 0px auto;
}
.manufacturer_list .inner_main_nav .nav_btn .fa::before, .category_tab_area .custom_nav_link .inner_main_nav .nav_btn .fa::before {
content: "";
background-image: none;
}
/* バナー */
.bannerbox {
flex-wrap: wrap;
}
.column2_item {
width: 50%;
padding: 5px;
text-align: center;
}
.column2_item img {
width: 100%;
}
.banner_text {
font-size: 70%;
padding-top: 3px;
letter-spacing: 0px;
}
/* カテゴリ一覧 */
.inner_categoryarea {
flex-wrap: wrap;
width: 100%;
}
.categoryarea_top {
/*padding-bottom: 20px;*/
}
.categorybox {
width: 50%;
padding: 5px;
}
.categoryarea_top .categorybox {
width: 100%;
}
.inner_categorybox {
border-radius: 10px;
overflow: hidden;
position: relative;
}
.use_hover .categoryarea_bottom A:hover {
opacity: 0.8;
}
.category_title {
position: absolute;
top: 0;
left: 0;
width: 70%;
height: 100%;
}
.category_left {
font-size: 12px;
width: 100%;
position: relative;
z-index: 1;
background-color: #000000;
clip-path: polygon(0 0px, 100% 0, 80% 100%, 0 100%);
}
.categoryarea_top .category_left {
padding: 25px 50px 15px 15px;
}
.categoryimage {
width: 60%;
margin-left: auto;
}
.category_maintenance .category_left, .category_ball .category_left {
position: relative;
}
.categoryarea_bottom .category_name {
left: 15px;
top: 50%;
padding-right: 25px;
transform: translateY(-50%);
position: absolute;
}
.category_name {
color: #FED500;
}
.category_name_ja {
font-size: 120%;
padding-bottom: 5px;
font-weight: 700;
}
.category_name_en {
font-weight: 500;
font-size: 90%;
}
.category_list {
list-style: none;
padding: 0px;
padding-top: 10px;
margin: 0px;
}
.category_item {
padding: 3px 0px;
}
.category_item A {
display: flex;
justify-content: space-between;
color: #FFFFFF;
}
.use_hover .category_item A:hover {
color: #FED500;
}
.category_right {
width: 50%;
}
.categoryimage img {
height: 230px;
width: 100%;
object-fit:cover;
}
.categoryarea_bottom .categoryimage img {
height: 130px;
}
/* ランキング */
.anchor_nav_area.ranking_navigation {
padding-bottom: 15px;
font-size: 12px;
}
.responsive .anchor_nav_area.ranking_navigation .flex_wrap .wrapped_item, .wide_layout .layout_2_col .anchor_nav_area.ranking_navigation .flex_wrap .wrapped_item {
width: calc(100%/3);
}
.ranking_navigation .nav_btn, .ranking_navigation .nav_btn.nav_on {
padding: 15px 0px;
margin: 0px;
border: none;
border-bottom: 3px solid #000000;
background-color: transparent;
position: relative;
}
.ranking_navigation .nav_btn.nav_on {
border-bottom: 3px solid #FED500;
}
.ranking_navigation .nav_btn::after {
width: 1px;
height: 20px;
content: "";
position: absolute;
right: 0px;
top: 50%;
transform: translateY(-50%);
display: inline-block;
background-color: #E4E4E4;
}
.ranking_navigation .wrapped_item:nth-child(3n) .nav_btn::after, .ranking_navigation .wrapped_item:last-child .nav_btn::after {
width: 0px;
height: 0px;
background-color: transparent;
}
.use_hover .ranking_navigation .nav_btn:hover {
border: none;
border-bottom: 3px solid #000000;
background-color: #F5F5F5;
color: #000000;
}
.use_hover .ranking_navigation .nav_btn.nav_on:hover {
border-bottom: 3px solid #FED500;
background-color: transparent;
}
.layout_photo .item_rankno {
margin: 0px;
padding: 0px;
position: relative;
}
.rankno, .item_data .rankno1 {
font-size: 35px;
left: 0px;
top: -20px;
min-width: inherit;
height: auto;
line-height: 50px;
font-weight: 600;
color: #000000;
background-color: transparent;
position: absolute;
z-index: 1;
}
.ranking_page_body .text_layout_img80 .list_item_photo {
position: relative;
}
.item_data .rankno1, .ranking_page_body .text_layout_img80 .rankno1 {
color: #FED500;
}
.item_data .rankno2, .ranking_page_body .text_layout_img80 .rankno2 {
color: #949494;
}
.item_data .rankno3, .ranking_page_body .text_layout_img80 .rankno3 {
color: #9B4646;
}
.ranking_page_body .itemlist_box .list_item_cell {
padding-bottom: 20px;
}
.related_item_by_ranking_contents .slide_item_cell {
padding-top: 15px;
}
/* インストック紹介 */
.introarea .inner_mainarea {
flex-direction: column;
}
.intro_left {
width: 100%;
}
.intro_right {
width: 100%;
}
.inner_intro_left {
padding: 0px 15px;
position: relative;
}
.intro_logo {
padding-top: 30px;
}
.intro_ttl_en {
font-size: 16px;
font-weight: 600;
padding: 15px 0px;
}
.intro_copy {
font-size: 26px;
font-weight: 900;
line-height: 1.3;
padding: 5px 0px 0px;
}
.intro_desc {
padding: 15px 0px 0px 15px;
font-size: 12px;
margin: 0px;
font-weight: 500;
}
.intro_img {
position: static;
text-align: right;
}
.intro_img img {
max-width: 350px;
width: 100%;
}
.inner_intro_right {
padding: 15px;
flex-wrap: wrap;
background-color: #F5F5F5;
}
.introbox {
padding: 10px;
width: 100%;
text-align: center;
position: relative;
}
.inner_introbox {
padding: 20px 10px 10px;
font-size: 12px;
font-weight: 600;
background-color: #FFFFFF;
border-radius: 10px;
height: 100%;
}
.intro_num {
font-size: 16px;
left: 0px;
top: 15px;
position: absolute;
}
.intro_num span {
font-size: 170%;
font-weight: 600;
display: inline-block;
padding-left: 2px;
line-height: 1;
}
.intro_icon img {
max-width: 50px;
}
.intro_boxttl {
padding: 10px 0px;
font-size: 130%;
font-weight: 700;
line-height: 1.5;
}
.intro_boxtxt {
text-align: left;
}
.intro_emp {
padding-top: 10px;
text-align: center;
}
.intro_emp span {
padding: 10px 15px;
display: inline-block;
background-color: #FED500;
font-weight: 700;
}
/* 最近チェックしたアイテム */
.main_box.recently {
padding: 30px 0px;
}
.recently .section_title h2 {
padding-left: 0px;
padding-right: 0px;
text-align: center;
}
.swipe_list .pointer_box span.pointer_prev, .swiper-button-prev {
background-image: url(image/toppage/icon_prev.png);
background-size: 15px 24px;
}
.swipe_list .pointer_box span.pointer_next, .swiper-button-next {
background-image: url(image/toppage/icon_next.png);
background-size: 15px 24px;
}
.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: none;
}
.slider_box .swiper-pagination-bullet, .swipe_list .pointer span {
border: 1px solid #000000;
}
.slider_box .swiper-pagination-bullet-active, .swipe_list .pointer span.current {
background-color: #FED500;
border: 1px solid #000000;
}
.recently .recently_reset {
top: -10px;
}
.recently .recently_reset A.general_btn {
border: 1px solid #000000;
border-radius: 0px;
padding: 5px;
}
/* フッター */
.footer_area {
background-color: #000000;
}
.footer_area A {
color: #000000;
}
.use_hover .footer_area .nav_btn:hover {
color: #FED500;
background-color: transparent;
}
.footer_area.min_footer A {
color: #FFFFFF;
}
.use_hover .footer_area.min_footer A:hover {
color: #FFFFFF;
opacity: 0.8;
}
.footerbox {
padding-top: 30px;
background-color: #000000;
}
.inner_footerbox {
max-width: 1400px;
margin: 0px auto;
text-align: center;
}
.footer_recently {
max-width: 100%;
text-align: center;
background-color: #F5F5F5;
}
.footer_recently .ajax_item {
max-width: 1400px;
margin: 0px auto;
}
.footerbox A {
color: #FFFFFF;
}
.use_hover .footerbox A:hover {
color: #FED500;
}
.footer_logo A {
display: inline-block;
transition: 0s;
opacity: 1;
}
.use_hover .footer_logo A:hover, .use_hover .footer_logo A:hover img {
transition: 0s;
opacity: 1;
}
.footer_navigation {
padding: 20px;
}
.footer_nav {
background-color: #000000;
}
.inner_footer_nav {
padding-bottom: 30px;
justify-content: flex-start;
}
.wide_layout .footer_nav .inner_footer_nav .footer_nav_item {
width: 50%;
border-bottom: 1px solid #333333;
border-right: 1px solid #333333;
}
.wide_layout .footer_nav .inner_footer_nav .footer_nav_item:nth-child(-n+2) {
border-top: 1px solid #333333;
}
.wide_layout .footer_nav .inner_footer_nav .footer_nav_item:nth-child(even) {
border-right: none;
}
.footer_nav_item .nav_btn {
padding: 10px 5px;
border-bottom: none;
color: #FFFFFF;
}
.footer_nav_item .nav_btn .fa {
width: 0px;
margin: 0px;
}
.footer_nav_item .nav_btn .fa::before {
content: "";
}
.footer_navigation .inner_navigation {
justify-content: center;
}
.footernav_list {
width: auto;
max-width: 600px;
list-style: none;
padding: 0px;
margin: 0px auto;
justify-content: center;
flex-wrap: wrap;
padding-bottom: 15px;
}
.footernav_item {
width: 100%;
padding: 10px;
}
.footer_nav_item .fa.fa-chevron-right {
right: 15px;
top: 50%;
transform: translateY(-50%);
}
.use_hover .footer_nav_item .nav_btn:hover .fa.fa-chevron-right {
transform: translate(2px, -50%);
}
.footer_nav_item .fa.fa-chevron-right::before {
filter: invert(100%);
}
#footer {
background-color: #000000;
color: #FFFFFF;
}
@media screen and (max-width: 979px) {
/* ヘッダー */
.site_header {
align-items: center;
display: flex;
height: 100%;
opacity: 0;
padding: 0;
position: fixed;
visibility: hidden;
width: 100%;
z-index: 11;
transition: .5s;
background-color: #FFFFFF;
top: 0px;
left: 0px;
}
.site_header.open {
opacity: 1;
visibility: visible;
overflow-y: scroll;
height: 100%;
}
.sp_menu {
display: block;
position: absolute;
top: 40px;
right: 10px;
width: 25px;
height: 25px;
margin: 0 auto;
cursor: pointer;
transition: .5s;
z-index: 9999;
}
.sp_menu.active {
top: -15px;
}
.sp_menu .bar {
display: inline-block;
width: 25px;
height: 2px;
background-color: #000;
position: absolute;
left: 0;
transition: .25s ease-in-out;
}
#bar01 {top: 0;}
#bar02 {top: 9px;}
#bar03 {top: 18px;}
.active .bar {
background-color: #000;
}
.active #bar01 {
top: 10px;
transform: rotate(45deg);
}
.active #bar02 {width: 0;}
.active #bar03 {
top: 10px;
transform: rotate(135deg);
}
#globalnav {
width: 100%;
position: absolute;
top: 0px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
padding: 10px 20px;
}
.globalnavbtn {
width: 100%;
max-width: inherit;
}
.btn_menu {
margin-bottom: 15px;
background-color: #FFF;
}
.globalnavlink {
position: relative;
cursor: pointer;
text-align: center;
line-height: 1.4;
background-color: #EFEFEF;
}
.btn_menu1 .globalnavlink, .btn_menu2 .globalnavlink {
padding-top: 20px;
}
.globalnavlink .fa {
display: none;
}
.dropdwn_menu {
display: block!important;
width: auto!important;
position: relative!important;
padding-bottom: 0px;
}
.dropdwn_menu .subnavbtn A:hover {
border-bottom: none;
}
.dropdwn_menu {
padding: 0px;
}
.btn_menu .subnavbox {
opacity: 0;
transition: .3s;
height: 0px;
overflow: hidden;
margin: 0 10px;
}
.btn_menu .is-active .subnavbox {
opacity: 1;
transition: .3s;
height: auto;
overflow: visible;
padding: 0px 20px 20px;
margin: 0px;
}
}
@media screen and (max-width: 839px) {
/* サイドメニュー */
#left_side_col {
display: none;
}
}
@media screen and (max-width: 699px) {
.btn_menu .is-active .subnavbox {
padding: 0px 15px 15px;
}
}
@media screen and (max-width: 499px) {
.responsive .whatnew .item_list.layout_list_column .list_item_cell {
width: 50%;
}
.responsive .whatnew .item_list.layout_list_column .list_item_cell img {
width: 100%;
}
.responsive #container .whatnew .item_list.layout_list_column .list_item_box {
padding: 15px;
}
.whatnew .layout200_column_text .list_item_photo {
max-width: 100%;
min-width: 100%;
width: 100%;
}
/* ヘッダー */
#globalnav {
padding: 10px;
}
.sp_menu {
top: 30px;
}
.btn_menu .is-active .subnavbox {
padding: 10px;
}
.categoryarea_top .category_left {
padding: 15px 50px 15px 10px;
}
.categoryarea_bottom .category_left {
font-size: 10px;
}
.categoryarea_bottom .category_name {
left: 10px;
}
}
@media screen and (max-width: 399px) {
/* ヘッダー */
.subnavbtn .category_left {
font-size: 10px;
padding: 15px 0px 15px 10px;
}
.sp_menu {
width: 20px;
height: 20px;
}
.sp_menu .bar {
width: 20px;
}
#bar02 {
top: 7px;
}
#bar03 {
top: 14px;
}
.categoryarea_bottom .category_name {
padding-right: 15px;
}
}
@media screen and (min-width: 400px) {
/* ヘッダー */
.header_logo img {
max-width: 150px;
}
.logo_copy {
font-size: 12px;
}
A.navbtn {
width: 40px;
height: 40px;
}
.header_right {
padding-right: 50px;
}
/* 商品検索 */
.header_global_nav .g_search {
top: 45px;
right: 155px;
}
.global_nav_item.g_search .nav_btn {
width: 40px;
height: 40px;
}
/* メーカー一覧 */
.category_tab_list {
padding: 0px 0px 30px;
}
.category_racket_area .category_tab_item {
width: calc(100%/5);
}
.category_rubber_area .category_tab_item {
width: calc(100%/5);
}
.category_tab_item A {
height: 70px;
}
/* カテゴリ一覧 */
.categoryarea_top .category_left {
padding: 25px 70px 15px 15px;
}
/* インストック紹介 */
.introbox {
width: 50%;
}
/* 最近チェックしたアイテム */
.recently .recently_reset {
top: 50%;
}
.recently .recently_reset A.general_btn {
padding: 10px;
}
}
@media screen and (min-width: 450px) {
/* メーカー一覧 */
.wide_layout .subnavbtn .manufacturer_list .column1 .advanced_flex_wrap .wrapped_item {
width: calc(100%/3);
}
/* カテゴリ一覧 */
.category_name_ja {
font-size: 130%;
}
}
@media screen and (min-width: 500px) {
.main_box {
padding-bottom: 50px;
}
.main_box h2 {
font-size: 18px;
}
.main_box h2::before {
font-size: 30px;
}
.responsive .copy {
font-size: 14px;
padding: 10px;
}
.cp_postage {
padding-right: 15px;
margin-right: 15px;
}
.cp_postage img {
max-width: 30px;
margin-right: 10px;
}
/* ヘッダー */
.inner_header_area {
height: 100px;
}
/* 商品検索 */
.global_nav_item.g_search {
display: none;
}
.search_bar .search {
display: none;
}
.min_header .search_bar .search {
display: block;
}
.searchbar {
display: block;
}
/* メーカー一覧 */
.category_tab_area {
padding: 10px 20px 20px;
}
.wide_layout .layout_2_col .category_tab_area .custom_nav_link.column2 .advanced_flex_wrap .wrapped_item, .manufacturer_box .manufacturer_list .column1 .advanced_flex_wrap .wrapped_item {
padding: 5px 10px;
}
.category_tab_area .custom_nav_link .inner_main_nav .nav_btn {
background-size: 174px;
background-position: top center;
}
/* バナー */
.banner_text {
font-size: 90%;
padding-top: 5px;
letter-spacing: 1px;
}
/* カテゴリ一覧 */
.category_left {
font-size: 14px;
}
.categoryarea_top .category_left {
padding: 25px 100px 25px 25px;
}
.categoryarea_bottom {
left: 25px;
}
.category_name_ja {
font-size: 150%;
}
.categoryarea_bottom .category_name_ja {
font-size: 100%;
}
.category_right {
width: 60%;
}
.categoryimage img {
height: 270px;
}
.categoryarea_bottom .categoryimage img {
height: 150px;
}
.categorybox {
padding: 10px;
}
/* ランキング */
.anchor_nav_area.ranking_navigation {
padding-bottom: 30px;
font-size: 14px;
}
/* インストック紹介 */
.intro_copy {
font-size: 35px;
padding: 20px 230px 10px 0px;
}
.intro_desc {
padding: 20px 0px 20px 20px;
font-size: 14px;
}
.intro_img {
position: absolute;
right: 0px;
top: -20px;
z-index: -1;
}
.inner_introbox {
font-size: 13px;
padding: 20px 15px;
}
.intro_num span {
font-size: 200%;
padding-left: 5px;
}
/* 最近チェックしたアイテム */
.main_box.recently {
padding: 50px 0px;
}
/* フッター */
.inner_footer_nav {
justify-content: center;
}
.footerbox {
padding-top: 50px;
}
.footer_nav_item .nav_btn {
padding: 5px;
}
.wide_layout .footer_nav .inner_footer_nav .footer_nav_item {
width: auto;
margin: 10px;
border: none;
}
.wide_layout .footer_nav .inner_footer_nav .footer_nav_item:nth-child(-n+2) {
border-top: none;
}
.footernav_list {
border-bottom: 1px solid #333333;
padding-bottom: 0px;
}
.footer_nav_item .fa.fa-chevron-right {
display: none;
}
}
@media screen and (min-width: 600px) {
/* ヘッダー */
.subnavbtn .category_left {
/*width: 40%;*/
}
.subnavbtn .category_right {
/*width: 60%;*/
}
.other_navigation A {
font-size: 14px;
}
/* 商品検索 */
.searchbar input[type=search] {
width: 130px;
}
/* メーカー一覧 */
.subnavbtn .manufacturer_list .inner_main_nav .nav_btn {
background-size: 150px;
}
.wide_layout .layout_2_col .category_tab_area .custom_nav_link.column2 .advanced_flex_wrap .wrapped_item, .manufacturer_box .manufacturer_list .column1 .advanced_flex_wrap .wrapped_item {
width: calc(100%/3);
}
.category_tab_item A {
font-size: 12px;
padding: 0px 10px;
}
/* ランキング */
.rankno, .item_data .rankno1 {
font-size: 50px;
}
.ranking_page_body .text_layout_img80 .rankno, .ranking_page_body .text_layout_img80 .item_data .rankno1 {
font-size: 40px;
}
/* インストック紹介 */
.inner_intro_right {
padding: 30px;
}
.intro_num {
font-size: 20px;
}
.intro_icon img {
max-width: 70px;
}
/* フッター */
.footernav_item {
width: auto;
}
}
@media screen and (min-width: 700px) {
/* バナー */
.column2_item {
padding: 15px;
}
.banner_text {
padding-top: 10px;
}
/* カテゴリ一覧 */
.categoryarea_bottom .categorybox {
width: 50%;
}
.category_left {
/*width: 50%;*/
}
.category_right {
width: 50%;
}
/* インストック紹介 */
.intro_img {
top: -50px;
}
.intro_img img {
max-width: 405px;
}
/* フッター */
.footernav_item {
padding: 20px;
}
}
@media screen and (min-width: 840px) {
.column_layout .side_col {
padding-top: 50px;
}
.column_layout .has_left_side_menu .layout_2_col #main_container {
padding-left: 50px;
padding-top: 50px;
}
/* メーカー一覧 */
.wide_layout .subnavbtn .manufacturer_list .column1 .advanced_flex_wrap .wrapped_item {
width: calc(100%/4);
padding: 10px;
}
.subnavbtn .manufacturer_list .inner_main_nav .nav_btn, .manufacturer_list .inner_main_nav .nav_btn {
background-size: 174px;
}
.wide_layout .layout_2_col .category_tab_area .custom_nav_link.column2 .advanced_flex_wrap .wrapped_item, .manufacturer_box .manufacturer_list .column1 .advanced_flex_wrap .wrapped_item {
width: calc(100%/2);
}
/* カテゴリ一覧 */
.category_right {
width: 60%;
}
/* インストック紹介 */
.intro_img img {
max-width: 350px;
}
}
@media screen and (min-width: 980px) {
.main_box {
padding-bottom: 80px;
}
.main_box h2 {
font-size: 16px;
padding-bottom: 30px;
}
.main_box h2::before {
font-size: 35px;
}
/* ヘッダー */
.inner_header_area {
height: 120px;
}
.globalnavbtn {
border-right: 1px solid #E0DFE3;
}
.dropdwn_menu {
top: 120px;
position: absolute;
left: 0px;
z-index: 11;
}
.header_right {
padding-right: 0px;
padding-bottom: 35px;
}
.header_right_top {
padding-bottom: 10px;
border-bottom: 1px solid #E4E4E4;
}
.inner_other_navigation {
position: absolute;
right: 0px;
bottom: 15px;
}
.categoryarea_top .categorybox {
width: 50%;
}
.categoryarea_top .category_left {
padding: 25px 50px 25px 25px;
}
/* インストック紹介 */
.intro_img img {
max-width: 405px;
}
}
@media screen and (min-width: 1000px) {
/* メーカー一覧 */
.wide_layout .subnavbtn .manufacturer_list .column1 .advanced_flex_wrap .wrapped_item {
width: calc(100%/5);
}
.wide_layout .layout_2_col .category_tab_area .custom_nav_link.column2 .advanced_flex_wrap .wrapped_item, .manufacturer_box .manufacturer_list .column1 .advanced_flex_wrap .wrapped_item {
width: calc(100%/3);
}
.category_tab_item A {
font-size: 14px;
}
}
@media screen and (min-width: 1050px) {
/* ヘッダー */
.globalnavlink {
padding: 10px 20px;
}
}
@media screen and (min-width: 1100px) {
/* ランキング */
.responsive .anchor_nav_area.ranking_navigation .flex_wrap .wrapped_item, .wide_layout .layout_2_col .anchor_nav_area.ranking_navigation .flex_wrap .wrapped_item {
width: calc(100%/6);
}
.ranking_navigation .wrapped_item:nth-child(3n) .nav_btn::after {
width: 1px;
height: 20px;
content: "";
position: absolute;
right: 0px;
top: 50%;
transform: translateY(-50%);
display: inline-block;
background-color: #E4E4E4;
}
/* インストック紹介 */
.introarea {
background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 25%, #F5F5F5 25%, #F5F5F5 100%);
}
.introarea .inner_mainarea {
flex-direction: row;
}
.intro_left {
width: 30%;
}
.intro_right {
width: 70%;
}
.inner_intro_left {
padding-left: 0px;
}
.intro_copy {
padding: 20px 0px 10px;
}
.intro_img {
position: static;
}
.inner_intro_right {
background-color: transparent;
}
}
@media screen and (min-width: 1200px) {
.large_product_info_wrapper {
flex-direction: row;
}
.large_product_info_box {
flex: 1;
}
.main_photo_slide {
padding: 0px 55px;
}
/* ヘッダー */
.inner_header_area {
height: 150px;
}
.header_logo img {
max-width: 174px;
}
.logo_copy {
font-size: 14px;
}
.globalnavlink {
font-size: 16px;
padding: 10px 25px;
}
.dropdwn_menu {
top: 150px;
}
.header_right_top {
padding-bottom: 15px;
}
.inner_other_navigation {
bottom: 25px;
}
.other_navigation_item {
padding: 0px 15px;
}
/* 商品検索 */
.searchbar input[type=search] {
width: 150px;
}
/* メーカー一覧 */
.wide_layout .layout_2_col .category_tab_area .custom_nav_link.column2 .advanced_flex_wrap .wrapped_item, .manufacturer_box .manufacturer_list .column1 .advanced_flex_wrap .wrapped_item {
width: calc(100%/5);
}
/* バナー */
.column2_item {
padding: 25px;
}
.banner_text {
font-size: 100%;
}
/* カテゴリ一覧 */
.categoryarea_bottom .categorybox {
width: 25%;
}
.category_left {
width: 100%;
}
.category_right {
width: 50%;
}
.categoryimage img {
height: 300px;
}
.categoryarea_bottom .categoryimage img {
height: 150px;
}
.categoryarea_top .category_left {
padding: 25px 80px 25px 25px;
}
}
@media screen and (min-width: 1300px) {
/* ヘッダー */
.globalnavlink {
padding: 10px 30px;
}
/* メーカー一覧 */
.wide_layout .subnavbtn .manufacturer_list .column1 .advanced_flex_wrap .wrapped_item {
width: calc(100%/6);
}
/* インストック紹介 */
.intro_left {
width: 40%;
}
.intro_right {
width: 60%;
}
.inner_introbox {
padding: 30px 20px;
font-size: 14px;
}
}
@media screen and (min-width: 1400px) {
.wide_layout .fixed_corner_box .fixed_corner_button {
right: 30px;
}
/* ヘッダー */
#globalnav {
padding-left: 30px;
}
.globalnavbtn {
width: auto;
}
.globalnavlink {
padding: 10px 40px;
}
}
@media screen and (min-width: 1420px) {
/* ヘッダー */
.inner_other_navigation {
right: calc((100% - 1400px) / 2);
}
}
.custom_nav_link .nav_btn[href*="product-list/6"],
.custom_nav_link .nav_btn[href*="product-list/2"] {
background-image: url(image/toppage/manufacturer/butterfly.jpg);
}
.custom_nav_link .nav_btn[href*="product-list/7"],
.custom_nav_link .nav_btn[href*="product-list/3"] {
background-image: url(image/toppage/manufacturer/nittaku.jpg);
}
.custom_nav_link .nav_btn[href*="product-list/8"],
.custom_nav_link .nav_btn[href*="product-list/4"] {
background-image: url(image/toppage/manufacturer/yasaka.jpg);
}
.custom_nav_link .nav_btn[href*="product-list/9"] {
background-image: url(image/toppage/manufacturer/victas.jpg);
}
.custom_nav_link .nav_btn[href*="product-list/10"] {
background-image: url(image/toppage/manufacturer/darker.jpg);
}
/*バタフライ*/
.custom_nav_link .nav_btn[href*="product-group/18"],
.custom_nav_link .nav_btn[href*="product-list/21"],
.custom_nav_link .nav_btn[href*="product-list/43"],
.custom_nav_link .nav_btn[href*="product-list/49"],
.custom_nav_link .nav_btn[href*="product-list/50"] {
background-image: url(image/toppage/manufacturer/butterfly.jpg);
}
/*ニッタク*/
.custom_nav_link .nav_btn[href*="product-group/16"],
.custom_nav_link .nav_btn[href*="product-list/22"],
.custom_nav_link .nav_btn[href*="product-list/44"],
.custom_nav_link .nav_btn[href*="product-list/60"],
.custom_nav_link .nav_btn[href*="product-list/62"],
.custom_nav_link .nav_btn[href*="product-list/61"] {
background-image: url(image/toppage/manufacturer/nittaku.jpg);
}
/*ヤサカ*/
.custom_nav_link .nav_btn[href*="product-group/17"],
.custom_nav_link .nav_btn[href*="product-list/23"],
.custom_nav_link .nav_btn[href*="product-list/45"],
.custom_nav_link .nav_btn[href*="product-list/65"],
.custom_nav_link .nav_btn[href*="product-list/74"],
.custom_nav_link .nav_btn[href*="product-list/77"] {
background-image: url(image/toppage/manufacturer/yasaka.jpg);
}
/*ヴィクタス*/
.custom_nav_link .nav_btn[href*="product-group/19"],
.custom_nav_link .nav_btn[href*="product-list/24"],
.custom_nav_link .nav_btn[href*="product-list/33"],
.custom_nav_link .nav_btn[href*="product-list/51"],
.custom_nav_link .nav_btn[href*="product-list/66"],
.custom_nav_link .nav_btn[href*="product-list/76"] {
background-image: url(image/toppage/manufacturer/victas.jpg);
}
/*ダーカー*/
.custom_nav_link .nav_btn[href*="product-group/20"],
.custom_nav_link .nav_btn[href*="product-list/25"] {
background-image: url(image/toppage/manufacturer/darker.jpg);
}
/*ヨーラ*/
.custom_nav_link .nav_btn[href*="product-group/21"],
.custom_nav_link .nav_btn[href*="product-list/11"],
.custom_nav_link .nav_btn[href*="product-list/26"],
.custom_nav_link .nav_btn[href*="product-list/34"],
.custom_nav_link .nav_btn[href*="product-list/52"],
.custom_nav_link .nav_btn[href*="product-list/67"],
.custom_nav_link .nav_btn[href*="product-list/78"] {
background-image: url(image/toppage/manufacturer/joola.jpg);
}
/*スティガ*/
.custom_nav_link .nav_btn[href*="product-group/22"],
.custom_nav_link .nav_btn[href*="product-list/12"],
.custom_nav_link .nav_btn[href*="product-list/27"],
.custom_nav_link .nav_btn[href*="product-list/35"],
.custom_nav_link .nav_btn[href*="product-list/53"],
.custom_nav_link .nav_btn[href*="product-list/68"],
.custom_nav_link .nav_btn[href*="product-list/79"] {
background-image: url(image/toppage/manufacturer/stiga.jpg);
}
/*ジュウィック*/
.custom_nav_link .nav_btn[href*="product-group/23"],
.custom_nav_link .nav_btn[href*="product-list/13"],
.custom_nav_link .nav_btn[href*="product-list/28"],
.custom_nav_link .nav_btn[href*="product-list/36"],
.custom_nav_link .nav_btn[href*="product-list/54"],
.custom_nav_link .nav_btn[href*="product-list/69"],
.custom_nav_link .nav_btn[href*="product-list/75"],
.custom_nav_link .nav_btn[href*="product-list/80"] {
background-image: url(image/toppage/manufacturer/juic.jpg);
}
/*アンドロ*/
.custom_nav_link .nav_btn[href*="product-group/25"],
.custom_nav_link .nav_btn[href*="product-list/14"],
.custom_nav_link .nav_btn[href*="product-list/29"],
.custom_nav_link .nav_btn[href*="product-list/37"],
.custom_nav_link .nav_btn[href*="product-list/55"],
.custom_nav_link .nav_btn[href*="product-list/70"] {
background-image: url(image/toppage/manufacturer/andro.jpg);
}
/*ティバー*/
.custom_nav_link .nav_btn[href*="product-group/26"],
.custom_nav_link .nav_btn[href*="product-list/15"],
.custom_nav_link .nav_btn[href*="product-list/30"],
.custom_nav_link .nav_btn[href*="product-list/38"],
.custom_nav_link .nav_btn[href*="product-list/56"],
.custom_nav_link .nav_btn[href*="product-list/71"],
.custom_nav_link .nav_btn[href*="product-list/81"] {
background-image: url(image/toppage/manufacturer/tibhar.jpg);
}
/*アームストロング*/
.custom_nav_link .nav_btn[href*="product-group/27"],
.custom_nav_link .nav_btn[href*="product-list/16"],
.custom_nav_link .nav_btn[href*="product-list/39"],
.custom_nav_link .nav_btn[href*="product-list/57"],
.custom_nav_link .nav_btn[href*="product-list/72"],
.custom_nav_link .nav_btn[href*="product-list/84"],
.custom_nav_link .nav_btn[href*="product-list/82"] {
background-image: url(image/toppage/manufacturer/armstrong.jpg);
}
/*エクシオン*/
.custom_nav_link .nav_btn[href*="product-group/28"],
.custom_nav_link .nav_btn[href*="product-list/17"],
.custom_nav_link .nav_btn[href*="product-list/31"],
.custom_nav_link .nav_btn[href*="product-list/40"],
.custom_nav_link .nav_btn[href*="product-list/58"] {
background-image: url(image/toppage/manufacturer/xiom.jpg);
}
/*ドニック*/
.custom_nav_link .nav_btn[href*="product-group/29"],
.custom_nav_link .nav_btn[href*="product-list/18"],
.custom_nav_link .nav_btn[href*="product-list/32"],
.custom_nav_link .nav_btn[href*="product-list/41"],
.custom_nav_link .nav_btn[href*="product-list/59"],
.custom_nav_link .nav_btn[href*="product-list/73"],
.custom_nav_link .nav_btn[href*="product-list/83"] {
background-image: url(image/toppage/manufacturer/donic.jpg);
}
/* ザワールドコネクト */
.custom_nav_link .nav_btn[href*="product-list/86"],
.custom_nav_link .nav_btn[href*="product-list/90"],
.custom_nav_link .nav_btn[href*="product-group/31"] {
background-image: url(image/toppage/manufacturer/theworldconnect.jpg)
}
.model_number {
display: block;
}
.top_page_body .model_number {
display: none;
}
.categorylist_page_body .model_number {
display: none;
}
.pickuplist_page_body .model_number {
display: none;
}


/* # =================================================================
# 
# ↑　おちゃのこネットデザイン作成プラン　↑
#             2024.03.27 upload
# 
# ================================================================= */









