@charset 'UTF-8';
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
/* These browsers currently include
** Android 4.3-4.4+,
** Chrome 39-40+,
** Firefox 34-35+,
** Internet Explorer 10-11+,
** iOS 7-8+,
** Safari 7-8+,
** Windows Phone 8.1+.
*/
/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*
 * Normalization
 */
:root
{
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
}

audio:not([controls])
{
    display: none;
}

details
{
    display: block;
}

input[type='number']
{
    width: auto;
}

input[type='search']
{
    -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}

main
{
    display: block;
}

summary
{
    display: block;
}

pre
{
    overflow: auto;
}

progress
{
    display: inline-block;
}

small
{
    font-size: 75%;
}

template
{
    display: none;
}

textarea
{
    overflow: auto;
}

[hidden]
{
    display: none;
}

[unselectable]
{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

/*
 * Universal inheritance
 */
*,
:before,
:after
{
    box-sizing: inherit;
}

*
{
    font-size: inherit;
    line-height: inherit;
}

:before,
:after
{
    vertical-align: inherit;
    text-decoration: inherit;
}

/*
 * Opinionated defaults
 */
*,
:before,
:after
{
    border-width: 0;
    border-style: solid;
}

*
{
    margin: 0;
    padding: 0;
}

:root
{
    font: 14px/1.571em sans-serif;

    box-sizing: border-box;

    cursor: default;

    text-rendering: optimizeLegibility;
}

html
{
    background-color: #fff;
}

a
{
    text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video
{
    vertical-align: middle;
}

button,
input,
select,
textarea
{
    background-color: transparent;
}

button,
input,
select,
textarea
{
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;

    color: inherit;
}

button,
[type='button'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='reset'],
[type='search'],
[type='submit'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
select,
textarea
{
    min-height: 1.571em;
}

code,
kbd,
pre,
samp
{
    font-family: monospace, monospace;
}

nav ol,
nav ul
{
    list-style: none;
}

select
{
       -moz-appearance: none;
    -webkit-appearance: none;
}

select::-ms-expand
{
    display: none;
}

select::-ms-value
{
    color: currentColor;
}

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

textarea
{
    resize: vertical;
}

::-moz-selection
{
    background-color: #b3d4fc;
    text-shadow: none;
}

::selection
{
    background-color: #b3d4fc;
    text-shadow: none;
}

@media screen
{
    [hidden~='screen']
    {
        display: inherit;
    }
    [hidden~='screen']:not(:active):not(:focus):not(:target)
    {
        position: absolute !important;

        clip: rect(0 0 0 0) !important;
    }
}

*
{
    margin: 0;
    padding: 0;

    outline: 0;
}

/* general params
--------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
pre,
ul,
ol,
dl,
dt,
dd,
address,
form,
blockquote
{
    font-weight: normal;
    /* margin&padding reset */
    font-style: normal;

    display: block;

    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section
{
    display: block;

    margin: 0;
}

table
{
    font-size: small;

    margin: 0;

    empty-cells: show;
    border-collapse: collapse;
}

hr,
.areaAnchor,
.anchor
{
    display: none;
}

img
{
    vertical-align: bottom;

    border: none;
    /* img do not want a border */
}

li
{
    list-style: none;
}

blockquote,
q
{
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after
{
    content: '';
    content: none;
}

ins
{
    text-decoration: none;

    color: #000;
    background-color: #ff9;
}

mark
{
    font-weight: bold;
    font-style: italic;

    color: #000;
    background-color: #ff9;
}

del
{
    text-decoration: line-through;
}

abbr[title],
dfn[title]
{
    cursor: help;

    border-bottom: 1px dotted;
}

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

/* acronyms and abbreviations styles
-------------------------------------*/
acronym,
abbr
{
    cursor: help;
}

/* word break
-------------------------------------*/
p
{
    word-break: normal;
}

/* image position
-------------------------------------*/
img
{
    vertical-align: bottom;
}

pre{
    /* Mozilla */
    white-space: -moz-pre-wrap;
    /* Opera 4-6 */
    white-space: -pre-wrap;
    /* Opera 7 */
    white-space: -o-pre-wrap;
    /* CSS3 */
    white-space: pre-wrap;
    /* IE 5.5+ */
    word-wrap: break-word;
}

/*
===== 2: form setting ===========================
*/
option
{
    padding-right: 10px;
}

input,
select
{
    vertical-align: middle;
}
main,
footer{
	position : relative;
}
.btn-link-back_up .arrow,
.btn-link-back .arrow,
.btn-prev,
.btn-next,
.btn-sns.style-01 p span,
.btn-sns.style-01 a.btn-fb,
.btn-sns.style-01 a.btn-tw,
.btn-sns.style-01 a.btn-gp,
.btn-sns.style-01 a.btn-pr,
.btn-sns.style-02 a.btn-fb,
.btn-sns.style-02 a.btn-tw,
.btn-sns.style-02 a.btn-gp,
.btn-sns.style-02 a.btn-pr,
.mod-content #adMovieArea .btn-movie-play,
.mod-content #ttlArea .date .pr,
.mod-content .tags .txt-tag,
.mod-content .share-box dl dt,
.mod-content .share-box dl dd .btn-fb,
.mod-content .share-box dl dd .btn-tw,
.mod-content .share-box dl dd .btn-gp,
.mod-content .share-box dl dd .btn-pr,
.mod-content .catchcopy .logo,
#ftContentsWrap #rankingArea .category li span.rank-01,
#ftContentsWrap #rankingArea .category li span.rank-02,
#ftContentsWrap #rankingArea .category li span.rank-03,
.bx-prev,
.bx-next,
.flex-prev,
.flex-next,
header.mod-hd-main .inner h1 a,
header.mod-hd-main .inner .hp-link a,
header.mod-hd-main .inner .hd-sns li .icon-fb,
header.mod-hd-main .inner .hd-sns li .icon-tw,
header.mod-hd-main .inner .hd-sns li .icon-ig,
header.mod-hd-main .inner .hd-sns li .icon-ln,
header.mod-hd-main .inner .hd-sns li .icon-pr,
header.mod-hd-main .inner .hd-sns li .icon-push,
header.mod-hd-simple .inner h1 a,
header.mod-hd-simple .inner .hd-sns li .icon-fb,
header.mod-hd-simple .inner .hd-sns li .icon-tw,
header.mod-hd-simple .inner .hd-sns li .icon-ig,
header.mod-hd-simple .inner .hd-sns li .icon-ln,
header.mod-hd-simple .inner .hd-sns li .icon-pr,
header.mod-hd-simple .inner .hd-sns li .icon-push,
nav .mod-nav-main .inner ul li#gNav-logo a,
nav .mod-nav-main .inner ul li#gNav-search a,
nav .mod-nav-main .inner #searchBox #searchform1 #searchBtn1,
nav .mod-nav-main .inner #searchBox #btn-close,
footer .upper .inner .ttl-style-01 a,
footer .middle .inner #searchform2 #searchBtn2,
footer .middle .inner #follow ul li p,
footer .middle .inner #follow ul li .icon-fb,
footer .middle .inner #follow ul li .icon-tw,
footer .middle .inner #follow ul li .icon-ig,
footer .middle .inner #follow ul li .icon-ln,
footer .middle .inner #follow ul li .icon-pr,
footer .middle .inner #follow ul li .icon-push
{
    display: block;
    overflow: hidden;

    text-indent: -9999px;

    background-repeat: no-repeat;
}

.mod-content #mainContent,
.mod-content #pagenation,
.mod-content #more-topics,
#ftContentsWrap #closeUpArea,
#ftContentsWrap #mightlikeArea .inner,
#ftContentsWrap #whatsnewArea,
#ftContentsWrap #magazineArea,
#ftContentsWrap #rankingArea
{
    box-sizing: border-box;
    width: 980px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding: 0 13px;

    background: #fff;
}

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
html
{
    overflow-x: hidden;
}
pre,
body
{
    font-family: 'Montserrat', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
    font-size: 14px;
    line-height: 1.571em;

    position: relative;

    overflow-x: hidden;

    width: 100%;
    margin: 0 auto;
    padding: 0;

    word-break: normal;

    color: #000;
    background: #fff;
}
body .txt
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
}

.lazy
{
    background: url("../../img/pc/common/loading.gif") no-repeat center center;
}

.lazy.no-lazy
{
    background: none;
}
a
{
    -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
    outline: none;
    color : #000;
}
a:link
{
    text-decoration: none;
    color: #000;
}

a:hover
{
    text-decoration: none;

    opacity: .6;
    color: #000;
    filter: alpha(opacity=60);
}
.ad-banner{
	text-align:center;
	margin : 0 auto;
}
	.ad-banner img[width="800"]{
		margin-bottom : 84px;
	}
	.ad-banner img[width^="9"]{
		margin-bottom : 84px;
	}
div[id^="CM8"] a,
.banner a{
	cursor : pointer;
}
div[id^="CM8"] a:hover,
.banner a:hover{
    opacity:1;
    filter: alpha(opacity=100);
}
a:visited
{
    text-decoration: none;

    color: #000;
}

a:active
{
    text-decoration: none;

    color: #000;
}
.btn-link
{
    line-height: 42px;

    position: relative;

    display: block;

    box-sizing: border-box;
    width: 268px;
    height: 42px;
    margin: auto;

    text-align: center;

    border: 1px solid black;
}

.btn-link span
{
    position: absolute;

    -webkit-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;

    background: #999;
}

.btn-link .bt
{
    top: -1px;
    left: 0;

    width: 0;
    height: 1px;
}

.btn-link .br
{
    top: 0;
    right: -1px;

    width: 1px;
    height: 0;
}

.btn-link .bb
{
    right: 0;
    bottom: -1px;

    width: 0;
    height: 1px;
}

.btn-link .bl
{
    bottom: 0;
    left: -1px;

    width: 1px;
    height: 0;
}

.btn-link:hover
{
    opacity: .6;

    filter: alpha(opacity=60);
}

.btn-link:hover .bt
{
    width: 100%;
}

.btn-link:hover .br
{
    height: 100%;
}

.btn-link:hover .bb
{
    width: 100%;
}

.btn-link:hover .bl
{
    height: 100%;
}
.btn-link-back_up,
.btn-link-back
{
    line-height: 42px;
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 279px;
    height: 42px;
    margin: auto;
    text-align: center;
    border: 1px solid black;
}
.btn-link-back_up .arrow,
.btn-link-back .arrow
{
    display: inline-block;
    width: 6px;
    height: 10px;
    padding-right: 16px;
    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: -569px -347px;
}
.btn-link-back_up .arrow{
     background-position: -541px -402px;
    transform: rotate(-180deg);
    margin-right:5px;
}

.btn-link-back span[class^='b']
{
    position: absolute;
    -webkit-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
    background: #999;
}

.btn-link-back .bt
{
    top: -1px;
    left: 0;
    width: 0;
    height: 1px;
}

.btn-link-back .br
{
    top: 0;
    right: -1px;
    width: 1px;
    height: 0;
}

.btn-link-back .bb
{
    right: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
}

.btn-link-back .bl
{
    bottom: 0;
    left: -1px;

    width: 1px;
    height: 0;
}

.btn-link-back:hover
{
    opacity: .6;

    filter: alpha(opacity=60);
}

.btn-link-back:hover .bt
{
    width: 100%;
}

.btn-link-back:hover .br
{
    height: 100%;
}

.btn-link-back:hover .bb
{
    width: 100%;
}

.btn-link-back:hover .bl
{
    height: 100%;
}

.btn-prev
{
    position: absolute;

    width: 24px;
    height: 34px;

    -webkit-transition: -webkit-transform .3s ease-out;
            transition:         transform .3s ease-out;

    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: -540px -215px;
}

.btn-prev:hover
{
    cursor: pointer;
    -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px);
}

.btn-next
{
    position: absolute;

    width: 24px;
    height: 34px;

    -webkit-transition: -webkit-transform .3s ease-out;
            transition:         transform .3s ease-out;

    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: -540px -259px;
}

.btn-next:hover
{
    cursor: pointer;
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
}

.text-bold{
	font-weight:bold;
}

.mb10
{
    margin-bottom: 10px !important;
}
.mb36
{
    margin-bottom: 36px !important;
}

.mb42
{
    margin-bottom: 42px !important;
}

.mb48
{
    margin-bottom: 48px !important;
}

.mb54
{
    margin-bottom: 54px !important;
}

.mb60
{
    margin-bottom: 60px !important;
}

.mb66
{
    margin-bottom: 66px !important;
}

.mb72
{
    margin-bottom: 72px !important;
}

.mb78
{
    margin-bottom: 78px !important;
}

.mb84
{
    margin-bottom: 84px !important;
}

.mb90
{
    margin-bottom: 90px !important;
}

.mb96
{
    margin-bottom: 96px !important;
}

.mb120
{
    margin-bottom: 120px !important;
}

.btn-sns.style-01
{
    position: absolute;
    z-index: 10;
    right: 0;
    left: 0;

    width: 138px;
    height: 75px;
    margin: auto;
}

.btn-sns.style-01 p
{
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 36px;
    height: 36px;
    margin: auto;

    border-radius: 100%;
    background: #fff;
}

.btn-sns.style-01 p span
{
    width: 36px;
    height: 36px;

    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: -489px -475px;
}

.btn-sns.style-01 a:first-child
{
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
    left: 0;

    width: 36px;
    height: 36px;
    margin: auto;
}

.btn-sns.style-01 a:first-child:hover
{
    cursor: default;

    opacity: 1;

    filter: alpha(opacity=100);
}

.btn-sns.style-01 a.btn-fb
{
    width: 36px;
    height: 36px;

    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: 0 -163px;
    background-size: 288px 257px;
}

.btn-sns.style-01 a.btn-tw
{
    width: 36px;
    height: 36px;

    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: -41px -163px;
    background-size: 288px 257px;
}

.btn-sns.style-01 a.btn-gp
{
    width: 36px;
    height: 36px;

    background-image: url("../../img/pc/common/sprites-common.png?20190617");
    background-position: -82px -163px;
    background-size: 288px 257px;
}

.btn-sns.style-01 a.btn-pr
{
    width: 36px;
    height: 36px;

    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: -123px -163px;
    background-size: 288px 257px;
}

.btn-sns.style-01 a[class^='btn']
{
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 1px;
    left: 0;

    margin: auto;

    -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
    -webkit-transform: translate(0, 0) scale(0);
        -ms-transform: translate(0, 0) scale(0);
            transform: translate(0, 0) scale(0);
}

.btn-sns.style-01 a[class^='btn']:hover
{
    opacity: .7;

    filter: alpha(opacity=70);
}

.btn-sns.style-01.is-active .btn-fb
{
    -webkit-transform: translate(-52px, -11px) scale(1);
        -ms-transform: translate(-52px, -11px) scale(1);
            transform: translate(-52px, -11px) scale(1);
}

.btn-sns.style-01.is-active .btn-tw
{
    -webkit-transform: translate(-21px, -41px) scale(1);
        -ms-transform: translate(-21px, -41px) scale(1);
            transform: translate(-21px, -41px) scale(1);
}

.btn-sns.style-01.is-active .btn-gp
{
    -webkit-transform: translate(22px, -41px) scale(1);
        -ms-transform: translate(22px, -41px) scale(1);
            transform: translate(22px, -41px) scale(1);
}

.btn-sns.style-01.is-active .btn-pr
{
    -webkit-transform: translate(52px, -11px) scale(1);
        -ms-transform: translate(52px, -11px) scale(1);
            transform: translate(52px, -11px) scale(1);
}

.ie9 .btn-sns.style-01
{
    background: rgba(255, 255, 255, 0);
}

.btn-sns.style-02
{
    position: absolute;
    right: 0;
    left: 0;

    width: 110px;
    height: 20px;
    margin: auto;
}

.btn-sns.style-02:after
{
    display: block;
    clear: both;

    content: '';
}

.btn-sns.style-02 a
{
    float: left;
}

.btn-sns.style-02 a.btn-fb
{
    width: 20px;
    height: 20px;
    margin-right: 8px;

    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: -25px -237px;
    background-size: 288px 257px;
}

.btn-sns.style-02 a.btn-tw
{
    width: 20px;
    height: 20px;
    margin-right: 9px;

    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: -50px -237px;
    background-size: 288px 257px;
}

.btn-sns.style-02 a.btn-gp
{
    width: 25px;
    height: 20px;
    margin-right: 7px;

    background-image: url("../../img/pc/common/sprites-common.png?20190617");
    background-position: -230px -156px;
    background-size: 288px 257px;
}

.btn-sns.style-02 a.btn-pr
{
    width: 20px;
    height: 20px;

    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: -216px -204px;
    background-size: 288px 257px;
}

.txt-fashion {
    background: url("../../img/pc/common/category-title/fashion_small.png") no-repeat center bottom;
}

.txt-beauty {
    background: url("../../img/pc/common/category-title/beauty_small.png") no-repeat center bottom;
}

.txt-culture {
    background: url("../../img/pc/common/category-title/culture_small.png") no-repeat center bottom;
}

.txt-jewelry,
.txt-jewelry_watch {
    background: url("../../img/pc/common/category-title/jewelry_watch_small.png") no-repeat center bottom;
}

.txt-wedding {
    background: url("../../img/pc/common/category-title/wedding_small.png") no-repeat center bottom;
}

.txt-spurgram {
    background: url("../../img/pc/common/category-title/spurgram_small.png") no-repeat center bottom;
}

.txt-magazine {
    background: url("../../img/pc/common/category-title/magazine_small.png") no-repeat center bottom;
}

.txt-from_editors {
    background: url("../../img/pc/common/category-title/from_editors_small.png") no-repeat center bottom;
}

.txt-fortune {
    background: url("../../img/pc/common/category-title/fortune_small.png") no-repeat center bottom;
}

.txt-special {
    background: url("../../img/pc/common/category-title/special_small.png") no-repeat center bottom;
}

.txt-pickup,
.txt-pick_up {
    background: url("../../img/pc/common/category-title/pick_up_small.png") no-repeat center bottom;
}

.txt-news {
    background: url("../../img/pc/common/category-title/news_small.png") no-repeat center bottom;
}

.txt-collection {
    background: url("../../img/pc/common/category-title/collection_small.png")
    no-repeat center bottom;
}

.txt-large-fashion {
    background: url("../../img/pc/common/category-title/fashion_large.png") no-repeat center bottom;
}

.txt-large-beauty {
    background: url("../../img/pc/common/category-title/beauty_large.png") no-repeat center bottom;
}

.txt-large-culture {
    background: url("../../img/pc/common/category-title/culture_large.png") no-repeat center bottom;
}

.txt-large-jewelry,
.txt-large-jewelry_watch {
    background: url("../../img/pc/common/category-title/jewelry_watch_large.png") no-repeat center bottom;
}

.txt-large-wedding {
    background: url("../../img/pc/common/category-title/wedding_large.png") no-repeat center bottom;
}

.txt-large-spurgram {
    background: url("../../img/pc/common/category-title/spurgram_large.png") no-repeat center bottom;
}

.txt-large-magazine {
    background: url("../../img/pc/common/category-title/magazine_large.png") no-repeat center bottom;
}

.txt-large-from_editors {
    background: url("../../img/pc/common/category-title/from_editors_large.png") no-repeat center bottom;
}

.txt-large-fortune {
    background: url("../../img/pc/common/category-title/fortune_large.png") no-repeat center bottom;
}

.txt-large-special {
    background: url("../../img/pc/common/category-title/special_large.png") no-repeat center bottom;
}

.txt-large-pickup,
.txt-large-pick_up {
    background: url("../../img/pc/common/category-title/pick_up_large.png") no-repeat center bottom;
}

.txt-large-news {
    background: url("../../img/pc/common/category-title/news_large.png") no-repeat center bottom;
}

.txt-large-collection {
    background: url("../../img/pc/common/category-title/collection_large.png") no-repeat center bottom;
}
#wrapper{
	overflow:hidden;
}
.mod-content
{
    width: 100%;
}

.mod-content .ttl-style-01
{
    font-size: 44px;
    line-height: 44px;

    margin-bottom: 22px;

    text-align: center;
    letter-spacing: -1px;
}

.mod-content .ttl-style-02
{
    font-size: 22px;
    line-height: 24px;

    margin-bottom: 42px;

    text-align: center;
    letter-spacing: -1px;
}

.mod-content .ttl-style-03
{
    font-size: 14px;
    line-height: 16px;

    margin-bottom: 12px;

    text-align: center;
}

.mod-content .ttl-style-04
{
    font-size: 14px;
    line-height: 14px;

    margin-bottom: 12px;

    text-align: center;
}

.mod-content .ttl-style-05
{
    font-size: 12px;
    line-height: 12px;

    margin-bottom: 12px;

    text-align: center;
}

.mod-content .txt-link
{
    display: block;

    text-decoration: underline;
}
.mod-content .txt-link:hover
{
    text-decoration: underline;
}

.mod-content #mainContent
{
    position: relative;
}

.mod-content #mainContent:after
{
    display: block;
    clear: both;

    content: '';
}

.mod-content #mainContent .mainContent-inner
{
    float: left;
}

.mod-content .adArea
{
    float: right;

    width: 300px;
}

.mod-content .adArea:after
{
    display: block;
    clear: both;

    content: '';
}

.mod-content .adArea .inner
{
    position: absolute;
}

.mod-content .adArea .inner.js-fixed
{
    position: fixed;
}
.mod-content .adArea .inner.js-absolute
{
    position: absolute;
}

.mod-content .adArea .inner .banner + .banner
{
    margin-top: 24px;
}

.mod-content #adMovieArea
{
    position: relative;

    width: 100%;
    height: 684px;
    margin-bottom: 84px;
}

.mod-content #adMovieArea .back-image
{
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;

    width: 1280px;
    margin: auto;

    background-size: 100% auto;
}

.mod-content #adMovieArea #ad-movie
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 764px;
    height: 430px;
    margin: auto;
}

