/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/*! Lity - v1.6.6 - 2016-04-22
* http://sorgalla.com/lity/
* Copyright (c) 2016 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity .3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  opacity: 0;
  transition: opacity .3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -ms-transform: scale(1);
  transform: scale(1);
  transition: transform .3s ease;
}

.lity-loading .lity-content, .lity-closed .lity-content {
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

@keyframes show {
  0% {
    opacity: 0;
    display: none;
  }
  1% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}

@keyframes hide {
  0% {
    opacity: 1;
    display: block;
  }
  99% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

html {
  font-size: 62.5%;
  width: 100%;
}

body {
  position: relative;
  right: 0;
  width: 100%;
  font-size: 1.5rem;
  font-family: "NOW-GB", sans-serif;
  letter-spacing: 0.025em;
  line-height: 2.26;
  color: #4d4d4d;
  background-color: #fff;
}

html, body {
  min-width: 100%;
  height: 100%;
}

.border-h {
  background-image: url("../images_live/border-h.png");
  background-size: 480px 16px;
  background-repeat: repeat-x;
  height: 16px;
  width: 100%;
}

a {
  text-decoration: none;
  color: #d62600;
}

a:hover {
  color: #008d45;
}

a:visited {
  color: #A37C52;
}

h1, h2, h3, h4, h5, h6, div, p, ul, li {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: normal;
}

ul, li {
  list-style: none;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.color_red {
  color: #d62600;
}

@media screen and (max-width: 480px) {
  br {
    display: none !important;
  }
  br.br {
    display: block !important;
  }
  br.brsp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

.main {
  position: relative;
  width: 885px;
  margin: 0 auto;
  background-image: url("../images_live/border-v.png"), url("../images_live/border-v.png");
  background-size: 16px auto, 16px auto;
  background-repeat: repeat-y, repeat-y;
  background-position: left top, right top;
}

.logo {
  position: absolute;
  right: -17px;
  top: 15px;
}

.head {
  width: 853px;
  margin: 0 auto;
}

.head h1 {
  text-align: center;
}

.head h1.sns {
  padding: 50px 0;
}

.head__info {
  display: -ms-flexbox;
  display: flex;
}

.head__intro {
  width: 579px;
  padding: 35px 0 35px 35px;
}

.head__schedule {
  width: 236px;
  text-align: center;
  padding: 35px 30px 35px 0;
}

.head__schedule p {
  text-align: left;
  line-height: 1.3;
  font-size: 1.3rem;
}

.btn__twitter {
  width: 853px;
  margin: 0 auto;
  text-align: right;
  padding-right: 20px;
}

.btn__more {
  text-align: right;
  padding-right: 20px;
}

.totop {
  text-align: center;
  padding: 20px 0;
}

.live {
  display: -ms-flexbox;
  display: flex;
  width: 853px;
  margin: 0 auto;
}

.live__movie {
  /*width: 705px;*/
  width: 100%;
}

.live__movie iframe {
  width: 100%;
}

.live__tweet {
  width: 180px;
}

.hash {
  padding: 0 22px;
  width: 842px;
  margin: 0 auto;
}

.hash .instawidget {
  min-height: 642px;
}

.hash .instawidget iframe {
  min-height: 642px !important;
}

.hash .tweet__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.hash .tweet__list li {
  width: 199px;
  height: 199px;
  overflow: hidden;
  margin-right: 15px;
  margin-bottom: 15px;
}

.hash .tweet__list li:nth-child(4n) {
  margin-right: 0;
}

.hash .tweet__list li img {
  width: 100%;
}

.hash.sns {
  padding: 0;
}

.hash__title {
  text-align: center;
  width: 100%;
  display: block;
}

.hash__title .sns {
  padding: 50px 0;
}

.hash__more {
  text-align: right;
}

.hash__header {
  display: -ms-flexbox;
  display: flex;
  padding: 45px 0 15px;
  -ms-flex-align: end;
      align-items: flex-end;
}

.hash__header.sns {
  padding: 0 0 40px;
  -ms-flex-pack: center;
      justify-content: center;
}

