@charset 'utf-8';
/************************************************
 ブロック用
************************************************ */
/*** 目次 ***

▼ブロック共通
リスト
タイトル
ヘッダー上、フッター下のブロックエリア

▼各機能ブロックの指定
-新着情報
-現在のカゴの中
-カテゴリ
-ガイドリンク
-ログイン（サイド用）
-検索
-カレンダー
-おすすめ商品
* 商品詳細のオススメ商品    [whobought_area]
*/
/* ==============================================
ブロック共通
* #container から指定することで、ヘッダー・フッターには適用していない。
/* ============================================= */

.side_column {
    overflow-x: hidden;
    /* IE6 表示乱れ防止 */
}

.side_column .block_body,
#main_column .block_body {
    /* border: solid 1px #ccc;
border-top: none; */
}

.side_column .block_body .box {
    width: 145px;
    border: solid 1px #ccc;
}
/* 外枠
----------------------------------------------- */

#container .block_outer {
    /* #container の背景色を欠けさせないため敢えて padding */
    clear: both;
    padding: 10px 15px 10px;
}

#container #main_column .block_outer {
    /* padding: 35px 0 15px;*/
    padding: 0;
}

#container #main_column .block_outer.banner {
    margin: 0 auto;
    padding: 25px 0;
    border: none;
}

#container #leftcolumn.side_column .block_outer {
    clear: both;
    padding: 0 10px 10px 0;
}

#container #rightcolumn.side_column .block_outer {
    clear: both;
    padding: 0 0 10px 10px;
}
/* リスト
----------------------------------------------- */
/* ログイン 検索条件 */

#container .block_outer #header_login_area .block_body dl.formlist {
    margin-bottom: 8px;
}

#container .block_outer #header_login_area .block_body dl.formlist dd {
    margin-bottom: 5px;
}

#container .block_outer #header_login_area .block_body dl.formlist dt {
    font-size: 90%;
    margin-bottom: 3px;
    padding-left: 15px;
    background: url('https://lynksimages.blob.core.windows.net/images/icon/ico_arrow_03.gif') no-repeat left;
}

#container .block_outer #header_login_area .block_body dl.formlist span {
    vertical-align: top;
}
/* タイトル
----------------------------------------------- */
/* タイトルの背景 白 */

#sns_image h2,
#calender_area h2,
#cart_area h2,
#cart h2 {
    font-size: 14px;
    clear: both;
    padding: 10px 0 0;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#search_area h2 {
    max-width: 90%;
    text-align: center;
}

#maker_area h2,
#category_area h2 {
    font-size: 110%;
    font-weight: bold;
    clear: both;
    margin: 0 10px 10px;
    padding: 10px 0 5px;
    text-align: center;
    color: #000;
    border-bottom: 1px solid #595757;
}

/* ***********************************************
▼各機能ブロックの指定
/*********************************************** */
/* ===============================================
▼新着情報
=============================================== */

#news_area .block_body {
    width: 40%;
    min-width: 700px;
    margin: 0 auto;
}

#news_area .news_contents {
    /* hack? */
    overflow: auto;
    overflow-y: scroll;
    height: auto !important;
    /* hack? */
    height: 260px;
    max-height: 260px;
    padding: 10px;
}

#news_area dl.newslist {
    background: url('https://lynksimages.blob.core.windows.net/images/background/line_dot_01.gif') repeat-x bottom;
}

#news_area dl.newslist:last-child {
    /* IE9 未満では無効 (影響度合いが低いので黙殺) */
    background: none;
}

#news_area dl.newslist dt {
    margin-bottom: 5px;
}

#news_area dl.newslist dd {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#news_area h2 {
    position: relative;
    width: 55%;
    margin-right: auto;
    margin-left: auto;
}
.news ul {
    /*
    margin: 20px auto 0;
    padding: 20px 0;
    */
}
.rss {
    position: absolute;
    top: 20px;
    right: 0;
    width: 48px;
    height: 48px;
    margin-top: -15px;
    background: #83ccd2;
}

#news_area h2 .rss img {
    max-width: 100%;
    max-height: 100%;
}
/* ===============================================
▼現在のカゴの中
=============================================== */
#cart_area {
    z-index: 5;
    top: 30;
    right: 30;
    float: right;
    width: 95%;
}

#cart_area .attention {
    float: right;
    width: 20%;
    padding: 20px 0 0;
    text-align: right;
}
#cart_area .cart_button {
    float: right;
    width: 41px;
    padding: 5px 10px;
}
.cart_img {
    width: 41px;
    height: 28px;
    padding-top: 24px;
    padding-right: 5px;
    padding-left: 4px;
    text-align: left;
    color: #fff;
    background: url('https://lynksimages.blob.core.windows.net/images/background/cart_img.png') no-repeat left center;
    background-size: contain;
}
.cart_img div {
    width: 20px;
    height: 20px;
    text-align: center;
    padding-top: 2px;
}
/* ==============================================
 ドロワーメニュー
=============================================== */

