@charset 'UTF-8';

/*  Add Custom CSS here.  */
.disabled-link,
.disabled-link:hover {
    opacity: 0.7 !important;
}

.pagenate-whole ul li.active span {
    background: #000;
    color: #fff;
    opacity: 1;
}

a.pn_link {
    display: block;
    color: #0d2857;
    border: 1px solid #0d2857;
    padding: 10px;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
}

.disabled-link {
    cursor: default;
}

.disabled-link:hover {
    opacity: 1;
}

.post-area .update-date {
    text-align: right;
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
}

.search-box {
    display: none;
    position: absolute;
    top: 75px;
    right: 0;
    width: 416px;
    background: #fff;
    padding: 10px 20px;
    z-index: 999;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
}

.search-box form input {
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 6px 10px;
    box-sizing: border-box;
    width: 100%;
}

.sp-search-box {
    margin-top: 20px;
    width: 95%;
    margin: 20px auto;
}

.sp-search-box input {
    border: 1px solid #ddd;
    width: 100%;
    padding: 7px;
    font-size: 14px;
}

.sp-search-box button {
    background: #0d2857;
    color: #fff;
    padding: 8px 13px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
    float: right;
}

.keyword-title {
    font-weight: bold;
    background: #f0f0f0;
    margin-bottom: 20px;
    padding: 10px;
    color: #333333;
}

#blog-content #post-archive-list {
    margin-top: 40px;
}

#blog-content .post-archive #search-area .bottom > .flex-row .box .tags ul li {
    display: inline-block;
    vertical-align: middle;
    margin-top: 7px;
    margin-right: 4px;
}

#blog-content
    .post-archive
    #search-area
    .bottom
    > .flex-row
    .box
    .tags
    ul
    li
    a {
    display: block;
    background-image: url(../img/common/tag.svg);
    background-size: 11px 11px;
    background-position: center left 4px;
    background-repeat: no-repeat;
    color: #666666;
    font-size: 12px;
    padding: 1px 7px;
    padding-left: 20px;
    border: 1px solid #cccccc;
}

@media only screen and (max-width: 767px) {
    .keyword-title {
        font-size: 13px;
        font-weight: bold;
        background: #f0f0f0;
        margin-bottom: 10px;
        padding: 10px;
        color: #333333;
    }

    #blog-content .post-archive #search-area {
        position: relative;
    }
    #blog-content .post-archive #search-area .bottom {
        padding-bottom: 40px;
    }
    #blog-content .post-archive #search-area .upper {
        padding: 10px 0;
    }
    #blog-content .post-archive #search-area .bottom .flex-row {
        /* display: none; */
    }
    #blog-content .post-archive #search-area .upper .r {
        position: absolute;
        bottom: 12px;
        left: 0;
        right: 0;
        margin: auto;
        padding: 0;
        width: 87%;
    }
    #blog-content #post-archive-list {
        margin-top: 0;
    }
    #blog-content .post-archive #search-area .bottom > .flex-row .cate {
        display: none;
    }
    #blog-content .post-archive #search-area .bottom > .flex-row .box {
        width: 100%;
        padding-bottom: 30px;
    }
}

