/* --- BIBLIOTEKA --- */
/* --- Biblioteka Grid --- */
.biblio-grid{
  display:flex;
  flex-wrap:wrap;
  margin:-1rem;
}
.biblio-grid li { width:25%; }                 /* PC：4列 */
@media(max-width:768px){
  .biblio-grid li{ width:50%; }               /* モバイル全体：2列 */
}
.biblio-grid img{
  width:100%;
  height:auto;
  display:block;
}

.lightOuter {
background:url("../image/BG/lightning.png");
    background-size:100% auto;
    color: white;
    width: 100%;
    overflow: hidden;

}

#bibliotekahead {
    width: 100%;
    text-align: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
}

#biblioteka-search {
    position: relative;
    width: 100%;
    margin: 0;
    padding-top: 100px;
    padding-bottom: 50px;
}


#biblioteka {
  color: white;
  min-height: 600px;
  margin: 15px auto;
  padding: 1px 0px 1px;
}

.two-mind {
  transform-style: preserve-3d;
  perspective: 500px;
  margin: 15px auto 15px;
  text-align: center;
}

#MDL-Area {
  width: 100%;
  display: block;
  text-align: center;
  justify-content: center;
  position: relative;
  vertical-align: top;
}


/* --- パネルボタン --- */

.panel-button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 100px;
  outline: none;
}

.panel-button::before, .panel-button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.panel-button, .panel-button::before, .panel-button::after {
  box-sizing: border-box;
  transition: all .6s;
}

.buttonRound {
  display: flex;
  flex-direction: column;
  position: absolute;
  color: #a9a9a9 !important;
  font-size: 25px;
  font-weight: bold;
  background-color: white;
  border: 2px solid  #1e90ff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  line-height: 28px;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0 0;
  margin: 2px 2px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  cursor: hand;
}

.buttonRound:hover {
  background-color:  #1e90ff;
  border-color:  #1e90ff;
  color: whitesmoke !important;
}

.buttonRound-blue {
  display: flex;
  flex-direction: column;
  position: absolute;
  font-size: 25px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid blue;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  line-height: 28px;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0 0;
  margin: 2px 2px;
  align-items: center;
  justify-content: center;
  user-select: none;
  touch-callout: none;
  pointer-events: none;
}

.buttonRound-none {
  display: flex;
  flex-direction: column;
  position: absolute;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid blue;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  line-height: 28px;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0 0;
  margin: 2px 2px;
  align-items: center;
  justify-content: center;
  opacity: 0;
  user-select: none;
  touch-callout: none;
  pointer-events: none;
}

.buttonSquare {
  display: flex;
  flex-direction: column;
  position: relative;
  color: #a9a9a9 !important;
  font-size: 25px;
  font-weight: bold;
  background-color: rgba(255,255,255,1);
  border: 2px solid  #1e90ff;
  width: inherit;
  height: inherit;
  line-height: 28px;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  cursor: hand;
}

.buttonSquare:hover {
  background-color:  #1e90ff;
  border-color:  #1e90ff;
  color: whitesmoke !important;
}

.buttonSquare.shiinArea {
  display: block;
  position: relative;
  color: rgba(255, 255, 255, 0) !important;
  width: 565px;
  height: 565px;
  margin: 0px 0px;
  border: 2px solid blue;
  background-color: rgba(255, 255, 255, 0);
//  transition-property: all;
//  transition-duration: 1s;
}

.buttonSquare-none {
  display: flex;
  flex-direction: column;
  position: absolute;
  color: #a9a9a9 !important;
  font-size: 25px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid blue;
  width: 185px;
  height: 205px;
  line-height: 28px;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0 0;
  align-items: center;
  justify-content: center;
}

.left-panel {
  display: inline-block;
  color: #a9a9a9 !important;
  font-size: 25px;
  font-weight: bold;
  background-size: cover;
  width: 150px;
  height: 150px;
  border: 3px solid  #1e90ff;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 1);
  cursor: pointer;
  cursor: hand;
  margin-right: 50px;
  transform: rotateY(70deg);
}

.left-panel:hover {
  background-color:  #1e90ff;
  border-color:  #1e90ff;
  color: #007bbb !important;
}

.left-panel.opened {
  background-color:  #1e90ff;
  border-color:  #1e90ff;
  color: #007bbb !important;
}

.right-panel {
  display: inline-block;
  color: #a9a9a9 !important;
  font-size: 25px;
  font-weight: bold;
  background-size: cover;
  width: 150px;
  height: 150px;
  border: 3px solid  #1e90ff;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 1);
  cursor: pointer;
  cursor: hand;
  margin-left: 50px;
  transform: rotateY(-70deg);
}

.right-panel:hover {
  background-color:  #1e90ff;
  border-color:  #1e90ff;
  color: #007bbb !important;
}

.right-panel.opened {
  background-color:  #1e90ff;
  border-color:  #1e90ff;
  color: #007bbb !important;
}

.back-box-left {
  display: inline-block;
  position: absolute;
  width: 90px;
  height: 200px;
  top: 50px;
  left: 20vw;
//  left: 10px;
  border-radius: 10%;
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
  border-spacing: 0 0;
  text-align: center;
  line-height: 150px;
  opacity: 0;
  pointer-events: none;
  transition-property: opacity;
  transition-duration: 1s;
  cursor: hand;
  cursor: pointer;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .back-box-left {
    left: 10px;
  }
}

.back-box-left.opened {
  opacity: 1;
  pointer-events: all;
}

.back-triangle {
  position: absolute;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  border-top: solid 4px #697b91;
  border-left: solid 4px #697b91;
  opacity: 0.3;
}

.back-triangle.left {
  left: 35px;
  top: 75px;
  transform: rotate(-45deg);
}

#mandala-backbutton:hover>#left-tri {
  border-top: solid 4px #00de0c;
  border-left: solid 4px #00de0c;
  opacity: 1;
}


/* --- タイトル --- */

@media all and (-ms-high-contrast:none) {
  .J-title, .J-title-min, .J-title-small, .J-title-wid, .J-title-ver, .J-title-centro {
    font-family: 'MS PGothic', 'メイリオ', Meiryo, sans-serif;
  }
  .ENG-title, .ENG-title-min, .ENG-title-small, .ENG-title-wid, .ENG-title-ver, .ENG-title-centro {
    font-family: 'Arial', 'メイリオ', Meiryo, 'MS PGothic', sans-serif;
  }
}

.J-title {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 5px;
  user-select: none;
}

.ENG-title {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  user-select: none;
}

.J-title-mini {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
  user-select: none;
}

.ENG-title-mini {
  display: block;
  font-size: 10px;
  line-height: 20px;
  user-select: none;
}

.J-title-small {
  display: block;
  font-size: 25px;
  font-weight: bold;
  line-height: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  user-select: none;
}

.ENG-title-small {
  display: block;
  font-size: 15px;
  line-height: 15px;
  user-select: none;
}

.J-title-wid {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  margin-right: 5px;
  vertical-align: middle;
  user-select: none;
}

.ENG-title-wid {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  margin-left: 5px;
  vertical-align: middle;
  user-select: none;
}

.wid-char {
  display: inline;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
}

.monju-char {
  display: inline;
}

.saige-char1 {
  position: absolute;
  display: inline;
  top: 6px;
  left: 0;
  right: 0;
}

.saige-char2 {
  position: absolute;
  display: inline;
  bottom: 4px;
  left: 0;
  right: 0;
}

.wid-mid-char {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
}

.J-title-ver {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  margin-left: 0px;
  user-select: none;
}

.ENG-title-ver {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 28px;
  margin-top: 15px;
  height: 50px;
  vertical-align: middle;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  user-select: none;
}

.ver-char {
  display: inline-block;
  position: absolute;
  top: 120px;
  left: 5px;
}

.ver-mid-char {
  display: inline-block;
  position: absolute;
  top: 70px;
  left: 34px;
}

.J-title-centro {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 5px;
  user-select: none;
}

.ENG-title-centro {
  display: block;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  user-select: none;
}

.centro-char {
  display: block;
  position: absolute;
  margin-top: 55px;
  top: 0;
  left: 0;
  right: 0;
}

.wid-topunder-char {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
}


/* --- メインパネル --- */

.MDL-main {
  display: inline-block;
  width: 674px;
  height: 760px;
  margin-top: 30px;
  left: 0;
  right: 0;
  position: relative;
  border-top: 1px solid blue;
  border-right: 1px solid blue;
  border-left: 1px solid blue;
  border-bottom: 1px solid blue;
  border-collapse: collapse;
  border-spacing: 0 0;
  background-color: rgba(255,255,255,0.3);
  opacity: 1;
  transition-property: opacity;
  transition-duration: 1s;
}

.MDL-main.taizo {
  display: inline-block;
  width: 671px;
  height: 760px;
  margin-top: 30px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0);
  border-collapse: collapse;
  border-spacing: 0 0;
  opacity: 1;
//  transition-property: opacity;    
//  transition-duration: 1s;
}

.MDL-longBOX {
  display: inline-block;
  width: 671px;
  margin-bottom: 130px;
  position: relative;
  /* transition-property: all;
     transition-duration: 1s; */
}

.MDL-longBOX.long,
.MDL-longBOX.semi {
  height: 1200px;
}

.MDL-longBOX.middle {
  height: 930px;
}

.MDL-longBOX {
  height: 760px; /* デフォルト（クラスなし）の場合 */
}

.MDL-redband {
  display: block;
  position: absolute;
  border: 1px solid red;
  width: 660px;
  height: 748px;
  background-color: rgba(255, 255, 255, 0);
  border-collapse: collapse;
  border-spacing: 0 0;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 100;
  opacity: 1;
}

.absoluteArea {
  top: 0;
  left: 0;
  position: absolute;
  width: 671px;
  height: 760px;
}


/* --- 金剛パネル --- */
.kongo {
  display: inline-table;
  position: relative;
  text-align: center;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  margin-top: 13px;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transition-property: opacity;
  transition-duration: 1s;
}

.kongo.opened {
  opacity: 1;
  z-index: 100;
  pointer-events: all;
}

.kongo-sect {
  display: inline-table;
  width: 205px;
  height: 235px;
  background-color: none;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0 0;
  z-index: 100;
  margin: 5px 5px;
}

