@charset "utf-8";

a:link, a:visited {
    color: #333;
    text-decoration: underline;
}
h2 {
    background: #3166ad;
    color: #fff;
}
#news_area h2, #recommend_area h2 {
    color: #fff;
	background-color: #3166ad;
	text-align: center;
}
footer #pagetop a, footer #pagetop a:hover {
    background: #3166ad;
    color: #fff;
    text-decoration: none;
}
a.btn, a.btn:link, a.btn:visited, a.btn:hover {
	color: #FFF;
	background: #f19200;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.btn_sub, a.btn_sub, a.btn_sub:link, a.btn_sub:visited, a.btn_sub:hover{
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
/* メッセージ */
.env_message_blank {
    height: auto;
}
.env_message {
    position: relative;
    z-index: 10;
    height: auto;
}
/* 改装中の上部メッセージ */
#errorHeader{
    position: relative;
    z-index: 1;
}
#errorHeaderBlank {
    display: none;
}

/* 商品一覧 */
.plg_Raku2_LC_Page_Products_List .form_area {
    padding: 0;
}
.intro {
    display: inline-block;
}
section.pagenumberarea.clearfix:after {
    display: inline-block;
}
section.pagenumberarea ul:after {
    content: none;
}
section.pagenumberarea ul:before {
    content: "\f0dc";
    font-family: FontAwesome;
    font-size: 16px;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 5px;
}
.pagenumberarea {
	margin-top: 3px;
	margin-bottom: 10px;
	padding: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-top: none;
	border-bottom: none;
	background: none;
	width: 100%;
	text-align: center;
}
.pagenumberarea ul {
    width: 90%;
    margin: 0 auto;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    display: flex;
    position: relative;
    border: 1px solid #ccc;
    padding: 6px 2px 6px 17px;
}
.pagenumberarea li:first-child {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.pagenumberarea li:last-child {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.pagenumberarea li {
    color: #000;
    font-size: 10px;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
    color: #FFF;
    background: none;
    /* width: 60px; */
    border-left: #ccc solid 1px;
}
.pagenumberarea li.on_number {
    color: #000;
    background: none;
    font-weight: bold;
    display: inline-block;
    padding: 0;
}
.pagenumberarea li:first-child {
    border-left: none;
}
.pagenumberarea li a {
    padding: 0;
}
.pagenumberarea li:nth-child(2) a {
    border-right: none;
    background: none;
}
.pagenumberarea li:nth-child(3) a {
    border-right: none;
    background: none;
}
.pagenumberarea li:first-child a {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-right: none;
    background: none;
}
.pagenumberarea li:last-child a {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-left: none;
    background: none;
    background: none;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.pagenumber_area {
    clear: both;
}
.pagenumber_area a:link, .pagenumber_area a:visited {
    color: #333;
}
.pagenumber_area .navi a, .pagenumber_area .navi strong {
    border: none;
}
.pagenumber_area .navi strong{
	background: #eee;
	font-weight: normal;
}
.list_area {
    background: none;
    padding: 15px 10px 10px;
}
.listrightblock {
    width: auto;
    float: none;
    padding-right: 0;
    padding-left: 95px;
    display: block;
}
.listphoto {
    float: left;
    max-width: 80px;
}
.statusArea {
    width: 100%;
    display: flex;
}
.listrightblock h3 {
	display: inline-block;
    width: 100%;
    line-height: 1.4em;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 9px;
    font-weight: normal;
}
ul.status_icon:after {
    content: none;
}
ul.status_icon li {
    margin-top: 0;
    margin-bottom: 5px;
}
.list_area ul.status_icon {
    margin-bottom: 0;
}
.list_area .price {
	color: #2D2D2E;
    font-size: 11px;
    font-weight: normal;
}
.list_area .sale_price {
    color: #2D2D2E;
}
.list_area a.productName {
    color: #2D2D2E;
}
.list_area .price span {
	font-size: 17px;
    color: #CC0000;
}
span.price.price2 span {
    font-size: 12px;
}
/* 詳細検索 */
#advanced_search_area {
/*    position: fixed;*/
    z-index: 1000;
}

#advanced_search_area #search_keyword_top {
	margin-top: 0;
}

/* レビュー一覧 */
div#sort_area {
    margin: 5% 0;
    border-radius: 0;
    border: none;
    background: #eee;
    text-align: center;
    display: inline-block;
    width: 100%;
}
#sort_area .filter_area.open-box p.ttl {
    background: #333;
    color: #fff;
}
#sort_area h3 {
    font-size: 13px;
}
#sort_area h3.active::before,#sort_area h3::before {
    color: #333;
}
#sort_area section.pagenumberarea{
    float: none;
    width: 95%;
    max-width: 371px;
    margin: 0 auto;
    display: inline-block;
    padding: 10px 2.5%;
}
div#reviews_area .pagenumberarea ul {
    width: auto;
    margin: 0 auto;
    border: none;
    border-radius: 0;
    display: inline-block;
    overflow: hidden;
    float: left;
    padding: 6px 0;
}
#sort_area section.pagenumberarea ul:before{
	content: none;
}
#sort_area section.pagenumberarea li:first-child {
    border-right: none;
}
#reviews_area .pagenumberarea li a:link, #reviews_area .pagenumberarea li a:visited {
    color: #333;
}
#reviews_area #sort_area p.mg-l {
    margin-left: 12px;
    max-width: 271px;
    text-align: left;
    margin: 0 auto 0 3%;
    display: block;
    padding: 6px 10px 6px 0;
    float: left;
}
#sort_area section.pagenumberarea p.mg-l{
    position: relative;
}
#reviews_area #sort_area p.mg-l:after {
    content: ':';
    position: absolute;
    right: 4px;
    top: 5px;
    font-weight: bold;
}
#reviews_area h3.table_ttl {
    background: #e8f0fe;
    border-top: 1px solid #ddd;

}
.filter_area.open-box .table_box label {
    padding: 3.5% 2.5%;
    text-align: left;
}
.filter_area.open-box .table_box label img,
.filter_area.open-box .raku2_genre_box label img {
    vertical-align: -2px;
}
#sort_area .filter_area input[type="submit"] {
	width: 200px;
    border-radius: 3px;
    background: #333;
    color: #fff;
    appearance: none;
	-webkit-appearance: none;
    -webkit-text-size-adjust: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: none;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 6px;
}
#sort_area p.btn {
    background: #eaeaea;
}
#reviews_area .list-inner-top p.listphoto {
    display: inline-block;
    margin: 0;
    float: left;
    max-width: 80px;
    width: 20%;
}
#reviews_area .list-inner-top p.listphoto img{
    min-width: 80px;
}
.list-inner-top .listrightblock h3 {
    color: #333;
    text-decoration: underline;
    line-height: 16px;
    font-size: 11px;
    margin-bottom: 5px;
}
.list-inner-top .reviewdate {
    line-height: 16px;
}
.pricebox.sale_price br {
    display: none;
}
.list-inner-top .listrightblock {
    width: auto;
    float: none;
    padding-right: 1%;
    margin-bottom: 2%;
}
#reviews_area .list_area {
    border-top: 1px solid #ddd;
    margin-bottom: 40px;
}
.reviewtitle {
    margin-top: 1.5%;
}
.list-inner-sec .reviewperson {
    font-size: 12px;
}
.list-inner-profile .listrightblock {
    margin-bottom: 10px;
    width: auto;
}
.list-inner-bottom {
    border: none;
    border-radius: 0;
}
.list-inner-profile .listrightblock {
    width: auto;
    float: none;
    padding-right: 0;
    padding-left: 80px;
    display: block;
}
.list-inner-profile .reviewphoto {
    margin: 0;
    width: 15%;
    max-width: 80px;
}
.list-inner-profile .reviewphoto img {
    min-width: 80px;
}
.list-inner-bottom a {
    padding: 4px 12px;
    text-decoration: none;
    color: #ffffff !important;
    text-shadow: none;
    background: #3166ad;
    border: none;
}
.list-inner-bottom p.ttl,.list-inner-bottom .reviewrefok {
    font-size: 12px;
}
p.item_page_btn::before {
    color: #3166ad;
}
p.item_review_btn::before {
    color: #3166ad;
}
.reviewtitle::before {
    color: #3166ad;
}
.review_link_bloc i {
    color: #3166ad;
}


