@charset 'utf-8';

/**
 *
 * override default styling
 *
 */

.soft-double-top {
  padding-top: 0 !important;
  background-color: transparent !important;
}

.soft-double-top>.container {
  width: 100% !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.wp-text ul li {
  text-indent: 0 !important;
}

a {
  word-break: break-all;
}

.weekly-pc {
  display: block;
}

.weekly-sp {
  display: none;
}

.weekly-layout {
  padding: 0 0 45px;
  position: relative;
  color: #000;
  overflow: hidden;
}

.weekly-layout.is-star-visible:after {
  opacity: 1;
}

.fixarea {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.weekly-bg1,
.weekly-bg2,
.weekly-bg3,
.weekly-bg1 > div,
.weekly-bg2 > div,
.weekly-bg3 > div {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat 50% 0;
  background-color: transparent;
  background-size: cover;
  z-index: 1;
  transition: opacity 1s ease-out;
  -webkit-transition: opacity 1s ease-out;
}

.weekly-bg1 > div,
.weekly-bg2 > div,
.weekly-bg3 > div {
  top: calc(-1 * 5px);
  left: calc(-1 * 10px);
  width: calc(100% + 10px * 2);
  height: calc(100% + 5px * 2);
  transform: translate3d(0,0,0);
  background-blend-mode: none;
}

.weekly-bg1 {
  z-index: 3;
}
.weekly-bg2 {
  opacity: 0;
  z-index: 4;
}
.weekly-bg3 {
  opacity: 0;
  z-index: 5;
}

.weekly-bg1,
.weekly-bg1 > div {
  background-image: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/bg_1.jpg);
}
.weekly-bg2,
.weekly-bg2 > div {
  background-image: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/bg_2.jpg);
}
.weekly-bg3,
.weekly-bg3 > div {
  background-image: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/bg_3.jpg);
}

.weekly-bgs > div:nth-child(n+2) {
  opacity: 0;
  animation-duration: 4s;
  animation-delay: 0s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

html.is-pagetop-shown:not(.is-section-2):not(.is-section-3) .weekly-bg1 > div:nth-child(2),
.is-section-2 .weekly-bg2 > div:nth-child(2),
.is-section-3 .weekly-bg3 > div:nth-child(2) {
  animation-name: glitch-anim-1;
}

html.is-pagetop-shown:not(.is-section-2):not(.is-section-3) .weekly-bg1 > div:nth-child(3),
.is-section-2 .weekly-bg2 > div:nth-child(3),
.is-section-3 .weekly-bg3 > div:nth-child(3)
.weekly-bgs > div:nth-child(3) {
  animation-name: glitch-anim-2;
}

html.is-pagetop-shown:not(.is-section-2):not(.is-section-3) .weekly-bg1 > div:nth-child(4),
.is-section-2 .weekly-bg2 > div:nth-child(4),
.is-section-3 .weekly-bg3 > div:nth-child(4) {
  animation-name: glitch-anim-3;
}

html.is-pagetop-shown:not(.is-section-2):not(.is-section-3) .weekly-bg1 > div:nth-child(5),
.is-section-2 .weekly-bg2 > div:nth-child(5),
.is-section-3 .weekly-bg3 > div:nth-child(5) {
  background-color: #af4949;
  background-blend-mode: overlay;
  animation-name: glitch-anim-flash;
}


.is-section-2 .weekly-bg2 {
  /* animation: blur 2s ease-out 0s reverse forwards; */
  opacity: 1;
}

.is-section-3 .weekly-bg3 {
  /* animation: blur 2s ease-out 0s reverse forwards; */
  opacity: 1;
}

@keyframes glitch-anim-1 {
  0% {
    opacity: 1;
    transform: translate3d(10px,0,0);
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
  }
  2% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }
  4% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
  }
  6% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
  }
  8% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  10% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  12% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  14% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  16% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  18% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(10px,0,0);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0,0,0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}

