@charset "UTF-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 600
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

td,
th {
    padding: 0
}

blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

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

fieldset,
img,
input {
    border: 0
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    text-align: left
}

q:after,
q:before {
    content: ""
}

abbr,
acronym {
    border: 0
}

a,
img {
    display: inline-block;
    vertical-align: top
}

.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -khtml-user-select: none
}

.slick-list,
.slick-slider {
    display: block;
    position: relative
}

.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.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 {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff/*url(../img/slick/ajax-loader.gif) 50% no-repeat*/
}

.slick-next,
.slick-prev {
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0px;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: auto
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: auto;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.top-main-slider .slick-next,
.top-main-slider .slick-prev {
    background: transparent;
    border: none;
    bottom: -46px;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0px;
    outline: none;
    padding: 0;
    position: absolute;
    top: auto;
    -webkit-transform: translate(0);
    transform: translate(0);
    width: 20px;
    z-index: 99
}

@media (max-width:768px) {
    .top-main-slider .slick-next,
    .top-main-slider .slick-prev {
        bottom: -35px
    }
}

.top-main-slider .slick-next:focus,
.top-main-slider .slick-next:hover,
.top-main-slider .slick-prev:focus,
.top-main-slider .slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none
}

.top-main-slider .slick-next:focus:before,
.top-main-slider .slick-next:hover:before,
.top-main-slider .slick-prev:focus:before,
.top-main-slider .slick-prev:hover:before {
    opacity: 1
}

.top-main-slider .slick-next.slick-disabled:before,
.top-main-slider .slick-prev.slick-disabled:before {
    opacity: .25
}

.top-main-slider .slick-next:before,
.top-main-slider .slick-prev:before {
    border-top: 1px solid #555;
    bottom: 0;
    height: 11px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 11px
}

@media (max-width:768px) {
    .top-main-slider .slick-next:before,
    .top-main-slider .slick-prev:before {
        height: 13px;
        width: 13px
    }
}

.top-main-slider .slick-prev {
    left: calc(50vw - 442px)
}

@media (max-width:1200px) {
    .top-main-slider .slick-prev {
        left: 28%
    }
}

@media (max-width:768px) {
    .top-main-slider .slick-prev {
        left: 10%
    }
}

.top-main-slider .slick-prev:before {
    border-left: 1px solid #555;
    content: "";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

[dir=rtl] .top-main-slider .slick-prev:before {
    content: ""
}

.top-main-slider .slick-next {
    left: calc(50vw - 394px)
}

@media (max-width:1200px) {
    .top-main-slider .slick-next {
        left: 33%
    }
}

@media (max-width:768px) {
    .top-main-slider .slick-next {
        left: auto;
        right: 10%
    }
}

.top-main-slider .slick-next:before {
    border-right: 1px solid #555;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

[dir=rtl] .top-main-slider .slick-next:before {
    content: ""
}

.top-pickup-head .slick-next,
.top-pickup-head .slick-prev {
    bottom: 0;
    display: block;
    height: 0;
    left: 0;
    line-height: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0
}

.top-pickup-head .slick-next:focus,
.top-pickup-head .slick-next:hover,
.top-pickup-head .slick-prev:focus,
.top-pickup-head .slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none
}

.top-pickup-head .slick-next.slick-disabled:before,
.top-pickup-head .slick-next:focus:before,
.top-pickup-head .slick-next:hover:before,
.top-pickup-head .slick-prev.slick-disabled:before,
.top-pickup-head .slick-prev:focus:before,
.top-pickup-head .slick-prev:hover:before {
    opacity: 1
}

.top-pickup-head .slick-next:before,
.top-pickup-head .slick-prev:before {
    border-top: 1px solid #979797;
    bottom: 0;
    height: 13px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 13px
}

@media (max-width:768px) {
    .top-pickup-head .slick-next:before,
    .top-pickup-head .slick-prev:before {
        height: 10px;
        width: 10px
    }
}

.top-pickup-head .slick-prev {
    right: 8px
}

@media (max-width:768px) {
    .top-pickup-head .slick-prev {
        bottom: 5px
    }
}

.top-pickup-head .slick-prev:before {
    border-left: 1px solid #979797;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.top-pickup-head .slick-next {
    right: 18px
}

@media (max-width:768px) {
    .top-pickup-head .slick-next {
        bottom: 5px
    }
}

.top-pickup-head .slick-next:before {
    border-right: 1px solid #979797;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    bottom: -25px;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    position: relative
}

.slick-dots li,
.slick-dots li button {
    cursor: pointer;
    height: 20px;
    width: 20px
}

.slick-dots li button {
    background: transparent;
    border: 0;
    color: transparent;
    display: block;
    font-size: 0;
    line-height: 0px;
    outline: none;
    padding: 5px
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    content: "•";
    font-family: slick;
    font-size: 6px;
    height: 20px;
    left: 0;
    line-height: 20px;
    opacity: .25;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.top-main-slider .slick-dots {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    bottom: -48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    list-style: none;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
    position: relative;
    width: 100%
}

@media (max-width:1200px) {
    .top-main-slider .slick-dots {
        padding-left: 15px
    }
}

@media (max-width:768px) {
    .top-main-slider .slick-dots {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        bottom: -36px;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 0;
        position: absolute
    }
}

.top-main-slider .slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    width: 20px
}

.top-main-slider .slick-dots li button {
    background: transparent;
    border: 0;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0px;
    outline: none;
    padding: 5px;
    width: 20px
}

.top-main-slider .slick-dots li button:focus,
.top-main-slider .slick-dots li button:hover {
    outline: none
}

.top-main-slider .slick-dots li button:focus:before,
.top-main-slider .slick-dots li button:hover:before {
    opacity: 1
}

.top-main-slider .slick-dots li button:before {
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 10px;
    left: 0;
    line-height: 1;
    margin: auto;
    opacity: 1;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    width: 10px
}

.top-main-slider .slick-dots li.slick-active button:before {
    background-color: #ff8034;
    border: 2px solid #ff8034;
    opacity: 1
}

.article_list li.pr {
    position: relative;
}

ul.series li>a .slide-img {
    position: relative;
}

.article_list li.pr:after {
    content: "PR";
    display: inline-block;
    padding: 3px 8px;
    font-size: 12px;
    background: white;
    position: absolute;
    top: 0;
    z-index: 5;
}

.slide_mv.article_list li.pr:after {
    right: 10px;
}

.pickup-area .article_list li.pr:after {
    right: 10px;
}

.whatsnew-area .article_list li.pr:after {
    right: 0px;
}

.series-area .article_list li.pr::after {
    display: none;
}

.series-area .article_list li.pr a .slide-img:after {
    right: 0;
    top: 3px;
    content: "PR";
    display: inline-block;
    padding: 3px 8px;
    font-size: 12px;
    background: white;
    position: absolute;
    top: 0;
    z-index: 5;
}


/*.series-area .article_list li.pr h3{
    padding-left: 2.2em;
}*/

ul.slide_special li.pr .special-img {
    position: relative;
}

ul.slide_special li.pr .special-img:after {
    content: "PR";
    display: inline-block;
    padding: 3px 8px;
    font-size: 12px;
    background: white;
    position: absolute;
    top: 0;
    right: 0;
}

ul.slide_pickup li a,
ul.whatsnew li a {
    width: 100%;
}

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

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

html {
    font-size: 16px
}

body {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-family: rooney-sans, YuGothic, Yu Gothic, ＭＳ Ｐゴシック, MS PGothic, Osaka, ＭＳ ゴシック, Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.4;
    margin: 0;
    min-width: 1120px;
    overflow-wrap: break-all;
    overflow-x: hidden;
    width: 100%
}

img {
    height: auto;
    max-width: 100%
}

a,
input {
    color: #222;
    outline: none
}

a {
    -webkit-transition: .2s;
    transition: .2s
}

a,
a:active,
a:hover,
a:link,
a:visited {
    text-decoration: none
}

a img {
    -webkit-transition: .2s;
    transition: .2s
}

.pc-none {
    display: none !important
}

.roony {
    font-family: rooney-sans, sans-serif;
    font-style: normal;
    font-weight: 300
}

a.scale:hover {
    overflow: hidden
}

a.scale:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

a.icon:focus,
a.icon:hover {
    -webkit-animation: gelatine .5s 1;
    animation: gelatine .5s 1;
    -webkit-transition-timing-function: cubic-bezier(.6, 4, .3, .8);
    transition-timing-function: cubic-bezier(.6, 4, .3, .8)
}

@keyframes gelatine {
    0%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.9, 1.1);
        transform: scale(.9, 1.1)
    }
    50% {
        -webkit-transform: scale(1.1, .9);
        transform: scale(1.1, .9)
    }
    75% {
        -webkit-transform: scale(.95, 1.05);
        transform: scale(.95, 1.05)
    }
}