/* カテゴリブロック */
#categorytree ul {
    margin-top: 0;
}
#category_area li {
    padding-left: 0;
}
#category_area li.level1,#category_area li.level0 {
    position: relative;
}
#category_area li.level1 ul,#category_area li.level0 ul {
    background: #f7f7f7;
}
#category_area li.level0 ul li.level2 ul {
    background: #fff;
}
#categorytree .category_body {
    width: 100%!important;
}
#category_area li.level1 a,#category_area li.level0 a {
    border-bottom: 1px solid #eee;
}
#category_area li.level2 a,#category_area li.level3 a {
    border-bottom: 1px dotted #eee;
}
#category_area li a {
    padding: 15px;
}
#category_area li.level1,#category_area li.level0 {
    border-bottom: none;
}
#categorytree .level1 .category_header,#categorytree .level0 .category_header {
    width: auto;
}
#categorytree .category_header, #categorytree .category_header.plus, #categorytree .category_header.minus {
    float: none;
    position: absolute;
    right: 0;
    width: auto;
    margin-left: 0;
}
#categorytree .category_header.plus a, #categorytree .category_header.minus a {
    padding: 15px 10px;
}
#categorytree li {
    padding: 0;
}
#categorytree li ul li {
    border-bottom: none;
    padding: 0;
}
#categorytree .category_body a:link, #categorytree .category_body a:visited {
    color: #2D2D2E;
}
#categorytree .level2 .category_body a {
    padding: 15px 15px 15px 30px;
}
#categorytree .level3 .category_body a {
    padding: 15px 15px 15px 45px;
}

/* 検索ブロック */
#search_area {
    line-height: 0.8em;
}
section#search_area form {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
#search_area input#search {
    width: 94%;
    border-radius: 2px;
    -webkit-appearance: none;
}
section#search_area input[type="submit"]#btn_kwd_search {
    position: absolute;
    padding: 4% 2%;
    right: 3%;
    top: 0;
    border: none;
    background: #a5a5a5;
    border: 1px solid #bcbcbc;
    border-left: none;
    background-image: url(../../../../user_data/packages/raku2sp/img/common/search.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 37%;
    background-size: 50%;
    text-indent: 140%;
    white-space: nowrap;
    overflow: hidden;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    -webkit-appearance: none;
    width: 38px;
    line-height: 0.75em;
}


