@charset "UTF-8";
/* fade ing */
.fade_in {
  opacity: 0 !important;
  -webkit-transition-duration: 2s;
  -moz-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.fade_in_complete {
  opacity: 1 !important;
  -webkit-transition-duration: 2s;
  -moz-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.fade_in_left {
  opacity: 0 !important;
  -webkit-transform: translate(-30px, 0%);
  transform: translate(-30px, 0%);
  -webkit-transition-duration: 2s;
  -moz-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.fade_in_left_complete {
  opacity: 1 !important;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  -webkit-transition-duration: 2s;
  -moz-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.fade_in_right {
  opacity: 0 !important;
  -webkit-transform: translate(30px, 0%);
  transform: translate(30px, 0%);
  -webkit-transition-duration: 2s;
  -moz-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.fade_in_right_complete {
  opacity: 1 !important;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  -webkit-transition-duration: 2s;
  -moz-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.fade_in_up {
  opacity: 0 !important;
  -webkit-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
  -webkit-transition-duration: 2s;
  -moz-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.fade_in_up_complete {
  opacity: 1 !important;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  -webkit-transition-duration: 2s;
  -moz-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.fade_in_bottom {
  opacity: 0 !important;
  -webkit-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
  -webkit-transition-duration: 2s;
  -moz-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.fade_in_bottom_complete {
  opacity: 1 !important;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  -webkit-transition-duration: 2s;
  -moz-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.delay_05 {
  transition-delay: 0.5s; }

.delay_1 {
  transition-delay: 1s; }

.delay_15 {
  transition-delay: 1.5s; }

.delay_2 {
  transition-delay: 2s; }

.delay_25 {
  transition-delay: 2.5s; }

.delay_3 {
  transition-delay: 3s; }

.delay_35 {
  transition-delay: 3.5s; }

.delay_4 {
  transition-delay: 4s; }

.delay_45 {
  transition-delay: 4.5s; }

.delay_5 {
  transition-delay: 5s; }

.delay_55 {
  transition-delay: 5.5s; }

.delay_6 {
  transition-delay: 6s; }

.delay_65 {
  transition-delay: 6.5s; }

.delay_7 {
  transition-delay: 7s; }

.delay_75 {
  transition-delay: 7.5s; }

.delay_8 {
  transition-delay: 8s; }

.delay_85 {
  transition-delay: 8.5s; }

.delay_9 {
  transition-delay: 9s; }

.delay_95 {
  transition-delay: 9.5s; }

.delay_10 {
  transition-delay: 10s; }

.speed_05 {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.speed_1 {
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.speed_15 {
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  transition-duration: 1.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.speed_2 {
  -webkit-transition-duration: 2s;
  -moz-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.speed_25 {
  -webkit-transition-duration: 2.5s;
  -moz-transition-duration: 2.5s;
  transition-duration: 2.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.speed_3 {
  -webkit-transition-duration: 3s;
  -moz-transition-duration: 3s;
  transition-duration: 3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.speed_35 {
  -webkit-transition-duration: 3.5s;
  -moz-transition-duration: 3.5s;
  transition-duration: 3.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.speed_4 {
  -webkit-transition-duration: 4s;
  -moz-transition-duration: 4s;
  transition-duration: 4s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.speed_45 {
  -webkit-transition-duration: 4.5s;
  -moz-transition-duration: 4.5s;
  transition-duration: 4.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.speed_5 {
  -webkit-transition-duration: 5s;
  -moz-transition-duration: 5s;
  transition-duration: 5s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

ul.luxbar-navigation {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

@media screen and (max-width: 1200px) {
  .luxbar-checkbox:not(:checked) ~ .luxbar-menu {
    height: 104px !important; }

  ul.luxbar-navigation {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  ul.luxbar-navigation li.luxbar-header {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%; }
  ul.luxbar-navigation li.luxbar-header a.luxbar-brand {
    width: 100%;
    text-align: center; }
  ul.luxbar-navigation li.luxbar-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  ul.luxbar-navigation li.luxbar-item a {
    text-align: center; } }
@media screen and (max-width: 767px) {
  .luxbar-checkbox:not(:checked) ~ .luxbar-menu {
    height: 58px !important; }

  ul.luxbar-navigation {
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap; }
  ul.luxbar-navigation li.luxbar-header a.luxbar-brand {
    text-align: left; } }
/* ==============================
		共通
============================== */
.pace-running #load-wrap {
  opacity: 0; }

.pace-done #load-wrap {
  -webkit-transition-duration: 2s;
  -moz-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.lightcase-icon-close:before {
  content: "" !important;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  color: #fff !important; }

a {
  text-decoration: none !important;
  display: block;
  color: #333;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
a:hover {
  opacity: 0.8;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

h1, h2, h3, h4, h5, h6 {
  text-align: center;
  line-height: 1.7; }

p {
  line-height: 1.8;
  margin-bottom: 20px; }
@media screen and (max-width: 767px) {
  p {
    line-height: 1.8; } }

li {
  line-height: 1.6; }

img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.mintyo {
  font-family: 'Noto Serif JP', serif; }

section {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0px; }
section .section-container {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px; }
section .section-container .main-ttl h2 {
  text-align: left;
  font-size: 2.5rem;
  padding-bottom: 10px;
  padding-left: 15px;
  margin-bottom: 50px;
  border-bottom: 1px solid #999;
  font-family: 'Noto Serif JP', serif;
  font-weight: 200; }
@media screen and (max-width: 767px) {
  section {
    padding: 30px 0; }
  section .section-container {
    width: 90%; }
  section .section-container .main-ttl h2 {
    font-size: 2rem;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-bottom: 30px;
    font-weight: 400; } }

/* ==========================
    firstview
========================== */
section#firstview {
  height: calc(100vh - 100px);
  min-height: 800px;
  position: relative; }
section#firstview .section-container {
  height: 100%;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
section#firstview .section-container .firstview-contents .firstview-content.main-ttl {
  margin-bottom: 60px; }
section#firstview .section-container .firstview-contents .firstview-content.main-ttl h1 {
  font-weight: 200;
  font-size: 1.4rem; }
section#firstview .section-container .firstview-contents .firstview-content.main-ttl h1 span {
  font-size: 10rem;
  display: block;
  margin-bottom: -30px; }
section#firstview .section-container .firstview-contents .firstview-content.main-ttl h1 span.subttl {
  font-size: 1.4rem;
  margin-bottom: -30px; }
section#firstview .section-container .firstview-contents .firstview-content.text p {
  text-align: center;
  letter-spacing: 2px;
  line-height: 2;
  color: #777; }
section#firstview #scroll-area {
  width: 100%;
  margin-top: -60px;
  text-align: center; }
section#firstview #scroll-area a p {
  margin-bottom: 0;
  color: #fff;
  font-size: 0.8rem; }
section#firstview #scroll-area a .scroll-block {
  margin: 0 auto; }
section#firstview #scroll-area a .scroll-block #arrow {
  width: 30px;
  height: 30px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
  -ms-transform: translate(-50%, 0) rotate(-45deg);
  transform: translate(-50%, 0) rotate(-45deg);
  margin: 0 auto; }

@media screen and (max-width: 767px) {
  section#firstview {
    height: calc(100vh - 60px);
    min-height: 660px; }
  section#firstview .section-container .firstview-contents .firstview-content.main-ttl {
    margin-bottom: 40px; }
  section#firstview .section-container .firstview-contents .firstview-content.main-ttl h1 {
    font-size: 1.3rem; }
  section#firstview .section-container .firstview-contents .firstview-content.main-ttl h1 span {
    font-size: 8rem; }
  section#firstview .section-container .firstview-contents .firstview-content.main-ttl h1 span.subttl {
    font-size: 1.2rem; }
  section#firstview #scroll-area {
    margin-top: 0; }
  section#firstview #scroll-area a .scroll-block #arrow {
    width: 15px;
    height: 15px; } }
/* ==========================
    about
========================== */
section#about .section-container .about-contents .about-content.movie {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
section#about .section-container .about-contents .about-content.movie a {
  width: 32%;
  box-shadow: 8px 10px 10px 0 rgba(56, 61, 80, 0.2); }

@media screen and (max-width: 767px) {
  section#about .section-container .about-contents .about-content.movie a {
    width: 100%;
    margin-bottom: 15px; } }
/* ==========================
    live33
========================== */
section#live33 .section-container .live33-contents.top {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 20px;
  box-shadow: -5px 5px 15px rgba(78, 78, 78, 0.1);
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 30px; }
section#live33 .section-container .live33-contents.top .live33-content {
  width: calc(50% - 30px);
  margin: 0 15px; }
section#live33 .section-container .live33-contents.top .live33-content img {
  width: 100%;
  box-shadow: 4px 10px 10px 0 rgba(56, 61, 80, 0.1); }
section#live33 .section-container .live33-contents.top .live33-content.text .caution {
  font-size: 0.8rem;
  margin-bottom: 15px;
  margin-left: 10px;
  color: #555; }
section#live33 .section-container .live33-contents.top .live33-content.text .ttl {
  margin-bottom: 10px; }
section#live33 .section-container .live33-contents.top .live33-content.text .date {
  margin-bottom: 10px; }
section#live33 .section-container .live33-contents.top .live33-content.text .date .ttl {
  margin-bottom: 0; }
