@charset "utf-8";

/************************************************
 import css
************************************************ */

/* PC・SPのフロントの帯非表示 */
.env_message{
display:none;
}



/**ヘッダー*/
#header_wrap {
    background: linear-gradient(90deg, #FFF 20%, #daf5fe 45%, #daf5fe ) fixed;
    position: fixed;
    z-index: 10000;
    /* margin-top: -33px; */
    width: 100%;
}
#header_login_area p.btn {
    margin-bottom: 0px;
}
#header {
    max-width: 1200px;
}
#logo_area {
    margin-right: 0;
    margin-top: 0;
    width: 52%;
}
#header_utility {
    float: right;
    width: 30%;
}
#logo_area img {
    width: auto;
    max-height: 112px;
}
#header_login_area {
    padding: 0px;
    height: 36%;
}
#header_login_area .layout_left {
    float: right;
    display: inline-flex;
    margin: 14px -5px 0 28px;
}
.entry_btn, .login_btn, .cart_btn {
    margin: 0 5px;
}

.entry_btn a, .login_btn a {
    background: #fff none repeat scroll 0% 0%;
    color: var(--char-color);
    border: solid 2px #2b3c82;
    color: #2b3c82;
    width: 100px;
    height: 25px;
    display: inline-block;
    line-height: 1.8em;
    border-radius: 4px;
}
/**10/23追記*/
#header_login_area p.btn input, #header_login_area div.btn a {
    background: #fff none repeat scroll 0% 0%;
    border: solid 2px #2b3c82;
    color: #2b3c82;
    width: 100px;
    height: 25px;
    display: inline-block;
    line-height: 1.8em;
    border-radius: 4px;
    margin-right: 10px;
}
#header_login_area p.btn.logout_btn input {
    color: #2b3c82;
}
/**/
.cart_btn a{
    background: #2b3c82 none repeat scroll 0% 0%;
    color: #fff;
    border: solid 2px #2b3c82;
    width: 100px;
    height: 25px;
    line-height: 2.2em;
    border-radius: 4px;
    padding: 0;
    line-height: 1.8em;
    margin-top: 10px;
}
.tel_mail {
    display:flex;
    float: right;
    height: 63%;
    margin-right: -5px;
}
.mailbox img {
    width: 100%;
    float: right;
}
.telbox img {
    width: 100%;
    float: right;
    margin-right: -10px;
}
/**TOPメガメニュー*/
* {
    box-sizing: border-box;
}

.menu-container {
    margin: 0 auto;
    background: #fff;
    text-align: center;
    width: 100%;
    height: 55px;
}


.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    content: "\f0c9";
    font-family: "FontAwesome";
    font-size: 1.7rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
}

.menu-dropdown-icon:before {
    content: "\f067";
    font-family: "FontAwesome";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1em;
    background: #fff;
    color: #333;
}

.menu > ul {
    margin: 0 auto;
    max-width: 1200px;
    height: 25px;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    background: #fff;
    padding: 0;
    margin: 0;
    height: 25px;
    border-left: 1px solid #2b3c82;
    width: 230px;
}
.menu > ul > li:first-child {
    border: none;
}
.menu > ul > li a {
    text-decoration: none;
    padding: 0.2em 3em;
    display: block;
}

.menu > ul > li:hover {
    background: #fff;
}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #fff;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 20%;
    background: none;
    float: left;
}

.menu > ul > li > ul > li a {
    text-align: left;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}