/* header */
header {
    position: relative;
    padding-top: 0;
}
header #header_inner_right {
    margin-right: 57px;
}

/* footer */
footer #footer_nav_user ul li a:link,footer #footer_nav_user ul li a:visited{
	color: #2D2D2E;
	text-decoration: none;
}
footer ul#footer_nav li a {
    text-decoration: none;
}
/* slickスライダー_カスタマイズ */
ul.ranking_list.item-slider li, ul.recommend_list.item-slider li, ul.history_list.item-slider li {
    margin-left: 10px;
}
.bnr-slider img{
width: 100%;
}
.slick-prev {
    left: 10px!important;
}
.slick-next {
    right: 10px!important;
}
.slick-prev, .slick-next {
    bottom: -35px!important;
    z-index: 1;
}
.slick-prev:before, .slick-next:before {
    font-size: 30px!important;
}
.slick-prev, .slick-next {
    top: auto!important;
    bottom: -35px!important;
}
.slick-prev:before, .slick-next:before {
    font-size: 20px!important;
    color: silver!important;
    font-weight: 600!important;
}
.slick-dots li {
    position: relative;
    display: inline-block!important;
    width: 20px!important;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

/* マイページ */
.order_history_list .order_detail_info .order_item .item_detail p a:link, .order_history_list .order_detail_info .order_item .item_detail p a:visited{
    color: #333;
    text-decoration: underline;
}
.order_history_list .order_detail_info .order_item .item_detail p{
    line-height: 16px;
}
.order_history_list .order_detail_info .order_item .item_detail p.review_btn a:link, .order_history_list .order_detail_info .order_item .item_detail p.review_btn a:visited {
    text-decoration: none;
}
.order_history_list .order_detail_info .order_nav_area a.order_history_detail, .estimate_history_list .estimate_detail_info .estimate_nav_area a.estimate_history_detail{
    display: block;
    padding: 6px 0;
    border-radius: 2px;
    background: #3166ad;
    border: solid 1px #ccc;
    text-align: center;
    width: 70%;
    color: #ffffff;
    font-size: 12px;
    margin: 0 auto;
    text-decoration: none;
}
.cartitemBox p.btn_delete {
    background: #fff;
    padding: 0;
    position: absolute;
    right: auto;
    top: auto;
    bottom: 0;
    right: 0;
    font-size: 12px;
}
.cartitemBox p.btn_delete:before {
    color: #a5a5a5;
}
.cartitemBox a:link,.cartitemBox a:visited {
    color: #333;
}
.total_area div,.result_area li {
    overflow: hidden;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 8px;
}
.total_area div:first-child {
    margin-top: 8px;
}
.total_area, .result_area {
    background: #fff;
}
.total_area div span,.result_area span {
    float: left;
}
.total_area div span.price.fb {
    float: right;
}
.order_detail_info .order_item .order_item_product {
    display: inline-block;
    width: 100%;
}
.order_history_list .order_detail_info .order_nav_area a.nav_btn, .estimate_history_list .estimate_detail_info .estimate_nav_area a.nav_btn {
    margin: 10px auto 0;
    text-decoration: none;
}
#account_info .account_change_bloc ul li a {
    text-decoration: none;
}
/* 購入履歴詳細 */
.box_header {
    background: #3166ad;
}
.history .order_history .box_header, .history .estimate_history .box_header {
    color: #fff;
}
.history .order_history .order_shipping, .history .estimate_history .estimate_shipping {
    border: #e6e6e6 solid 1px;
}
.history .order_history .order_shipping .ship_sec, .history .estimate_history .estimate_shipping .ship_sec {
    border-bottom: solid 1px #ddd;
}
.box_header {
    border-bottom: #e6e6e6 solid 1px;
}
.history .order_history .order_item, .history .estimate_history .estimate_item {
    border: #e6e6e6 solid 1px;
}
.history .order_history .order_shipping, .history .estimate_history .estimate_shipping {
    border: #e6e6e6 solid 1px;
}
.history .order_history .order_mail, .history .estimate_history .estimate_mail {
    border: solid 1px #e6e6e6;
}
.total_area, .result_area {
    border-bottom: none;
}
.history .order_history .order_item .item_bloc, .history .estimate_history .estimate_item .item_bloc {
    overflow: hidden;
    margin: 15px 15px 25px;
    padding: 0 0 5px;
}
.history .order_history .order_item .total_area, .history .estimate_history .estimate_item .total_area {
    border-top: solid 1px #ddd;
}
.order_history_list .order_detail_info .order_item .item_bloc, .estimate_history_list .estimate_detail_info .estimate_item .item_bloc {
    margin-top: 7px;
    margin-bottom: 15px;
}
.order_history_list .order_detail_info .order_item .item_image,
.estimate_history_list .estimate_detail_info .estimate_item .item_image,
.order_history_list .order_detail_info .order_item .raku2_item_image,
.estimate_history_list .estimate_detail_info .estimate_item .raku2_item_image {
    width: 20%;
    max-width: 80px;
    float: left;
}
.order_history_list .order_detail_info .order_item .item_image img,
.estimate_history_list .estimate_detail_info .estimate_item .item_image img,
.order_history_list .order_detail_info .order_item .raku2_item_image img,
.estimate_history_list .estimate_detail_info .estimate_item .raku2_item_image img {
    min-width: 80px;
}
.order_history_list .order_detail_info .order_item .item_detail,.item_detail, .estimate_history_list .estimate_detail_info .estimate_item .item_detail {
    width: 100%;
}
.order_history_list .order_detail_info .order_item a.item_image + .item_detail,
.estimate_history_list .estimate_detail_info .estimate_item a.item_image + .item_detail,
.order_history_list .order_detail_info .order_item div.raku2_item_image + .item_detail,
.estimate_history_list .estimate_detail_info .estimate_item div.raku2_item_image + .item_detail {
    float: none;
    width: auto;
    margin-bottom: 5px;
    padding-left: 98px;
    display: block;
}