.kongo-sect-none {
  display: inline-table;
  width: 185px;
  height: 205px;
  background-color: none;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0 0;
  z-index: 100;
  margin: 5px 5px;
  /*四角パネル周囲のマージン*/
  pointer-events: none;
}


/* --- 四印パネル --- */

.shiin {
  top: 380px;
  opacity: 0;
  z-index: 0;
  position: relative;
  pointer-events: none;
//  transition-property: opacity;
  transition-duration: 1s;
}

.shiin.opened {
  opacity: 1;
  z-index: 100;
//  pointer-events: all;
}

.shiin-round {
  display: block;
  overflow: hidden;
  position: absolute;
  width: 656px;
  height: 656px;
  border-radius: 50%;
  border: 2px solid blue;
  border-collapse: collapse;
  border-spacing: 0 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.8);
}

.square-shiin {
  display: inline-block;
  position: relative;
  width: 217px;
  height: 217px;
  border-collapse: collapse;
  border-spacing: 0 0;
  line-height: 0px;
  margin: 0px;
  vertical-align: bottom;
}

.square-shiin.back01 {
  border-right: 1px solid blue;
  border-bottom: 1px solid blue;
}

.square-shiin.back02 {
  border-bottom: 1px solid blue;
}

.square-shiin.back03 {
  border-left: 1px solid blue;
  border-bottom: 1px solid blue;
}

.square-shiin.back04 {
  border-right: 1px solid blue;
  border-bottom: 1px solid blue;
}

.square-shiin.back05 {
  border-bottom: 1px solid blue;
}

.square-shiin.back06 {
  border-left: 1px solid blue;
  border-bottom: 1px solid blue;
}

.square-shiin.back07 {
  border-right: 1px solid blue;
}

.square-shiin.back08 {}

.square-shiin.back09 {
  border-left: 1px solid blue;
}

.shiin-side {
  display: block;
  position: absolute;
  width: 138px;
  height: 138px;
  background-color: none;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0 0;
  margin: 0;
}

.shiin-side.TopLeft {
  left: 0;
  top: 0;
}

.shiin-side.TopRight {
  right: 4px;
  top: 0;
}

.shiin-side.BottomLeft {
  left: 0;
  bottom: 4px;
}

.shiin-side.BottomRight {
  right: 4px;
  bottom: 4px;
}

.shiin-corner {
  display: block;
  position: absolute;
  width: 130px;
  height: 130px;
  background-color: none;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0 0;
  margin: 0;
}

.shiin-corner.LeftUp {
  top: 125px;
  left: 82px;
}

.shiin-corner.LightUp {
  top: 125px;
  right: 86px;
}

.shiin-corner.LeftDown {
  left: 82px;
  bottom: 129px;
}

.shiin-corner.LightDown {
  right: 86px;
  bottom: 129px;
}

.shiin-center {
  display: block;
  position: absolute;
  width: 218px;
  height: 218px;
  background-color: none;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0 0;
  margin: 0;
}

.shiin-center.middle {
  top: 261px;
  left: 217px;
}

.shiin-center.left {
  top: 261px;
  left: 0px;
}

.shiin-center.right {
  top: 261px;
  right: 4px;
}

.shiin-center.up {
  top: 44px;
  left: 217px;
}

.shiin-center.down {
  bottom: 49px;
  left: 217px;
}


/* --- 一印パネル --- */

.ichiin {
  opacity: 0;
  z-index: 0;
  top: 380px;
  position: relative;
  pointer-events: none;
//  transition-property: all;
  transition-duration: 1s;
}

.ichiin.opened {
  opacity: 1;
  z-index: 100;
//  pointer-events: all;
}

