@charset "UTF-8";

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

html {
    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;
}
.article_list li.pr:after{
    content: "PR";
    display: inline-block;
    padding: 1px 5px;
    font-size: 11px;
    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{
    /*right:auto;
    left: 0;
    top: 3px;*/
}
.series-area .article_list li.pr::after{
    display: none;
}
.series-area .article_list li.pr a .slide-img{
    position: relative;
}
.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: 1.5em;*/
}

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,
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    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.4;
    margin: 0;
    overflow-wrap: break-all;
    width: 100%
}

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

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

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

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

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

.sp-none {
    display: none !important
}

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

.header-sp {
    -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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000
}

.header-sp .header-logo {
    padding-right: 20px
}

.header-sp .hamburger-btn {
    bottom: 8px;
    height: 19px;
    margin: auto 0;
    position: absolute;
    right: 4%;
    top: 0
}

.header-sp .bars {
    width: 28px
}

.header-sp .bars .bar {
    background-color: #333;
    height: 1px;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.header-sp .bars .bar:nth-child(2),
.header-sp .bars .bar:nth-child(3) {
    margin-top: 8px
}

body.menu-open .bars {
    width: 28px
}

body.menu-open .bars .bar:first-child {
    -webkit-transform: translate(-2px, 8px) rotate(45deg);
    transform: translate(-2px, 8px) rotate(45deg)
}

body.menu-open .bars .bar:nth-child(2) {
    -webkit-transform: translate(-2px, -1px) rotate(-45deg);
    transform: translate(-2px, -1px) rotate(-45deg)
}

body.menu-open .bars .bar:nth-child(3) {
    opacity: 0
}

.footer {
    margin-top: 130px;
    padding-bottom: 20px
}

.footer__inner {
    padding: 0 5.333%
}

.footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer-logo {
    text-align: center
}

.footer-logo img {
    width: 280px
}

.footer-sns {
    margin-top: 25px
}

.footer-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
}

.footer-sns__item {
    margin: 0 20px
}

.footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 34px
}

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

.footer-link__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 8.9%
}

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

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

.footer-link__item a {
    color: #333
}

.footer-bottom-right {
    margin-top: 35px
}

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

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

.footer-bottom-right__text {
    font-size: .75rem;
    margin-top: 8px
}

.side-nav {
    background: #fff;
    height: calc(100vh - 60px);
    left: 0;
    padding-bottom: 20px;
    position: fixed;
    top: 60px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: .2s;
    transition: .2s;
    width: 100%;
    z-index: 10000
}

.side-nav__inner {
    overflow: hidden;
    padding: 0 5.333%;
    width: 100%
}

.side-nav .side-nav-search {
    width: 100%
}

.side-nav .side-nav-search form {
    position: relative
}

.side-nav .side-nav-search form input[type=text] {
    border: 1px solid #999;
    border-radius: 23px;
    font-size: .9375rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1;
    padding: 12px 25px;
    width: 100%
}

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

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

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

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

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

.side-nav .side-nav-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: 14px;
    top: 0
}

.side-nav .side-nav-list {
    margin-top: 14px
}

.side-nav .side-nav-list__list {
    width: 100%
}

.side-nav .side-nav-list__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 2px dashed #ddd;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
    -webkit-justify-content: center;
    justify-content: center;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    width: 100%
}

.side-nav .side-nav-list__item a {
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: .05em;
    line-height: 1
}

.side-nav .side-nav-sns {
    margin-top: 30px;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.side-nav .side-nav-sns__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
}

.side-nav .side-nav-sns__item {
    margin: 0 20px
}

.side-nav .side-nav-sns__item a {
    display: block
}

.side-nav .side-nav-bottom-list {
    margin-top: 26px;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.side-nav .side-nav-bottom-list__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 8.9%
}

.side-nav .side-nav-bottom-list__item {
    margin: 0 7px
}

.side-nav .side-nav-bottom-list__item a {
    font-size: .8125rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 2
}

.side-nav .side-nav-footer {
    margin-top: 22px;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.side-nav .side-nav-footer__copyright {
    font-size: .6875rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.333;
    text-align: center
}

.side-nav .side-nav-footer__text {
    font-size: .625rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 2;
    margin-top: 4px;
    text-align: center
}

.menu-open {
    overflow: hidden
}

.menu-open .side-nav {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.76, 0, .24, 1);
    transition: -webkit-transform .6s cubic-bezier(.76, 0, .24, 1);
    transition: transform .6s cubic-bezier(.76, 0, .24, 1);
    transition: transform .6s cubic-bezier(.76, 0, .24, 1), -webkit-transform .6s cubic-bezier(.76, 0, .24, 1)
}