/* お気に入りアイテム */
.LC_Page_AbstractMypage .formBox {
    border: none;
}
.favoriteContents {
    width: auto;
    display: block;
    float: none;
}
.favoriteContents h4 {
    margin-right: 10%;
    line-height: 16px;
    display: inline-block;
    width: 90%;
}
.favoriteBox .favoriteContents a {
    color: #333;
    text-decoration: underline;
    line-height: 16px;
    font-size: 11px;
    margin-bottom: 5px;
    width: 100%;
    max-width: 100%;
}
.favoriteBox {
    padding: 15px 0;
    border-bottom: #CCC solid 1px;
    clear: both;
}
.favoriteBox a {
    float: left;
    display: inline-block;
    width: 20%;
    max-width: 100px;
}
/* 定期お申込み一覧 */
.periodical_item .item_image,
.periodical_item .raku2_item_image {
    float: left;
    width: 20%;
    clear: both;
    max-width: 80px;
}
.periodical_item .item_image img,
.periodical_item .raku2_item_image img {
    width: 100%;
    min-width: 80px;
}
.periodical_item div.raku2_item_image + .item_detail,
.periodical_item a.item_image + .item_detail {
    float: none;
    width: auto;
    margin-bottom: 15px;
    padding-left: 95px;
    display: block;
}
.periodical_item .item_detail {
    width: 100%;
}
.periodical_item .item_detail p{
	margin-bottom: 5px;
}
.periodical_item .item_detail p a {
    text-decoration: underline;
    color: #333;
    line-height: 16px;
    font-size: 11px;
    margin-bottom: 5px;
}
.periodical_nav_area a.nav_btn {
    background: #3166ad;
    color: #fff;
    text-decoration: none;
}

#mycontents_area.periodical_order_chgitem a.btn_del_item:link, #mycontents_area.periodical_order_chgitem a.btn_del_item:visited {
    text-decoration: none;
}
.periodical_item .item_detail p.option {
    margin-bottom: 10px;
}
#mycontents_area.periodical_order_chgitem a.btn_add_item:link, #mycontents_area.periodical_order_chgitem a.btn_add_item:visited {
	text-decoration: none;
	padding: 7px 0;
	width: 70%;
}
#mycontents_area.periodical_order.periodical_order span.order_status_icon, .periodical_history_list .periodical_detail_info span.order_status_icon, #mycontents_area.periodical_order_history .periodical_order_detail_bloc span.order_status_icon {
    color: initial;
}

/* 簡易会員登録フロー：メールアドレス登録画面 */
.raku2_quick_entry_contents .raku2_quick_entry_email div.btn_area {
    padding-bottom: 0;
}

.raku2_quick_entry_contents .raku2_quick_entry_email [class^="raku2_pre_unit_quick_entry"],
.raku2_quick_entry_contents .raku2_quick_entry_line [class^="raku2_pre_unit_quick_entry"] {
    display: flex;
    justify-content: center;
    padding:5px;
}

.raku2_quick_entry_contents .raku2_quick_entry_email h3,
.raku2_quick_entry_contents .raku2_quick_entry_line h3 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
}

.raku2_quick_entry_contents .raku2_quick_entry_email .raku2_unit_quick_entry_email {
    width:90%;
}

.raku2_unit_quick_entry_or {
    position: relative;
    text-align: center;
    padding: 10px;
}

.raku2_unit_quick_entry_or::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #CCC;
}

.raku2_unit_quick_entry_or div {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    background: #fff;
    font-size: 15px;
    font-weight: bold;
}

.raku2_quick_entry_contents div.btn_area.btn_type_def input#raku2_line_entry_btn {
    background-color: #06C755;
}

/* 会員登録内容変更 */
a.btn_sub.btn_inputzip {
    width: 150px;
    font-size: 12px;
    border-radius: 3px;
    padding: 5px;
    background: #333;
    font-weight: normal;
    text-shadow: none;
}
#mypagecolumn .refusal_area a.btn {
    border-radius: 4px;
}

/* お届け先追加・変更 */
a.b_edit:link, a.b_edit:visited, a.b_edit:hover {
    color: #fff;
    padding: 5px 8px;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #333;
    vertical-align: text-bottom;
}
.formBox a.btn_sub.addbtn {
    border-radius: 4px;
    background: #3166ad;
    color: #fff;
    width: 80%;
}
.deliv_check dt {
    border-top: none;
}