.drawer_block {
    display: none;
}

.drawer-open .drawer {
    visibility: visible;
    transition: visibility 0s ease 0s;
}

.drawer {
    visibility: hidden;
    transition: visibility 0s ease .3s;
}

.drawer {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    overflow: auto;
    width: 90%;
    max-width: 100%;
    height: 100%;
    transition: transform .3s ease 0s;
    /* background: #f9f9f9 none repeat scroll 0 0; */
    -webkit-overflow-scrolling: touch;
}

.overlay.is-visible {
    transform: translate(-90%, 0);
}

.overlay.is-visible {
    visibility: visible;
    transition: opacity .3s ease 0s, visibility 0s ease 0s, transform .3s ease 0s;
    opacity: 1;
}

.overlay {
    position: fixed;
    z-index: 1000000000000;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    padding: 0;
    cursor: pointer;
    transition: opacity .3s ease 0s, visibility 0s ease .3s, transform .3s ease 0s;
    opacity: 0;
    background-color: rgba(0, 0, 0, .5);
    backface-visibility: hidden;
}

.drawer-open #container,
.drawer-open #footer,
.drawer-open .pagetop {
    transform: translate(-90%, 0);
}

.drawer-open #header_wrap {
    transform: translate(-180%, 0);
}

#btn_menu {
    font-size: 10pt;
    position: relative;
    z-index: 5;
    display: block;
}

.nav-trigger {
    position: absolute;
    z-index: 5;
    right: 10px;
    overflow: hidden;
    height: 36px;
    margin-top: 10px;
    cursor: pointer;
    white-space: nowrap;
}

.nav-trigger span::before {
    top: -8px;
}

.nav-trigger span,
.nav-trigger span::before,
.nav-trigger span::after {
    right: 0;
    content: '';
    transition: transform .3s ease .3s;
    transform: translateZ(0px);
    transform-origin: 0 50% 0;
    backface-visibility: hidden;
}

.nav-trigger {
    color: transparent !important;
    border: #7ECEF4 4px solid;
    -webkit-border-radius: 8px;
}

.nav-trigger span,
.nav-trigger span::before,
.nav-trigger span::after {
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 4px;
    background: #7ECEF4 none repeat scroll 0 0;
}

*::before,
*::after {
    box-sizing: border-box;
}

.nav-trigger span::after {
    top: 8px;
}

.nav-trigger span {
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -2px;
    transition: background .3s ease .3s;
}
.member {
    float: right;
    width: 30px;
    margin-left: 20px;
}

.member a {
    font-size: 90%;
    display: block;
    padding-top: 12px;
}

.member img {
    max-height: 30px;
}


/* ===============================================
▼カテゴリ
=============================================== */

#container #maker_area .block_body,
#container #category_area .block_body {
    padding: 0 0 10px;
}

#maker_area li.level1,
#category_area li.level1 {
    font-weight: bold;
    padding: 0 15px;
}

#category_area li.level1 li.level2 {
    font-weight: bold;
    padding: 0;
}

#category_area li.level1 li.level2 li.level3 {
    font-weight: normal;
    padding: 0;
}

#category_area li.level1 li.level2 ul {
    border-top: dotted 1px #ccc;
    border-radius: 0;
}

#maker_area li a,
#category_area li a {
    font-size: 100%;
    font-weight: normal;
    display: block;
    padding: 10px 5px 10px 15px;
    border-bottom: dotted 1px #ccc;
}

#category_area li.level1 li.level3 a {
    transition: all .3s ease 0s;
}

#maker_area li a:hover,
#category_area li a:hover {
    text-decoration: none;
}

#category_area li.level1 li.level3 a:hover {
    padding-left: 20px;
    background: #fffde5;
}

#category_area li.level2 a {
    padding: 10px 10px;
    border: none;
    background: none;
}

#category_area li.level1 ul {
    margin: 0 10px;
    border-radius: 5px;
    background: #fff;
}

a.onlink:link {
    text-decoration: none;
}

a.onlink:visited {
    text-decoration: none;
}

a.onlink:hover {
    text-decoration: none;
}
/* ===============================================
▼ガイドリンク
=============================================== */

#guide_area {
    margin: 20px 3%;
    text-align: left;
    border: none;
    border: 1px solid #666;
    -webkit-border-radius: 8px;
    background: #fff;
}

#guide_area li {
    letter-spacing: -.05em;
}

ul.button_like li {
    margin: 0;
    padding: 0;
    /*display: inline-block;*/
    border-top: 1px solid #666;
}

ul.button_like li:first-child {
    border-top: none;
}

ul.button_like li.last {
    border: none;
}

ul.button_like li a {
    display: block;
    margin: 0;
    padding: 2px 10px;
    text-decoration: none;
    outline: none;
}