@keyframes glitch-anim-2 {
  0% {
    opacity: 1;
    transform: translate3d(calc(-1 * 10px),0,0);
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
  }
  3% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
  }
  5% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
  }
  7% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  9% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
  }
  11% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
  }
  13% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  15% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
  }
  17% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
  }
  19% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
  }
  20% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(calc(-1 * 10px),0,0);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0,0,0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}

@keyframes glitch-anim-3 {
  0% {
    opacity: 1;
    transform: translate3d(0, calc(-1 * 5px), 0) scale3d(-1,-1,1);
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
  }
  1.5% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
  }
  2% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
  }
  2.5% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  3% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
  }
  5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
  }
  5.5% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
  }
  7% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
  }
  8% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  9% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
  }
  10.5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
  }
  11% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
  }
  13% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
  }
  14% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
  }
  14.5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
  }
  15% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
  }
  16% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  18% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
  }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(0, calc(-1 * 5px), 0) scale3d(-1,-1,1);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0,0,0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}

@keyframes glitch-anim-flash {
  0%, 5% {
    opacity: 0.2;
    transform: translate3d(10px, 5px, 0);
  }
  5.5%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
}

.weekly-header {
  width: 100%;
  height: 0;
  padding-top: 39.9%;
  margin-bottom: 40px;
  position: relative;
  background: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/bg_header.jpg) 50% 0 no-repeat;
  background-color: #002864;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 2;
}

.weekly-heading {
  display: none;
  width: 1200px;
  height: 477px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto !important;
}


/**
 *
 * weekly-body
 *
 */

.weekly-body {
  width: 880px;
  max-width: 100%;
  margin: auto;
  position: relative;
  z-index: 2;
}


/**
 *
 * weekly-cover
 *
 */

.weekly-cover {
  position: relative;
}

.weekly-cover-hand {
  display: none;
}

.weekly-cover-tab {
  width: 47px;
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none;
  position: absolute;
  top: 0;
  right: 100%;
}

.weekly-cover-tab>li {
  width: 100%;
  height: 152px;
  margin: 0 !important;
  padding: 0 !important;
}

.weekly-cover-tab>li:before {
  display: none;
}

.weekly-cover-tab[data-related="false"]>li:last-child {
  display: none;
}

.weekly-cover-tab-item-1,
.weekly-cover-tab-item-2,
.weekly-cover-tab-item-3,
.weekly-cover-tab-item-4 {
  display: block !important;
  width: 47px;
  height: 152px;
  position: relative;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin: 0 !important;
  padding: 0 !important;
}

.weekly-cover-tab-item-1.is-current,
.weekly-cover-tab-item-2.is-current,
.weekly-cover-tab-item-3.is-current,
.weekly-cover-tab-item-4.is-current {
  z-index: 4;
}

.weekly-cover-tab-item-1 {
  background-image: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/tab_1.png);
  z-index: 4;
}

.weekly-cover-tab-item-1:before {
  display: none;
  content: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/tab_1_active.png);
}

.weekly-cover-tab-item-1.is-current {
  background-image: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/tab_1_active.png);
}

.weekly-cover-tab-item-2 {
  top: -30px;
  background-image: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/tab_2.png);
  z-index: 3;
}

.weekly-cover-tab-item-2:before {
  display: none;
  content: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/tab_2_active.png);
}

.weekly-cover-tab-item-2.is-current {
  background-image: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/tab_2_active.png);
}

.weekly-cover-tab-item-3 {
  top: -60px;
  background-image: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/tab_3.png);
  z-index: 2;
}

.weekly-cover-tab-item-3:before {
  display: none;
  content: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/tab_3_active.png);
}

.weekly-cover-tab-item-3.is-current {
  background-image: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/tab_3_active.png);
}

.weekly-cover-tab-item-4 {
  top: -90px;
  background-image: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/tab_4.png);
  z-index: 1;
}