.menu-container ul li a, .menu-container ul li a:link, .menu-container ul li a:visited, .menu-container ul li a:link:hover, .menu-container ul li a[href]:hover {
    color: #2b3c82;
}
/**TOPレフトナビ*/
#leftcolumn {
    width: 200px;
    margin-left: 20px;
}
input.box140 {
    width: 175px;
}
select.box145 {
    width: 175px;
    box-sizing: border-box;
}
.side_column .block_body {
    border: none;
}
#calender_area table .month {
    background: #f0f0f0;
    color: #000;
}
#login_area h2, #search_area h2, #calender_area h2, #cart_area h2, #cart h2, #category_area h2 {
    background-color: #2199e7;
    color: #fff;
}
.btn input {
    background: #2b3c82;
    color: #fff;
}
.cp_menu {
	max-width: 200px;
	margin: 0 auto;
	padding: 0;
}
.cp_menu a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #000000;
	line-height: 1;
}
.cp_menu label {
	display: block;
	position: relative;
	margin: 0 0 2px 0;
	padding: 12px;
	line-height: 1;
	color: #000;
	background: #fff;
	cursor: pointer;
}
.cp_menu label::before {
	position: absolute;
	content: '▼';
	color: #ccc;
	right: 0.5em;
	top: 25%;
}
.cp_menu input {
	display: none;
}
.cp_menu ul {
	margin: 0;
	padding: 0;
	background: #fff;
	list-style: none;
}
.cp_menu li {
	overflow-y: hidden;
	max-height: 0;
	transition: all 0.5s;
}
.cp_menu li a {
        border-bottom: dotted 1px var(--base-line-color);
}
/*リストが増えたらULごとに追加してください*/
#cp_menu_bar1:checked ~ #link1 li,
#cp_menu_bar2:checked ~ #link2 li,
#cp_menu_bar3:checked ~ #link3 li,
#cp_menu_bar4:checked ~ #link4 li {
	max-height: 46px;
	opacity: 1;
}
/**TOPメイン*/
.LC_Page_Index #container {
    width: 100%;
    max-width: 1200px;
    min-width: 980px;
}
#news_area .news_contents {
    width: 100%;
}
.top_page #recommend_brand h2, .top_page #new_item h2,
#new_item2 h2, #pickup_brand h2 {
    text-align :left;
    float: left;
    color: #2799e0;
    font-size: 45px;
    line-height: 0.2em;
    padding: 0px 0px 5px 0px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 15px;
    border-bottom: none;
}
.top_page #new_item ul li p {
    font-size: 100%;
    border-bottom: none;
    text-align: left;
}
.top_page #new_item p, .top_page #recommend_brand p,
 #new_item2 p.sab,
#pickup_brand p{
    text-align: right;
    line-height: 1.5em;
    border-bottom: 1px solid #2799e0;
    font-size: 170%;
    margin-bottom: 10px;
}

.top_page #new_item {
    width: 100%;
}
.top_page #new_item ul {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}
.top_page #new_item ul li {
    margin: 2% 1%;
    width: 23%;
    float: left;
    padding: 0;
        display: raw;
        list-style: none;
    }
.top_page #new_item ul li a img {
    width: 100%;
}
.top_page #new_item ul li:nth-child(4n) {
    margin-right: 0;
}


a.newitem_btn{
    background: #2b3c82 none repeat scroll 0% 0%;
    color: var(--char-color);
    float: right;
    width: 30%;
    height: 8%;
    border-radius: 4px;
    padding: 12px;
    text-align: center;
    font-size: 150%;
}
/**NEW非表示の時は無し
.top_page #recommend_brand, #pickup_brand {
    margin-top: 170px;
}
**/
.top_page #recommend_item {
    margin-top: -30px;
}
.top_page #recommend_brand ul li {
    margin: 2% 2% 0 0;
    width: 32%;
    float: left;
}
.top_page #contact, #maker_ichiran {
    margin-top: 70px;
}
.top_page #contact img, #maker_ichiran img{
     width: 100%;
}
div#maker_ichiran {
    margin-bottom: 40px;
}

