
html{
    font-size: 62.5%;
}

body{
  font-size: 1.6rem;
  font-family: "TBUDゴシック R";
  line-height: 2;
  overflow: auto;
  background-image: url(bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}

@media screen and (max-width:768px) { /* スマホ */
  body{
    font-size: 1.6rem;
    font-family: "TBUDゴシック R";
    line-height: 2;
    overflow: auto;
    background-image: url(bg.jpg);
    background-size: contain;
  }
}


input{
  font-family: "TBUDゴシック R";
}

textarea{
  font-family: "TBUDゴシック R";
}

SELECT{
  font-family: "TBUDゴシック R";
}

h1{
  font-family: "G2サンセリフ-B";
  font-size: 4rem;
  font-weight: bold;
  padding-bottom:5px;
  text-align:left;
  margin:0px auto;
  text-align:center;

  background-image: linear-gradient(0deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
  -webkit-background-clip: text;
  color: #fff;

  text-shadow:
            2px 2px 2px #444444, -2px -2px 2px #444444,
           -2px 2px 2px #444444,  2px -2px 2px #444444,
            2px 0px 2px #444444, -2px -0px 2px #444444,
            0px 2px 2px #444444,  2px -2px 2px #444444;

  line-height:1.4em;
  letter-spacing: 5px;
}

@media screen and (max-width:768px) { /* スマホ */
  h1{
    font-size: 1.6rem;
  }
}


.youtube {
  max-width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

h2 {
  margin:0px auto 10px auto;
  font-family: "TBUDゴシック E";
  position: relative;
  width:95%;
  background: #21563A;
  padding: 10px 5px 7px 30px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-radius: 0 10px 10px 0;
  left: 0.7em;
}

h2.calendar:before {
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0.15em 0em 0em 0em;
  color: white;
  background: #ffa337;
  font-weight: 900;
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white; 
  border-radius: 50%;
}

h2.money:before {
  font-family: "Font Awesome 5 Free";
  content: "\f157";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0.15em 0em 0em 0em;
  color: white;
  background: #ffa337;
  font-weight: 900;
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white; 
  border-radius: 50%;
}

h2.area:before {
  font-family: "Font Awesome 5 Free";
  content: "\f5a0";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0.15em 0em 0em 0em;
  color: white;
  background: #ffa337;
  font-weight: 900;
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white; 
  border-radius: 50%;
}

h2.genre:before {
  font-family: "Font Awesome 5 Free";
  content: "\f02c";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0.15em 0em 0em 0em;
  color: white;
  background: #ffa337;
  font-weight: 900;
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white; 
  border-radius: 50%;
}


h2.halloween:before {
  font-family: "Font Awesome 5 Free";
  content: "\f6e2";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0.15em 0em 0em 0em;
  color: white;
  background: #ffa337;
  font-weight: 900;
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white; 
  border-radius: 50%;
}



h3 {
  position: relative;/*相対位置*/
  padding-left: 1.2em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  color: #7b6459;/*文字色*/
  font-weight:bold;
}

h3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1b0";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #ff938b; /*アイコン色*/
}




h4{
  font-family: "TBUDゴシック E";
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    line-height:1.8em;
    letter-spacing: 3px;
}

h5{
  font-family: "TBUDゴシック E";
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left;
}


.index_introduction {
  margin: 20px 10px;
  text-align:left;
  padding:20px;
  background-color:#fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}



.card{
  border:solid 1px #ccc;
  border-radius: 4px;
  margin:5px;
  padding:0px 10px 10px 10px;
}



/* CSS */
.orange_button {
  font-family: "TBUDゴシック E";
  margin: 10px;
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 10px;
  display: block;
  border: 0px;
  font-weight: 700;
  box-shadow: 0px 0px 14px -7px #f09819;
  background-image: linear-gradient(45deg, #FF512F 0%, #F09819  51%, #FF512F  100%);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.orange_button:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.orange_button:active {
  transform: scale(0.95);
}






/* 物語  ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */

.monogatari{
  text-align: center;
}
.monogatari img{
  max-width:90%;
  margin:20px auto;
}


@media screen and (max-width:768px) { /* スマホ */
  .monogatari{
    text-align: left;
  }
  .monogatari img{
  max-width:100%;
  margin:20px auto;
}
}


.quiz_bg {
  margin: 20px 10px;
  text-align:left;
  padding:20px;
  background-color:#ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}


.quiz_service {
    position: relative;
    margin: 2em 0 0 0;
    padding: 0.5em 1em;
    border: solid 3px #ff7777;
    border-radius: 8px;
}
.quiz_service .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #ff7777;
    font-weight: bold;
}
.quiz_service p {
    margin: 0; 
    padding: 5px;
}

.quiz_information{
  font-family: "TBUDゴシック R";
  font-size:80%;
  word-break: break-all;
    padding: 5px 10px;
    margin: 5px auto 10px auto;
    wi dth: 100%;
    border-top: solid 2px #ffa500;
    border-bottom: solid 2px #ffa500;
}

.quiz_name{
    position: relative;
    font-family: "TBUDゴシック E";
    font-size:120%;
    font-weight:bold;
    text-align: left;
    border-bottom: solid 2px #acdd00;
    padding:0px 0px;
    color: #000000;
    margin: 10px 5px;
    width:100%;
    line-height: 2em;
  }

  .quiz_name:after{
    position: absolute;
    font-family: 'FontAwesome';
    color:#008000;
    content: "\f078";
    max-width:100%;
    right: 0;
  }


  .quiz_name:hover{
    font-family: "TBUDゴシック E";
    font-size:120%;
    background-color:#ffffcc;
    text-decoration: none;
    font-weight:bold;
    text-align: left;
    border-bottom: solid 2px #acdd00;
    padding:0px 0px;
    color: #44bb00;
    margin: 10px 5px;
    width:100%;
  }

  .quiz_name:focus{
    font-family: "TBUDゴシック E";
    font-size:120%;
    text-decoration: none;
    font-weight:bold;
    text-align: left;
    border-bottom: solid 2px #acdd00;
    padding:0px 0px;
    color: #44bb00;
    margin: 10px 5px;
    width:100%;
  }

  
.quiz_name_hint{
  padding:5px 10px;
  margin:0px;
  background-color:#d43541;
  color:#fff;
  font-size:11px;
  border-radius: 20px;
}


/* アンダーライン */
.underline {
  background:linear-gradient(transparent 70%, #FFFF00 0%);
}


/* ページ内リンクボタン */
.index_link_button {
  font-family: "丸フォーク M";
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  padding: 0.3em 0.4em 0.3em 0.4em;
  text-decoration: none;
  border-radius: 5px;
  color: #ffffff;
  background-image: linear-gradient(#990000 0%, #330000 100%);
  border: solid 3px #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

.index_link_button:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}


.topmenu {
  margin: 110px;
  padding: 10px 40px;
}
.topmenu2 {
  margin: 0px;
  padding: 10px;
}
.topmenu3 {
  margin: 0px;
  padding: 0px;
}



/* ぽよぽよ */
.anim-box.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}



/* ふきだし */
.balloon-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 14px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
  border-radius: 10px;
}

.balloon-top:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

.balloon-top:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #555;
  z-index: 1;
}

.balloon-top p {
  margin: 0;
  padding: 0;
}






/* トップメニューへ戻るボタン */
.top_menu_button {
  margin-top:40px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 5px 20px;
  text-decoration: none;
  border-radius: 5px;
  color: #ffffff;
  background-image: linear-gradient(#990000 0%, #330000 100%);
  border: solid 3px #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-radius: 30px;
}

.top_menu_button:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}

.top_menu_button a{
  color:#fff;
}


/* ダウンロードボタン */
.map_dl_button {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  padding: 0.4em 2em 0.3em 2em;
  text-decoration: none;
  border-radius: 5px;
  color: #ffffff;
  background-image: linear-gradient(#01abb8 0%, #01abb8 100%);
  border: solid 3px #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

.map_dl_button:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}


/* レター */
.letter {
 font-family: "トーキング";
 text-align:left;
 font-size:120%;
 position: relative;
 width: 100%;
 margin: 20px auto;
 padding: 35px 30px;
 color: #770000;/* 文字色 */
 background-color: #e8ddbd; /*枠背景色*/
 box-shadow: inset 0 0 40px rgba(204, 186, 136,1), 0 2px 2px #ccc;
}




/* ノート */
.note{
  font-family: "シネマレター";
  background: #fbf5e7;
  position: relative;
  padding: 15px;
  border-radius: 10px;
  max-width: 640px;
}
.note p{
  padding-left: 20px;
}
.note-txt{
  line-height: 2;
  background-image: linear-gradient( #fff .1px, transparent .1em );
  background-size: auto 2rem;
  border-bottom: 1px solid #fff;
  margin:0;
}
.note-txt::before{
  content: "";
  position: absolute;
  border-top: 1px solid #fbf5e7;
  width: 92%;
  margin-left: -20px;
}
.ttl{
  font-family: "シネマレター";
  font-size:160%;
  font-weight: bold;
  line-height:2.0em;
  letter-spacing: 10px;
}
.name{
  font-family: "那欽";
  font-size:140%;
  text-align: right;
  margin-left: 0;
}
.name::before{
  content: "";
  position: absolute;
  border-top: 0px solid #fbf5e7;
  width: 100%;
  margin-left: -340px;
}



/* リンク ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */
a{
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
  font-weight:bold;
}
@media screen and (max-width:768px) { /* スマホ */
  a:hover{
    text-decoration: none;
    font-weight:bold;
  }
}

/* ラベル ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */
label{
  font-weight:bold;
  font-size: 1.7rem;
}


/* Q&A ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */
.qa_q{
  margin-top:20px;
  line-height:1.5;
  font-size:110%;
  font-weight:bold;
  border-bottom: 1px solid #999;
  padding-bottom: 2px;
}

.qa_a{
  margin:10px;
  font-size:95%;
  font-weight:;
  color:#019464;
}

/* 必須項目 ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */
.hissu{
  font-weight:bold;
  font-size:60%;
  margin:-20px 10px 0px 10px;
  padding:5px 5px 5px 5px;
  background-color:#aa0000;
  border-radius: 10px;
  color: #fff;
  white-space: nowrap;
}

/* 任意項目 ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */
.nini{
  font-weight:bold;
  font-size:60%;
  margin:-10px 10px 0px 10px;
  padding:5px 5px 5px 5px;
  background-color:#ddbbbb;
  border-radius: 10px;
  color: #fff;
  white-space: nowrap;

}

/* フォームの記入補足 ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */
 .contact_hosoku{
   margin:10px;
   font-size:1.4rem;
   color: #777;
 }


/* PCとスマホの表示分け ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */
.pc_only {
	display:block;
}
@media screen and (max-width:768px) {
.pc_only {
	display:none;
}
}
.pc_only_span {
	display:inline;
}
@media screen and (max-width:768px) {
.pc_only_span {
	display:none;
}
}

.sp_only {
	display:none;
}
@media screen and (max-width:768px) {
.sp_only {
	display:block;
}
}
.sp_only_span {
	display:none;
}
@media screen and (max-width:768px) {
.sp_only_span {
	display:inline;
}
}


/* ブートストラップグリッドの..containerと.row のpaddingとmarginを0にする ～～～～～～～～～～～～～～～～ */
.sukima-0 {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

/* 上記の中にあるカラムの左右の隙間も0にする ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */
.sukima-0 > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}


/* divをクリア ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */
.clear {
    clear: both;
}

/* センタリング ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */
.center {
    margin: 0 auto;	
    text-align:center;
}


/* 切り替えボタン ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */
.kirikae_button_on {
  position: relative;
  text-align: left;
  height:34px;
  font-size:1.4rem;
  color: #fff;
  font-weight: bold;
  padding: 5px 32px 5px 10px;
  display: inline-block;
  line-height: 1.4;
  background: #44aa22;
  vertical-align: middle;
  border:2px solid #ddd;
  border-radius: 25px;
  outline: none;
}

.kirikae_button_on:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    right: 5px;
    background: #fff;
	border-radius: 20px;
	box-shadow: 0px 1px 2px #227722;
}

.kirikae_button_on:hover {
	background: #66cc44;
	border:2px solid #fff;
}

.kirikae_button_off {
  position: relative;
  text-align: right;
  height:34px;
  font-size:1.4rem;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px 5px 32px;
  display: inline-block;
  line-height: 1.4;
  background: #cc2244;
  vertical-align: middle;
  border:2px solid #ddd;
  border-radius: 25px;
  outline: none;
}

.kirikae_button_off:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    left: 5px;
    background: #fff;
	border-radius: 20px;
	box-shadow: 0px 1px 2px #772222;
}

.kirikae_button_off:hover {
	background: #ee4466;
	border:2px solid #fff;
}




/* ハンバーガーメニュー ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */

.wrapper {
  height: 100%;
  overflow-x: hidden;
  position: relative;
}
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 0; /* 暗くする場合は1 */
}
main {
  height: 100%;
  min-height: 100vh;
  padding: 0 50px;
  background-color: #eee;
  transition: all .5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main.open {
  transform: translateX(-250px);
}
main h1 {
  text-align: center;
  font-weight: 500;
}
main p {
  text-align: center;
}
.menu-trigger {
  display: inline-block;
  width: 36px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 100;
/*   transform: translateX(0);
  transition: transform .5s;
 */}
/* .menu-trigger.active {
  transform: translateX(-250px);
}
 */.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  transition: all .5s;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}

.hamburger nav {
  width: 250px;
  height: 100%;
  overflow-y: scroll; /* ナビの中でのスクロールを可とする */
  -webkit-overflow-scrolling: touch; /* 慣性スクロールを追加 */
  -ms-overflow-style: none;  /* スクロールバー消す。IE、Edge 対応 */
  padding-top: 70px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 70px;
  //background-color: rgb(67, 100, 171, 0.7);
  background: #000046;  /* fallback for old browsers */
  background: -webkit-linear-gradient(125deg, rgba(20, 190, 240, 0.5), rgba(0, 20, 60, 0.9));  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(125deg, rgba(20, 190, 240, 0.5), rgba(0, 20, 60, 0.9)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(250px);
  transition: all .2s;
}

.hamburger nav::-webkit-scrollbar {  /* スクロールバー消す。Chrome, Safari 対応 */
  display:none;
}

.hamburger nav.open {
  transform: translateZ(0);
}
.hamburger nav li {
  color: #000;
  text-align: left;
  padding: 10px 0;
}


.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}


.ribbon {
display: inline-block;
position: relative;
width:100%;
height: ;
line-height: 50px;
vertical-align: middle;
text-align: left;
padding: 4px 0;
font-size: 20px;
background: #00abb9;
color: #fff;
box-sizing: border-box;
}

.ribbon h6 {
vertical-align: middle;
margin: 0;
padding: 14px 20px 4px 15px;
border-top: dashed 1px #FFF;
border-bottom: dashed 1px #FFF;
line-height: 23px;
font-size:16px;
font-weight:bold;
}

.ribbon:after{
position: absolute;
content: '';
z-index: 1;
top: 0;
right: 0;
width: 0px;
height: 0px;
border-width: 25px 10px 25px 0px;
border-color: transparent #fff transparent transparent;
border-style: solid;
}



/* フッター領域 ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */
footer {
  width:100%;
  background-color:#00A99D;
  bottom:0px;
  color: #fff;
  text-align:center;
  padding: 30px 10px;
}

footer a {
  color: yellow;
  font-weight:bold;
}
footer a:hover{
  color: yellow;
  text-decoration: underline;
}

#top_button{
  position:absolute;
  padding-top:10px;
  font-size:40px;
  right:0;
  margin-top:-20px;
  margin-right:10px;
  width:60px;
  height:60px;
  border-radius: 30px;
  text-align:center;
  background-color:#f7e041;
}

#top_button:hover{
  cursor: pointer;
}



