*{
  margin: 0;
  padding: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.en{
  font-family: 'Cormorant', serif;
}
.view_text,.view_flex{
  opacity: 0;
  transition:0.3s;
}
#container{
  position:fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top:0;
}
#myCanvas{
  transform:scale(0.5);
  transform-origin: left top;
}
#load_text{
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  width:calc(100% - 20px);
  border-radius: 5px;
  color: #666;
  font-size:18px;
  text-align: center;
}
#load_text img{
  max-width: 140px;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 100%;
  box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
#load_text p{
  color: #fff;
  font-size: 14px;
  text-shadow: 0 0 4px rgba(0,0,0,0.5);
}
#load{
  position: fixed;
  width:100%;
  height: 100%;
  left: 0;
  top:0;
  overflow: auto;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+25,000000+100&0.4+25,0+100 */
  background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.4) 25%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.4) 25%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center,  rgba(0,0,0,0.4) 25%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#start_btn{
  position: relative;
  max-width: 360px;
  text-align: center;
  font-size:16px;
  font-weight: normal;
  /*
  background: rgba(47,195,167,1);
  */
  
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2fc3a7+0,00a37d+100 */
  background: rgb(47,195,167); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(47,195,167,0.8) 0%, rgba(0,163,125,0.8) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(47,195,167,0.8) 0%,rgba(0,163,125,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(47,195,167,0.8) 0%,rgba(0,163,125,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fc3a7', endColorstr='#00a37d',GradientType=0 ); /* IE6-9 */
  
  padding: 10px 0;
  margin: 40px auto 0;
  color: #FFF;
  cursor: pointer;
  transition:0.3s;
  border: solid 1px #81cdbf;
  border-radius: 5px;
}
#start_btn:hover{
  opacity: 0.9;
/*  background: #5dcfb9;*/
}
.spec{
  position: absolute;
  right: 15px;
  bottom:15px;
  font-size:16px;
  line-height: 28px;
  font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  background: rgba(255,255,255,0.8);
  padding: 15px 20px;
  color: #333;
  font-weight: 500;
  border: solid 1px #FFF;
  box-shadow: 0 0 6px rgba(255,255,255,0.8);
}
h1{
  position: absolute;
  left: 15px;
  top:15px;
  font-size:24px;
  font-weight: normal;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  background: rgba(255,255,255,0.8);
  padding: 20px 30px 15px;
  color: #333;
  border: solid 1px #FFF;
  box-shadow: 0 0 6px rgba(255,255,255,0.8);
}
h1 span{
  font-size:20px;
  line-height: 20px;
  font-style: italic;
  color: #333;
  display: block;
  margin-bottom:5px;
}
.panorama_title{
  text-align: center;
  padding: 0 30px 30px;
}
.panorama_title .h2_en{
  color: #FFF;
  font-size:38px;
  font-weight: normal;
  padding-bottom:15px;
  font-family: 'Cormorant', serif;
  font-style: italic;
  text-shadow: 0 0 4px rgba(0,0,0,0.5);
}
.panorama_title .h2_jp{
  color: #FFF;
  border-top: solid 1px #FFF;
  font-size:38px;
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  display: inline-block;
  font-weight: 300;
  padding: 10px 15px 0;
  text-shadow: 0 0 4px rgba(0,0,0,0.5);
}



.load_img{
  margin:0;
}
#popfade{
  position: fixed;
  width:100%;
  height: 100%;
  left: 0;
  top:0;
  background: rgba(0,0,0,0.5);
  display: none;
  overflow: auto;
}
#popinfo{
  position: absolute;
  left: 50%;
  top:50%;
  transform:translate(-50%,-50%);
  max-width: 600px;
  width: 100%;
  padding: 15px;
  margin: 0 auto;
  background: #FFF;
  text-align: justify;
}
#popinfo h2{
  font-size:16px;
  line-height: 32px;
  color: #333;
  text-align: left;
  font-weight: 600;
}
#popinfo p{
  font-size:14px;
  line-height: 24px;
  color: #333;
}
.view_flex{
/*  display: none;*/
}
.sp_view{
  display: none;
}