.form_area #search_keyword_top input#btn_kwd_search {
	background: #3166ad;
	color: #fff;
	appearance: none;
	-webkit-appearance: none;
	-webkit-text-size-adjust: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: none;
	border: none;
	cursor: pointer;
	outline: none;
}

/* パスワード変更 */
input[type="button"].btn.data-role-none {
	width: 200px;
    border-radius: 3px;
    background: #333;
    color: #fff;
    appearance: none;
	-webkit-appearance: none;
    -webkit-text-size-adjust: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: none;
    border: none;
    cursor: pointer;
    outline: none;
}
/* 購入履歴一覧 */
#mycontents_area[class^="customer_"] #search_keyword_top input#btn_kwd_search, #mycontents_area[class^="customer_"] #search_keyword_top input#btn_sales_search {
	background: #3166ad;
	color: #fff;
	appearance: none;
	-webkit-appearance: none;
	-webkit-text-size-adjust: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: none;
	border: none;
	cursor: pointer;
	outline: none;
}
/* 見積履歴一覧 */
.btn input[id^='estimate2apply'] {
	background: #3166ad;
	color: #fff;
}

/* ポイント履歴 */
#point_list .formBox {
    border-width: 0 0 0 0;
}
#point_list table.tbl_history th, #point_list table.tbl_history td {
    border: #E3E3E3 solid;
    border-width: 0 1px 1px 1px;
}

/* ログイン画面 */
.loginareaBox.data-role-none input {
    margin: 5px auto;
}
.navBox {
    border: none;
}
input.mailtextBox.data-role-none {
    border-bottom: 1px solid #ccc!important;
    margin: 15px 0;
}
.login_area_btm .navBox li {
    background: none;
    border: none;
    margin-bottom: 0;
    padding: 3% 5%;
    width: auto;
}
.login_area_btm .navBox li a {
    background: #3166ad;
    border-radius: 3px;
    text-align: center;
    width: auto;
    color: #fff;
    text-decoration: none;
}
input[type="submit"].nav_nonmember {
    background: #eee;
    border-radius: 3px;
    text-align: center;
    font-weight: normal;
    font-size: 100%;
    appearance: none;
	-webkit-appearance: none;
    -webkit-text-size-adjust: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: none;
    border: none;
    cursor: pointer;
    outline: none;
	color: #000;
}

/* ヘッダー固定用 */
.global_header,
.global_header_nosticky {
    background: #3166ad;
    position: fixed;
    top: 0;
    transition: .5s;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #ddd;
    color: #fff;
}
.global_header.hide{
    transform: translateY(-100%);
}
#header_wrapper {
    padding: 5px 0;
    min-height: 40px;
}
header #header_wrapper #header_inner_left {
    width: calc(97% - 183px);
}
header #header_inner_right {
    width: 116px;
}
header #header_wrapper #login_user_info p a, header #header_wrapper #login_user_info p a:visited {
    color: #fff;
}
header #header_inner_right ul#header_nav li a, header #header_inner_right ul#header_nav li a:visited {
    color: #fff;
    text-decoration: none;
}
header #header_inner_right ul#header_nav li i {
    color: #fff;
}
.drawer_menu .drawer_button .drawer_bar {
    background-color: #fff;
}
.drawer_menu .drawer_button {
    color: #fff!important;
}
header #header_wrapper #header_inner_left img {
	width: auto;
	max-width: 100%;
	max-height: 26px;
}
header #header_inner_right ul#header_nav .quantity {
    background: #f19200;
    color: #fff;
}

#headerInternalColumn:empty {
    display: none;
}

/* 新ヘッダー */
header#raku2_header_wrap {
    padding: 5px 10px;
    width: -webkit-fill-available;
}
#raku2_new_header {
    display: grid;
    grid-template-areas:
        "logo glass cart hamb"
        "logo glass cart hamb"
        "name glass cart hamb"
    ;
    grid-template-columns: 5fr 1fr 1fr 1fr;
    grid-template-rows: repeat(3, 1fr);
    height: 100%;
}

#raku2_new_header #raku2_logo_area {
    grid-area: logo;
    align-self: center;
}
#raku2_new_header #raku2_logo_area img {
    width: auto;
    height: 100%;
    max-height: 26px;
}

#raku2_new_header #login_user_info {
    grid-area: name;
    align-self: center;
}

header #raku2_new_header #login_user_info p a,
header #raku2_new_header #login_user_info p a:visited,
header #raku2_new_header .raku2_cart a,
header #raku2_new_header .raku2_cart a:visited,
header #raku2_new_header .raku2_cart p,
header #raku2_new_header .raku2_search_glass p a,
header #raku2_new_header .raku2_search_glass p a:visited {
    color: #fff;
}

#raku2_new_header .raku2_search_glass {
    grid-area: glass;
    margin: auto;
    padding-top: 3px;
}

#raku2_new_header .raku2_cart {
    grid-area: cart;
    position: relative;
    margin: auto;
    padding-top: 3px;
}

#raku2_new_header .raku2_quantity {
    position: absolute;
    top: 0px;
    right: -7px;
    background: #e64c66;
    width: 16px;
    height: 13px;
    border-radius: 50%;
    font-size: 0.8em;
    line-height: 1;
    padding-top: 4px;
    text-align: center;
}
#raku2_new_header .raku2_hamburgermenu {
    grid-area: hamb;
    align-self: center;
    margin: auto;
    padding-top: 3px;
}