#blog-content .post-content .post-area #content #maker-info__l ul li {
    margin-top: 5px;
}
#blog-content .post-content .post-area #content .img-box {
    width: 100%;
}
#blog-content .post-content .post-area #content .img-box.col02 img {
    display: block;
    float: left;
    width: 50%;
}
#blog-content .post-content .post-area #content .img-box.col03 img {
    display: block;
    float: left;
    width: 33.333%;
}
#blog-content .post-content .post-area #content .btn-link {
    display: block;
    max-width: 250px;
    padding: 13px 0;
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    background: #ffe500;
    border-radius: 5px;
}
#blog-content .post-content .post-area #content .fukidashi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
    margin-bottom: 25px;
}
#blog-content .post-content .post-area #content .fukidashi .img {
    width: 150px;
}
#blog-content .post-content .post-area #content .fukidashi .img img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}
#blog-content .post-content .post-area #content .fukidashi .txt {
    width: calc(100% - 150px);
    position: relative;
}
#blog-content .post-content .post-area #content .fukidashi .txt p {
    font-size: 14px;
    line-height: 1.8em;
    padding: 20px;
    background: #f6edda;
    border-radius: 10px;
}
#blog-content .post-content .post-area #content .fukidashi.img-right .img {
    width: 150px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
}
#blog-content .post-content .post-area #content .fukidashi.img-left .txt {
    padding-left: 25px;
}
#blog-content
    .post-content
    .post-area
    #content
    .fukidashi.img-left
    .txt:before {
    content: "";
    border: 10px solid transparent;
    border-right: 10px solid #f6edda;
    position: absolute;
    left: 5px;
    top: 50px;
}
#blog-content .post-content .post-area #content .fukidashi.img-right .txt {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 25px;
}
#blog-content
    .post-content
    .post-area
    #content
    .fukidashi.img-right
    .txt:before {
    content: "";
    border: 10px solid transparent;
    border-left: 10px solid #f6edda;
    position: absolute;
    right: 5px;
    top: 50px;
}

@media only screen and (max-width: 767px) {
    #blog-content .post-content .post-area #content .fukidashi .img {
        width: 90px;
    }
    #blog-content .post-content .post-area #content .fukidashi .txt {
        width: calc(100% - 90px);
    }
    #blog-content .post-content .post-area #content .fukidashi .txt p {
        margin-top: 0;
    }
}

.special-bnr {
    max-width: 80%;
    margin: auto;
    margin-bottom: 30px;
}
.special-bnr .flex-row {
    justify-content: center;
}
.special-bnr a {
    display: block;
    width: 48.5%;
    max-width: 700px;
    margin-bottom: 40px;
}
.special-bnr a img {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .special-bnr {
        max-width: 100%;
        margin: auto;
        margin-bottom: 10px;
        padding: 0 15px;
    }
    .special-bnr a {
        display: block;
        width: 100%;
    }
    .special-bnr a {
        margin-bottom: 15px;
    }
    .special-bnr a img {
        width: 100%;
    }
}

#blog-content .post-content .post-area #content p iframe {
    height: 430px;
}
@media only screen and (max-width: 767px) {
    #blog-content .post-content .post-area #content p iframe {
        height: 210px;
    }
}

.top-search {
    background: #ede8df;
    padding: 25px;
}
.top-search form {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
}
.top-search form input {
    height: 50px;
    width: 100%;
    border: 1px solid #cbcbcb;
    background: #fff;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    padding: 0 60px 0 20px;
    font-size: 12px;
    border-radius: 5px;
}
.top-search form ::placeholder {
    font-size: 12px;
    color: #b2b2b2;
}
.top-search form button {
    border: none;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(../img/common/ico_search.svg) no-repeat center center,
        #ffe500;
    background-size: 25px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 5px 5px 0;
    -webkit-appearance: none;
    appearance: none;
}

.top-main_box {
    padding: 38px 15px;
    text-align: center;
}
.top-main_box h1 {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 50px;
    position: relative;
}
.top-main_box h1:after {
    content: "";
    background: #ffe500;
    width: 42px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin-left: auto;
    margin-right: auto;
}
.top-main_box p {
    font-size: 16px;
    color: #333333;
}

.top-contents {
    margin: 50px 0 30px;
}
.top-contents > a {
    display: block;
    width: 15%;
}
.top-contents > a > figure > div {
    border-radius: 100px;
    overflow: hidden;
}
.top-contents > a > figure > figcaption {
    text-align: center;
    color: #333333;
    margin-top: 20px;
}
.top-contents > a > figure > figcaption p {
    display: block;
    font-size: 16px;
    letter-spacing: 0.12em;
    font-weight: bold;
    margin-top: 10px;
}
.top-contents > a > figure > div > div {
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 100%;
}