/* ローディング画像 ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */

#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
}
 
#loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url("../image_common/loading.gif") center center no-repeat;
  font-size:3.0rem;
  font-weight:bold;
}



/* 各ページの次・前リンク ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */

.prev-next-link {
  margin-top: 40px;
}
.prev-next-link a {
  border-bottom: 1px #ddd solid;
  display: block;
  text-decoration: none;
  padding: 14px 20px;
  color: #0bd;
  font-size: 2.0rem;
}
.prev-next-link a:hover {
  background-color: #f6f6f6;
}
.prev-next-link a:first-child {
  border-top: 1px #ddd solid;
}

/* Arrows */
.prev-link {
  text-align:left;
}
.next-link {
  text-align:right;
}


/* Larger devices */
@media ( min-width: 600px) {
  .prev-next-link {
    display: flex;
  }
  .prev-next-link a {
    flex: 1;
  }
  .prev-next-link a,
  .prev-next-link a:first-child {
    border: none;
  }
  .next-link {
    text-align: right;
  }
}






.footer_fix_btn {
  position:fixed;
  z-index: 1000;
  bottom:0;
  width:100%;
  text-align:center;
  padding:10px;
  border-top:2px solid #ffffff;
  background: rgba(0,0,0,0.5);
}
.footer_fix_btn a {
  display:block;
  width:100%;
  text-decoration:none;
}
.footer_fix_btn a:hover {
  opacity:1.0;
}