.hash__intro {
  padding-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.hash__intro.sns {
  padding-top: 0;
}

.hash__intro__img {
  width: 96px;
}

.hash__intro__img img {
  width: 100%;
}

.hash__intro__txt {
  font-size: 1.5rem;
  padding-left: 25px;
}

.relay {
  padding: 0 44px;
  width: 853px;
  margin: 50px auto 0;
}

.relay__info {
  display: -ms-flexbox;
  display: flex;
}

.relay__block-item {
  width: 320px;
  box-shadow: 0 0 10px #333;
  position: relative;
  padding-bottom: 35px;
}

.relay__block-footer {
  display: block;
  height: 25px;
  line-height: 25px;
  background-color: #008d45;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.relay__block-footer:hover {
  background-color: #d62600;
}

.relay__block__img {
  width: 300px;
  margin: 0 auto;
  padding: 10px 0;
}

.relay__block__box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 300px;
  margin: 0 auto;
}

.relay__block__comment {
  width: 240px;
  background-color: #E3E3E3;
  border-radius: 10px;
  position: relative;
}

.relay__block__comment:after {
  content: '';
  width: 19px;
  height: 23px;
  background-image: url("../images_live/fukidashi.png");
  background-size: 19px 23px;
  display: inline-block;
  position: absolute;
  right: -16px;
  bottom: 30px;
}

.relay__block__comment-date {
  color: #008F45;
  padding: 10px 10px 0;
  line-height: 1.642857142857143;
  font-size: 1.5rem;
}

.relay__block__comment-txt {
  line-height: 1.642857142857143;
  padding: 0 10px 10px;
  font-size: 1.4rem;
}

.relay__block__avatar {
  position: relative;
}

.relay__block__avatar img {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 48px;
}

.relay__question {
  text-align: center;
  padding-left: 77px;
  line-height: 1.866666666666667;
}

.relay__question__title {
  margin-bottom: 10px;
}

.relay__question p {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.relay__question p .btn_mail {
  display: block;
  margin-top: 10px;
}

.book {
  display: -ms-flexbox;
  display: flex;
  padding: 80px 44px 55px;
  width: 853px;
  margin: 50px auto 0;
}

.book__title {
  margin-bottom: 20px;
}

.book__info p {
  font-size: 1.4rem;
  line-height: 1.75;
}

.book__info p .btn_book {
  display: block;
  margin-top: 20px;
}

.book__img {
  padding-left: 62px;
}

.footer {
  width: 100%;
  background-color: #ffff5e;
  text-align: center;
}

.footer .copyright {
  display: block;
  color: #009045;
  font-size: 1.6rem;
  padding: 35px 0;
  font-family: Arial, Helvetica, sans-serif;
}

.share__list {
  width: 584px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  padding: 35px 0 45px;
}

.popup {
  position: absolute;
  left: 50%;
  top: 10px;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  padding: 52px 58px;
  background-color: #fff;
  line-height: 2;
}

.popup__title {
  color: #009045;
}

.popup p {
  margin-bottom: 1em;
}

.popup__bg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  overflow: scroll;
}

.popup__bg.active {
  display: block;
  animation: show .3s ease-out 1 alternate forwards;
}

