.wp-block-image-adaption.wp-block-image img:hover {
  opacity: 0.75;
}
.wp-block-image-adaption.wp-block-image img {
  transition: 600ms;
}
.lg-backdrop{
  background-color: rgba(0,0,0,0.85);
}
.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  background-color: transparent;
}
.lg-components {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
.lg-outer {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.lg-outer .lg-content {
  position: relative;
  top: 0 !important;
  bottom: 0 !important;
  overflow: hidden;
}
.lg-outer .lg-img-wrap {
  position: inherit;
}
.lg-sub-html {
  width: 78.12%;
  margin: 0 auto;
  text-align: left;
  padding: 13px 0 0;
}
.lg-counter {
  position: absolute;
  bottom: 0;
  right: 10.94%;
  color: #FBFBFB;
  font-size: 14px;
  padding: 27px 0 0;
}
.lg-outer .lg-thumb-outer {
  width: calc(78.12% - 68px);
  margin: 0 auto;
}
.lg-outer .lg-thumb-outer::after {
  content: '';
  position: relative;
  width: 22px;
  height: 62px;
  background-color: #fff;
}
.lg-outer .lg-content .lg-outer_main {
  width: 78.12%;
  margin: 0 auto;
  overflow: hidden;
}
.lg-outer .lg-inner {
  position: relative;
  transform: initial;
  height: 562px;
}
.lg-content .lg-prev,
.lg-content .lg-next {
  width: 48px;
  height: 63px;
  background-color: rgba(0,0,0,0.7);
  border-radius: 0;
  margin-top: -31.5px;
  background-image: url('../../../../../../img-sub/goo/magazine/200918_new/icon_lg-next.png');
  background-repeat: no-repeat;
  background-size: 27.5px;
  background-position: 5px center;
}
.lg-content .lg-prev {
  background-image: url('../../../../../../img-sub/goo/magazine/200918_new/icon_lg-prev.png');
  background-position: 14px center;
  left: calc(10.94% - 24px);
}
.lg-show-in .lg-prev::after,
.lg-show-in .lg-next::before {
  content: '';
}
.lg-content .lg-next {
  right: calc(10.94% - 24px);
}
.lg-outer .lg-thumb {
  padding: 0;
  margin-top: 21px;
  display: flex;
  flex-wrap: nowrap;
}
.lg-sub-html h4 {
  font-size: 14px;
  font-weight: normal;
  color: #FBFBFB;
}
.lg-thumb-outer .lg-prev,
.lg-thumb-outer .lg-next {  
  position: absolute;
  top: 31px;
  width: 22px;
  height: 62px;
  padding: 0;
  background-color: #fff;
  border-radius: 0;
}
.lg-thumb-outer .lg-next {
  right: 10.94%;
}
.lg-thumb-outer .lg-prev {
  left: 10.94%;
}
.lg-thumb-outer .lg-prev::after {
  content: '';
  width: 7.56px;
  height: 7.52px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3.76px;
  margin-left: -3px;
  transform: rotate(-45deg);
  border-top: 2px solid rgba(58,58,58,0.95);
  border-left: 2px solid rgba(58,58,58,0.95);
}
.lg-thumb-outer .lg-next::before {
  content: '';
  width: 7.56px;
  height: 7.52px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3.76px;
  margin-left: -4.78px;
  transform: rotate(45deg);
  border-top: 2px solid rgba(58,58,58,0.95);
  border-right: 2px solid rgba(58,58,58,0.95);
}
.lg-outer .lg-thumb-item {
  border: 0;
  border-radius: 0;
  cursor: auto !important;
  background: #040404;
  flex-shrink: 0;
}
.lg-outer .lg-thumb-item img {
  opacity: 0.65;
}
.lg-outer .lg-thumb-item.active {
  border: 3px solid #B62C31;
}
.lg-outer .lg-thumb-item.active img {
  opacity: 1;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item:last-child {
  margin-right: 0px !important;
}
.lg-toolbar .lg-icon {
  width: 35px;
  height: 35px;
  padding: 5px 0 0;
}
.lg-toolbar .lg-close:after {
  content: '';
  background: url('../../../../../../img-sub/goo/magazine/200918_new/icon-close.png') no-repeat;
  display: block;
  width: 16px;
  height: 30px;
  background-size: 100%;
}
/* この記事の画像を見る */
.view-picture {
  border-top: 2px solid #D51616;
  padding-top: 28px;
}
.view-picture .view-picture-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 25px;
  padding-left: 20px;
  margin-bottom: 30px;
}
.view-picture .view-picture-details ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.view-picture .view-picture-details li {
  width: calc((100% - 60px)/6);
  margin: 0 12px 12px 0;
  height: 76px;
}
.view-picture .view-picture-details li:nth-child(6n) {
  margin-right: 0;
}
.view-picture .view-picture-details li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.view-picture .view-picture-details .view-picture-btn {
  position: relative;
  display: block;
  width: 240px;
  height: 52px;
  margin: 24px auto 60px;
  padding: 16px 0 16px 16px;
  background-color: #D51616;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
.view-picture .view-picture-details .view-picture-btn:hover {
  background-color: #E82A2A;
}
.view-picture .view-picture-details .view-picture-btn::after {
  content: "";
  position: absolute;
  right: 15.5px;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
@media(any-hover:hover){  
  .lg-content .lg-prev:hover,
  .lg-content .lg-next:hover {
    background-color: rgba(213, 22, 22, 0.8);
  }
}
@media screen and (max-width: 800px) {
  .lg-sub-html,
  .lg-outer .lg-content .lg-outer_main {
    width: 94%;
  }
  .lg-outer .lg-inner {
    height: 198px;
  }
  .lg-content .lg-prev,
  .lg-content .lg-next {
    width: 35px;
    height: 35px;
    background-image: url('../../../../../../img-sub/goo/magazine/200918_new/icon_lg-next_sp.png');
    background-size: 14px;
    background-position: 9px center;
    margin-top: -17.5px;
  }
  .lg-content .lg-next {
    right: 0;
  }
  .lg-content .lg-prev {
    left: 0;
    background-image: url('../../../../../../img-sub/goo/magazine/200918_new/icon_lg-prev_sp.png');
    background-position: 13px center;
  }
  .lg-counter {
    right: 3%;
  }
  .lg-outer .lg-thumb-outer {
    width: calc(94% - 36px);
  }
  .lg-thumb-outer .lg-prev,
  .lg-thumb-outer .lg-next {
    width: 13px;
    height: 31px;
    top: 22px;
  }
  .lg-thumb-outer .lg-prev {
    left: 3%;
  }
  .lg-thumb-outer .lg-next {
    right: 3%;
  }
  .lg-sub-html {
    padding-top: 11px;
  }
  .lg-counter {
    padding-top: 29px;
  }
  .lg-counter,
  .lg-sub-html h4 {
    font-size: 12px;
  }
  .lg-toolbar .lg-icon {
    width: 20px;
    height: 34px;
    padding: 4px 0 0;
  }
  .lg-outer .lg-thumb {
    margin-top: 12px;
  }
  .lg-outer .lg-thumb-item.active {
    border: 2px solid #B62C31;
  }
  .view-picture .view-picture-title {
    margin-bottom: 20px;
  }
  .view-picture .view-picture-details li {
    width: calc((100% - 30px)/4);
    margin: 0 10px 10px 0;
    height: 61px;
  }
  .view-picture .view-picture-details li:nth-child(6n) {
    margin-right: 10px;
  }
  .view-picture .view-picture-details li:nth-child(4n) {
    margin-right: 0;
  }
  .view-picture .view-picture-details ul {
    padding: 0;
  }
  .view-picture .view-picture-details .view-picture-btn {
    margin: 13px auto 50px;
    font-size: 14px;
    padding: 16px 0 16px 24px;
  }
  @media all and (orientation : landscape) {
    .lg-outer .lg-thumb-outer {
      height: 50px !important;
    }
  }
}