#raku2_new_header span.material-symbols-sharp {
    font-variation-settings:
    'FILL' 0,
    'wght' 100,
    'GRAD' 200,
    'opsz' 48
    ;
    font-size: 30px;
}

/* ハンバーガーメニュー */
.raku2_drawer_menu ul:after {
    content: initial;
}

.raku2_drawer_menu ul[class^="level_"] {
    position: fixed;
    top: 59px;
    right: -120%;
    padding: 1.5em 1em;
    background: #fff;
    z-index: 10002;
    width: 96vw;
    transition: all 0.6s;
    height: calc(100vh - 84px);
    overflow-y: auto;
}

.raku2_drawer_menu ul[class^="level_"].levelactive {
    right: 0;
}

.raku2_drawer_menu .ralku2_category_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.raku2_drawer_menu a {
    text-decoration: none;
}

.raku2_drawer_menu .raku2_before_category_row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #eee;
}

.raku2_drawer_menu li {
    text-decoration: none;
    list-style-type: none;
}
.raku2_drawer_menu li div {
    padding: 1em;
}

.raku2_drawer_menu span.material-symbols-sharp {
    font-size: 1.3em;
}

.raku2_drawer_menu .raku2_hide {
    display: none;
}
/* 現在のかごの中 */
.cartitemBox {
    border-bottom: #e6e6e6 solid 1px;
}
.formBox {
    border: solid 1px #e6e6e6;
}
.cartinarea {
    border-bottom: #e6e6e6 solid 1px;
}
.formBox div.quantity {
    border: none;
    padding: 0;
}
.formBox div:last-child {
    border-bottom: none;
}
.formBox div[id^="raku2_close"]{
  cursor: pointer;
  width: 200px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  margin: 16px auto 0;
  position: relative;
  padding:5px;
  top: 30%;
}

.cartinarea .cartinContents p {
    line-height: 16px;
    font-size: 11px;
    margin-bottom: 5px;
}
.cartinarea .cartinContents p em {
    color: #333;
    text-decoration: underline;
}
.cartinContents p {
    width: 100%;
}
.point_announce {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}
input[type="submit"].btn,#reviews_area input[type="submit"].btn {
    color: #FFF;
    background: #f19200;
    border-radius: 4px;
}
input[type="button"].btn.data-role-none {
    background: #f19200;
    color: #fff;
}
a.btn_back, a.btn_back:link, a.btn_back:visited, a.btn_back:hover {
    border: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.sub.btn_conf_chg {
    top: 10px;
    right: 7px;
}
a.btn_change_payment {
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    background: #333;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

/* お支払方法・お届け時間等の指定 */
#cartconfirm_area .cartconfirmContents p{
    line-height: 16px;
    font-size: 11px;
    margin-bottom: 5px;
}
#cartconfirm_area .cartconfirmContents p em {
    color: #333;
    text-decoration: underline;
}
input[type="button"].btn.data-role-none.confirm_btn {
    -webkit-appearance: none;
    width: 100%;
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    display: block;
    cursor: -webkit-grab;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: none;
    background: #FF931E;
}
section.coupon_area .form_area {
    padding-bottom: 0;
}
section.coupon_area .form_area .formBox {
    margin-bottom: 0;
}

/* 入力内容のご確認 */
.cartconfirmBox {
    border-bottom: #e6e6e6 solid 1px;
}
.cartcartconfirmarea {
    border-bottom: #e6e6e6 solid 1px;
}

/* フォーム */
/*
reset
***********************/

button, option, select, textarea, input[type="button"], input[type="submit"], input[type="number"], input[type="email"], input[type="tel"], input[type="text"], input[type="select"], input[type="option"], input[type="checkbox"], input[type="password"], input[name="card_name1"], input[name="card_name2"]{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
    outline: 0;
    margin: 0;
    background: #fff;
    padding: 1% 2%;
    font-size: 1rem;
    border: 1px solid #ccc;
}
.text, .textarea, .dropdown {
    padding: 0.4em 0.5em;
}
input[name="card_name1"], input[name="card_name2"] {
    width: 80%;
    margin-bottom: 5%;
    margin-left: 5px;
}
input[name="SecurityCode"],
input[name="plg_raku2_sbps_security_code"],
input[name="plg_raku2_dgft_security_code"],
input[name="security_code"] {
    width: 50%;
}
.pay_area02 .time_select .select_date_area {
    margin-left: 1px;
    display: inline-block;
    width: 48%;
    vertical-align: bottom;
}
.pay_area02 .time_select .select_date {
	display: inline-block;
    vertical-align: bottom;
}
.pay_area02 .time_select .select_date_area .select_date {
    margin-right: 15px;
}
.innerBox.fb select {
    padding: 0.4em 0.5em;
    vertical-align: middle;
}
select[name="year"], select[name="month"], select[name="day"] {
    margin-right: 5px;
}



/* チェックボックス */

.table_box input[type="checkbox"],
.table_box input[type="checkbox"]:checked,
.raku2_genre_box input[type="checkbox"],
.raku2_genre_box input[type="checkbox"]:checked {
    box-sizing: border-box;
}