.mod-content #adMovieArea #ad-movie .SyPlayerWrapper
{
    height: 430px;

    background-size: 100% auto;
}

.mod-content #adMovieArea .btn-movie-play
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 134px;
    height: 134px;
    margin: auto;

    -webkit-transition: opacity .3s linear;
            transition: opacity .3s linear;

    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: 0 -183px;
}

.mod-content #adMovieArea .btn-movie-play:hover
{
    cursor: pointer;

    opacity: .6;

    filter: alpha(opacity=60);
}

.mod-content .bnr-super
{
    width: 954px;
    margin: 0 auto 80px;
    text-align: center;
}
.mod-content .bnr-pushdown{
    width :954px;
    margin: 0 auto;
    text-align: center;
    margin-bottom:10px;
    padding-top:1px;
}
.bnr-pushdown img[height="90"]{
	margin-bottom:10px;
}

.mod-content .slide-feature ul[class^='slide-']
{
    overflow: hidden;
    position: relative;
    width: 904px;
    height: 342px;
    margin: 0 auto;
    z-index:5;
}
.mod-content .slide-feature ul#slide-recommend{
	margin-bottom : 40px;
}
.mod-content .slide-feature ul#slide-recommend img{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	background-color:#efefef;
}
.mod-content .slide-feature ul[class^='slide-']:after
{
    display: block;
    clear: both;

    content: '';
}

.mod-content .slide-feature ul[class^='slide-'] li
{
    position: absolute;
    float: left;
    overflow: hidden;
    width: 300px;
    margin-right: 2px;
}
.mod-content .slide-feature ul[class^='slide-'] li .featureImgWrap{
	height : 225px;
	overflow:hidden;
}
.mod-content .slide-feature ul[class^='slide-'] li img{
display :block;
position : relative;
width : 300px;
}
.mod-content .slide-feature ul[class^='slide-'] li .btn-sns,
.mod-content .slide-feature ul[class^='slide-'] li .txtArea{
      -webkit-transition: all 0.1s;
      -moz-transition: all 0.1s;
      -ms-transition: all 0.1s;
      -o-transition: all 0.1s;
      transition: all 0.1s;
	opacity:0;
}
.mod-content section.slide-feature{
	position :relative;
}
.mod-content .slide-feature ul[class^='slide-'] li .txtArea{
}
.mod-content .slide-feature ul[class^='slide-'] li .txtArea p{
	line-height :1.6rem;
	height :3.2rem;
	overflow:hidden;
}
.mod-content .slide-feature ul[class^='slide-'] li .txtArea p span{
	height:3.2rem;
	overflow-y:hidden;
}
.mod-content .slide-feature ul[class^='slide-'] li .txtArea span.date{
	text-align :center;
	font-size :12px;
	display :block;
	line-height:12px;
	overflow:hidden;
	margin-top:17px;
}
section.slide-feature div.arrowWrapeer{
	width : 954px;
	margin : 0 auto;
	height: 0px;
}
section.slide-feature div.arrow{
	position :relative;
	top:-254px;
	z-index:0;
	height : 34px;
	width :954px;
}
section#recommendarea div.arrow{
	top:-285px;
}
section.slide-feature div.arrow span.btn-next{
	right:0;
}

.mod-content .slide-feature ul[class^='slide-'] li:nth-child(3n)
{
    margin-right: 0;
}

.mod-content .slide-feature ul[class^='slide-'] li .txtArea
{
    height: 118px;
    padding: 25px 18px 0;
}

.mod-content .slide-feature ul[class^='slide-'] li .btn-sns
{
    top: 168px;
}

.mod-content .slide-feature ul[class^='slide-'] li .btn-sns p
{
    background: #efefef;
}
.mod-content .slide-feature ul#slide-recommend li .btn-sns p
{
    background: #fff;
}
.mod-content .slide-feature ul#slide-recommend .date
{
	line-height :16px;
}

.mod-content .slide-feature .bx-wrapper .bx-prev
{
    top: 96px;
    left: -30px;
}

.mod-content .slide-feature .bx-wrapper .bx-next
{
    top: 96px;
    right: -30px;
}

.mod-content .circle-mask
{
    overflow: hidden;

    -webkit-transition: all .2s ease-in;
            transition: all .2s ease-in;
    -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
            transform: scale(.6);

    opacity: .3;
    border-radius: 100%;

    filter: alpha(opacity=30);
}

.mod-content .js-circle.is-active .circle-mask
{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);

    opacity: 1;

    filter: alpha(opacity=100);
}

.mod-content .list_icon_album,
.mod-content .blank:before
{
    z-index: 1;
    position: absolute;
    top: 10px;
    left: 10px;

    width: 19px;
    height: 17px;

    content: '';

    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: -540px -347px;
}


.mod-content #more-topics-list .list_icon_album{
	left:23px;
}
.mod-content .list_icon_pr,
.mod-content .pr:after
{
    position: absolute;
    top: 0;
    right: 0;

    width: 36px;
    height: 14px;

    content: '';

    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: -209px -35px;
    background-size: 288px 257px;
}

.mod-content .bordering
{
    border: 1px solid #d7d7d7;
}

.mod-content .timeago
{
    font-size: 12px;
    line-height: 12px;

    margin-top: 12px;

    text-align: center;
}

.mod-content .tag-style:after
{
    display: block;
    clear: both;

    content: '';
}

.mod-content .tag-style li
{
    display: inline-block;

    margin: 10px 10px 0 0;
}

.mod-content .tag-style li a
{
    display: block;

    box-sizing: border-box;
    padding: 4px 18px;

    -webkit-transition: background .2s linear;
            transition: background .2s linear;

    border: 1px solid #d7d7d7;
}

.mod-content .tag-style li a:hover
{
    opacity: 1;
    color: #fff;
    background: #9e9e9e;

    filter: alpha(opacity=100);
}

.mod-content #ttlArea
{
   margin-bottom: 8px;
}

.mod-content #ttlArea:after
{
    display: block;
    clear: both;

    content: '';
}

.mod-content #ttlArea h2
{
    float: left;
    width: 477px;
    margin-bottom: 0;
    text-align: left;
    vertical-align: bottom;
}
.mod-content #ttlArea .wysiwygHeader h2{
	float:none;
	width:100%;
}
.mod-content #ttlArea h3.ttl-style-series{
	text-align : left;
	margin-bottom:9px;
}
.mod-content #ttlArea h3.ttl-style-series+.wysiwygHeader,
.mod-content #ttlArea h3.ttl-style-series+.wysiwygHeader p{
	margin-bottom :9px;
}
.mod-content #ttlArea h2.ttl-style-theme{
	text-align : left;
	font-size:20px;
	padding : 9px 0 7px 0;
	width : 100%;
	font-weight : bold;
}

.mod-content #ttlArea .date
{
    line-height: 14px;

    position: relative;

    float: right;

    width: 120px;

    text-align: right;
}

.mod-content #ttlArea .date .pr
{
    position: absolute;
    z-index: 10;
    top: -1px;
    left: 0;

    width: 36px;
    height: 15px;

    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: -209px -34px;
    background-size: 288px 257px;
}