/**TOPスライダー位置微調整*/
#main_slide_image.design-style {
    margin-top: 200px;
    margin-bottom: -100px;
    width: 1200px;
    overflow: hidden;
    margin-left: 0;
}
/**フッター*/
.base_design #footer_company {
    background: #2b3c82;
    color: #fff;
}
.base_design #footer_company .company_link_group ul li a {
    font-size: 100%;
    color: #fff;
}
.base_design #footer_company .company_link_group {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.base_design #footer_company .company_link_group ul {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    list-style: none;
}
.base_design #footer_company .company_link_group ul li {
    display: inline-block;
}
.base_design #footer_company .company_link_group ul > li:before {
    content: "/";
    display: inline-block;
    margin: 0 1.5em;
    vertical-align: middle;
}
.base_design #footer_company .company_link_group ul > li:first-child:before {
  display: none;
}
.base_design #copyright {
    width: 100%;
    font-size: 9px;
    line-height: 1.5;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background-color: #2b3c82;
    padding-bottom: 30px;
}
.base_design #footer_company .company_link_group {
    margin-top: 30px;
}
.base_design #copyright {
    font-size: 11px;
    line-height: 2;
}
/**他ページ上部位置調整*/
#main_column.colnum2.right {
    float: right;
}
#main_column.colnum1 {
    margin-top: 150px;
}
.plg_Raku2_LC_Page_Products_List #main_column.colnum2.right, .plg_Raku2_LC_Page_Products_CategoryList, .plg_Raku2_LC_Page_Products_ProductsList #main_column.colnum2.right, .plg_Raku2_LC_Page_Products_Detail #main_column.colnum2.right {
    margin-top: 150px;
}
.LC_Page_Index #main_column.colnum2.right {
    margin-top: 110px;
}
/**商品詳細ページ位置調整*/
#main_column.colnum2 #detailrightbloc {
    float: left;
    width: 60%;
}
/**商品詳細ページ見積もり依頼ボタン*/
a.quote_btn {
    background: #fff;
    color: #555;
    float: left;
    width: 40%;
    height: 5%;
    border-radius: 4px;
    padding: 4px;
    text-align: center;
    font-size: 110%;
    border: solid 1px #c0c0c0;
}

/***********************
*********以下、新保記載部分*/

/*rannkingのH2*/
#main_column .ranking_list > h2{
 text-align: left;
    color: #2799e0;
    font-size: 45px;
    padding: 0px 0px 5px 0px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 15px;
    border-bottom: 1px solid #2799e0 ;
line-height: 50px;
}
/**/
#main_column .block_body{
 display: flex;
 flex-wrap:wrap;
}

#new_item2 .product_item.clearfix{
box-sizing: border-box;
padding:1rem;
width:25%;
}

#new_item2 .product_item.clearfix .productImage{
position: relative;
}
#new_item2 .product_item.clearfix .productImage:before{
  content: "";
  display: block;
  padding-top: 100%;
}

#new_item2 .product_item.clearfix .productImage img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: contain;
}
#new_item2 .product_item.clearfix .productContents>h3{
font-weight: bold;
font-size: 14px;
}

/*My pageの項目*/
ul#mypage_nav li a, ul#mypage_nav {
    background: #f0f0f0;
}
ul#mypage_nav li a {
    color: #333333;
}
/**/
/*エラーページ*/
.LC_Page_Error.page_frame_wide #header_wrap {
    background: linear-gradient(90deg, #FFF 20%, #daf5fe 45%, #daf5fe ) fixed;
    position: fixed;
    z-index: 99;
    margin-top: -130px;
    width: 100%;
}
.LC_Page_Error.page_frame_wide #container #main_column {
    margin: 250px auto 0;
    padding: 0 0 30px;
    width: 980px;
    text-align: left;
}
.LC_Page_Error.page_frame_wide #header_wrap {
    background: linear-gradient(90deg, #FFF 20%, #daf5fe 45%, #daf5fe ) fixed;
    position: fixed;
    z-index: 99;
    margin-top: -250px;
    width: 100%;
}
.LC_Page_Error.page_frame_wide .cart_btn {
    margin-top: 30px;
}
.LC_Page_Error.page_frame_wide #header_login_area .layout_left {
    float: right;
    display: inline-flex;
    margin: 25px 0 0 28px;
}
.LC_Page_Error.page_frame_wide #header_login_area .btn a {
    background: #fff none repeat scroll 0% 0%;
    border: solid 2px #2b3c82;
    color: #2b3c82;
    width: 100px;
    height: 25px;
    display: inline-block;
    line-height: 1em;
    border-radius: 4px;
    margin-right: 11px;
}
.LC_Page_Error.page_frame_wide #header_login_area .btn_outer .cart_btn a {
    FONT-VARIANT: JIS78;
    background: #2b3c82 none repeat scroll 0% 0%;
    color: #fff;
    border: solid 2px #2b3c82;
    width: 100px;
    height: 25px;
    line-height: 2.2em;
    border-radius: 4px;
    padding: 1px 8px;
    line-height: 1.8em;
    margin-top: 10px;
}
.LC_Page_Error.page_frame_wide #header_login_area p.btn.logout_btn input {
    color: #2b3c82;
    line-height: 1em;
}
/**/