.table_box input[type="checkbox"],
.raku2_genre_box input[type="checkbox"] {
    border: 1px solid #aaaaaa;
    vertical-align: -5px;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    width: 20px;
    height: 20px;
    background: #fff;
}

.table_box input[type="checkbox"]:checked,
.raku2_genre_box input[type="checkbox"]:checked {
    background: #333;
    border: 1px solid #aaa;
}

.table_box input[type="checkbox"]:checked:before,
.raku2_genre_box input[type="checkbox"]:checked:before {
    position: absolute;
    left: 2px;
    top: 13px;
    display: block;
    content: "";
    width: 5px;
    height: 2px;
    background: #ffffff;
    -webkit-transform: rotate(37deg);
    -webkit-transform-origin: right center;
}

.table_box input[type="checkbox"]:checked:after,
.raku2_genre_box input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 6px;
    top: 13.5px;
    content: "";
    width: 14px;
    height: 2px;
    background: #ffffff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}
dl.form_entry input[type="checkbox"]:checked {
    background: #333;
    border: 1px solid #aaa;
}
dl.form_entry input[type="checkbox"]:checked:before {
    position: absolute;
    left: 2px;
    top: 13px;
    display: block;
    content: "";
    width: 5px;
    height: 2px;
    background: #ffffff;
    -webkit-transform: rotate(37deg);
    -webkit-transform-origin: right center;
}
dl.form_entry input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 6px;
    top: 13.5px;
    content: "";
    width: 14px;
    height: 2px;
    background: #ffffff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}
dl.form_entry input[type="checkbox"] {
    border: 1px solid #aaaaaa;
    vertical-align: -5px;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    width: 20px;
    height: 20px;
    background: #fff;
}

dl.form_entry .raku2_entry_guest_visitor_consent {
    padding: 5%;
}

/* 購入フロー */
/* フローステップ */
.step{
    list-style-type: none;
    display:table;
    padding:0;
    margin: 10px auto 50px;
    overflow:hidden;
}

.step3{
    width: 96%;
    margin: 0 auto;
}

.step4{
    width:98%;
    padding:0;
}

.step li{
    display: table-cell;
    position: relative;
    background: #ccc;
    padding: 0.1em 0 0.1em 0.2em;
    color: #fff;
    font-size: 11px;
}

ol.step.step4 li {
    line-height: 1.3em;
}

.step li:last-child{
    padding-right: 0.2em;
}

.step li:last-child:before,
.step li:last-child:after{
    display:none;
}

.step li:before,
.step li:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
}

.step li:before{
    top:-20px;
    right:-1em;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 40px 0 40px 1em;
    z-index: 10;
}

.step li:after{
    top:-20px;
    right:-.8em;
    border-style: solid;
    border-color: transparent transparent transparent #ccc;
    border-width: 40px 0 40px 1em;
    z-index: 10;
}

.step3 li:nth-child(2),
.step3 li:nth-child(3){
    padding-left: 15px;
}

.step4 li:nth-child(2),
.step4 li:nth-child(3),
.step4 li:nth-child(4){
    padding-left: 14px;
}

.step_no{
	font-size: 0.9em;
	margin-bottom: 1px;
	display: inline-block;
}

.step4_one_column{
    width: 98%;
    margin: 10px auto 50px;
}

.step4_one_column li:nth-child(2),
.step4_one_column li:nth-child(3),
.step4_one_column li:nth-child(4){
    padding-left: 14px;
}
.step li.is_current {
    background: #333;
    color: #fff;
}
.step li.is_current:after {
    border-color: transparent transparent transparent #333;
}

/* Yフローステップ */
div#undercolumn_shopping {
    position: relative;
}
.ystep_wrappar {
	position: relative;
	margin-top: 20px;
}
.ystep {
    position: relative;
    margin-bottom: 30px;
    margin-top: 10px;
}
/* 3step用 */
.ystep_circle {
    width: 100%;
    margin: 0 auto;
    display: table;
}
.ystep_naiyo_3 {
    width: 100%;
    margin: 5px auto 0;
    display: table;
}
.ystep_circle div {
	text-align: center;
	line-height: 40px;
	position: relative;
	display: table-cell;
}
.ystep_circle div:before {
    background-color: #999;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-size: 30px;
    display: inline-block;
    margin-top: 5px;
    margin-left: -15px;
    left: 50%;
    position: absolute;
	line-height: 31px;
}
.ystep_circle div:first-child:before {
    content: '1';
}
.ystep_circle div:nth-child(2):before {
    content: '2';
}
.ystep_circle div:nth-child(3):before {
    content: '3';
}
.ystep_circle div:nth-child(4):before {
    content: '4';
}
.ystep_circle div.is_current:first-child:before,.ystep_circle div.is_current:nth-child(2):before,.ystep_circle div.is_current:nth-child(3):before,.ystep_circle div.is_current:nth-child(4):before {
    background-color: #b3012e;
    margin-top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}
.ystep_naiyo_3 span {
    font-size: 0.9em;
    margin: 0 5%;
}
.ystep_naiyo_3 div {
    width: 33.3%;
    display: table-cell;
    text-align: center;
    margin-right: 11%;
    line-height: 1.4;
    font-size: 84%;
}

