@charset "UTF-8";

.tu_bg_wide .container {
  width: 100%;
}
.tu_bg_wide .contents_width {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - var(--sidePaddingSp1) * 2);
}
.tu_bg_wide .article-single-share__item {
  position: relative;
  z-index: 0;
}
.tu_bg_wide .article-single-share__item:not(.article-single-share__item--copy)::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
}






@media (min-width: 768px) {

.tu_bg_wide .container {
  display: block;
  max-width: none;
}
.tu_bg_wide .contents {
  width: 100%;
}
.tu_bg_wide .article-single-body {
  padding-right: 0;
  padding-left: 0;
  max-width: none;
}
.tu_bg_wide .contents_width {
  padding-left: 140rem;
  padding-right: 140rem;
  width: calc(100% - var(--sidePaddingPc1) * 2);
  max-width: var(--widthDefault);
}
.tu_bg_wide .article-single-share_wrap {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 50%;
  z-index: 999;
  transform: translateX(-50%);
  width: calc(100% - var(--sidePaddingPc1) * 2);
  max-width: var(--widthDefault);
}

}