ul.button_like li a.icon_phone {
    padding: 15px 3px 15px 53px;
    background: url(https://lynksimages.blob.core.windows.net/images/icon/icon_phone.png) no-repeat left 15px center;
    background-size: 32px;
}

ul.button_like li a.icon_book {
    padding: 15px 3px 15px 53px;
    background: url(https://lynksimages.blob.core.windows.net/images/icon/icon_book.png) no-repeat left 15px center;
    background-size: 32px;
}

ul.button_like li a.icon_tshuts {
    padding: 15px 3px 15px 53px;
    background: url(https://lynksimages.blob.core.windows.net/images/icon/icon_tshuts.png) no-repeat left 15px center;
    background-size: 32px;
}

ul.button_like li a.icon_sox {
    padding: 15px 3px 15px 53px;
    background: url(https://lynksimages.blob.core.windows.net/images/icon/icon_sox.png) no-repeat left 15px center;
    background-size: 32px;
}

ul.button_like li a.icon_baby {
    padding: 15px 3px 15px 53px;
    background: url(https://lynksimages.blob.core.windows.net/images/icon/icon_baby.png) no-repeat left 15px center;
    background-size: 32px;
}

ul.button_like li a.icon_card {
    padding: 15px 3px 15px 53px;
    background: url(https://lynksimages.blob.core.windows.net/images/icon/icon_card.png) no-repeat left 15px center;
    background-size: 32px;
}

ul.button_like li a.icon_track {
    padding: 15px 3px 15px 53px;
    background: url(https://lynksimages.blob.core.windows.net/images/icon/icon_track.png) no-repeat left 15px center;
    background-size: 32px;
}

ul.button_like li a.icon_help {
    padding: 15px 3px 15px 53px;
    background: url(https://lynksimages.blob.core.windows.net/images/icon/icon_help.png) no-repeat left 15px center;
    background-size: 32px;
}

ul.button_like li a.icon_kiyaku {
    padding: 15px 3px 15px 53px;
    background: url(https://lynksimages.blob.core.windows.net/images/icon/icon_kiyaku.png) no-repeat left 15px center;
    background-size: 32px;
}
/* ===============================================
▼ログイン（サイド用）
※ヘッダー用はbloc_alpha.css内に記述
=============================================== */

#container .login_area input[type='password'],
#container .login_area input[type='text'] {
    width: 100%;
}

#container .login_area dl.formlist dt {
    font-size: 90%;
    float: left;
    width: 90px;
    margin-bottom: 3px;
    padding-left: 15px;
    color: #333;
    background: url('https://lynksimages.blob.core.windows.net/images/icon/ico_arrow_03.gif') no-repeat left;
}

#container .login_area dl.formlist dd {
    width: 85%;
    margin: 0 auto 5px;
    vertical-align: bottom;
}

#container .login_area .btn_area {
    /*width: 85%;
    margin: 0 auto;
    text-align: left !important;
    vertical-align: bottom;*/
}

#container .login_area .btn_area .login_memory {
    /*float: left;
    width: 100px;
    padding: 16px 0;*/
}

#container .login_area .btn_area ul {
    /*float: left;
    width: 200px;*/
}

#container .login_area .btn_area ul li {
    /*display: block;
    width: 200px;
    margin: 10px auto 0;*/
}

#container div#login_area .block_body .mini {
    margin-top: 5px;
    letter-spacing: -.01em;
}

#container .block_outer .block_body dl.formlist dt {
    padding-left: 10%;
}

#calender_area table {
    font-size: 90%;
    float: none;
    width: 90%;
    margin: 0 auto 5px;
}

#container .login_area dl.formlist {
    margin-bottom: 8px;
}

#container .block_outer #login_area .block_body dl.formlist {
    float: left;
    width: 50%;
    margin: 0 0 8px 0;
}

#container .block_outer #login_area .block_body dl.formlist dd {
    text-align: center;
}

#container div#login_area .block_body {
    border: none;
}

#container div#login_area {
    padding: 10px;
    background: #fffcdb;
}

#container div#login_area .block_body p.btn {
    float: none;
    clear: both;
    margin: 10px auto;
    text-align: center;
}
/* ===============================================
▼検索
=============================================== */

#search_area h2 {
    position: absolute;
    top: -90px;
    right: 0;
    left: 0;
    margin: auto;
}
#search_area h3 {
    margin: 10px auto;
    text-align: center;
    font-size: 130%;
    font-weight: bold;
}

#container div#search_area {
    position: relative;
    clear: both;
    margin-top: 150px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    background: #FFF4CF;
}

.LC_Page_Index #container div#search_area {
    margin-top: 40px;
}

#container div#search_area .block_body {
    clear: both;
    max-width: 1054px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 25px;
}
#container div#search_area .formlist.status,
#container div#search_area .formlist.category,
#container div#search_area .formlist.maker {
    display: block;
    margin: 0 0 15px;
    padding-bottom: 10px;
}


#container div#search_area .formlist.status li,
#container div#search_area .formlist.maker li,
#container div#search_area .formlist.category li {
    position: relative;
    float: left;
    margin: 0 1% 20px;
    width: 18%;
}
 
#container div#search_area .formlist.status input,
#container div#search_area .formlist.maker input,
#container div#search_area .formlist.category input {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;  
    height: 100%;
    cursor: pointer;
}
 