.menu-open .side-nav-list__item {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1.6s cubic-bezier(.16, 1, .3, 1);
    transition: all 1.6s cubic-bezier(.16, 1, .3, 1)
}

.menu-open .side-nav-list__item:first-of-type {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.menu-open .side-nav-list__item:nth-of-type(2) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

.menu-open .side-nav-list__item:nth-of-type(3) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.menu-open .side-nav-list__item:nth-of-type(4) {
    -webkit-transition-delay: .9s;
    transition-delay: .9s
}

.menu-open .side-nav-list__item:nth-of-type(5) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.menu-open .side-nav-list__item:nth-of-type(6) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s
}

.menu-open .side-nav-sns {
    -webkit-transition: all 1.6s cubic-bezier(.16, 1, .3, 1);
    transition: all 1.6s cubic-bezier(.16, 1, .3, 1);
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.menu-open .side-nav-bottom-list,
.menu-open .side-nav-sns {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.menu-open .side-nav-bottom-list {
    -webkit-transition: all 1.6s cubic-bezier(.16, 1, .3, 1);
    transition: all 1.6s cubic-bezier(.16, 1, .3, 1);
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s
}

.menu-open .side-nav-footer {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1.6s cubic-bezier(.16, 1, .3, 1);
    transition: all 1.6s cubic-bezier(.16, 1, .3, 1);
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s
}

.cont {
    /* margin-top: 60px; */
    padding: 30px 5.333% 0
}

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

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

.cont-btn {
    margin: 0 auto;
    max-width: 320px;
    width: 91.94%
}

.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: 25px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: .875rem;
    font-weight: 300;
    height: 50px;
    -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: 15px;
    position: fixed;
    right: 15px;
    z-index: 9999
}

.to-top a {
    display: block
}

.cont-left {
    width: 100%
}

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

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

.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-banner-section:not(:first-child),
.side-pickup-section:not(:first-child) {
    margin-top: 40px
}

.side-banner-section .side-banner {
    width: 100%
}

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

.side-banner-section .side-banner a {
    border-radius: 10px;
    display: block;
    overflow: hidden;
    padding-top: 30.476%;
    position: relative
}

.side-banner-section .side-banner a img {
    height: 100%;
    inset: 0;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    width: 100%
}

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

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

.side-mook-section .side-mook a img {
    border-radius: 10px;
    height: auto;
    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__item {
    margin-bottom: 20px
}

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

.articles-list .img img {
    bottom: 0;
    height: 100%;
    left: 0;
    max-width: 100%;
    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;
    background-color: #fff;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 11px 0 0
}

.articles-list .txt-box,
.articles-list .txt-box .meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.articles-list .txt-box .meta {
    max-width: 100%;
    overflow: hidden;
    position: relative
}

.articles-list .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: .6875rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 20px
}

.articles-list .txt-box .meta .pr {
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #979797;
    font-size: .6875rem;
    font-weight: 500;
    left: 68px;
    letter-spacing: .05em;
    line-height: 1;
    padding: 2px 4px;
    position: absolute;
    top: 1px
}

.articles-list .txt-box .meta .cate {
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    background-color: #ff8034;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: .6875rem;
    font-weight: 800;
    letter-spacing: .05em;
    line-height: 1.2;
    margin: 4px 0 0;
    padding: 3px .5em;
    width: auto
}

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

.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: 10px
}

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

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

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

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

.articles-list_col-2-3 .articles-list__item:first-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

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

.articles-list_col-2-3 .articles-list__item:nth-of-type(2n+3) {
    margin-left: 16px
}

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

.articles-list_col-2-3-narrow .articles-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.articles-list_col-2-3-narrow .articles-list__item:nth-of-type(-n+2) {
    margin-bottom: 25px
}

.articles-list_col-2-3-narrow .articles-list__item:nth-of-type(-n+2) a .txt-box {
    display: block
}

.articles-list_col-2-3-narrow .articles-list__item:nth-of-type(-n+2) a .txt-box .meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.articles-list_col-2-3-narrow .articles-list__item:nth-of-type(-n+2) a .txt-box .meta .date {
    margin-right: 8px
}