.mod-content .main-area .ttl-style-02
{
    font-weight: bold;
    line-height: 32px;

    margin-bottom: 30px;

    text-align: left;
}

.mod-content .tags
{
    margin-top:32px;
    text-align: center;
}

.mod-content .tags .txt-tag
{
    display: inline-block;

    width: 49px;
    height: 30px;
    margin-right: 12px;
    padding-top: 10px;
    background: url("../../img/pc/article/txt_tag.png") no-repeat left top;
    margin-top:10px;
}

.mod-content .tags .tag-style
{
    display: inline-block;

    vertical-align: top;
}

.mod-content .share-box
{
    display: table;

    width: 100%;
    margin-bottom: 12px;
}

.mod-content .share-box .clm-left
{
    display: table;

    width: 144px;
    max-width: 221px;
    height: 144px;
    border:1px solid #efefef;
}

.mod-content .share-box .clm-right
{
    display: table-cell;

    width: 100%;

    vertical-align: middle;
}

.mod-content .share-box .clm-right .txt
{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 18px;
    text-align: center;
    padding : 0 30px;
    line-height : 1.8rem;
    
}

.mod-content .share-box dl
{
    text-align: center;
}

.mod-content .share-box dl dt,
.mod-content .share-box dl dd
{
    display: inline-block;
    vertical-align: top;
}

.mod-content .share-box dl dt
{
    width: 80px;
    height: 34px;
    margin-right: 18px;

    background: url("../../img/pc/article/txt_share.png") no-repeat left center;
}

.mod-content .share-box dl dd
{
    margin-right: 12px;
}

.mod-content .share-box dl dd .btn-fb
{
    width: 34px;
    height: 34px;

    background: url("../../img/pc/common/btn_fb.png") no-repeat left top;
    background-size: 100% auto;
}

.mod-content .share-box dl dd .btn-tw
{
    width: 34px;
    height: 34px;

    background: url("../../img/pc/common/btn_tw.png") no-repeat left top;
    background-size: 100% auto;
}

.mod-content .share-box dl dd .btn-gp
{
    width: 34px;
    height: 34px;

    background: url("../../img/pc/common/btn_ln.png") no-repeat left top;
    background-size: 100% auto;
}

.mod-content .share-box dl dd .btn-pr
{
    width: 34px;
    height: 34px;

    background: url("../../img/pc/common/btn_pr.png") no-repeat left top;
    background-size: 100% auto;
}

.mod-content .share-box dl dd:last-child
{
    margin-right: 0;
}

.official-account-board{
    border: solid 2px #484848;
    margin: 42px 0 12px;
}
.official-account-board .toparea{
    overflow: hidden;
    min-height: 144px;
}
.official-account-board .thumb{
    float: left;
}
.official-account-board .thumb img{
    width: auto;
    height: 144px;
}
.official-account-board .lead{
    text-align: center;
    padding-top: 38px;
}
.official-account-board .lead p{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 24px;
}
.official-account-board .bottomarea{
    background: #484848;
}
.official-account-board .followlist{
    overflow: hidden;
}
.official-account-board .followlist li{
    float: left;
    width: 25%;
}
.official-account-board .followlist li + li{
    position: relative;
}
.official-account-board .followlist li + li:before{
    content: '';
    display: block;
    width: 0;
    height: 66%;
    border-right: solid 1px #fff;
    position: absolute;
    left: 0;
    top: 17%;
}
.official-account-board .followlist li a{
    display: block;
    color: #fff;
    text-align: center;
    padding: 9px 0;
}
.official-account-board .followlist li img{
    width: auto;
    height: 16px;
}
.official-account-board .followlist li span{
    display: block;
    vertical-align: top;
    margin-top: 2px;
    font-size: 12px;
}

.mod-content .catchcopy
{
    height: 16px;

    text-align: right;
}

.mod-content .catchcopy .txt
{
    font-size: 11px;
    line-height: 16px;
}

.mod-content .catchcopy .logo
{
    display: inline-block;

    width: 71px;
    height: 14px;
    margin-left: 18px;
    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: -138px -114px;
    background-size: 288px 257px;
}

.mod-content #pagenation
{
    position: relative;

    height: 34px;
    margin: 0 auto 24px;
    overflow : hidden;
}

.mod-content #pagenation a
{
    font-size: 13px;
    line-height: 19px;

    overflow: hidden;

    height: 34px;
}

.mod-content #pagenation a span
{
    display: inline-block;

    padding-left: 18px;
}

.mod-content #pagenation .prev-box
{
    position: absolute;
    left: 13px;

    display: table;

    /*width: 190px;*/
    width: 300px;

    background: url("../../img/pc/article/arrow_back.png") no-repeat left center;
}

.mod-content #pagenation .prev-box span
{
    display: table-cell;

    vertical-align: middle;
}

.mod-content #pagenation .back-box
{
    font-size: 15px;
    line-height: 34px;

    position: absolute;
    right: 0;
    left: 0;

    width: 242px;
    margin: auto;

    text-align: center;

    border-right: 1px solid #000;
    border-left: 1px solid #000;
}

.mod-content #pagenation .back-box span
{
    background: url("../../img/pc/article/arrow_back.png") no-repeat left center;
}

.mod-content #pagenation .next-box
{
    position: absolute;
    right: 13px;

    display: table;

    /*width: 190px;*/
    width: 300px;
    text-align: right;

    background: url("../../img/pc/article/arrow_next.png") no-repeat right center;
}

.mod-content #pagenation .next-box span
{
    display: table-cell;

    padding-right: 18px;
    padding-left: 0;

    vertical-align: middle;
}

.mod-content #more-topics
{
    position: relative;
    overflow: hidden;
    height: 119px;
    margin-bottom: 60px;
}
	  #more-topics  div.dicCat{
	  	margin : 15px auto 20px auto;
		clear:both;
		zoom:1;
		font-weight: bold;
		letter-spacing : 2px;
		width : 954px;
		
	  }
	   #more-topics div.dicCat:before{
		content: "";
		display: block;
		border-top: solid 1px black;
		height: 1px;
		position: relative;
		z-index: 1;
		top :12px;
	    }
	     
	    #more-topics  div.dicCat span{
		background: #fff;
		padding: 0 20px;
		position: relative;
		z-index: 5;
		font-size : 16px;
		left :50%;
		transform:translate(-50%,0);
		-webkit-transform:translate(-50%,0);
		-o-transform:translate(-50%,0);
		-ms-transform:translate(-50%,0);
		-moz-transform:translate(-50%,0);
		text-align :center;
		display:inline-block;
	    }

.mod-content #more-topics .btn-more
{
    position: absolute;
    top: 0;
    left: 40px;
}

.mod-content #more-topics #slide-topics
{
    position: relative;
    top: 0;
    left: 157px;

    width: 774px;
    height: 119px;
}

.mod-content #more-topics #slide-topics li
{
    float: left;

    margin-right: 12px;
}

.mod-content #more-topics #slide-topics li a
{
    display: block;
}

.mod-content #more-topics #slide-topics li a img
{
    width: 119px;
}

.mod-content #more-topics #slide-topics .flex-direction-nav
{
    position: relative;
}

.mod-content #more-topics #slide-topics .flex-nav-prev
{
    position: absolute;
    top: -119px;
    bottom: 0;
    left: -160px;

    margin: auto;
}

.mod-content #more-topics #slide-topics .flex-nav-prev .flex-prev
{
    width: 24px;
    height: 34px;

    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: -540px -127px;
}

.mod-content #more-topics #slide-topics .flex-nav-prev .flex-prev.flex-disabled
{
    display: none;
}

.mod-content #more-topics #slide-topics .flex-nav-next
{
    position: absolute;
    top: -119px;
    right: -30px;
    bottom: 0;

    margin: auto;
}

.mod-content #more-topics #slide-topics .flex-nav-next .flex-next
{
    width: 24px;
    height: 34px;

    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: -540px -303px;
}

.mod-content #more-topics #slide-topics .flex-nav-next .flex-next.flex-disabled
{
    display: none;
}
/*More TOPICS*/
.mod-content #more-topics{
	height : 260px;
	overflow:visible;
	width : 980px;
	position : relative;
	top:0;
	left:0;
}
.mod-content #more-topics-list{
	margin : 0 auto;
	width : 954px;
	display:none;
}

	
	.mod-content #more-topics-list div.more-list{
		width :190px;
		height : 260px;
		text-align :center;
		position:relative;
		
	}
		.mod-content #more-topics-list div.more-list a{
			display : inline;
		}
		.mod-content #more-topics-list div.more-list a img{
			width : 165px;
			height : 165px;
			display :block;
			margin : 0 auto;

		}
		.mod-content #more-topics-list .btn-sns.style-01{
			position : absolute;
			width:30px;
			height:30px;
			top:155px;
		}
		.mod-content #more-topics-list div.more-list p.title{
			width : 165px;
			font-size : 14px;
			line-height :20px;
			height :2.6rem;
			overflow:hidden;
			margin : 20px auto 0 auto;
			text-align : left;
		}
		.mod-content #more-topics-list div.more-list span.date{
			display:block;
			font-size : 12px;
			text-align :center;
			margin-top : 10px;
		}
		.mod-content #more-topics-list .list_icon_pr{
			right:13px;
		}
		.mod-content #more-topics .slick-arrow{
			width : 36px;
			height : 36px;
			background : url("../../img/pc/common/more-topics-arrow.png") no-repeat left top;
			background-size : 100% auto;
			position : absolute;
			top : 65.5px;
			text-indent : -999999rem;
			z-index :10;
			cursor:pointer;
		}
		.mod-content #more-topics .slick-next{
			right : 0px;
			transform : rotate(180deg);
			-webkit-transform : rotate(180deg);
			-o-transform : rotate(180deg);
			-ms-transform : rotate(180deg);
			-moz-transform : rotate(180deg);
		}
	
.mod-content.page-wide #mainWrap
{
    width: 100%;
    margin-top: 45px;
    padding: 0;

    background: url("../../img/pc/common/bg_feature.png") repeat left top;
}

.mod-content.page-wide #mainWrap #mainContent
{
    width: 1280px;
    margin: 0 auto;
    padding: 0;
}

.mod-content.page-full #mainWrap
{
    width: 100%;
    margin-top: 45px;
    padding: 0;
}

.mod-content.page-full #mainWrap #mainContent
{
    padding: 0;
}

#ftContentsWrap
{
    padding-bottom: 36px;
}

#ftContentsWrap #closeUpArea
{
    margin: 0 auto 90px;
}

#ftContentsWrap #closeUpArea:after
{
    display: block;
    clear: both;

    content: '';
}

#ftContentsWrap #closeUpArea .bx-wrapper
{
    float: left;
    overflow: hidden;

    width: 624px;
    height: 468px;
}

#ftContentsWrap #closeUpArea .bx-wrapper li
{
    position: relative;
}

#ftContentsWrap #closeUpArea .bx-wrapper li a
{
    display: block;
}

#ftContentsWrap #closeUpArea .bx-wrapper li .caption
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 179px;
    padding: 53px 50px 0 27px;

    background: url("../../img/pc/common/closeup_bg_txtarea.png") repeat left top;
}

#ftContentsWrap #closeUpArea .bx-wrapper li .caption .txtArea
{
    padding-top: 56px;
    background-position: left top;
}

#ftContentsWrap #closeUpArea .bx-wrapper li .caption .txtArea .txt
{
    overflow: hidden;

    height: 3em;
}

#ftContentsWrap #closeUpArea .bx-wrapper li .btn-sns
{
    top: -50px;
    left: 0;

    margin: 0;
}

#ftContentsWrap #closeUpArea .bx-wrapper li .btn-sns p
{
    background: #efefef;
}

#ftContentsWrap #closeUpArea #ad-03
{
    display: table;

    height: 468px;

    background: url("../../img/pc/common/bg_feature.png") repeat left top;
}

#ftContentsWrap #closeUpArea #ad-03 .banner
{
    display: table-cell;

    vertical-align: middle;
}

#ftContentsWrap #feature01area,
#ftContentsWrap #feature02area,
.page-article #feature01area
{
    padding: 36px 0 60px;

    background: url("../../img/pc/common/bg_feature.png") repeat left top;
}

#ftContentsWrap #feature01area,
.page-article #feature01area
{
    margin-bottom: 84px;
}

#ftContentsWrap #feature02area
{
    margin-bottom: 84px;
}

#ftContentsWrap #spurgramArea
{
    margin-bottom: 90px;
}

#ftContentsWrap #spurgramArea .ttl-style-02
{
    margin-bottom: 24px;
}

#ftContentsWrap #spurgramArea .inner
{
    background: #f0f0f0;
}

#ftContentsWrap #spurgramArea ul
{
    width: 954px;
    margin: 0 auto 39px;

    background: #000;
}

#ftContentsWrap #spurgramArea ul:after
{
    display: block;
    clear: both;

    content: '';
}

#ftContentsWrap #spurgramArea ul li
{
    float: left;

    width: 159px;
    height: 159px;

    -webkit-transition: all .3s ease;
            transition: all .3s ease;
}

#ftContentsWrap #spurgramArea ul:hover > li
{
    opacity: .7;

    filter: alpha(opacity=70);
}

#ftContentsWrap #spurgramArea ul:hover > li:hover
{
    opacity: 1;

    filter: alpha(opacity=100);
}

#ftContentsWrap #spurgramArea ul:hover > li:hover a:hover
{
    opacity: 1;

    filter: alpha(opacity=100);
}

#ftContentsWrap #mightlikeArea
{
    position: relative;
    margin-bottom: 84px;
    padding: 42px 0 24px;

    background: url("../../img/pc/common/bg_feature.png") repeat left top;
}

#ftContentsWrap #mightlikeArea .ttl-style-02
{
    line-height: 24px;

    margin-bottom: 42px;
}

#ftContentsWrap #mightlikeArea .inner
{
    background: none;
}

#ftContentsWrap #mightlikeArea .inner:after
{
    display: block;
    clear: both;

    content: '';
}

#ftContentsWrap #mightlikeArea .inner article
{
    float: left;

    width: 166px;
    height: 270px;
    margin-right: 30px;
    margin-bottom: 36px;
}

#ftContentsWrap #mightlikeArea .inner article:nth-child(5n)
{
    margin-right: 0;
}

#ftContentsWrap #mightlikeArea .inner article .link-wrap
{
    position: relative;

    display: block;

    height: 100%;
    margin-bottom: 15px;
}