.ichiin-main {
  display: block;
  position: absolute;
  width: 320px;
  height: 320px;
  background-color: none;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.ichiin-Area {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 4px ridge #b0c4de;
  /*月白*/
  width: 520px;
  height: 520px;
  background-color:rgba(255,255,255,0.8);
  border-collapse: collapse;
  border-spacing: 0 0;
}

.ichiin-round {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 514px;
  height: 514px;
  border-radius: 50%;
  border: 1px solid blue;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0 0;
}


/* --- 理趣パネル --- */

.rishu {
  opacity: 0;
  z-index: 0;
  top: 380px;
  position: relative;
  pointer-events: none;
//  transition-property: all;
  transition-duration: 1s;
}

.rishu.opened {
  opacity: 1;
  z-index: 100;
  pointer-events: all;
}

.rishu-Area {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid blue;
  width: 542px;
  height: 632px;
  background-color:rgba(255,255,255,0.8);
  border-collapse: collapse;
  border-spacing: 0 0;
  z-index: 100;
}

.rishu-sect {
  display: block;
  position: absolute;
  width: 180px;
  height: 180px;
  background-color: none;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0 0;
  top: 0;
  bottom: 1px;
  left: -4px;
  right: 0;
  margin: auto;
}

.square-rishu {
  display: inline-block;
  position: relative;
  width: 180px;
  height: 210px;
  border-collapse: collapse;
  border-spacing: 0 0;
  line-height: 0px;
  margin: 0px;
  vertical-align: bottom;
}

.square-rishu.back01 {
  border-right: 1px solid blue;
  border-bottom: 1px solid blue;
}

.square-rishu.back02 {
  border-bottom: 1px solid blue;
}

.square-rishu.back03 {
  border-left: 1px solid blue;
  border-bottom: 1px solid blue;
}

.square-rishu.back04 {
  border-right: 1px solid blue;
  border-bottom: 1px solid blue;
}

.square-rishu.back05 {
  border-bottom: 1px solid blue;
}

.square-rishu.back06 {
  border-left: 1px solid blue;
  border-bottom: 1px solid blue;
}

.square-rishu.back07 {
  border-right: 1px solid blue;
}

.square-rishu.back08 {}

.square-rishu.back09 {
  border-left: 1px solid blue;
}


/* --- オルターパネル --- */

.kuyo {
  opacity: 0;
  z-index: 0;
  top: 380px;
  position: relative;
  pointer-events: none;
//  transition-property: opacity;
  transition-duration: 1s;
}

.kuyo.opened {
  opacity: 1;
  z-index: 100;
  pointer-events: all;
}

.johjin {
  opacity: 0;
  z-index: 0;
  top: 380px;
  position: relative;
  pointer-events: none;
//  transition-property: all;
  transition-duration: 1s;
}

.johjin.opened {
  opacity: 1;
  z-index: 100;
  pointer-events: all;
}

.gozanze {
  opacity: 0;
  z-index: 0;
  top: 380px;
  position: relative;
  pointer-events: none;
//  transition-property: all;
  transition-duration: 1s;
}

.gozanze.opened {
  opacity: 1;
  z-index: 100;
  pointer-events: all;
}

.misai {
  opacity: 0;
  z-index: 0;
  top: 380px;
  position: relative;
  pointer-events: none;
//  transition-property: all;
  transition-duration: 1s;
}

.misai.opened {
  opacity: 1;
  z-index: 100;
  pointer-events: all;
}

.sanmaya {
  opacity: 0;
  z-index: 0;
  top: 380px;
  position: relative;
  pointer-events: none;
//  transition-property: all;
  transition-duration: 1s;
}

.sanmaya.opened {
  opacity: 1;
  z-index: 100;
  pointer-events: all;
}

.goz-sanmaya {
  opacity: 0;
  z-index: 0;
  top: 380px;
  position: relative;
  pointer-events: none;
//  transition-property: all;
  transition-duration: 1s;
}

.goz-sanmaya.opened {
  opacity: 1;
  z-index: 100;
  pointer-events: all;
}

.alter-Area-kuyo {
  display: block;
  position: absolute;
  width: 561px;
  height: 631px;
  background-color:rgba(255,255,255,0.8);
  border-collapse: collapse;
  border-spacing: 0 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  outline: 4px ridge #32cd32;
  /*青丹*/
  border-top: 1px solid rgba(255, 255, 255, 0);
}

.alter-Area-johjin {
  display: block;
  position: absolute;
  width: 561px;
  height: 631px;
  background-color: rgba(255, 255, 255, 0.8);
  border-collapse: collapse;
  border-spacing: 0 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  outline: 4px ridge #ffb6c1;
  /*象牙*/
  border-top: 1px solid rgba(255, 255, 255, 0);
}

.alter-Area-gozanze {
  display: block;
  position: absolute;
  width: 561px;
  height: 631px;
  background-color: rgba(255, 255, 255, 0.8);
  border-collapse: collapse;
  border-spacing: 0 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  outline: 4px ridge #c71585;
  /*本紫*/
  border-top: 1px solid rgba(255, 255, 255, 0);
}

.alter-Area-misai {
  display: block;
  position: absolute;
  width: 561px;
  height: 631px;
  background-color: rgba(255, 255, 255, 0.8);
  border-collapse: collapse;
  border-spacing: 0 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  outline: 4px ridge #32cd32;
  /*青丹*/
  border-top: 1px solid rgba(255, 255, 255, 0);
}

.alter-Area-sanmaya {
  display: block;
  position: absolute;
  width: 561px;
  height: 631px;
  background-color: rgba(255, 255, 255, 0.8);
  border-collapse: collapse;
  border-spacing: 0 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  outline: 4px ridge #ff8c00;
  /*朱色*/
  border-top: 1px solid rgba(255, 255, 255, 0);
}

.alter-Area-goz-sanmaya {
  display: block;
  position: absolute;
  width: 561px;
  height: 631px;
  background-color: rgba(255, 255, 255, 0.8);
  border-collapse: collapse;
  border-spacing: 0 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  outline: 4px ridge #c71585;
  /*本紫*/
  border-top: 1px solid rgba(255, 255, 255, 0);
}

.alter-round {
  display: block;
  overflow: hidden;
  position: absolute;
  width: 559px;
  height: 559px;
  border-radius: 50%;
  border: 2px solid blue;
  border-collapse: collapse;
  border-spacing: 0 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 150;
}

.alter-side {
  display: block;
  position: absolute;
  width: 115px;
  height: 115px;
  background-color: none;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0 0;
  margin: 0;
}

.alter-side.TopLeft {
  left: 0;
  top: 0;
}

.alter-side.TopRight {
  right: 4px;
  top: 0;
}

.alter-side.BottomLeft {
  left: 0;
  bottom: 4px;
}

.alter-side.BottomRight {
  right: 4px;
  bottom: 4px;
}

.alter-corner {
  display: block;
  position: absolute;
  width: 115px;
  height: 115px;
  background-color: none;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0 0;
  margin: 0;
}

.alter-corner.LeftUp {
  top: 102px;
  left: 68px;
}

.alter-corner.LightUp {
  top: 102px;
  right: 71px;
}

.alter-corner.LeftDown {
  left: 68px;
  bottom: 107px;
}

.alter-corner.LightDown {
  right: 71px;
  bottom: 107px;
}

.alter-center {
  display: block;
  position: absolute;
  width: 185px;
  height: 185px;
  background-color: none;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0 0;
  margin: 0;
}

.alter-center.middle {
  top: 219px;
  left: 186px;
}

.alter-center.left {
  top: 219px;
  left: 0px;
}

.alter-center.right {
  top: 219px;
  right: 4px;
}

.alter-center.up {
  top: 34px;
  left: 186px;
}

.alter-center.down {
  bottom: 40px;
  left: 186px;
}

.square-alter {
  display: inline-block;
  position: relative;
  width: 185px;
  height: 185px;
  border-collapse: collapse;
  border-spacing: 0 0;
  line-height: 0px;
  margin: 0px;
  vertical-align: bottom;
}

.square-alter.back01 {
  border-right: 1px solid blue;
  border-bottom: 1px solid blue;
}

.square-alter.back02 {
  border-bottom: 1px solid blue;
}

.square-alter.back03 {
  border-left: 1px solid blue;
  border-bottom: 1px solid blue;
}

.square-alter.back04 {
  border-right: 1px solid blue;
  border-bottom: 1px solid blue;
}

.square-alter.back05 {
  border-bottom: 1px solid blue;
}

.square-alter.back06 {
  border-left: 1px solid blue;
  border-bottom: 1px solid blue;
}

.square-alter.back07 {
  border-right: 1px solid blue;
}

.square-alter.back08 {}

.square-alter.back09 {
  border-left: 1px solid blue;
}


/* --- 胎蔵パネル --- */

.taizo {
  position: absolute;
  color: #a9a9a9;
  background-color: rgba(255, 255, 255, 0);
  width: 671px;
  height: 760px;
  opacity: 0;
  top: 0;
  left 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
//  transition-property: opacity;
  transition-duration: 1s;
}

.taizo.opened {
  opacity: 1;
  z-index: 100;
  pointer-events: all;
}


/* --- 最外 --- */

.saige-Area {
  position: relative;
  width: 656px;
  height: 744px;
  top: 8px;
  left: 0px;
  z-index: 100;
  margin: 0 auto;
//  background-color: #de2525;
}

.saige-Line {
  position: absolute;
  width: 565px;
  height: 655px;
  top: 51px;
  left: 51px;
  border-top: 2px solid  #1e90ff;
  border-right: 2px solid  #1e90ff;
  border-left: 2px solid  #1e90ff;
  border-bottom: 2px solid  #1e90ff;
  background: url("../image/BG/lightning.png") center;
//  background-color:rgba(255,255,255,1);
  background-blend-mode:lighten;
  z-index: 100;
}

.pole {
  position: absolute;
  width: 44px;
  height: 44px;
  border-top: 2px solid blue;
  border-right: 2px solid blue;
  border-left: 2px solid blue;
  border-bottom: 2px solid blue;
  background-color: white;
}

.pole.A {
  top: 9px;
  left: 9px;
}

.pole.B {
  bottom: 9px;
  left: 9px;
}

.pole.C {
  top: 9px;
  right: 9px;
}

.pole.D {
  bottom: 9px;
  right: 9px;
}


/* --- 文殊・蘇悉地 --- */

.monju-Area {
  position: absolute;
  width: 441px;
  height: 44px;
  top: 9px;
  left: 60px;
  z-index: 110;
}

.soshitsuji-Area {
  position: absolute;
  width: 441px;
  height: 44px;
  bottom: 9px;
  left: 60px;
  z-index: 100;
}

.monju-soshitsuji-main {
  display: block;
  position: absolute;
  width: 980px;
  height: 800px;
  overflow: visible;
top: 180px;
  left: -140px;
  right: 0px;
  margin: auto;
  pointer-events: none;
  opacity: 0;
    //  transition-property: opacity;
  transition-duration: 1s;

}

.monju-soshitsuji-main.opened {
  opacity: 1;
  z-index: 100;
//  pointer-events: all;
}

.monju-soshitsuji-partA {
  display: block;
  position: relative;
  width: 800px;
  height: 192px;
  overflow: visible;
  border: 5px double #8b008b;
  border-right: 5px double #38b48b;
  border-collapse: collapse;
  border-spacing: 0 0;
  margin: 30px auto 30px;
  background-color:rgba(255,255,255,0.8);
}

.monju-soshitsuji-partB {
  display: block;
  position: relative;
  width: 800px;
  height: 192px;
  overflow: visible;
  border: 5px double #8b008b;
  border-left: 5px double #38b48b;
  border-collapse: collapse;
  border-spacing: 0 0;
  margin: 30px auto 0px;
  background-color:rgba(255,255,255,0.8);
}

.monju-soshitsuji-Center {
  display: block;
  position: relative;
  width: 260px;
  height: 185px;
  overflow: visible;
  border: 5px double #8b008b;
  border-left: 5px double #38b48b;
  border-right: 5px double #38b48b;
  border-collapse: collapse;
  border-spacing: 0 0;
  margin: 30px auto 0px;
  overflow: hidden;
  background-color:rgba(255,255,255,0.8);
}

.monju-roundA {
  display: inline-block;
  position: absolute;
  background-color: none;
  width: 110px;
  height: 120px;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0 0;
  margin: 0px auto 0px;
}

.monju-roundA.left {
  top: 29px;
  left: 33px;
}

.monju-roundA.right {
  top: 29px;
  right: 38px;
}

.monju-roundA-corner {
  display: inline-block;
  position: absolute;
  background-color: none;
  width: 60px;
  height: 60px;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0 0;
  margin: 0px auto 0px;
}

.monju-roundA-corner.leftA {
  top: -2px;
  left: -2px;
}

.monju-roundA-corner.leftB {
  top: -2px;
  left: 119px;
}

.monju-roundA-corner.leftC {
  bottom: 2px;
  left: -2px;
}

.monju-roundA-corner.leftD {
  bottom: 2px;
  left: 119px;
}

.monju-roundA-corner.rightA {
  top: -2px;
  right: 2px;
}

.monju-roundA-corner.rightB {
  top: -2px;
  right: 124px;
}

.monju-roundA-corner.rightC {
  bottom: 2px;
  right: 2px;
}

.monju-roundA-corner.rightD {
  bottom: 2px;
  right: 124px;
}

.monju-sideArea-left {
  display: block;
  position: absolute;
  float: left;
  background-color: none;
  width: 600px;
  border-collapse: collapse;
  border-spacing: 0 0;
  margin-top: 25px;
  margin-right: 6px;
  top: 0;
  right: 0;
}

.monju-sideArea-right {
  display: block;
  position: absolute;
  float: left;
  background-color: none;
  width: 600px;
  border-collapse: collapse;
  border-spacing: 0 0;
  margin-top: 25px;
  margin-right: 6px;
  top: 0;
  left: 2px;
}

.monju-roundB {
  display: inline-block;
  position: relative;
  background-color: none;
  width: 120px;
  height: 130px;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0 0;
  margin: 0px auto 0px;
}

.monju-roundC {
  display: block;
  position: absolute;
  background-color: none;
  width: 140px;
  height: 160px;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0 0;
  top: 6px;
  left: 52px;
  margin: auto;
}

.monju-roundC-corner {
  display: inline-block;
  position: absolute;
  background-color: none;
  width: 80px;
  height: 80px;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0 0;
  margin: auto;
}

.monju-roundC-corner.A {
  top: -2px;
  left: -2px;
}

.monju-roundC-corner.B {
  top: -2px;
  right: 2px;
}

.monju-roundC-corner.C {
  bottom: 2px;
  left: -2px;
}

.monju-roundC-corner.D {
  bottom: 2px;
  right: 2px;
}

.soshitsuji-sideArea-left {
  display: block;
  position: absolute;
  float: left;
  background-color: none;
  width: 600px;
  border-collapse: collapse;
  border-spacing: 0 0;
  margin-top: 16px;
  margin-right: 6px;
  top: 0;
  right: 0;
}

.soshitsuji-sideArea-right {
  display: block;
  position: absolute;
  float: left;
  background-color: none;
  width: 600px;
  border-collapse: collapse;
  border-spacing: 0 0;
  margin-top: 16px;
  margin-right: 6px;
  top: 0;
  left: 0;
}

.soshitsuji-round {
  display: inline-block;
  position: relative;
  background-color: none;
  width: 130px;
  height: 140px;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0 0;
  margin: 0px 10px 0px;
}

.soshitsuji-center-dec {
  display: inline-block;
  position: absolute;
  background-color: none;
  width: 244px;
  height: 244px;
  border-radius: 50%;
  border: 15px double #89c3eb;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0 0;
  margin: auto;
  top: 70px;
  left: 0px;
}


/* --- 地蔵・除蓋障 --- */

.jizo-Area {
  position: absolute;
  width: 44px;
  height: 531px;
  top: 62px;
  left: 9px;
  z-index: 100;
}

.jogaisho-Area {
  position: absolute;
  width: 44px;
  height: 531px;
  top: 62px;
  right: 9px;
  z-index: 100;
}

.jizo-jogaisho-main {
  position: absolute;
  width: 130px;
  height: 1094px;
  overflow: visible;
  border: 5px double #8b008b;
  opacity: 0;
  pointer-events: none;
//  transition-property: opacity;
  transition-duration: 1s;
  top: 70px;
  left: 0px;
  right: 0px;
  margin: auto;
  padding-right: 3px;
  background-color:rgba(255,255,255,0.8);
}

.jizo-jogaisho-main.opened {
  opacity: 1;
  z-index: 100;
//  pointer-events: all;
}

.jizo-jogaisho-round {
  display: inline-block;
  position: relative;
  background-color: none;
  width: 100px;
  height: 110px;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0 0;
  margin: 5px auto 5px;
}

.monjuInner {
  position: absolute;
  width: 440px;
  height: 531px;
  top: 62px;
  left: 62px;
  z-index: 100;
}


/* --- 釈迦・虚空蔵 --- */

.shaka-Area {
  position: absolute;
  width: 441px;
  height: 80px;
  top: 0px;
  left: -2px;
  background-color: white;
  z-index: 100;
}

.kokuuzo-Area {
  position: absolute;
  width: 441px;
  height: 80px;
  bottom: 0px;
  left: -2px;
  background-color: white;
  z-index: 100;
}

.shaka-kokuuzo-main {
  display: block;
  position: absolute;
  width: 980px;
  height: 800px;
  overflow: visible;
  opacity: 0;
  pointer-events: none;
  transition-property: opacity;
  transition-duration: 1s;
  top: 180px;
  left: -140px;
  right: 0px;
  margin: auto;
}

.shaka-kokuuzo-main.opened {
    opacity: 1;
  z-index: 100;
  pointer-events: all;
}

.shaka-kokuuzo-partA {
  display: block;
  position: relative;
  width: 990px;
  height: 278px;
  overflow: visible;
  border: 5px double #8b008b;
  border-right: 5px double #38b48b;
  border-collapse: collapse;
  border-spacing: 0 0;
  margin: 30px -20px 30px;
  background-color:rgba(255,255,255,0.8);
}

.shaka-kokuuzo-partB {
  display: block;
  position: relative;
  width: 990px;
  height: 278px;
  overflow: visible;
  border: 5px double #8b008b;
  border-left: 5px double #38b48b;
  border-collapse: collapse;
  border-spacing: 0 0;
  margin: 30px -20px 0px;
  background-color:rgba(255,255,255,0.8);
}

.shaka-kokuuzo-Center {
  display: block;
  position: relative;
  width: 270px;
  height: 265px;
  overflow: visible;
  border: 5px double #8b008b;
  border-left: 5px double #38b48b;
  border-right: 5px double #38b48b;
  border-collapse: collapse;
  border-spacing: 0 0;
  margin: 30px auto 0px;
  background-color:rgba(255,255,255,0.8);
}

.shaka-kokuuzo-roundA {
  display: inline-block;
  position: relative;
  background-color: none;
  width: 108px;
  height: 118px;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0 0;
  margin: 5px auto 3px;
}

.shaka-kokuuzo-roundB {
  display: inline-block;
  position: relative;
  background-color: none;
  width: 118px;
  height: 128px;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0 0;
  margin: 3px auto 5px;
}

.shaka-kokuuzo-roundC {
  display: block;
  position: absolute;
  background-color: none;
  width: 140px;
  height: 160px;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0 0;
  top: -2px;
  bottom: 0;
  left: -2px;
  right: 0;
  margin: auto;
}

.shaka-kokuuzo-roundC-corner {
  display: block;
  position: absolute;
  background-color: none;
  width: 90px;
  height: 90px;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0 0;
}

.shaka-kokuuzo-roundC-corner.A {
  top: -1px;
  left: -2px;
}

.shaka-kokuuzo-roundC-corner.B {
  top: -1px;
  right: 2px;
}

.shaka-kokuuzo-roundC-corner.C {
  bottom: 2px;
  left: -2px;
}

.shaka-kokuuzo-roundC-corner.D {
  bottom: 2px;
  right: 2px;
}

.kokuuzo-sideArea-left {
  display: block;
  position: absolute;
  float: left;
  background-color: none;
  width: 550px;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0 0;
  top: 0;
  right: 0;
}

.kokuuzo-sideArea-right {
  display: block;
  position: absolute;
  float: left;
  background-color: none;
  width: 600px;
  border-collapse: collapse;
  border-spacing: 0 0;
  top: 0;
  left: 0;
}

.kokuuzo-round-side {
  display: block;
  position: absolute;
  background-color: none;
  width: 250px;
  height: 250px;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0 0;
}

.kokuuzo-round-side.left {
  bottom: 2px;
  left: 62px;
}

.kokuuzo-round-side.right {
  bottom: 2px;
  right: 66px;
}

.kokuuzo-round-corner {
  display: block;
  position: absolute;
  background-color: none;
  width: 90px;
  height: 90px;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0 0;
}

.kokuuzo-round-corner.L1 {
  top: 0px;
  left: 0px;
}

.kokuuzo-round-corner.L2 {
  top: 0px;
  left: 284px;
}

.kokuuzo-round-corner.R1 {
  top: 0px;
  right: 4px;
}

.kokuuzo-round-corner.R2 {
  top: 0px;
  right: 288px;
}


/* --- 蓮華部・金剛手 --- */

.rengebu-Area {
  position: absolute;
  width: 104px;
  height: 353px;
  top: 89px;
  left: -2px;
  background-color: white;
  z-index: 100;
}

.kongoshu-Area {
  position: absolute;
  width: 104px;
  height: 353px;
  top: 89px;
  right: 1px;
  background-color: white;
  z-index: 100;
}

.rengebu-kongoshu-main {
  position: absolute;
  width: 420px;
  height: 1092px;
  overflow: visible;
  border: 5px double #38b48b;
  opacity: 0;
  pointer-events: none;
//  transition-property: opacity;
  transition-duration: 1s;
  top: 70px;
  left: 0px;
  right: 0px;
  margin: auto;
  padding-right: 3px;
  background-color:rgba(255,255,255,0.8);
}

.rengebu-kongoshu-main.opened {
  opacity: 1;
  z-index: 100;
  pointer-events: all;
}

.rengebu-kongoshu-round {
  display: inline-block;
  position: relative;
  background-color: none;
  width: 130px;
  height: 150px;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0 0;
  margin: 2px 0;
}


/* --- 遍知・持明 --- */

.henchi-Area {
  position: absolute;
  width: 215px;
  height: 80px;
  top: 89px;
  left: 111px;
  background-color: white;
  z-index: 100;
}

.jimyo-Area {
  position: absolute;
  width: 215px;
  height: 80px;
  bottom: 89px;
  left: 111px;
  background-color: white;
  z-index: 100;
}

.henchi-jimyo-main {
  position: absolute;
  width: 702px;
  height: 195px;
  border: 5px double #38b48b;
  opacity: 0;
  pointer-events: none;
//  transition-property: opacity;
  transition-duration: 1s;
  top: 0px;
  bottom: 0px;
  left: -15px;
  right: 0px;
  margin: auto;
  background-color:rgba(255,255,255,0.8);
}

.henchi-jimyo-main.opened {
  opacity: 1;
  z-index: 100;
  pointer-events: all;
}

.henchi-jimyo-round {
  display: inline-block;
  position: relative;
  background-color: none;
  width: 135px;
  height: 155px;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0 0;
  margin: 13px 0;
}


/* --- 中台八葉 --- */

.chudai-hachiyo-Area {
  position: absolute;
  width: 215px;
  height: 176px;
  top: 178px;
  left: 111px;
  background-color: white;
  z-index: 100;
}

.chudai-hachiyo-main {
  position: absolute;
  width: 648px;
  height: 531px;
  border: 1px solid #ffa500;
  opacity: 0;
  pointer-events: none;
//  transition-property: opacity;
  transition-duration: 1s;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  background-color:rgba(255,255,255,0.8);
}

.chudai-hachiyo-main.opened {
  opacity: 1;
  z-index: 100;
  pointer-events: all;
}

.chudai-hachiyo-inner {
  position: absolute;
  width: 636px;
  height: 519px;
  border: 1px solid #6495ed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.chudai-round {
  display: block;
  position: absolute;
  background-color: none;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0 0;
  margin: 0;
}

.chudai-round.center {
  width: 175px;
  height: 175px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.chudai-round.up {
  width: 140px;
  height: 140px;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
}

.chudai-round.down {
  width: 140px;
  height: 140px;
  bottom: 11px;
  left: 0;
  right: 0;
  margin: auto;
}

.chudai-round.leftup {
  width: 140px;
  height: 140px;
  top: 60px;
  left: 118px;
}

.chudai-round.rightup {
  width: 140px;
  height: 140px;
  top: 60px;
  right: 118px;
}

.chudai-round.left {
  width: 140px;
  height: 140px;
  top: 0;
  bottom: 0;
  left: 65px;
  margin: auto;
}

.chudai-round.right {
  width: 140px;
  height: 140px;
  top: 0;
  bottom: 0;
  right: 65px;
  margin: auto;
}

.chudai-round.leftdown {
  width: 140px;
  height: 140px;
  bottom: 61px;
  left: 118px;
}

.chudai-round.rightdown {
  width: 140px;
  height: 140px;
  bottom: 61px;
  right: 118px;
}

/* --- ビブリオテカ階層下 --- */

.bibliotekaA-title {
  color: white;
  display: block;
  width: 1000px;
  margin: 0 auto;
  margin-top: 120px;
  margin-bottom: 100px;
  text-align: center;
}

#readingCode {
  display: none;
  width: 1000px;
  margin: 0 auto;
  margin-top: 200px;
  margin-bottom: 180px;
  text-align: center;
}

.bibliotekaA-titleSide {
  display: block;
  width: 1000px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 0px;
  text-align: left;
}

.bibliotekaA-titleCenter {
  display: block;
  color: #a9a9a9
  width: 1000px;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 90px;
  text-align: center;
}

.bibliotekaA-title h1 {
  font-size: 40px;
  margin: 0px 0px;
  text-decoration: none;
  font-family: 'Arial', 'メイリオ', Meiryo, 'MS PGothic', sans-serif;
}

.bibliotekaA-title a, .bibliotekaA-titleSide a, .bibliotekaA-titleCenter a {
  color: white;
  text-decoration: none;
}

.bibliotekaA-Jread {
  display: block;
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
  font-family: 'Arial', 'メイリオ', Meiryo, 'MS PGothic', sans-serif;
}

.bibliotekaA-top {
  width: 1000px;
  margin: auto;
  padding: 1px 0px 1px;
  margin-bottom: 40px;
  text-align: center;
}

.bibliotekaA-mainbox {
  width: 1000px;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 1px 0px 1px;
  text-align: center;
}

.four-box {
  display: inline-block;
  position: relative;
  color: #e7e7eb;
  font-size: 20px;
  width: 230px;
  height: 100px;
  vertical-align: middle;
  border: solid 1px #65318e;
  border-radius: 10px;
  text-decoration: none;
  padding: 0px 0px;
  margin: 5px;
  text-align: center;
  z-index: 1;
}

.four-box:hover {
  border-color: #ffd900;
}

.four-box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
}