.articles-list_col-2-3-narrow .articles-list__item:nth-of-type(-n+2) a .txt-box .meta .pr {
    left: auto;
    margin-right: 8px;
    position: relative;
    top: auto
}

.articles-list_col-2-3-narrow .articles-list__item:nth-of-type(-n+2) a .txt-box .meta .cate {
    margin: 2px 0 0
}

.articles-list_col-2-3-narrow .articles-list__item:nth-of-type(n+3):not(:last-of-type) {
    margin-bottom: 20px
}

.articles-list_col-2-3-narrow .articles-list__item:nth-of-type(n+3):last-of-type {
    margin-bottom: 0
}

.articles-list_col-2-3-narrow .articles-list__item:nth-of-type(n+3) a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.articles-list_col-2-3-narrow .articles-list__item:nth-of-type(n+3) a .img {
    -webkit-box-flex: 0;
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    -webkit-flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    padding-top: 120px
}

.articles-list_col-2-3-narrow .articles-list__item:nth-of-type(n+3) a .txt-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 120px);
    -ms-flex: 0 0 calc(100% - 120px);
    flex: 0 0 calc(100% - 120px);
    padding: 0 0 0 12px
}

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

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

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

.articles-list_col-3_sp-1 .articles-list__item:not(:last-of-type) {
    margin-bottom: 20px
}

.articles-list_col-3_sp-1 .articles-list__item:last-of-type {
    margin-bottom: 0
}

.articles-list_col-3_sp-1 .articles-list__item a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.articles-list_col-3_sp-1 .articles-list__item a .img {
    -webkit-box-flex: 0;
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    -webkit-flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    padding-top: 120px
}

.articles-list_col-3_sp-1 .articles-list__item a .txt-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 120px);
    -ms-flex: 0 0 calc(100% - 120px);
    flex: 0 0 calc(100% - 120px);
    padding: 0 0 0 12px
}

.articles-list_col-3_sp-1 .articles-list__item a .txt-box .meta .date {
    margin-right: 8px
}

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

.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: 20px
}

.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-family: rooney-sans, sans-serif;
    font-size: 1.0625rem;
    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: 13px;
    margin: auto 0;
    position: absolute;
    top: 0;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    width: 13px
}

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

.articles-list-pager__item.next a:after {
    left: 6px;
    -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: 25px
}

.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: .8125rem
}

.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: .6875rem;
    margin-left: 10px;
    padding: 3px 6px
}

.article-detail-head .article-title {
    font-size: 1.25rem;
    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: 25px;
    margin-top: 15px
}

.article-gallery-btn .gallery-btn {
    height: 38px;
    width: 192px
}

.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: 19px;
    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: 8px;
    margin: auto 0;
    position: absolute;
    right: 12px;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px
}

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

.article-detail-txt img {
    height: auto;
    margin-top: 20px;
    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 .article-detail-ad {
    margin: 20px 0 !important
}

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

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

.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: 25px
}

.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: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 62px;
    padding: 22px 26px 22px 12px;
    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: 14px;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 12px
}

.article-detail-pager .page-next__tit {
    -webkit-flex: 0 0 6.5em;
    -ms-flex: 0 0 6.5em;
    flex: 0 0 6.5em
}

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

.article-detail-pager .page-next__txt {
    -webkit-flex: 0 0 calc(100% - 6.5em);
    -ms-flex: 0 0 calc(100% - 6.5em);
    flex: 0 0 calc(100% - 6.5em)
}

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

.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: 18px
}

.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: 14px;
    margin: auto 0;
    position: absolute;
    top: 0;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    width: 14px
}

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

.article-detail-pager .paging-list__item.next a:after {
    left: 14px;
    -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: 42px;
    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: 10px
}

.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 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 34px
}

.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: 40px
}

.loading {
    padding: 80px 0 40px
}

.loadingTxt {
    font-size: 1.6rem
}

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

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

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

.article-gallery-section .article-detail-head .meta .date {
    font-size: .8125rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1
}

.article-gallery-section .article-detail-head .article-title {
    margin-top: 10px
}

.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 {
    display: none
}

.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: 90px;
    width: 90px
}

.article-gallery-section .article-gallery-btn .gallery-btn a {
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1;
    padding-bottom: 2px
}

.article-gallery-section .article-gallery-btn .gallery-btn.prev a {
    padding-left: 3px
}

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

.article-gallery-section .article-gallery-btn .gallery-btn.prev a:after {
    content: none
}