section#live33 .section-container .live33-contents.top .live33-content.text .date .comingsoon {
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 3px; }
section#live33 .section-container .live33-contents.top .live33-content.text .date .comingsoon span {
  font-size: 1rem;
  margin-left: 10px; }
section#live33 .section-container .live33-contents.top .live33-content.text .member h4 {
  text-align: left;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ddd; }
section#live33 .section-container .live33-contents.top .live33-content.text .member p {
  font-size: 1rem; }
section#live33 .section-container .live33-contents.top .live33-content.text .member p span {
  display: block;
  font-size: 0.9rem; }
section#live33 .section-container .live33-contents.top .live33-content.text .ticket p {
  margin-bottom: 0; }
section#live33 .section-container .live33-contents.top .live33-content.text .ticket .btn a {
  color: #fff;
  display: inline-block;
  text-align: center;
  background-color: rgba(54, 141, 218, 0.7);
  padding: 10px 25px;
  margin: -10px 0 15px; }
section#live33 .section-container .live33-contents.bottom .live33-content.btn {
  text-align: center; }
section#live33 .section-container .live33-contents.bottom .live33-content.btn a {
  color: #fff;
  width: 50%;
  display: inline-block;
  text-align: center;
  background-color: rgba(54, 141, 218, 0.7);
  padding: 20px 0; }