@-webkit-keyframes gelatine {
    0%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.9, 1.1);
        transform: scale(.9, 1.1)
    }
    50% {
        -webkit-transform: scale(1.1, .9);
        transform: scale(1.1, .9)
    }
    75% {
        -webkit-transform: scale(.95, 1.05);
        transform: scale(.95, 1.05)
    }
}

a:not(.scale, .icon, .logo):hover {
    opacity: .7
}

.header__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    padding: 36px 0 33px;
    width: 97.5%
}

.header .header-right,
.header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header .header-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.header .header-right .header-right-top,
.header .header-right .header-right-top .header-sns__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header .header-right .header-right-top .header-sns__list {
    margin: 0 25px 0 0
}

.header .header-right .header-right-top .header-sns__item {
    margin: 0 12px
}

.header .header-right .header-right-top .header-search {
    border-bottom: 1px solid #aaa;
    margin-top: -8px;
    padding-bottom: 4px
}

.header .header-right .header-right-top .header-search form {
    position: relative;
    width: 240px
}

.header .header-right .header-right-top .header-search form input[type=text] {
    border: none;
    border-radius: 5px;
    color: #222;
    font-family: rooney-sans, sans-serif;
    font-size: .8125rem;
    font-style: normal;
    font-weight: 500;
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 1;
    padding: 0 30px 0 14px;
    width: 100%
}

.header .header-right .header-right-top .header-search form input[type=text]::-ms-input-placeholder {
    color: #979797
}

.header .header-right .header-right-top .header-search form input[type=text]::placeholder {
    color: #979797
}

.header .header-right .header-right-top .header-search form input[type=text]::-moz-placeholder {
    color: #979797
}

.header .header-right .header-right-top .header-search form input[type=text]::-webkit-input-placeholder {
    color: #979797
}

.header .header-right .header-right-top .header-search form input[type=text]:-ms-input-placeholder {
    color: #979797
}

.header .header-right .header-right-top .header-search form button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    bottom: 0;
    cursor: pointer;
    display: block;
    margin: auto 0;
    outline: none;
    padding: 0 10px 0 5px;
    position: absolute;
    right: 0;
    top: 0
}

.header .header-right .header-right-top .header-search form button img {
    vertical-align: middle;
    width: 14px
}

.header .header-right .gnav {
    margin: 30px -25px 0 0
}

.header .header-right .gnav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0
}

.header .header-right .gnav__item {
    margin: 0 25px
}

.header .header-right .gnav__item a {
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: .05em;
    line-height: 1.2;
    white-space: nowrap
}

.header .breadcrumb {
    margin: 0 auto;
    max-width: 1200px;
    width: 97.5%
}

.header .breadcrumb__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header .breadcrumb__item {
    font-family: YuGothic, Yu Gothic, ＭＳ Ｐゴシック, MS PGothic, Osaka, ＭＳ ゴシック, Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.4;
    position: relative
}

.header .breadcrumb__item+.breadcrumb__item {
    margin-left: 22px
}

.header .breadcrumb__item:not(:last-of-type):after {
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    bottom: 0;
    content: "";
    height: 8px;
    margin: auto 0;
    position: absolute;
    right: -13px;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px
}

.header .breadcrumb__item a {
    color: #ff8034
}