#container div#search_area .formlist.status input[type="checkbox"] + label {
    display: block;
    background-size: 50px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 22px 0 21px 55px;
    max-height: 50px;
    font-size: 120%;
    border: 1px #ccc solid;
    background-color: #fff;
    border-radius: 5px;
    font-weight: normal;
}
#container div#search_area .formlist.maker input[type="checkbox"] + label {
    display: block;
    padding: 10px 0 10px;
    max-height: 50px;
    font-size: 200%;
    border: 1px #ccc solid;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    font-weight: normal;
}
#container div#search_area .formlist.category input[type="checkbox"] + label {
    display: block;
    background-size: 50px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 22px 0 21px 55px;
    max-height: 50px;
    font-size: 120%;
    border: 1px #ccc solid;
    background-color: #fff;
    border-radius: 5px;
    font-weight: normal;
}
#container div#search_area .formlist.status li.product_status_id1 input[type="checkbox"] + label {
    background-image: url(https://lynksimages.blob.core.windows.net/images/background/boy.png);
}
#container div#search_area .formlist.status li.product_status_id2 input[type="checkbox"] + label {
    background-image: url(https://lynksimages.blob.core.windows.net/images/background/girl.png);
}
#container div#search_area .formlist.status li.product_status_id3 input[type="checkbox"] + label {
    background-image: url(https://lynksimages.blob.core.windows.net/images/background/new.png);
}
#container div#search_area .formlist.category li.category_id1708 input[type="checkbox"] + label {
    background-image: url(https://lynksimages.blob.core.windows.net/images/background/yukata.png);
}
#container div#search_area .formlist.category li.category_id1703 input[type="checkbox"] + label {
    background-image: url(https://lynksimages.blob.core.windows.net/images/background/baby.png);
}
#container div#search_area .formlist.category li.category_id1 input[type="checkbox"] + label {
    background-image: url(https://lynksimages.blob.core.windows.net/images/background/tshurts.png);
}
#container div#search_area .formlist.category li.category_id1321 input[type="checkbox"] + label {
    background-image: url(https://lynksimages.blob.core.windows.net/images/background/longt.png);
}
#container div#search_area .formlist.category li.category_id241 input[type="checkbox"] + label {
    background-image: url(https://lynksimages.blob.core.windows.net/images/background/parker.png);
    font-size: 90%;
    line-height: 100%;
    padding: 20px 4px 20px 55px;
}
#container div#search_area .formlist.category li.category_id6 input[type="checkbox"] + label {
    background-image: url(https://lynksimages.blob.core.windows.net/images/background/zubon.png);
}
#container div#search_area .formlist.category li.category_id1501 input[type="checkbox"] + label {
    background-image: url(https://lynksimages.blob.core.windows.net/images/background/skart.png);
    font-size: 90%;
    line-height: 100%;
    padding: 20px 4px 20px 55px;
}
#container div#search_area .formlist.category li.category_id331 input[type="checkbox"] + label {
    background-image: url(https://lynksimages.blob.core.windows.net/images/background/onepeace.png);
}
#container div#search_area .formlist.category li.category_id1511 input[type="checkbox"] + label {
    background-image: url(https://lynksimages.blob.core.windows.net/images/background/jaji.png);
}
 
@media screen and (max-width: 768px) {

#container div#search_area {
    margin-top: 30px;
}
#search_area h3 {
    margin: 0 auto 5px;
    text-align: center;
    font-size: 100%;
    font-weight: bold;
    display: none;
}
#container div#search_area .formlist.status,
#container div#search_area .formlist.category,
#container div#search_area .formlist.maker {
    display: block;
    margin: 0 0 5px;
    padding: 0;
}
#container div#search_area .formlist.status li,
#container div#search_area .formlist.maker li,
#container div#search_area .formlist.category li {
    position: relative;
    float: left;
    margin: 0 1% 5px;
    width: 48%;
}
#container div#search_area .formlist.maker input[type="checkbox"] + label {
    max-height: 15px;
    padding: 5px 0 5px 0;
    font-size: 100%;
}
#container div#search_area .formlist.status input[type="checkbox"] + label,
#container div#search_area .formlist.category input[type="checkbox"] + label {
    max-height: 25px;
    background-size: 25px;
    padding: 7px 4px 7px 30px;
}
#container div#search_area .formlist.category li.category_id241 input[type="checkbox"] + label,
#container div#search_area .formlist.category li.category_id1501 input[type="checkbox"] + label {
    padding: 5px 0 5px 35px;
    }
}
#container div#search_area .formlist.status input[type="checkbox"]:checked + label,
#container div#search_area .formlist.maker input[type="checkbox"]:checked + label,
#container div#search_area .formlist.category input[type="checkbox"]:checked + label {
    background-color: #DFF2FC;
    border-radius: 5px;
    border: 1px #0068B7 solid;
}
#container div#search_area .formlist li:last-child {
    clear: both;
    float: none;
    margin: auto;
    padding: 0;
    width: 100%;
    height: 0;
}
#container div#search_area .formlist.status dd p {
    font-size: 130%;
    position: relative;
    float: none;
    width: 98%;
    margin: 0 1% 0 0;
    color: #000;
}