section#live33 .section-container .live33-contents.bottom .live33-content.btn a span {
  display: block; }
section#live33 .section-container .live33-contents.bottom .live33-content.btn a span.ttl-33 {
  font-size: 3rem;
  margin-bottom: 10px;
  font-weight: 100; }
section#live33 .section-container .live33-contents.bottom .live33-content.btn a span.ttl {
  font-size: 1rem;
  margin-bottom: 10px; }
section#live33 .section-container .live33-contents.bottom .live33-content.btn a span.read {
  font-size: 1.2rem; }

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1; }
.modal a.js-modal-close {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 10px;
  right: 20px; }
.modal a.js-modal-close:before {
  position: absolute;
  top: 50%;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  display: block;
  -webkit-transform: translate(0, 0) rotate(-45deg);
  -ms-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg); }
.modal a.js-modal-close:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  display: block;
  -webkit-transform: translate(0, 0) rotate(45deg);
  -ms-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg); }

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%; }

.modal_overflow {
  overflow: hidden; }

.modal__content {
  overflow: scroll;
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60vw;
  height: 90vh;
  -webkit-writing-mode: vertical-rl;
  /* 実装済 */
  -moz-writing-mode: vertical-rl;
  /* 未実装 */
  -ms-writing-mode: tb-rl;
  /* 実装済 */
  writing-mode: vertical-rl; }