.header-fixed {
    background-color: #fff;
    height: 70px;
    left: 0;
    position: fixed;
    right: 0;
    top: -100%;
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
    z-index: 100
}

.header-fixed .header__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 !important;
    width: 97.5%
}

.header-fixed .header-logo a img {
    width: 446px
}

.header-fixed .gnav {
    margin-top: 0 !important
}

.footer {
    margin-top: 100px;
    padding-bottom: 50px
}

.footer__inner {
    margin: 0 auto;
    max-width: 1200px;
    width: 97.5%
}

.footer-sns__list,
.footer-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.footer-sns__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 12px 0 0 25px
}

.footer-sns__item {
    margin: 0 15px
}

.footer-bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 28px
}

.footer-bottom,
.footer-link__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.footer-link__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer-link__item {
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.333
}

.footer-link__item+.footer-link__item {
    margin-left: 15px
}

.footer-link__item a {
    color: #333
}

.footer-bottom-right__copyright {
    font-family: YuGothic, Yu Gothic, ＭＳ Ｐゴシック, MS PGothic, Osaka, ＭＳ ゴシック, Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif
}

.footer-bottom-right__copyright,
.footer-bottom-right__text {
    color: #333;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.333;
    text-align: right
}

.footer-bottom-right__text {
    margin-top: 8px
}

.sideNav {
    background: rgba(0, 0, 0, .85);
    color: #fff;
    left: -360px;
    top: 0;
    width: 360px
}

.menuOpen .sideNav {
    left: 0
}

.sideNavHead {
    padding: 20px 25px
}

.sideNav .sideNavCloseBtn {
    border: 1px solid #fff;
    height: 50px;
    right: -8px;
    width: 50px
}

.sideNav .sideNavCloseBtn:after,
.sideNav .sideNavCloseBtn:before {
    background: #fff
}

.sideNav .logo {
    line-height: 52px
}

.sideNav .logo img {
    top: -2px;
    width: 145px
}

.sideNav a {
    color: #fff
}

.sideNav .box {
    margin-bottom: 40px
}

.sideNavIn {
    height: calc(100vh - 107px)
}

.sideNav .tit {
    border-bottom: 1px solid #fff;
    margin-bottom: 12px
}

.sideNav .imgLink a {
    max-width: 310px
}

.sideNav .imgLink .txt {
    background: rgba(0, 0, 0, .45)
}

.sideNav .list {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff
}

.sideNav .list li {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff
}

.sideNav .list li a {
    font-size: 1.1rem;
    text-align: center
}

.sideNav .list li a:hover {
    padding-left: 7px
}

.sideNav .magazine .img {
    background: #f7f7f7
}

.cont {
    margin: 0 auto;
    max-width: 1170px;
    padding-top: 50px;
    width: 96%
}

.cont_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.section-tit {
    font-family: rooney-sans, sans-serif;
    font-size: 3.125rem;
    font-style: normal;
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 1
}

.section-tit span {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.6;
    margin-top: 20px
}

.cont-btn {
    margin: 0 auto;
    max-width: 400px;
    width: 97.5%
}

.cont-btn a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #ff8034;
    border: 1px solid #ff8034;
    border-radius: 30px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.25rem;
    font-weight: 300;
    height: 60px;
    -webkit-justify-content: center;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
    width: 100%
}

.cont-btn a:before {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    bottom: 0;
    content: "";
    height: 10px;
    margin: auto 0;
    position: absolute;
    right: 20px;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px
}

.cont-btn a:hover {
    background-color: #fff;
    color: #ff8034
}

.cont-btn a:hover:before {
    border-right: 1px solid #ff8034;
    border-top: 1px solid #ff8034
}

.to-top {
    bottom: 20px;
    position: fixed;
    right: 20px;
    z-index: 10001
}

.to-top a {
    display: block
}

.cont-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 300px);
    -ms-flex: 0 0 calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
    padding-right: 4.274%
}

.list-section .list-tit__tit {
    font-size: 2.125rem;
    font-weight: 800;
    letter-spacing: .05em;
    line-height: 1
}

.list-section .list-tit+.articles-list {
    margin-top: 40px
}

.cont-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px
}

.cont-side-tit {
    font-family: rooney-sans, sans-serif;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 1
}

.cont-side-tit span {
    color: #888;
    display: block;
    font-family: Yu Gothic, ＭＳ Ｐゴシック, MS PGothic, Osaka, ＭＳ ゴシック, Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.6;
    margin-top: 8px
}

.cont-side-tit+.side-articles-list {
    margin-top: 15px
}

.side-search-section .side-search {
    border: 1px dashed #979797;
    padding: 28px;
    width: 100%
}

.side-search-section .side-search__tit {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: .05em;
    line-height: 1
}

.side-search-section .side-search__tit img {
    margin-right: 14px
}

.side-search-section .side-search form {
    border-bottom: 1px solid #979797;
    margin-top: 24px;
    position: relative
}

.side-search-section .side-search form input[type=text] {
    border: none;
    border-radius: 5px;
    color: #222;
    font-family: rooney-sans, sans-serif;
    font-size: .8125rem;
    font-style: normal;
    font-weight: 500;
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 1;
    padding: 0 30px 6px 12px;
    width: 100%
}

.side-search-section .side-search form input[type=text]::-ms-input-placeholder {
    color: #979797
}

.side-search-section .side-search form input[type=text]::placeholder {
    color: #979797
}

.side-search-section .side-search form input[type=text]::-moz-placeholder {
    color: #979797
}

.side-search-section .side-search form input[type=text]::-webkit-input-placeholder {
    color: #979797
}

.side-search-section .side-search form input[type=text]:-ms-input-placeholder {
    color: #979797
}

.side-search-section .side-search form button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    bottom: 6px;
    cursor: pointer;
    display: block;
    margin: auto 0;
    outline: none;
    padding: 0 10px 0 5px;
    position: absolute;
    right: 0;
    top: 0
}

.side-search-section .side-search form button img {
    vertical-align: middle;
    width: 14px
}

.side-banner-section:not(:first-child),
.side-pickup-section:not(:first-child) {
    margin-top: 40px
}