.four-box-con {
  display: block;
  position: absolute;
  width: 100%;
  top: 25px;
  line-height: 100px;
  vertical-align: middle;
}

.four-boxJ {
  display: block;
  font-size: 28px;
  line-height: 1;
}

.four-boxENG {
  display: block;
  font-size: 18px;
  margin-top: 8px;
  line-height: 1;
  font-style: italic;
}

.four-box-none {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 230px;
  height: 100px;
  padding: 0px 0px;
  margin: 5px;
  z-index: 1;
}


/* ====================================================================================================
   〈 mobile (≤768 px) 用 追加スタイル 〉
   ==================================================================================================== */
@media (max-width:768px){
/* --- BIBLIOTEKA --- */

.lightOuter {
    background-size:150% auto;
}

#bibliotekahead {
    top: -10vmin;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#biblioteka-search {
    display: block;
    text-align: center;
//    padding-top: 5vw;
    padding-bottom: 5vw;
}

#biblioteka {
    width: 100%;
    top: 0;
}

.two-mind {
    margin: 0 auto;
}

/* --- パネルボタン --- */

.buttonRound {
  color: #f8f8ff !important;
  font-size: 100%;
  background-color: #1e90ff;
}

.buttonRound-blue {
  font-size: 100%;
}

.buttonSquare {
  font-size: 100%;
}

