@charset "utf-8";

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


/* mailmagazine
   ========================================================================== */
.page-mailmagazine-detail {
}
.page-mailmagazine-detail .page-header {
}
.page-mailmagazine-detail .page-header .common-pagination {
    margin: 0;
}
.page-mailmagazine-detail .page-header .common-pagination .common-pagination__list {
    text-align: center;
}
.page-mailmagazine-detail .topic-single footer {
    text-align: right;
}
.page-mailmagazine-detail .topic-single footer .btn-open-win {
    display: inline-block;
    margin: 0;
    padding: 0.2em 1em 0.2em 1.5em;
    background: #000;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    border: 3px solid #000;
    border-radius: 1px;
    line-height: 1.2;
}
.page-mailmagazine-detail .topic-single footer .btn-open-win:hover {
    background: #fff;
    color: #000;
}


/* common
   ========================================================================== */
iframe.common_frame {
    display: none;
}
.page-topic-detail .topic-single .entry-video-wrapper {
    width: 100%;
    max-width: 640px;
}
.page-topic-detail .topic-single .entry-video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    padding-top: 30px;
    margin: 0 auto;
}
.page-topic-detail .topic-single .entry-video-container iframe,
.page-topic-detail .topic-single .entry-video-container object,
.page-topic-detail .topic-single .entry-video-container embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.image__noimage {
    position: relative;
    background: #ddd;
}
.image__noimage::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    content: 'NO IMAGE';
    transform: translateY(-50%);
    text-align: center;
    font-size: calc(1em + 0.8vw);
    font-family: "Open Sans Condensed", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, Osaka, Meiryo, "メイリオ", "MS PGothic", arial, helvetica, sans-serif;
}
.list-empty {
    text-align: center;
}

/* remodal */
.remodal-close--nega {
    background: #000;
}
.remodal-close--nega::before,
.remodal-close--nega::after {
    height: 2px;
    background: #fff;
}
.remodal-info {
    background: none;
}
.remodal-info-inner {
    padding: 2em 1.5em;
    background: #fff;
    border: 1px solid #000;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.remodal-info .remodal-close {
    top: 16px;
    right: 16px;
}
.remodal-info-content:first-child {
    padding: 0 0 1.5em;
    margin: 0 0 1.5em;
    border-bottom: 1px solid #000;
}
.remodal-info-content * {
    word-break: normal !important;
}
.remodal-info-title {
    font-weight: 700;
    font-size: 1.6em;
    margin: 0 0 .5em;
    line-height: 1.5;
}
.remodal-info-body {
    text-align: center;
    line-height: 1.8;
}
.remodal-info-msg {
    display: inline-block;
    text-align: left;
}
.remodal-info-content--jp {
}
.remodal-info-content--en {
}
@media screen and (min-width: 769px) {
    .remodal-info .remodal-close {
        top: 21px;
        right: 21px;
    }
}

.common-pagination {
    padding: 25px 0;
}
.common-pagination__item.text {
    width: auto;
}
.common-pagination__item.text a,
.common-pagination__item.text span {
    font-family: "Open Sans Condensed", Osaka, Meiryo, 'メイリオ', "MS PGothic", arial, helvetica, sans-serif;
    line-height: 2;
}
@media screen and (min-width: 769px) {
    .page-topic-detail .topic-single {
        width: 100%;
    }
}

/* feature - brand
   ========================================================================== */
.topic-brand {
}
.topic-brand__header {
    margin: 0 0 40px;
}
.page-topic-detail .topic-brand__title {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}
.topic-brand__body {
    line-height: 1.8;
    font-size: 14px;
    
    margin: 0 auto;
    padding: 0 5%;
    box-sizing: content-box;
    max-width: 1120px;
}

.topic-brand-main-image {
    margin: 0 0 60px;
    text-align: center;
}
@media screen and (min-width: 769px) {
    .page-topic-detail .topic-brand {
        margin-top: 20px;
    }
    .topic-brand__header {
        margin-bottom: 50px;
    }
    .page-topic-detail .topic-brand__title {
        font-size: 32px;
    }
    .topic-brand-main-image {
        margin: 0 0 80px;
    }
}

.topic-brand-info {
    padding: 0 0 60px;
}
.topic-brand-info__description {
    max-width: 800px;
    padding: 0 1em;
    margin: 0 auto;
}

.topic-brand-section {
    position: relative;
    margin: 60px auto;
    padding: 0 0 60px;
}
.topic-brand-section::before {
    position: absolute;
    content: '';
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1100px;
    height: 1px;
    background: #aaa;
}
.topic-brand-section__header {
    margin: 0 0 60px;
}
.topic-brand-section__title {
    font-size: 1.6em;
    font-weight: 600;
    text-align: center;
    line-height: 1.6;
}
.topic-brand-section__body {
}

.topic-brand-block {
}
.topic-brand-block + .topic-brand-block {
    margin-top: 60px;
}
.topic-brand-block__header {
    margin: 0 0 60px;
}
.topic-brand-block__title {
    font-size: 1.5em;
    font-weight: 600;
    text-align: center;
    line-height: 1.6;
}
.topic-brand-block__body {
}
.topic-brand-block__footer {
}

.topic-brand-columns {
    display: flex;
    flex-wrap: wrap;
}
.topic-brand-columns__item {
    width: 100%;
}
.topic-brand-columns__image {
    margin-bottom: 40px;
    text-align: center;
}
.topic-brand-columns__description {
    padding: 0 1em;
}
.topic-brand-columns--left {
}
.topic-brand-columns--right {
}

.topic-brand-products {
}
.topic-brand-products__list {
    display: flex;
    flex-wrap: wrap;
}
.topic-brand-products__item {
    width: 50%;
    padding: 0 2%;
    margin-bottom: 5%;
    line-height: 1.4;
}
.topic-brand-products__item-link {
}
.topic-brand-products__item-name {
    padding: 1em 0.5em;
    text-align: center;
    font-weight: 600;
}
.topic-brand-products__item-image {
}

