@charset "utf-8";

/************************************************
 import css 共通
************************************************ */
.raku2_breadcrumbs li {
    color: #a5a5a5;
}

.raku2_list_product_name{
clear: both;
}

#leftcolumn {
    width: 210px !important;
    margin-left: 10px;
    z-index: 5;
    position: relative;
}

html {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body {
    font: 13px/1.4 "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3", Meiryo, sans-serif, system-ui, emoji;
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0;
    flex: 1;
}

#main_column h2 {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", YuGothicMedium, Verdana, Meiryo, "M+ 1p", sans-serif;
    text-align: center !important;
    font-weight: bold !important;
    color: #E5A000 !important;
    font-size: 22px !important;
}

#main_column.colnum2 {
    width: auto;
    padding-left: 255px;
    padding-right: 10px;
    float: none !important;
}

#container {
    width: calc(100% - 40px) !important;
    max-width: 1500px !important;
    min-width: 980px !important;
    padding: 0 20px 30px;
}

/************************************************
 header
************************************************ */
header {
    height: 120px;
    position: sticky !important;
    top: 0;
    margin-top: 30px;
    z-index: 10000;
    background: white;
    border-bottom: 1px solid #CBCBCB;
    width: 100vw;
}

#header {
    padding: 0;
    max-width: 1500px !important;
    min-width: 980px !important;
    height: 120px;
}

#header_login_area .layout_left {
    display: flex;
    width: 100%;
    float: right !important;
    margin-left: auto !important;
}

#header_login_area .layout_left div,
#header_login_area .layout_left a {
    position: relative;
    width: 20%;
    text-align: center;
    display: inline-block;
}

#header_login_area .layout_left a p {
    line-height: 1;
    margin-top: 2px;
}

#header_login_area .block_body p {
    text-align: center;
    word-break: keep-all;
    line-height: 2;
    font-size: 12px;
}

#header_login_area .block_body p.quantity {
    position: absolute;
    top: -8px;
    right: -2px;
    background: #E5A000;
    color: white;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    line-height: 1.8;
    font-weight: bold;
}

#header_wrap #topMemo_outer {
    background: #8571B0;
    color: #fff;
    width: 100%;
    position: absolute;
    top: 0;
}

#header_wrap p#topMemo {
    padding: 5px 20px;
    text-align: left;
    margin: 0 auto;
    width: calc(100% - 40px) !important;
    max-width: 1500px !important;
    min-width: 980px !important;
}

#header_login_area .btn_outer {
    margin-top: 0px !important;
}

div.layout_left div {
    margin: 0 20px;
}

a.layoutBtn_outer {
    margin: 0 10px;
}

a.layoutBtn_outer img {
    width: auto;
    height: 30px;
}

#logo_area {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 10px;
}

#header_utility {
    width: 100%;
    margin-top: 75px;
    height: 45px;
}

#header_login_area #user_login {
    padding: 0 10px;
}

#headerInternalColumn {
    width: 100% !important;
    display: flex !important;
    justify-content: space-between;
}

#headerInternalColumn div.block_outer {
    width: calc(100% - 430px);
}

#headerInternalColumn div.block_outer:nth-child(2) {
    width: 430px;
}

div.block_body form#search_form {
    display: flex;
    margin-top: 5px;
    width: 100%;
    position: relative;
}

form#search_form dl.formlist {
    width: 100%;
}

form#search_form dl.formlist input.box140 {
    width: 100%;
    height: 33px;
    border: solid 2px #8571B0 !important;
    border-radius: 5px;
    background: #FEFFF1;
}

form#search_form dl.formlist input[type='text']:focus {
    border: solid 2px #8571B0 !important;
}

.cart_btn {
    float: right !important;
}

#gloval_navi {
    background-color: white !important;
}

#gloval_navi ul {
    justify-content: space-between;
    margin: 0px auto 20px;
    position: relative;
    width: calc(100% - 40px) !important;
    max-width: 1500px !important;
    min-width: 980px !important;
}

#gloval_navi ul li {
    width: calc(100%/7);
    border-bottom: 1px solid #CBCBCB;

}

#gloval_navi ul li a,
#gloval_navi ul li a:link,
#gloval_navi ul li a:visited {
    position: relative;
    color: #868686;
    padding: 15px;
}

#gloval_navi ul li a:link:hover,
#gloval_navi ul li a[href]:hover {
    color: #8571B0;
    font-weight: bold;
    transition: .1s;
}

#gloval_navi ul li a:link:hover::after,
#gloval_navi ul li a[href]:hover::after {
    position: absolute;
    display: block;
    bottom: -2px;
    content: "";
    width: 100%;
    height: 4px;
    left: 0;
    background: #8571B0;
    border-radius: 4px;
}

.clearfix:after {
    display: none;
}

/************************************************
　ヘッダー追従
************************************************ */


/************************************************
 検索
************************************************ */
form#search_form p.btn {
    background-image: url(https://iris-ec.com/user_data/packages/raku2pc/img/icon/search.png);
    background-size: contain;
    background-color: #8571B0;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: 7px 1px;
    border-radius: 0px;
    height: 39px;
    width: 59px;
    top: 1px;
    position: absolute;
    right: -7px;
    border-radius: 5px;
}