#container div#search_area dl.formlist.status dt {
    float: left;
    margin-top: 5px;
    padding: 0;
    text-align: left;
    background: none;
}

#container div#search_area dl.formlist.category dt {
    width: 45%;
}

#container div#search_area dl.formlist.maker dd,
#container div#search_area dl.formlist.category dd {
    width: 100%;
    text-align: center;
}

.cation.pc {
    font-weight: normal;
    width: 70%;
    margin: 30px auto 0;
    padding: 20px 3%;
    background: #fff;
}
.cation.sp {
    font-weight: normal;
    width: 90%;
    margin: 0 auto 30px;
    padding: 20px 3%;
    background: #fff;
    display: none;
}
div#search_area .btn input[type='image'] {
    max-width: 100%;
}

#container div#search_area dl.formlist.maker dd .box145,
#container div#search_area dl.formlist.category dd .box145 {
    border: none;
    border-bottom: 1px #ccc solid;
}

div#search_area .btn {
    clear: both;
    width: 60%;
    margin: 0 auto;
    padding: 25px 0 5px;
    text-align: center;
}
/* ===============================================
▼カレンダー
=============================================== */

#calender_area {
    border: none;
    background-color: transparent;
    background-color: #f4f5f5;
}

#calender_area .block_body {
    padding: 10px 0;
    /* background-color: #f1f9fc; */
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#calender_area .block_body .body_bg {
    width: 85%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
}

#calender_area table {
    font-size: 90%;
    margin: 0 auto 5px;
    border: none;
}

#calender_area table td {
    padding: 1px 3px;
    text-align: center;
    border-top: 1px solid #ccc;
    border-right: none;
}

#calender_area th {
    padding: 1px 3px;
    text-align: center;
    border: none;
    background: #fff;
}

#calender_area table .month {
    font-size: 120%;
    margin-bottom: 5px;
    padding-left: 12px;
    background: url('https://lynksimages.blob.core.windows.net/images/icon/ico_arrow_04.gif') no-repeat left;
}

#calender_area .off {
    color: #f00;
}

#calender_area .today {
    font-weight: bold;
    background-color: #fff99d;
}

#calender_area .information {
    font-size: 90%;
    margin-left: 10px;
}
/* ===============================================
▼おすすめ商品
=============================================== */
/*
    tplファイルのマークアップが同じ項目
    メインカラム用
    サイドカラム用 [side_column]
    商品詳細のオススメ商品    [whobought_area]
=============================================== */
/* 共通
----------------------------------------------- */

#container #main_column .block_outer.service_outer {
    padding: 25px 0;
    text-align: center;
    background: #F9D2DC/*url(https://lynksimages.blob.core.windows.net/images/common/bg_media.png) no-repeat center center*/;
}


.service_1 li {
    float: left;
    width: 12.5%;
}

.service_1 li.service_culm_2 {
    float: left;
    width: 25%;
}

#flagproduct_area {
    padding-bottom: 50px;
}

#flagproduct_area .block_body,
#recommend_area .block_body,
#whobought_area .product_item {
    max-width: 1054px;
    margin: 0 auto;
    /*padding: 10px 0 10px;
background: url("https://lynksimages.blob.core.windows.net/images/background/line_dot_01.gif") repeat-x bottom;*/
    border: none;
}

#recommend_area .block_body p,
#whobought_area .product_item p {
    margin: 0 0 5px 0;
}

#recommend_area .block_body img,
#whobought_area .product_item img {
    margin: 0 5px 0 0;
}

#recommend_area .block_body h3,
#whobought_area .product_item h3 {
    font-size: 100%;
    font-weight: normal;
    text-align: left;
}
/* サイドカラム用 */

.side_column #recommend_area .product_item {
    margin-bottom: 10px;
}
/* 画像
----------------------------------------------- */
/* メインカラム用 */

#flagproduct_area ul li .listphoto,
#arrCheckItems ul li p,
#flagproduct_area ul li .item_image,
#main_column #recommend_area .block_body .productImage,
#whobought_area .product_item .productImage {
    width: 100%;
    margin-bottom: 10px;
}

#flagproduct_area ul li .listphoto img,
#main_column #recommend_area .block_body .productImage img,
#whobought_area .product_item .productImage img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
}
/* サイドカラム用 */

.side_column #recommend_area .block_body .productImage {
    float: none;
    width: auto;
    text-align: center;
}
/* 左右の振り分け
----------------------------------------------- */

#flagproduct_area ul li.gallery-cell,
#arrCheckItems ul li.arrCheckItems_li,
#main_column #recommend_area .product_item,
#whobought_area .product_item {
    float: left;
    width: 23%;
    margin-bottom: 20px;
    padding-right: 1%;
    padding-left: 1%;
    text-align: center;
}