.view_mode{
    margin-left:15px;
  }
  .view_flex{
    display: flex;
    margin-top:10px;
    margin-right:10px;
    align-items: center;
    justify-content: flex-end;
  }
  .text_set p{
    position: relative;
    font-size:10px;
    margin-bottom:2px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0,0,0,1);
    font-weight: 600;
  }
  .text_view{
    position: relative;
    width:56px;
    height: 30px;
    border-radius: 30px;
    background: #01d356;
    border: solid 1px #FFF;
    box-shadow: 0 0 2px rgba(100,100,100,1);    
  }
  .text_view_btn{
    position: absolute;
    left:calc(100% - 28px);
    top:2px;
    width:26px;
    height: 26px;
    border-radius: 100%;
    background: #FFF;
    box-shadow: 0 0 3px rgba(100,100,100,1);
    transition:0.3s ease;
  }
  .text_view_off{
    background: #ededed;
  }
  .text_view_off .text_view_btn{
    left:2px;
  }
  .view_type{
    position: relative;
    width:40px;
    height: 40px;
    background: #504233;
    border-radius: 100%;
    margin-top:22%;
    margin-left:2%;
    padding: 5px;
    display: none;
    border: solid 1px #444444;
  }
  .d_type{
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin:0 0 8px;
  }
  .d_type .mode_icon{
    width:28px;
    height: 28px;
    background: #504233;
    border-radius: 100%;
    padding: 5px;
    border: solid 1px #ccc;
    margin-right:10px;
  }
  .d_type .mode_icon img{
    width:100%;
    height: auto;
  }
  .d_type p{
    font-size:14px !important;
    text-align: left;
    display: inline-block;
  }
  .type_active{
    display: block;
  }
    
@media (max-width:768px) {  
  #load{
    background: rgba(0,0,0,0.4);
  }
  .panorama_title{
    text-align: center;
    padding: 0;
    margin-bottom:10px;
  }
  .panorama_title .h2_en{
    color: #FFF;
    font-size:42px;
    font-weight: normal;
    padding-bottom:5px;
    font-family: 'Cormorant', serif;
    font-style: italic;
    text-shadow: 0 0 4px rgba(0,0,0,0.5);
  }
  .panorama_title .h2_jp{
    color: #FFF;
    border-top: solid 1px #FFF;
    font-size:30px;
    display: inline-block;
    font-weight: 300;
    padding: 4px 0 0;
    margin-bottom:15px;
    width: 100%;
    text-shadow: 0 0 4px rgba(0,0,0,0.5);
  }
  #load_text img{
    max-width: 120px;
    margin: 0 auto;
  }

  
  #load_text {
    position:relative;
    left: 0;
    top: 50%;
    transform:translateY(-50%);
    margin: 0 auto;
    width: calc(100% - 30px);
  }
  #load .load_text_none{
    margin:15px auto 30px;
    top: 0;
    transform:none
  }
  
  .sp_view{
    display: block !important;
    background: rgba(0,0,0,0.5);
    margin-top:30px;
    padding: 15px 15px 5px;
    box-sizing: border-box;
  }
  .sp_view h3{
    text-align: center;
    font-size:18px;
    font-weight: 600;
    color: #fff;
  }
  #load_text p{
    font-size:16px;
    line-height: 22px;
  }
  #load_text .sp_view p{
    color: #fff;
    text-shadow: none;
  }
  #load_text .sp_view .type_h{
    font-size:14px;
    font-weight: 600;
    text-align: center;
    margin-bottom:10px;
  }
  #load_text .sp_view .d_type p{
    font-size:14px !important;
  }
  .d_type .bold{
    font-weight: 600;
  }
  h1 {
    position: relative;
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    font-size: 22px;
    line-height: 22px;
    padding: 10px 0;
    box-shadow: 0 0 3px rgb(255 255 255 / 80%);
    text-align: center;
  }
  .spec {
    right: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    font-size: 16px;
    line-height: 24px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    background: rgba(255,255,255,0.8);
    padding: 10px 0;
    color: #333;
    font-weight: 500;
    border: solid 1px #FFF;
    text-align: center;
    box-shadow: 0 0 6px rgb(255 255 255 / 80%);
  }  
  #popinfo {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% - 60px);
    padding: 15px 15px 20px;
    margin: 0 auto;
  }
  #popinfo h2 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom:6px;
  }
  #popinfo p {
    font-size: 14px;
    line-height: 28px;
  }
  .load_img {
    margin: 0 0 5px;
  }
  #start_btn{
    margin: 30px 0 0;
    max-width: 100%;
    font-size: 16px;
  }
}
@media (orientation: landscape) and (max-width: 900px){
  @media (orientation: landscape){
    #popinfo{
      position: absolute;
      left: 50%;
      top: 0;
      transform:translate(-50%,0);
      margin-top:30px;
      max-width: 320px;
    }
  }
}









