@charset "utf-8";

/* 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
   ========================================================================== */
.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;
}

/* 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;
}


/* 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: 0 auto;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}
@media screen and (min-width: 769px) {
    .page-subtitle {
        margin: 0 auto;
        font-size: 1.35em;
    }
}

.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: 80px auto 0;
}
.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;
}
.post-section__body {
    margin: 30px auto 0;
}
@media screen and (min-width: 769px) {
    .post-section {
        margin-top: 100px;
    }
    .post-section__header-title {
        font-size: 1.3em;
    }
    .post-section__body {
        margin-top: 50px;
    }
    .post-section + .post-section--main-list {
        padding-top: 40px;
    }
}

/* 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 {}


/* 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;
    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: 19.44444vw;
    bottom: 44px;
    width: 12.5vw;
    height: 12.5vw;
    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: none;
    background: url(../img/common/icon_sort.png) no-repeat;
    background-size: 100% auto;
    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;
    -webkit-transform: translateY(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: 9;
    padding: 0 5%;
  }
  .post-search-bar.fixed {
    position: fixed;
    top: 50px;
    left: 50px;
    right: 0; }
  .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: #6C834F; }

.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: #CCC;
    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%;
}
@media screen and (min-width: 769px) {
    .post-grid {
        padding: 0 3%;
    }
    .post-grid__item {
        width: calc(100% / 3);
        padding: 0 2% 8%;
    }
}
@media screen and (min-width: 1231px) {
    .post-grid {
        padding: 0 3.5%;
    }
    .post-grid__item {
        width: 25%;
        padding: 0 1.5% 6%;
    }
}


/* 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-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 0.25em;
}
.post-pagination__item a,
.post-pagination__item span {
    display: block;
    padding: .25em .5em;
    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 a:not(.active):hover {
    background: #333;
    border-color: #333;
}



/* 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;
}
.post-single-header-pagination__link span {
    display: inline-block;
    padding: .1em .1em;
    border-bottom: 1px solid #777;
}
.post-single-header-pagination__link:hover {
    opacity: .7;
}



/* 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 {
}
.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: 40px auto 0;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .post-single {
        margin-top: 100px;
    }
    .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;
    }
}

/*
まとめ記事のプレビューで使用されているcss
https://static.staff-start.com/css/articles/default.css
をベースとして不具合などに手を加えたもの
*/
.post-ss_content .font-size-large {
    font-size: 22px;
}

.post-ss_content .font-color-red {
    color: red;
}

.post-ss_content .font-weight-bold {
    font-weight: bold;
}

.post-ss_content .article-detail-area {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
}

.post-ss_content .ss-article-box {
    margin: 40px 0;
}

.post-ss_content .ss-article-main-image-area img {
    max-width: 680px;
}

.post-ss_content h1.ss-article-main-title {
    font-size: 24px;
    margin: 20px 0;
}

.post-ss_content .ss-article-content-list {
    width: 680px;
    width: 100%;
}

.post-ss_content .boxtype-1 {
    width: 680px;
    width: 100%;
}

.post-ss_content .boxtype-2 {
    width: 680px;
    width: 100%;
}

.post-ss_content ul.boxtype-3-list{
    width: 680px;
    width: 92%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.post-ss_content ul.boxtype-3-list li {
    width: 330px;
    width: 48%;
}

.post-ss_content ul.boxtype-3-list li:first-child {
    margin-right: 20px;
    margin-right: 0;
}

.post-ss_content ul.boxtype-4-list {
    width: 680px;
    width: 92%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.post-ss_content ul.boxtype-4-list li {
    width: 330px;
    width: 48%;
    margin-bottom: 4%;
}

.post-ss_content ul.boxtype-4-list li:first-child {
    margin-right: 20px;
    margin-right: 0;
}

.post-ss_content ul.boxtype-4-list li:last-child {
    margin-left: 20px;
    margin-left: 0;
}

.post-ss_content .content-area-title h2 {
    margin-bottom: 10px;
    padding-bottom: 3px;
    border-bottom: 2px solid #eb6a7a;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
}

.post-ss_content .content-area-description p {
    font-size: 14px;
    line-height: 1.5em;
    margin: 0;
}

.post-ss_content ul.ss-boxtype-list li .content-area-image {
    width: 100%;
    text-align: center;
}

.post-ss_content ul.ss-boxtype-list li .content-area-image img{
    width: 100%;
    width: auto;
    margin: 0 auto;
    
}

.post-ss_content .ss-content-user-image{
    text-align: center;
}

.post-ss_content .content-area-product .ss-content-product-img img{
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.post-ss_content .ss-content-product-info p.ss-product-name {
    margin: 5px 10px;
    font-size: 18px;
    font-weight: bold;
}
.post-ss_content .ss-content-product-info p.ss-product-price {
    margin: 5px 10px;
    font-size: 14px;
    font-weight: bold;
}
.post-ss_content .ss-content-product-info p.ss-product-description {
    font-size: 14px;
    line-height: 1.5em;
    margin: 15px 10px;
}

.post-ss_content .content-area-coordinate .ss-content-coordinate-img img {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.post-ss_content .ss-font-size-x-small { font-size: x-small; }
.post-ss_content .ss-font-size-small { font-size: small; }
.post-ss_content .ss-font-size-medium { font-size: medium; }
.post-ss_content .ss-font-size-large { font-size: large; }
.post-ss_content .ss-font-size-x-large { font-size: x-large }

.post-ss_content .content-area-link {
        overflow: auto;
}
.post-ss_content .content-area-link > .ss-content-link-movie {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.post-ss_content .content-area-link > .ss-content-link-movie > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.post-ss_content .ss-ogp-img-box {
        height: 13.5em;
}
.post-ss_content .ss-content-link-ogp-box {
    float: left;
    width: 100%;
    clear: both;
    margin: 1em 0;
    background: #FFF;
    border: solid 1px #bdbdbd;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.post-ss_content .ss-content-link-ogp-box > .ss-ogp-img-box {
    float: left;
    width: 25%;
    border-right-width: 1px;
    background-color: #E1E8ED;
    border-style: solid;
    border-color: inherit;
    border-width: 0;
}
.post-ss_content .ss-content-link-ogp-box > .ss-ogp-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px 0px 0px 5px;
}
.post-ss_content .ss-content-link-ogp-box > .ss-ogp-text-box {
    float: left;
    width: 75%;
}
.post-ss_content .ss-content-link-ogp-box > .ss-ogp-text-box div {
    -webkit-margin-before: 1.0em;
    -webkit-margin-after: 1.0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.post-ss_content .ss-content-link-ogp-box > .ss-ogp-text-box p {
    margin-bottom: 0;
}
.post-ss_content .ss-content-link-ogp-box > .ss-ogp-text-box > .ss-link-title p {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.25em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.post-ss_content .ss-content-link-ogp-box > .ss-ogp-text-box > .ss-link-description p {
    color: #585858;
    overflow: hidden;
    height: 4.5em;
    line-height: 1.5em;
}
.post-ss_content .ss-content-link-ogp-box > .ss-ogp-text-box > .ss-link-sitename {
    margin-bottom: 0;
}
.post-ss_content .ss-content-link-ogp-box > .ss-ogp-text-box > .ss-link-sitename p {
    color: #a4a4a4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



/* 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-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%;
}

@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-related {
        margin-top: 20px;
        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;
}

@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;
    }
    .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%;
    }
}

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