.weekly-cover-tab-item-4:before {
  display: none;
  content: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/tab_4_active.png);
}

.weekly-cover-tab-item-4.is-current {
  background-image: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/tab_4_active.png);
}

.weekly-cover-container {
  padding: 20px 20px 0;
  background: #fff;
  position: relative;
}

.weekly-cover-container:before {
  display: block;
  content: '';
  width: 100%;
  height: 36px;
  background: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/bg_wave.png) 0 0 no-repeat;
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 10;
}

.weekly-cover-images {
  height: 480px;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
  position: relative;
  list-style-type: none;
  overflow: hidden;
}

.weekly-cover-image-1,
.weekly-cover-image-2,
.weekly-cover-image-3,
.weekly-cover-image-4 {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: opacity 0.2s linear;
}

.weekly-cover-image-1 {
  opacity: 1;
  z-index: 3;
}

.weekly-cover-image-2 {
  z-index: 2;
}

.is-cover-2-visible .weekly-cover-image-2 {
  opacity: 1;
}

.weekly-cover-image-3 {
  z-index: 1;
}

.is-cover-3-visible .weekly-cover-image-3 {
  opacity: 1;
}

.weekly-cover-image-4 {
  z-index: 1;
}

.is-cover-4-visible .weekly-cover-image-4 {
  opacity: 1;
}

.is-cover-2-visible .weekly-cover-image-1,
.is-cover-3-visible .weekly-cover-image-1,
.is-cover-4-visible .weekly-cover-image-1 {
  opacity: 0;
  z-index: 0;
}

.is-cover-3-visible .weekly-cover-image-2,
.is-cover-4-visible .weekly-cover-image-2 {
  opacity: 0;
  z-index: 0;
}

.is-cover-1-visible .weekly-cover-image-3,
.is-cover-2-visible .weekly-cover-image-3,
.is-cover-4-visible .weekly-cover-image-3 {
  opacity: 0;
  z-index: 0;
}

.is-cover-1-visible .weekly-cover-image-4,
.is-cover-2-visible .weekly-cover-image-4,
.is-cover-3-visible .weekly-cover-image-4 {
  opacity: 0;
  z-index: 0;
}

.weekly-cover-image-1 a,
.weekly-cover-image-2 a,
.weekly-cover-image-3 a {
  display: block !important;
}

.weekly-section {
  /*background: #fff;*/
}

.weekly-section:not(:last-child) {
  margin-bottom: 20px;
}

.weekly-section-header {
  padding: 20px 20px 0;
  position: relative;
  box-sizing: content-box;
  background: #fff;
}

.weekly-section-header:before {
  display: block;
  content: '';
  width: 100%;
  height: 36px;
  background: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/bg_wave.png) 0 0 no-repeat;
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 1;
}

.weekly-section-header-inner {
  position: relative;
}

.weekly-section-row {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 0 35px;
  position: absolute;
  bottom: 70px;
  left: 0;
  z-index: 1;
}

.weekly-section-col-number {
  display: table-cell;
  width: 86px;
  vertical-align: middle;
}

.weekly-section-col-text {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  padding: 0 0 0 30px;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.7;
  color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
}

.weekly-section-number {
  width: 86px;
  height: 86px;
  line-height: 86px;
  background: #ea2c71;
  border-radius: 50%;
  font-size: 33px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.weekly-lead {
  padding: 35px 32px;
  background: #d4d4d4;
  border: 1px solid #e8e8e8;
  font-size: 16px;
  line-height: 2.125;
}

.weekly-lead p {
  margin-bottom: 0;
}

.weekly-lead-inner {
  padding: 50px 40px 15px;
  background: #fff url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/bg_lead.png) 0 0 repeat-x;
}

.weekly-socials {
  padding: 30px 20px 40px;
  margin: 0 auto;
  background-color: #d4d4d4;
}

.weekly-socialsInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 23px;
  background-color: #fff;
}