form#search_form p.btn input {
    background: 0 0;
    color: transparent;
}

form#search_form dl.formlist input.box140:focus {
    outline: solid 1px #8571B0 !important;
}

form#search_form p.btn::before {
    content: "";
    height: 100%;
    width: 5px;
    background: #8571B0;
    position: relative;
    top: 0;
    left: 0px;
}

/************************************************
TOPページ
************************************************ */
#container div#login_area .block_body {
    text-align: center;
    padding: 0 !important;
}

.LC_Page_Index #container #main_column .block_outer {
    margin: 20px auto !important;
    padding: 10px !important;
}

body.LC_Page_Index div.recommend_list h2 {
    border-bottom: none !important;
    margin-bottom: 30px !important;
}

#container div#login_area .block_body p {
    font-size: 16px;
    color: #E5A000;
    line-height: 1.5;
}

#container div#login_area .block_body p span.user_name a {
    color: #E5A000 !important;
}

#container div#login_area .block_body p.btn input {
    background: transparent;
    color: #0351D9;
    font-weight: bold;
    border-top: 1px solid #707070;
    line-height: 2;
    border-radius: 0;
}

#news_area span.rss {
    display: none;
}

#recommend_area h2,
#main_column .ranking_list h2,
#main_column .history_list h2,
#news_area h2,
#news_area dl.newslist {
    border-bottom: solid 1px #707070 !important;
}

#container .block_outer .block_body dl.formlist dt {
    font-weight: bold;
}

.bx-viewport {
    overflow: initial !important;
}

.slick-list {
    overflow: unset !important;
}

.slick-initialized .slick-slide {
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .5);
}

.bx-viewport {
    height: 248px !important;
}

input.box140 {
    border: solid 1px #CCC;
    height: 30px;
    background: #FFFEF5;
}

/************************************************
フッター
************************************************ */
.base_design {
    position: relative;
}

.base_design #footer {
    text-align: center;
}

.base_design #copyright {
    background: #8571B0;
    color: white;
    padding: 10px !important;
    width: 100vw;
    bottom: 0;
}

.base_design #footer_company {
    background: #8571B0;
    color: white;
    padding: 15px 0 0 0 !important;
    width: 100vw;
    position: absolute;
    bottom: 34px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.base_design #footer .guide .tel span {
    font-size: 29px !important;
}

.base_design #footer_company .company_link_group {
    width: 100%;
    display: block;
    vertical-align: top;
    text-align: center;
    margin: 0 auto;
}

.base_design #footer_company .company_link_group ul:last-child {
    margin-right: 0;
    vertical-align: unset;
}

.base_design #footer_company .company_link_group ul {
    width: 100%;
    display: flex;
    justify-content: center;
    vertical-align: unset;
    margin-right: 0;
}

.base_design #footer_company .company_link_group ul li {
    margin: 0 10px;
}

/************************************************
レフトナビ
************************************************ */
#container .side_column .block_outer {
    margin: 20px 0;
}

#info_area h2 {
    font-weight: bold;
    font-size: 145%;
    margin-bottom: 10px;
}

#info_area ul li a {
    font-size: 120%;
    line-height: 2;
}

#calender_area h2 {
    background-color: transparent;
    color: black;
    text-align: left;
    font-weight: bold;
    font-size: 145%;
}

#calender_area .block_body {
    padding: 0;
    border: none;
}

#calender_area table {
    width: 100%;
    margin: 0;
    font-size: 115%;
}

.side_column .block_body {
    border: none;
}

#leftcolumn .tree_img_outer {
    display: none !important;
}

#category_area ul#tree1 li a {
    padding: 15px;
    font-size: 14px;
    color: black !important;
}

#category_area li.level1 {
    border-bottom: none !important;
}

li.level2 {
    background-color: transparent;
}

#category_area h2 {
    font-size: 140%;
    font-weight: bold;
    padding: 5px;
}

#category_area ul#tree1 li a.toggle {
    right: 10px !important;
}

/************************************************
商品詳細ページ
************************************************ */
#detailarea .photo,
#detailarea .sub_photo {
    left: 0 !important;
    width: 90% !important;
    max-width: 400px !important;
}

.status_icon_span {
    color: #000;
    font-weight: bold;
}

li[class^='image_status_'] span,
li[class*=' image_status_'] span,
li[class^='raku2_image_status_'] span,
li[class*=' raku2_image_status_'] span {
    background-color: #eaeaea;
}

#detailarea h2 {
    color: #000 !important;
    font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
    font-size: 24px !important;
    line-height: 32px !important;
    text-align: left !important;
}

#detailarea .cart_area {
    background-color: #f5f5f5 !important;
}

#detailarea .cartin_btn a #cart {
    background-color: #16b8a8 !important;
}

.productContents span.price {
    font-size: 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    letter-spacing: 1px !important;
}

ul#fixed_link li a {
    background: #FFD814 !important;
    color: #000 !important;
}