#ftContentsWrap #mightlikeArea .inner article .link-wrap .pic,
#ftContentsWrap #mightlikeArea .inner article .link-wrap .txtarea
{
    width: 166px;
    height: 166px;
}

#ftContentsWrap #mightlikeArea .inner article .link-wrap .txtarea
{
    position: absolute;
    top: 0;
    left: 0;

    -webkit-transition: opacity .3s linear;
            transition: opacity .3s linear;

    opacity: 0;
    background: rgba(255, 255, 0, .9);

    filter: alpha(opacity=0);
}

#ftContentsWrap #mightlikeArea .inner article .link-wrap .txtarea .link-circle
{
    display: block;

    height: 100%;
}

#ftContentsWrap #mightlikeArea .inner article .link-wrap .txtarea .btn-sns
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    margin: auto;
}

#ftContentsWrap #mightlikeArea .inner article .link-wrap .txtarea:hover
{
    opacity: 1;

    filter: alpha(opacity=100);
}

#ftContentsWrap #mightlikeArea .inner article a[class^='txt-']
{
    display: block;

    padding: 24px 0 36px;
}

#ftContentsWrap #mightlikeArea .inner article .txt
{
    overflow: hidden;

    height: 3em;
}

#ftContentsWrap #keywordArea
{
    margin-bottom: 74px;
}

#ftContentsWrap #keywordArea .inner
{
    width: 886px;
    margin: auto;
}

#ftContentsWrap #whatsnewArea
{
    margin: 0 auto 84px;
}

#ftContentsWrap #whatsnewArea .inner:after
{
    display: block;
    clear: both;

    content: '';
}

#ftContentsWrap #whatsnewArea .inner .clm-content
{
    float: left;

    width: 298px;
    margin-right: 30px;
}

#ftContentsWrap #whatsnewArea .inner .clm-content:last-child
{
    margin-right: 0;
}

#ftContentsWrap #whatsnewArea .inner .clm-content article
{
    position: relative;

    margin-bottom: 18px;
}

#ftContentsWrap #whatsnewArea .inner .clm-content article .link-wrap
{
    display: table;

    height: 110px;
}

#ftContentsWrap #whatsnewArea .inner .clm-content article .pic
{
    display: table-cell;
    width: 110px;
    border-right:14px solid transparent;
    position:relative;
}

#ftContentsWrap #whatsnewArea .inner .clm-content article .txtArea
{
    display: table-cell;

    vertical-align: middle;
}

#ftContentsWrap #whatsnewArea .inner .clm-content article .txtArea .txt
{
    overflow: hidden;

    height: 3em;
}

#ftContentsWrap #whatsnewArea .inner .clm-content article .txtArea .timeago
{
    text-align: left;
}

#ftContentsWrap #whatsnewArea .inner .clm-content article .btn-sns
{
    top: 54px;
    left: -188px;
}

#ftContentsWrap #whatsnewArea .inner .clm-content article:first-child
{
    margin-bottom: 42px;
}

#ftContentsWrap #whatsnewArea .inner .clm-content article:first-child .link-wrap
{
    display: block;

    height: auto;
}

#ftContentsWrap #whatsnewArea .inner .clm-content article:first-child .pic
{
    display: block;

    width: 298px;
}

#ftContentsWrap #whatsnewArea .inner .clm-content article:first-child .txtArea
{
    display: block;

    height: 102px;
    padding: 18px 18px 0;
}

#ftContentsWrap #whatsnewArea .inner .clm-content article:first-child .txtArea .txt
{
    margin-bottom: 48px;
}

#ftContentsWrap #whatsnewArea .inner .clm-content article:first-child .txtArea .timeago
{
    margin-top: 44px;

    text-align: center;
}

#ftContentsWrap #whatsnewArea .inner .clm-content article:first-child .btn-sns
{
    top: 168px;
    left: 0;
}

#ftContentsWrap #whatsnewArea .inner .clm-content .btn-link
{
    width: 100%;
    margin-top: 36px;
}

#ftContentsWrap #magazineArea
{
    margin: 0 auto 84px;
}

#ftContentsWrap #magazineArea .inner
{
    position: relative;

    box-sizing: border-box;
    padding: 53px 90px 48px;

    border: 2px solid #000;
}

#ftContentsWrap #magazineArea .inner:after
{
    display: block;
    clear: both;

    content: '';
}

#ftContentsWrap #magazineArea .inner .ttl-style-02
{
    position: absolute;
    top: -12px;
    right: 0;
    left: 0;

    width: 197px;
    margin: auto;
    padding: 0 30px;

    background: #fff;
}

#ftContentsWrap #magazineArea .inner .clm-left
{
    float: left;

    text-align: center;
}

#ftContentsWrap #magazineArea .inner .clm-left figure
{
    position: relative;
}

#ftContentsWrap #magazineArea .inner .clm-left figure figcaption
{
    font-weight: bold;
}

#ftContentsWrap #magazineArea .inner .clm-left figure .month
{
    line-height: 14px;

    margin-bottom: 16px;
}

#ftContentsWrap #magazineArea .inner .clm-left figure .btn-sns
{
    bottom: 21px;
}

#ftContentsWrap #magazineArea .inner .clm-left figure img,
#ftContentsWrap #magazineArea .inner .clm-left figure .release
{
    margin-bottom: 18px;
}

#ftContentsWrap #magazineArea .inner .clm-right
{
    float: right;
}

#ftContentsWrap #magazineArea .inner .clm-right #chief
{
    margin-bottom: 70px;
}

#ftContentsWrap #magazineArea .inner .clm-right #chief .left
{
    position: relative;

    display: table-cell;

    width: 166px;
    height: 166px;
    margin-right: 18px;
}

#ftContentsWrap #magazineArea .inner .clm-right #chief .left .btn-sns
{
    bottom: -19px;
}

#ftContentsWrap #magazineArea .inner .clm-right #chief .right
{
    display: table-cell;

    width: 280px;

    vertical-align: middle;
}

#ftContentsWrap #magazineArea .inner .clm-right #chief .right a
{
    display: block;

    padding-left: 18px;
}

#ftContentsWrap #magazineArea .inner .clm-right #chief .right .ttl-style-04
{
    font-size: 16px;
    line-height: 2.188em;

    text-align: left;
}

#ftContentsWrap #magazineArea .inner .clm-right #chief .right .timeago
{
    font-size: 12px;

    text-align: left;
}

#ftContentsWrap #magazineArea .inner .clm-right #chronicle
{
    position: relative;

    width: 464px;
    height: 216px;
}

#ftContentsWrap #magazineArea .inner .clm-right #chronicle a
{
    position: absolute;

    display: block;
}

#ftContentsWrap #magazineArea .inner .clm-right #chronicle a img
{
    position: absolute;
    top: 0;
    left: 0;
}

#ftContentsWrap #magazineArea .inner .clm-right #chronicle .btn-sns
{
    bottom: -19px;
}

#ftContentsWrap #rankingArea
{
    margin: 0 auto 84px;
}

#ftContentsWrap #rankingArea:after
{
    display: block;
    clear: both;

    content: '';
}

#ftContentsWrap #rankingArea .ttl-style-01 #odometer
{
    width: 247px;
    height: 50px;

    text-indent: -1px;

    background: url("../../img/pc/common/bg_odometer.png") repeat center bottom;
}

#ftContentsWrap #rankingArea .ttl-style-01 .rank-ttl
{
    font-size: 22px;

    padding-left: 16px;
}

#ftContentsWrap #rankingArea > div
{
    float: left;

    width: 238px;
}

#ftContentsWrap #rankingArea > div .rank-name
{
    font-size: 16px;
    line-height: 16px;

    margin-bottom: 24px;

    text-align: center;
}

#ftContentsWrap #rankingArea .category
{
    width: 238px;
    padding: 0 30px 12px;
}

#ftContentsWrap #rankingArea .category.all,
#ftContentsWrap #rankingArea .category.news,
#ftContentsWrap #rankingArea .category.sns
{
    border-right: 1px solid #d7d7d7;
}

#ftContentsWrap #rankingArea .category li
{
    position: relative;

    margin-bottom: 26px;
}

#ftContentsWrap #rankingArea .category li:last-child
{
    margin-bottom: 0;
}

#ftContentsWrap #rankingArea .category li a
{
    display: block;
}

#ftContentsWrap #rankingArea .category li .txtArea
{
    width: 100%;
    height: 122px;
    padding-top: 17px;
}

#ftContentsWrap #rankingArea .category li .txtArea .txt
{
    overflow: hidden;
    height: 4.5rem;
    line-height:1.5rem;
}

#ftContentsWrap #rankingArea .category li .btn-sns
{
    top: 121px;
}

#ftContentsWrap #rankingArea .category li span[class^='rank']
{
    position: absolute;
    top: -15px;
    left: 12px;
}

#ftContentsWrap #rankingArea .category li span.rank-01
{
    width: 39px;
    height: 39px;

    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: -250px -475px;
}

#ftContentsWrap #rankingArea .category li span.rank-02
{
    width: 39px;
    height: 39px;

    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: -299px -475px;
}

#ftContentsWrap #rankingArea .category li span.rank-03
{
    width: 39px;
    height: 39px;

    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: -348px -475px;
}

#spur-page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding:0;
    margin:0;
    z-index:20;
}

#spur-page-top a {
    text-decoration: none;
    color: #000;
    display: block;
    padding:0;
    margin:0;
    width: 40px;
    height : 40px;
    background-color :#fff;
    border:1px solid #000;
}
#spur-page-top a:hover {
    text-decoration: none;
}
/**
 * bxSlider v4.2.5
 * Copyright 2013-2015 Steven Wanderski
 * Written while drinking Belgian ales and listening to jazz

 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */
/** VARIABLES 
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper
{
    position: relative;

    margin: 0 auto;
    padding: 0;

    *zoom: 1;
}

.bx-wrapper img
{
    display: block;
}

.bxslider
{
    margin: 0;
    padding: 0;
}

ul.bxslider
{
    list-style: none;
}

.bx-viewport
{
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto
{
    position: absolute;
    z-index: 100;
    bottom: 0;

    width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading
{
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    min-height: 50px;
}

/* PAGER */
.bx-wrapper .bx-pager
{
    text-align: center;
}

.bx-wrapper .bx-pager.bx-default-pager a
{
    display: block;

    height: 4px;

    background: #c8c8c8;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active
{
    background: #666;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item
{
    display: inline-block;

    width: 25%;

    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager-item
{
    font-size: 0;
    line-height: 0;

    border-right: 1px solid #efefef;
    border-left: 1px solid #efefef;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-prev
{
    width: 24px;
    height: 34px;

    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);

    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: -540px -215px;
}

.bx-wrapper .bx-prev:hover
{
    -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px);

    opacity: .6;

    filter: alpha(opacity=60);
}

.bx-next
{
    width: 24px;
    height: 34px;

    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);

    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: -540px -259px;
}

.bx-next:active
{
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}

.bx-wrapper .bx-next:hover
{
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);

    opacity: .6;

    filter: alpha(opacity=60);
}

.bx-wrapper .bx-controls-direction a
{
    position: absolute;
    z-index: 9999;

    -webkit-transition: all .3s ease;
            transition: all .3s ease;
}