.text_shadow {
    text-shadow:
            2px 2px 2px #444444, -2px -2px 2px #444444,
           -2px 2px 2px #444444,  2px -2px 2px #444444,
            2px 0px 2px #444444, -2px -0px 2px #444444,
            0px 2px 2px #444444,  2px -2px 2px #444444;
}

.button_gold {
    display: block;
    position: relative;
    width: 100%;/*ボタンの幅*/
    padding: 5px 0;
    margin: 10px auto 0px auto;
    border: solid 3px #fff;
    background-image: linear-gradient( 135deg, #97ABFF 10%, #123597 100%);
    box-shadow: 0 3px 0 0 rgba(40, 40, 40, 0.5);/*影の色(rgbaの値を変更)*/
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    transition: 0.2s;
}
.button_gold:hover {
    text-decoration: none;
    color: #fff;
    opacity: 1.0;/*不透明度*/
    box-shadow: none;
    -webkit-transform: translateY(3px);
}
.button_gold::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: button_gold 4s ease-in-out infinite;
}
@-webkit-keyframes button_gold {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.button_silver {
    display: block;
    position: relative;
    width: 100%;/*ボタンの幅*/
    padding: 5px 0;
    margin: 10px auto 0px auto;
    border: solid 3px #fff;
    background-image: linear-gradient( 135deg, #F0FF00 10%, #58CFFB 100%);
    box-shadow: 0 3px 0 0 rgba(40, 40, 40, 0.5);/*影の色(rgbaの値を変更)*/
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    transition: 0.2s;
}
.button_silver:hover {
    text-decoration: none;
    color: #fff;
    opacity: 1.0;/*不透明度*/
    box-shadow: none;
    -webkit-transform: translateY(3px);
}
.button_silver::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: button_silver 5s ease-in-out infinite;
}
@-webkit-keyframes button_silver {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}






.footer_fix_btn {
  position:fixed;
  z-index: 1000;
  bottom:0;
  width:100%;
  text-align:center;
  padding:10px;
  border-top:2px solid #ffffff;
  background: rgba(0,0,0,0.5);
}
.footer_fix_btn a {
  display:block;
  width:100%;
  text-decoration:none;
}
.footer_fix_btn a:hover {
  opacity:1.0;
}

.text_shadow {
    text-shadow:
            2px 2px 2px #444400, -2px -2px 2px #444400,
           -2px 2px 2px #444400,  2px -2px 2px #444400,
            2px 0px 2px #444400, -2px -0px 2px #444400,
            0px 2px 2px #444400,  2px -2px 2px #444400;
}

.button_home {
    display: block;
    position: relative;
    width: 100%;/*ボタンの幅*/
    padding: 5px 0;
    margin: 10px auto 0px auto;
    border: solid 3px #fff;
    background-image: linear-gradient(#990000 0%, #330000 100%);
    box-shadow: 0 3px 0 0 rgba(40, 40, 0, 0.5);/*影の色(rgbaの値を変更)*/
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    transition: 0.2s;
}
.button_home:hover {
    text-decoration: none;
    color: #fff;
    opacity: 1.0;/*不透明度*/
    box-shadow: none;
    -webkit-transform: translateY(3px);
}
.button_home::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    //animation: button_home 4s ease-in-out infinite;
}
@-webkit-keyframes button_home {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.button_syokyu {
    display: block;
    position: relative;
    width: 100%;/*ボタンの幅*/
    padding: 5px 0;
    margin: 10px auto 0px auto;
    border: solid 3px #fff;
    background-image: linear-gradient(0deg, rgba(144, 245, 154, 1), rgba(4, 202, 255, 1));
    box-shadow: 0 3px 0 0 rgba(40, 40, 0, 0.5);/*影の色(rgbaの値を変更)*/
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    transition: 0.2s;
}
.button_syokyu:hover {
    text-decoration: none;
    color: #fff;
    opacity: 1.0;/*不透明度*/
    box-shadow: none;
    -webkit-transform: translateY(3px);
}
.button_syokyu::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: button_syokyu 5s ease-in-out infinite;
}
@-webkit-keyframes button_syokyu {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.button_zyokyu {
    display: block;
    position: relative;
    width: 100%;/*ボタンの幅*/
    padding: 5px 0;
    margin: 10px auto 0px auto;
    border: solid 3px #fff;
    background-image: linear-gradient(0deg, rgba(248, 15, 15, 1), rgba(207, 63, 245, 1));
    box-shadow: 0 3px 0 0 rgba(40, 40, 0, 0.5);/*影の色(rgbaの値を変更)*/
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    transition: 0.2s;
}
.button_zyokyu:hover {
    text-decoration: none;
    color: #fff;
    opacity: 1.0;/*不透明度*/
    box-shadow: none;
    -webkit-transform: translateY(3px);
}
.button_zyokyu::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: button_zyokyu 3s ease-in-out infinite;
}
@-webkit-keyframes button_zyokyu {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