#flagproduct_area ul li:last-child {
    float: none;
    clear: both;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
}

#arrCheckItems ul li.arrCheckItems_li img,
#flagproduct_area ul li.gallery-cell img {
    max-width: 90%;
    max-height: 345px;
    /* border: 1px solid #ccc; */
    padding: 10px 5%;
    border-radius: 3px;
    background: #fff;
}
/* 商品説明テキスト
----------------------------------------------- */
/* メインカラム用 1カラム時*/

#main_column.colnum1 #recommend_area .block_body .productContents {
    float: right;
    width: 74%;
}
/* メインカラム用 2カラム時*/

#main_column.colnum2 #recommend_area .block_body .productContents,
#main_column.colnum2 #whobought_area .productContents {
    float: right;
    width: 74%;
}
/* メインカラム用 3カラム時*/

#main_column.colnum3 #recommend_area .block_body .productContents,
#main_column.colnum3 #whobought_area .productContents {
    float: right;
    width: 67%;
}
/* サイドカラム用 */

.side_column #recommend_area .block_body .productContents {
    clear: both;
}

#arrCheckItems {
    max-width: 1054px;
    margin: 50px auto 10px;
}

#flagproduct_area h3,
#arrCheckItems h3 {
    font-weight: normal;
    text-align: left;
}

.new_allproducts {
    clear: both;
    width: 100%;
    text-align: center;
}

.banner {
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.banner h2 {
    font-size: 200%;
    font-weight: bold;
    width: 100%;
    color: #f00;
}

.drawer #sns_image {
    /* background: #f4f5f5; */
    padding-bottom: 40px;
}
.wrap .sns,
#bottomcolumn .sns {
    /* background: #f4f5f5; */
    padding-top: 30px;
}

#sns_image .block_body {
    padding: 10px 0 5px;
    text-align: center;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#sns_image .block_body li {
    display: inline;
    width: 60px;
    max-width: 20%;
    margin: 0 15px;
}

#sns_image .block_body li img {
    /*border-radius: 15px;*/
    max-width: 40px;
}

#sns_image .block_body li img:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
}

.fb-like {
    float: left;
    width: 120px;
    margin: 10px 0 0 15px;
}

#flagproduct_area {
    padding-top: 25px;
}

#arrItemPack {
    padding-top: 25px;
}
/* まとめて購入
----------------------------------------------- */


#arrItemPack .recommend_comment {
    font-size: 120%;
    margin-bottom: 30px;
    /* border-radius: 8px; */
    padding: 20px 3%;
    background: #f7f8f8;
}

#arrItemPack ul.recommend_visual li.recommend_visual_li {
    width: 100%;
}

.recommend_visual_comment {
    max-width: 420px;
    padding: 15px;
    color: #333;
}

#arrItemPack div.style_item,
#arrItemPack div.style_item_r {
    max-width: 890px;
    margin: 0 auto 30px;
    /*background: #f9f9f9;*/
    padding: 10px 8%;
    border-radius: 8px;
}

#arrItemPack div.style_item_r div.style_image,
#arrItemPack div.style_image {
    width: 90%;
    margin: 20px auto;
    text-align: center;
}

#arrItemPack div.style_detail,
#arrItemPack div.style_item_r div.style_detail {
    width: 90%;
    margin: 0 auto 20px;
}

#arrItemPack div.style_detail ul li {
    float: left;
    width: 48%;
    margin: 5px 1%;
}

#arrItemPack div.style_detail h3.title {
    font-size: 120%;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 15px;
    padding-bottom: 3px;
    padding-left: 2%;
    text-align: left;
    border-bottom: 1px #ccc dashed;
}

#arrItemPack div.style_detail p.comment,
#arrItemPack div.style_detail ul,
#arrItemPack div.style_detail ul li p.name {
    margin-bottom: 5px;
}

#arrItemPack p.comment {
    clear: both;
    margin-top: 5px;
    padding: 10px;
    border-radius: 5px;
}

#arrItemPack div.style_detail p.sale_price {
    font-size: 150%;
    clear: both;
    text-align: right;
    color: #f00;
}

#arrItemPack div.style_item_r div.style_detail p.sale_price {
    font-size: 150%;
    text-align: left;
    color: #f00;
}

#arrItemPack p.cart_area {
    clear: both;
    margin-top: 10px;
    padding: 5px;
    text-align: center;
}

#flagproduct_area,
#arrItemPack {
    margin: 0 auto 0;
    /* border-bottom: 1px dashed #ccc; */
}

#arrCheckItems h2,
#arrItemPack h2 {
    margin-bottom: 25px;
}

#arrItemPack div.style_detail p.soldout {
    background: url('https://lynksimages.blob.core.windows.net/images/background/notinstock.png') no-repeat center center;
    background-size: contain;
}

#arrItemPack div.style_detail p.soldout img {
    opacity: .7;
}

.flickity-page-dots {
    display: none;
}