.weekly-socials button {
  background: none;
  border: 0;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.weekly-socialsButton {
  position: relative;
  width: 105px;
  height: 40px;
  font-size: 11px;
}

.weekly-socialsButton img {
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: middle;
}

.weekly-socialsButton span {
  display: inline-block;
  vertical-align: middle;
}

.weekly-socialsButton > a,
.weekly-socialsButton > button {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #434343;
  border-radius: 4px;
  color: #fff !important;
  font-weight: bold;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.weekly-socialsButton > a:hover,
.weekly-socialsButton > a:focus,
.weekly-socialsButton > button:hover,
.weekly-socialsButton > button:focus {
  opacity: 0.7;
}

.weekly-socialsButton + .weekly-socialsButton {
  margin-left: 7px;
}

.weekly-socialsButton.-isFacebook > button {
  background-color: #305097;
  pointer-events: all;
}

.weekly-socialsButton.-isLine > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #00c300;
}

.weekly-socialsButton.-isHatena > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #008fde;
}

.weekly-socialsButton.-isLine > a::after,
.weekly-socialsButton.-isHatena > a::after {
  content: none !important;
}

.weekly-socialsHiddenButton {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: all;
}

.weekly-socialsHiddenButton iframe {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0 !important;
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.weekly-socialsHiddenButton:hover + button {
  opacity: 0.7;
}

.weekly-socialsButtonTooltip {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.weekly-socialsButtonTooltip::before {
  content: "";
  position: absolute;
  top: -9px;
  left: calc(50% - 5px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #000 transparent;
}

.weekly-socialsButtonTooltip::after {
  content: "";
  position: absolute;
  top: -7px;
  left: calc(50% - 4px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 8px 4px;
  border-color: transparent transparent #fff transparent;
}

.weekly-socialsButtonTooltipInner {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  overflow: hidden;
}

.weekly-socialsButtonTooltip a,
.weekly-socialsButtonTooltip button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  padding: 0.5em;
  border-top: 1px solid #000;
  font-weight: bold;
  color: #000 !important;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.weekly-socialsButtonTooltip a:hover,
.weekly-socialsButtonTooltip a:focus,
.weekly-socialsButtonTooltip button:hover,
.weekly-socialsButtonTooltip button:focus {
  background-color: #e6e6e6;
}

.weekly-socialsButtonTooltip a:first-child,
.weekly-socialsButtonTooltip button:first-child {
  border-top: 0;
}

.weekly-socialsButtonTooltip a::after {
  content: none !important;
}

.weekly-socialsButtonTooltip.-isActive {
  opacity: 1;
  visibility: visible;
}

.weekly-socialsButtonTooltipCopy .-isDone {
  display: none;
}

.weekly-socialsButtonTooltipCopy.-isClicked .-isDone {
  display: inline-block;
}

.weekly-socialsButtonTooltipCopy.-isClicked span:not(.-isDone) {
  display: none;
}

.weekly-socialsButtonTooltipCopy textarea {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.weekly-socialsBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 23px 34px;
  background-color: #fff;
}

.weekly-socialsBottom p {
  padding-right: 1em;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.weekly-socialsBottom div {
  width: 155px;
  height: 40px;
}

.weekly-socialsBottom div + div {
  margin-left: 7px;
}

.weekly-socialsBottom a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #e4007f;
  border-radius: 4px;
  color: #fff !important;
  font-weight: bold;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.weekly-socialsBottom a:hover,
.weekly-socialsBottom a:focus {
  opacity: 0.7;
}

.weekly-socialsBottom img {
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: middle;
}

.weekly-socialsBottom a.-isTwitter {
  background-color: #00aced;
}

.weekly-socialsBottom a::after {
  content: none !important;
}

.weekly-caption:last-of-type {
  margin-top: 20px !important;
}

.weekly-caption-image {
  display: block;
  max-width: 100%;
  height: auto;
}

.weekly-caption-text {
  padding: 12px 10px 14px;
  background: #d4d4d4;
  font-size: 14px;
  text-align: center;
  line-height: 1.3;
}

.weekly-caption-text a {
  word-break: break-all;
}

.weekly-content {
  padding: 30px 40px;
  background: #fff;
}

.weekly-content em {
  font-weight: bold;
  font-style: normal;
}

.weekly-content-nopaddingtop {
  padding-top: 0 !important;
}

.weekly-content-nopaddingbottom {
  padding-bottom: 0 !important;
}

.weekly-content-heading {
  margin: 0 0 20px;
  padding: 0 0 0 60px;
  position: relative;
}

.weekly-content-heading:before {
  display: block;
  content: '';
  width: 40px;
  height: 40px;
  background: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/icon_heading.png) 0 0 no-repeat;
  position: absolute;
  top: -5px;
  left: 0;
}

.weekly-content-heading>h1 {
  display: inline-block;
  margin: 0;
  border-bottom: 2px solid #222;
  font-size: 27px;
  font-weight: 700;
}

.weekly-content>p {
  margin-top: 30px;
  /* margin-bottom: 30px; */
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 2.125;
}

.weekly-content>p.weekly-q {
  /*
  color: #8b8b92;
  font-weight: 700;
  */
}

.weekly-q + .weekly-q,
.weekly-a + .weekly-a {
  margin-top: 15px;
}

/*
.weekly-content>p.weekly-q::before {
  content: "-";
  position: relative;
  display: inline-block;
  top: -1px;
  left: -3px;
  margin-right: 30px;
  font-size: 15px;
  font-weight: bold;
  -moz-transform: scale(6,1);
  -webkit-transform: scale(6,1);
  -o-transform: scale(6,1);
  -ms-transform: scale(6,1);
  transform: scale(6,1);
  -moz-transform-origin: center left;
  -webkit-transform-origin: center left;
  -o-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
}
*/
.weekly-content>p.weekly-a {
  position: relative;
  padding-left: 80px;
}

.weekly-content>p.weekly-a>span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}

.withBackground,
.weekly-content>p.weekly-a>span:first-child span {
  display: inline-block;
  padding: 0 4px;
  background-color: #f3a2c1;
  background-image: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/sbg.png);
}

@media (max-width: 765px) {
  .weekly-content>p.weekly-a {
    padding-left: 0;
  }
  .weekly-content>p.weekly-a>span:first-child {
    position: relative;
    display: block;
    margin-bottom: 10px;
  }
}

.weekly-content>dl.weekly-a {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 2.125;
}

.weekly-content>dl.weekly-a>dt {
  float: left;
  font-weight: normal;
}

.weekly-content>dl.weekly-a>dd {
  padding-left: 90px;
}

.weekly-content>dl.weekly-a--fullname>dt {
  float: left;
  font-weight: normal;
}

.weekly-content>dl.weekly-a--fullname>dd {
  padding-left: 140px;
}

.weekly-content .wp-caption {
  width: 100% !important;
  margin: 45px auto !important;
}

.weekly-content .wp-caption.inner {
  margin-left: -30px !important;
}

.weekly-content .wp-caption img {
  max-width: 480px !important;
}

.weekly-content .wp-caption-text {
  margin: 2em auto 3em;
  font-size: 12px;
  line-height: 1.86;
}

.weekly-a + .wp-caption-text {
  padding-left: 60px;
}

.weekly-figure {
  display: block;
  width: 90%;
  margin: 45px auto;
}

.weekly-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.weekly-figure.-isVertical img {
  width: 60%;
  margin: 0 auto;
}

.weekly-figure figcaption {
  margin-top: 1em;
  font-size: 12px;
  text-align: center;
}

.weekly-youtube {
  display: block;
  width: 90%;
  margin: 45px auto;
}

.weekly-youtube p,
.weekly-twitter p {
  margin-top: 1em;
  font-size: 12px;
  text-align: center;
}

.weekly-twitter {
  width: 90%;
  margin: 2em auto 3em;
}

.weekly-twitter__inner {
  width: 50%;
  margin: 0 auto;
}

.twitter-tweet-rendered {
  margin: 0 auto;
}

.weekly-profile {
  margin: 30px 0 0;
  padding: 25px 35px;
  background: #fff;
  font-size: 14px;
  line-height: 2.357;
  color: #3e3e3e;
}

.weekly-profile-inner {
  padding: 25px 35px 0;
  border-top: 3px solid #959595;
}

.weekly-profile-heading:before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background: #3e3e3e;
}

.weekly-profile-heading.no-icon:before {
  display: none;
}

.weekly-profile-description {
  margin: 0;
}

.weekly-profile-description h4 {
  background-color: transparent !important;
}

.weekly-profile-description dt {
  display: inline-block;
  margin: 0.5em 0 0.5ex;
  font-weight: bold;
}

.weekly-profile .wp-caption {
  width: 100% !important;
  text-align: center;
}

.weekly-profile .wp-caption img {
  max-width: 480px;
  height: auto;
}

.weekly-profile-description a {
  color: #d64c76 !important;
  font-weight: normal;
}

.weekly-pagetop {
  display: block;
  position: fixed;
  right: 30px;
  bottom: 10px;
  width: 84px;
  height: 132px;
  background: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/pagetop.png) 0 0 no-repeat;
  background-size: contain;
  z-index: 15;
  transform: translate3d(0, 150%, 0);
  -webkit-transform: translate3d(0, 150%, 0);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275) !important;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275) !important;
}