.buttonSquare-none {
  font-size: 100%;
}
    
.buttonSquare:hover {
  background: none !important;
  color: inherit !important;
  border-color: inherit !important;
  box-shadow: none !important;
}

.left-panel {
  font-size: 100%;
  width: 100px;
  height: 100px;
  transform: rotateY(60deg);
}

.right-panel {
  font-size: 100%;
  width: 100px;
  height: 100px;
  transform: rotateY(-60deg);
}

.back-box-left {
  position: fixed;
  width: 65px;
  height: 65px;
  top: 20%;
  left: 1px;
  border-radius: 50%;
  background-color: rgba(211, 211, 211, 0.2);
}

.back-box-left.opened {
  z-index: 2000;
}

.back-triangle {
  width: 30px;
  height: 30px;
  border-top: solid 4px  #32cd32;
  border-left: solid 4px  #32cd32;
  opacity: 1;
}

.back-triangle.left {
  left: 23px;
  top: 18px;
}


/* --- タイトル --- */

.J-title {
  font-size: 135%;
}

.ENG-title {
  font-size: 100%;
}

.J-title-mini {
  font-size: 100%;
}

.ENG-title-mini {
  font-size: 100%;
}

.J-title-small {
  font-size: 120%;
  font-weight: bold;
  line-height: 100%;
  margin-top: 1vw;
  margin-bottom: 1vw;
}

.ENG-title-small {
  font-size: 100%;
  line-height: 100%;
}

.J-title-wid {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 4vw;
  margin-right: 4px;
  vertical-align: middle;
}

.ENG-title-wid {
  font-size: 110%;
  line-height: 4.8vw;
  margin-left: 4px;
}

.wid-char {
  font-size: 87%;
  height: 7.3vw;
  line-height: 7vw;
  top: -0.4vw;
}

.saige-char1 {
     font-size: 87%;
  display: block;
  height: 7.3vw;
  line-height: 7vw;
  top: 0;
}

.saige-char2 {
     font-size: 87%;
  display: block;
  height: 7.3vw;
  line-height: 7vw;
  bottom: 0;
}

.wid-mid-char {
     font-size: 87%;
  display: inline-block;
    top: auto;
    margin-top: -1.7vw;
}

.J-title-ver {
  font-size: 130%;
  margin-bottom: 5px;
}

.ENG-title-ver {
  font-size: 110%;
  line-height: 60%;
  margin: 0 auto;
}

.ver-char {
    font-size: 87%;
    top:10vw;
  left: 0;
  right: 0;
}

.ver-mid-char {
     font-size: 87%;
    top: auto;
    margin-top: -20vw;
    left: 0;
    right: 0;
}

.J-title-centro {
  position: relative;
  font-size: 130%;
  line-height: 16px;
}

.ENG-title-centro {
  position: relative;
  font-size: 110%;
  line-height: 16px;
}

.centro-char {
     font-size: 87%;
  display: inline-block;
    top: auto;
    margin-top: -0.2vw;
}

.wid-topunder-char {
     font-size: 87%;
  display: inline-block;
    top:auto;
    margin-top: -1vw;
}


/* --- メインパネル --- */

.MDL-main {
position: absolute;
width: 98vw;
  height: 112vw;
    left: 1vw;
}

.MDL-main.taizo {
  width: 100%;
  height: 109vw;
}

.MDL-longBOX {
    width: 100%;
  display: block;
  height: 120vw;
    
  margin-bottom: 30px;
}

.MDL-longBOX.long {
  height: 190vw;
}

.MDL-longBOX.semi {
  height: 120vw;
}

.MDL-longBOX.middle {
    width: 98%;
  height: 120vw;
}

.MDL-redband {
    position: relative;
  width: 98%;
  height: 109vw;
  top: 0.8vw;
  margin-left: 0.9vw;
}

.absoluteArea {
  top: 0vw;
  left: 0vw;
  width: 100%;
}


/* --- 金剛パネル --- */

.kongo {
  margin-top: 0.9vw;
  margin-left: 0.3vw;
}

.kongo-sect {
  width: 31vw;
  height: 35.5vw;
  margin: 0.5vw 0.5vw;
}

/* --- 四印パネル --- */

.shiin {
  top: 0vw;
}

.shiin-round {
  width: 95.2vw;
  height: 95.2vw;
  top: 1.7vw;
  left: 0vw;
}

.square-shiin {
  width: 31.3vw;
  height: 31.3vw;
}

.shiin-side {
  width: 20.3vw;
  height: 20.3vw;
}

.shiin-side.TopLeft {
  left: -0.5vw;
  top: -0.1vw;
}

.shiin-side.TopRight {
  right: 0vw;
  top: -0.1vw;
}

.shiin-side.BottomLeft {
  left: -0.5vw;
  bottom: 0.8vw;
}

.shiin-side.BottomRight {
  right: 0vw;
  bottom: 0.8vw;
}

.shiin-corner {
  display: block;
  position: absolute;
  width: 19.4vw;
  height: 19.4vw;
  background-color: none;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0 0;
  margin: 0;
}

.shiin-corner.LeftUp {
  top: 18vw;
  left: 11.5vw;
}

.shiin-corner.LightUp {
  top: 18vw;
  right: 12.2vw;
}

.shiin-corner.LeftDown {
  left: 11.5vw;
  bottom: 18.9vw;
}

.shiin-corner.LightDown {
  right: 12.2vw;
  bottom: 18.9vw;
}

.shiin-center {
  width: 31.7vw;
  height: 31.7vw;
}

.shiin-center.middle {
  top: 37.8vw;
  left: 31.4vw;
}

.shiin-center.left {
  top: 37.8vw;
  left: 0vw;
}

.shiin-center.right {
  top: 37.8vw;
  right: 0.4vw;
}

.shiin-center.up {
  top: 6.5vw;
  left: 31.4vw;
}

.shiin-center.down {
  bottom: 7.7vw;
  left: 31.4vw;
}


/* --- 一印パネル --- */

.ichiin {
  top: 0vw;
  position: relative;
//  pointer-events: none;
//    transition-duration: 1s;
}

.ichiin-main {
  width: 50vw;
  height: 50vw;
}

.ichiin-Area {
  top: 14vw;
  margin: 0 auto;
  /*月白*/
  width: 80vw;
  height: 80vw;
}

.ichiin-round {
  width: 78.2vw;
  height: 78.2vw;
}


/* --- 理趣パネル --- */

.rishu {
  top: 0vw;
}

.rishu-Area {
  width: 80vw;
  height: 90vw;
}

.rishu-sect {
  width: 26.49vw;
  height: 26.49vw;
  top: -0.8vw;
  bottom: 0;
  left: -1.2vw;
}

.square-rishu {
  width: 26.45vw;
  height: 29.85vw;
}

/* --- オルターパネル --- */

.kuyo {
  display: block;
  position: absolute;
  width: 98%;
  height: 109vw;
  top: 0vw;
  margin: auto;
  margin-left: 0.9vw;
}

.johjin {
  display: block;
  position: absolute;
  width: 98%;
  height: 109vw;
  top: 0vw;
  margin: auto;
  margin-left: 0.9vw;
}

.gozanze {
  display: block;
  position: absolute;
  width: 98%;
  height: 109vw;
  top: 0vw;
  margin: auto;
  margin-left: 0.9vw;
}

.misai {
  display: block;
  position: absolute;
  width: 98%;
  height: 109vw;
  top: 0vw;
  margin: auto;
  margin-left: 0.9vw;
}

.sanmaya {
  display: block;
  position: absolute;
  width: 98%;
  height: 109vw;
  top: 0vw;
  margin: auto;
  margin-left: 0.9vw;
}

.goz-sanmaya {
  display: block;
  position: absolute;
  width: 98%;
  height: 109vw;
  top: 0vw;
  margin: auto;
  margin-left: 0.9vw;
}

.alter-Area-kuyo {
  width: 80vw;
  height: 90vw;
  top: 11vw;
  outline: 4px ridge #858954;
}

.alter-Area-johjin {
  width: 80vw;
  height: 90vw;
  top: 11vw;
  outline: 4px ridge #f8f4e6;
}

.alter-Area-gozanze {
  width: 80vw;
  height: 90vw;
  top: 11vw;
  outline: 4px ridge #65318e;
}

.alter-Area-misai {
  width: 80vw;
  height: 90vw;
  top: 11vw;
  outline: 4px ridge #858954;
}

.alter-Area-sanmaya {
  width: 80vw;
  height: 90vw;
  top: 11vw;
  outline: 4px ridge #eb6101;
}

.alter-Area-goz-sanmaya {
  width: 80vw;
  height: 90vw;
  top: 11vw;
  outline: 4px ridge #65318e;
}

.alter-round {
  width: 79.5vw;
  height: 79.5vw;
  top: 10.5vw;
  left: 0.3vw;
}

.alter-side {
  width: 16.8vw;
  height: 16.8vw;
}