#newsLists .thmbnail,
.news .thumbnail {
    float: left;
    width: 20%;
    max-width:  100px;
    text-align: center;
}

#newsLists .thmbnail img,
.news .thumbnail img {
    max-height: 150px;
}

#newsLists dl,
.news .news_contents {
    float: right;
    width: 77%;
}

#newsLists .list,
.news .list {
    margin: 0 3%;
    border-bottom: 1px dashed #ccc;
    width: 44%;
    float: left;
    padding: 15px 0 15px;
    display: block;
}
#newsLists .list a,
.news .list a {
    color: #666;
}
#newsLists .list a h3,
.news .list a h3 {
    color: #333;
}
#newsLists .list a:hover,
.news .list a:hover {
    color: #999;
}
#newsLists .list:nth-child(2),
.news .list:nth-child(2),
#newsLists .list:first-child,
.news .list:first-child {
    border-top: 1px dashed #ccc;
}
#newsLists .list:nth-child(odd),
.news .list:nth-child(odd) {
    clear: both;
}
#newsLists .list .more-link,
.news .list .more-link {
    display: block;
    text-align: right;
    color: #333;
}
.news .more {
    margin: 15px auto;
    text-align: center;
    padding-top: 30px;
}

.news_contents {
    /*margin-bottom: 10px;
    padding-bottom: 10px;*/
    /* border-bottom: dashed #ccc 1px; */
}

.news_contents p {
    display: inline;
    margin-right: 2%;
}

.news_contents .category {
    font-size: 120%;
}

.news_contents .text {
    font-size: 120%;
    font-weight: bold;
}


/* ==============================================
 レスポンシブ スマホ 用 CSS
=============================================== */
/* 768px
----------------------------------------------- */
@media screen and (max-width: 768px) {
#news_area .block_body {
    width: 90%;
    min-width: auto;
    margin: 0 auto;
}
#arrCheckItems h2,
#news_area h2 {
    line-height: 48px;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
}
#arrCheckItems h2 img,
#news_area h2 img {
    width: 600px;
    max-width: 100%;
    height: 100%;
    max-height: 30px;
}
#newsLists .list,
.news .list {
    width: 94%;
    float: none;
    padding: 15px 0 15px;
    display: block;
}
#cart_area {
    right: 0;
    width: 100%;
}
#cart_area .cart_button {
    float: none;
    width: 100%;
    padding: 0;
}
.cart_img {
    width: 24px;
    margin: auto;
    height: 24px;
    padding: 0;
    text-align: center;
    background: url('https://lynksimages.blob.core.windows.net/images/icon/icon_cart.png') no-repeat center top;
    background-size: contain;
    position: relative;
}
.cart_img.cart_quantity {
    background: url('https://lynksimages.blob.core.windows.net/images/icon/icon_cart_red.png') no-repeat center top;
    background-size: contain;
}
.cart_img div {
    max-width: 16px;
    max-height: 16px;
    text-align: center;
    background: #fff;
    border-radius: 15px;
    color: #333;
    padding-top: 0;
    line-height: 16px;
    position: absolute;
    bottom: 0;
    left: -10px;
}
.cart_img div.total_quantity {
    background: #FF4B4B;
    color: #fff;
}
.sp_menu {
    width: 33.333%;
    display: inline-block;
    text-align: center;
    font-size: 2.4vw;
    cursor: pointer;
    color: #fff;
}
.sp_menu a {
    color: #fff;
}
.sp_menu_icon {
    width: 24px;
    margin: auto;
}
.sp_menu_text {
    width: 100%;
}
#btn_menu {
    position: absolute;
    bottom: 0px;
    z-index: 100;
    display: block;
    width: 25%;
}
.nav-trigger {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
    right: auto;
    height: auto;
    min-height: auto;
    padding-top: 0;
    border: none;
}
.nav-trigger span,
.nav-trigger span::before,
.nav-trigger span::after {
    background: #fff none repeat scroll 0 0;
    height: 4px;
}
.nav-trigger span {
    top: 10px;
}
.nav-trigger p {
    font-size: 2.4vw;
    text-align: center;
    letter-spacing: -1px;
    color: #fff;
    margin-top: 3px;
}
#container #drawer_guide_area.block_outer {
    padding-left: 0;
    padding-right: 0;
    background: #fff;
}
#drawer_guide_area {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
    height: 100%;
}
#drawer_guide_area .title {
    margin-top: 10%;
}
#container div#search_area {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
    height: 100%;
    padding: 20px 0;
}

    #container div#search_area .title {
        position: absolute;
        top: 0;
        z-index: 1000;
        display: none;
    }
    #container div#search_area .block_body {
        position: absolute;
        bottom: 30px;
    }
