
@charset "utf-8";

/* +++++++++++++++++++++++++++++++

 feature.css
 PC、Tablet用

+++++++++++++++++++++++++++++++ */
/*
SP用のパーツは非表示
-----------------------------------*/
.feature .mode_sp { display: none; }

/*
特集全体
-----------------------------------*/
.feature {
    margin-bottom: -40px;
    padding-bottom: 40px;
}

/*
特集ヘッダー：通常
-----------------------------------*/
.feature header {
    margin-bottom: 30px;
}
.feature header .headline01 {
    margin: 0;
    padding: 15px;
    background: #333;
    color: #fff;
    font-size: 18px;
}
.feature header .image { text-align: center; }

/* ナビゲーション */
.contents_nav {
    padding: 5px 0;
    background: rgba(0, 0, 0, .2) url(/images/common/bg_contents_header30.png) repeat left top;
    background-size: 12px;
    text-align: center;
}
.contents_nav li {
    display: inline-block;
    vertical-align: middle;
}
.contents_nav a {
    position: relative;
    display: block;
    padding: 13px 30px;
    font-size: 15px;
    font-weight: 500;
    transition: 0.1s linear;
}
.contents_nav a:hover,
.contents_nav .net_shop a:hover {
    background: #444;
    color: #fff;
    text-decoration: none;
}

.contents_nav .net_shop a {
    position: relative;
    background: #fff;
    padding-left: 10px;
    text-align: left;
}
.contents_nav .net_shop a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 8px;
    height: 13px;
    margin-top: -7px;
    background: url(/images/common/sprite_feature.png) no-repeat 0 -50px;
    background-size: 7px auto;
    content: " ";
}
.contents_nav .net_shop a:hover:after { background-position: 0 0; }


/*
特集ヘッダー：背景画像＆テキスト型
-----------------------------------*/
.type_text .inner {
    padding: 0 20px;
    height: 230px;
    background: #fff url(/images/dummy/bg_contents_head.jpg) no-repeat right bottom;
    background-size: auto 230px;
}
.type_text p {
    max-width: 980px;
    margin: 0 auto;
    font-size: 14px;
}
.type_text .title {
    margin-bottom: 5px;
    padding-top: 80px;
    font-size: 34px;
    font-weight: 500;
}
.type_text .title a { text-decoration: none; }
.type_text .title a:hover { text-decoration: underline; }

/*
見出し
-----------------------------------*/
.heading01 {
    max-width: 980px;
    margin: 0 auto 20px;
}
.heading_feature01 {
    max-width: 980px;
    margin: 0 auto 20px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.heading_feature01:after {
    display: block;
    width: 160px;
    height: 4px;
    margin: 15px auto 0;
    border-radius: 2px;
    background: #333;
    content: " ";
}

.sub_head01 {
    position: relative;
    max-width: 980px;
    margin: 20px auto ;
    padding-left: 20px;
    font-size: 16px;
}
.sub_head01:before {
    position: absolute;
    top: 11px;
    left: 0;
    display: block;
    width: 13px;
    height: 3px;
    background: #333;
    content: " ";
}
.sub_head01:after {
    position: absolute;
    top: 11px;
    left: 8px;
    display: block;
    width: 5px;
    height: 3px;
    border-left: 2px solid #fff;
    background: #999;
    content: " ";
}

/*
通常ボックス
-----------------------------------*/
.box_feature {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 980px;
    margin: 0 auto 50px;
}
.box_feature:last-child { margin-bottom: 0; }
.box_feature > section { margin-bottom: 30px; }
.box_feature > section:last-child { margin-bottom: 0; }
.box_feature p,
.box_feature li {
    font-size: 16px;
    line-height: 1.8;
}
.box_feature .image { text-align: center; }

/*
キャッチ等用ボックス
-----------------------------------*/
.box_catch {
    margin: 30px auto;
    text-align: center;
}
.box_catch p { margin: 0; }

/*
汎用行揃え・テキスト
これ以上の上書きがない、かつどこに配置しても指定を有効にするため、
important指定を入れています。
-----------------------------------*/
.align_center { text-align: center !important; }
.align_right { text-align: right !important; }
.align_left { text-align: left !important; }

/* 強調フォント */
.txt_point { color: #e64545 !important; }

/* 注意書き等小さめのフォント */
.txt_supplement { font-size: 13px !important; }

/*
リンク
-----------------------------------*/
/* 文中リンク */
.feature p a,
.feature .list_square li a { text-decoration: underline; }
.feature p a:hover,
.feature .list_square li a:hover { text-decoration: none; }

/* リンク内画像 */
.feature a img { transition: 0.1s linear; }
.feature a:hover img {
    filter: alpha(opacity=60);
    opacity: 0.6;
}

/* アンカーリンク */
.list_anchor ul {
    overflow: hidden;
    display: table;
    margin: 0 auto 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.list_anchor li {
    display: table-cell;
    border-left: 1px solid #ccc;
}
.list_anchor li:first-child { border-left: none; }
.list_anchor a {
    position: relative;
    display: block;
    padding: 15px 40px 14px 20px;
    background: #fff;
    font-size: 14px;
    text-decoration: none;
    line-height: 1.4;
    transition: 0.1s linear;
}
.list_anchor a:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
}
.list_anchor a:after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 13px;
    height: 9px;
    margin-top: -4px;
    background:  url(/images/common/sprite_arrow.png) no-repeat -100px -100px;
    background-size: 200px auto;
    content: " ";
}
.list_anchor a:hover:after { background-position: -100px -150px; }

/* タブ */
.feature .tab a {
    font-size: 14px;
    line-height: 1.4;
}

/* インライン型リンク */
.list_inline_link li {
    display: inline-block;
    margin: 5px 5px 0 0 ;
}

.list_inline_link a {
    display: block;
    min-width: 150px;
    padding: 10px 10px 9px;
    background: #f2f2f2;
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
    transition: 0.1s linear;
}
.list_inline_link a.current,
.list_inline_link a:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
}