.article-gallery-section .article-gallery-btn .gallery-btn.next a {
    padding-right: 3px
}

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

.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 23.5%;
    -ms-flex: 0 0 23.5%;
    flex: 0 0 23.5%;
    margin-bottom: 8px
}

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

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

.article-gallery-section .article-gallery-list__item a .img {
    padding-top: 100%;
    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: 20px;
    max-width: 192px
}

.article-gallery-section .cont-btn a {
    border-radius: 20px;
    height: 40px
}

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

.article-gallery-section+.article-detail-sns {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    bottom: auto;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 70px;
    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 35.82%;
    -ms-flex: 0 0 35.82%;
    flex: 0 0 35.82%;
    height: 0;
    overflow: hidden;
    padding-top: 35.82%;
    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 64.18%;
    -ms-flex: 0 0 64.18%;
    flex: 0 0 64.18%;
    padding-left: 10px
}

.side-articles-list__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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.side-articles-list__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: .6875rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 20px;
    margin-right: 5px
}

.side-articles-list__item a .txt-box .meta .pr {
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #979797;
    font-size: .6875rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1;
    margin-right: 5px;
    padding: 2px 4px
}

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

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

.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: .6875rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.2
}

.top-main-section {
    margin-top: 60px
}

.top-main-section .top-main-slider {
    margin: 0
}

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

.top-main-section .top-main-slider__item {
    padding: 0 6px 112px
}

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

.top-main-section .top-main-slider__item a {
    display: block;
    position: relative;
    z-index: 0
}

.top-main-section .top-main-slider__item a .img {
    border-radius: 10px;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    padding-top: 75%;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2
}

.top-main-section .top-main-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-main-section .top-main-slider__item a .txt-box {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    left: 0;
    margin: 0 auto;
    padding: 16px 20px 10px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 188px;
    width: 93.166%;
    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: .6875rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 20px;
    margin-right: 5px
}

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

.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: .6875rem;
    font-weight: 800;
    letter-spacing: .05em;
    line-height: 1;
    padding: 3px .5em
}

.top-main-section .top-main-slider__item a .txt-box .tit {
    font-size: .9375rem;
    font-weight: 800;
    height: 68px;
    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 .top-banner__list {
    display: block;
    width: 100%
}

.top-banner-section .top-banner__item {
    width: 100%
}

.top-banner-section .top-banner__item:not(:first-of-type) {
    margin-top: 15px
}

.top-banner-section .top-banner__item a {
    border-radius: 10px;
    display: block;
    overflow: hidden;
    padding-top: 30.476%;
    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: 68px 0 0;
    position: relative
}

.top-pickup-section .top-pickup-head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.top-pickup-section .top-pickup-head .slick-counter {
    -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;
    position: relative
}

.top-pickup-section .top-pickup-head .slick-counter .txt {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-order: 2;
    order: 2
}

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

.top-pickup-section .top-pickup-head .slick-counter .txt .right {
    color: #979797;
    font-size: .75rem;
    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: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    width: 15px
}

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

.top-pickup-section .top-pickup-head .slick-counter .circle-box svg {
    -webkit-transform: scale(.6);
    transform: scale(.6)
}

.top-pickup-section .top-pickup-head .slick-counter .circle-box_rewind {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1
}

.top-pickup-section .top-pickup-head .slick-counter .circle-box_forward {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3
}

.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-top: 18px
}

.top-pickup-section .top-pickup-slider__list {
    margin: 0 -10px
}

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

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

.top-pickup-section .top-pickup-slider__item a .img {
    border-radius: 10px;
    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;
    padding: 13px 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: .6875rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 20px;
    margin-right: 5px
}

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

.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: .6875rem;
    font-weight: 800;
    letter-spacing: .05em;
    line-height: 1.2;
    padding: 3px .5em
}

.top-pickup-section .top-pickup-slider__item a .txt-box .tit {
    font-size: .9375rem;
    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: 60px
}

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

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

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

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

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

.ad-head {
    margin-top: -12px;
    text-align: center !important
}

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

.ad-head+.cont-left {
    margin-top: 25px
}

.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
}

.dailyTitleSmartphone {
    display: block;
    height: 70px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%
}

.dailyTitleSmartphone img.ttl {
    border: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    height: 20px;
    margin: 0 0 6px;
    padding: 7px 0 0 7px;
    width: 196px
}

.dailyTitleSmartphone img.figure {
    border: 0;
    display: block;
    height: 64px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 7px;
    top: 3px;
    width: 64px
}