.side-banner-section .side-banner {
    border-radius: 10px;
    overflow: hidden
}

.side-banner-section .side-banner+.side-banner {
    margin-top: 20px
}

.side-banner-section .side-banner a {
    display: block
}

.side-banner-section .side-banner a img {
    max-width: 100%
}

.side-mook-section:not(:first-child) {
    margin-top: 40px
}

.side-mook-section .side-mook {
    border-radius: 10px;
    overflow: hidden
}

.side-mook-section .side-mook a {
    display: block
}

.side-mook-section .side-mook a img {
    max-width: 100%
}

.articles-list__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.articles-list a,
.articles-list__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.articles-list a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.articles-list .img {
    border-radius: 15px;
    overflow: hidden;
    padding-top: 75%;
    position: relative
}

.articles-list .img img {
    bottom: 0;
    height: 100%;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.articles-list .txt-box {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #fff;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 22px 0 0
}

.articles-list .txt-box,
.articles-list .txt-box .meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.articles-list .txt-box .meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.articles-list .txt-box .meta .date {
    font-family: YuGothic, Yu Gothic, ＭＳ Ｐゴシック, MS PGothic, Osaka, ＭＳ ゴシック, Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
    line-height: 20px
}

.articles-list .txt-box .meta .date,
.articles-list .txt-box .meta .pr {
    color: #979797;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .05em;
    margin-right: 8px
}

.articles-list .txt-box .meta .pr {
    border: 1px solid #ddd;
    border-radius: 3px;
    line-height: 1;
    padding: 3px 6px
}

.articles-list .txt-box .meta .cate {
    background-color: #ff8034;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .05em;
    line-height: 1.2;
    padding: 4px .5em 2px
}

.articles-list .txt-box .tit {
    font-size: 1.125rem;
    font-weight: 800;
    letter-spacing: .05em;
    line-height: 1.5;
    margin: 7px 0
}

.articles-list .txt-box .tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: auto
}

.articles-list .txt-box .tags__item {
    margin-right: 13px
}

.articles-list .txt-box .tags__item span {
    color: #ff8034;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.4
}

.articles-list_col-2 {
    margin: 0 -10px
}

.articles-list_col-2 .articles-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 20px);
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    margin: 0 10px 40px
}

.articles-list_col-2-3 {
    margin: 0 -20px
}

.articles-list_col-2-3 .articles-list__item {
    margin: 0 20px
}

.articles-list_col-2-3 .articles-list__item:nth-of-type(-n+2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 40px);
    -ms-flex: 0 0 calc(50% - 40px);
    flex: 0 0 calc(50% - 40px);
    margin-bottom: 40px
}

.articles-list_col-2-3 .articles-list__item:nth-of-type(n+3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.333% - 40px);
    -ms-flex: 0 0 calc(33.333% - 40px);
    flex: 0 0 calc(33.333% - 40px);
    margin-bottom: 30px
}

.articles-list_col-2-3-narrow {
    margin: 0 -10px
}

.articles-list_col-2-3-narrow .articles-list__item {
    margin: 0 10px
}

.articles-list_col-2-3-narrow .articles-list__item:nth-of-type(-n+2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 20px);
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 40px
}

.articles-list_col-2-3-narrow .articles-list__item:nth-of-type(n+3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.333% - 20px);
    -ms-flex: 0 0 calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
    margin-bottom: 30px
}

.articles-list_col-3_sp-2 {
    margin: 0 -10px
}

.articles-list_col-3_sp-2 .articles-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.333% - 20px);
    -ms-flex: 0 0 calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
    margin: 0 10px 30px
}

.articles-list_col-3_sp-1 {
    margin: 0 -10px
}

.articles-list_col-3_sp-1 .articles-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.333% - 20px);
    -ms-flex: 0 0 calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
    margin: 0 10px 30px
}

.articles-list-pager {
    margin-top: 40px
}

.articles-list-pager__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.articles-list-pager__item+.articles-list-pager__item {
    margin-left: 14px
}

.articles-list-pager__item a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    color: #979797;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: .1s;
    transition: .1s;
    width: 24px
}

.articles-list-pager__item a:hover,
.articles-list-pager__item.active a {
    background-color: #ff8034;
    color: #fff
}

.articles-list-pager__item.next a,
.articles-list-pager__item.prev a {
    background-color: transparent !important;
    color: #fff;
    position: relative
}

.articles-list-pager__item a {
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 42px;
    min-width: 24px
}

.articles-list-pager__item.next a:after,
.articles-list-pager__item.prev a:after {
    border-right: 1px solid #bbb;
    border-top: 1px solid #bbb;
    bottom: 0;
    content: "";
    display: block;
    height: 8px;
    margin: auto 0;
    position: absolute;
    top: 0;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    width: 8px
}

