@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");


html {
  background: #fff;
  color: #000;
  font-family: 'Noto Sans JP', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', sans-serif;
  height: 100%;
  overflow-y: hidden;
}

@media print, screen and (min-width: 769px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 3.38542vw;
  }
}

body {
  height: 100%;
  overflow-y: hidden;
}


.l-header {
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 250;
}
@media print, screen and (min-width: 769px) {
  .l-header {

  }
}
@media screen and (max-width: 768px) {
  .l-header {
    height: calc(100 / 768 * 100vw);
    align-items: center;
  }
}


.l-header_main {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 300;
}
@media print, screen and (min-width: 769px) {
  .l-header_main {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-header_main {
    padding: calc(20 / 768 * 100vw);
  }
}


.l-header_main_logo {

}
@media print, screen and (min-width: 769px) {
  .l-header_main_logo {

  }
}
@media screen and (max-width: 768px) {
  .l-header_main_logo {
    
  }
}


.l-header_main_logo img {

}
@media print, screen and (min-width: 769px) {
  .l-header_main_logo img {

  }
}
@media screen and (max-width: 768px) {
  .l-header_main_logo img {
    height: calc(76 / 768 * 100vw)
  }
}


.l-header_main_title {
  margin-left: 1rem;
}
@media print, screen and (min-width: 769px) {
  .l-header_main_title {
    
  }
}
@media screen and (max-width: 768px) {
  .l-header_main_title {

  }
}


.l-header_main_stage {
  font-weight: 500;
  margin-bottom: 0.2rem;
}
@media print, screen and (min-width: 769px) {
  .l-header_main_stage {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .l-header_main_stage {

  }
}


.l-header_main_archive {
  color: #0090eb;
}
@media print, screen and (min-width: 769px) {
  .l-header_main_archive {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header_main_archive {
    display: block;
  }
}


.l-header_main_type {
  color: #fff;
  line-height: 1.3;
}
@media print, screen and (min-width: 769px) {
  .l-header_main_type {
    
  }
}
@media screen and (max-width: 768px) {
  .l-header_main_type {
    display: block;
    font-size: 11px;
    margin-top: 0.3rem;
  }
}


.l-header_main_subject {
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  .l-header_main_subject {

  }
}
@media screen and (max-width: 768px) {
  .l-header_main_subject {
    position: fixed;
    top: calc(120 / 768 * 100vw);
    left: calc(20 / 768 * 100vw);
    font-size: calc(24 / 768 * 100vw);
  }
}


.l-header_nav {

}
@media print, screen and (min-width: 769px) {
  .l-header_nav {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .l-header_nav {
    display: none;
    position: fixed;
    width: 100%;
    top: calc(100 / 768 * 100vw);
    left: 0;
    background: rgba(0,0,0,.9);
    height: calc(100% - 13.02083vw);
    z-index: 300;
  }
}


.l-header_nav_list {

}
@media print, screen and (min-width: 769px) {
  .l-header_nav_list {
    display: flex;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-header_nav_list {

  }
}


.l-header_nav_item {
}
@media print, screen and (min-width: 769px) {
  .l-header_nav_item {
    font-size: 14px;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-header_nav_item {

  }
}


.l-header_nav_anchor {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: background-color .3s ease;
}
@media print, screen and (min-width: 769px) {
  .l-header_nav_anchor {
    padding: 10px 20px;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-header_nav_anchor {
    padding: calc(40 / 768 * 100vw) calc(40 / 768 * 100vw);
  }
}
.l-header_nav_anchor:hover {
  background-color: rgba(0, 0, 0, .9);
}

.l-header_nav_icon {
}
@media print, screen and (min-width: 769px) {
  .l-header_nav_icon {

  }
}
@media screen and (max-width: 768px) {
  .l-header_nav_icon {
    width: 2rem;
    text-align: center;
  }
}

.l-header_nav_icon_image {
  vertical-align: baseline;
}
@media print, screen and (min-width: 769px) {
  .l-header_nav_icon_image {

  }
}
@media screen and (max-width: 768px) {
  .l-header_nav_icon_image {

  }
}

.l-header_nav_text {
  margin-left: 0.5rem;
}
@media print, screen and (min-width: 769px) and (max-width: 1100px) {
  .l-header_nav_text {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header_nav_text {

  }
}

@media screen and (max-width: 768px) {
  .l-header_hamburger,
  .l-header_hamburger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .l-header_hamburger {
    position: relative;
    width: calc(50 / 768 * 100vw);
    height: calc(36 / 768 * 100vw);
    margin-right: calc(20 / 768 * 100vw);
    z-index: 300;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
  }
  .l-header_hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(4 / 768 * 100vw);
    background-color: #0090eb;
    border-radius: calc(4 / 768 * 100vw);
  }
  .l-header_hamburger span:nth-of-type(1) {
    top: 0;
  }
  .l-header_hamburger span:nth-of-type(2) {
    top: calc(16 / 768 * 100vw);
  }
  .l-header_hamburger span:nth-of-type(3) {
    bottom: 0;
  }

  .l-header_hamburger.is-open span:nth-of-type(1) {
    transform: translateY(calc(16 / 768 * 100vw)) rotate(-45deg);
  }
  .l-header_hamburger.is-open span:nth-of-type(2) {
    opacity: 0;
  }
  .l-header_hamburger.is-open span:nth-of-type(3) {
    transform: translateY(calc(-16 / 768 * 100vw)) rotate(45deg);
  }

}


.l-pano {
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 769px) {
  .l-pano {

  }
}
@media screen and (max-width: 768px) {
  .l-pano {

  }
}


.l-minimap {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  transition: background-color .3s ease;
}
@media print, screen and (min-width: 769px) {
  .l-minimap {
    top: 110px;
    right: 20px;
    padding: 28px 28px 20px 28px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-minimap {
    top: calc(120 / 768 * 100vw);
    right: calc(20 / 768 * 100vw);
    border-radius: calc(120 / 768 * 100vw);
  }
}

.l-minimap:hover {
  background-color: rgba(0, 0, 0, 1);
}


.l-minimap_mini {

}
@media print, screen and (min-width: 769px) {
  .l-minimap_mini {

  }
}
@media screen and (max-width: 768px) {
  .l-minimap_mini {
    display: none;
  }
}


.l-minimap_name {
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  .l-minimap_name {
    font-size: 14px;
    margin-top: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .l-minimap_name {
    padding: calc(20 / 768 * 100vw) calc(30 / 768 * 100vw);
  }
}


.l-minimap_icon {
  margin-right: 0.4rem;
}
@media print, screen and (min-width: 769px) {
  .l-minimap_icon {

  }
}
@media screen and (max-width: 768px) {
  .l-minimap_icon {
    width: calc(40 / 768 * 100vw);
  }
}


.l-mapOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,.5);
  display: none;
}
.l-map {
  position: fixed;
  top: 50%;
  left: 50%;
  display: none;
  z-index: 310;
}
@media print, screen and (min-width: 769px) {
  .l-map {
    margin-top: calc(-710px / 2); /* ToDo: 画像の高さを指定 */
    margin-left: calc(-554px / 2); /* ToDo: 画像の横幅を指定 */
  }
}
@media screen and (max-width: 768px) {
  .l-map {
    transform: translate(-50%, -50%);
    width: 80%; /* ToDo: マップのサイズに合わせて調整する */
  }
}

/* ToDo: デベロッパーツールで、高さ664px時でもMAPが表示されるように配慮する（ノートPC配慮） */
@media print, screen and (max-height: 800px) and (min-width: 769px) {
  .l-map { transform: scale(0.85); }
}
@media print, screen and (max-height: 700px) and (min-width: 769px) {
  .l-map { transform: scale(0.7); }
}

.l-map_title {
  border-left: 5px solid #0091ea;
  font-weight: 700;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0.8em;
}
@media print, screen and (min-width: 769px) {
  .l-map_title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .l-map_title {

  }
}


.l-map_close {
  cursor: pointer;
  height: 100%;
  transition: background-color .2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .l-map_close {
    height: 42px;
    width: 42px;
  }
}
@media screen and (max-width: 768px) {
  .l-map_close {
    height: calc(60 / 768 * 100vw);
    width: calc(60 / 768 * 100vw);
  }
}
.l-map_close:hover {
  background-color: #555;
}

.l-map_content {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .l-map_content {

  }
}
@media screen and (max-width: 768px) {
  .l-map_content {

  }
}


.l-map_image {

}
@media print, screen and (min-width: 769px) {
  .l-map_image {

  }
}
@media screen and (max-width: 768px) {
  .l-map_image {
    
  }
  .l-map_image img {
    width: 100%;
  }
}


.l-map_pos {
  cursor: pointer;
  transition: opacity .3s ease;
  position: absolute;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  font-weight: 500;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .l-map_pos {
    width: 44px;
    height: 60px;
    padding-top: 30px;
    font-size: 14px;
    background-image: url('../image/map/map-pos.png');
  }
  .l-map_pos.is-current {
    background-image: url('../image/map/map-pos-current.png');
  }
}
@media screen and (max-width: 768px) {
  .l-map_pos {
    /* Default */
    /*height: calc(114 / 768 * 100vw);*/
    /*width: calc(83 / 768 * 100vw);*/
    /*padding-top: calc(56 / 768 * 100vw);*/
    /*font-size: calc(28 / 768 * 100vw);*/

    /* Original */
    height: calc(83 / 768 * 100vw);
    width: calc(60 / 768 * 100vw);
    padding-top: calc(40 / 768 * 100vw);
    font-size: calc(24 / 768 * 100vw);

    background-size: cover;
    background-image: url('../image/map/map-pos-sp.png');
  }
  .l-map_pos.is-current {
    background-image: url('../image/map/map-pos-current-sp.png');
  }
}
.l-map_pos:hover {
  opacity: 0.7;
}

/* ToDo: MAP Position */
[data-map="1"]   { top: 68%; left: 22%; }
[data-map="2"]   { top: 58%; left: 8%; }
[data-map="3"]   { top: 40%; left: 11%; }
[data-map="4"]   { top: 23%; left: 18%; }
[data-map="5"]   { top: 29%; left: 27%; }
[data-map="6"]   { top: 51%; left: 26%; }
[data-map="7"]   { top: 51%; left: 51%; }
[data-map="8"]   { top: 54%; left: 83%; }
[data-map="9"]   { top: 68%; left: 83%; }
[data-map="10"]  { top: 74%; left: 61%; }


.l-map_pos::before {
  display: block;
  position: absolute;
  left: -200%;
  z-index: 20;
  top: -50%;
  content: "";
  width: 30px;
  height: 85px;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 100%);
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.5)),color-stop(100%,rgba(255,255,255,0)));
  background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #ffffff rgba(255,255,255,0.5),rgba(255,255,255,0) 100%);
  animation: shiny 3s infinite linear;
  -webkit-animation: shiny 3s infinite linear;
  -moz-animation: shiny 3s infinite linear;
}
@keyframes shiny {
  0% {left: -200%;}
  20% {left: 600%;}
  100% { left: 600%;}
}
@-webkit-keyframes shiny {
  0% {left: -200%;}
  20% {left: 600%;}
  100% {left: 600%;}
}
@-moz-keyframes shiny {
  0% {left: -200%;}
  20% {left: 600%;}
  100% {left: 600%;}
}


.l-welcome {
  position: fixed;
  z-index: 400;
  display: none;
}
@media print, screen and (min-width: 769px) {
  .l-welcome {
    width: 530px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .l-welcome {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
  }
}

.l-welcome_content {
  height: 100%;
}
@media print, screen and (min-width: 769px) {
  .l-welcome_content {
    
  }
}
@media screen and (max-width: 768px) {
  .l-welcome_content {
    display: flex;
    align-items: center;
    overflow-y: auto;
  }
}

.l-welcome_wrap {
  background: rgba(255,255,255,0.8) url('../image/welcome-bg.png') no-repeat top center;
  background-size: contain;

}
@media print, screen and (min-width: 769px) {
  .l-welcome_wrap {
    padding: 80px 50px 50px 50px;
  }
}
@media screen and (max-width: 768px) {
  .l-welcome_wrap {
    padding: calc(100 / 768 * 100vw) calc(50 / 768 * 100vw);
  }
}

.l-welcome_heading {
  color: #0090eb;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .l-welcome_heading {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-welcome_heading {
    margin-bottom: calc(36 / 768 * 100vw);
  }
}


.l-welcome_heading_sub {
  line-height: 1.4;
  font-weight: 500;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .l-welcome_heading_sub {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .l-welcome_heading_sub {
    font-size: calc(30 / 768 * 100vw);
  }
}


.l-welcome_heading_main {
  line-height: 1.4;
  font-weight: 700;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .l-welcome_heading_main {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .l-welcome_heading_main {
    font-size: calc(36 / 768 * 100vw);
  }
}


.l-welcome_body {
  line-height: 1.8;
}
@media print, screen and (min-width: 769px) {
  .l-welcome_body {

  }
}
@media screen and (max-width: 768px) {
  .l-welcome_body {
    font-size: calc(28 / 768 * 100vw);
  }
}


.l-welcome_lets {
  color: #0090eb;
  font-weight: 700;
  text-align: center;
  margin: 1.5rem 0;
}
@media print, screen and (min-width: 769px) {
  .l-welcome_lets {

  }
}
@media screen and (max-width: 768px) {
  .l-welcome_lets {

  }
}


.l-welcome_lets_wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .l-welcome_lets_wrap {

  }
}
@media screen and (max-width: 768px) {
  .l-welcome_lets_wrap {

  }
}

.l-welcome_lets_wrap::before {
  content: "";
  display: block;
  width: 1px;
  background-color: #0090eb;
  transform: rotate(-30deg);
  margin-right: .8rem;
}
@media print, screen and (min-width: 769px) {
  .l-welcome_lets_wrap::before {
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .l-welcome_lets_wrap::before {

  }
}

.l-welcome_lets_wrap::after {
  content: "";
  display: block;
  width: 1px;
  background-color: #0090eb;
  transform: rotate(30deg);
  margin-left: .8rem;
}
@media print, screen and (min-width: 769px) {
  .l-welcome_lets_wrap::after {
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .l-welcome_lets_wrap::after {

  }
}



.l-welcome_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  border: 0;
  background: #0090eb;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  transition: opacity .3s ease;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .l-welcome_btn {
    font-size: 18px;
    border-radius: 30px;
    padding: 10px 20px;
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .l-welcome_btn {
    padding: calc(30 / 768 * 100vw) 0;
    font-size: calc(30 / 768 * 100vw);
    border-radius: calc(60 / 768 * 100vw);
  }
}
.l-welcome_btn:hover {
  opacity: 0.7;
}

.l-welcome_btn_go {
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .l-welcome_btn_go {
    width: calc(20 / 768 * 100vw);
  }
}
.l-welcome_btn_arrow {
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .l-welcome_btn_arrow {
    width: calc(20 / 768 * 100vw);
  }
}

.l-welcome_use {
  margin-top: 1.5rem;
  transition: opacity .3s ease;
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .l-welcome_use {

  }
}
@media screen and (max-width: 768px) {
  .l-welcome_use {

  }
}
.l-welcome_use:hover {
  opacity: 0.7;
}

.l-welcome_use_anchor {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media print, screen and (min-width: 769px) {
  .l-welcome_use_anchor {

  }
}
@media screen and (max-width: 768px) {
  .l-welcome_use_anchor {

  }
}

.l-welcome_use_icon {
  margin-right: 0.4rem;
}


.l-documentOverlay {
  position: fixed;
  background-color: rgba(0,0,0,.5);
  top: 0;
  left: 0;
  z-index: 400;
  height: 100%;
  width: 100%;
  display: none;
}


.l-document {
  position: fixed;
  z-index: 410;
  display: none;
  transition: all .3s ease;
}

@media print, screen and (min-width: 769px) {
  .l-document {
    width: calc(100% - 500px);
    height: calc(100vh - 260px);
    margin-left: calc(-50% + 250px);
    margin-top: calc(-50vh + 130px);
    top: 50%;
    left: 50%;
  }
  .l-document.is-in {
    width: calc(100% - 50px);
    height: 100vh;
    margin-left: 0;
    margin-top: 0;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .l-document {
    width: calc(100% - 200px);
    margin-left: calc(-50% + 100px);
  }
}

@media screen and (max-width: 768px) {
  .l-document {
    width: 100%;
    height: calc(100% - 13.02083vw);
    top: 13.02083vw;
    left: 0;
  }
  .l-document.is-in {
  }
}

.l-document_close {
  top: 0;
}
@media print, screen and (min-width: 769px) {
  .l-document_close {
  }
}
@media screen and (max-width: 768px) {
  .l-document_close {
    top: -13.02083vw;
  }
}

.l-document_inout {
  border-top: 1px solid rgba(0,0,0,.7);
}
@media print, screen and (min-width: 769px) {
  .l-document_inout {
    top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .l-document_inout {
    display: none  !important;
  }
}


.l-document_close, .l-document_inout {
  position: absolute;
  cursor: pointer;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .3s ease;
  z-index: 300;

}
@media print, screen and (min-width: 769px) {
  .l-document_close, .l-document_inout {
    width: 50px;
    height: 50px;
    transform: translateX(100%);
    background-color: rgba(0,0,0,.7);
  }
}
@media screen and (max-width: 768px) {
  .l-document_close, .l-document_inout {
    width: calc(100 / 768 * 100vw);
    height: calc(100 / 768 * 100vw);
    background-color: #333;
  }
}
.l-document_close:hover, .l-document_inout:hover {
  background-color: #555;
}


.l-document_item {
  height: 100%;
  display: none;
  background-color: #000;
}
@media print, screen and (min-width: 769px) {
  .l-document_item {

  }
}
@media screen and (max-width: 768px) {
  .l-document_item {

  }
}


.l-document_pdf {
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 769px) {
  .l-document_pdf {

  }
}
@media screen and (max-width: 768px) {
  .l-document_pdf {

  }
}


.l-document_video {
  width: 100%;
  height: 100%;
  background-color: #000;
}
@media print, screen and (min-width: 769px) {
  .l-document_video {

  }
}
@media screen and (max-width: 768px) {
  .l-document_video {

  }
}


.l-document_youtube {
  display: flex;
  align-items: center;
  height: 100%;
  max-width: 1130px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1630px) {
  .l-document_youtube {
    
  }
}
@media print, screen and (min-width: 769px) {
  .l-document_youtube {
  }
}
@media screen and (max-width: 768px) {
  .l-document_youtube {

  }
}
.l-document.is-in .l-document_youtube {
  max-width: none;
  max-height: 100vh;
}

.l-document_youtube_container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
@media print, screen and (min-width: 1630px) {
  .l-document_youtube_container {
    height: 100%;
    padding-top: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .l-document_youtube_container {

  }
}
@media screen and (max-width: 768px) {
  .l-document_youtube_container {

  }
}


.l-document_youtube_iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 1630px) {
  .l-document_youtube_iframe {
    position: static;
  }
}
@media print, screen and (min-width: 769px) {
  .l-document_youtube_iframe {

  }
}
@media screen and (max-width: 768px) {
  .l-document_youtube_iframe {

  }
}


.l-document_noYoutube,.l-document_undoYoutube {
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: opacity .3s ease background-color .3s ease;
}
@media print, screen and (min-width: 769px) {
  .l-document_noYoutube,.l-document_undoYoutube {
    margin-top: 1rem;
  }
  .l-document_noYoutube:hover,.l-document_undoYoutube:hover {
    opacity: 0.7;
  }

  .l-document.is-in .l-document_noYoutube,.l-document_undoYoutube {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #222;
    margin-top: 0;
  }
  .l-document.is-in .l-document_noYoutube:hover,.l-document.is-in .l-document_undoYoutube:hover {
    background-color: #333;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .l-document_noYoutube,.l-document_undoYoutube {
    height: 13.02083vw;
    background-color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .l-document_noYoutube:hover,.l-document_undoYoutube:hover {
    background-color: #555;
  }
}

.l-browserOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,.8);
}

.l-browser {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1010;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .l-browser {
    
  }
}
@media screen and (max-width: 768px) {
  .l-browser {
    
  }
}


.l-browser_container {
  background-color: #fff;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .l-browser_container {
    padding: 70px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .l-browser_container {
    padding: 50px;
    line-height: 2;
  }
}


.l-browser_close {
  background-color: #0090eb;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  transition: opacity .3s ease;
}
@media print, screen and (min-width: 769px) {
  .l-browser_close {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-browser_close {
    width: 40px;
    height: 40px;
  }
}
.l-browser_close:hover {
  opacity: .7;
}


.l-thumbnail {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 200;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, .6);
  transition: bottom .5s ease, opacity .5s ease;
  opacity: 0;
}
@media print, screen and (min-width: 769px) {
  .l-thumbnail {
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .l-thumbnail {
    height: 120px;
  }
}
.l-thumbnail.is-show {
  bottom: 171px;
  opacity: 1;
}

.l-thumbnail_container {
  
}
@media print, screen and (min-width: 769px) {
  .l-thumbnail_container {
  }
}
@media screen and (max-width: 768px) {
  .l-thumbnail_container {

  }
}


.l-thumbnail_list {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .l-thumbnail_list {
    max-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .l-thumbnail_list {
    max-width: calc(100vw - 80px);
  }
}


.l-thumbnail_item {
  transition: opacity .2s ease;
  cursor: pointer;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .l-thumbnail_item {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .l-thumbnail_item {
    margin-left: 10px;
  }
}

.l-thumbnail_item:hover {
  opacity: 0.7;
}

.l-thumbnail_item.is-current {
  position: relative;
}

.l-thumbnail_item.is-current::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #fff;
}

.l-thumbnail_item_num {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.6);
  color: #fff;
  display: flex;
  width: 1.4rem;
  height: 1.4rem;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .l-thumbnail_item_num {
    font-size: 13px;
    width: 1.5rem;
    height: 1.5rem;
  }
}

.l-thumbnail_image {

}
@media print, screen and (min-width: 769px) {
  .l-thumbnail_image {

  }
}
@media screen and (max-width: 768px) {
  .l-thumbnail_image {

  }
}


.l-thumbnail_item {

}
@media print, screen and (min-width: 769px) {
  .l-thumbnail_item {

  }
}
@media screen and (max-width: 768px) {
  .l-thumbnail_item {

  }
}


.l-thumbnail_left, .l-thumbnail_right {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  transition: background-color .2s ease;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .l-thumbnail_left, .l-thumbnail_right {
    width: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-thumbnail_left, .l-thumbnail_right {
    width: 30px;
  }
}
.l-thumbnail_left:hover, .l-thumbnail_right:hover {
  background-color: rgba(0, 0, 0, .7);
}


.l-thumbnail_left {
}
@media print, screen and (min-width: 769px) {
  .l-thumbnail_left {
    left: -35px;
  }
}
@media screen and (max-width: 768px) {
  .l-thumbnail_left {
    left: -35px;
  }
}


.l-thumbnail_right {

}
@media print, screen and (min-width: 769px) {
  .l-thumbnail_right {
    right: -35px;
  }
}
@media screen and (max-width: 768px) {
  .l-thumbnail_right {
    right: -35px;
  }
}


.l-shareOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,.5);
  display: none;
}

.l-share {
  position: fixed;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 301;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  transition: top .6s ease, transform .6s ease;

}
@media print, screen and (min-width: 769px) {
  .l-share {
    
  }
}
@media screen and (max-width: 768px) {
  .l-share {
    width: 60%;
  }
}
.l-share.is-show {
  top: 50%;
  transform: translate(-50%, -50%);
}

.l-share_title {
  border-left: 5px solid #0091ea;
  font-weight: 700;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0.8em;
}
@media print, screen and (min-width: 769px) {
  .l-share_title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .l-share_title {
    font-size: calc(32 / 768 * 100vw);
    height: calc(80 / 768 * 100vw);
  }
}


.l-share_close {
  cursor: pointer;
  height: 100%;
  transition: background-color .2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .l-share_close {
    height: 42px;
    width: 42px;
  }
}
@media screen and (max-width: 768px) {
  .l-share_close {
    height: calc(80 / 768 * 100vw);
    width: calc(80 / 768 * 100vw);
  }
}
.l-share_close:hover {
  background-color: #555;
}

.l-share_content {
  display: flex;
  background-color: #fff;
}
@media print, screen and (min-width: 769px){
  .l-share_content {
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  .l-share_content {
    padding: calc(50 / 758 * 100vw);
  }
}

.l-share_list {
  display: flex;
}
@media print, screen and (min-width: 769px){
  .l-share_list {

  }
}
@media screen and (max-width: 768px) {
  .l-share_list {

  }
}


.l-share_item {
  transition: opacity .3s ease;
}
@media print, screen and (min-width: 769px){
  .l-share_item {

  }
}
@media screen and (max-width: 768px) {
  .l-share_item {

  }
}
.l-share_item + .l-share_item {
  margin-left: 2rem;
}
.l-share_item:hover {
  opacity: 0.7;
}

.l-share_icon {

}
@media print, screen and (min-width: 769px){
  .l-share_icon {
    width: 60px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-share_icon {
    width: calc(300 / 768 * 100vw);
  }
}


.l-toolbar {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.7);
}


.l-toolbar .l-toolbar_item {
  cursor: pointer;
}

.l-toolbar .l-toolbar_item:hover {
  background-color: rgba(0, 0, 0, .5);
}

.l-toolbar #share-facebook {
  position: relative;
  top: auto;
  left: auto;
  margin-left: 16px;
  overflow: visible;
}

.l-toolbar #share-facebook::before {
  position: absolute;
  top: 50%;
  left: -8px;
  margin-top: -15px;
  content: '';
  height: 30px;
  border-left: 1px solid #666;
}


.l-talk {
  position: fixed;
  left: 0;
  padding: 20px;
}
@media print, screen and (min-width: 769px){
  .l-talk {
    top: 90px;
  }  
}
@media screen and (max-width: 768px) {
  .l-talk {
    bottom: 50px;
    max-width: calc(100% - 20px);
    overflow-x: auto;
  }
}

.l-talk_list {
  display: none;
}
@media print, screen and (min-width: 769px){
  .l-talk_list {
    width: 150px;
  }  
}
@media screen and (max-width: 768px) {
  .l-talk_list {

  }
  .l-talk_list .l-talk_item:last-child {
    margin-right: 20px;
  }
}
.l-talk_list.is-active {
  display: block;
  white-space: nowrap;
}

.l-talk_item {
  background-color: #242424;
  cursor: pointer;
  box-shadow: 0 0 3px 2px #fff;
  opacity: 0;
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: .5s;
}
@media print, screen and (min-width: 769px){
  .l-talk_item {
    padding: 10px 10px 0 10px;
    width: 150px;
    border-radius: 6px;
  }
  .l-talk_item + .l-talk_item {
    margin-top: 18px;
  }
}
@media screen and (max-width: 768px) {
  .l-talk_item {
    width: calc(240 / 768 * 100vw);
    padding: calc(14 / 768 * 100vw) calc(14 / 768 * 100vw) 0 calc(14 / 768 * 100vw);
    border-radius: calc(8 / 768 * 100vw);
    display: inline-block;
  }
  .l-talk_item + .l-talk_item {
    margin-left: calc(20 / 768 * 100vw);
  }
}

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.l-talk_image {
  position: relative;
  transition: opacity .3s ease;
}
@media print, screen and (min-width: 769px){
  .l-talk_image {

  }  
}
@media screen and (max-width: 768px) {
  .l-talk_image {

  }
}



.l-talk_item:hover .l-talk_image {
  opacity: 0.7;
}

.l-talk_image::after {
  content: '';
  background-image: url('../image/icon-talk.png');
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 769px){
  .l-talk_image::after {
    width: 30px;
    height: 30px;
  }  
}
@media screen and (max-width: 768px) {
  .l-talk_image::after {
    width: calc(50 / 768 * 100vw);
    height: calc(50 / 768 * 100vw);
  }
}

.l-talk_image img {
  width: 100%;
}

.l-talk_title {
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 769px){
  .l-talk_title {
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .l-talk_title {
    padding: calc(14 / 768 * 100vw);
  }
}

.l-document_sound {
  max-width: 520px;
  margin: 0 auto;
  background-color: #fff;
  height: 100%;
}

.l-document_sound_image_item {
  display: none;
}

.l-document_sound_control_button {
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  transition: opacity .3s ease;
}
.l-document_sound_control_button:hover {
  opacity: 0.6;
}


.l-document_sound_control {
  background-color: #C9C9C9;
  padding: 24px 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow-y: auto;
  height: calc(100vh - 260px - 330px);
}

.l-document.is-in .l-document_sound_control {
}

.l-document.is-in .l-document_sound_control{
  height: calc(100vh - 330px);
}

.l-document_sound_control_item {
  background-color: #fff;
  display: flex;
  padding: 10px 20px;
  align-items: center;
  justify-content: space-between;
}


@media screen and (max-width: 768px) {
  .l-document_sound {
    height: 40%;
  }
  .l-document_sound_control {
    height: 100%;
    padding: calc(24 / 768 * 100vw) calc(40 / 768 * 100vw);
  }
  .l-document_sound_control_item {
    padding: calc(10 / 768 * 100vw) calc(20 / 768 * 100vw);
  }
  .l-document_sound_control_name {
    font-size: calc(26 / 768 * 100vw);
  }
  .l-document_sound_control_button img {
    width: calc(180 / 768 * 100vw);
  }
}

.sound-wave-indicator {
  opacity: 0;
  transition: all .2s ease;
  margin-left: auto;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  gap: 2px;
}

.l-document_soundModal {
  display: none;
}

.sound-wave-indicator.show {
  opacity: 1;
}

.wave-bar {
  width: 2px;
  background-color: #007bff;
  border-radius: 1px;
  animation: wave-animation 0.8s ease-in-out infinite;
}

@media print, screen and (min-width: 769px){
  .u-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}