.is-pagetop-shown .weekly-pagetop {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.weekly-back-to,
.weekly-back-to-list {
  display: none;
}

.article-head-container {
  padding: 20px 0;
  background: #fff;
}

.article-head {
  display: block;
  width: 880px;
  max-width: 100%;
  margin: auto;
  border-top: solid 3px #559579;
  background: #fff;
}

.article-head .title {
  display: block;
  padding: 15px 5px;
  border-bottom: solid 1px #d9d9d9;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}

.article-head .postmeta {
  display: block;
  padding: 10px 5px;
  color: #999999;
  font-family: "Roboto";
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.article-head .postmeta .category {
  display: block;
  margin-top: 5px;
}

.article-head .postmeta .pictogram {
  margin-right: 3px;
}

.article-head .share-area {
  margin-top: 20px;
  overflow: hidden;
}

.article-head .share-area>li {
  /*width: 50%;*/
  box-sizing: border-box;
  /*float: left;*/
  height: 26px;
}

.article-head .share-area>li .mailto {
  border: 1px solid #e6e6e6;
  padding: 2px 5px;
  font-weight: bold;
  font-size: 11px;
  color: #262626;
}

.article-head .share-area>li .mailto .iconset,
.article-head .share-area>li .mailto .alt-sidenav a.current:after,
.alt-sidenav .article-head .share-area>li .mailto a.current:after {
  font-family: "iconset-wd-v2" !important;
  line-height: 1 !important;
  font-size: 13px;
  margin-right: 5px;
  color: #999999;
  letter-spacing: -0.1em;
}

.article-head .sns-list-group {
  bottom: 0;
}

.sns-list-item {
  padding: 0 !important;
  margin: 0 !important;
}

.sns-list-item:before,
.sns-list-item:after {
  display: none !important;
}

.article-head .postdate,
.article-head .category {
  display: inline-block;
  position: relative;
  padding-left: 16px;
  vertical-align: middle;
}

.article-head .postdate:before {
  display: block;
  content: '';
  width: 11px;
  height: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/sp/icon_clock.png) 0 0 no-repeat;
  -webkit-background-size: 11px 11px;
  background-size: 11px 11px;
}

.article-head .category:before {
  display: block;
  content: '';
  width: 11px;
  height: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/sp/icon_tag.png) 0 0 no-repeat;
  -webkit-background-size: 11px 11px;
  background-size: 11px 11px;
}

.article-head .mailto {
  display: inline-block;
  position: relative;
  padding-left: 24px !important;
  vertical-align: middle;
}

.article-head .mailto:before {
  display: block !important;
  content: '';
  width: 14px;
  height: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
  background: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/sp/icon_mail.png) 0 0 no-repeat;
  -webkit-background-size: 14px 9px;
  background-size: 14px 9px;
}

