@charset "utf-8";
.sp-only {
   display: none !important;
}
body {
   overflow: hidden;
}
/* == parts ============================================== */
#splash01 {
   position: fixed;
   width: 100%;
   height: 100vh;
   background: #063266;
   z-index: 1000;
   pointer-events: none;
   transition: all 2s;
}
#splash01 .main-logo01 {
   position: absolute;
   left: 0;
   top: 0;
   bottom: 0;
   right: 0;
   margin: auto;
   width: 252px;
   height: 292px;
   opacity: 0;
   transition: all 1s;
}
#splash01 .main-logo01 svg {
   width: 100%;
   height: auto;
}
#splash01 .main-logo01 .a {
   fill: #fff;
   position: relative;
   overflow: hidden;
   display: inline-block;
}
#splash01 .main-logo01 .right {
   opacity: 0;
   transition: all 1s ease 1s;
   position: relative;
   top: -30px;
   left: -30px;
   display: block;
}
#splash01 .main-logo01 .left {
   opacity: 0;
   transition: all 1s ease 1.5s;
}
/*page__open*/
body.page__open #splash01 .main-logo01 {
   opacity: 1;
}
body.page__open #splash01 .main-logo01 .right {
   opacity: 1;
   top: 0px;
   left: 0px;
}
body.page__open #splash01 .main-logo01 .left {
   opacity: 1;
}
/*page__open2*/
body.page__open2 #splash01 {
   opacity: 0;
   visibility: hidden;
   transition: all 3s ease 1s;
}
body.page__open2 #splash01 .main-logo01 {
   opacity: 0;
}
#splash02 {
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   height: 100vh;
   z-index: 900;
   overflow: hidden;
}
#splash02 .bg {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background: url(../img/bg-illustration.jpg) no-repeat center;
   background-size: cover;
   z-index: -1;
}
#splash02::before {
   content: '';
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, .4);
   transition: all 1s ease .3s;
   z-index: 2;
}
#splash02 .white-box {
   background: #fff;
   z-index: 10;
   width: 500px;
   height: 450px;
   position: absolute;
   left: 0;
   top: 0;
   bottom: 0;
   right: 0;
   margin: auto;
   box-sizing: border-box;
   padding: 50px 40px;
   transition: all 2s ease 3s;
   opacity: 0;
}
body.page__open2 #splash02 .white-box {
   opacity: 1;
}
#splash02 .white-box .music-att-black {
   width: 100px;
   margin: auto;
}
#splash02 .white-box .music-att-title {
   text-align: center;
   font-size: 145%;
   font-weight: 600;
   margin: 30px 0 20px;
}
#splash02 .white-box .music-att-text {
   font-size: 94%;
}
#splash02 .white-box .btn-wrap {
   overflow: hidden;
   margin: 30px 0 0;
}
#splash02 .white-box .btn-wrap .music-btn.btn-on {
   width: 55%;
   border: solid 1px #333;
   float: left;
}
#splash02 .white-box .btn-wrap .music-btn.btn-off {
   width: 40%;
   border: solid 1px #333;
   float: right;
}
#splash02 .white-box .btn-wrap .music-btn a {
   display: block;
   text-align: center;
   line-height: 50px;
   padding: 0 0 0 25px;
   background-position: left 10px center;
   background-repeat: no-repeat;
   font-size: 88%;
   cursor: pointer;
}
#splash02 .white-box .btn-wrap .music-btn.btn-on a {
   background-image: url("../img/volume-up02.svg");
   background-size: 26px;
}
#splash02 .white-box .btn-wrap .music-btn.btn-off a {
   background-image: url("../img/volume-mute.svg");
   background-size: 26px;
   background-color: #797979;
   color: #fff;
}
#splash02 .text-animation {
   position: absolute;
   top: 25%;
   right: 8%;
   color: #fff;
   -ms-writing-mode: tb-rl;
   writing-mode: vertical-rl;
   font-weight: 600;
   line-height: 2;
   letter-spacing: 2px;
   width: 0px;
   overflow: hidden;
   font-size: 110%;
}
#splash02 .text-animation .uta {
   text-indent: -1em;
   padding: 1.2em 10px 0;
}
#splash02 .text-animation span.tate {
   display: inline-block;
   transform: rotateZ(-90deg);
   padding: 6px 6px 5px 5px;
   line-height: 1;
}
#splash02 .btn_skip {
   position: absolute;
   right: 20px;
   bottom: 20px;
   color: #fff;
   font-weight: 600;
   padding: 5px 25px 5px 0;
   line-height: 1;
   cursor: pointer;
   opacity: 0;
   transition: all 1s;
}
#splash02 .btn_skip::before {
   content: '';
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 6px 0 6px 6px;
   border-color: transparent transparent transparent #fff;
   position: absolute;
   top: 0;
   right: 10px;
   bottom: 2px;
   margin: auto;
}
#splash02 .btn_skip::after {
   content: '';
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 6px 0 6px 6px;
   border-color: transparent transparent transparent #fff;
   position: absolute;
   top: 0;
   right: 0;
   bottom: 2px;
   margin: auto;
}
/**/
body.phase01 #splash02 .bg {
   transform: scale(1.2);
   transition: all 24s linear 1.5s;
   transform-origin: center;
}
body.phase01 #splash02::before, body.phase01 #splash02 .white-box {
   opacity: 0;
   visibility: hidden;
   pointer-events: none;
   transition: all 1s ease 0s;
}
body.phase01 #splash02 .btn_skip {
   opacity: 1;
}
body.phase01 #splash02 .text-animation {
   width: 90%;
   transition: all 24s linear 1.5s;
}
body.phase02 #splash02 {
   opacity: 0;
   visibility: hidden;
   pointer-events: none;
   transition: all 1s ease 0s;
}
/* == header ============================================== */
header {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   z-index: 100;
   overflow: hidden;
}
header .main-logo {
   float: left;
   width: 200px;
   margin: 15px;
}
header .btn_bunka {
   position: absolute;
   right: 210px;
   top: 20px;
   display: inline-block;
   border: solid 1px #fff;
   font-size: 88%;
}
header .btn_bunka a {
   display: block;
   padding: 5px 30px;
   transition: all .2s;
   background: #fff;
}
header .btn_bunka a:hover {
   background: #000;
   color: #fff;
}
header .back_white {
   position: absolute;
   right: 20px;
   top: 20px;
   color: #fff;
   font-size: 88%;
   border: solid 1px #fff;
}
header .back_white a {
   display: block;
   padding: 5px 30px;
   transition: all .2s;
}
header .back_white a:hover {
   background: #fff;
   color: #333;
}
/**/
body.phase01 header {
   z-index: 1001;
}
body.phase01 header .btn_bunka, body.phase01 header .back_white {
   display: none;
}
body.phase02 header {
   z-index: 100;
}
body.phase02 header .btn_bunka, body.phase02 header .back_white {
   display: block;
}
/* == footer ============================================== */
/* == frontpage ==============================================*/
main {
   background: url(../img/main-bg.jpg) no-repeat center;
   background-size: cover;
   width: 100%;
   height: 100vh;
   position: relative;
}
main::before {
   content: '';
   width: 100%;
   height: 100%;
   background: #000;
   position: absolute;
   left: 0;
   top: 0;
   z-index: 110;
   transition: all 2s;
}
body.phase03 main::before {
   opacity: 0;
   visibility: hidden;
   pointer-events: none;
}
.list_music {
   position: absolute;
   right: 20px;
   bottom: 20px;
   z-index: 100;
}
.list_music li {
   display: inline-block;
   margin: 0 0 0 20px;
   color: #fff;
   font-size: 80%;
   cursor: pointer;
   transition: all .5s;
}
.list_music li#music-on {
   opacity: .5;
}
body.audio-on .list_music li#music-on {
   opacity: 1;
}
body.audio-on .list_music li#music-off {
   opacity: .5;
}
.list_music li.active {
   opacity: 1;
}
.list_music li span {
   display: block;
   padding: 5px 0 5px 35px;
}
.list_music li#music-on span {
   background: url(../img/volume-up.svg) no-repeat left center;
   background-size: 25px;
}
.list_music li#music-off span {
   background: url(../img/volume-mute.svg) no-repeat left center;
   background-size: 25px;
}
.icon-cm {
   position: absolute;
   left: 50px;
   bottom: 20px;
   z-index: 100;
}
.icon-cm a {
   display: inline-block;
   background: url(../img/icon-cm.png) no-repeat left center;
   padding: 3px 0 3px 30px;
   background-size: 22px 18px;
   color: #fff;
   font-size: 115%;
   font-weight: 600;
}
#block_cm {
   background: rgba(0, 0, 0, .8);
   width: 90vw;
   margin: auto;
   box-sizing: border-box;
   padding: 6%;
}
.list_cm {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   width: 100%;
}
.list_cm > li {
   width: 32%;
   margin: 0 0 2% 2%;
}
.list_cm > li:nth-child(3n + 1) {
   margin: 0 0 2%;
}
.list_cm .movie-wrap {
   margin: 0 0 3%;
}
.list_cm .movie-wrap a {
   display: block;
   position: relative;
   height: 0;
   padding: 56.25% 0 0;
}
.list_cm .movie-wrap img {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}
.list_cm .cm-title {
   text-align: center;
   color: #fff;
   font-size: 115%;
   font-weight: 600;
}
/*--------------------*/
#content-wrap {
   overflow: hidden;
   position: absolute;
   width: calc(100% - 100px);
   height: calc(100vh - 150px);
   box-sizing: border-box;
   margin: 80px 50px 70px;
   transition: all 1.5s;
   transition-timing-function: cubic-bezier(.81, .85, .86, 1.02);
}
#content-wrap.js-click {
   margin: 0;
   width: 100%;
   height: 100vh;
}
.list_main-contents .contents_base {
   position: absolute;
   left: 0;
   top: 0;
   width: 25%;
   height: 100%;
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
   overflow: hidden;
   transition: all 0s;
   box-sizing: border-box;
}
.list_main-contents .contents_base:nth-child(2) {
   left: 25%;
}
.list_main-contents .contents_base:nth-child(3) {
   left: 50%;
}
.list_main-contents .contents_base:nth-child(4) {
   left: 75%;
}
.list_main-contents .contents_base::before {
   content: '';
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   transition: all .5s ease 0s;
   z-index: 10 !important;
   background: #000;
}
body.phase03 .list_main-contents .contents_base::before {
   top: -100%;
}
.list_main-contents .contents_base:nth-child(1)::before {
   transition-delay: 1.1s !important;
}
.list_main-contents .contents_base:nth-child(2)::before {
   transition-delay: 1.5s !important;
}
.list_main-contents .contents_base:nth-child(3)::before {
   transition-delay: 1.9s !important;
}
.list_main-contents .contents_base:nth-child(4)::before {
   transition-delay: 2.3s !important;
}
.list_main-contents .contents_base:nth-child(5)::before {
   transition-delay: 2.7s !important;
}
.list_main-contents .contents_base::after {
   content: '';
   position: absolute;
   left: 0;
   top: 0;
   background: #000;
   z-index: 0;
   opacity: .5;
   width: 100%;
   height: 100%;
   transition: all .5s;
}
.list_main-contents .contents_base:nth-child(1) {
   background-image: url(../img/menu01-bg.jpg);
}
.list_main-contents .contents_base:nth-child(2) {
   background-image: url(../img/menu02-bg.jpg);
}
.list_main-contents .contents_base:nth-child(3) {
   background-image: url(../img/menu03-bg.jpg);
}
.list_main-contents .contents_base:nth-child(4) {
   background-image: url(../img/menu04-bg.jpg);
}
.list_main-contents .contents_base:nth-child(5) {
   background-image: url(../img/menu05-bg.jpg);
}
.list_main-contents .contents-title-box p.menu-title {
   -ms-writing-mode: tb-rl;
   writing-mode: vertical-rl;
   color: #fff;
   font-size: 800%;
   font-weight: 600;
   line-height: 1;
   transform: translate(-15px, -15px);
   opacity: 0.7;
   transition: all .5s;
   position: relative;
   z-index: 2;
}
.list_main-contents .contents-title-box p.menu-text {
   position: absolute;
   top: 55%;
   line-height: 1.5;
   font-size: 88%;
   color: #fff;
   width: 100%;
   box-sizing: border-box;
   padding: 10px;
   opacity: 0;
   transition: all .4s ease .1s;
   z-index: 2;
   transform: translateY(50px);
}
/*----------*/
.list_main-contents .contents_base:hover::after {
   opacity: .1;
}
.list_main-contents .contents_base:hover p.menu-title, #content-wrap.js-click .contents_base.open p.menu-title {
   opacity: 1;
   transform: translate(0px, 0px);
}
.list_main-contents .contents_base:hover p.menu-text {
   opacity: 1;
   transform: translateY(0);
}
#content-wrap.js-click .contents_base {
   width: 0;
}
#content-wrap.js-click .contents_base.open {
   width: 100%;
   padding: 100px 50px 80px;
   left: 0;
   transition: all 1.5s;
   transition-timing-function: cubic-bezier(.36, .09, 1, 1.05);
}
#content-wrap.js-click .contents_base.open p.menu-text {
   opacity: .3;
   transform: translateY(0);
}
#content-wrap.js-click .contents_base.open::after {
   opacity: .7;
}
#content-wrap.js-click .contents_base.open p.menu-title, #content-wrap.js-click .contents_base.open p.menu-text {
   max-width: 300px;
}
#content-wrap .back-menu {
   position: absolute;
   left: 50px;
   bottom: 65px;
   color: #fff;
   z-index: 100;
   transition: all 1s ease 1s;
   opacity: 0;
   cursor: pointer;
   pointer-events: none;
}
#content-wrap.js-click .back-menu {
   opacity: 1;
   pointer-events: auto;
}
#content-wrap.js-click .back-menu span {
   transition: all .3s;
}
#content-wrap .back-menu:hover span {
   color: red;
}
#content-wrap .back-menu span {
   display: inline-block;
   padding: 5px 0 5px 20px;
   position: relative;
   font-weight: 600;
}
#content-wrap .back-menu span::after {
   content: '';
   width: 10px;
   height: 10px;
   border-top: solid 1px #fff;
   border-left: solid 1px #fff;
   position: absolute;
   left: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   transform: rotateZ(-45deg);
}
/**/
.list_main-contents {
   height: 100%;
}
.list_main-contents .contents-wrap {
   position: absolute;
   left: 350px;
   top: 200px;
   width: calc(100vw - 420px);
   height: calc(100% - 200px);
   opacity: 0;
   visibility: hidden;
   pointer-events: none;
   color: #fff;
   transition: all 2s ease 1s;
   z-index: 10;
}
.list_main-contents .contents-set .year {
   font-size: 300%;
   line-height: 1;
   margin: 0 0 30px;
}
.list_main-contents .contents-set .image-wrap {
   overflow: hidden;
}
.list_main-contents .contents-set .image-wrap .text-box {
   width: calc(100% - 320px);
   float: left;
   margin: 0 0 1em 0;
}
.list_main-contents .contents-set .image-wrap .img-box {
   width: 300px;
   float: right;
}
.list_main-contents .contents-set .image-wrap .img-box img {
   vertical-align: top;
}
.list_main-contents .contents-set .scroll-title {
   font-size: 125%;
   margin: 0 0 20px;
   line-height: 1.4;
}
.list_main-contents .contents-set .scroll-text {
   font-size: 88%;
}
#content-wrap.js-click .contents_base.open .contents-wrap {
   opacity: 1;
   visibility: visible;
   pointer-events: auto;
}
.js-carousel {
   position: relative;
}
.js-carousel .slick-track {
   height: 100%;
}
.js-carousel .slick-slide {
   outline: none;
}
.js-carousel .slick-prev {
   position: absolute;
   left: 0;
   bottom: 0;
   z-index: 100;
}
.js-carousel .slick-next {
   width: calc(100% - 320px);
   text-align: right;
}
@media all and (min-width:1366px) {
   .list_main-contents .contents-wrap {
      font-size: 125%;
   }
}
@media all and (max-width:1024px) {
   #content-wrap.js-click .contents_base.open {
      padding: 80px 30px;
   }
   .list_main-contents .contents-title-box p.menu-title {
      font-size: 400%;
      transform: translate(10px, 10px)
   }
   .list_main-contents .contents-wrap {
      left: 130px;
      top: 130px;
      width: calc(100vw - 200px);
      height: calc(100% - 130px);
   }
   .list_main-contents .contents-set .image-wrap .text-box {
      float: none;
      width: 100%;
   }
   .list_main-contents .contents-set .image-wrap .img-box {
      float: none;
      width: 100%;
      text-align: center;
      margin: 10px auto 35px;
   }
   .js-carousel .slick-next {
      width: 100%;
   }
}
@media all and (max-width:600px) {
   body {
      font-size: 3.7vw;
      overflow-y: scroll;
   }
   header .main-logo {
      width: 100px;
   }
   header .btn_bunka {
      font-size: 70%;
      font-weight: 600;
      right: 30%;
      top: 10px;
      white-space: nowrap;
   }
   header .btn_bunka a {
      padding: 4px 2vw;
   }
   header .back_white {
      right: 2%;
      top: 10px;
      font-size: 70%;
      font-weight: 600;
      white-space: nowrap;
   }
   header .back_white a {
      padding: 4px 2vw;
   }
   #content-wrap {
      width: 94%;
      height: calc(100vh - 120px) !important;
      left: 0;
      right: 0;
      margin: 60px auto !important;
   }
   #content-wrap.js-click .contents_base.open {
      height: 100%;
      box-sizing: border-box;
      top: 0 !important;
      padding: 10px;
   }
   #content-wrap.js-click .contents_base.open p.menu-text {
      opacity: 0;
   }
   .list_main-contents .contents-wrap {
      left: 0px;
      right: 0;
      top: 100px;
      width: 94%;
      margin: auto;
      height: calc(100% - 130px);
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
   }
   .list_main-contents li.contents_base {
      width: 100%;
      height: 25%;
      left: 0 !important;
   }
   .list_main-contents li.contents_base:nth-child(2) {
      top: 25%;
   }
   .list_main-contents li.contents_base:nth-child(3) {
      top: 50%;
   }
   .list_main-contents li.contents_base:nth-child(4) {
      top: 75%;
   }
   .list_main-contents .contents-set .year {
      font-size: 200%;
      margin: 0 0 20px;
   }
   .list_main-contents .contents-set .scroll-title {
      font-size: 110%;
      margin: 0 0 10px;
   }
   .list_main-contents .contents-title-box p.menu-title {
      font-size: 220%;
   }
   .list_music {
      right: 10px;
   }
   .list_music li {
      font-size: 75%;
      margin: 0 10px 0 0;
   }
   #content-wrap .back-menu {
      bottom: -5px;
       left:20px;
       font-size: 88%;
   }
   .icon-cm {
      left: 20px;
      font-size: 75%;
   }
   #block_cm {
      padding: 4% 4% 8%;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
   }
   .list_cm {
      display: block;
   }
   .list_cm > li {
      width: 100%;
      margin: 0 0 2%;
   }
   .list_cm > li:nth-child(3n + 1) {
      margin: 0 0 2%;
   }
   /*------------------------*/
   #splash01 .main-logo01 {
      width: 105px;
      height: 122px;
      top: -7%;
   }
   #splash02 .white-box {
      width: 94%;
      height: 50%;
      padding: 30px 10px;
      opacity: 0;
      top: -5%;
   }
   #splash02 .bg {
      background: url(../img/bg-illustration_sp.jpg) no-repeat center;
      background-size: cover;
   }
   #splash02 .white-box .music-att-black {
      width: 70px;
   }
   #splash02 .white-box .music-att-title {
      font-size: 130%;
      margin: 10px 0;
   }
   #splash02 .white-box .music-att-text {
      font-size: 85%;
   }
   #splash02 .white-box .btn-wrap {
      margin: 20px 0 0;
   }
   #splash02 .white-box .btn-wrap .music-btn a {
      background-size: 20px !important;
      padding: 0 0 0 18px;
   }
   #splash02 .text-animation {
      position: relative;
      top: 50px;
      right: auto;
      left: 2%;
      -ms-writing-mode: lr-tb;
      writing-mode: horizontal-tb;
      font-weight: 600;
      line-height: 1.8;
      letter-spacing: 0;
      width: 96% !important;
      font-size: 92%;
      height: 0;
   }
   body.phase01 #splash02 .text-animation {
      height: calc(100% - 50px);
   }
   #splash02 .text-animation .uta {
      text-indent: -1em;
      padding: 5px 0 5px 1em;
   }
   #splash02 .text-animation span.tate {
      transform: rotateZ(0deg);
   }
   #splash02 .btn_skip {
      right: 15px;
      bottom: 80px;
   }
}
/*------------------------*/
.lity {
   background: rgba(0, 0, 0, .7) !important;
}
.lity video{
    width: 100%;
    height: auto;
}
.lity figure {
   text-align: center;
   background: #fff;
}
.lity figure + figure {
   margin: 40px 0 0;
}
.lity figure img {
   vertical-align: top;
}
.lity figure figcaption {
   font-size: 88%;
   font-weight: 600;
   padding: 10px;
   background: #fff;
}
.lity-content > div::-webkit-scrollbar {
   display: none;
}
#block_bunka {
   background: rgba(0, 0, 0, .7) !important;
   max-width: 800px;
   margin: auto;
   padding: 30px 20px;
   overflow-y: scroll;
   box-sizing: border-box;
   color: #fff;
}
#block_bunka .bunka-set + .bunka-set {
   margin: 50px 0 0;
}
#block_bunka .bunka-set .att-text {
   font-size: 88%;
   margin: 20px 0 40px
}
#block_bunka h2 {
   font-size: 250%;
}
#block_bunka h2.title_nenn {
   text-align: center;
   background: #fff;
   color: #333;
}
#block_bunka .editor {
   font-size: 94%;
}
.list_disc {
   list-style: disc;
   padding: 0 0 0 1.2em;
}
.list_disc li::after {
   content: '';
   clear: both;
   display: block;
}
.list_disc li + li {
   margin: 5px 0 0;
}
.list_year {
   margin: 10px 0;
}
.list_year li {
   overflow: hidden;
   padding: 10px 0;
}
.list_year li + li {
   border-top: dotted 1px #999;
}
.list_year li.none {
   border: none;
   padding: 5px 0 10px;
}
.list_year li .time {
   float: left;
   width: 25%;
   margin: 0 2% 0 0;
   overflow: hidden;
}
.list_year li span.year {
   display: block;
   float: left;
}
.list_year li span.month {
   display: block;
   float: right;
   text-align: right;
}
.list_year li .text {
   display: block;
   float: left;
   width: 70%;
   font-weight: 600;
}
#block_bunka .bunka-set .image {
   display: block;
   margin: 20px auto;
}
.list_disc .image {
   text-align: center;
}
.list_disc .image .small {
   width: 60%;
   margin: auto;
   display: block;
}
#block_bunka .bunka-set .image span.caption {
   text-align: center;
   display: block;
   margin: 5px 0 0;
   font-size: 94%;
   font-weight: 600;
}
#block_bunka .bunka-set .list_year .image {
   margin: 0;
}
@media all and (max-width:1024px) {
   .list_year li .time {
      float: none;
      width: 100%;
      margin: 0 0 5px 0;
   }
   .list_year li span.month {
      float: left;
   }
   .list_year li .text {
      float: none;
      width: 100%;
   }
}
#block_bunka .bunka-lead {
   margin: 20px 0 10px;
   font-size: 125%;
   font-weight: 600;
   padding: 20px;
   line-height: 1.5;
    background: #063266;
}
.dl_bunka {
   margin: 25px 0 0;
}
.dl_bunka dt {
   font-size: 115%;
   font-weight: 600;
   margin: 0 0 10px;
}
.bunka-hr {
   margin: 30px 0 20px;
}
.dl_bunka .image-center {
   text-align: center;
   width: 80%;
   margin: 10px auto 20px;
}
.caption-box {
   max-width: 600px;
    max-height: 90vh;
   overflow-y: scroll;
   -webkit-overflow-scrolling: touch;
   background: #fff;
}
::-webkit-scrollbar {
   display: none;
   -webkit-appearance: none;
}
.nex-contents-btn{
    text-align: right;
    font-weight: 600;
    margin: 20px 0 0;
}
@media all and (max-width:600px) {
    .nex-contents-btn{
    margin: 5px 0 0;
}
}