@charset "utf-8";


.document-wrapper {
  opacity: 1;
}


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

body {
    -webkit-text-size-adjust: 100%;
}


.simple-header {
  position: relative;
}
.simple-header__container {
  width: 100%;
  max-width: 1100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .simple-header {
    background: #fff;
    border-bottom: 1px solid #c7c7c7;
  }
  .simple-header__container {
    padding: 10px 12px;
  }
  .simple-header-logo {
    width: 168px;
  }
  .simple-header-logo__link {
    display: block;
    -webkit-touch-callout: none;
  }
}

@media screen and (min-width: 769px) {
  .simple-header {
    background: #FAFAFA;
    box-shadow: 0px 6px 5px -6px rgb(0 0 0 / 15%);
    border-bottom: 1px solid #eee;
  }
  .simple-header__container {
    height: 60px;
  }
  .simple-header-logo {
    width: 190px;
  }
  .simple-header-logo__link {
  }
  .simple-header-logo__img {
    width: 189px;
    height: auto;
  }
}


.simple-footer {
  font-family: 'Lato', sans-serif;
}
.simple-footer-bottom {
  padding: 38px 0 97px;
  color: #FFF;
  text-align: center;
  background: #343434;
}
.block-copyright {
  margin: 0;
  font-size: 9px;
  color: #FFF;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .simple-footer {
    line-height: 1.92308;
  }
  .simple-footer-bottom {
    padding: 30px 0;
  }
  .block-copyright {
    font-size: 9px;
  }
}

@media screen and (min-width: 769px) {
  .simple-footer {
    line-height: 1.5;
  }
  .simple-footer-bottom {
    padding: 53px 0 75px;
  }
  .block-copyright {
    margin: 39px auto 0;
    font-size: 11px;
  }
}




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

.page-topic-list .common-category-selector {
  margin-bottom: 25px;
  overflow-x: auto;
}




/* column
   ========================================================================== */
.page-column-list {
}
.page-column-list .topic-list-item__image {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    height: auto;
    aspect-ratio: 1;
/*
    height: 0;
    padding-top: 100%;
*/
}
.page-column-list .topic-list-item__image img {
/*
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
*/
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-column-list .topic-list-item__author {
    display: block;
    padding: 0.5em 0 0;
    text-align: right;
}
@media screen and (max-width: 768px) {
  .page-column-detail .common-category-selector__item,
  .page-column-list .common-category-selector__item {
    flex: 1 1 auto;
    width: auto;
  }
}


.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.8;
}
@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 {
    margin-top: 20px;
}
.page-column-detail .product-slider .product-list-item__image {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    overflow: hidden;
    margin-bottom: .5em;
/*
    padding-top: 100%;
    height: 0;
*/
}
.page-column-detail .product-slider .product-list-item__image img {
/*
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
*/
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* more_view-block
-------------------------------------------------------------*/
.more_view-block {
    overflow: hidden;
}
.more_view-block-layer {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 50%, rgba(255, 255, 255, 1) 100%);
    height: 140px;
    margin-top: -140px;
    position: relative;
    text-align: center;
    padding-top: 90px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    z-index: 1;
}
.more_view-block-layer::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: .6em;
    height: .6em;
    border: 0.15em solid #CE1032;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-35%) rotate(135deg);
    margin-left: 15px;
}

.more_view-block--open {
    height: auto;
}



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

.scroll_more {
    margin-top: 40px;
    min-height: 60px;
}
.scroll_more__btn {
    display: block;
    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;
  }
}