.article-head .mailto:after {
  display: none !important;
}

.page-top {
  background: #fff;
}

.board-drawer h5 {
  padding: 0 !important;
  background-color: transparent !important;
}

.board-drawer h5 a {
  color: #333 !important;
}

.posted-attr a {
  color: #999 !important;
}

.weekly-history {
  font-size: 14px;
}

.weekly-history p {
  margin: 0;
}

.weekly-history-description {
  overflow: hidden;
  margin: 0 0 30px;
}

.weekly-history-description>dt {
  width: 100px;
  padding: 0 15px 0 0;
  float: left;
  font-weight: normal;
  text-align: right;
}

.weekly-history-description>dd {
  padding: 0 0 0 100px;
  margin: 0 0 10px;
}

.weekly-history-image {
  padding: 10px 0 0;
}

.weekly-history-image img {
  display: block;
  max-width: 350px !important;
}

.weekly-face {
  overflow: hidden;
}

.weekly-face>dt {
  float: left;
}

.weekly-face>dd {
  padding: 0 0 0 85px;
  font-size: 15px;
}

.weekly-icon--moby {
  width: 80px;
  height: 80px;
  background: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/moby.png) 0 0 no-repeat;
}

.weekly-icon--tomiyama {
  width: 80px;
  height: 80px;
  background: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/tomiyama.png) 0 0 no-repeat;
}