.topic-brand-products__link {
    margin: 20px 0 0;
    text-align: center;
}
.topic-brand-products__link-btn {
    display: inline-block;
    padding: 1.1em 1em;
    background: #000;
    color: #fff;
    border: 3px solid #000;
    font-weight: bold;
    width: 80%;
}
.topic-brand-products__link-btn:hover {
    background: #fff;
    color: #000;
    transition: .5s;
}

@media screen and (min-width: 769px) {
    .topic-brand-info {
        padding: 0 0 80px;
    }
    .topic-brand-section {
        margin: 80px auto;
        padding: 0 0 80px;
    }
    .topic-brand-section::before {
        top: -80px;
    }
    .topic-brand-section__header {
        margin: 0 0 80px;
    }
    .topic-brand-section__title {
        font-size: 1.8em;
    }
    .topic-brand-block + .topic-brand-block {
        margin-top: 80px;
    }
    .topic-brand-block__header {
        margin: 0 0 80px;
    }
    .topic-brand-block__title {
        font-size: 1.6em;
    }
    
    .topic-brand-columns {
        justify-content: space-between;
        align-items: center;
    }
    .topic-brand-columns__item {
        width: 42%;
    }
    .topic-brand-columns__image {
        margin: 0;
    }
    .topic-brand-columns__description {
        padding: 0;
    }
    .topic-brand-columns-block--left .topic-brand-block__title {
        text-align: left;
    }
    .topic-brand-columns-block--right .topic-brand-block__title {
        text-align: right;
    }
    .topic-brand-columns-block--left .topic-brand-columns__image,
    .topic-brand-columns-block--right .topic-brand-columns__description {
        order: 1;
    }
    .topic-brand-columns-block--right .topic-brand-columns__image,
    .topic-brand-columns-block--left .topic-brand-columns__description {
        order: 2;
    }
    
    .topic-brand-products__list {
        justify-content: center;
    }
    .topic-brand-products__item {
        width: 25%;
        padding: 0 .5%;
        margin-bottom: 1%;
    }
    .topic-brand-products__link {
        margin: 40px 0 0;
    }
}



/* area
   ========================================================================== */
.shop-list-item__status-list__item {
}
.shop-list-item__status-list__item-icon,
.shop-single__status-list__item-icon {
    display: block;
    width: 80px;
    height: 22.8px;
    line-height: 20.8px;
    text-align: center;
    font-size: 13px;
    letter-spacing: .05em;
/*
    font-weight: bold;
*/
    border: 2px solid #000;
}

.page-shop-list .shop-list-item__status-ex-list {
    margin: 6px -6px 0;
    overflow: hidden;
}

.page-shop-list .shop-list-item__status-ex-list__item {
    float: left;
    padding: 3px 6px;
}

.page-shop-list .shop-list-item__status-ex-list__item img {
    max-width: 120px;
    height: auto;
}
.page-shop-list .shop-list-item__link {
    z-index: 0;
}
.page-shop-list .shop-list-item__shop__social {
    z-index: 1;
}
.page-shop-detail .shop-single__status-ex-list {
    margin: -16px -6px 24px;
    overflow: hidden;
}
.page-shop-detail .shop-single__status-ex-list__item {
    float: left;
    padding: 3px 6px;
}

.page-shop-detail .shop-single__status-ex-list__item img {
    max-width: 120px;
    height: auto;
}

.page-shop-list .show-list {
}
.page-shop-list .show-detail {
    display: none;
}
.page-shop-detail .show-list {
    display: none;
}
.page-shop-detail .show-detail {
}

.page-shop-detail .common-category-selector {
  padding-bottom: 8vw;
}

.page-shop-detail .list-more {
    margin-top: 7vw;
    text-align: center;
}
.page-shop-detail .list-more__btn,
.page-shop-detail .btn--more {
    min-width: 190px;
}
.page-shop-detail .styling-list-item {
    display: block;
    width: 100%;
}
.page-shop-detail .styling-list-item__image {
    display: block;
    padding-top: 150%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media screen and (min-width: 769px) {
    .page-shop-detail .common-category-selector {
      padding-bottom: 48px;
    }
    .page-shop-detail .list-more {
        margin-top: 70px;
    }
    .page-shop-detail .styling-section--slider .common-section__body {
        padding: 0 calc(4% - 16px);
    }
    .page-shop-detail .styling-section--slider .styling-slider .swiper {
        max-width: 1580px;
        padding: 0 16px;
    }
}

.airrsv-section {
}
.airrsv-section .common-section__body {
    padding: 0 5%;
}

/* column
   ========================================================================== */
.page-column-list {
}
.page-column-list .topic-list-item__image {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
}
.page-column-list .topic-list-item__image img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: auto;
}
.page-column-list .topic-list-item__author {
    display: block;
    padding: 0.5em 0 0;
    text-align: right;
}

.page-column-detail .topic-single__body {
}
.page-column-detail .topic-single__body a {
    color: #0099FF;
}
.page-column-detail .topic-single__body a:hover {
    text-decoration: underline;
}
.page-column-detail .topic-single__body p {
    margin-left: 0;
    margin-right: 0;
    font-size: 1.3em !important;
    line-height: 2 !important;
}