.modal__content .modal-inner {
  padding: 40px 60px 20px 40px;
  min-width: calc(100% - 100px); }
.modal__content .novel-check {
  display: none; }
.modal__content .novel-label {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 3px; }
.modal__content .novel-label:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem; }
.modal__content .novel-label:after {
  box-sizing: border-box;
  display: block;
  font-family: "Font Awesome 5 Free";
  height: 52px;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0px; }
.modal__content .novel-content {
  font-family: 'Noto Serif JP', serif;
  overflow: visible;
  transition: .5s;
  padding: 15px 30px 0 60px;
  width: auto;
  opacity: 1; }
.modal__content .novel-content p {
  margin-bottom: 0; }
.modal__content .novel-content p:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem; }
.modal__content .novel-content p.margin {
  margin-right: 20px; }
.modal__content .novel-check:checked + .novel-label + .novel-content {
  width: auto;
  opacity: 1;
  padding: 15px 30px 0;
  transition: .5s;
  overflow: visible; }

@media screen and (max-width: 767px) {
  section#live33 .section-container .live33-contents.top {
    padding: 10px; }
  section#live33 .section-container .live33-contents.top .live33-content {
    width: 100%;
    margin: 0; }
  section#live33 .section-container .live33-contents.top .live33-content.image {
    margin-bottom: 15px; }
  section#live33 .section-container .live33-contents.bottom .live33-content.btn a {
    width: 100%; }

  .modal a.js-modal-close {
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px; }

  .modal__content {
    width: 80vw;
    height: 75vh; }
  .modal__content .modal-inner {
    padding: 20px 30px 20px 30px;
    min-width: calc(100% - 60px); } }
/* ==========================
    crowdfunding
========================== */
section#crowdfunding .section-container {
  width: 100%;
  max-width: none; }
section#crowdfunding .section-container .main-ttl {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px; }
section#crowdfunding .section-container .crowdfunding-contents.top {
  background-color: rgba(239, 53, 53, 0.8);
  margin-bottom: 40px; }
section#crowdfunding .section-container .crowdfunding-contents.top .crowdfunding-content.timer p {
  color: #fff;
  text-align: center;
  padding: 5px 0; }
section#crowdfunding .section-container .crowdfunding-contents.bottom {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
section#crowdfunding .section-container .crowdfunding-contents.bottom .crowdfunding-content {
  width: calc(50% - 30px);
  margin: 0 15px; }
section#crowdfunding .section-container .crowdfunding-contents.bottom .crowdfunding-content.image ul.crowdfunding-slider li a img {
  width: 100%; }
section#crowdfunding .section-container .crowdfunding-contents.bottom .crowdfunding-content .slick-dots li button:before {
  font-size: 40px; }
section#crowdfunding .section-container .crowdfunding-contents.bottom .crowdfunding-content .slick-dots li.slick-active button:before {
  color: #ef6060; }
section#crowdfunding .section-container .crowdfunding-contents.bottom .crowdfunding-content.text .btn {
  margin-bottom: 40px; }
section#crowdfunding .section-container .crowdfunding-contents.bottom .crowdfunding-content.text .btn a {
  color: #fff;
  width: 100%;
  display: inline-block;
  text-align: center;
  background-color: rgba(239, 53, 53, 0.8);
  padding: 20px 0; }

@media screen and (max-width: 767px) {
  section#crowdfunding .section-container .main-ttl h2 {
    font-size: 6vw; }
  section#crowdfunding .section-container .main-ttl h2 span {
    display: block; }
  section#crowdfunding .section-container .crowdfunding-contents.top .crowdfunding-content.timer p #timer-set {
    display: block; }
  section#crowdfunding .section-container .crowdfunding-contents.bottom .crowdfunding-content {
    width: 100%;
    margin: 0; }
  section#crowdfunding .section-container .crowdfunding-contents.bottom .crowdfunding-content.image {
    margin-bottom: 15px; } }