.popup__close {
  display: block;
  text-align: center;
  color: #000;
  font-size: 1.3rem;
  line-height: 1.5;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.lity_image {
  position: relative;
}

.lity_image img {
  width: 100%;
}

.lity_image .img_caption {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  bottom: 10px;
  left: 0;
  width: calc(100% - 20px);
  color: #fff;
}

.txtlive__title {
  text-align: center;
}

.txtlive__title .btn_sort {
  text-align: left;
  padding-left: 118px;
  top: -18px;
  position: relative;
}

.txtlive__title .btn_sort a {
  cursor: pointer;
}

.txtlive__sort {
  padding: 55px 0 45px;
}

.txtlive__sort li {
  display: inline-block;
  margin-right: 75px;
}

.txtlive__sort li:last-child {
  margin-right: 0;
}

.txtlive__sort li a {
  cursor: pointer;
}

.txtlive__block {
  width: 775px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  border-bottom: 4px solid #969696;
}

.txtlive__block__img {
  width: 320px;
}

.txtlive__block__img-item {
  padding: 10px 10px 0;
  box-shadow: 0 0 10px #999;
  margin-bottom: 30px;
}

.txtlive__block__img-item a {
  cursor: pointer;
}

.txtlive__block__box {
  padding-left: 50px;
  width: 400px;
}

.txtlive__block__comment-header {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.txtlive__block__comment-fukidashi {
  width: 344px;
  background-color: #E3E3E3;
  border-radius: 10px;
  position: relative;
}

.txtlive__block__comment-fukidashi:after {
  content: '';
  width: 19px;
  height: 23px;
  background-image: url("../images_live/fukidashi.png");
  background-size: 19px 23px;
  display: inline-block;
  position: absolute;
  right: -16px;
  bottom: 30px;
}

.txtlive__block__comment-date {
  color: #008F45;
  padding: 15px 20px 0;
  line-height: 1.8;
  font-size: 1.5rem;
}

.txtlive__block__comment-title {
  line-height: 1.4;
  padding: 0 20px 15px;
  font-size: 2.0rem;
  color: #1B1464;
}

.txtlive__block__comment-txt p {
  padding: 10px 50px 10px 10px;
  line-height: 1.8;
}

.txtlive__block__avatar {
  position: absolute;
  bottom: 0;
  right: -20px;
}

@media screen and (max-width: 600px) {
  .main {
    width: 100%;
    background: none;
  }
  .logo {
    width: 100%;
    text-align: center;
    position: relative;
    right: 0;
    top: 0;
    padding: 2px 0;
    background-color: #1b1464;
    line-height: 1;
  }
  .logo img {
    width: 50%;
  }
  .head {
    width: 100%;
    margin: 0 auto;
  }
  .head img {
    width: 100%;
  }
  .head__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .head__intro {
    width: calc(100% - 20px);
    margin: 0 auto 20px;
    padding: 0;
  }
  .head__schedule {
    width: 50%;
    text-align: center;
    margin: 0 auto 20px;
    padding: 0;
  }
  .head__schedule p {
    text-align: left;
    line-height: 1.3;
    font-size: 1.3rem;
  }
  .btn__twitter {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
  .btn__more {
    width: 100%;
    text-align: center;
    background-color: #009045;
    line-height: 1;
    padding: 5px 0;
  }
  .btn__more img {
    width: 30%;
  }
  .live {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .live__movie {
    width: 100%;
  }
  .live__movie iframe {
    width: 100%;
    max-height: 240px;
  }
  .live__tweet {
    width: 100%;
  }
  .hash {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  .hash .instawidget {
    min-height: auto;
    margin-bottom: -7px;
  }
  .hash .instawidget iframe {
    min-height: auto !important;
  }
  .hash .tweet__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .hash .tweet__list li {
    width: calc(33.33% - 5px);
    height: calc(33.33vw - 5px);
    overflow: hidden;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .hash .tweet__list li:nth-child(3n) {
    margin-right: 0;
  }
  .hash .tweet__list li:nth-child(4n) {
    margin-right: 5px;
  }
  .hash .tweet__list li img {
    width: 100%;
  }
  .hash__more {
    text-align: right;
  }
  .hash__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 45px 0 20px;
  }
  .hash__title {
    width: calc(100% - 20px);
    margin: 0 auto;
    padding-left: 0;
  }
  .hash__title h2 {
    width: 90%;
    margin: 0 auto;
  }
  .hash__title h2.sns {
    padding: 40px 0 20px;
  }
  .hash__title img {
    width: 100%;
  }
  .hash__intro {
    padding-top: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: calc(100% - 20px);
    margin: 0 auto;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .hash__intro p {
    font-size: 1.5rem;
    padding-left: 0;
  }
  .hash__intro__img {
    width: 96px;
  }
  .hash__intro__img img {
    width: 100%;
  }
  .hash__intro__img.sns {
    width: 100%;
    text-align: center;
  }
  .hash__intro__img.sns img {
    width: 30%;
  }
  .hash__intro__txt {
    font-size: 1.5rem;
    padding-left: 25px;
  }
  .relay {
    width: 100%;
    margin-top: 50px;
    padding: 0;
  }
  .relay img {
    width: 100%;
  }
  .relay__title {
    width: 90%;
    margin: 0 auto 10px;
  }
  .relay__info {
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin: 0 auto;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .relay__block-item {
    width: 100%;
    box-shadow: none;
    position: relative;
    padding-bottom: 15px;
  }
  .relay__block-footer {
    display: block;
    height: 30px;
    line-height: 30px;
    background-color: #008d45;
    text-align: center;
    position: relative;
    bottom: 0;
    width: 100%;
  }
  .relay__block-footer:hover {
    background-color: #d62600;
  }
  .relay__block__img {
    width: calc(100% - 20px);
    margin: 0 auto 10px;
    padding: 10px 10px 0;
    box-shadow: 0 0 10px #333;
  }
  .relay__block__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
  .relay__block__comment {
    width: 80%;
    background-color: #E3E3E3;
    border-radius: 10px;
    position: relative;
  }
  .relay__block__comment:after {
    content: '';
    width: 19px;
    height: 23px;
    background-image: url("../images_live/fukidashi.png");
    background-size: 19px 23px;
    display: inline-block;
    position: absolute;
    right: -16px;
    bottom: 30px;
  }
  .relay__block__comment-date {
    color: #008F45;
    padding: 10px 10px 0;
    line-height: 1.642857142857143;
    font-size: 1.5rem;
  }
  .relay__block__comment-txt {
    line-height: 1.642857142857143;
    padding: 0 10px 10px;
    font-size: 1.4rem;
  }
  .relay__block__avatar {
    position: relative;
    width: 20%;
  }
  .relay__block__avatar img {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 80%;
  }
  .relay__question {
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin: 40px 0;
    line-height: 1.866666666666667;
  }
  .relay__question__title {
    margin-bottom: 10px;
  }
  .relay__question p {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .relay__question p .btn_mail {
    width: 60%;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
  }
  .book {
    width: calc(100% - 40px);
    margin: 30px auto 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0 0 20px;
  }
  .book img {
    width: 100%;
  }
  .book__title {
    margin-bottom: 20px;
  }
  .book__info p {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .book__img {
    padding-left: 0;
  }
  .btn_book {
    display: block;
    height: 30px;
    line-height: 30px;
    background-color: #008d45;
    text-align: center;
    position: relative;
    padding-top: 5px;
  }
  .btn_book img {
    width: 40%;
  }
  .footer {
    width: 100%;
    background-color: #ffff5e;
    text-align: center;
  }
  .footer .copyright {
    display: block;
    color: #009045;
    font-size: 1.2rem;
    padding: 15px 0;
  }
  .share__list {
    width: 90%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end;
    padding: 25px 0 0;
  }
  .share__item img {
    width: 60%;
  }
  .popup {
    width: 90%;
    position: absolute;
    left: 50%;
    top: 10px;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    padding: 10px 10px 50px;
    background-color: #fff;
    line-height: 2;
  }
  .popup__title {
    color: #009045;
  }
  .popup p {
    margin-bottom: 1em;
  }
  .popup__bg {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    left: 0;
    top: 0;
    overflow: scroll;
  }
  .popup__bg.active {
    display: block;
    animation: show .3s ease-out 1 alternate forwards;
  }
  .popup__close {
    display: block;
    text-align: center;
    color: #000;
    font-size: 1.3rem;
    line-height: 1.5;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .txtlive__title {
    text-align: center;
  }
  .txtlive__title .btn_sort {
    padding-left: 0;
    top: 0;
  }
  .txtlive__title .btn_sort a {
    display: block;
    width: 40%;
    margin: 0 auto;
  }
  .txtlive__title img {
    width: 100%;
  }
  .txtlive__sort {
    padding: 25px 0;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin: 0 auto;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .txtlive__sort li {
    width: 40%;
    margin-right: 0;
  }
  .txtlive__sort li:last-child {
    margin-right: 0;
  }
  .txtlive__sort li a {
    cursor: pointer;
  }
  .txtlive__sort li img {
    width: 100%;
  }
  .txtlive__block {
    width: 100%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    border-bottom: 4px solid #969696;
  }
  .txtlive__block__img {
    width: 90%;
    margin: 0 auto;
  }
  .txtlive__block__img-item {
    padding: 10px 10px 0;
    box-shadow: 0 0 10px #999;
    margin-bottom: 30px;
  }
  .txtlive__block__img-item img {
    width: 100%;
  }
  .txtlive__block__box {
    padding-left: 0;
    width: 90%;
    margin: 0 auto;
  }
  .txtlive__block__comment-header {
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .txtlive__block__comment-fukidashi {
    width: 80%;
    background-color: #E3E3E3;
    border-radius: 10px;
    position: relative;
  }
  .txtlive__block__comment-fukidashi:after {
    content: '';
    width: 19px;
    height: 23px;
    background-image: url("../images_live/fukidashi.png");
    background-size: 19px 23px;
    display: inline-block;
    position: absolute;
    right: -16px;
    bottom: 30px;
  }
  .txtlive__block__comment-date {
    color: #008F45;
    padding: 15px 20px 0;
    line-height: 1.8;
    font-size: 1.5rem;
  }
  .txtlive__block__comment-title {
    line-height: 1.4;
    padding: 0 20px 15px;
    font-size: 2.0rem;
    color: #1B1464;
  }
  .txtlive__block__comment-txt p {
    padding: 10px 50px 10px 10px;
    line-height: 1.8;
  }
  .txtlive__block__avatar {
    position: absolute;
    bottom: 0;
    right: -20px;
  }
}