/* 4step用 */
div#undercolumn_customer {
    position: relative;
}
#undercolumn_customer .ystep_circle {
    width: 640px;
    margin: 0 auto;
    display: table;
}
#undercolumn_customer .ystep_boder_nonmember {
    border-bottom: 2px solid #999;
    position: absolute;
    top: 15px;
    left: 50%;
    width: 440px;
    margin-left: -215px;
}
.ystep_naiyo_4 span {
	font-size: 0.7em;
	margin: 1%;
	display: inline-block;
	vertical-align: top;
}
#undercolumn_customer .ystep_circle div {
    width: 25%;
}
.ystep_naiyo_4 {
    width: 100%;
    margin: 5px auto 0;
    display: table;
}
.ystep_naiyo_4 div {
    width: 25%;
    display: table-cell;
    text-align: center;
}
.ystep_naiyo_3 .is_current,
.ystep_naiyo_4 .is_current {
    font-size: 0.8em;
    font-weight: bold;
}
.ystep_boder_3 {
    left: 50%;
    margin-left: -33%;
    border-bottom: 2px solid #999;
    width: 66%;
    position: absolute;
    top: 20px;
}
.ystep_boder_4 {
    border-bottom: 2px solid #999;
    margin: 5px 10% -30px 10%;
}
.ystep_boder_nonmember {
    border-bottom: 2px solid #999;
    margin: 5px 10% -30px 10%;
}
#undercolumn_shopping .ystep_circle {
    border-bottom: 2px solid #999;
    margin: 5px 10% -30px 10%;
}
#undercolumn_shopping .ystep_naiyo_4 {
    width: 100%;
}
#undercolumn_shopping .ystep_boder_4 {
    left: 50%;
    margin-left: -250px;
    border-bottom: 2px solid #999;
    width: 500px;
    position: absolute;
    top: 20px;
}

/* Rフローステップ */
.rstep {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
}
.rstep div {
    color: #111111;
    background: #e5e5e5;
    padding: 4px 8px;
    margin: 3px;
    border-radius: 3px;
    font-size: 12px;
}

.rstep_boder_csv {
    border-bottom: 1px solid #e5e5e5;
    margin: 30px 280px -17px 350px;
}

.rstep_boder {
    border-bottom: 1px solid #e5e5e5;
    margin: 30px auto -18px;
    max-width: 200px;
}

.rstep_boder_nonmember {
    border-bottom: 1px solid #e5e5e5;
    margin: 25px auto -17px;
    max-width: 260px;
}
.rstep .is_current {
    background: #333;
    color: #fff;
}

/* 商品詳細ページ */
.detailrightblock #cartbtn_default .btn_add_cart a,
.detailrightblock #teiki_cartbtn_default .btn_add_cart a,
.detailrightblock #cartbtn_default .btn_add_cart_estimate a,
.detailrightblock #teiki_cartbtn_default .btn_add_cart_estimate a {
    color: #fff;
    background: #f19200;
}
.review_bloc .review_btn a {
    text-decoration: none;
}
.review_link a {
    text-decoration: none;
}
.page_navigation a:link, .alt_page_navigation a:link {
    text-decoration: none;
}

/* 目玉商品・ランキング・最近見商品 */
ul.ranking_list li a, ul.recommend_list li a, ul.history_list li a {
    text-decoration: none;
}
ul.ranking_list li h3 a, ul.recommend_list li h3 a, ul.history_list li h3 a {
    /* パーツ商品名と販売価格の間に隙間が空くため削除 */
	/* height: 4em; */
	width: 100%;
	display: inline-block;
}
/* 一体型LP */
#order h3 i {
    color: #3166ad;
}
div#conf input[type="button"]:hover, div#conf input[type="submit"]:hover {
    background: #3166ad!important;
    color: #fff!important;
}
div#conf input[type="button"], div#conf input[type="submit"] {
    border: solid 3px #3166ad!important;
    border-radius: 4px!important;
    background: #fff!important;
    color: #3166ad!important;
}
label.agree_check {
    margin: 0 3%!important;
    width: 94%!important;
    display: inline-block!important;
}
.next-box {
    text-align: center!important;
    margin: 5% auto!important;
}

/* オーダーシート */
div#button_lower {
    margin: 5%;
}

/* A => 2024.07.03 BBファイル添付注文 */
#fileupload_area {
	padding: 0 5%;
	margin: 10px 0;
}
#fileupload_area .drop_zone {
	text-align: center;
	margin-top: 15px;
}

#fileupload_area .drop_zone .image_error {
	display: block;
	color: red;
	margin-top: 10px;
}

#fileupload_area .file_btn {
	background-image: linear-gradient(to bottom, #f7f7f7, #f0f0f0);
	color: #4a4a4a;
	padding: 10px 70px;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	font-size: 16px;
	cursor: pointer;
}
#fileupload_area .raku2_fileupload {
    margin-bottom: 30px;
}

#fileupload_area .raku2_img_area {
	max-width: 120px;
    max-height: 250px;
}
#fileupload_area .raku2_fileupload_img_del {
    margin-bottom: 10px;
}

div.raku2_fileupload_img_area_confirm {
    padding: 5%;
}
/* A <= 2024.07.03 BBファイル添付注文 */