.articles-list-pager__item.prev a:after {
    right: 18px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.articles-list-pager__item.next a:after {
    left: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.articles-list-pager__item.next a:hover:after,
.articles-list-pager__item.prev a:hover:after {
    border-right: 1px solid #bbb;
    border-top: 1px solid #bbb
}

.article-detail-head:not(:first-child) {
    margin-top: 40px
}

.article-detail-head .meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.article-detail-head .meta .date {
    font-family: YuGothic, Yu Gothic, ＭＳ Ｐゴシック, MS PGothic, Osaka, ＭＳ ゴシック, Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
    font-size: 1rem
}

.article-detail-head .meta .date,
.article-detail-head .meta .pr {
    color: #979797;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1
}

.article-detail-head .meta .pr {
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: .875rem;
    margin-left: 12px;
    padding: 3px 6px
}

.article-detail-head .article-title {
    font-size: 1.875rem;
    font-weight: 800;
    letter-spacing: .05em;
    line-height: 1.5;
    margin-top: 16px
}

.article-detail-img {
    margin-top: 12px
}

.article-detail-img .img {
    /* aspect-ratio: 4/3; */
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.article-detail-img .img img {
    height: 100%;
    inset: 0;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    /* position: absolute; */
    width: 100%
}

.article-detail-img figcaption {
    color: #979797;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.5;
    margin-top: 15px
}

.article-detail-img .meta {
    color: #979797;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.5;
    margin-top: 15px
}

.article-gallery-btn {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-bottom: 30px;
    margin-top: 15px
}

.article-gallery-btn .gallery-btn {
    height: 40px;
    width: 250px
}

.article-gallery-btn .gallery-btn a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #ff8034;
    border-radius: 20px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: .875rem;
    font-weight: 500;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    letter-spacing: .05em;
    line-height: 1;
    position: relative;
    width: 100%
}

.article-gallery-btn .gallery-btn a:after {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    bottom: 0;
    content: "";
    height: 12px;
    margin: auto 0;
    position: absolute;
    right: 20px;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 12px
}

.article-detail-txt {
    font-family: YuGothic, Yu Gothic, ＭＳ Ｐゴシック, MS PGothic, Osaka, ＭＳ ゴシック, Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.75
}

.article-detail-txt img {
    height: auto;
    margin-top: 30px;
    max-width: 100%
}

.article-detail-txt iframe {
    max-width: 100%
}

.article-detail-txt a:-webkit-any-link {
    color: #f60;
    text-decoration: underline
}

.article-detail-txt a:-moz-any-link {
    color: #f60;
    text-decoration: underline
}

.article-detail-txt a:any-link {
    color: #f60;
    text-decoration: underline
}

.article-detail-txt .cont-btn {
    margin-top: 30px
}

.article-detail-txt .meta {
    color: #828282;
    font-size: 14px;
    line-height: 1.3;
    margin: 5px 0 25px;
}

.detail h2 {
    clear: both;
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: .05em;
    line-height: 1.5;
    margin-bottom: 1.5rem
}

.detail h2:not(:first-child) {
    margin-top: 2rem
}

.detail h3 {
    border-bottom: 1px solid #e6e6e6;
    clear: both;
    font-size: 22px;
    font-size: 2.2rem;
    padding-bottom: 10px;
    padding-top: 10px
}

.article-detail-pager {
    margin-top: 50px
}

.article-detail-pager .page-next {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #eee;
    border-radius: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    width: 100%
}

.article-detail-pager .page-next:after {
    border-right: 1px solid #aaa;
    border-top: 1px solid #aaa;
    bottom: 0;
    content: "";
    height: 12px;
    margin: auto 0;
    position: absolute;
    right: 20px;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 12px
}

.article-detail-pager .page-next__tit,
.article-detail-pager .page-next__txt {
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: .05em;
    line-height: 1.333
}

.article-detail-pager .paging-list {
    margin-top: 40px
}

.article-detail-pager .paging-list__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.article-detail-pager .paging-list__item+.paging-list__item {
    margin-left: 14px
}

.article-detail-pager .paging-list__item a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    color: #979797;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .1s;
    transition: .1s;
    width: 24px
}

.article-detail-pager .paging-list__item a:hover,
.article-detail-pager .paging-list__item.active a {
    background-color: #ff8034;
    color: #fff
}

.article-detail-pager .paging-list__item.next a,
.article-detail-pager .paging-list__item.prev a {
    background-color: transparent !important;
    color: #fff;
    position: relative
}

.article-detail-pager .paging-list__item a {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    min-width: 24px
}

.article-detail-pager .paging-list__item.next a:after,
.article-detail-pager .paging-list__item.prev a:after {
    border-right: 1px solid #bbb;
    border-top: 1px solid #bbb;
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    margin: auto 0;
    position: absolute;
    top: 0;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    width: 10px
}

.article-detail-pager .paging-list__item.prev a:after {
    right: 7px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.article-detail-pager .paging-list__item.next a:after {
    left: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.article-detail-pager .paging-list__item.next a:hover:after,
.article-detail-pager .paging-list__item.prev a:hover:after {
    opacity: .8
}

.article-detail-bottom {
    margin-top: 58px;
    min-height: 60px;
    padding-bottom: 3px;
    position: relative
}

.article-detail-bottom .article-detail-photographer__txt {
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.333
}

.article-detail-bottom .article-detail-tag {
    margin-top: 14px
}

.article-detail-bottom .article-detail-tag__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.article-detail-bottom .article-detail-tag__item+.article-detail-tag__item {
    margin-left: 13px
}

.article-detail-bottom .article-detail-tag__item a {
    color: #ff8034;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.5
}

.article-detail-sns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0
}

.article-detail-sns__tit {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 1
}

.article-detail-sns__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px
}

.article-detail-sns__item+.article-detail-sns__item {
    margin-left: 30px
}

.article-detail-ad {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 90px
}

.article-detail-ad .ad+.ad {
    margin-left: 25px
}

.loading {
    padding: 80px 0 40px
}

.loadingTxt {
    font-size: 1.6rem
}

.article-detail-list-section_related {
    margin-top: 100px
}

.article-detail-list-section_archives,
.article-detail-list-section_topics {
    margin-top: 56px
}

.article-detail-list-section .article-detail-list-tit span {
    margin-top: 10px
}

.article-detail-list-section .articles-list {
    margin-top: 40px
}

.article-gallery-section .article-gallery-img {
    margin-top: 12px
}

.article-gallery-section .article-gallery-img .img {
    aspect-ratio: 4/3;
    /*aspect-ratio: 1;*/
    padding-top: 56.25%;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.article-gallery-section .article-gallery-img .img img {
    height: 100%;
    inset: 0;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    width: 100%;
    background-color: #eee;
}

.article-gallery-section .article-gallery-img .meta {
    color: #979797;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.5;
    margin-top: 15px
}

.article-gallery-section .article-gallery-btn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.article-gallery-section .article-gallery-btn .gallery-btn {
    max-width: 180px;
    width: 180px
}

.article-gallery-section .article-gallery-list {
    margin-top: 40px
}

.article-gallery-section .article-gallery-list__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.article-gallery-section .article-gallery-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 22.45%;
    -ms-flex: 0 0 22.45%;
    flex: 0 0 22.45%;
    margin-bottom: 20px
}

.article-gallery-section .article-gallery-list__item:not(:nth-child(4n+1)) {
    margin-left: 3.4%
}

.article-gallery-section .article-gallery-list__item a {
    display: block;
    overflow: hidden
}

.article-gallery-section .article-gallery-list__item a .img {
    padding-top: 48.92%;
    position: relative
}

.article-gallery-section .article-gallery-list__item a .img img {
    height: 100%;
    inset: 0;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    width: 100%;
    background-color: #eee;
}

.article-gallery-section .cont-btn {
    margin-top: 17px;
    max-width: 300px
}

.article-gallery-section .cont-btn a:before {
    content: none
}

.article-gallery-section+.article-detail-sns {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    bottom: auto;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: 80px;
    position: relative;
    right: auto
}

.side-articles-list__item+.side-articles-list__item {
    margin-top: 20px
}

.side-articles-list__item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.side-articles-list__item a .img {
    -webkit-box-flex: 0;
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    border-radius: 10px;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    height: 0;
    overflow: hidden;
    padding-top: 100px;
    position: relative
}

.side-articles-list__item a .img img {
    bottom: 0;
    height: 100%;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.side-articles-list__item a .txt-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 100px);
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    padding-left: 10px
}