.dailyTitleSmartphone .text {
    border-bottom: 1px dotted #333;
    color: #333;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.1;
    margin: 3px 0 0;
    padding: 0 0 6px 7px
}

#opDaily {
    border: 1px solid #ccc;
    margin: 5px
}

#opDaily li {
    background-color: #fff7ed;
    padding: 7px
}

#opDaily .headline {
    color: #5a1d11
}

#opDailyBody,
.blogBody {
    border: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    line-height: 1.5;
    margin: 0 auto;
    padding: 0
}

#opDailyBody:after,
.blogBody:after {
    clear: both;
    content: "";
    display: table
}

#opDailyBody img,
.blogBody img {
    display: block;
    height: auto;
    margin: 0 auto 0;
    max-width: 100%;
    width: auto
}

#opDailyBody p,
.blogBody p {
    clear: both;
    display: block;
    margin: 18px 0;
    padding: 0
}

#blogBody ol,
#opDailyBody ol,
#opDailyBody ul,
.blogBody ul {
    clear: both;
    display: block;
    margin: 18px 0 18px 1.5em;
    padding: 0
}

#opDailyBody ol,
.blogBody ol {
    margin: 18px 0 18px 2em
}

#opDailyBody li,
.blogBody li {
    display: list-item;
    list-style-type: disc;
    margin: 0;
    padding: 0;
    text-align: left
}

#opDailyBody a,
.blogBody a {
    display: inline
}

#opDailyBody a.button,
.blogBody 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: 46px;
    line-height: 48px;
    margin: 0;
    padding: 0 34px 0 20px;
    position: relative
}

#opDailyBody a.button:after,
.blogBody a.button:after {
    background: no-repeat 0;
    background-image: url(/asset/frontend/img/category/icon_arrow_orange.png);
    content: "";
    height: 46px;
    position: absolute;
    right: 16px;
    width: 8px
}

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

/*top追加*/
@media screen and (max-width: 767px) {
    ul.series li h3 a.more {
        font-size: 12px;
        letter-spacing: 0;
        padding-right: 10px;
    }
    ul.series li h3 a.more {
        bottom: 10px;
    }
    ul.series li h3 {
        font-size: 16px;
        padding-right: 5em;
    }
}

@media (width < 48rem){
    .float-banner-wrap{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 85%;
        z-index: 9;
    }
    .float-banner{
        width: 100%;
        position: relative;
        background: #5889AC;
        padding: 20px 20px 20px 10px;
        color: white;
        border-radius: 0 10px 0 0;
    }
    .float-banner .batsu{
        display: block;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: white;
        position: absolute;
        top: 5px;
        right: 5px;
    }
    .float-banner .batsu::before,
    .float-banner .batsu::after{
        content: "";
        width: 12px;
        height: 1px;
        background: #5889AC;
        display: block;
        position: absolute;
        right: 3px;
        top: 9px;
    }
    .float-banner .batsu::before{
        transform: rotate(-45deg);
    }
    .float-banner .batsu::after{
        transform: rotate(45deg);
    }
    .float-banner .contents-link{
        display: flex;
        gap: calc(0.25rem*1.5);
        align-items: center;
        font-family: Noto Sans JP,sans-serif;
    }
    .float-banner .max-md\:w-25 {
        width: calc(0.25rem*25);
    }
    .float-banner .shrink-0 {
        flex-shrink: 0;
    }
    .float-banner .text-sm {
        font-size: 0.875rem;
    }
    .float-banner .text-xs {
        font-size: 0.75rem;
        line-height: calc(1/0.75);
    }
    .float-banner .mb-1 {
        margin-bottom: calc(0.25rem * 1);
    }
    .float-banner .font-bold {
        --tw-font-weight: 700;
        font-weight: 700;
    }
    .float-banner .leading-\[1\.4\] {
        --tw-leading: 1.4;
        line-height: 1.4;
    }
    .float-banner .line-clamp-3 {
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      overflow: hidden;
    }
    .float-banner .contents-link a img{
        object-fit: cover;
        aspect-ratio: 4/3;
    }
    .float-banner .contents-link a {
        color: #fff;
        display: inline;
    }
    .float-banner .pr {
        display: inline-block;
        background: #93AEC2;
        border-radius: 3px;
        font-size: 0.75rem;
        letter-spacing: 0.1em;
        line-height: 1.4;
        padding: 0 0.3125rem;
    }
}