.weekly-icon--sensei {
  width: 80px;
  height: 80px;
  background: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/sensei.png) 0 0 no-repeat;
}

.weekly-guide {
  display: table;
  width: 635px;
  margin: 0 auto 60px;
  table-layout: fixed;
}

.weekly-guide-image {
  display: table-cell;
  width: 240px;
  vertical-align: top;
  background: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/guide.jpg) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.weekly-guide-text {
  display: table-cell;
  width: 100%;
  vertical-align: top;
  padding: 10px;
  background: #f8ebcb;
}

.weekly-guide-content {
  margin: 0 !important;
  padding: 30px 20px 20px !important;
  border: 2px solid #fff;
  border-radius: 4px;
}

.weekly-guide-content>dt {
  margin: 0 0 30px !important;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

.weekly-guide-content>dd {
  font-size: 14px;
  line-height: 2;
}

.weekly-map {
  width: 750px;
  height: 410px;
  margin: auto;
  position: relative;
}

.weekly-map-text {
  width: 750px;
  margin: 10px auto 0 !important;
}

.weekly-playback {
  background: #8e1728;
  border-radius: 30px;
  padding: 30px 40px;
  color: #fff;
}

.weekly-playback p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 0 !important;
}

.weekly-playback-heading {
  width: 360px;
  margin: auto auto 25px !important;
  text-align: center;
}

.weekly-playback-heading img {
  max-width: 100%;
  height: auto;
}

.weekly-playback-image {
  max-width: 420px;
  margin: 15px auto;
  text-align: center;
}