.side-articles-list__item a .txt-box .meta .cate {
    background-color: #ff8034;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .05em;
    line-height: 1.2;
    padding: 4px .5em 2px
}

.side-articles-list__item a .txt-box .tit {
    font-size: .875rem;
    font-weight: 800;
    letter-spacing: .05em;
    line-height: 1.286;
    margin-top: 4px
}

.side-articles-list__item a .txt-box .tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 3px
}

.side-articles-list__item a .txt-box .tags__item {
    margin-right: 13px
}

.side-articles-list__item a .txt-box .tags__item span {
    color: #ff8034;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.2
}

.top-main-section .top-main-slider {
    margin: 0 calc(50% - 50vw)
}

@media (max-width:1170px) {
    .top-main-section .top-main-slider {
        margin: 0
    }
}

.top-main-section .top-main-slider__list {
    width: 100%
}

.top-main-section .top-main-slider .slick-slide {
    width: 840px
}

.top-main-section .top-main-slider__item {
    padding: 0 10px;
    -webkit-transform: translateX(-18.658%);
    transform: translateX(-18.658%)
}

@media (min-width:1200px) {
    .top-main-section .top-main-slider__item {
        -webkit-transform: translateX(calc(50% - 610px));
        transform: translateX(calc(50% - 610px))
    }
}

.top-main-section .top-main-slider__item * {
    direction: ltr;
    unicode-bidi: normal
}

.top-main-section .top-main-slider__item a {
    border-radius: 15px;
    display: block;
    overflow: hidden;
    padding-top: 75%;
    position: relative;
    z-index: 0
}

.top-main-section .top-main-slider__item a .img {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2
}

.top-main-section .top-main-slider__item a .img img {
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.top-main-section .top-main-slider__item a .txt-box {
    background-color: #fff;
    border-radius: 15px 15px 0 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    padding: 27px 30px;
    position: absolute;
    right: 0;
    text-align: left;
    width: 85.714%;
    z-index: 3
}

.top-main-section .top-main-slider__item a .txt-box .meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.top-main-section .top-main-slider__item a .txt-box .meta .date {
    color: #979797;
    font-family: YuGothic, Yu Gothic, ＭＳ Ｐゴシック, MS PGothic, Osaka, ＭＳ ゴシック, Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 20px;
    margin-right: 8px
}

.top-main-section .top-main-slider__item a .txt-box .meta .pr {
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #979797;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1;
    margin-right: 8px;
    padding: 3px 6px
}

.top-main-section .top-main-slider__item a .txt-box .meta .cate {
    background-color: #ff8034;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .05em;
    line-height: 1.2;
    padding: 4px .5em 2px
}

.top-main-section .top-main-slider__item a .txt-box .tit {
    font-size: 1.375rem;
    font-weight: 800;
    height: 66px;
    letter-spacing: .05em;
    line-height: 1.5;
    margin-top: 7px;
    overflow: hidden
}

.top-main-section .top-main-slider__item a .txt-box .tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 7px
}

.top-main-section .top-main-slider__item a .txt-box .tags__item {
    margin-right: 13px
}

.top-main-section .top-main-slider__item a .txt-box .tags__item span {
    color: #ff8034;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.4
}

.top-banner-section {
    margin-top: 20px
}

.top-banner-section .top-banner__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.top-banner-section .top-banner__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 10px);
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    margin-bottom: 20px
}

.top-banner-section .top-banner__item:nth-of-type(2n) {
    margin-left: 20px
}

.top-banner-section .top-banner__item a {
    border-radius: 15px;
    display: block;
    overflow: hidden;
    padding-top: 52.174%;
    position: relative
}