.page-column-detail .topic-single .author-info {
    display: block;
    margin: 30px auto;
    padding: 20px 10px;
    border-top: 1px solid #231815;
    border-bottom: 1px solid #231815;
}
.page-column-detail .topic-single .author-info .author-image {
    float: none;
    width: 162px;
    height: 162px;
    margin: 0 auto 10px;
    border: 1px solid #231815;
}
.page-column-detail .topic-single .author-info .author-image img {
    width: 160px;
    height: auto;
}
.page-column-detail .topic-single .author-info dl {
}
.page-column-detail .topic-single .author-info dl dt {
    padding: 0.5em 0;
    text-align: center;
    font-size: 1.8em;
}
.page-column-detail .topic-single .author-info dl dd {
    font-size: 1em;
    line-height: 1.5;
}
@media screen and (min-width: 641px) {
    .page-column-detail .topic-single .author-info .author-image {
        float: left;
        margin: 0 20px 5px 0;
    }
    .page-column-detail .topic-single .author-info .author-image img {
    }
    .page-column-detail .topic-single .author-info dl {
    }
    .page-column-detail .topic-single .author-info dl dt {
        text-align: left;
    }
    .page-column-detail .topic-single .author-info dl dd {
    }
}
@media screen and (min-width: 769px) {
    .page-column-detail .topic-single__body {
        width: 100%;
        padding: 0 calc(50% - 250px);
        margin: 0 auto;
    }
    .page-column-detail .topic-single__body .entry-img-wrapper {
        width: 640px;
        margin-left: -70px;
    }
    .page-column-detail .topic-single__body .entry-img-wrapper img {
        display: block;
        margin: 0 auto;
        width: auto;
        max-width: 100%;
        position: relative;
    }
    .page-column-detail .topic-single__body .entry-video-wrapper {
        width: 640px;
        margin-left: -70px;
    }
}
@media screen and (min-width: 1024px) {
    .page-column-detail .topic-single__body .entry-img-wrapper {
        width: 900px;
        margin-left: -200px;
    }
}

.page-column-detail .product-slider .product-list-item__image {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
}
.page-column-detail .product-slider .product-list-item__image img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: auto;
}


/* page-post
   ========================================================================== */
.page-post {}

.page-post a {
    outline: none;
}
.page-post .page-header {
    position: relative;
}
.page-post .page-header a:hover {
    opacity: .5;
}

.page-subtitle {
    margin: 2em auto 0;
    padding: 0 .5em;
    text-align: center;
    line-height: 1.5;
    font-size: 16px;
    font-weight: bold;
}
.page-subtitle + .page-subtitle {
    margin-top: .75em;
}
@media screen and (min-width: 769px) {
    .page-subtitle {
        font-size: 18px;
    }
}

.style-hashtag {
    font-size: .9em;
    display: inline-block;
    vertical-align: middle;
    padding: .25em 1em .15em;
    border: 1px solid #777;
    border-radius: .8em;
    line-height: 1.2;
}
.style-hashtag:hover {
    color: #fff;
    background-color: #777;
}
.page-subtitle .style-hashtag {
    margin: 0 1em;
    font-size: .8em;
    font-weight: normal;
}




/* scroll_more
-------------------------------------------------------------*/

.scroll_more {
    margin-top: 40px;
}
.scroll_more__btn {
    width: 260px;
    height: auto;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #777;
    color: #484848;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.2em;
}
.scroll_more__btn:hover {
    opacity: .7;
}
.scroll_more__status {
    display: none;
}
.scroll_more__message {
    color: #757575;
    text-align: center;
}
.scroll_more__message-last {
}
.scroll_more__message-error {
}
/*
.scroll_more__loader {
    animation: scroll_more__loader-anim 1.1s infinite linear;
    border: 4px solid #757575;
    border-left: 4px solid #fff;
    border-radius: 50%;
    height: 48px;
    margin: auto;
    width: 48px;
}

@keyframes scroll_more__loader-anim {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
*/
/*
Single Element CSS Spinners
https://projects.lukehaas.me/css-loaders/
*/
.scroll_more__loader,
.scroll_more__loader:before,
.scroll_more__loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.scroll_more__loader {
  color: #ababab;
  font-size: 10px;
  margin: 10px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.scroll_more__loader:before,
.scroll_more__loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.scroll_more__loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.scroll_more__loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}


/* post-section ------------------------ */
.post-section {
    margin: 35px auto 0;
}
.post-section--border {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #777;
}
.post-section--js {
    display: none;
}
.post-section + .post-section--main-list {
    padding-top: 60px;
    border-top: 1px solid #777;
}
.post-section__header {
    max-width: 1580px;
    margin: 0 auto;
    text-align: center;
}
.post-section__header-title {
/*
    font-size: 1.15em;
    font-weight: bold;
*/
    font-size: 18px;
    font-family: "Open Sans Condensed", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, Osaka, Meiryo, 'メイリオ', "MS PGothic", arial, helvetica, sans-serif;
    letter-spacing: 0.05em;
}
.post-section__header--link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
}
.post-section__header--link .post-section__header-title {
    margin-right: auto;
    margin: 0 auto 1em 0;
}
.post-section__header--link .post-section__header-link {
/*
    font-family: "Open Sans Condensed", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, Osaka, Meiryo, 'メイリオ', "MS PGothic", arial, helvetica, sans-serif;
*/
    font-family: "Open Sans Condensed", Osaka, Meiryo, 'メイリオ', "MS PGothic", arial, helvetica, sans-serif;
    letter-spacing: 0.05em;
    font-size: 1em;
    margin: 0 0 1em auto;
    text-decoration: none;
}
.post-section__header--link .post-section__header-link:hover {
    opacity: .7;
}
.post-section__body {
    margin: 30px auto 0;
}
@media screen and (min-width: 769px) {
    .post-section {
        margin-top: 60px;
    }
    .post-section__header-title {
        font-size: 22px;
    }
    .post-section__body {
        margin-top: 50px;
    }
    .post-section + .post-section--main-list {
        padding-top: 40px;
    }
    .post-section__header--link .post-section__header-link {
        font-size: 1.2em;
    }
}

/* post-tags ------------------------ */
.post-tags {
    margin: 0 auto;
}
.post-tags__item {
    display: inline-block;
    padding: .3em .3em;
}
.post-tags__link {
}

/* post-image ------------------------ */
.post-noimage {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 100%;
    background: #ccc;
}
.post-noimage::after {
    display: block;
    width: 100%;
    content: 'NoImage';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
    font-family: "Open Sans Condensed", Osaka, Meiryo, 'メイリオ', "MS PGothic", arial, helvetica, sans-serif;
    font-size: 1.2em;
}