.bx-wrapper .bx-controls-direction a.disabled
{
    display: none;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager
{
    width: 100%;

    text-align: left;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto
{
    right: 0;

    width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption
{
    position: absolute;
    right: 0;
    bottom: 102px;
    left: 0;

    overflow: hidden;

    width: 420px;
    height: 4em;
    margin: auto;
}

.bx-wrapper .bx-caption span
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
    font-size: 20px;
    line-height: 1.5em;
}

/* ranking date odometer */
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default
{
    position: relative;

    display: inline-block;

    vertical-align: middle;

    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit
{
    position: relative;

    display: inline-block;

    vertical-align: middle;

    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer
{
    display: inline-block;
    visibility: hidden;

    vertical-align: middle;

    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;
    overflow: hidden;

    text-align: left;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon
{
    display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner
{
    display: block;

    -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value
{
    display: block;

    -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value
{
    position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner
{
    -webkit-transition: -webkit-transform 2s;
            transition:         transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner
{
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner
{
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner
{
    -webkit-transition: -webkit-transform 2s;
            transition:         transform 2s;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value
{
    text-align: center;
}

.odometer-formatting-mark
{
    display: none !important;
}

.odometer-digit-spacer
{
    width: 28px;
}

.odometer-digit
{
    width: 28px;
}

.odometer-value
{
    width: 28px;
}

.odometer-inside span:nth-child(5),
.odometer-inside span:nth-child(8)
{
    margin-right: 12px;
}

/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
.flexslider
{
    margin: 0;
    padding: 0;
}

.flexslider .slides > li
{
    display: none;

    -webkit-backface-visibility: hidden;
}

.flexslider .slides img
{
    display: block;

    width: 100%;
}

.flexslider .slides:after
{
    line-height: 0;

    display: block;
    visibility: hidden;
    clear: both;

    height: 0;
}

html[xmlns] .flexslider .slides
{
    display: block;
}

* html .flexslider .slides
{
    height: 1%;
}

.no-js .flexslider .slides > li:first-child
{
    display: block;
}

.flexslider
{
    position: relative;

    zoom: 1;

    margin: 0;
}

.flexslider .slides
{
    zoom: 1;
}

.flexslider .slides img
{
    height: auto;
}

.flex-viewport
{
    max-height: 2000px;

    -webkit-transition: all 1s ease;
            transition: all 1s ease;
}

.loading .flex-viewport
{
    max-height: 300px;
}

.carousel li
{
    margin-right: 5px;
}

.flex-direction-nav
{
    *height: 0;
}

.flex-direction-nav a:before
{
    display: inline-block;
}

.flex-direction-nav .flex-nav-prev
{
    width: 24px;
    height: 34px;

    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: -540px -171px;
}

.flex-direction-nav .flex-nav-next
{
    width: 24px;
    height: 34px;

    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: -540px -83px;
}

.flex-prev
{
    width: 24px;
    height: 34px;

    -webkit-transition: -webkit-transform .3s ease-out;
            transition:         transform .3s ease-out;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);

    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: -540px -215px;
}

.flex-prev:hover
{
    cursor: pointer;
    -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px);

    opacity: 1;

    filter: alpha(opacity=100);
}

.flex-prev.flex-disabled
{
    display: none;
}

.flex-next
{
    width: 24px;
    height: 34px;

    -webkit-transition: -webkit-transform .3s ease-out;
            transition:         transform .3s ease-out;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);

    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: -540px -259px;
}

.flex-next:hover
{
    cursor: pointer;
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);

    opacity: 1;

    filter: alpha(opacity=100);
}

.flex-next:active
{
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}

.flex-next.flex-disabled
{
    display: none;
}

.flex-direction-nav .flex-disabled
{
    cursor: default;

    opacity: .3;

    filter: alpha(opacity=30);
}

.flex-pauseplay a
{
    position: absolute;
    z-index: 10;
    bottom: 5px;
    left: 10px;

    display: block;
    overflow: hidden;

    width: 20px;
    height: 20px;

    cursor: pointer;

    opacity: .8;
    color: #000;

    filter: alpha(opacity=80);
}

.flex-pauseplay a:before
{
    font-size: 20px;

    display: inline-block;
}

.flex-pauseplay a:hover
{
    opacity: 1;

    filter: alpha(opacity=100);
}

.flex-control-nav
{
    position: absolute;
    bottom: -40px;

    width: 100%;

    text-align: center;
}

.flex-control-nav li
{
    display: inline-block;
    zoom: 1;

    margin: 0 6px;

    *display: inline;
}

.flex-control-paging li a
{
    display: block;

    width: 11px;
    height: 11px;

    cursor: pointer;
    text-indent: -9999px;
}

.flex-control-paging li a.flex-active
{
    cursor: default;
}

.flex-control-thumbs
{
    position: static;

    overflow: hidden;

    margin: 5px 0 0;
}

.flex-control-thumbs li
{
    float: left;

    width: 25%;
    margin: 0;
}

.flex-control-thumbs img
{
    display: block;

    width: 100%;
    height: auto;

    cursor: pointer;
    -webkit-transition: all 1s ease;
            transition: all 1s ease;

    opacity: .7;

    filter: alpha(opacity=70);
}

.flex-control-thumbs img:hover
{
    opacity: 1;

    filter: alpha(opacity=100);
}

.flex-control-thumbs .flex-active
{
    cursor: default;

    opacity: 1;

    filter: alpha(opacity=100);
}

header
{
    width: 100%;
}

header.mod-hd-main
{
    width: 980px;
    margin: 0 auto;

    background: #fff;
}

header.mod-hd-main .inner
{
    position: relative;

    width: 954px;
    height: 112px;
    margin: 0 auto;
}

header.mod-hd-main .inner a
{
    -webkit-transition: all .2s linear;
            transition: all .2s linear;
}

header.mod-hd-main .inner a:hover
{
    opacity: .4;

    filter: alpha(opacity=40);
}

header.mod-hd-main .inner h1
{
    padding-top: 28px;
}

header.mod-hd-main .inner h1 a
{
    width: 338px;
    height: 89px;
    margin: 0 auto;

    background-size:contain;
    background-image: url("../../img/pc/common/logo.svg");
    background-size:338px auto;
    background-position : 0px;

}

header.mod-hd-main .inner h1 a:hover
{
    opacity: .6;

    filter: alpha(opacity=60);
}

header.mod-hd-main .inner .hp-link
{
    position: absolute;
    top: 0;
    right: 0;
}

header.mod-hd-main .inner .hp-link a
{
    width: 110px;
    height: 30px;
    text-indent:0px;
    font-size:11px;
    color:#2d2d2d
}
header.mod-hd-main .inner .hp-link a:after
{
	position : absolute;
  	content: "\e901";
        font-family: 'spur-icon' !important;
	font-size:6px;
	color:#a7a7a7;
	top:1px;
	right:0px;
}
header.mod-hd-main .inner .hp-link a:before
{
	position : absolute;
	content:"";
	top:0;
	left:0;
	height:26px;
	width:110px;
	border-bottom:1px solid #c5c5c5;
}

header.mod-hd-main .inner .hd-sns
{
    position: absolute;
    top: 79px;
    right: 0;
}

header.mod-hd-main .inner .hd-sns:after
{
    display: block;
    clear: both;

    content: '';
}

header.mod-hd-main .inner .hd-sns li
{
    float: left;
}

header.mod-hd-main .inner .hd-sns li a:hover
{
    opacity: .6;

    filter: alpha(opacity=60);
}

header.mod-hd-main .inner .hd-sns,
header.mod-hd-simple .inner .hd-sns{
    width: 219px;
}

header.mod-hd-main .inner .hd-sns li .icon-fb,
header.mod-hd-simple .inner .hd-sns li .icon-fb
{
    width: 18px;
    height: 18px;
    margin-right: 21px;

    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: -207px -91px;
    background-size: 288px 257px;
}

header.mod-hd-main .inner .hd-sns li .icon-tw,
header.mod-hd-simple .inner .hd-sns li .icon-tw
{
    width: 18px;
    height: 18px;
    margin-right: 21px;

    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: -184px -91px;
    background-size: 288px 257px;
}

header.mod-hd-main .inner .hd-sns li .icon-ig,
header.mod-hd-simple .inner .hd-sns li .icon-ig
{
    width: 18px;
    height: 18px;
    margin-right: 21px;

    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: -198px -237px;
    background-size: 288px 257px;
}

header.mod-hd-main .inner .hd-sns li .icon-ln,
header.mod-hd-simple .inner .hd-sns li .icon-ln
{
    width: 24px;
    height: 18px;
    margin-right: 21px;

    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: -230px -159px;
    background-size: 288px 257px;
}

header.mod-hd-main .inner .hd-sns li .icon-pr,
header.mod-hd-simple .inner .hd-sns li .icon-pr
{
    width: 18px;
    height: 18px;
    margin-right: 21px;

    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: -221px -237px;
    background-size: 288px 257px;
}

header.mod-hd-main .inner .hd-sns li .icon-push,
header.mod-hd-simple .inner .hd-sns li .icon-push
{
    width: 18px;
    height: 18px;

    background-image: url("https://spur.hpplus.jp/img/pc/common/sprites-common.png?20190617");
    background-position: -230px -91px;
    background-size: 288px 257px;
}

/* 周年バナー
--------------------------------*/
header.mod-hd-main .inner .bnr-anniversary {
    position: absolute;
    top: 64px;
    left: 0;
    width: 180px;
}

header.mod-hd-main .inner .bnr-anniversary a:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}

header.mod-hd-main .inner .bnr-anniversary img {
    width: 100%;
    height: auto;
}

header.mod-hd-simple
{
    /*position: fixed;*/
    z-index: 10000;
    top: 0;
    width: 100%;
    background: #fff;
}

header.mod-hd-simple .inner
{
    position: relative;
    min-width: 954px;
    max-width: 1240px;
    height: 45px;
    margin: 0 auto;
}

header.mod-hd-simple .inner h1
{
    position: absolute;
    top: 14px;
    left: 20px;
}

header.mod-hd-simple .inner h1 a
{
    width: 110px;
    height: 21px;

    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: -77px -63px;
    background-size: 288px 257px;
}

header.mod-hd-simple .inner .hd-sns
{
    position: absolute;
    top: 14px;
    right: 0;
}

header.mod-hd-simple .inner .hd-sns:after
{
    display: block;
    clear: both;

    content: '';
}

header.mod-hd-simple .inner .hd-sns li
{
    float: left;
}

header.mod-hd-simple .inner .hd-sns li a:hover
{
    opacity: .6;

    filter: alpha(opacity=60);
}

nav
{
}

nav .mod-nav-main
{
    width: 980px;
    margin: 0 auto;
    width:100%;
    background-color :#fff;
}

nav .mod-nav-main .inner
{
    position: relative;

    overflow: hidden;

    width: 954px;
    height: 46px;
    margin: 0 auto;
}

nav .mod-nav-main .inner ul:after
{
    display: block;
    clear: both;

    content: '';
}

nav .mod-nav-main .inner ul li
{
    display: table;
    float: left;

    height: 46px;
}

nav .mod-nav-main .inner ul li[class^='nav-'].current
{
    background: url("../../img/pc/common/nav_current.png") no-repeat center bottom;
}

nav .mod-nav-main .inner ul li[class^='nav-spurgram'].current {
    background: none;
}

nav .mod-nav-main .inner ul li a
{
    font-size: 14px;
    line-height: 14px;

    display: table-cell;

    -webkit-transition: all .2s linear;
            transition: all .2s linear;
    vertical-align: middle;
    letter-spacing: -.2px;
}

nav .mod-nav-main .inner ul li a:hover
{
    opacity: .6;
    color: #000;

    filter: alpha(opacity=60);
}

nav .mod-nav-main .inner ul li#gNav-logo a
{
    width: 127px;
    width: 0;
    height: 24px;

    opacity: 0;
    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: -77px -34px;
    background-size: 288px 257px;

    filter: alpha(opacity=0);
}

nav .mod-nav-main .inner ul li.nav-fashion a
{
    padding: 10px 19px;
}

nav .mod-nav-main .inner ul li.nav-collection a
{
    padding: 10px 12px;
}

nav .mod-nav-main .inner ul li.nav-beauty a
{
    padding: 10px 21px;
}

nav .mod-nav-main .inner ul li.nav-culture a
{
    padding: 10px 14px;
}

nav .mod-nav-main .inner ul li.nav-jewelry a
{
    padding: 10px 18px;
}

nav .mod-nav-main .inner ul li.nav-wedding a
{
    padding: 10px 16px;
}

nav .mod-nav-main .inner ul li.nav-spurgram a
{
    padding: 10px 15px;
}

nav .mod-nav-main .inner ul li.nav-fortune a
{
    padding: 10px 10px;
}

nav .mod-nav-main .inner ul li.nav-magazine a
{
    padding: 10px 15px 10px 15px;
}

nav .mod-nav-main .inner ul li#gNav-search
{
    padding: 14px 5px;
}

nav .mod-nav-main .inner ul li#gNav-search a
{
    width: 18px;
    height: 16px;
    padding: 5px;

    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: -540px -374px;
}

nav .mod-nav-main .inner #searchBox
{
    position: absolute;
    top: 6px;
    left: 0;

    overflow: hidden;

    box-sizing: border-box;
    width: 954px;
    height: 40px;

    -webkit-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;

    background: #fff;
}

.ie9 nav .mod-nav-main .inner #searchBox
{
    height: 36px;
}

nav .mod-nav-main .inner #searchBox.hide
{
    height: 0;
}

nav .mod-nav-main .inner #searchBox #searchform1
{
    position: relative;

    float: left;

    box-sizing: border-box;
    width: 100%;
    padding: 5px 74px 6px 13px;

    border: 1px solid #d7d7d7;
    background: #fff;
}

nav .mod-nav-main .inner #searchBox #searchform1 #keywords1
{
    width: 100%;
    letter-spacing: 2px;
    color: #000;
}

nav .mod-nav-main .inner #searchBox #searchform1 #searchBtn1
{
    position: absolute;
    top: 1px;
    right: 31px;

    width: 36px;
    height: 31px;

    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: -540px 0;
    cursor:pointer;
}

nav .mod-nav-main .inner #searchBox #btn-close
{
    position: absolute;
    top: 2px;
    right: 1px;

    box-sizing: border-box;
    width: 32px;
    height: 32px;

    border-left: 1px solid #d7d7d7;
    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: -540px -41px;
}

nav.nav-top
{
    width: 980px;
    margin: 0 auto;
}

nav.nav-top .mod-nav-main
{
    margin: 20px auto 0;
}

nav.nav-top .mod-nav-main #searchBox
{
    left: 0;

    width: 954px;
}

nav .mod-nav-sub
{
    width: 100%;
    background: rgba(237,237,237,1);
    margin :0 auto 10px auto;
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(237,237,237,1) 5%, rgba(237,237,237,1) 95%, rgba(237,237,237,1) 95%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(237,237,237,1) 5%,rgba(237,237,237,1) 95%,rgba(237,237,237,1) 95%,rgba(255,255,255,0) 100%);
background: linear-gradient(to left,  rgba(255,255,255,0) 0%,rgba(237,237,237,1) 5%,rgba(237,237,237,1) 95%,rgba(237,237,237,1) 95%,rgba(255,255,255,0) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
max-width : 1280px;
}


nav .mod-nav-sub .inner
{
    width: 980px;
    height: 36px;
    margin: auto;
}

nav .mod-nav-sub .inner ul
{
    font-size: 0;

    width: 954px;
    height: 36px;
    margin: auto;
}

nav .mod-nav-sub .inner ul li
{
    font-size: 12px;
    display: inline-block;
    margin-right: 36px;
    vertical-align: middle;
    position:relative;
    z-index:1;
}

/*nav menu open close*/
nav .mod-nav-sub .inner:not(:first-child){
	transition-duration:0.2s;
	transition-timing-function:ease-in-out;
	transition-property:opacity,height;
	opacity:0;
	height:0;
}
nav .mod-nav-sub .inner.move{
	transition-duration:0.2s;
	transition-timing-function:ease-out;
	transition-property:height;
	height:36px;
}
nav .mod-nav-sub .inner.showMenu{
	transition-duration:0.3s;
	transition-timing-function:ease-in;
	transition-property:opacity;
	opacity:1;
}
nav .mod-nav-sub .inner ul li a{
	cursor:pointer;
}
nav .mod-nav-sub .inner ul li.close_arrow{
	padding : 0;
	margin : 0;
	line-height :0;
	position : absolute;
	width :100%;
	height :36px;
	right: 0;
	top:0;
	z-index:0;
}
nav .mod-nav-sub .inner ul li.close_arrow a span{
	content:"";
	display :inline-block;
	position : absolute;
	right:0;
	width : 48px;
	height :36px;
	background-color :#5d5d5d;
	top:0px;
	margin :0;
	padding:0;
 }
nav .mod-nav-sub .inner ul li.close_arrow a span:after{
    transition-property:transform;
    transition-time-function:ease-in-out;
    transition-duration:0.2s;
    content:"";
    width: 10px;
    height: 10px;
   position : absolute;
   right :20px;
   top :10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135eg);
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
}
nav .mod-nav-sub .inner ul.openMenu,
nav .mod-nav-sub .inner:not(:first-child) ul{
	border-right : 1px solid #e1e1e1;
	border-bottom :1px solid #e1e1e1;
}
nav .mod-nav-sub .inner ul.openMenu{
	position : relative;
}
nav .mod-nav-sub .inner:last-child ul{
	border-bottom:0px;
}
nav .mod-nav-sub .inner:first-child ul.closeMenu{
	border-bottom : 0px;
	position:relative;
}
nav .mod-nav-sub .inner ul li.open_arrow{
	padding : 0;
	margin : 0;
	line-height :0;
	position : absolute;
	width :954px;
	height :36px;
	top:0px;
	right:0px;
	z-index:0;
}
nav .mod-nav-sub .inner ul li.open_arrow a span{
	content:"";
	display :inline-block;
	width : 47px;
	height :36px;	
	background-color :#ededed;
	top:0px;
	right:1px;
	margin :0;
	padding:0;
	position:absolute;
	border-left: 1px solid #e1e1e1;
	z-index:0;
 }
nav .mod-nav-sub .inner ul li.open_arrow a span:after{
    transition-property:transform;
    transition-time-function:ease-in-out;
    transition-duration:0.2s;
    content:"";
    width: 10px;
    height: 10px;
   position : absolute;
   right:18px;
   top :16px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

nav .mod-nav-sub.mod-nav-sub-beauty .inner ul li {
    margin-right: 26px;
}

nav .mod-nav-sub .inner ul li a
{
    line-height: 12px;

    display: block;

    padding: 12px 0;

    color: #666;
}

nav .mod-nav-sub .inner ul li:last-child
{
    margin-right: 0;
}

nav .mod-nav-sub .inner ul li.current a
{
    color: #000;
}

nav .mod-nav-sub .inner ul li.current a:hover
{
    cursor: default;

    opacity: 1;

    filter: alpha(opacity=100);
}
.mod-hd-simple.js-fixed,
nav.js-fixed
{
    position: fixed;

    top: 0px;
    right: 0;
    left: 0;
    z-index: 10010;
    width: 100%;
    margin: 0 auto;
}

nav.js-fixed .mod-nav-main
{
    margin: 0 auto;
}

nav.js-fixed .mod-nav-main .inner ul li#gNav-logo a
{
    width: 127px;
    height: 23px;
    margin: 14px 18px 0 0;

    opacity: 1;

    filter: alpha(opacity=100);
}

nav.js-fixed .mod-nav-main .inner ul li#gNav-logo a:hover
{
    opacity: .6;

    filter: alpha(opacity=60);
}

nav.js-fixed .mod-nav-main .inner ul li[class^='nav-'] a
{
    font-size: 13px;
    line-height: 13px;

    padding: 10px 15px;

    letter-spacing: -.1px;
}

nav.js-fixed .mod-nav-main .inner ul li.nav-magazine
{
    display: none;
}

nav.js-fixed .mod-nav-main .inner ul li#gNav-search
{
    padding: 16px 19px 0 8px;
}

nav.js-fixed .mod-nav-main .inner #searchBox
{
    top: 6px;
    left: 150px;

    width: 804px;
}

nav.js-fixed .mod-nav-sub
{
    margin-bottom: 0;
}

footer
{
    background: #f3f3f3;
}

footer section
{
    width: 100%;
}

footer section .inner
{
    width: 954px;
    margin: 0 auto;
}

footer section .inner:after
{
    display: block;
    clear: both;
    content: '';
}

footer section .inner .categories:after
{
    display: block;
    clear: both;
    content: '';
}

footer .upper .categories
{
    float: left;
    width: 675px;
}

footer .upper .categories .category-block
{
    margin-bottom: 32px;
}

footer .upper .categories .category-block:after
{
    display: block;
    clear: both;
    content: '';
}

footer .upper .categories .category-col
{
    float: left;
    width: 225px;
    padding-right: 30px;
}

footer .upper .categories .category-col.colspan2{
    width: 450px;
}

footer .upper .categories .category-name
{
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 18px;
}

footer .upper .categories .category-name a:hover
{
    opacity: .4;

    filter: alpha(opacity=40);
}

footer .upper .categories ul li
{
    font-size: 13px;
    line-height: 16px;
}

footer .upper .categories ul li + li{
    margin-top: 12px;
}

footer .upper .categories ul li a:hover
{
    opacity: .4;
    filter: alpha(opacity=40);
}

footer .upper .categories .categories-unq01{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

footer .upper .categories .categories-unq01 .category-col{
    float: none;
}

.ie9 footer .upper .categories .categories-unq01 .category-col{
    float: left;
}

footer .upper .categories .categories-unq01 .space-between{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

footer .upper .categories .categories-unq01 .space-between .category-name{
    margin-bottom: 0;
}

.ie9 footer .upper .categories .categories-unq01 .space-between .category-name{
    margin-bottom: 18px;
}

footer .upper
{
    padding: 90px 0 20px;
    background: #f3f3f3;
}

footer .upper .inner .ttl-style-01
{
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;

    width: 625px;
    margin: 0 auto 86px;
}

footer .upper .inner .ttl-style-01:after
{
    display: block;
    clear: both;

    content: '';
}

footer .upper .inner .ttl-style-01 a
{
    float: right;

    width: 214px;
    height: 38px;
    background-size:contain;
    background-image: url("../../img/pc/common/logo.svg");
    background-size:214px auto;
    background-position : 0px;
}

footer .upper .inner .ttl-style-01 a:hover
{
    opacity: .6;

    filter: alpha(opacity=60);
}

footer .upper .inner #magazine
{
    float: right;

    box-sizing: border-box;
    width: 278px;
    padding: 13px 42px 24px;
    background: #fff;
}

footer .upper .inner #magazine .ttl-style-03
{
    margin-bottom: 9px;

    text-align: center;
}

footer .upper .inner #magazine figure
{
    position: relative;
}

footer .upper .inner #magazine figure .month
{
    font-size: 14px;
    line-height: 44px;

    text-align: center;
}

footer .upper .inner #magazine figure .month span
{
    font-size: 12px;
    font-weight: bold;
}

footer .upper .inner #magazine figure .btn-sns
{
    bottom: 27px;
}

footer .upper .inner #magazine .link-txt
{
    padding-left: 14px;
    background: url("../../img/pc/common/arrow_01.png") no-repeat left 5px;
    line-height: 14px;
    padding :4px 0 4px 14px;
}

footer .upper .inner #magazine .link-txt a
{
    font-size: 12px;
}

footer .upper .inner .ydn-ad
{
	width: 278px;
	float: right;
	margin-top:20px;
}

footer .upper .inner + .inner
{
    padding-top: 22px;
}

footer .upper .inner + .inner .categories
{
    float: none;

    width: 954px;
}

footer .upper .inner + .inner .categories .category
{
    width: 138px;
    padding-right: 18px;
}

footer .upper .inner + .inner .categories .category:last-child
{
    width: 126px;
    padding-right: 0;
}

footer .middle
{
    padding: 42px 0;

    background: #484848;
}

footer .middle .inner
{
    margin-bottom: 42px;
}

footer .middle .inner #searchform2
{
    position: relative;

    float: left;

    box-sizing: border-box;
    width: 300px;
    padding: 11px 42px 11px 15px;

    background: #5d5d5d;
}

footer .middle .inner #searchform2 #keywords2
{
    width: 100%;

    letter-spacing: 2px;

    color: #fff;
}

footer .middle .inner #searchform2 #searchBtn2
{
    position: absolute;
    top: 0;
    right: 0;

    width: 43px;
    height: 43px;

    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: -330px -409px;
    cursor:pointer;
}

footer .middle .inner #follow
{
    float: right;

    width: 474px;
    margin-right: -26px;
}

footer .middle .inner #follow ul:after
{
    display: block;
    clear: both;

    content: '';
}

footer .middle .inner #follow ul li
{
    float: left;

    margin-right: 14px;
}

footer .middle .inner #follow ul li:first-child
{
    margin-right: 31px;
}

footer .middle .inner #follow ul li:nth-child(4)
{
    margin-right: 11px;
}

footer .middle .inner #follow ul li p
{
    width: 122px;
    height: 44px;

    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: -144px -231px;
}

footer .middle .inner #follow ul li .icon-fb
{
    width: 40px;
    height: 40px;

    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: -150px -475px;
}

footer .middle .inner #follow ul li .icon-tw
{
    width: 40px;
    height: 40px;

    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: 0 -475px;
}

footer .middle .inner #follow ul li .icon-ig
{
    width: 40px;
    height: 40px;

    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: -200px -475px;
}

footer .middle .inner #follow ul li .icon-ln
{
    width: 40px;
    height: 40px;

    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: -536px -475px;
}

footer .middle .inner #follow ul li .icon-pr
{
    width: 40px;
    height: 40px;

    background-image: url("../../img/pc/common/sprites-common.png");
    background-position: -483px -409px;
}

footer .middle .inner #follow ul li .icon-push{
    width: 40px;
    height: 40px;

    background-image: url("https://spur.hpplus.jp/img/pc/common/sprites-common.png?20190617");
    background-position: -483px -359px;
}

footer .middle .inner + .inner
{
    box-sizing: border-box;
    margin-bottom: 0;
    padding: 40px 32px;

    border: 1px solid #6c6c6c;
}

footer .middle .inner + .inner .membership:after
{
    display: block;
    clear: both;

    content: '';
}

footer .middle .inner + .inner .membership p
{
    line-height: 48px;

    float: left;

    color: #fff;
}

footer .middle .inner + .inner .membership .btn-link02
{
    font-size: 15px;
    font-weight: bold;
    line-height: 48px;

    float: right;

    width: 280px;

    -webkit-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
    text-align: center;

    background: #fff;
}

footer .middle .inner + .inner .membership .btn-link02:hover
{
    opacity: 1;
    color: #fff;
    background: #999;

    filter: alpha(opacity=100);
}

footer .lower
{
    padding: 28px 0;

    background: #303030;
}

footer .lower .inner > *
{
    line-height: 14px;

    color: #fff;
}

footer .lower .inner .link-txt
{
    font-size: 14px;

    float: left;
}

footer .lower .inner .link-txt:after
{
    display: block;
    clear: both;

    content: '';
}

footer .lower .inner .link-txt a
{
    float: left;

    margin-right: 24px;

    color: #fff;
}

footer .lower .inner .copyright
{
    font-size: 12px;

    float: right;
}



.footer_spurgram {
    clear: both;
    overflow: hidden;
}

.footer_spurgram .category {
    float: left;
    width: 212px;
    padding-right: 18px;
    margin-bottom: 32px;
    margin-right: 12px;
}

footer .caution{
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin: 72px 0 30px;
}
footer .caution a{
    color: #fff;
    text-decoration: underline;
}
footer .caution p + p{
  margin-top: 8px;
}

footer .abj{
    padding: 20px 0;
    background: #3d3d3d;
}
footer .abj ul{
    display: table;
    margin: 0 auto;
}
footer .abj ul li{
    display: table-cell;
    vertical-align: middle;
}
footer .abj_image img{
    width: 65px;
    height: 55px;
}
footer .abj_text{
    color: #fff;
    font-size: 10px;
    padding-left: 40px;
}
footer .abj_text a{
    color: #fff;
    text-decoration: underline;
}
















.txt-related{
	line-height:1.8;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
}

.txt-related img,
.txt-related p img{
	max-width : 630px;
	display:inherit;
	margin : 0px 0px 5px 0px;
	vertical-align:top;
}
.txt-related img{
	display:inline;
}
.txt-related img+br{
	display:none;
}

.wysiwygArea,
.wysiwygHeader{
	margin-bottom : 18px;
	font-size: 12px;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
}

.wysiwygArea{
	font-size : 15px;
}
	.wysiwygArea h2,
	.wysiwygArea h3,
	.wysiwygHeader h2,
	.wysiwygHeader h3{
		font-size: 18px;
		font-weight: bold;
		line-height: 26px;
		margin-bottom: 1em;
	}
	.wysiwygArea h3,
	.wysiwygHeader h3{
		font-size:16px;
		margin-bottom: 1em;
		margin-top:1em;
	}
.wysiwygArea img,
.wysiwygHeader img{
	margin : 0px 0px 5px 0px;
	max-width : 630px;
	display:inherit;
	vertical-align:top;
}
	.wysiwygHeader img+br,
	.wysiwygArea img+br{
		display:none;
	}
.wysiwygArea .aligncenter,
.wysiwygHeader .aligncenter{
	margin : 0 auto;
	display : block;
}

blockquote{
    width: 481px;
    margin: 25px auto;
    padding: 15px 0;
    position: relative;
}
blockquote p,
.txt-related blockquote p{
    font-style: italic;
    font-size: 14px;
    margin: 0;
}
blockquote:before,
blockquote:after{
    display: block;
    width: 17px;
    height: 14px;
    line-height: 1;
    position: absolute;
}
blockquote:before{
    top: 0;
    left: -32px;
    content: url("../../img/pc/common/icon_open_quote.png");
}
blockquote:after{
    bottom: 0;
    right: -32px;
    content: url("../../img/pc/common/icon_close_quote.png");
}

	.wysiwygArea  a,
	.wysiwygHeader a{
    font-weight: bold;
    text-decoration : underline;
  }
	.wysiwygHeader a
{
    text-decoration : none;
  }
  .wysiwygArea ol,
  .wysiwygArea ul,
  .wysiwygHeader ol,
  .wysiwygHeader ul{
	font-size:15px;
	margin-bottom:1.5em;
   }
  .wysiwygArea ol li,
 .wysiwygArea ul li,
 .wysiwygHeader ol li,
 .wysiwygHeader ul li
{
    padding-left: 24px;
    margin-bottom : 0.5em;
}
 .wysiwygArea ol li a,
 .wysiwygArea ul li a,
 .wysiwygHeader ol li a,
 .wysiwygHeader ul li a
{
    text-decoration : none;
    font-weight : normal;
}
 .wysiwygArea ol li a:hover,
 .wysiwygArea ul li a:hover,
 .wysiwygHeader ol li a:hover,
 .wysiwygHeader ul li a:hover
 {
    text-decoration: underline;
}
 .wysiwygArea ul li,
 .wysiwygHeader ul li
 {
    background: url("../../img/pc/common/icon_related_01.png") no-repeat left 6px;
}
 .wysiwygArea ol.default-list,
  .wysiwygHeader ol.default-list,
 .wysiwygArea ul.default-list,
  .wysiwygHeader ul.default-list{
 	padding-left:24px;
 }
  .wysiwygArea ol.default-list li,
 .wysiwygHeader ol.default-list li,
 .wysiwygArea ul.default-list li,
 .wysiwygHeader ul.default-list li
 {
    background: none;
    list-style-type: inherit;
    list-style-position: outside;
    padding-left:0px;
}
  .wysiwygArea ol li,
  .wysiwygHeader ol li
{
    background: url("../../img/pc/common/icon_related_02_01.png") no-repeat left 6px;
}
  .wysiwygArea ol li+li,
  .wysiwygHeader ol li+li
{
    background: url("../../img/pc/common/icon_related_02_02.png") no-repeat left 6px;
}
  .wysiwygArea ol li+li+li,
  .wysiwygHeader ol li+li+li
{
    background: url("../../img/pc/common/icon_related_02_03.png") no-repeat left 6px;
}
.wysiwygArea ol li:nth-child(4){background: url("../../img/pc/common/icon_related_4.png") no-repeat left 6px;}
.wysiwygArea ol li:nth-child(5){background: url("../../img/pc/common/icon_related_5.png") no-repeat left 6px;}
.wysiwygArea ol li:nth-child(6){background: url("../../img/pc/common/icon_related_6.png") no-repeat left 6px;}
.wysiwygArea ol li:nth-child(7){background: url("../../img/pc/common/icon_related_7.png") no-repeat left 6px;}
.wysiwygArea ol li:nth-child(8){background: url("../../img/pc/common/icon_related_8.png") no-repeat left 6px;}
.wysiwygArea ol li:nth-child(9){background: url("../../img/pc/common/icon_related_9.png") no-repeat left 6px;}
.wysiwygArea ol li:nth-child(10){background: url("../../img/pc/common/icon_related_10.png") no-repeat left 6px;}
.wysiwygArea ol li:nth-child(11){background: url("../../img/pc/common/icon_related_11.png") no-repeat left 6px;}
.wysiwygArea ol li:nth-child(12){background: url("https://spur.hpplus.jp/img/pc/common/icon_related_12.png") no-repeat left 6px;}
.wysiwygArea ol li:nth-child(13){background: url("../../img/pc/common/icon_related_13.png") no-repeat left 6px;}
.wysiwygArea ol li:nth-child(14){background: url("https://spur.hpplus.jp/img/pc/common/icon_related_14.png") no-repeat left 6px;}
.wysiwygArea ol li:nth-child(15){background: url("https://spur.hpplus.jp/img/pc/common/icon_related_15.png") no-repeat left 6px;}
.wysiwygArea ol li:nth-child(16){background: url("https://spur.hpplus.jp/img/pc/common/icon_related_16.png") no-repeat left 6px;}
.wysiwygArea ol li:nth-child(17){background: url("https://spur.hpplus.jp/img/pc/common/icon_related_17.png") no-repeat left 6px;}
.wysiwygArea ol li:nth-child(18){background: url("https://spur.hpplus.jp/img/pc/common/icon_related_18.png") no-repeat left 6px;}
.wysiwygArea ol li:nth-child(19){background: url("https://spur.hpplus.jp/img/pc/common/icon_related_19.png") no-repeat left 6px;}
.wysiwygArea ol li:nth-child(20){background: url("https://spur.hpplus.jp/img/pc/common/icon_related_20.png") no-repeat left 6px;}
.wysiwygHeader ol li:nth-child(4){background: url("../../img/pc/common/icon_related_4.png") no-repeat left 6px;}
.wysiwygHeader ol li:nth-child(5){background: url("../../img/pc/common/icon_related_5.png") no-repeat left 6px;}
.wysiwygHeader ol li:nth-child(6){background: url("../../img/pc/common/icon_related_6.png") no-repeat left 6px;}
.wysiwygHeader ol li:nth-child(7){background: url("../../img/pc/common/icon_related_7.png") no-repeat left 6px;}
.wysiwygHeader ol li:nth-child(8){background: url("../../img/pc/common/icon_related_8.png") no-repeat left 6px;}
.wysiwygHeader ol li:nth-child(9){background: url("../../img/pc/common/icon_related_9.png") no-repeat left 6px;}
.wysiwygHeader ol li:nth-child(10){background: url("../../img/pc/common/icon_related_10.png") no-repeat left 6px;}
.wysiwygHeader ol li:nth-child(11){background: url("../../img/pc/common/icon_related_11.png") no-repeat left 6px;}
.wysiwygHeader ol li:nth-child(12){background: url("https://spur.hpplus.jp/img/pc/common/icon_related_12.png") no-repeat left 6px;}
.wysiwygHeader ol li:nth-child(13){background: url("../../img/pc/common/icon_related_13.png") no-repeat left 6px;}
.wysiwygHeader ol li:nth-child(14){background: url("https://spur.hpplus.jp/img/pc/common/icon_related_14.png") no-repeat left 6px;}
.wysiwygHeader ol li:nth-child(15){background: url("https://spur.hpplus.jp/img/pc/common/icon_related_15.png") no-repeat left 6px;}
.wysiwygHeader ol li:nth-child(16){background: url("https://spur.hpplus.jp/img/pc/common/icon_related_16.png") no-repeat left 6px;}
.wysiwygHeader ol li:nth-child(17){background: url("https://spur.hpplus.jp/img/pc/common/icon_related_17.png") no-repeat left 6px;}
.wysiwygHeader ol li:nth-child(18){background: url("https://spur.hpplus.jp/img/pc/common/icon_related_18.png") no-repeat left 6px;}
.wysiwygHeader ol li:nth-child(19){background: url("https://spur.hpplus.jp/img/pc/common/icon_related_19.png") no-repeat left 6px;}
.wysiwygHeader ol li:nth-child(20){background: url("https://spur.hpplus.jp/img/pc/common/icon_related_20.png") no-repeat left 6px;}
  .wysiwygArea ol.default-list li,
  .wysiwygHeader ol.default-list li{
  	background:none;
  }
/*------行間-------*/
.wysiwygArea div,
.wysiwygArea pre,
.wysiwygArea p{
	margin-top:0.5em;
	margin-bottom:1em;
	line-height:1.8;
	font-size:15px;
}
.wysiwygHeader div,
.wysiwygHeader pre,
.wysiwygHeader p{
	margin-top:0.5em;
	margin-bottom:1em;
	line-height:1.6;
	font-size:14px;
}
.wysiwygHeader span[style*="font-size"][style*="0.8"],
.wysiwygHeader span[style*="font-size"][style*="0.667"],
.wysiwygArea span[style*="font-size"][style*="0.8"],
.wysiwygArea span[style*="font-size"][style*="0.667"]{
	display:inline-block;
}

.wysiwygHeader span[style*="font-size"][style*="8pt"],
.wysiwygHeader span[style*="font-size"][style*="6pt"],
.wysiwygHeader span[style*="font-size"][style*="0.4"],
.wysiwygHeader span[style*="font-size"][style*="0.533"]{
	display:inline-block;
	line-height:1.6;
}
.wysiwygHeader span[style*="font-size"][style*="0.714"],
.wysiwygHeader span[style*="font-size"][style*="0.857"],
.wysiwygHeader span[style*="font-size"][style*="9pt"],
.wysiwygHeader span[style*="font-size"][style*="10pt"]{
	display:inline-block;
	line-height:1.6;
}
.wysiwygArea span[style*="font-size"][style*="8pt"],
.wysiwygArea span[style*="font-size"][style*="6pt"],
.wysiwygArea span[style*="font-size"][style*="0.4"],
.wysiwygArea span[style*="font-size"][style*="0.533"]{
	display:inline-block;
	line-height:1.6;
}
.wysiwygArea span[style*="font-size"][style*="0.714"],
.wysiwygArea span[style*="font-size"][style*="0.857"],
.wysiwygArea span[style*="font-size"][style*="9pt"],
.wysiwygArea span[style*="font-size"][style*="10pt"]{
	display:inline-block;
	line-height:1.6;
}

.wysiwygArea hr,
.wysiwygHeader hr{
	border-bottom:1px solid #000;
	display:block;
	margin-bottom:1em;
	max-width : 630px;
}

a[href*=tel\:],
.telno{
	text-decoration:none;
	font-weight:bold;
}


/*--------------------
ゲート広告
---------------------*/
#gateBanner
{
    position: relative;
    z-index: 0;
    width: 980px;
    height: 220px;
    margin: 0 auto;
}

#gateBanner #bnr-01
{
    position: absolute;
    top: 0;
    left: -150px;
    width: 1280px;
}

#gateBanner #bnr-left
{
    position: absolute;
    top: 220px;
    left: -150px;
    width: 150px;
}

#gateBanner #bnr-right
{
    position: absolute;
    top: 220px;
    right: -150px;
    width: 150px;
}
/*--------------------
ゲート広告
---------------------*/
#gateBanner_premium
{
    position: relative;
    z-index: 1000;
    width:1280px;
    width:100%;
    max-width:1280px;
    left :0px;
    margin : 0 auto;
}

#gateBanner_premium #bnr-01
{
    position: absolute;
    top: 0px;
    left: -150px;
    width:1280px;
}

#gateBanner_premium #bnr-left
{
    position: absolute;
    top: 628px;
    left: -150px;
    width: 150px;
}

#gateBanner_premium #bnr-right
{
    position: absolute;
    top: 628px;
    right: -150px;
    width: 150px;
    z-index:1000;
}

/*-----
INFORMATION */
.txt-related .information{
	max-width : 630px;
	margin : 0 auto;
}
.txt-related .information .ttl-style-02
{
    font-size: 17px;
    font-weight: normal;

    position: absolute;
    top: -16px;
    right: 0;
    left: 0;

    width: 180px;
    margin: auto;
    padding: 0 30px;
    background: #fff;
}

.txt-related .information .clm-left
{
    display: table;
    float: left;
    width: 390px;
    height: 141px;
}

.txt-related .information .clm-left div
{
    display: table-cell;

    vertical-align: middle;
}

.txt-related .information .clm-left div dl
{
    margin-bottom: 3px;
}

.txt-related .information .clm-left div dl dt,
.txt-related .information .clm-left div dl dd
{
    display: inline-block;
}

/* INFORMATION 手入力用
--------------------------------*/
.mainContent-inner .txt-related .information-manual pre,
.mainContent-inner .txt-related .information-manual div,
.mainContent-inner .txt-related .information-manual p,
.page-article .mainContent-inner #snapArea .snap-detail-wrap .txt-related .information-manual .txt{
    margin:0;
}
#mainContent .information-manual{
    position: relative;
    border: 2px solid #000;
    max-width : 630px;
    margin : 30px auto;
    padding: 36px 30px 28px;
}
#mainContent .information-manual:after{
    display: block;
    clear: both;
    content: '';
}
#mainContent .information-manual img{
    max-width: 100%;
}
#mainContent .information-manual .ttl{
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    background: #fff;
    padding: 0 30px;
    position: absolute;
    top: -13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    font-family: 'Montserrat', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
}
#mainContent .information-manual .col-img{
    float: right;
    width: 140px;
    text-align: right;
}
#mainContent .information-manual .col-txt{
    font-size: 15px;
    line-height: 1.8rem;
    float: left;
    width: 390px;
}
#mainContent .information-manual .col-txt dl{
    margin-bottom: 3px;
}
#mainContent .information-manual .col-txt dl dt,
#mainContent .information-manual .col-txt dl dd{
    display: inline;
}