.top-banner-section .top-banner__item a img {
    bottom: 0;
    height: 100%;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.top-pickup-section {
    margin: 80px calc(50% - 50vw) 0;
    position: relative
}

@media (max-width:1170px) {
    .top-pickup-section {
        margin: 0
    }
}

.top-pickup-section .top-pickup-head {
    background-color: #fff;
    height: 100%;
    left: 0;
    padding: 147px 0 0 7.28vw;
    position: absolute;
    top: 0;
    width: 25%;
    z-index: 5
}

.top-pickup-section .top-pickup-head .slick-counter {
    position: relative
}

.top-pickup-section .top-pickup-head .slick-counter .txt {
    left: 120px;
    position: absolute;
    top: 114px
}

.top-pickup-section .top-pickup-head .slick-counter .txt .left {
    color: #ff8034;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1
}

.top-pickup-section .top-pickup-head .slick-counter .txt .right {
    color: #979797;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1;
    margin-left: 16px
}

.top-pickup-section .top-pickup-head .slick-counter .txt .line {
    background: #979797;
    bottom: 0;
    height: 1px;
    left: 16px;
    margin: auto 0;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    width: 18px
}

.top-pickup-section .top-pickup-head .slick-counter .circle-box {
    height: 83px;
    left: 10px;
    position: absolute;
    width: 83px
}

.top-pickup-section .top-pickup-head .slick-counter .circle-box_rewind {
    top: 35px
}

.top-pickup-section .top-pickup-head .slick-counter .circle-box_forward {
    top: 135px
}

.top-pickup-section .top-pickup-head .slick-counter .circle-box #orange-circle {
    fill: transparent;
    stroke-width: 2;
    stroke-dasharray: 0 360;
    -webkit-animation-duration: 3.6s;
    animation-duration: 3.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.top-pickup-section .top-pickup-slider {
    margin: 0 auto;
    max-width: 1600px
}

.top-pickup-section .top-pickup-slider__list {
    width: 100%
}

.top-pickup-section .top-pickup-slider__item {
    padding: 0 20px
}

.top-pickup-section .top-pickup-slider__item a {
    display: block
}

.top-pickup-section .top-pickup-slider__item a .img {
    border-radius: 15px;
    max-height: 450px;
    overflow: hidden;
    padding-top: 75%;
    position: relative
}

.top-pickup-section .top-pickup-slider__item a .img img {
    bottom: 0;
    height: 100%;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.top-pickup-section .top-pickup-slider__item a .txt-box {
    background-color: #fff;
    border-radius: 15px 15px 0 0;
    padding: 20px 0 0
}

.top-pickup-section .top-pickup-slider__item a .txt-box .meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.top-pickup-section .top-pickup-slider__item a .txt-box .meta .date {
    color: #979797;
    font-family: YuGothic, Yu Gothic, ＭＳ Ｐゴシック, MS PGothic, Osaka, ＭＳ ゴシック, Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 20px;
    margin-right: 8px
}

.top-pickup-section .top-pickup-slider__item a .txt-box .meta .pr {
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #979797;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1;
    margin-right: 8px;
    padding: 3px 6px
}

.top-pickup-section .top-pickup-slider__item a .txt-box .meta .cate {
    background-color: #ff8034;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .05em;
    line-height: 1.2;
    padding: 4px .5em 2px
}

.top-pickup-section .top-pickup-slider__item a .txt-box .tit {
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: .05em;
    line-height: 1.5;
    margin-top: 7px
}

.top-pickup-section .top-pickup-slider__item a .txt-box .tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 7px
}

.top-pickup-section .top-pickup-slider__item a .txt-box .tags__item {
    margin-right: 13px
}

.top-pickup-section .top-pickup-slider__item a .txt-box .tags__item span {
    color: #ff8034;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.4
}

@-webkit-keyframes circle {
    0% {
        stroke-dasharray: 0 360
    }
    to {
        stroke-dasharray: 360 360
    }
}

@keyframes circle {
    0% {
        stroke-dasharray: 0 360
    }
    to {
        stroke-dasharray: 360 360
    }
}

@-webkit-keyframes circlere {
    0% {
        stroke-dasharray: 360 360
    }
    to {
        stroke-dasharray: 0 360
    }
}

@keyframes circlere {
    0% {
        stroke-dasharray: 360 360
    }
    to {
        stroke-dasharray: 0 360
    }
}

.top-pickup-head .slick-counter .circle-box.anime-start #orange-circle {
    -webkit-animation-name: circle;
    animation-name: circle
}

.top-pickup-head .slick-counter .circle-box.anime-stop #orange-circle {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.top-pickup-head .slick-counter .circle-box.anime-restart #orange-circle {
    -webkit-animation-name: circlere;
    animation-name: circlere
}

.top-whatsnew-section {
    margin-top: 80px
}

.top-whatsnew-section .articles-list_col-2-3 {
    margin-top: 36px
}

.top-whatsnew-section .cont-btn {
    margin-top: 60px
}

.top-mook-section {
    margin-top: 100px
}

.top-mook-section .top-mook {
    border-radius: 15px;
    overflow: hidden
}

.top-mook-section .top-mook img {
    width: 100%
}

.ad-side {
    text-align: center !important
}

.ad-side:not(:first-child) {
    margin-top: 40px
}

.ad-side img {
    max-width: 100% !important
}

.clearfix:after {
    clear: both;
    content: "";
    display: block
}

.blogBody h1,
.blogBody h2,
.blogBody h3,
.blogBody h4,
.blogBody h5,
.blogBody h6,
.blogBody p {
    line-height: 1.5
}

#opDaily .mainTitle,
.monthList .ttl {
    border-bottom: 1px solid #333;
    border-top: none;
    color: #333;
    display: block;
    font-size: 20px;
    margin: 0 0 22px;
    padding: 0 0 12px
}

#opDaily a.button {
    background: #581e13;
    border: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 31px;
    margin: 0;
    padding: 0 24px 0 13px;
    position: relative
}

#opDaily a.button:after {
    background: no-repeat 0;
    content: "";
    height: 30px;
    position: absolute;
    right: 10px;
    width: 8px
}

#opDaily a.button:hover {
    background: #82554d;
    text-decoration: none
}

#opDaily #listByDays {
    border: 0;
    display: block;
    margin: 0;
    padding: 0
}

#opDaily #listByDays .listMenu {
    margin: 0 0 16px
}

#opDaily #listByDays .listMenu li {
    *zoom: 1;
    border-bottom: 1px dotted #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    margin: 0 0 20px;
    padding: 0 0 20px;
    width: 100%
}

#opDaily #listByDays .listMenu li .likeCalendar img {
    height: 98px;
    width: 98px
}

#opDaily #listByDays .listMenu li .likeCalendar .imageClipper {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #ccc;
    display: block;
    height: 98px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 98px
}

#opDaily #listByDays .listMenu li .likeCalendar .imageClipper img {
    display: none
}

#opDaily #listByDays .listMenu li:before {
    content: " ";
    display: table
}

#opDaily #listByDays .listMenu li:after {
    clear: both;
    content: " ";
    display: table
}

#opDaily #listByDays .listMenu li>a {
    display: table-cell;
    width: 100px
}

#opDaily #listByDays .likeCalendar {
    float: left;
    margin: 0 15px 0 0;
    padding: 0;
    vertical-align: top
}

#opDaily #listByDays .likeCalendar time {
    background: #fff;
    -webkit-box-shadow: 0 0 0 2px #ccc;
    box-shadow: 0 0 0 2px #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-size: 18px;
    height: 45px;
    line-height: 17px;
    padding-top: 5px;
    text-align: center;
    width: 48px
}