.post-coordinate-image {
}
.post-coordinate-image .post-noimage {
/*
    padding-top: 133.192%;
*/
    padding-top: calc(100% * 630 / 473);
}
.post-article-image {
}
.post-article-image .post-noimage {
    padding-top: 100%;
}
.post-staff-image {
}
.post-staff-image img,
.post-staff-image .post-noimage {
    display: block;
    width: 100%;
    margin: 0 auto;
    border-radius: 50%;
}
.post-staff-image .post-noimage {
    padding-top: 100%;
}



/* page-post_list
   -------------------------------------------------------- */
.page-post_list {}

/* default.css対策 */
@media screen and (min-width: 769px) {
    .page-container.page-post_list {
        overflow: visible;
    }
}



/* post-list-item ------------------------ */
.post-list-item {
    line-height: 1.2;
}
.post-list-item__image {
}
.post-list-item__title {
    margin: .8em 0 0;
    padding: 0 2%;
    font-size: 1.05em;
    line-height: 1.4;
    height: 2.8em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post-list-item__date {
    margin: .8em 0 0;
    padding: 0 2%;
    font-size: .8em;
}


/* post-list-staff_sig ------------------------ */
.post-list-staff_sig {
    width: 96%;
    margin: 1.2em auto 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.post-list-staff_sig__image {
    width: 32%;
}
.post-list-staff_sig__image .post-noimage::after {
    font-size: .8em;
}
.post-list-staff_sig__meta {
    width: 62%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.post-list-staff_sig__name {
}
.post-list-staff_sig__height {
    margin: .4em 0 0;
    font-size: .9em;
}
.post-list-staff_sig__store {
    margin: .5em 0 0;
}

/* post-tags ------------------------ */
.page-post_list .post-tags {
    max-width: 1230px;
    text-align: center;
}

/* post-search ------------------------ */
.post-search__list {
    display: flex;
    justify-content: center;
}

.post-search-bar {
  padding: 10px 0;
  background: #FFF;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }

.post-search-bar__inner {
  margin: 0 auto;
  max-width: 1580px;
    padding: 10px 0;
}

.post-search {
  z-index: 2;
/*
  margin: 0 auto;
    max-width: 1014px;
*/
    max-width: 990px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    
}

.post-search__list {
    flex: 1 1 auto;
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.post-search__list--sort {
    width: 30%;
}

.post-search__item {
    flex: 1 1 auto;
    padding: .5em;
}

@media screen and (max-width: 768px) {
  .post-search-bar-placeholder {
    height: 0 !important; }
  .post-search-bar {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
    border-top: 1px solid #101010;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .hide-post-search .post-search-bar {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  .post-search-trigger {
    position: fixed;
    z-index: 8;
    right: 74px;
    bottom: 71px;
    width: 44px;
    height: 44px;
    max-width: 70px;
    max-height: 70px;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .post-search-trigger__btn {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #333;
    background-color: #222;
    background-image: url(../img/common/icon_filter_search_white.svg);
    background-repeat: no-repeat;
    background-position: center;
/*
    background-size: 28px;
*/
    outline: none;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    visibility: hidden;
    font-size: 0;
    border-radius: 50%;
    transform: translateY(50%);
  }
  .footer-scrolled .post-search-trigger {
    opacity: 0; }
  .hide-post-search .post-search-trigger__btn,
  .hide-post-search .footer-pagetop__link {
    opacity: 0.9;
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  .show-post-search .footer-pagetop__link {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50%);
    transform: translateY(50%); }
.post-search__list--sort {
    border-left: 1px solid #000;
}
/*
  .post-search__item:last-child {
    width: 100%;
    max-width: 330px;
    padding-right: 130px;
    box-sizing: border-box;
   }
*/
}

@media screen and (min-width: 769px) {
  .post-search-bar-placeholder {
    height: 60px;
    margin-bottom: 40px;
  }
  .post-search-bar {
    position: relative;
    top: 0;
    z-index: 1;
    padding: 0 5%;
    
  }
  .post-search-bar.fixed {
    position: fixed;
    top: 58px;
    left: 0;
    right: 0;
    padding: 0 calc(5% + 18px);
  }
  .post-search-bar__inner {
    position: relative;
  }
  .post-search__list {
    margin: 0 1px; }
.post-search__list--sort {
    border: none;
}
  .post-search__item {
    padding: 0 9px; }
  .post-search-trigger {
    display: none; } }
/*
@media screen and (min-width: 1100px) {
  .post-search-bar__inner {
    padding: 0 200px 0 0; }
  .post-search__item {
    width: 25%;
    padding: 0 9px; } }

@media screen and (min-width: 1300px) {
  .post-search-bar__inner {
    padding: 0 200px; } }
*/
.post-filter {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.post-filter-label {
  padding: 0 24px 0 8px;
  line-height: 30px;
  text-align: left;
  cursor: pointer;
  white-space: nowrap; }

.post-filter-dropdown {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  margin-bottom: 1px;
  text-align: left;
  background: #FFF;
  border: 1px solid #EAEAEA;
  padding: 12px 0 12px 12px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.post-filter-dropdown__scroll {
  height: 100%;
  overflow-y: auto;
  padding-right: 12px; }

.post-filter-dropdown__label {
  margin: 0 0 8px 0;
  font-weight: bold; }

.post-filter-dropdown__list + .post-filter-dropdown__label {
  margin-top: 12px; }

.post-filter-dropdown__item {
  padding: 0 6px; }

.post-filter-dropdown__item > a {
  display: block;
  padding: 7px 6px 7px 8px;
  font-weight: 500; }

.post-filter-dropdown__item > a {
  position: relative; }

.post-filter-dropdown__item[data-expand] > a {
  padding-right: 24px; }

.post-filter-dropdown__item[data-expand] > a:before {
  content: ' ';
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 10px;
  height: 2px;
  margin-top: -1px;
  background: #000; }

.post-filter-dropdown__item[data-expand]:not(.expanded) > a:after {
  content: ' ';
  position: absolute;
  top: 50%;
  right: 14px;
  display: block;
  width: 2px;
  height: 10px;
  margin-top: -5px;
  background: #000; }

.post-filter-dropdown__childlist {
  display: none; }

.expanded .post-filter-dropdown__childlist {
  display: block; }

.post-filter-dropdown__childitem > a {
  display: block;
  padding: 7px 7px 7px 24px;
  font-weight: 500; }

.post-filter-dropdown__item.active > a,
.post-filter-dropdown__childitem.active > a {
  color: #FFF;
  background: #CE1032; }

.post-filter--sort .post-filter-dropdown__scroll {
  height: calc(100% - 40px);
  margin-bottom: 40px; }

.post-filter-dropdown__submit {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0; }

.post-filter-dropdown__submit button {
  display: block;
  width: 100%;
  color: #FFF;
  background: #6C834F;
  border: none;
  line-height: 40px;
  padding: 0 18px; }

.post-filter-dropdown__search {
  margin: 10px 0; }

.post-filter-dropdown__search input {
  width: 100%;
  border: 1px solid #999;
  padding: 0 10px;
  height: 30px; }

@media screen and (max-width: 768px) {
  .post-filter-label {
    position: relative; }
  .post-filter-label:after {
    content: '>';
    position: absolute;
    top: 0;
    right: 10px;
    font-weight: bold;
    font-family: monospace;
    transform: rotate(90deg); }
  .post-filter.click .post-filter-label:after {
    transform: rotate(-90deg); }
  .post-filter.click .post-filter-dropdown {
    visibility: visible;
    opacity: 1; } }

@media screen and (min-width: 769px) {
  .post-filter {
    position: relative;
    left: auto; }
  .post-filter.hover {
    z-index: 10; }
  .post-filter-label {
    position: relative;
    color: #FFF;
    background: #222;
    padding: 0 18px;
    font-size: 14px;
    line-height: 40px;
    text-align: center; }
  .post-filter-dropdown {
    position: absolute;
    top: 100%;
    bottom: auto;
    width: 100%;
    margin: 0;
    text-align: left;
    background: #FFF;
    border: 1px solid #EAEAEA;
    border-top: none;
    padding: 12px 0 12px 12px;
    visibility: hidden;
    opacity: 0; }
  .post-filter.hover .post-filter-dropdown {
    z-index: 1;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }










/* post-status ------------------------ */
.post-status {
    margin: 60px 0 0;
}
.post-status__message {
    position: relative;
    text-align: center;
    font-family: "Open Sans Condensed", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, Osaka, Meiryo, "メイリオ", "MS PGothic", arial, helvetica, sans-serif;
    color: #C9262D;
    font-size: 1.1em;
    line-height: 2;
}

/* post-grid ------------------------ */
.post-grid {
    max-width: 1580px;
    margin: 0 auto 2%;
    padding: 0 2.5%;
}
.post-grid__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}
.post-grid__item {
    width: 50%;
    padding: 0 2.5% 5%;
}
.page-news_list .post-grid__item,
.page-feature_list .post-grid__item {
    padding: 0 2.5% 5%;
}
@media screen and (min-width: 769px) {
    .post-grid {
        padding: 0 3%;
    }
    .post-grid__item {
        width: calc(100% / 3);
        padding: 0 2% 8%;
    }
    .page-news_list .post-grid__item,
    .page-feature_list .post-grid__item {
        padding: 0 2% 4%;
    }
}
@media screen and (min-width: 1231px) {
    .post-grid {
        padding: 0 3.5%;
    }
    .post-grid__item {
        width: 25%;
        padding: 0 1.5% 6%;
    }
    .page-news_list .post-grid__item,
    .page-feature_list .post-grid__item {
        padding: 0 1.5% 3%;
    }
    .page-coordinate_list .post-grid__item {
        width: 20%;
        padding: 0 .5% 2.5%;
    }
}




/* post-slider ------------------------ */
.post-slider .owl-carousel  {
    max-width: 1580px;
    margin: 0 auto;
    padding-left: 2.5%;
    padding-right: 2.5%;
}
.post-slider .owl-carousel .item {
    padding-left: calc(5% / 47.5 * 100 / 2);
    padding-right: calc(5% / 47.5 * 100 / 2);
}
.post-slider .owl-carousel .owl-stage-outer {
    overflow: visible;
}
@media screen and (min-width: 769px) {
    .post-slider .owl-carousel {
        padding-left: 3%;
        padding-right: 3%;
    }
    .post-slider .owl-carousel .item {
        padding-left: calc(4% / 94 * 3 * 100 / 2);
        padding-right: calc(4% / 94 * 3 * 100 / 2);
    }
}
@media screen and (min-width: 1231px) {
    .post-slider .owl-carousel {
        padding-left: 3.5%;
        padding-right: 3.5%;
    }
    .post-slider .owl-carousel .item {
        padding-left: calc(3% / 93 * 4 * 100 / 2);
        padding-right: calc(3% / 93 * 4 * 100 / 2);
    }
}

.post-slider .swiper {
    padding-left: 2.5%;
    padding-right: 2.5%;
    overflow: visible;
}
.post-slider .swiper-slide {
    padding-left: 2.7%;
    padding-right: 2.7%;
}
.post-slider .swiper-button {
    width: 40px;
    height: 40px;
}
.swiper-button-prev::after {
    left: 15.5px;
}
.swiper-button-next::after {
    right: 15.5px;
}

@media screen and (min-width: 769px) {
    .post-slider .swiper {
        padding-left: 3%;
        padding-right: 3%;
    }
    .post-slider .swiper-slide {
        padding-left: 2%;
        padding-right: 2%;
    }
}
@media screen and (min-width: 1231px) {
    .post-slider .swiper {
        padding-left: 3.5%;
        padding-right: 3.5%;
    }
    .post-slider .swiper-slide {
        padding-left: 1.6%;
        padding-right: 1.6%;
    }
}




/* post-pagination ------------------------ */
.post-pagination {
    max-width: 1580px;
    margin: 0 auto 2%;
    text-align: center;
    font-family: "Open Sans Condensed", Osaka, Meiryo, 'メイリオ', "MS PGothic", arial, helvetica, sans-serif;
}
.post-pagination__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
}
.post-pagination__item {
    padding: 0 2px;
}
.post-pagination__item a,
.post-pagination__item span {
    display: block;
    padding: 0;
    line-height: 24px;
    color: #fff;
    background: #ccc;
    border: 4px solid #ccc;
}
.post-pagination__item span {
}
.post-pagination__item a {
    background: #000;
    border-color: #000;
}
.post-pagination__item.prev {
}
.post-pagination__item.next {
}
.post-pagination__item.number {
}
.post-pagination__item .active {
    background: #fff;
    color: #000;
    border-color: #000;
}
.post-pagination__item.first a,
.post-pagination__item.last a,
.post-pagination__item.number a,
.post-pagination__item.number span {
    width: 32px;
}
.post-pagination__item.prev a,
.post-pagination__item.prev span,
.post-pagination__item.next a,
.post-pagination__item.next span {
    padding: 0 20px;
}
.post-pagination__item a:not(.active):hover {
    background: #333;
    border-color: #333;
}
@media screen and (min-width: 769px) {
    .post-pagination__item {
        padding: 0 6px;
    }
    .post-pagination__item a,
    .post-pagination__item span {
        line-height: 32px;
    }
    .post-pagination__item.first a,
    .post-pagination__item.last a,
    .post-pagination__item.number a,
    .post-pagination__item.number span {
        width: 40px;
    }
    .post-pagination__item.prev a,
    .post-pagination__item.prev span,
    .post-pagination__item.next a,
    .post-pagination__item.next span {
        padding: 0 30px;
    }
}



/* page-post_detail
   -------------------------------------------------------- */
.page-post_detail {}

/* post-staff_sig ------------------------ */
.post-staff_sig {
    width: auto;
    max-width: 360px;
    margin: 1em auto 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.post-staff_sig__image {
    width: 80px;
}
.post-staff_sig__image .post-noimage::after {
    font-size: .8em;
}
.post-staff_sig__meta {
    flex: 1 1 auto;
    padding: 0 6%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.post-staff_sig__name {
    font-size: 1.2em;
}
.post-staff_sig__height {
    margin: .4em 0 0;
    font-size: .9em;
}
.post-staff_sig__store {
    margin: .5em 0 0;
}
.post-staff_sig__sns {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
}
.post-staff_sig__sns img {
    max-width: 24px;
    height: auto;
}

/* post-single-pagination ------------------------ */
.post-single-pagination {
    margin: 60px auto 20px;
    text-align: center;
    font-family: "Open Sans Condensed", Osaka, Meiryo, 'メイリオ', "MS PGothic", arial, helvetica, sans-serif;
}
.post-single-pagination__link {
    display: inline-block;
    padding: .1em .1em;
    font-size: 1.3em;
    border-bottom: 1px solid #000;
}
.post-single-pagination__link:hover {
    opacity: .7;
}
.post-single-header-pagination {
    position: absolute;
    bottom: -0.5em;
    left: 5%;
    display: inline-block;
    padding: 0;
    font-family: "Open Sans Condensed", Osaka, Meiryo, 'メイリオ', "MS PGothic", arial, helvetica, sans-serif;
    color: #777;
    font-weight: normal;
    font-size: 1em;
}
.post-single-header-pagination__link {
    display: inline-block;
    padding: .5em .1em;
    letter-spacing: 0;
}
.post-single-header-pagination__link span {
    display: inline-block;
    padding: .1em .1em;
    border-bottom: 1px solid #777;
    font-size: 16px;
}
.post-single-header-pagination__link:hover {
    opacity: .7;
}
@media screen and (min-width: 769px) {
    .post-single-header-pagination__link span {
        font-size: 16px;
    }
}


/* page-article
   ========================================================================== */
.page-article {}

/* page-article_list
   -------------------------------------------------------- */
.page-article_list {}

/* page-article_detail
   -------------------------------------------------------- */
.page-article_detail {}

.post-single {
    position: relative;
/*
    max-width: 1120px;
*/
    max-width: 1580px;
    margin: 80px auto 0;
    padding: 0 5%;
}
.post-single__header {
}
.page-topic-detail .post-single__header.topic-single__header {
    padding-top: 16px;
}
.post-single__store {
    margin: 0 0 1.8em;
    font-size: 1.2em;
    font-weight: bold;
}
.post-single__date {
    font-size: .9em;
    margin: 0 0 1em;
}
.post-single__title {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.4;
}
.page-article_detail .post-staff_sig {
    margin: 40px 0;
}

.post-single__body {
    margin: 40px 0;
}
.post-single__footer {
}
.post-single-store_info {
    text-align: center;
}
.post-single-store_info__container {
    display: inline-block;
    padding: 1.2em 1.5em;
    border: 1px solid #777;
    text-align: left;
    line-height: 1.6;
}
.post-single-tags {
    margin: 80px auto 0;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .post-single {
        margin-top: 100px;
    }
    .page-topic-detail .post-single__header.topic-single__header {
        padding-top: 0;
    }
    .post-single__store {
        margin: 0 0 2.4em;
        font-size: 1.2em;
    }
    .post-single__date {
        font-size: .9em;
        margin: 0 0 1.2em;
    }
    .post-single__title {
        font-size: 1.5em;
        line-height: 1.5;
    }
    .page-article_detail .post-staff_sig {
        margin: 50px 0 60px;
    }
    .post-single__body {
        margin: 60px 0;
    }
}



/* page-coordinate
   ========================================================================== */
.page-coordinate {}

/* page-coordinate_list
   -------------------------------------------------------- */
.page-coordinate_list {}



/* page-coordinate_detail
   -------------------------------------------------------- */
.page-coordinate_detail {}

.post-coordinate {
}
.post-coordinate__images {
    position: relative;
    width: 100%;
    margin: 0 0 50px;
    text-align: center;
}
.post-coordinate__images .owl-dots {
}
.post-coordinate__images .owl-dot {
    width: 12px;
    height: 12px;
    margin: 0 1vw;
    border-radius: 50%;
}
.post-coordinate__thumbs {
    display: none;
}

.post-coordinate__contents {
    position: relative;
    width: 100%;
    margin: 0 0 50px;
}
.post-coordinate__store {
    font-size: 1.2em;
}
.post-coordinate .post-staff_sig {
    margin: 30px 0;
}
.post-coordinate__comment {
}
.post-coordinate__tags {
    margin: 30px auto 0;
    text-align: left;
}

.post-coordinate__links {
    margin: 40px 0 0;
}
.post-coordinate__link {
    display: inline-block;
    text-align: center;
    padding: 1em 1.2em;
    color: #fff;
    background-color: #777;
    border: 2px solid #777;
    font-weight: bold;
}
.post-coordinate__link:hover {
    color: #777;
    background-color: #fff;
}
.post-coordinate__link--nega {
    color: #777;
    background-color: #fff;
    border: 2px solid #777;
}
.post-coordinate__link--nega:hover {
    color: #fff;
    background-color: #777;
}
.post-coordinate-related {
    position: relative;
    width: calc(100% * 100 / 90);
    margin-top: 40px;
    margin-left: calc(-50% * 10 / 90);
}
.post-coordinate-related__list {
    width: 100%;
    padding: 0 2.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.post-coordinate-related__item {
    width: 50%;
    padding: 0 2.5% 5%;
}
.post-coordinate-related__item .product-list-item__price {
    margin-bottom: .25em;
}
.post-coordinate-related__item .product-list-item__price .price__normal {
  text-decoration: line-through;
}
.post-coordinate-related__item .product-list-item__price .price__discount,
.post-coordinate-related__item .product-list-item__price .price__real {
  color: #E00000;
  font-weight: bold;
}
.post-coordinate-related__item .product-list-item__price .price__real {
  display: block;
}
.post-coordinate-related__item .product-list-item__size,
.post-coordinate-related__item .product-list-item__color {
    display: block;
}




@media screen and (min-width: 768px) {
    .post-coordinate {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
    }
    .post-coordinate__images {
        width: 48.5%;
        margin: 0;
    }
    .post-coordinate__images .owl-dots {
        display: none;
    }
    .post-coordinate__thumbs {
        margin: 40px 0 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .post-coordinate__thumbs-item {
        width: 24%;
        margin: 0.5%;
        border: 2px solid #fff;
    }
    .post-coordinate__thumbs-item.is-active {
        border-color: #6C834F;
    }
    .post-coordinate__contents {
        width: 48.5%;
        margin: 0;
    }
    .post-coordinate .post-staff_sig {
        margin: 20px 0;
    }
    .post-coordinate__comment {
    }
    .post-coordinate__tags {
        margin: 20px auto 0;
    }
    .post-coordinate__links {
        margin-top: 25px;
    }
    .post-coordinate-related {
        margin-top: 30px;
        font-size: .9em;
    }
    .post-coordinate-related__list {
        padding: 0 3%;
    }
    .post-coordinate-related__item {
        padding: 0 2% 4%;
    }
}

@media screen and (min-width: 1200px) {
    .post-coordinate__thumbs-item {
        width: 19%;
    }
    .post-coordinate-related__list {
        padding: 0 3.5%;
    }
    .post-coordinate-related__item {
        width: calc(100% / 3);
        padding: 0 1.5% 4%;
    }
}


/* page-staff
   ========================================================================== */
.page-staff {}

/* page-staff_list
   -------------------------------------------------------- */
.page-staff_list {}


/* post-list-item__staff_info ------------------------ */
.post-grid--staff .post-list-item__image {
    padding: 0 12.5%;
}
.post-list-item__staff_info-title {
    margin: 1.2em 0 0;
    display: flex;
    justify-content: space-between;
}
.post-list-item__staff_info-title-name {
    display: flex;
    align-items: center;
    padding: .1em .5em;
    font-weight: bold;
    font-size: 1.1em;
}
.post-list-item__staff_info-title-sns {
    padding: .1em .5em .1em .5em;
/*
    border-left: 1px solid #777;
*/
}
.post-list-item__staff_info-title-sns img {
    max-width: 24px;
    height: auto;
}
.post-list-item__store_name {
    margin: 1em 0 0;
    padding: 0 .5em;
}
.post-list-item__comment {
    margin: .8em 0 0;
    padding: 0 .5em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .post-grid--staff .post-grid {
        padding: 0 5%;
    }
    .post-grid--staff .post-grid__item {
        width: 100%;
        padding: 0 0 7%;
    }
    .post-grid--staff .post-grid__item:not(:first-child) {
        padding-top: 7%;
        border-top: 1px solid #777;
    }
    
    .post-grid--staff .post-list-item {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .post-grid--staff .post-list-item__image {
        width: 38%
    }
    .post-grid--staff .post-staff-image {
        padding: 0;
    }
    .post-grid--staff .post-list-item__staff_info {
        width: 58%;
        padding-bottom: 1em;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}



/* page-staff_detail
   -------------------------------------------------------- */
.page-staff_detail {}

/* post-staff ------------------------ */
.post-staff {
    width: 100%;
    margin: 0 auto;
}
.post-staff__basic {
    width: 96%;
    margin: 0 auto 8%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.post-staff__extra {
    width: 100%;
}

.post-staff__image {
    width: 36%;
}
.post-staff__meta {
    width: 60%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.post-staff__name {
    font-size: 1.2em;
}
.post-staff__store {
    margin: 1.5em 0 0;
}
.post-staff__height {
    margin: 1em 0 0;
    font-size: .9em;
}
.post-staff__sns {
    margin: .8em 0 0;
}
.post-staff__sns img {
    max-width: 24px;
    height: auto;
    vertical-align: middle;
}
.post-staff__sns span {
    margin-left: .5em;
    vertical-align: middle;
}
.post-staff__comment {
    padding: .5em 0;
    line-height: 1.5;
}
.post-staff__comment + .post-staff__line_btn {
    padding: 2.5em 0 .5em;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .post-staff__comment + .post-staff__line_btn img {
        image-rendering: -webkit-optimize-contrast;
    }
}

@media screen and (min-width: 768px) {
    .post-staff {
        width: 100%;
        margin: 0 auto 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .post-staff__basic {
        width: 46%;
        margin: 0;
        align-self: flex-start;
    }
    .post-staff__extra {
        width: 50%;
        margin: 0;
        padding-left: 4%;
        border-left: 1px solid #000;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .post-staff__meta {
        width: 58%;
    }
    .post-staff__line_btn {
        max-width: 372px;
        margin: 0 auto;
    }
}

.staff-posts {
    margin: 80px auto 0;
}
.staff-posts-selector {
    border-bottom: 1px solid #777;
}
.staff-posts-selector__list {
    max-width: 1580px;
    margin: 0 auto;
    padding: 0 5%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    font-size: 1.1em;
}
.staff-posts-selector__item {
    margin: 0 .5em;
}
.staff-posts-selector__item a {
    display: inline-block;
    padding: .5em 1em;
    border-width: 1px;
    border-color: #777;
    border-style: solid solid none solid;
    
    color: #000;
    background: #fff;
    min-width: 8em;
    text-align: center;
}
.staff-posts-selector__item a.active {
    color: #fff;
    background: #777;
}

.staff-posts .post-section__wrapper {
    display: none;
}
.staff-posts .post-section__wrapper.active {
    display: block;
}
.staff-posts .post-section {
    margin-top: 20px;
}
.staff-posts .post-section .post-section__header {
    display: none;
}

@media screen and (min-width: 768px) {
    .staff-posts-selector__list {
        justify-content: flex-start;
    }
    .staff-posts-selector__item {
        margin: 0;
    }
    .staff-posts-selector__item a {
        min-width: 12em;
    }
}

/* main index shibire
   ========================================================================== */
.shibire-header {
    margin-top: -6px;
}
.shibire-lead {
    color: #5C653B;
    line-height: 2;
    font-weight: bold;
}
.shibire-lead span {
    display: inline-block;
    line-height: 1.1;
    border-bottom: 2px solid #5C653B;
}
.shibire-info {
    width: 100%;
    max-width: 800px;
    margin: 30px auto 0;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    
}
.shibire-info__title {
    position: relative;
    text-align: center;
    padding: 1em 1em;
    font-weight: bold;
    cursor: pointer;
    -webkit-text-size-adjust: 100%;
}
.shibire-info__title::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5%;
    width: .6em;
    height: .6em;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform-origin: center center;
    transform: translateY(-78%) rotate(135deg);
}
.shibire-info__title:hover {
    opacity: .7;
}
.shibire-info.expanded .shibire-info__title::after {
    transform: translateY(-22%) rotate(-45deg);
}
.shibire-info__text {
    padding: 1em 8% 2em;
    line-height: 1.6;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
}


@media screen and (max-width: 768px) {
    .shibire-header {
        padding: 0 5% calc(50px + 15vw);
        background: #E3E87E;
    }
    .shibire-header__inner {
    }
    .shibire-logo-wrapper {
        position: relative;
    }
    .shibire-logo {
        padding: 50px 20% 0;
        margin: 0 auto 40px;
        text-align: center;
    }
    .shibire-lead {
        position: absolute;
        top: calc(100% + 50px);
        left: 2%;
        text-align: left;
        width: 65%;
        font-size: clamp(11px, 3.3vw, 24px);
    }
    .shibire-map {
    }
    .shibire-info__title {
        font-size: clamp(14px, 3.3vw, 22px);
    }
    
    .page-topic-list--cat_shibire .page-body {
        margin-top: calc(-25px - 15vw);
    }
}
@media screen and (min-width: 769px) {
    .shibire-header {
        padding: 0;
    }
    .shibire-header__inner {
        display: flex;
        padding: 40px 4% calc(80px + 15vw);
        background: #E3E87E;
    }
    .shibire-logo-wrapper {
        position: relative;
        flex: 1 1 45%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
    }
    .shibire-logo {
        width: 100%;
        padding: 40px 20% 0;
        margin: 0 auto 40px;
        text-align: center;
    }
    .shibire-lead {
        text-align: center;
        font-size: clamp(13px, 1.8vw, 22px);
    }
    .shibire-map {
        flex: 1 1 55%;
        text-align: center;
    }
    .shibire-info {
        width: calc(90% + 6px);
        margin-top: -200px;
        margin-top: calc(-60px - 15vw);
        border: 3px solid #E3E87E;
    }
    .shibire-info__title {
        font-size: clamp(13px, 1.8vw, 21px);
    }
    .shibire-info__text {
        font-size: 16px;
    }
    .page-topic-list--cat_shibire .page-body {
        margin-top: 40px;
    }
    
    
    .page-topic-list--cat_shibire.page-topic-list--cat_shibire-noinfo .shibire-header__inner {
        padding-bottom: 15vw;
    }
    .page-topic-list--cat_shibire.page-topic-list--cat_shibire-noinfo .page-body {
        padding-bottom: 15vw;
        margin-top: calc(10px - 15vw);
    }

}





