.home .l-article,
.archive .l-article {
  max-width: 100%;
}

.term-featured .l-article {
  max-width: var(--article_size);
}

.post_content h2 {
  margin-top: 2.5em;
  margin-bottom: 1.2em;
}
@media (min-width: 700px) {
  .post_content h2 {
    font-size: 1.3em;
  }
}

.wp-block-gallery figcaption {
  display: block !important;
  margin-bottom: 0;
  color: inherit;
  font-size: 0.8em;
  text-align: center;
  opacity: 0.8;
}

.p-adBox__item-no {
  margin-top: 5px;
  opacity: 0.8;
  font-size: 0.85em;
}

.custom-gallary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.custom-gallary .wp-block-image {
  -webkit-flex-basis: calc(50% - 5px);
      -ms-flex-preferred-size: calc(50% - 5px);
          flex-basis: calc(50% - 5px);
  margin-bottom: 10px;
}
.custom-gallary figcaption {
  margin: 4px auto 0;
  font-size: 0.8em;
  opacity: 0.8;
}

@media only screen and (max-width: 480px) {
  .lum-lightbox-inner img {
    width: 100%;
  }
}
.product {
  padding: 1.5em 1.5em;
  border: 1px solid rgba(128, 128, 128, 0.50);
  background-color: #fffbd8;
}
@media (max-width: 699px) {
  .product {
    padding: 0 0 1em 0;
    border: none;
    border-bottom: 1px solid rgba(128, 128, 128, 0.50);
    background-color: transparent;
  }
}
.product.-item {
  padding-bottom: 2.5em;
}
.product__header {
  margin-bottom: 14px;
  padding-bottom: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px dashed rgba(128, 128, 128, 0.50);
}
@media (max-width: 699px) {
  .product__header {
    border-bottom: 1px solid rgba(128, 128, 128, 0.50);
  }
}
.product__header svg {
  width: 20px;
  height: 20px;
  margin-right: 3px;
  fill: rgba(128, 128, 128, 0.50);
}
.product__heading {
  line-height: 1;
}
.product__seller-logo {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 12px;
  font-weight: bold;
  color: rgb(180, 180, 180);
}
.product__seller-logo a {
  display: inherit;
  margin-left: 8px;
  font-size: 15px;
  color: #f74a4a;
  font-weight: 700;
  text-decoration: none;
}
.product__seller-logo img {
  width: 58px;
}
.product__seller-logo img.-item {
  width: 92px;
}
.product__seller-logo img.-mgs {
  width: 70px;
  padding-bottom: 2px;
}
.product__seller-logo img.-duga {
  width: 82px;
  padding-bottom: 2px;
}
.product__seller-logo .sep {
  margin-left: 8px;
}
.product__title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #1862c9;
}
@media (max-width: 699px) {
  .product__title {
    font-size: 15px;
    line-height: 1.5;
    -webkit-line-clamp: 1;
  }
}
.product__title a {
  text-decoration: none;
}
.product__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.product__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 170px;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
}
@media (max-width: 699px) {
  .product__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 120px;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
  }
}
.product .zoom img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.product__caption {
  margin-top: -4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  color: gray;
}
@media (max-width: 699px) {
  .product__caption {
    margin-top: -1px;
    text-align: center;
    font-size: 13px;
    line-height: 1;
  }
}
.product__caption svg {
  width: 17px;
  height: 17px;
  margin-right: 1px;
  margin-left: 1px;
}
.product__detail {
  margin-left: 15px;
}
@media (max-width: 699px) {
  .product__detail {
    margin-left: 10px;
  }
}
.product__description {
  font-size: 15px;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 699px) {
  .product__description {
    font-size: 15px;
    line-height: 1.7;
  }
}
.product__meta {
  margin-top: 12px;
  padding: 14px 18px;
  border: 2px dashed rgba(128, 128, 128, 0.50);
}
@media (max-width: 699px) {
  .product__meta {
    margin-top: 8px;
    padding: 10px 7px;
    border: 1px solid rgba(128, 128, 128, 0.50);
  }
}
.product__price, .product__volume, .product__release {
  margin-top: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  line-height: 1;
}
@media (max-width: 699px) {
  .product__price, .product__volume, .product__release {
    margin-bottom: 3px;
    font-size: 14px;
  }
}
.product__price svg, .product__volume svg, .product__release svg {
  width: 20px;
  height: 20px;
  margin-right: 3px;
  fill: rgba(200, 200, 200, 0.5);
}
@media (max-width: 699px) {
  .product__price svg, .product__volume svg, .product__release svg {
    width: 18px;
    height: 18px;
    margin-right: 2px;
  }
}
.product .swiper {
  padding-bottom: 2em;
}
.product .swiper-wrapper {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
.product .swiper-slide {
  height: auto;
}
.product .swiper-slide img {
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.product .swiper-pagination-bullets {
  bottom: 2px;
}
.product .swiper-pagination-bullet {
  background: gray;
}
.product .swiper-button-prev,
.product .swiper-button-next {
  top: calc(50% - 1em);
}
.product__gallery_small .swiper-slide {
  width: 120px;
  height: 90px;
}
.product__button {
  margin-top: 1.5em;
}
@media (max-width: 699px) {
  .product__button {
    margin-top: 1em;
  }
}
.product__button a {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  line-height: 1;
  padding: 0.8em;
  background: #f74a4a !important;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 8px -4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 8px -4px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 699px) {
  .product__button a {
    font-size: 14px;
  }
}
.product__button a svg {
  margin-right: 5px;
  width: 18px;
  height: 18px;
}
.product__button.-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product__button.-item .btn {
  width: 50%;
}
.product__button.-item .btn + .btn {
  margin-left: 10px;
}
.product__button.-item a {
  width: 100%;
  background: #f74a4a !important;
}
.is-style-btn_shiny {
  margin-bottom: 0em;
  border-radius: 10px;
}
.is-style-icon_info{
  margin-top: 2.5em;
  font-size: 12px;
}
@media (max-width: 699px) {
  .is-style-icon_info {
    margin-top: 2em;
    font-size: 10px;
  }
}

.product-sub {
  padding: 1.5em 1.5em;
  background-color: #fffbd8;
  border: solid 1px rgba(128, 128, 128, 0.50);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 699px) {
  .product-sub {
    padding: 0 0 1em 0;
    background-color: transparent;
    border: none;
    border-bottom: solid 1px rgba(128, 128, 128, 0.50)
  }
}
.product-sub__seller {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  color: #f74a4a;
}
@media (max-width: 699px) {
  .product-sub__seller {
    font-size: 15px;
  }
}
.product-sub__btn {
  margin-top: 5px;
  margin-left: auto;
}
.product-sub__btn a {
  font-size: 13px;
  font-weight: 700;
  padding: 0.5rem;
  background-color: rgba(128, 128, 128, 0.50);
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  border-radius: 10px;
}
.product-sub__btn svg {
  width: 16px;
  height: 16px;
  margin-right: 2px;
  fill: rgba(128, 128, 128, 0.50);
}
@media(max-width: 699px){
  .product-sub__btn svg{
      width: 15px;
      height: 15px;
  }
}
.product-sub .product__thumbnail img {
  vertical-align: top;
}
.product-sub .product__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-sub .product__title {
  font-size: 15px;
  -webkit-line-clamp: 1;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (max-width: 699px) {
  .product-sub .product__title {
    line-height: 1.4;
    -webkit-line-clamp: 2;
    font-size: 14px;
  }
}
.product-sub .product__price {
  margin-top: 3px;
}
@media (max-width: 699px) {
  .product-sub .product__price {
    margin-top: 2px;
  }
}
.product-sub .zoom img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.term-featured {
  font-size: var(--swl-content_font_size, 16px);
}
.term-featured__page-title {
  width: 100%;
  font-size: 5vw;
  line-height: 1.4;
}
@media (min-width: 700px) {
  .term-featured__page-title {
    font-size: 24px;
  }
}
.term-featured__meta {
  margin-top: 0.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 0 1px;
  font-size: 12px;
}
@media (min-width: 700px) {
  .term-featured__meta {
    font-size: 13px;
  }
}
.term-featured__meta span {
  margin-left: 4px;
}
.term-featured .icon-modified::before {
  margin-right: 5px;
}
.term-featured__name-box {
  background-color: #eee;
  color: #333;
  padding: 4px 0.5em;
  line-height: 1;
  margin-right: 8px;
}
.term-featured__name-box::before {
  margin-right: 2px;
  content: "\e91a";
  font-weight: 400;
  font-family: icomoon !important;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
}
.term-featured .p-termHead {
  margin-top: 2rem;
}
.term-featured .p-termContent {
  margin-top: 3.2em;
}
.term-featured__item > * {
  clear: both;
  margin-bottom: 2em;
}
.term-featured__item + .term-featured__item {
  margin-top: 4em;
}
.term-featured__item p {
  margin-bottom: 2em;
}
.term-featured__heading {
  margin: 2em -2vw 1.5em !important;
  border-left: solid 5px var(--color_htag);
  padding: 0.3em 0 0.3em 16px;
  position: relative;
  z-index: 1;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 700px) {
  .term-featured__heading {
    margin: 2em -16px 1.5em !important;
    font-size: 1.4em;
  }
}
.term-featured__rating strong {
  font-size: 0.9em;
}
@media (min-width: 700px) {
  .term-featured__rating strong {
    font-size: 1em;
  }
}

.featured-box__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none !important;
  padding-left: 0 !important;
}
@media (max-width: 699px) {
  .featured-box__wrapper {
    display: block;
  }
}
.featured-box__item {
  margin-top: 0 !important;
  margin-bottom: 1em !important;
  -webkit-flex-basis: calc(50% - 0.5em);
      -ms-flex-preferred-size: calc(50% - 0.5em);
          flex-basis: calc(50% - 0.5em);
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.featured-box__item:hover {
  opacity: 0.9;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
@media (max-width: 699px) {
  .featured-box__item + .featured-box__item {
    margin-top: 1.5em !important;
  }
}
.featured-box__link {
  text-decoration: none;
  display: block;
  color: inherit;
}
.featured-box__link:hover .featured-box__image {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.featured-box__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.featured-box__title {
  padding: 1rem 1.5rem 0.2rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  font-weight: bold;
  border-bottom: solid 3px var(--color_text);
}
.featured-box__thumbnail {
  margin: 0;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  overflow: hidden;
  font-size: 0;
}
.featured-box__image {
  width: 100%;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.featured-box__body {
  padding: 0 1.5rem;
}
.featured-box__description {
  padding-bottom: 1.5rem !important;
}

.favorite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.favorite__button {
  margin-bottom: 1em;
  padding: 10px 12px !important;
  line-height: 1;
}
.favorite__button .mbfp-icon {
  fill: #fffafa !important;
}
.favorite__button .mbfp-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.favorite__button .mbfp-count {
  margin-left: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 21px;
  height: 21px;
  background: #fffafa;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  color: rgb(228, 50, 50);
}
.favorite__button .mbfp-count::before, .favorite__button .mbfp-count::after {
  content: "";
}
.favorite__button.mbfp-btn--added {
  background-color: rgba(0, 0, 0, 0.05) !important;
}
.favorite__button.mbfp-btn--added .mbfp-icon {
  fill: #606060 !important;
}
.favorite__button.mbfp-btn--added .mbfp-text {
  color: #606060 !important;
}
.favorite__button.mbfp-btn--added .mbfp-count {
  color: #606060 !important;
}
.favorite__link {
  font-size: 15px !important;
  text-decoration: none;
}

.c-keyList::before {
  color: inherit;
  content: "\e91a";
  margin-right: 0.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: icomoon !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}
.c-keyList .c-taxList__link {
  background: rgba(200, 200, 200, 0.50);
}

.post-relationship .is-style-border_left {
  border-left: solid 4px currentColor;
}
.post-relationship .p-blogCard {
  margin-top: 2em;
}

.mbfp-notice {
  padding: 0 !important;
}
.mbfp-notice .heading {
  padding: 1em 0.5em;
}
.mbfp-notice .body {
  padding: 1em;
  background-color: #fdfdfd;
  color: #333;
}
.mbfp-notice .text {
  font-size: 15px;
  text-align: left;
}
.mbfp-notice .text span {
  color: rgb(228, 50, 50);
  font-weight: bold;
}
.mbfp-notice .button {
  margin-top: 0.5em;
}
.mbfp-notice .button img {
  max-width: 200px;
  display: block;
  margin: auto;
}
.mbfp-notice .button figcaption {
  font-size: 0.8em;
  color: rgba(51, 51, 51, 0.8);
}

.mbfp-posts .mbfp-posts-title {
  vertical-align: middle;
}
.mbfp-posts .mbfp-th-delete {
  text-align: center;
}
.mbfp-posts .mbfp-td-delete {
  vertical-align: middle;
}
.mbfp-posts .mbfp-table__delete {
  background-color: gray !important;
}
.mbfp-posts a {
  text-decoration: none;
}

.top-upper-area a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swell-block-rss {
  margin-bottom: 0;
}

.swell-block-rss .p-postList.-type-simple {
  border-top: none;
}

.swell-block-rss .-type-simple .p-postList__link {
  border-bottom: none;
}

@media (max-width: 699px) {
  .wp-block-media-text__media img {
    margin: 0 auto;
    width: auto;
  }
}
.p-postList__excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.p-termContent {
  margin-top: 2em;
}

.c-pageTitle__subTitle {
  display: none;
}

.sidebar-banner-item + .sidebar-banner-item {
  margin-top: 1em;
}

.l-footer .copyright a {
  color: #fff !important;
}

@media (min-width: 700px) {
  .c-ttl404 {
    padding-top: 0 !important;
  }
}