.weekly-playback-image img {
  max-width: 100%;
  height: auto;
  border: 10px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.weekly-playback-caption {
  font-size: 12px !important;
  text-align: center;
}

.weekly-movie {
  padding-top: 56.25%;
  position: relative;
}

.weekly-movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


/*wn*/

.wn_weekly-caption.weekly-caption:last-of-type {
  margin-top: 0 !important;
}

.weekly-content_lp {
  margin-bottom: 60px;
  padding: 0 60px;
}

.wn_mkj {
  padding: 60px 0 0;
  background: #d4d4d4;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: bold;
}

.wn_mkj_in {
  position: relative;
  background-color: #000;
  min-height: 470px;
  margin: 0 20px;
}

.wn_mkj_t {
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #c74678;
  padding: 30px 0;
  z-index: 10;
}

.wn_mkj_t span {
  font-weight: normal;
}

.wn_mkj_ac {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  width: 63px;
  height: 63px;
  background-color: #c74678;
  color: #fff;
  line-height: 63px;
  vertical-align: middle;
  text-align: center;
  font-size: 24px;
}

.wn_mkj_a {
  position: relative;
  display: block;
  width: 600px;
  margin: 0 auto 25px;
  cursor: pointer;
  z-index: 10;
}

.wn_mkj_a:hover {
  opacity: 0.8;
}

.wn_mkj_at {
  position: absolute;
  top: 50%;
  left: 80px;
  font-size: 22px;
  text-decoration: underline;
  line-height: 120%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  color: #fff;
  letter-spacing: 0.04em;
}

.wn_mkj_a.-isDisabled {
  opacity: 0.5;
  pointer-events: none;
}

.wn_mkj_a.-isDisabled .wn_mkj_ac {
  background: #787878;
  font-size: 20px;
}

.wn_mkj_a.-isDisabled .wn_mkj_at {
  text-decoration: none;
  font-size: 20px;
}

.wc_bottom {
  margin-top: 50px;
}

.weekly-section-header-inner h2 {
  padding: 0;
  border-top: 0;
}

.weekly-section-header-inner h2::after {
  content: none;
}

.weekly-lead-inner.weekly-lead-inner_nobg {
  background: #fff;
}

.wn_mkj_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

a:hover+.wn_mkj_bg {
  opacity: 0.5;
}

.wn_mkj_bg.wn_mkj_bg_x {
  opacity: 0.5;
}

.wn_mkj_in:hover .wn_mkj_bg.wn_mkj_bg_x {
  opacity: 0;
}

.wp-weekly-table {}

table,
td,
th {
  border: 1px solid #595959;
  border-collapse: collapse;
}

.wp-weekly-table td {
  padding: 10px;
  vertical-align: top;
}

.subarashiki-info iframe {
  max-width: 100%;
  margin: 0;
}

.subarashiki-info .youtube-wrap {
  margin: 20px 0;
}

.subarashiki-info {
  display: block;
  box-sizing: border-box;
  margin: 50px auto;
  border: solid 1px #ccc;
  padding: 20px;
  width: 90%;
}

.subarashiki-info_item {
  margin-bottom: 0 !important;
  font-size: 12px !important;
}

.subarashiki-info_item + .subarashiki-info_item {
  margin-top: 1em !important;
}

.subarashiki-info_subItem {
  margin: 1em 0 0 !important;
  font-size: 11px !important;
}

.subarashiki-info_title {
  margin-bottom: 10px !important;
  color: #888;
  font-size: 12px !important;
  font-weight: bold;
}

.subarashiki-info_heading {
  padding: 0 !important;
  margin-bottom: 10px !important;
  border: 0 !important;
  font-size: 18px !important;
  font-weight: bold;
}

.link-pager {
  margin: 80px 0 40px !important;
}

[data-ruby] {
  position: relative;
}

[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1.5em;
  left: -50%;
  width: 200%;
  margin: auto;
  font-size: 0.5em;
  text-align: center;
}

figcaption [data-ruby]::before {
  font-size: 0.55em;
}

.nostyle {
  font-size: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  display: inline !important;
  color: inherit !important;
  text-decoration: inherit !important;
}

[dtname=""] {
  width: 74px;
  height: 90px;
  color: transparent;
  background-size: contain;
}