#opDaily #listByDays .likeCalendar .day {
    display: block;
    font-size: 12px
}

#opDaily #listByDays .likeCalendar .mon {
    border-top: 6px solid #ff8f27
}

#opDaily #listByDays .likeCalendar .tue {
    border-top: 6px solid #acc329
}

#opDaily #listByDays .likeCalendar .wed {
    border-top: 6px solid #5ba9d8
}

#opDaily #listByDays .likeCalendar .thu {
    border-top: 6px solid #c071c9
}

#opDaily #listByDays .likeCalendar .fri {
    border-top: 6px solid #ff6e90
}

#opDaily #listByDays .headlineSet {
    border: 0;
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: middle
}

#opDaily #listByDays .theme {
    display: none;
    font-size: 12px;
    font-weight: 700;
    height: 20px
}

#opDaily #listByDays .headline,
#opDaily #listByDays .headline a {
    font-size: 16px;
    font-weight: 400
}

#opDaily #listByDays .headline .date {
    display: block;
    font-size: 14px
}

#opDaily #listByDays .headline .arrow {
    vertical-align: baseline
}

#opDaily #listByDays .photoSmall {
    padding: 0 10% 0 0
}

#opDaily #listByDays .pagelinks {
    border: 0;
    display: block;
    font-size: 14px;
    height: 1em;
    margin: 0;
    padding: 0
}

#opDaily #listByDays .morelink {
    border: 0;
    display: block;
    float: right;
    margin: 0 0 0 auto;
    padding: 0;
    text-align: right;
    width: 40%
}

#opDaily #listByDays .prevlink {
    border: 0;
    display: block;
    float: left;
    margin: 0 auto 0 0;
    padding: 0;
    text-align: left;
    width: 45%
}

#opDaily #listByDays .prevlink .arrowRev {
    margin-right: 5px;
    vertical-align: middle
}

#opDaily #listByDays a.more {
    border: 0;
    display: inline;
    margin: 0;
    padding: 0;
    position: relative
}

#opDaily .paging {
    margin: 40px 56px;
    width: 676px
}

#opDailyBody {
    *zoom: 1;
    border: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    padding: 0 56px 60px;
    width: 676px
}

#opDailyBody:after,
#opDailyBody:before {
    content: " ";
    display: table
}

#opDailyBody:after {
    clear: both
}

#opDailyBody img {
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 0 0;
    width: 600px
}

#opDailyBody img.float_left {
    float: left;
    margin: 0;
    padding: 0 12px 0 0
}

#opDailyBody img.float_right {
    float: right;
    margin: 0;
    padding: 0 0 0 12px
}

#opDailyBody .left img,
#opDailyBody img .left {
    display: block;
    margin: 0 auto .5em 0;
    padding: 0 12px 0 0
}

#opDailyBody .center img,
#opDailyBody img.center {
    display: block;
    margin: 0 auto .5em;
    padding: 0 12px
}

#opDailyBody .right img,
#opDailyBody img.right {
    display: block;
    margin: 0 0 .5em auto;
    padding: 0 0 0 12px
}

#opDailyBody p {
    display: block;
    margin: 12px 0;
    padding: 0
}

#opDailyBody p.float_left {
    display: inline-block;
    _display: inline;
    float: left;
    padding-right: 1em
}

#opDailyBody p.float_right {
    display: inline-block;
    _display: inline;
    float: right;
    padding-left: 1em
}

#opDailyBody a {
    display: inline
}

#opDailyBody ol,
#opDailyBody ul {
    display: block;
    margin: 12px 0
}

#opDailyBody li {
    display: block;
    list-style-type: none;
    padding-left: 1em;
    text-indent: -1em
}

#opDailyBody hr {
    clear: both
}


/*モーダル*/

.modal {
    margin-top: 26px;
}

.modal .modalLink {
    text-align: center;
}

.modal .modalLink a {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.333;
    letter-spacing: 0;
}

.modal #modal-content .modalTit {
    color: #222;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.333;
    letter-spacing: 0;
    text-align: center;
}

#cboxOverlay.top-modal {
    background: rgba(0, 0, 0, 0.35);
    opacity: 1 !important;
}

.top-modal {
    max-width: 100%;
}

.top-modal #cboxLoadedContent {
    background: #fff !important;
    padding: 30px 30px 0 30px;
}

.top-modal #modal-content {
    position: relative;
    max-width: 100%;
    padding: 46px 95px 135px;
    text-align: center;
    overflow: auto;
}

.top-modal #modal-content .modalTit {
    color: #222;
    font-size: 1.0rem;
    font-weight: 800;
    line-height: 1.333;
    letter-spacing: 0;
}

.top-modal #modal-content .modalTxt {
    margin-top: 30px;
    color: #222;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0;
}

.top-modal #modal-content .contBtn--small {
    position: absolute;
    bottom: 26px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.top-modal #cboxClose {
    top: 22px;
    right: 38px;
    background: url("../img/btn_modal_close.svg") center center/20px no-repeat;
}


/*モーダルここまで*/


/*モーダル閉じるボタン*/

.contBtn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    max-width: 340px;
    height: 70px;
    margin: 0 auto;
    padding: 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: center;
    text-decoration: none;
    background: #2d2c29;
    border-radius: 35px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contBtn--small a {
    width: 180px;
    height: 50px;
    border-radius: 25px;
}


/*モーダル閉じるボタンここまで*/

.article-detail-txt.detail p {
    margin-bottom: 1em;
}

section.article-detail-section img+figcaption.wp-element-caption {
    margin-top: -25px;
}

section.article-detail-section .has-custom-border img {
    border-style: solid;
}

#mv .slide_mv .slick-slide>a {
    width: 100%;
}


/* 記事詳細ページ下部タグ用 */

.article-detail-tags ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
}

.article-detail-tags ul li a::before {
    content: "#";
}

.article-detail-tags ul li a {
    padding: 5px 7px;
    background: #FFF5F7;
    color: #323232;
}