/* ボックス型リンク */
.box_link { margin: 20px 0; }
.box_link a {
    position: relative;
    display: block;
    padding: 10px 250px 10px 20px;
    border: 1px solid #f2f2f2;
    background: #f2f2f2;
    text-decoration: none;
}
.feature .box_link p { line-height: 1.4; }
.box_link .button {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.box_link a:hover .button {
    background: #fff;
    color: #333;
}

/* ブランドリスト */
.feature .list_shop_block a { text-decoration: none; }
.list_shop_block li > a { background: #fff; }
.list_shop_block li > div {
    position: relative;
    display: table;
    width: 201px;
    border: 4px solid #fff;
    background: #fff;
    text-align: center;
}
.list_shop_block p {
    font-size: 13px;
    line-height: 1.2;
}

/*
ボタン
-----------------------------------*/
.box_button {
    margin: 30px 0;
    text-align: center;
}
.box_button .button {
    display: inline-block;
    margin: 0 10px;
}

/*
テーブル
-----------------------------------*/
.feature .table_block th,
.feature .table_block td { font-size: 16px; }
.feature .table_block th { width: 180px; }
.feature .table_block td { background: #fff; }

/*
複数カラム用ボックス
-----------------------------------*/
/* カラム要素囲みボックス */
.wrap_column {
    margin: 30px 0;
    background: #f2f2f2;
}
.wrap_column.has_padding { padding: 10px; }
.wrap_column .inner {
    background: #e6e6e6;
}
/* 複数カラム共通要素 */
.wrap_column .title {
    margin: 0 0 10px;
    padding-top: 5px;
    font-weight: 500;
}
.wrap_column .title span {
    display: block;
    font-weight: 300;
}
.wrap_column p {
    margin: 10px 0 0;
    line-height: 1.4;
}
.wrap_column .image { margin: 0 auto;  }
.wrap_column .box_button { margin: 10px 0 0; }
.wrap_column .button { margin: 0; }

/* 複数カラム共通枠線ありボックス */
.wrap_column .inner.has_border {
    border: 1px solid #ccc;
}

/* ネットで買えますボタン */
.wrap_column .button_netshop {
    width: 100%;
    max-width: 200px;
    margin: 0;
    padding: 10px 0 9px 20px;
    background: #555 url(/images/common/bg_texture_bk10.png) repeat left top;
    background-size: 4px;
    font-size: 13px;
    color: #fff;
}
.wrap_column .button_netshop:hover { background :#fff; }
.wrap_column .button_netshop:before {
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    background: url(/images/common/sprite_icon.png) no-repeat -350px -200px;
      background-size: 500px auto;
      content: " ";
}
.wrap_column .button_netshop:hover:before { background-position: -400px -200px; }

/* 1カラム用ボックス */
.box_col1 {
    margin-top: 15px;
    /*padding: 10px;*/
}
.box_col1 .inner {/*tsuika*/
	padding: 10px
}
.box_col1:first-child { margin-top: 0; }

.box_col1 .image {
    float: left;
    max-width: 200px;
    margin: 0 15px 5px 0;
}
.box_col1 .description { padding: 5px 10px 10px; }
.box_col1 .description:after,
.box_col1 .description div:after  { display: none; }

/* 2カラム用ボックス */
.box_col2 {
    display: table;
    width: 100%;
    margin-top: 10px;
}
.box_col2:first-child { margin-top: 0; }

.box_col2 .inner {
    position: relative;
    left: 1%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    width: 49.5%;
    max-width: 475px;
    padding: 10px;
    vertical-align: top;
}
.box_col2 .inner:first-child { left: 0; }

.box_col2 .float_column .image {
    float: left;
    width: 235px;
}
.box_col2 .float_column .description { margin-left: 245px; }

/* 3カラム用ボックス */
.box_col3 {
    display: table;
    width: 100%;
    margin-top: 10px;
}
.box_col3:first-child { margin-top: 0; }

.box_col3 .inner {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    width: 32.66%;
    max-width: 320.133px;
    padding: 10px;
    vertical-align: top;
}
.box_col3 .inner + .inner { left: 1%; }
.box_col3 .inner + .inner + .inner { left: 2%; }
.box_col3 .image { max-width: 300px; }

/* 4カラム用ボックス */
.box_col4 {
    display: table;
    width: 100%;
    margin-top: 10px;
}
.box_col4:first-child { margin-top: 0; }

.box_col4 .inner {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    width: 24.24%;
    max-width: 237.6px;
    padding: 10px;
    vertical-align: top;
}
.has_padding .box_col4 .inner { width: 24.25%; }
.box_col4 .inner + .inner { left: 1%; }
.box_col4 .inner + .inner + .inner { left: 2%; }
.box_col4 .inner + .inner + .inner + .inner { left: 3%; }

.box_col4 .image { max-width: 215px; }



/*
ネットショップ導線
-----------------------------------*/
.guide_netshop {
    margin-bottom: 50px;
    padding: 15px;
    background: #555 url(/images/common/bg_texture_bk10.png) repeat left top;
    background-size: 4px;
    color: #fff;
    text-align: center;
}
.guide_netshop p { margin: 0 0 10px; }

.guide_netshop p a {
    color: inherit;
    text-decoration: none;
}

.guide_netshop > a {
    position: relative;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    padding: 13px 90px;
    background: #fff;
    vertical-align: middle;
}
.guide_netshop > a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 7px;
    height: 13px;
    margin-top: -6px;
    background: url(/images/common/sprite_arrow.png) no-repeat -50px -100px;
    background-size: 200px auto;
    content: " ";
    visibility: visible;
}
.guide_netshop img { width: 100%; }

/*
ボックスパーツ1
-----------------------------------*/
.box_enclosing {
    margin: 0 auto 50px;
    padding: 15px;
    border: 1px solid #d9d9d9;
    background: #fff;
}
.box_enclosing .heading_enclosing {
    margin: -15px -15px 15px;
    padding: 15px;
    background: #333;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.box_enclosing p:first-child { margin-top: 0; }
.box_enclosing p:last-child { margin-bottom: 0; }

/*
ボックスパーツ2
-----------------------------------*/
.box_wide_texture {
    margin: 0 0 50px;
    padding: 20px;
    background: #e5e5e5 url(/images/common/bg_texture_w.png) repeat left top;
    background-size: 10px;
}
.box_wide_texture > .inner {
    max-width: 980px;
    margin: 0 auto;
}

/*
背景切り返し用パーツ
-----------------------------------*/
.box_wide {
    margin: 0 0 50px;
    padding: 20px;
    background: #f2f2f2;
}
.box_wide > .inner {
    max-width: 980px;
    margin: 0 auto;
}
.box_wide p {
    font-size: 16px;
    line-height: 1.8;
}


/*
ボックスパーツ2・背景切り返し用パーツ共通
-----------------------------------*/
/* パーツ内2カラム */
.inner .box_col2 .inner {
    padding: 15px;
    border-radius: 8px;
    background: #fff;
    text-align: center;
}
.inner .box_col2 .inner { width: 49%; }
.inner .box_col2 .inner + .inner { left: 2%; }
.inner .box_col2 .title {
    margin: 10px 0 15px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.inner .box_col2 p { font-size: 16px; }
.inner .box_col2 .box_button { margin: 10px 0 0; }

/*
特集フッタ
-----------------------------------*/
.feature footer {
    max-width: 960px;
    margin: 0 auto;
    padding: 10px;
    background: #e6e6e6;
}
.feature .twitter,
.feature .facebook {
    display: inline-block;
    width: 28px;
    height: 18px;
    margin: 0 3px;
    padding: 5px 0;
    border-radius: 3px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 18px;
    transition: 0.1s linear;
}
.feature .twitter { background: #000; }
.feature .facebook {
    border-color: #3b5998;
    background: #3b5998;
}

.feature .twitter:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
}
.feature .facebook:hover {
    background: #fff;
    color: #3b5998;
    text-decoration: none;
}
.footer_anounce {
    max-width: 980px;
    margin: 20px auto 0;
}


/*
タブレット差分
-----------------------------------*/
@media all and (max-width: 1279px) {
  .list_shop_block li > div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;;
  }
}
@media all and (max-width: 980px) {
    /*.feature .mode_pc { display: none; }
    .feature .mode_other { display: block; }tsuika*/
    .feature { padding-bottom: 60px; }
    .box_feature p,
    .list_inline_link,
    .list_square {
        padding: 0 20px;
    }
    .box_feature .image,
    .box_link,
    .guide_netshop,
    .feature > .box_enclosing { margin: 20px; }
    .box_feature .list_shop_block .image { margin: 0; }

    .wrap_column p { padding: 0; }
    .wrap_column .image { margin: 0 auto; }
    .box_col1 .image { margin: 0 15px 5px 0; }
    .box_col2 .float_column .image { max-width: 180px; }
    .box_col2 .float_column .description { margin-left: 190px; }
    .box_col4 .button_small {
        max-width: 170px;
        margin: 0;
    }
    .button { max-width: 350px; }
}