.alter-side.TopLeft {
  left: -0.5vw;
  top: -0.5vw;
}

.alter-side.TopRight {
  right: 0.2vw;
  top: -0.5vw;
}

.alter-side.BottomLeft {
  left: -0.5vw;
  bottom: 0.8vw;
}

.alter-side.BottomRight {
  right: 0.2vw;
  bottom: 0.8vw;
}

.alter-corner {
  width: 16.5vw;
  height: 16.5vw;
}

.alter-corner.LeftUp {
  top: 14vw;
  left: 9.5vw;
}

.alter-corner.LightUp {
  top: 14vw;
  right: 10.5vw;
}

.alter-corner.LeftDown {
  left: 9.5vw;
  bottom: 15.3vw;
}

.alter-corner.LightDown {
  right: 10.5vw;
  bottom: 15.3vw;
}

.alter-center {
  width: 26.38vw;
  height: 26.38vw;
}

.alter-center.middle {
  top: 30.6vw;
  left: 26.35vw;
}

.alter-center.left {
  top: 30.6vw;
  left: 0.1vw;
}

.alter-center.right {
  top: 30.6vw;
  right: 0.9vw;
}

.alter-center.up {
  top: 4.3vw;
  left: 26.35vw;
}

.alter-center.down {
  bottom: 6.4vw;
  left: 26.35vw;
}

.square-alter {
  width: 26.12vw;
  height: 26.12vw;
  vertical-align: middle;
}

/* --- 胎蔵パネル --- */

.taizo {
  width: 100%;
//  font-size: 87%;
}

/* --- 最外 --- */

.saige-Area {
  width: 95.3vw;
  height: 108.2vw;
  top: 1.4vw;
  left 0vw;
  right: 0vw;
}

.saige-Line {
  width: 80vw;
  height: 93vw;
  top: 8.8vw;
  left: 8.5vw;
  background-size:150% auto;
}

.pole {
  width: 6.8vw;
  height: 6.8vw;
  background-color:rgba(255,255,255,1);
  z-index: 2000;
}

.pole.A {
  top: 1.2vw;
  left: 1.2vw;
}

.pole.B {
  bottom: 1.2vw;
  left: 1.2vw;
}

.pole.C {
  top: 1.2vw;
  right: 1.2vw;
}

.pole.D {
  bottom: 1.2vw;
  right: 1.2vw;
}

/* --- 文殊・蘇悉地 --- */

.monju-Area {
  position: relative;
  width: 60.8vw;
  height: 6.8vw;
  top: 1.2vw;
  left: 9.2vw;
  z-index: 100;
}

.soshitsuji-Area {
  width: 60.8vw;
  height: 7.3vw;
  bottom: 1.2vw;
  left: 9.2vw;
}

.monju-soshitsuji-main {
    width: 100vw;
  position: relative;
  overflow: visible;
//  margin: 0 auto;
    top: 0;
      text-align: center;
    left:-1vw;
}

.monju-soshitsuji-partA {
  width: 98vw;
  height: 27vw;
    max-height: 170px;
}

.monju-soshitsuji-partB {
  width: 98vw;
  height: 27vw;
    max-height: 170px;
}

.monju-soshitsuji-Center {
  width: 34.45vw;
  height: 27vw;
    max-width: 219px;
    max-height: 170px;
}

.monju-roundA {
  width: 13.5vw;
  height: 15.5vw;
}

.monju-roundA.left {
  top: 3.9vw;
  left: 4.5vw;
}

.monju-roundA.right {
  top: 3.9vw;
  right: 5.8vw;
}

.monju-roundA-corner {
  width: 8vw;
  height: 8vw;
}

.monju-roundA-corner.leftB {
  top: -2px;
  left: 15vw;
}


.monju-roundA-corner.leftD {
  bottom: 2px;
  left: 15vw;
}

.monju-roundA-corner.rightA {
  top: -2px;
  right: 4px;
}

.monju-roundA-corner.rightB {
  top: -2px;
  right: 16.2vw;
}

.monju-roundA-corner.rightC {
  bottom: 2px;
  right: 4px;
}

.monju-roundA-corner.rightD {
  bottom: 2px;
  right: 16.2vw;
}

.monju-sideArea-left {
margin-top: 3vw;
text-align: right;
    top: 0;
  right: 0;
}

.monju-sideArea-right {
margin-top: 3vw;
text-align: left;
    top: 0;
  left: 0;
}

.monju-roundB {
  width: 14.5vw;
  height: 16.5vw;
}

.monju-roundC {
  width: 18.7vw;
  height: 20.5vw;
  top: 1.4vw;
  left: 6vw;
}

.monju-roundC-corner {
  width: 9.9vw;
  height: 9.9vw;
}

.soshitsuji-sideArea-left {
        margin-top: 3.2vw;
text-align: right;
    top: 0;
  right: 0;
}

.soshitsuji-sideArea-right {
    margin-top: 3.2vw;
text-align: left;
    top: 0;
  right: 0;
    }

.soshitsuji-round {
  width: 16vw;
  height: 17vw;
  margin: 0px 1vw 0px;
}

.soshitsuji-center-dec {
  width: 31vw;
  height: 31vw;
  top: 9vw;
    left: 0.2vw;
}


/* --- 地蔵・除蓋障 --- */

.jizo-Area {
  width: 7vw;
  height: 74.8vw;
  top: 8.5vw;
  left: 1.2vw;
}

.jogaisho-Area {
  width: 7vw;
  height: 74.8vw;
  top: 8.5vw;
  right: 1.1vw;
}

.jizo-jogaisho-main {
  position: relative;
  width: 20vw;
 height: 179.5vw;
//    min-width: 128px;
    min-height: 678px;
  border: 5px double #a22041;
  top: 0;
  margin-top: 5vw;
  padding-bottom: 3px;
}

.jizo-jogaisho-round {
  width: 16.6vw;
  height: 18.5vw;
  margin: 0.6vw auto 0.6vw;
  margin-right: 1px;
}

.monjuInner {
  width: 60.8vw;
  height: 74.3vw;
  top: 9.4vw;
  left: 9.7vw;
}


/* --- 釈迦・虚空蔵 --- */

.shaka-Area {
    width: 60.8vw;
    height: 12.3vw;
    top:-0.7vw;
    left: -0.5vw;
    background-color: rgba(255, 255, 255, 0);
}

.kokuuzo-Area {
  width: 60.8vw;
  height: 12.3vw;
  bottom: 0.9vw;
  left: -0.5vw;
  background-color: rgba(255, 255, 255, 0);
}

.shaka-kokuuzo-main {
    width: 100vw;
  position: relative;
  overflow: visible;
//  margin: 0 auto;
    top: 0;
      text-align: center;
    left:-1vw;
}

.shaka-kokuuzo-partA {
  width: 98vw;
  height: 28.5vw;
    max-height: 180px;
    
  margin: 30px auto 0px;
  border: 5px double #8b008b;
  border-right: 5px double #38b48b;
}

.shaka-kokuuzo-partB {
  width: 98%;
  height: 28.5vw;
    max-height: 180px;
//  padding-top: 0.3vw;
  margin: 30px auto 0px;
  border: 5px double #8b008b;
  border-left: 5px double #38b48b;
}

.shaka-kokuuzo-Center {
  width: 24vw;
  height: 28.5vw;
        max-height: 180px;
  border: 5px double #8b008b;
  border-left: 5px double #38b48b;
  border-right: 5px double #38b48b;
}

.shaka-kokuuzo-roundA {
  width: 10.5vw;
  height: 11.5vw;
  margin: 0 auto 0;
    margin-top: 0.2vw;
}

.shaka-kokuuzo-roundB {
  width: 11.6vw;
  height: 12.5vw;
  margin: 3px auto 5px;
}

.shaka-kokuuzo-roundC {
  width: 14vw;
  height: 15.5vw;
  left: -0.6vw;
}

.shaka-kokuuzo-roundC-corner {
  width: 8vw;
  height: 8vw;
}

.shaka-kokuuzo-roundC-corner.A {
  top: -0.2vw;
  left: -0.1px;
}

.shaka-kokuuzo-roundC-corner.B {
  top: -0.2vw;
  right: 0.6vw;
}

.shaka-kokuuzo-roundC-corner.C {
  bottom: 0.5vw;
  left: -0.1px;
}

.shaka-kokuuzo-roundC-corner.D {
  bottom: 0.5vw;
  right: 0.6vw;
}

.kokuuzo-sideArea-left {
  width: 53.5vw;
    margin-top: 0.3vw;
}

.kokuuzo-sideArea-right {
  width: 59vw;
    margin-top: 0.3vw;
}

.kokuuzo-round-side {
  width: 24vw;
  height: 24vw;
}

.kokuuzo-round-side.left {
  left: 6vw;
}

.kokuuzo-round-side.right {
  right: 6.27vw;
}

.kokuuzo-round-corner {
  width: 9vw;
  height: 9vw;
}

.kokuuzo-round-corner.L1 {
  top: -0.2vw;
  left: -0.1px;
}

.kokuuzo-round-corner.L2 {
  top: -0.2vw;
  left: 27vw;
}

.kokuuzo-round-corner.R1 {
  top: -0.2vw;
  right: 3px;
}

.kokuuzo-round-corner.R2 {
  top: -0.2vw;
  right: 27vw;
}


/* --- 蓮華部・金剛手 --- */

.rengebu-Area {
  width: 14.4vw;
  height: 48.2vw;
  top: 12.3vw;
  left: -0.5vw;
  background-color: rgba(255, 255, 255, 0);
}

.kongoshu-Area {
  width: 14.4vw;
  height: 48.2vw;
  top: 12.3vw;
  right: 0.5vw;
  background-color: rgba(255, 255, 255, 0);
}

.rengebu-kongoshu-main {
  width: 49.5vw;
  height: 125.5vw;
    min-width: 178px;
    min-height: 458px;
  top: 0;
  margin-top: 20vw;
  padding-right: 3.4px;
  padding-bottom: 2px;
}

.rengebu-kongoshu-round {
  width: 14.5vw;
  height: 16.5vw;
}

/* --- 遍知・持明 --- */

.henchi-Area {
  width: 30.8vw;
  height: 12.3vw;
  top: 12.3vw;
  left: 14.5vw;
  background-color: rgba(255, 255, 255, 0);
}