.panlist{
	width : 100%;
	text-align : left;
	margin : 0 auto;
	line-height:21px;
	max-width : 954px;
	margin-top:20px;
	
}
.panlist a{
	font-size:11px;
	color :#666;
	font-weight: normal;
}

div.panlist ol{
	overflow:hidden;
	border-top : 1px solid #e4e4e4;
	border-bottom : 1px solid #e4e4e4;
	height:23px;
}
div.panlist ol li{
	display:table-cell;
	position : relative;
	vertical-align: top;
}
div.panlist ol li{
	padding-left:8px;
}
div.panlist ol li a.scrollable{
    display: inline-block;
    overflow-x: scroll;
    width:120px;
}
div.panlist ol li:not(:first-child){
	padding-left:16px;
	padding-right:4px;
}
div.panlist ol li span{
	font-size :11px;
}
div.panlist ol li span.scrollable{
    width: 500px;
    display: inline-block;
}
div.panlist ol li:not(:first-child):before{
   display:table-cell;
    content:"";
    color :#666;
    left: -15px;
    top:0px;
    width: 21px;
    height:21px;
    border-top: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    position :absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

/*pagenation*/
section .articleNav-3column,
.articleHeaderNav,
.bottomSnapNav,
.bottomNav,
.bottomNav-column2,
.articleNav{
    width : 100%;
    width : 630px;
    border-bottom :1px solid #d7d7d7;
    margin-bottom : 10px;
    height : 50px;
    position:relative;
    display :block;
}

section .articleNav-3column,
section .articleNav-3column ul,
section .articleNav ul,
section .articleNav{
    width : 954px;
    margin : 0 auto;
    height : 50px;
    position : relative;
}
.articleHeaderNav,
section .articleNav-3column,
section .articleNav{
    border-top:1px solid #d7d7d7;
}
.articleNav ul li a{
    padding-right : 10px;
}
.articleNav ul li:first-child a{
    padding-left : 10px;
}
.articleNav>a{
	padding-left:20px;
	display:inline-block;
	left:50%;
	top:50%;
	position:relative;
	transform:translate(50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	font-size:12px;
}
.articleNav>a:before{
    content: "";
    left: 0px;
    top: 10px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
/*ボトム記事メニュー*/
.bottomNav-column2,
.bottomNav{
    margin-top:30px;
    border-top:1px solid #d7d7d7;
}
.bottomNav-column2 ul,
.bottomNav ul{
    display:table;
    position : absolute;
    width : 630px;
}
.bottomNav-column2 ul li,
.bottomNav ul li{
    width : 210px;
    height: 50px;
    vertical-align:middle;
    display:table-cell;
    padding-left:21px;
}
.bottomNav-column2 ul li:nth-child(1) a:before,
.bottomNav ul li:nth-child(1) a:before,
.bottomNav ul li:nth-child(2) a:before{
    margin-top:13px;
}
.bottomNav ul li:nth-child(1) a:after,
.bottomNav ul li:nth-child(2) a:after{
    content:"";
    position: relative;
    color: #d7d7d7;
    border-right: 1px solid #d7d7d7;
    top: 0;
    left: 117px;
}
.bottomNav ul li:nth-child(2) a:after{
    left:80px;
}


.bottomNav ul li:nth-child(2){
    text-align :center;
    padding-left:0px;
}
.bottomNav-column2 ul li:nth-child(2) a:after,
.bottomNav ul li:nth-child(3) a:after{
    margin-top:13px;
}
.bottomNav-column2 ul li:nth-child(2),
.bottomNav ul li:nth-child(3){
    text-align :right;
    padding-right:21px;
}
.bottomNav ul li:not(:last-child){
}
/*fixed記事メニュー*/
.fixedNav{
    position :fixed;
    bottom : -55px;
    background-color : rgb(237,237,237);
    border-bottom :0px;
    margin :0px;
    z-index:80;
    opacity:0.9;
    transition-duration:0.2s;
    transition-timing-function:ease-in-out;
    transition-property:bottom;
    width : 630px;
    height:50px;

}
.fixedNav.show{
    opacity :0.9;
    bottom:0px;
}
.fixedNav ul{
    height : 50px;
}
.fixedNav ul li{
    width : 25%;
    float:left;
    text-align : left;
    height : 50px;
    position: relative;
}
.articleNav-3column ul li{
    width : 25%;
    float:left;
    text-align : left;
    position: relative;
    top : 50%;
    -webkit-transform : translate(0,-50%);
    -moz-transform : translate(0,-50%);
    -ms-transform : translate(0,-50%);
    -o-transform : translate(0,-50%);
    transform : translate(0,-50%);
}

.articleNav-3column ul li a{
    position : relative;
    margin-left : 15px;
    font-size: 12px;
}
.fixedNav ul li a{
    position : relative;
    top:16px;
    margin-left : 30px;
}
.articleNav-3column ul li:nth-child(2),
.fixedNav ul li:nth-child(2){
    width :50%;
    text-align : center;
}
.articleNav-3column ul li:nth-child(2){
    height: 22px;
    border-right: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
}
.articleNav-3column ul li:nth-child(2) a{
    top:0px;
}
.articleNav-3column ul li:nth-child(3),
.fixedNav ul li:nth-child(3){
    text-align : right;
}
.fixedNav ul li:nth-child(2) a{
    margin-left:0px;
}
.articleNav-3column ul li:nth-child(3) a{
    margin-right : 15px;
    margin-left:0px;
}
.fixedNav ul li:nth-child(3) a{
    margin-right : 30px;
    margin-left:0px;
}
.fixedNav ul li dl{
    margin: 0 auto;
    display: block;
    clear: both;
    zoom: 1;
    overflow: hidden;
    height: 50px;
    width: 238px;
}
.fixedNav ul li dl dt,
.fixedNav ul li dl dd
{
    display: block;
    float:left;
    margin-right : 10px;
    position:relative;
}
.fixedNav ul li dl dt{
	height:50px;
	line-height:21px;
	top:14px;
}
.fixedNav ul li dl dd{
	top:10px;
}
.fixedNav ul li dl dt img{
    width : 68px;
    height :21px;
    vertical-align: middle;
}
.fixedNav ul li dl dd:last-child{
    margin-right :0px;
}
.fixedNav ul li dl dd a{
    display:block;
    text-indent : -99999px;
    overflow:hidden;
    position:relative;
    top:0px;
}

.fixedNav ul li dl dd .btn-tw{
    width: 30px;
    height: 30px;
    background: url("../../img/pc/common/btn_tw.png") no-repeat left top;
    background-size: 100% auto;
}
.fixedNav ul li dl dd .btn-fb{
    width: 30px;
    height: 30px;
    background: url("../../img/pc/common/btn_fb.png") no-repeat left top;
    background-size: 100% auto;
}
.fixedNav ul li dl dd .btn-gp{
    width: 30px;
    height: 30px;
    background: url("../../img/pc/common/btn_ln.png") no-repeat left top;
    background-size: 100% auto;
}
.fixedNav ul li dl dd .btn-pr{
    width: 30px;
    height: 30px;
    background: url("../../img/pc/common/btn_pr.png") no-repeat left top;
    background-size: 100% auto;
}
body.gallery-page .navs{
    width : 630px;
    border-bottom :1px solid #e7e7e7;
    margin-bottom :15px;
    position : relative;
    height :50px;

}
body.gallery-page div.navs .articleNav{
    width :315px;
    border:0px;
    height:50px;
    float:left;
}
body.gallery-page div.navs .articleNav ul{
    width : 100%;
    height:50px;
}

body.gallery-page .bottomSnapNav{
    width :314px;
    float:right;
    border:none;
}
body.gallery-page .bottomSnapNav ul{
    left:100%;
    transform : translate(-100%,-50%);
    -webkit-transform : translate(-100%,-50%);
    -o-transform : translate(-100%,-50%);
    -ms-transform : translate(-100%,-50%);
    -moz-transform : translate(-100%,-50%);
    width : 80px;
    top:50%;
}
.bottomSnapNav ul li a{
    right :0px;
}

.articleHeaderNav ul li ul li{
    display : inline-block;
    width:auto;
    float:none;
    position :relative;
    font-size : 12px;
}
.articleNav-3column ul li.arrowLeft:before,
.fixedNav ul li.arrowLeft:before,
.articleHeaderNav ul li:first-child ul li:first-child:before{
    content:"";
    left: 5px;
    top:7px;
    width: 7px;
    height:7px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position :absolute;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
}
.articleNav-3column ul li.arrowRight:before,
.fixedNav ul li.arrowRight:before,
.articleHeaderNav ul li:first-child ul li:nth-child(2):after{
    content:"";
    right :5px;
    top:7px;
    width: 7px;
    height:7px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position :absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.articleNav-3column ul li.arrowLeft:before,
.articleNav-3column ul li.arrowRight:before{

}
.fixedNav ul li.arrowLeft:before,
.fixedNav ul li.arrowRight:before{
    top:22px;
    left:20px;
}

.articleNav-3column ul li.arrowRight:before{
    right : 5px;
    left:auto;
}
.fixedNav ul li.arrowRight:before{
    right : 20px;
    left:auto;
}
#pagenationNav .articleNav-3column ul,
#pagenationNav .articleNav ul{
    height : 50px;
}
.navs .articleNav ul li{
    height : auto;
}
.navs .articleNav ul li,
#pagenationNav .articleNav-3column ul li,
#pagenationNav .articleNav ul li{
    padding-bottom :0px;
    font-size:12px;
}
.articleNav ul li:nth-child(2){
    right:0;
    padding-left:0px;
    padding-right : 10px;
    position : absolute;
    text-align:right;
}
.bottomNav-column2 ul li:nth-child(1) a:before,
.bottomNav ul li:nth-child(1) a:before,
.articleNav ul li:nth-child(1) a:before{
    content:"";
    left: 5px;
    top:7px;
    width: 7px;
    height:7px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position :absolute;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
}
.articleNav-3column ul li:nth-child(2) a:before{
    content:"";
    left: -20px;
    top:7px;
    width: 7px;
    height:7px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position :absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.articleHeaderNav ul li ul,
.articleHeaderNav ul li{
    display:table;
    float:left;
    width :315px;
    border-bottom :1px solid transparent;
    z-index:2;
}
.articleHeaderNav ul li ul{
    display : table-cell;
    vertical-align : middle;
    height : 1.6rem;
}
.articleHeaderNav ul li ul li{
    display : inline-block;
    width:auto;
    float:none;
}
.articleHeaderNav ul:first-child li ul li a{
    margin-left : 20px;
    margin-right:20px;
}
.articleHeaderNav ul:first-child li ul li:nth-child(2) a{
    margin-left : 0px;
    margin-right : 20px;
}
.articleHeaderNav ul li:nth-child(2) ul li{
    text-align : right;
    width : 100%;
    font-size: 12px;
    line-height : 10px;
}
.bottomNav-column2 ul li:nth-child(2) a:after,
.bottomNav ul li:nth-child(3) a:after,
.articleNav ul li:nth-child(2) a:after{
    content:"";
    right:5px;
    top:7px;
    width: 7px;
    height:7px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position :absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.bottomNav ul li:nth-child(2) a{
    position :relative;
}
.bottomNav ul li:nth-child(2) a:before{
    content:"";
    display :block;
    left:-16px;
    top:-5px;
    width: 7px;
    height:7px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position :absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.articleNav-3column ul li a,
.bottomNav-column2 ul li a,
.bottomNav ul li a{
    transition : none;
    font-size:13px;
}
.articleNav ul li a{
    font-size:12px;
    transition :none;
}
.articleNav-3column ul li a:hover,
.articleNav ul li a:hover,
.bottomNav-column2 ul li a:hover,
.bottomNav ul li a:hover{
    transition : none;
    opacity:0.3;
}

.bottomSnapNav {
    border-top:1px solid #d7d7d7;
    margin-top : 20px;
}
body.gallery-page .bottomSnapNav{
    margin-top : 0px;
}
.bottomSnapNav ul{
    text-align : right;
    display:table;
    width :80px;
    position:relative;
    left:550px;
    top:50%;
    transform:translate(0,-50%);
    -webkit-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    -o-transform:translate(0,-50%);
    -moz-transform:translate(0,-50%);

}
.bottomSnapNav ul li{
    display:table-cell;
    position:relative;
    height:13px;
}
.navs.bottom .articleNav ul li{
    height :auto;
}
.articleHeaderNav ul,
.articleNav ul{
    width : 630px;
    position : absolute;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    height: 50px;
}
.articleNav ul li{
    position : relative;
    padding-left : 10px;
    font-size : 13px;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    width : 310px;
}
/*PR*/
.mod-content .articleHeaderNav .pr:after{
    position : relative;
    display:inline-block;
    top:2px;
    margin-right: 10px;
}

/*キャプション*/
figure{
	margin:0 auto 5px auto;
}
figcaption{color: rgb(153, 153, 153); font-size: 0.667em;}

/*マガジンモジュール*/
.txt-related aside a{text-decoration:none;}
.mainContent aside.recommend{
    margin: 0 auto 84px;
}
.mainContent aside.recommend .wysiwygArea a{
	text-decoration:none;
}
aside.recommend  :after{
    display: block;
    clear: both;
    content: '';
}
aside.recommend   .clm-content{
    text-align:center;
}
aside.recommend   .clm-content article{
    position: relative;
    margin-bottom: 18px;
	display:inline-block;
	width:48%;
	text-align:left;
}

aside.recommend  .clm-content article .link-wrap{
    display: table;
    height: 90px;
    text-decoration : none;
}

aside.recommend   .clm-content article .pic{
    display: table-cell;
    width: 80px;
	height:80px;
    border-right:14px solid transparent;
    position:relative;
}
aside.recommend   .clm-content article .pic img{
	width:80px;
	height:80px;
}
aside.recommend  .clm-content article .txtArea{
    display: table-cell;
    vertical-align: middle;
}

aside.recommend  .clm-content article .txtArea .txt{
    overflow: hidden;
    height: 3.2em;
	font-size:13px;
	margin-bottom:1.6em;
}

aside.recommend  .clm-content article .txtArea .timeago{
    text-align: left;
}

aside.recommend  .clm-content article .btn-sns{
	top: 24px;
    left: -220px;
}
.txt-related.full-page aside.recommend .clm-content article .btn-sns{
	left:-380px;
}
aside.recommend   .clm-content .btn-link{
display:inline-block;
margin-top: 12px;
font-weight:bold;
margin-bottom:36px;
}

aside.recommend .wysiwygArea a{
	text-decoration:none;
}

aside.magazine{
	background: url(https://spur.hpplus.jp/img/pc/common/bg_feature.png) repeat left top;
	position:relative;
	margin-top:36px;
}
aside.recommend+aside.magazine{
	margin-top:0px;
}
.page-chronicle aside.magazine{
	margin-bottom:36px;
}
aside.magazine  h4{
	font-family:'Montserrat', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
	font-size:24px;
	text-align:center;
	padding-top:20px;
}
aside .wrapper{
	display:inline-block;
	width:65%;
	position:relative;
}
aside.magazine .wrapper:first-child{
	width:30%;
	padding:0 12px;
	position:relative;
	top:-25px;
}
.page-chronicle aside.magazine .wrapper:first-child{
	top:0px;
}
aside.magazine  .wrapper:first-child img{
	display:block;
	width:80%;
	margin : 0 auto;
	
}
.page-chronicle aside.magazine .wrapper:nth-child(2) img{
	max-width : 160px;
	right:0px;
}
aside.magazine  .wrapper:first-child .magazine-header{
	padding:0;
	font-size:12px;
	width:100%;
	text-align: center;
	margin-bottom:0;
}
aside.magazine  .wrapper:first-child a:nth-child(2){
	border:1px solid #000;
	padding: 7px 10px;
	font-size:12px;
	width:80%;
	display:block;
	text-align:center;
	background-color:#fff;
	margin : 5px auto 0 auto;
}
aside#net-book{
	margin-bottom:0px;
	margin-top:30px;
}
aside .booklist,
.page-chronicle #mainContent aside .booklist{
	width:100%;
	background-color:transparent;
	margin-bottom:0px;
	position:relative;
	text-align:center;
	margin-top:30px;
	border-top:0px;
}
aside.magazine .booklist .ttl-style-04,
.page-chronicle #mainContent aside.magazine .booklist .ttl-style-04{
	background: url(https://spur.hpplus.jp/img/pc/common/bg_feature.png) repeat left top;
	position:relative;
	z-index:3;
	display:inline-block;
	padding : 0 40px;
	font-weight: bold;
}
aside.magazine #net-book:after{
	border-bottom:1px solid #000;
	content:"";
	position:absolute;
	top:8px;
	left:0px;
	width:100%;
	z-index:0;
}
aside.magazine .booklist ul,
.page-chronicle #mainContent aside .booklist ul{
	width:initial;
	display:inline-block;
	margin:20px auto 10px;
	padding-top:12px;
	text-align:center;
}
aside.magazine .booklist ul{
	margin-top:12px;
}
aside.magazine .booklist:nth-child(2) ul{
	margin-top:0px;
}
#mainContent aside .booklist ul:nth-child(2){
	padding-top:0;
}

aside.magazine .booklist ul li{
	width : 31%;
	display:inline-block;
	max-width:160px;
}
aside.magazine ul li img{
	width : 100%;
}
aside.magazine .container{
	margin : 0 auto;
}
aside.magazine .linklist ul li a{
   background-image: url(/img/pc/common/sprite-profile.png);
    display: block;
    overflow: hidden;
    text-indent: -9999rem;
    width: 37px;
    height: 37px;
    margin-right: 5px;
 }
 aside.magazine .linklist ul li a.line-link{
 background-position: -312px -43px;
}
 aside.magazine .linklist ul li a.instagram-link{
 background-position: -222px -43px;
}
 aside.magazine .linklist ul li a.twitter-link{
background-position: -178px -43px;
}
 aside.magazine .linklist ul li a.fb-link{
     background-position: -134px -43px;
}
 aside.magazine .linklist ul li a.article-link{
     background-position: -88px -43px;
}
aside.magazine .linklist ul li a.official_EC-link{
    background-position: -44px -43px;
} 
aside.magazine .linklist ul li a.official_web-link{
    background-position: 0px -43px;
} 
aside.magazine .linklist ul{
}
aside.magazine .linklist ul li{
	display:table-cell;
	width:37px;
}