ul#fixed_link li a#btn_cart {
    background: #fffbc4 !important;
    color: gray !important;
}

#detailarea .quantity dt,
#detailarea .quantity dd {
    color: black;
}

#detailarea .cart_area {
    border: none !important;
}

body.plg_Raku2_LC_Page_Products_Detail div.frame_outer div#container div#main_column div div h2 {
    text-align: left !important;
    font-weight: normal !important;
    color: black !important;
    font-size: 32px !important;
}

#detailarea .cart_area p {
    color: black;
}

#detailarea .cart_area p a {
    color: #0351D9;
    font-weight: bold;
    text-decoration: underline;
}

/************************************************
特定商取引法
************************************************ */
.LC_Page_Order table {
    border: transparent !important;
    margin: 0 auto !important;
}

.LC_Page_Order table tr {
    border-bottom: 1px solid #8270A3;
    line-height: 2;
    vertical-align: top;
}
}

.LC_Page_Order table th {
    border: transparent !important;
    background-color: transparent !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.LC_Page_Order table td {
    border: transparent !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.LC_Page_Order h3 {
    padding: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #CCC;
    text-align: center;
    font-size: 20px;
}

/************************************************
privacy policy
************************************************ */
body.LC_Page_Guide_Privacy #undercolumn_entry h1 {
    font-size: 40px;
    line-height: 5;
    letter-spacing: 5px;
    margin-bottom: 30px;
}

body.LC_Page_Guide_Privacy h3 {
    color: #333;
    padding: 5px 10px 4px;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 2px;
    border-bottom: 1px solid #333;
    margin-bottom: 30px;
    line-height: 1.5;
}

body.LC_Page_Guide_Privacy #undercolumn_entry p {
    margin: 0 0 3em 0;
}

/************************************************
 ご利用ガイド
************************************************ */
.custom_page #guide_area h2 {
    font-size: 24px;
}

/************************************************
 よくあるご質問
************************************************ */
.custom_page #guide-contents {
    width: 100%;
}

.custom_page .guideBoxWrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.custom_page .guideBoxWrap .guideBox {
    float: none;
    width: calc(50% - 2px);
}

.custom_page #faqarea {
    width: 100%;
}

.custom_page .guideBoxWrap {
    border-right: none !important;
}

.custom_page .guideBoxWrap .guideBox:nth-child(2n) {
    border-left: none !important;
}

.custom_page .guideBoxWrap .guideBox {
    border-right: 1px solid #ccc;
}


/************************************************
 お問い合わせ/加盟店登録
************************************************ */
.LC_Page_Contact table th {
    background-color: #B2A1D8 !important;
}

.LC_Page_Entry table th {
    background-color: #B2A1D8 !important;
}

/************************************************
 マイページ
************************************************ */
ul#mypage_nav {
    background: transparent !important;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

ul#mypage_nav li {
    width: 30%;
    margin: 0 1% 20px 1%;
    font-size: 16px !important;
}

ul#mypage_nav li a {
    color: #333 !important;
    border: 2px solid #8773B0 !important;
    padding: 10px 30px !important;
    border-radius: 30px !important;
    width: 70%;
    background: transparent;
    text-align: center;
}

ul#mypage_nav li a i:before {
    content: none !important;
}

/************************************************
 カート
************************************************ */
div#undercolumn_cart {
    text-align: right;
}

div#undercolumn_cart .point_announce {
    border: solid 1px #8571B0 !important;
    background: white !important;
}

div#undercolumn_cart form p,
div#undercolumn_shopping form p {
    font-size: 140% !important;
}

div#undercolumn_cart table th.alignC,
div#undercolumn_shopping table th.alignC {
    border-right: 1px solid white;
    color: white !important;
    background-color: #8571B0 !important;
}

div#undercolumn_cart table th,
div#undercolumn_shopping table th {
    border-right: none;
    color: black !important;
    background-color: white !important;
}

#address_area .information {
    width: 100%;
}

/************************************************
 カテゴリーページ
************************************************ */
form#search_form div#search_sales_channel_area {
    display: none;
}

body.plg_Raku2_LC_Page_Products_List div.frame_outer div#container div#main_column div.layout_uppertext {
    display: none;
}

div.listrightbloc h3 {
    white-space: normal !important;
    margin-bottom: 10px !important;
}

/************************************************
FAQ
************************************************ */
dl.acMenu dd div.answer p a:link,
dl.acMenu dd div.answer p a:visited {
    color: blue !important;
    font-weight: bold;
    text-decoration: underline;
}

/************************************************
 オーダーシート
************************************************ */
td.line_product a p {
    font-weight: bold;
    font-size: 140%;
}

#initial_display_toggle.area_hide:before,
td[class^="detail_display_toggle"].area_hide:before {
    font-size: 25px;
}

#initial_display_toggle:before,
td[class^="detail_display_toggle"]:before {
    font-size: 25px;
}

table.layout_orderlist td.line_product {
    background: white !important;
    border-bottom: none;
}

#order_list_btn {
    z-index: 10;
}

table.layout_orderlist tbody tr td p.product_code {
    display: none;
}