.jimyo-Area {
  width: 30.8vw;
  height: 12.3vw;
  bottom: 13.8vw;
  left: 14.5vw;
  background-color: rgba(255, 255, 255, 0);
}

.henchi-jimyo-main {
  position: relative;
  width: 78vw;
    height: 32vw;
  left: 0;
  margin-top: 25vw;
  padding-right: 5px;
}

.henchi-jimyo-round {
  width: 14.5vw;
  height: 16.5vw;
  margin: 5.5vw 0;
}


/* --- 中台八葉 --- */

.chudai-hachiyo-Area {
  width: 30.8vw;
  height: 22.3vw;
  top: 25.2vw;
  left: 14.5vw;
  background-color: rgba(255, 255, 255, 0);
}

.chudai-hachiyo-main {
  position: relative;
  width: 98%;
  height: 94vw;
  border: 1px solid #e6b422;
  margin: auto;
    left: -1vw;
  padding-bottom: 3px;
}

.chudai-hachiyo-inner {
  width: 98%;
  height: 92vw;
    border: 1px solid #6495ed;
  left: 0.1px;
}

.chudai-round.center {
  width: 29vw;
  height: 29vw;
}

.chudai-round.up {
  width: 24vw;
  height: 24vw;
  top: 2.2vw;
}

.chudai-round.down {
  width: 24.5vw;
  height: 24.5vw;
  bottom: 2vw;
}

.chudai-round.leftup {
  width: 25vw;
  height: 25vw;
  top: 10.3vw;
  left: 12.3vw;
}

.chudai-round.rightup {
  width: 25vw;
  height: 25vw;
  top: 10.3vw;
  right: 12.3vw;
}

.chudai-round.left {
  width: 25vw;
  height: 25vw;
  left: 3.1vw;
}

.chudai-round.right {
  width: 25vw;
  height: 25vw;
  right: 3.3vw;
}

.chudai-round.leftdown {
  width: 25vw;
  height: 25vw;
  bottom: 10.2vw;
  left: 12.3vw;
}

.chudai-round.rightdown {
  width: 25vw;
  height: 25vw;
  bottom: 10.2vw;
  right: 12.3vw;
}

/* --- ビブリオテカ階層下 --- */

.bibliotekaA-title {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 50px;
}

#readingCode {
  width: 100%;
}

.bibliotekaA-titleSide {
  width: 100%;
  margin-top: 80px;
}

.bibliotekaA-titleCenter {
  color: #c1e4e9;
  width: 100%;
  margin-bottom: 50px;
}

.bibliotekaA-title h1 {
  font-size: 175%;
}

.bibliotekaA-Jread {
  font-size: 120%;
  line-height: 1.5;
}

.bibliotekaA-top {
  width: 100%;
}

.bibliotekaA-mainbox {
  display: block;
  width: 90%;
  margin: 0 auto;
  margin-top: 60px;
  font-size: 140%;
}

.bibliotekaA-worldbox {
  width:70%;
}

.four-box {
  font-size: 130%;
  width: 30vw;
  height: 55px;
  margin: 1px;
}

.four-box-con {
  top: 8px;
}

.four-boxJ {
  font-size: 100%;
}

.four-boxENG {
  font-size: 100%;
}

.flags {
  height: 40px;
  margin: 0px 5px;
}

.flags-small {
  width: 40px;
  margin: 5px 5px;
  vertical-align: bottom;
}

.topflag {
  display: block;
  height: 70px;
  margin: 0px 0px;
  user-select: none;
  touch-callout: none;
}

.systemflag {
  display: block;
  position: relative;
  width: 99%;
  max-width: 500px;
  margin: 0 auto;
  padding: 0;
}

.ListTableA {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 10vw;
  margin-bottom: 100px;
}

.ListTableID {
  display: block;
  position: relative;
  width: 95%;
  max-width: 500px;
  margin-top: 10vw;
  margin-bottom: 100px;
  margin: 0 auto;
  text-align: center;
}

.IDtitlespan {
  color: #eaf4fc;
  display: block;
  font-size: 135%;
  line-height: 1.2;
  margin-bottom: 0;
  text-align: center;
}

.IDtitlespanAN {
  display: block;
  font-size: 100%;
  color: #d3cfd9;
  font-style: italic;
  margin-top: 5px;
  margin-bottom: 20px;
  text-align: center;
}

.IDcreatespan {
  display: block;
  color: #eaf4fc;
  font-size: 100%;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: right;
}

.IDcreatespanAN {
  display: block;
  font-size: 100%;
  color: #d3cfd9;
  font-style: italic;
  margin-top: 0px;
  margin-bottom: 15px;
  text-align: right;
}

.IDvideoA {
  display: block;
  border: 10px double #715c1f;
  margin: 0 auto;
  margin-top: 5vw;
  margin-bottom: 10vw;
  width: 90%;
  max-width: 500px;
  height: 200px;
  text-align: center;
}

.IDsegHR {
  height: 2;
  width: 80%;
  margin-bottom: 10vw;
}

.system {
  border: double 1px #e4d2d8;
  line-height: 1.2;
  width: 99%;
  max-width: 500px;
  margin: auto;
}

.system.table, td, th {
  border: 1px double #e4d2d8;
}

.systemTableTop {
  font-size: 120%;
  font-weight: bold;
  background-color: #17184b;
  text-align: center;
  height: 35px;
}

.systemNum {
  width: 10px;
  text-align: center;
}

.systemTitle {
  padding: 7px 0px 5px 7px;
}

.systemCreator {
  padding: 7px 0px 5px 7px;
}

.systemYear {
  width: 8vw;
  text-align: right;
}

.systemFlags {
  text-align: center;
  width: 50px;
}

.sysspan {
  display: block;
  color: #eaf4fc;
  font-size: 100%;
  line-height: 1.2;
  margin-bottom: 0;
}

a:link.sysspanLink, a:visited.sysspanLink, a:hover.sysspanLink {
  color: #f2ffe3;
  display: block;
  font-size: 100%;
  line-height: 1.2;
  text-decoration: none;
  margin-bottom: 0;
}

.sysspanAN {
  display: block;
  font-size: 100%;
  color: #d3cfd9;
  font-style: italic;
  margin-top: 5px;
}


/* --- list --- */

.bibliotekaL-head {
  width: 100%;
  margin: 15px auto;
  padding: 1px 0px 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: left;
}

.list-backbox {
  display: inline-block;
  position: relative;
  color: black;
  font-size: 100%;
  width: 150px;
  height: 60px;
  vertical-align: middle;
  border: solid 2px black;
  border-radius: 10px;
  text-decoration: none;
  padding: 0px 0px;
  margin-left: 5vw;
  text-align: center;
  z-index: 1;
}

.list-backbox:hover {
  background: none !important;
  color: inherit !important;
  border-color: inherit !important;
  box-shadow: none !important;
}

.list-backbox a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
}

.list-box {
  display: inline-block;
  position: relative;
  color: black;
  font-size: 130%;
  width: 40%;
  max-width: 180px;
  height: 100px;
  vertical-align: middle;
  border: solid 2px black;
  border-radius: 10px;
  text-decoration: none;
  padding: 0px 0px;
  margin: 5px;
  text-align: center;
  z-index: 1;
}

.list-box:hover {
  background: none !important;
  color: inherit !important;
  border-color: inherit !important;
  box-shadow: none !important;
}

.list-box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
}

.list-box-con {
  display: block;
  position: relative;
  width: 100%;
  top: 35px;
}

.list-box-conS {
  display: block;
  position: absolute;
  width: 100%;
  top: 12px;
  line-height: 60px;
  vertical-align: middle;
}

.list-boxJ {
  display: block;
  font-size: 100%;
  line-height: 1;
}

.list-boxENG {
  display: block;
  font-size: 100%;
  margin-top: 8px;
  line-height: 1;
  font-style: italic;
}

.list-boxJsmall {
  display: block;
  font-size: 100%;
  line-height: 1;
}

.list-boxENGsmall {
  display: block;
  font-size: 100%;
  margin-top: 8px;
  line-height: 1;
  font-style: italic;
}

.bibliotekaL-title {
  display: block;
  font-size: 120%;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 30px;
  text-align: center;
}

.bibliotekaL-title h1 {
  font-size: 170%;
  margin: 0px 0px;
  text-decoration: none;
  font-family: 'Arial', 'メイリオ', Meiryo, 'MS PGothic', sans-serif;
}

.bibliotekaL-title a, .bibliotekaL-titleSide a, .bibliotekaL-titleCenter a {
  color: black;
  text-decoration: none;
}

.bibliotekaL-Jread {
  display: block;
  margin: 0 auto;
  font-size: 100%;
  line-height: 1.5;
  text-align: center;
  font-family: 'Arial', 'メイリオ', Meiryo, 'MS PGothic', sans-serif;
}

.bibliotekaL-top {
  display: block;
  width: 100%;
  margin: auto;
  padding: 1px 0px 1px;
  margin-top: 0px;
  margin-bottom: 30px;
  text-align: center;
}

.bibliotekaL-top img {
  padding: 3px;
}

.house {
  width: 90%;
}

.bibliotekaL-box {
  width: 100%;
  margin: 15px auto;
  padding: 1px 0px 1px;
  margin-bottom: 40px;
  text-align: center;
}

.bibliotekaL-label {
  font-size: 150%;
  margin-bottom: 10px;
}

.standard-box {
  display: block;
  font-size: 130%;
  line-height: 1.4;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
}

.bibliotekaL-panel {
  width: 90%;
  margin: 0 auto;
  padding: 1px 0px 1px;
  text-align: center;
}

.bibliotekaL-panel-band {
  display: inline-block;
  position: relative;
  padding: 1px 0px 1px;
  text-align: left;
}

.bibliotekaL-panel img {
  background-color: darkgrey;
  padding: 2px;
  margin-left: 2px;
  margin-right: 2px;
}

.bibliotekaL-panel a:hover {
  background: none !important;
  color: inherit !important;
  border-color: inherit !important;
  box-shadow: none !important;
}