.layout_mainimage >img{
 width: 100%;
}

#search_form h3{
 display: none;
}

/*shinpo/pickupを3つ並びにする場合*/
/*#pickup_brand ul{
display: flex;
justify-content: space-between;
}
#pickup_brand ul li{
  width: 32%;
}*/
/*kondo/pickupに3つ並びも混ぜる場合*/
li.mini_bnr {
    width: 32%!important;
}

/*shinpo/pickupを1つ並びにする場合*/
#pickup_brand ul{
    display: flex;
    flex-wrap: wrap;
    width: 935px;
    justify-content: space-between;
}
#pickup_brand ul li {
    padding-top: 10px;
    width: 49%;
}
#pickup_brand ul li img{
 width: 100%;
}
/*ヘッダー崩れのため、もしまた崩れたら*/
.env_message_blank{
 display: none;
}
#container{
 margin-top: 200px;
}
.LC_Page_Index #container {
margin-top: 0;
}
/*加盟店ページMYページ*/
#mycontents_area.mypage-top ul#mypage_nav {
    text-align: center;
}
/*かごの中の非表示*/
div#leftcolumn div#cart_area{
  display: none;
}
/*価格非表示【商品一覧】*/
body.plg_Raku2_LC_Page_Products_List div.sale_price,
body.plg_Raku2_LC_Page_Products_List div.normal{
 display: none;
}
/*価格非表示【商品詳細の最近チェックした商品部分】*/
div.history_list div.productContents div.sale_price{
display: none;
}

/**/
ul#fixed_link li:last-child{
  display: none;
}
/*商品詳細ページのポップアップ画像*/
#fancybox-wrap {
    z-index: 10001 !important;
}

/***********************
*********21/07/13近藤記載*/
#detailarea .ask_btn a, #detailarea .ask_btn a:visited {
    width: 250px;
    padding: 10px;
    color: #fff;
    border: solid 1px #2b3c82;
    background-origin: padding-box;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #2b3c82;
    display: block;
    cursor: pointer;
    border-radius: 4px;
    -webkit-box-sizing: content-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-sizing: content-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-decoration: none;
    text-align: center;
}

/***********************
*********21/08/17新保記載_ヘッダー検索*/
.header_search {
    display: inline-block;
        float: left;
}
.search_box {
    display: flex;
    position: absolute;
    top: 35%;
}
.header_search input.box140 {
    width: 240px;
    height: 40px;
}
.header_search .btn input {
    border-radius: 0px;
    height: 40px;
}

/***********************************
*21/08/17_新保記載
News横に簡易的にスペース。バナー置く際は以下消して
やりやすいように組み直してください*******/
div#news_area {
    width: 100%;
}
#news_area .news_contents{
    max-height: 210px;
}
.newsbanner{
    display: flex;
}
.newsbanner figure {
    margin: 50px 0 0 10px;
}
/*headerお問い合わせボタン変更に伴い調整*/
.mailbox {
    width: 221px;
    padding: 10px;
}
.mailbox img {
    box-shadow: 2px 2px 5px grey;
}
/***********************************
*22/06/07_近藤記載
TOPのRANKINGを非表示にするとPICK UPも消えてしまうため追記*******/
.ranking_list {
    display: none;
}

div#shinki_magazine {
    margin-top: 20px!important;
}

/*.商品詳細のYouTube */

div#product_movie {
    text-align: center;
    width: 76%;
    margin: 20px auto 0;
}