/* ==========================
    homelive
========================== */
section#homelive .section-container .main-ttl h2 span {
  font-size: 1.2rem;
  display: block; }
section#homelive .section-container .main-ttl h2 span.vol {
  font-size: 2rem;
  display: inline-block; }
section#homelive .section-container .homelive-contents {
  width: 80%;
  margin: 0 auto; }
section#homelive .section-container .homelive-contents .homelive-content.image {
  margin-bottom: 30px; }
section#homelive .section-container .homelive-contents .homelive-content.image img {
  box-shadow: 9px 14px 10px 0 rgba(56, 61, 80, 0.2); }
section#homelive .section-container .homelive-contents .homelive-content.text .info {
  margin-bottom: 20px; }
section#homelive .section-container .homelive-contents .homelive-content.text .info h4 {
  text-align: left;
  font-size: 1.2rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
  margin-bottom: 20px; }
section#homelive .section-container .homelive-contents .homelive-content.text .info p {
  margin-bottom: 5px; }
section#homelive .section-container .homelive-contents .homelive-content.text .info p.date .caution {
  display: block;
  font-size: 0.8rem;
  color: #666; }
section#homelive .section-container .homelive-contents .homelive-content.text .story {
  padding: 40px 20px;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: -5px 5px 15px rgba(78, 78, 78, 0.1); }
section#homelive .section-container .homelive-contents .homelive-content.text .story .btn {
  margin-top: 40px;
  text-align: center; }
section#homelive .section-container .homelive-contents .homelive-content.text .story .btn a {
  color: #fff;
  font-size: 1.2rem;
  display: inline-block;
  text-align: center;
  background-color: rgba(54, 141, 218, 0.8);
  width: 80%;
  padding: 20px 0; }

@media screen and (max-width: 767px) {
  section#homelive .section-container .main-ttl h2 {
    font-size: 4.5vw; }
  section#homelive .section-container .main-ttl h2 span {
    font-size: 4.5vw; }
  section#homelive .section-container .main-ttl h2 span.vol {
    font-size: 4.5vw; }
  section#homelive .section-container .homelive-contents {
    width: 100%; }
  section#homelive .section-container .homelive-contents .homelive-content.text .info h4 {
    font-size: 1.3rem;
    letter-spacing: 0; }
  section#homelive .section-container .homelive-contents .homelive-content.text .story .btn a {
    font-size: 1.1rem;
    width: 100%; } }
/* ==========================
    share
========================== */
section#share {
  background-color: rgba(11, 83, 146, 0.5);
  padding: 20px 0; }
section#share .section-container .main-ttl {
  margin-bottom: 20px; }
section#share .section-container .main-ttl h3 {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 100; }
section#share .section-container ul.share-contents {
  text-align: center; }
section#share .section-container ul.share-contents li.share-content {
  margin: 0 10px;
  display: inline-block; }
section#share .section-container ul.share-contents li.share-content a {
  color: #fff; }
section#share .section-container ul.share-contents li.share-content a i {
  font-size: 2rem;
  background-color: #fff;
  color: #5fa2df;
  padding: 6px;
  border-radius: 30%; }
section#share .section-container .copyright {
  margin-top: 30px; }
section#share .section-container .copyright p {
  color: #fff;
  text-align: center;
  margin-bottom: 0; }

@media screen and (max-width: 767px) {
  section#share .section-container .main-ttl h3 {
    font-size: 1.5rem;
    font-weight: 400; }
  section#share .section-container ul.share-contents li.share-content a i {
    font-size: 1.5rem; } }
section#bg {
  padding: 0; }
section#bg #bg-1 {
  background: url(https://test.kaworiwatanabe.info/wp-content/themes/KAWORI%20WATANABE%20wordpress/images/storylive/bg.jpg) no-repeat;
  background-size: cover !important;
  background-position: center !important;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2; }
section#bg #bg-1:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.8); }