.maker-introduction {
    max-width: 1170px;
    margin: 0 auto;
    padding: 120px 15px 0;
    text-align: center;
}
.maker-introduction__inner .ttl {
    left: 0;
}
.maker-introduction .note {
    font-size: 12px;
    margin-bottom: 30px;
}
.maker-introduction .btn02 {
    width: 240px;
    padding: 10px 0;
}
.maker-introduction .makers > a > figure > div {
    border: 1px solid #e6e6e6;
    border-radius: 0;
}
.maker-introduction .makers > a > figure > div > div {
    background-size: 85% auto;
}

.writer-area {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 120px 15px 0;
    text-align: center;
}
.writer-area .btn02 {
    width: 240px;
    padding: 10px 0;
}
.writer-area .writers > a > figure > div {
    background-size: cover;
}

/* ライター一覧の画像スタイル（imgタグ用） */
.post-archive .writers > a > figure > div {
    padding-top: 0;
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-archive .writers > a > figure > div .writer-avatar-img {
    width: 178px;
    height: 178px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

@media only screen and (max-width: 767px) {
    .post-archive .writers > a > figure > div .writer-avatar-img {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }
}

.top-instagram {
    margin-bottom: 70px;
}
.top-instagram ul {
    overflow: hidden;
    max-width: 1140px;
    margin: 50px auto 0;
}
.top-instagram ul li {
    float: left;
    width: 16.666%;
    height: auto;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    background: #fff;
}
.top-instagram ul li:before {
    padding-top: 100%;
    content: "";
    display: block;
}
.top-instagram ul li img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#instagram-area .btn02 {
    margin: 40px auto 0;
    display: block;
    width: 240px;
    padding: 10px 0;
}
#instagram-area .block {
    max-width: 500px;
    margin: 40px auto 0;
    padding: 0 15px;
}

@media only screen and (max-width: 767px) {
    .top-search {
        background: #ede8df;
        padding: 15px;
    }

    .top-main_box h1 {
        font-size: 16px;
        margin-bottom: 45px;
    }
    .top-main_box p {
        font-size: 14px;
    }

    .top-contents {
        margin: 20px 0;
    }
    .top-contents > a {
        width: 32%;
    }
    .top-contents > a > figure > figcaption {
        margin-top: 10px;
    }
    .top-contents > a > figure > figcaption p {
        font-size: 12px;
    }

    .maker-introduction {
        padding-top: 65px;
    }
    .maker-introduction .btn02 {
        width: 215px;
    }
    .maker-introduction .makers > a {
        margin-bottom: 2%;
    }

    .writer-area {
        padding-top: 25px;
    }
    .writer-area .btn02 {
        width: 215px;
    }
    .writer-area .writers > a {
        margin-bottom: 15px;
    }

    #instagram-area {
        padding-top: 70px;
    }

    .top-instagram ul {
        margin: 20px auto 0;
    }
    .top-instagram ul li {
        width: 33.333%;
    }
    #instagram-area .btn02 {
        width: 215px;
    }
    #instagram-area .block {
        margin: 20px auto 0;
    }
}

#company-content .sec-ttl {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.12em;
    line-height: 1;
    font-weight: bold;
    color: #333333;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    padding: 30px 0;
}
#company-content .sec-ttl .en {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 1px;
    color: #888888;
    padding-top: 10px;
}
#company-content .inner {
    max-width: 780px;
    margin: 60px auto 0;
    padding: 0 15px;
}
#company-content .inner table {
    width: 100%;
}
#company-content .inner table tr {
    border-bottom: 1px dashed #efefef;
}
#company-content .inner table th {
    width: 22%;
    font-size: 14px;
    padding: 15px 0 15px 15px;
    line-height: 1.6em;
    text-align: left;
}
#company-content .inner table td {
    font-size: 14px;
    padding: 15px 0;
    line-height: 1.6em;
    font-weight: normal;
}