.next_confirm a {
    display: block;
    width: 90%;
    margin: 10px auto;
    padding: 15px 0;
    color: #fff;
    background: #e83828;
}
#container div#search_area dl.formlist.status dd input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin: 0 15px 15px 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.4);
}
#container .block_outer #login_area .block_body dl.formlist {
    float: none;
    width: 80%;
    margin: 0 auto 15px;
}
#container div#search_area dl.formlist.maker dd .box145,
#container div#search_area dl.formlist.category dd .box145 {
    line-height: 30px !important;
    float: left;
    width: 100% !important;
    /*border-bottom: 1px #ccc solid;*/
    margin-bottom: 20px;
    padding: 10px 2% !important;
    border: none;
}
#flagproduct_area ul li.gallery-cell,
#arrCheckItems ul li.arrCheckItems_li,
#main_column #recommend_area .product_item,
#whobought_area .product_item {
    width: 48%;
}
#flagproduct_area ul li:nth-child(n + 7) {
    display: none;
}
div#search_area .btn {
    clear: both;
    width: 60%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
div#search_area .btn.next_button input[type="submit"],
    div#search_area .btn.next_button a {
        padding: 0
    }
}

/* ==============================================
 レスポンシブ PC/タブレット 用 CSS
=============================================== */
/* 768px
----------------------------------------------- */

@media screen and (min-width: 768px) {
    /* まとめて購入
----------------------------------------------- */
#arrItemPack .recommend_comment {
    float: left;
    width: 20%;
    height: 310px;
    margin-top: 30px;
}
#arrItemPack ul.recommend_visual {
    float: right;
    width: 70%;
}
#arrItemPack div.style_image {
    float: left;
    width: 43%;
    text-align: center;
}
#arrItemPack div.style_item_r div.style_image {
    float: right;
    width: 43%;
}
#arrItemPack div.style_detail {
    float: right;
    width: 55%;
}
#arrItemPack div.style_item_r div.style_detail {
    float: left;
    width: 55%;
}
#arrItemPack div.style_detail ul li {
    float: left;
    width: 31.3333%;
    margin: 5px 1%;
}
#arrItemPack div.style_detail ul li.ItemPack_li2 {
    width: 48%;
}
#arrItemPack div.style_detail ul li img {}
#arrItemPack div.style_detail p.comment,
#arrItemPack div.style_detail ul,
#arrItemPack div.style_detail ul li img,
#arrItemPack div.style_detail ul li p.name {
    margin-bottom: 5px;
}
#arrItemPack p.comment {
    font-size: 1.2em;
    /* background: #fffde5; */
    margin-top: 5px;
    padding: 10px;
    border-radius: 4px;
}
#arrItemPack div.style_detail p.sale_price {
    font-size: 150%;
    clear: both;
    text-align: right;
    color: #f00;
}
#arrItemPack div.style_item_r div.style_detail p.sale_price {
    font-size: 150%;
    text-align: left;
    color: #f00;
}
#arrItemPack p.cart_area {
    clear: both;
    margin-top: 10px;
    padding: 5px;
    text-align: center;
}
.arrItemPack_body {
    clear: both;
    max-width: 1054px;
    margin: 25px auto;
}
#arrItemPack h2 {
    margin-bottom: 25px;
}
/* ===============================================
▼検索
=============================================== */
#search_area h2 {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
}
#container div#search_area {
    font-weight: bold;
    clear: both;
}
#container div#search_area .block_body {
    padding: 0 0 25px;
    background: #FFF4CF;
}
#container div#search_area dl.formlist.maker {
    font-size: 1.5em;
    display: block;
    float: none;
    width: 70% !important;
    min-height: 60px;
    margin: 25px auto;
}
#container div#search_area dl.formlist.category {
    font-size: 1.5em;
    display: block;
    float: none;
    width: 70% !important;
    min-height: 60px;
    margin: 25px auto;
}
#container div#search_area dl.formlist.status dd {
    float: none;
    width: 55%;
    min-height: 30px !important;
    margin: 25px auto;
}
#container div#search_area dl.formlist.status dd p {
    font-size: 1.8em;
    float: left;
    width: 32.333%;
    margin: 0 .5%;
    color: #0c2245;
}
#container div#search_area dl.formlist dt {
    float: left;
    margin-top: 5px;
    padding: 0;
    text-align: left;
    background: none;
}
#container div#search_area dl.formlist.category dt {
    width: 45%;
}
#container div#search_area dl.formlist.maker dd,
#container div#search_area dl.formlist.category dd {
    width: 100%;
}
#container div#search_area dl.formlist.maker dd .box145,
#container div#search_area dl.formlist.category dd .box145 {
    line-height: 30px !important;
    float: left;
    width: 100% !important;
    padding: 10px 2% !important;
    border: none;
    /*border-bottom: 1px #ccc solid;*/
}
    div#search_area .btn {
    clear: both;
    width: 80%;
    margin: 0 auto;
    padding: 0 0 5px;
    text-align: center;
}
    /* 左右の振り分け
----------------------------------------------- */
#container div#search_area dl.formlist.status dd input[type=checkbox] {
    line-height: 20px;
    width: 20px;
    height: 20px;
    margin: 0 10px 10px 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.4);
}
.next_confirm {
    display: none;
}
.news {
    clear: both;
    max-width: 80%;
    margin: auto;
}
}