.party-panel {
  width: 100%;
  font-size: 120%;
  margin: auto;
  padding: 1px 0px 1px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.party-panel img {
  background-color: darkgrey;
  padding: 2px;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
}

.party-name {
  font-weight: bold;
}


/* --- Analysis --- */

.biblioteka-Analysis {
  width: 100%;
  font-size: 118%;
  margin: 15px auto;
  padding: 1px 0px 1px;
  margin-top: 0px;
  margin-bottom: 10vw;
  text-align: center;
}

table.analysis {
  display: block;
  text-align: center;
  margin: auto;
  border-style: groove;
  border-color: grey;
  border-width: 3px;
  border-spacing: 0;
  margin-bottom: 50px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 100%;
  line-height: 1.5;
}

.analysis a:link {
  color: #0094c8;
}

.analysis a:visited {
  color: #0094c8;
}

.analysis a:hover {
  background: none !important;
  color: inherit !important;
  border-color: inherit !important;
  box-shadow: none !important;
}

.analysis a:active {
  color: skyblue;
}

.analysis.A {
  width: 90%;
  max-width: 540px;
  line-height: 1.5;
}

.analysis.B {
  width: 90%;
  max-width: 540px;
  line-height: 1.5;
}

.analysis td, tr, th {
  border-style: groove;
  border-color: grey;
  border-width: 1px;
  border-spacing: 0;
  padding: 5px;
  line-height: 1.4;
}

.analysis-name {
  height: 100%;
  font-weight: bold;
  vertical-align: middle;
}

.analysis-name.Male {
  background-color: RGB(94, 255, 118);
}

.analysis-name.Female {
  background-color: RGB(248, 184, 255);
}

.analysis-side {
  width: 120px;
  background-color: RGB(230, 230, 250);
}

.analysis-ride {
  width: 420px;
}

.analysis-Btitle {
  width: 760px;
  height: 100%;
  vertical-align: middle;
  background-color: RGB(230, 230, 250);
}

.analysis-Bside {
  width: 135px;
  height: 100%;
  vertical-align: middle;
  background-color: RGB(230, 230, 250);
}

.analysis-centro {
  display: inline-block;
  text-align: left;
  margin: 0px auto;
  padding: 0px 4px;
}

.analysis-date {
  font-size: smaller;
  width: 100px;
}

.analysis-position {
  text-align: center;
  width: 120px;
}

.analysis-comment {
  text-align: center;
  width: 150px;
  background-color: RGB(230, 230, 250);
}

.analysis-inter {
  text-align: center;
  width: 55vw;
}

.analysis-source {
  text-align: center;
  width: 20px;
}

}

/* --- biblioteka-back --- */
.back-buttonA {
  position: relative;
  width: 20px;
  height: 20px;
  top: 12px;
  left: 15px;
  border-top: solid 4px #697b91;
  border-left: solid 4px #697b91;
  vertical-align: middle;
  opacity: 1;
  transform: rotate(-45deg);
  opacity: 0.3;
}

.back-buttonA-top {
  display: inline-block;
  position: fixed;
  width: 45px;
  height: 50px;
  top: 50%;
  left: 30px;
  border-radius: 10%;
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
  border-spacing: 0 0;
  text-align: center;
  line-height: 150px;
  cursor: pointer;
  cursor: hand;
  z-index: 1001;
}

.back-buttonA-top a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
}

#Biblio2:hover>#buttonA {
        border-top: solid 4px  #1ebaff;
        border-left: solid 4px  #1ebaff;
  opacity: 1;
}

.back-buttonA-plus {
  display: inline-block;
  position: relative;
  width: 45px;
  height: 50px;
  left: 0px;
  border-radius: 10%;
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
  border-spacing: 0 0;
  text-align: center;
  line-height: 150px;
  z-index: 1000;
}

.back-buttonA-plus a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
}

#BackArt:hover>#BackArt2 {
        border-top: solid 4px  #1ebaff;
        border-left: solid 4px  #1ebaff;
  opacity: 1;
}

.buttonArea-Biblio1 {
  display: block;
  position: relative;
  width: 45px;
  height: 50px;
  left: 10px;
  border-radius: 10%;
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
  border-spacing: 0 0;
  text-align: center;
  line-height: 150px;
  pointer-events: all;
  opacity: 0.5;
  z-index: 1000;
}

.back-buttonL {
  position: relative;
  width: 20px;
  height: 20px;
  top: 12px;
  left: 15px;
  vertical-align: middle;
  border-top: solid 4px #697b91;
  border-left: solid 4px #697b91;
  opacity: 1;
  transform: rotate(-45deg);
}

#backBiblio1:hover>#buttonL {
  border-top: solid 4px  #1e90ff;
  border-left: solid 4px  #1e90ff;
}

@media (max-width:1000px) {
    .back-buttonA {
        left: 17px;
        border-top: solid 4px  #1ebaff;
        border-left: solid 4px  #1ebaff;
        opacity: 1;
    }
    .back-buttonA.BL {
        border-top: solid 4px  #1ebaff;
        border-left: solid 4px  #1ebaff;
    }
    .back-buttonA-top {
        width: 50px;
        top: 40%;;
        left: 1px;
        border-radius: 50%;
        transition-duration: 1s;
        background-color: rgba(211, 211, 211, 0.3);
    }
    .back-buttonA-plus {
        position: fixed;
        width: 50px;
        top: 16.5vmin;
        left: 1px;
        border-radius: 50%;
        transition-duration: 1s;
        background-color: rgba(211, 211, 211, 0.3);
    }
}

@media (max-width:600px) {
    .back-buttonA {
        left: 17px;
        border-top: solid 4px  #1ebaff;
        border-left: solid 4px  #1ebaff;
        opacity: 1;
    }
    .back-buttonA.BL {
        border-top: solid 4px #a0d8ef;
        border-left: solid 4px #a0d8ef;
    }
    .back-buttonA-top {
        width: 50px;
        top: 20%;
        left: 1px;
        border-radius: 50%;
        transition-duration: 1s;
        background-color: rgba(211, 211, 211, 0.3);
    }
    .back-buttonA-plus {
        position: fixed;
        width: 50px;
        top: 16.5vmin;
        left: 1px;
        border-radius: 50%;
        transition-duration: 1s;
        background-color: rgba(89, 101, 120, 0.4);
    }
}
/* --- ビブリオテカ階層サーチ --- */
.bibliotekaSearch {
  //width: 1000px;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 1px 0px 1px;
  text-align: center;
    @media (max-width:1000px) {
        width: 100%;
    }
    @media (max-width:600px) {
        width: 100%;
    }
    @media (max-width:450px) {
        width: 100%;
    }
}

.search-board {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 1px;
  padding: 0px 0px 0px;
  letter-spacing: normal;
  vertical-align: top;
  text-align: left;
    background-color: rgba(255, 255, 255, 0.5);
}

.search-board.Left {
  border: solid 2px #a0d8ef;
  min-height: 300px;
  width: 49%;
  margin-right: 5px;
}

.search-board.Right {
  border: solid 2px yellow;
  min-height: 300px;
  width: 49%;
  margin-left: 5px;
}

.search-board.Search {
  border: solid 2px #a0d8ef;
  min-height: 300px;
  width: 49%;
  margin-right: 5px;

    @media (max-width:1000px) {
        width: 70%;
    }
    @media (max-width:600px) {
        width: 90%;
    }
    @media (max-width:450px) {
        width: 90%;
    }
}

.bibliotekaA-titleSide {
  display: block;
  width: 1000px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 0px;
  text-align: left;

    @media (max-width:1000px) {
        margin-top: 0px;
    }
    @media (max-width:600px) {
        margin-top: 0px;
    }
    @media (max-width:450px) {
        margin-top: 0px;
    }
}



/* --- ビブリオテカ世界サーチ --- */
.bibliotekaWorlds {
  //width: 1000px;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 1px 0px 1px;
  text-align: center;
    @media (max-width:1000px) {
        width: 100%;
    }
    @media (max-width:600px) {
        width: 100%;
    }
    @media (max-width:450px) {
        width: 100%;
    }
}


.article-board {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 1px;
  padding: 0px 0px 0px;
  letter-spacing: normal;
  vertical-align: top;
  text-align: left;
    background-color: rgba(255, 255, 255, 0.5);
}

.article-board.main {
  border: solid 2px #d593ff;
  min-height: 300px;
  width: 55%;
  margin-right: 5px;

    @media (max-width:1000px) {
        width: 80%;
    }
    @media (max-width:600px) {
        width: 90%;
    }
    @media (max-width:450px) {
        width: 90%;
    }
}

.worldlist {
  display: block;
  font-size: 85%;
}

.worldLeft {
  display: inline-block;
}

.worldLeft.A {
  text-align: left;
  color: #d7003a;
  font-size: 10px;
  width: 3%;
    min-width: 30px;
  margin-left: 1vmin;
}

.worldLeft.B {
  text-align: left;
  width: 78%;
  margin-left: 1.5vmin;
}

.worldLeft.C {
  text-align: right;
  font-size: 12px;
  width: 12%;
  color: #484848;
}

.worldLeft.C-red {
  text-align: right;
  width: 12%;
  font-size: 12px;
  color: #dc143c;
  font-weight: 500;
}
    @media (max-width:1000px) {
        .worldLeft.A {
            width: 32px;
        }
        .worldLeft.B {
            width: 75%;
        }
        .worldLeft.C {
            width: 14%;
        }
        .worldLeft.C-red {
            width: 14%;
        }
    }
    @media (max-width:600px) {
        .worldLeft.A {
            width: 32px;
        }
        .worldLeft.B {
            width: 71%;
        }
        .worldLeft.C {
            width: 14%;
            font-size: 11px;
        }
        .worldLeft.C-red {
            width: 14%;
            font-size: 11px;
        }
    }
    @media (max-width:450px) {
        .worldLeft.A {
            width: 32px;
        }
        .worldLeft.B {
            width: 69%;
        }
        .worldLeft.C {
            width: 14%;
            font-size: 11px;
        }
        .worldLeft.C-red {
            width: 14%;
            font-size: 11px;
        }
    }


a:link.articles {
  display: block;
  color: #2e8b57;
  text-decoration: none;
  border-radius: 5px;
  margin: 5px;
  line-height: 2;
  padding-left: 8px;
  border: 1px solid #acd7ff;
}

a:visited.articles {
  display: block;
  color: #2e8b57;
  text-decoration: none;
  border-radius: 5px;
  line-height: 2;
}

a:hover.articles {
  display: block;
  text-decoration: none;
  border-radius: 5px;
  line-height: 2;
  background-color: rgba(0, 0, 205, 0.1);
}



