@charset 'utf-8';
@keyframes 'swipe-cover' {
  0% {
    opacity: 1;
    transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
  }
  33% {
    opacity: 1;
    transform: translate3d(0, -50px, 0);
    -webkit-transform: translate3d(0, -50px, 0);
  }
  99.9%,
  to {
    transform: translate3d(0, -50px, 0);
    -webkit-transform: translate3d(0, -50px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes 'swipe-cover' {
  0% {
    opacity: 1;
    transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
  }
  33% {
    opacity: 1;
    transform: translate3d(0, -50px, 0);
    -webkit-transform: translate3d(0, -50px, 0);
  }
  99.9%,
  to {
    transform: translate3d(0, -50px, 0);
    -webkit-transform: translate3d(0, -50px, 0);
    opacity: 0;
  }
}

@media (max-width: 765px) {
  .weekly-pc {
    display: none;
  }
  .weekly-sp {
    display: block;
  }
  .module-text .weekly-layout,
  .module-text .article-head-container,
  .module-text .section-related-article {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  .weekly-layout {
    width: 100%;
    overflow: hidden;
    padding-bottom: 0;
    background-color: transparent;
  }
  .weekly-bg1 {
    background-image: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/sp/bg_1.jpg);
  }
  .weekly-bg2 {
    background-image: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/sp/bg_2.jpg);
  }
  .weekly-bg3 {
    background-image: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/sp/bg_3.jpg);
  }
  .weekly-header {
    padding-top: 60.625%;
    margin-bottom: 0;
    background-image: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/sp/bg_header.jpg);
    cursor: pointer;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .weekly-header:before,
  .weekly-header:after {
    display: none;
  }
  .weekly-heading {
    display: none;
  }
  /**
   *
   * weekly-body
   *
   */
  .weekly-body {
    width: auto;
  }
  /**
   *
   * weekly-cover
   *
   */
  .weekly-cover {
    transition: opacity 0.4s linear, transform 0.4s ease-out;
    -webkit-transition: opacity 0.4s linear, -webkit-transform 0.4s ease-out;
  }
  .weekly-cover-hand {
    display: block;
    width: 57px;
    height: 72px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    margin: auto;
    background: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/sp/hand.png);
    -webkit-background-size: 57px 72px;
    background-size: 57px 72px;
    animation: 'swipe-cover' 1s ease-in 0s infinite normal;
    -webkit-animation: 'swipe-cover' 1s ease-in 0s infinite normal;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
  }
  .weekly-cover.is-swiped .weekly-cover-hand {
    display: none;
  }
  /*.weekly-cover:before {
    display: block;
    content: '';
    width: 57px;
    height: 72px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    margin: auto;
    background: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/sp/hand.png);
    -webkit-background-size: 57px 72px;
    background-size: 57px 72px;
    animation: swipe 1.4s ease-in 0s infinite normal;
    -webkit-animation: swipe 1.4s ease-in 0s infinite normal;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
  }

  .weekly-cover.is-swiped:before {
    display: none;
  }*/
  /*@keyframes swipe {
    0% {
      transform: translate3d(0, 50px, 0);
    }

    33% {
      transform: translate3d(0, -50px, 0);
    }

    99%,
    100% {
      transform: translate3d(0, -50px, 0);
      opacity: 0;
    }
  }

  @-webkit-keyframes swipe {
    0% {
      -webkit-transform: translate3d(0, 50px, 0);
    }

    33% {
      -webkit-transform: translate3d(0, -50px, 0);
    }

    99%,
    100% {
      -webkit-transform: translate3d(0, -50px, 0);
      opacity: 0;
    }
  }*/
  .weekly-cover.is-hidden {
    width: 100%;
    min-height: 480px;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0.8);
    -webkit-transform: scale(0.8) translate3d(0, 0, 0);
    opacity: 0;
    pointer-events: none;
  }
  .weekly-cover-tab {
    display: none;
  }
  .weekly-cover-images {
    margin: 0;
    padding: 0;
    background: #fff;
    list-style-type: none;
  }
  .weekly-cover-container {
    /*margin-right: -12px;
    margin-left: -12px;*/
    /*padding: 150% 0 0;*/
    padding: 0;
    height: 565px;
  }
  .weekly-cover-container:before {
    display: none;
  }
  .weekly-cover-images {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  /* 三枚 */
  [data-related="false"] .weekly-cover-image-1,
  [data-related="false"] .weekly-cover-image-2,
  [data-related="false"] .weekly-cover-image-3 {
    opacity: 1 !important;
    transition: transform 0.6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transform: -webkit-transform 0.6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    position: relative;
  }
  [data-related="false"] .weekly-cover-image-1:before,
  [data-related="false"] .weekly-cover-image-2:before {
    display: block;
    content: '' !important;
    width: 100%;
    height: 16px;
    background: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/sp/bg_cover_wave.png) 0 0 repeat-x;
    -webkit-background-size: 43px 16px;
    background-size: 43px 16px;
    position: absolute;
    top: auto !important;
    bottom: -10px;
    left: 0;
    z-index: 1 !important;
  }
  [data-related="false"] .weekly-cover-image-1 {
    z-index: 5 !important;
  }
  [data-related="false"] .weekly-cover-image-2 {
    top: 17%;
    z-index: 4 !important;
  }
  [data-related="false"] .weekly-cover-image-3 {
    top: auto;
    bottom: 0;
    z-index: 3 !important;
  }
  .is-cover-2-visible [data-related="false"] .weekly-cover-image-1,
  .is-cover-3-visible [data-related="false"] .weekly-cover-image-1 {
    transform: translate3d(0, -72.5%, 0);
    -webkit-transform: translate3d(0, -72.5%, 0);
  }
  .is-cover-3-visible [data-related="false"] .weekly-cover-image-2 {
    transform: translate3d(0, -72.5%, 0);
    -webkit-transform: translate3d(0, -72.5%, 0);
  }
  /* 四枚 */
  [data-related="true"] .weekly-cover-image-1,
  [data-related="true"] .weekly-cover-image-2,
  [data-related="true"] .weekly-cover-image-3,
  [data-related="true"] .weekly-cover-image-4 {
    opacity: 1 !important;
    transition: transform 0.6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transform: -webkit-transform 0.6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    position: relative;
  }
  [data-related="true"] .weekly-cover-image-1:before,
  [data-related="true"] .weekly-cover-image-2:before,
  [data-related="true"] .weekly-cover-image-3:before {
    display: block;
    content: '' !important;
    width: 100%;
    height: 16px;
    background: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/sp/bg_cover_wave.png) 0 0 repeat-x;
    -webkit-background-size: 43px 16px;
    background-size: 43px 16px;
    position: absolute;
    top: auto !important;
    bottom: -10px;
    left: 0;
    z-index: 1 !important;
  }
  [data-related="true"] .weekly-cover-image-1 {
    z-index: 6 !important;
  }
  [data-related="true"] .weekly-cover-image-2 {
    top: 15%;
    z-index: 5 !important;
  }
  [data-related="true"] .weekly-cover-image-3 {
    top: 30%;
    /*bottom: 17%;*/
    z-index: 4 !important;
  }
  [data-related="true"] .weekly-cover-image-4 {
    top: auto;
    bottom: 0;
    z-index: 3 !important;
  }
  .is-cover-2-visible [data-related="true"] .weekly-cover-image-1,
  .is-cover-3-visible [data-related="true"] .weekly-cover-image-1,
  .is-cover-4-visible [data-related="true"] .weekly-cover-image-1 {
    transform: translate3d(0, -72.5%, 0);
    -webkit-transform: translate3d(0, -72.5%, 0);
  }
  .is-cover-3-visible [data-related="true"] .weekly-cover-image-2,
  .is-cover-4-visible [data-related="true"] .weekly-cover-image-2 {
    transform: translate3d(0, -72.5%, 0);
    -webkit-transform: translate3d(0, -72.5%, 0);
  }
  .is-cover-4-visible [data-related="true"] .weekly-cover-image-3 {
    transform: translate3d(0, -72.5%, 0);
    -webkit-transform: translate3d(0, -72.5%, 0);
  }
  .weekly-cover-hitArea {
    display: block;
    width: 100%;
    height: 33%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
  }
  [data-related="false"] .js-hitArea-3 {
    display: none;
  }
  /**
   *
   * weekly-section
   *
   */
  .weekly-article {
    margin-bottom: 90px;
    padding-right: 17px;
    padding-left: 17px;
    overflow: hidden;
  }
  .weekly-section:not(:last-child) {
    margin-bottom: 10px;
  }
  .weekly-section-header {
    padding: 0;
    margin-right: -17px;
    margin-left: -17px;
  }
  .weekly-section-header.stuck {
    /*width: 100%;*/
    position: fixed;
    top: 0;
    margin-right: 0;
    margin-left: 0;
    left: 0;
    z-index: 1;
    transform: translate3d(0, -75%, 0);
    -webkit-transform: translate3d(0, -75%, 0);
    /*transition: transform 0.4s ease-out;
    -webkit-transition: transform 0.4s ease-out;*/
  }
  .sticky-wrapper {}
  .weekly-section-header:before {
    height: 12px;
    background-image: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/sp/bg_wave.png);
    background-repeat: repeat-x;
    -webkit-background-size: 42px 12px;
    background-size: 42px 12px;
    bottom: -5px;
  }
  #section-1 .weekly-section-header {
    display: block;
  }
  .weekly-section-header-inner {
    height: auto;
  }
  .weekly-section-header-inner>img {
    max-width: 100%;
    height: auto;
  }
  .weekly-section-row {
    padding: 0 12px;
    bottom: 15px;
  }
  .weekly-section-col-number {
    display: table-cell;
    width: 34px;
    vertical-align: middle;
  }
  .weekly-section-col-text {
    padding-left: 10px;
    font-size: 17px;
    line-height: 1.515;
  }
  .weekly-section-number {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 13px;
  }
  .weekly-lead {
    padding: 20px 12px 14px;
    line-height: 1.5;
  }
  .weekly-lead-inner {
    padding: 40px 20px 20px;
    -webkit-background-size: 14px 11px;
    background-size: 14px 11px;
    line-height: 180%;
  }
  .weekly-lead-inner.weekly-lead-inner_nobg {
    padding-top: 20px;
  }
  .weekly-lead p {
    font-size: 15px !important;
    line-height: 1.6;
  }
  .weekly-socials {
    padding: 17px;
  }
  .weekly-socials a,
  .weekly-socials button {
    border-radius: 2px;
  }
  .weekly-socialsInner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 11px 15px;
  }
  .weekly-socialsButton {
    width: calc(50% - 4px);
    height: 32px;
  }
  .weekly-socialsButton:nth-child(n + 3) {
    margin-top: 9px;
  }
  .weekly-socialsButton + .weekly-socialsButton {
    margin-left: 0;
  }
  .weekly-socialsBottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px 17px;
  }
  .weekly-socialsBottom p {
    width: 100%;
    padding-right: 0;
    margin: 0.5ex 0;
    text-align: center;
  }
  .weekly-socialsBottom div {
    width: calc(50% - 4px);
    height: 32px;
  }
  .weekly-socialsBottom div + div {
    margin-left: 0;
  }
  .weekly-caption {
    margin-right: -10px;
    margin-left: -10px;
  }
  .weekly-caption-text {
    padding: 4px 20px;
    font-size: 13px;
    line-height: 1.3;
    text-align: left;
  }
  .weekly-content {
    padding: 10px;
  }
  .weekly-content-heading {
    margin-bottom: 10px;
    padding-left: 28px;
  }
  .weekly-content-heading:before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/icon_heading.png);
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    top: 0;
  }
  .weekly-content-heading>h1 {
    border-bottom: none;
    font-size: 16px;
  }
  .weekly-content>p {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.8;
  }
  .weekly-content>p.weekly-q {
    margin-bottom: 15px;
  }
  .weekly-content>dl.weekly-a {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.5;
  }
  .weekly-content>dl.weekly-a>dt,
  .weekly-content>dl.weekly-a--fullname>dt {
    display: inline-block;
    margin-bottom: 0.5ex;
    float: none;
  }
  .weekly-content>dl.weekly-a>dd {
    padding-left: 0;
  }
  .weekly-content>dl.weekly-a--fullname>dd {
    padding-left: 0;
  }
  .weekly-content .wp-caption {
    margin: 20px auto;
  }
  .weekly-content .wp-caption-text {
    font-size: 11px;
  }
  .weekly-a + .wp-caption-text {
    padding: 0 20px;
  }
  .weekly-figure {
    margin: 20px auto;
  }
  .weekly-figure figcaption {
    font-size: 11px;
  }
  .weekly-twitter__inner {
    width: 100%;
  }
  .weekly-twitter iframe {
    width: 100% !important;
  }
  .weekly-content img {
    max-width: 100%;
    height: auto;
  }
  .weekly-profile {
    margin-top: 15px;
    padding: 10px;
    font-size: 15px;
    line-height: 1.5;
  }
  .weekly-profile-inner {
    padding: 0;
    border-top: none;
  }
  .weekly-profile-heading:before {
    width: 8px;
    height: 8px;
  }
  .weekly-profile-description {
    font-size: 15px !important;
  }
  .weekly-profile-description dt {
    line-height: 1.5;
  }
  .weekly-profile-description dd {
    line-height: 1.5;
  }
  .weekly-pagetop {
    width: 42px;
    height: 66px;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .weekly-back-to,
  .weekly-back-to-list {
    display: block;
    padding: 11px 12px 10px;
    background: #262626;
    position: relative;
    z-index: 3;
  }
  .weekly-back-to {}
  .weekly-back-to a,
  .weekly-back-to-list a {
    display: inline-block;
    padding-left: 15px;
    color: #fff !important;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    position: relative;
  }
  .weekly-back-to a:before,
  .weekly-back-to-list a:before {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/sp/icon_arrow.png) 0 0 no-repeat;
    -webkit-background-size: 6px 6px;
    background-size: 6px 6px;
  }
  .article-head-container {
    padding: 20px 0 10px;
    background: #fff;
    position: relative;
  }
  .article-head {
    width: auto;
    margin: 0 10px !important;
  }
  .article-head .share-area>li {
    width: 50%;
    float: left;
  }
  .weekly-content .wp-caption img {
    max-width: 100% !important;
  }
  .weekly-caption-image {
    max-width: 100%;
  }
  .sns-list-group {
    margin-bottom: 0 !important;
  }
  .header h1 {
    background: #fff;
  }
  .select-headline {
    margin-top: 0 !important;
  }
  .select-list-news {
    margin-bottom: 0 !important;
    list-style-type: none;
    background: #fff !important;
  }
  .select-list-news>li {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .select-list-news li:before {
    display: none !important;
  }
  ul.select-list-news>li a ul {
    margin-top: 0 !important;
  }
  ul.select-list-news>li a ul li.photo {
    padding-left: 0 !important;
  }
  ul.select-list-news>li a ul li.text {
    padding-left: 0 !important;
  }
  .weekly-profile .wp-caption img {
    max-width: 100%;
  }
  .weekly-history {
    font-size: 10px;
  }
  .weekly-history p {
    font-size: 10px !important;
  }
  .weekly-history-description {
    margin-bottom: 15px;
    font-size: 10px !important;
  }
  .weekly-history-description>dt {
    width: 75px;
    padding-right: 10px;
  }
  .weekly-history-description>dd {
    padding-left: 75px;
  }
  .weekly-history-image {
    /*padding: 10px 0 0;*/
  }
  .weekly-history-image p {
    font-size: 10px !important;
  }
  .weekly-history-image img {
    max-width: 150px !important;
  }
  .weekly-face>dd {
    padding: 0 0 0 70px;
    font-size: 14px;
  }
  .weekly-icon--moby {
    width: 58px;
    height: 63px;
    background: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/sp/moby.png) 0 0 no-repeat;
    -webkit-background-size: 58px 63px;
    background-size: 58px 63px;
  }
  .weekly-icon--tomiyama {
    width: 60px;
    height: 63px;
    background: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/sp/tomiyama.png) 0 0 no-repeat;
    -webkit-background-size: 60px 63px;
    background-size: 60px 63px;
  }
  .weekly-icon--sensei {
    width: 58px;
    height: 63px;
    background: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/sp/sensei.png) 0 0 no-repeat;
    -webkit-background-size: 58px 63px;
    background-size: 58px 63px;
  }
  .weekly-guide {
    display: block;
    width: auto;
    margin-bottom: 30px;
  }
  .weekly-guide-image {
    display: block;
    width: auto;
    padding-top: 60.4%;
    background-image: url(/inst/weekly/assets/uploads/static/subarashikisekai2/img/sp/guide.jpg);
  }
  .weekly-guide-text {
    display: block;
    padding: 8px;
    box-sizing: border-box;
  }
  .weekly-guide-content {
    padding: 20px 12px 12px !important;
  }
  .weekly-guide-content>dt {
    margin: 0 0 15px !important;
    font-size: 15px;
  }
  .weekly-guide-content>dd {
    font-size: 12px;
  }
  .weekly-map {
    width: 100% !important;
    height: 275px;
  }
  .weekly-map-text {
    width: auto;
    margin: 5px auto 0 !important;
  }
  .weekly-playback {
    border-radius: 20px;
    padding: 15px 10px;
  }
  .weekly-playback p {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 0 !important;
  }
  .weekly-playback-heading {
    width: auto;
    margin: auto auto 20px !important;
  }
  .weekly-playback-heading img {
    max-width: 100%;
    height: auto;
  }
  .weekly-playback-image {
    width: auto;
    padding: 0 5px;
    border: 7px solid #fff;
    margin: 15px auto;
  }
  .weekly-playback-image img {
    max-width: 100%;
    height: auto;
  }
  .weekly-playback-caption {
    font-size: 12px !important;
    text-align: center;
  }
  .weekly-content .wp-caption.inner {
    margin-left: 0 !important;
  }
  .kinarea {
    -webkit-transition: all 700ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 700ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 700ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 700ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    /* easeOutCubic */
  }
  /*wn*/
  .weekly-content_lp {
    margin-bottom: 95px;
    padding: 0 0;
  }
  .weekly-content_lp .weekly-caption-text {
    text-align: center;
    padding: 20px;
  }
  .wn_mkj {
    padding: 0 0 0;
  }
  .wn_mkj_in {
    width: 100%;
    height: auto;
    min-height: unset;
    padding-bottom: 30px;
    margin: 0;
  }
  .wn_mkj_t {
    font-size: 14px;
  }
  .wn_mkj_ac {
    width: 37px;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
  }
  .wn_mkj_a {
    position: relative;
    width: 320px;
    margin: 0 auto 30px;
  }
  .wn_mkj_at {
    left: 50px;
    font-size: 12px;
    line-height: 140%;
  }
  .wn_mkj_a.-isDisabled .wn_mkj_ac {
    font-size: 11px;
  }
  .wn_mkj_a.-isDisabled .wn_mkj_at {
    font-size: 12px;
  }
  .wc_bottom {
    margin-top: 50px;
  }
  .weekly-section-header-inner h2 {
    display: none;
  }
  .subarashiki-info {
    display: block;
    margin: 20px auto;
  }
  .subarashiki-info_1 {
    margin-right: 0;
  }
  .link-pager {
    margin: 50px 0 40px !important;
  }
  .section-related-article.bg-gray-lightest {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    background-color: #f4f4f4;
  }
  .section-related-article .container {
    padding-right: 0;
    padding-left: 0;
  }
  .section-related-article .row.row-tighten {
    margin: 0 -10px !important;
  }
  .section-related-article .row.row-tighten > div {
    padding: 0;
  }
  .section-related-article .m-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
  }
  .section-related-article .board-image-panel {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 25% !important;
    height: 0 !important;
    padding-top: 25%;
    margin-right: 10px;
    background: none;
  }
  .section-related-article .board-image.board-image-panel>a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
  }
  .section-related-article .board-image.board-image-panel>a>img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .section-related-article .board-drawer {
    padding: 0;
  }
  .section-related-article .board-drawer h5 {
    font-size: 14px !important;
  }
  .section-related-article .posted-attr {
    display: none;
  }
}