@media only screen and (max-width: 767px) {
    #company-content .sec-ttl {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 30px 0;
    }
    #company-content .sec-ttl .en {
        font-size: 12px;
        font-size: 1.2rem;
    }
    #company-content .inner {
        margin: 30px auto 0;
    }
    #company-content .inner table th {
        width: 29%;
        font-size: 12px;
        padding-left: 0;
    }
    #company-content .inner table td {
        font-size: 12px;
    }
}

#spmenu .box-ico {
    margin-top: 22px;
    padding: 0 15px;
}
#spmenu .box-ico a {
    display: inline-block;
    margin-right: 13px;
}
#spmenu .box-ico a:last-child {
    margin-right: 0;
}
#blog-content .post-content .post-area #content .btn-orange {
    display: block;
    max-width: 250px;
    padding: 13px 0;
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    background: #ffa500;
    border-radius: 5px;
}

#blog-content .post-content .post-area #content .btn-blue {
    display: block;
    max-width: 250px;
    padding: 13px 0;
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    background: #87ceed;
    border-radius: 5px;
}

#blog-content .post-content .post-area #content .btn-pink {
    display: block;
    max-width: 250px;
    padding: 13px 0;
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    background: #ffb6c1;
    border-radius: 5px;
}

.footer .bnr_footer {
    max-width: 100%;
    margin: 40px auto;
    text-align: center;
    display: block;
}

.footer .bnr_footer img {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .footer .bnr_footer {
        max-width: 90%;
        margin: 3 0px auto;
        text-align: center;
    }
}

.p-bnr__wrap {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 20px 100px;
}

@media only screen and (max-width: 767px) {
    .p-bnr__wrap {
        padding: 20px 20px 40px;
    }
}

.p-bnr__wrap img {
    width: 100%;
    height: auto;
}

.p-bnr__wrap--sec {
    max-width: 780px;
    margin: 0 auto 100px;
    padding: 0px 20px 0;
}

.p-bnr__wrap--sec img {
    width: 100%;
}

.top-kininaru__row > div:nth-child(1) a figure img.img,
.top-kininaru__row > div:nth-child(2) ul li a figure img.img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    bottom: initial;
    transform: translate(-50%, -50%);
    z-index: 0;
}

@media only screen and (max-width: 767px) {
    h2.new-common-title.type-category img {
        height: auto;
    }
}

.footer-banner {
    max-width: 700px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

@media only screen and (max-width: 767px) {
    .footer-banner {
        padding: 0 10px;
    }
}

.footer-banner img {
    height: auto;
}

.post-archive .writer-detail .writer-avatar-preview {
    width: 200px;
    height: auto;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    padding: 0;
}
@media only screen and (max-width: 767px) {
    .post-archive .writer-detail .writer-avatar-preview {
        width: 100%;
    }
}

#blog-content #post-archive-list .flex-row .col a figure .img-box img {
    height: auto;
}

.post-writer__writer .writer-avatar-preview {
    width: 180px;
    height: auto;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    padding: 0;
}

.top-contents a figure .writer-avatar-preview {
    width: 148px;
    height: auto;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    padding: 0;
}
@media only screen and (max-width: 767px) {
    .top-contents a figure .writer-avatar-preview {
        width: 100%;
    }
}

/* ピックアップセクション記事画像のimgタグ対応 */
.top-pickupsection--slider figure > div {
    position: relative;
    padding-top: 52.9010239%;
    overflow: hidden;
}

.top-pickupsection--slider figure > div .pickup-article-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* 新着記事・ランキングセクション記事画像のimgタグ対応 */
.top-news .top-wadai__boxes a figure > div,
.top-ranking .top-wadai__boxes a figure > div {
    position: relative;
    padding-top: 51.8987342%;
    overflow: hidden;
}

.top-news .top-wadai__boxes a figure > div .news-article-img,
.top-ranking .top-wadai__boxes a figure > div .ranking-article-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* 編集部イチオシセクション記事画像のimgタグ対応 */
.top-ichioshi .top-wadai__boxes a figure > div {
    position: relative;
    overflow: hidden;
}

.top-ichioshi .top-wadai__boxes a figure > div .ichioshi-article-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
