@charset "utf-8";
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url('../../../../common/font/NotoSansCJKjp-Regular.woff') format('woff'), url('../../../../common/font/NotosansCJKjp-Regular.eot') format('eot');
  font-display: swap;
}
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url('../../../../common/font/NotoSansCJKjp-Bold.woff') format('woff'), url('../../../../common/font/NotosansCJKjp-Bold.eot') format('eot');
  font-display: swap;
}
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 900;
  src: url('../../../../common/font/NotoSansCJKjp-Black.woff') format('woff'), url('../../../../common/font/NotosansCJKjp-Black.eot') format('eot');
  font-display: swap;
}
/* init */
* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 95%;
  line-height: 1.6;
  font-family: 'NotoSansCJKjp', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background-color: #fff;
  font-weight: 400;
  color: #223155;
  min-width: 960px;
}
img {
  outline: none;
  border-style: none;
}
a img {
  outline: none;
  border-style: none;
}
a:link {
  color: #3B6693;
}
a:visited {
  color: #3B6693;
}
a:hover {
  color: #5E9CBE;
  text-decoration: none;
}
h1 {
  display: none;
}
/*.h2-wrapper {
    background-color: #dcda3e;
	margin: 0px;
	padding: 0px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}*/
h2 {
  background: rgb(106, 133, 195);
  background: linear-gradient(126deg, rgba(106, 133, 195, 1) 0%, rgba(136, 134, 186, 1) 100%);
  margin: 0px;
  padding-top: 20px;
  padding-right: 0;
  padding-left: 30px;
  padding-bottom: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  /*  border-bottom-right-radius: none;
  border-bottom-left-radius: none;*/
  /* border-bottom: 2px #dcda3e solid;*/
  font-size: 1em;
}
h2 span {
  display: block;
  margin: 0 0 0 0px;
  height: 0px;
  overflow: hidden;
  background-repeat: no-repeat;
  color: #243154;
}
#about h2 {
  background-image: url("../images/ttl_about.png");
  width: 650px;
  padding: 40px 0 0 0px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}
#tenji h2 span {
  background-image: url("../images/ttl_tenji.png");
  width: 81px;
  padding: 38px 0 0 0px;
  background-size: contain;
}
#event h2 span {
  background-image: url("../images/ttl_event.png");
  width: 134px;
  padding: 37px 0 0 0px;
  background-size: contain;
}
#contest h2 span {
  background-image: url(../images/ttl_contest.png);
  width: 294px;
  padding: 37px 0 0 0px;
  background-size: contain;
}
#goods h2 span {
  background-image: url("../images/ttl_goods.png");
  width: 275px;
  padding: 37px 0 0 0px;
  background-size: contain;
}
#gaiyo h2 span {
  background-image: url("../images/ttl_gaiyo.png");
  width: 82px;
  padding: 39px 0 0 0px;
  background-size: contain;
}
#live h2 span {
  background-image: url("../images/ttl_live.png");
  width: 180px;
  padding: 37px 0 0 0px;
  background-size: contain;
}
#online h2 span {
  background-image: url("../images/ttl_online.png");
  width: 264px;
  padding: 39px 0 0 0px;
  background-size: contain;
}
#movie h2 span {
  background-image: url("../images/ttl_movie.png");
  width: 264px;
  padding: 39px 0 0 0px;
  background-size: contain;
}
/*#quize h2 span {
  background-image: url("../images/ttl_**.png");
  width: 346px;
  padding: 59px 0 0 0px;
  background-size: contain;
}*/
#access h2 span {
  background-image: url("../images/ttl_access.png");
  width: 137px;
  padding: 36px 0 0 0px;
  background-size: contain;
}
#download h2 span {
  background-image: url("../images/ttl_download.png");
  width: 201px;
  padding: 40px 0 0 0px;
  background-size: contain;
}
#info-block h2 {
  display: none;
}
/* h3 */
h3 {
  margin: 0;
  padding: 10px 0;
  width: 240px;
  font-size: 1.2rem;
  line-height: 1.3;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #50638D;
  /*text-shadow: 2px 2px 0px hsla(0, 0%, 100%, 0.83);*/
}
h3:before {
  font-family: 'FontAwesome';
  content: "\f192";
  /*color: #50638D;*/
  margin-right: 5px;
  font-size: 90%;
}
h3.tamokuteki:before {
  color: #75aa8f;
}
h3.kensyu {
  width: 400px;
}
h3.kensyu:before {
  color: #D05A67;
}
h3.ennai:before {
  color: #70ADCC;
}
h3.kyoiku:before {
  color: #E7DB12;
}
h3.hiroba:before {
  color: #E38D51;
}
/* h4 */
h4 {
  padding: 0 0.5rem;
  font-size: 1rem;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #673F05;
}
/* #body-wrapper {
   background-color: #ccc;
    background: url("../images/img_bg.gif") repeat;
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-top: 0px;
}*/
#header-wrapper {
  background-image:
    url("../images/img_bg_mainimage.png"), url("../images/img_bg_header.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center top;
  height: 720px;
  /*width: 930px;*/
  position: relative;
  margin: 0 auto;
  background-color: #26345b;
}
#content-wrapper {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  background-image:
    url("../images/img_bg_star.jpg");
  background-repeat: repeat;
  background-position: center;
  /*background: linear-gradient(126deg, rgba(28,36,77,1) 0%, rgba(89,130,194,1) 100%);*/
  background-color: #25335B;
}
#main-image {
  margin: 0 auto;
  width: 900px;
  height: 520px;
  position: relative;
}
/*#img_main_title {
  position: absolute;
  width: 502px;
  height: 432px;
  top: 20px;
  left: 192px;
  z-index: 20;
}*/
#img_main_title {
  position: absolute;
  width: 502px;
  height: 183px;
  top: 183px;
  left: 192px;
  z-index: 20;
}
#fukidashi {
  position: absolute;
  width: 208px;
  height: 208px;
  top: 14px;
  left: 334px;
  z-index: 25;
  animation: ee_kinoko 1s 2;
}

@keyframes ee_kinoko {
  0% {
    transform: scale(1, 1);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.1, 1.1);
	opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}


div #kaiki {
  background-color: #C30D23;
  height: 200px;
  background-image: url("../images/img_kaiki.png");
  background-repeat: no-repeat;
  background-position: center top 50px;
}
/*#date {
  position: absolute;
  width: 339px;
  height: 105px;
  right: 5px;
  bottom: 70px;
  z-index: 21;
}
#img_main_date_r {
  position: absolute;
  width: 431px;
  height: 85px;
  left: 430px;
  top: 625px;
}*/
#img_kinoko {
  background-image: url("../images/img_mainImage.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 773px;
  height: 423px;
  bottom: 20px;
  left: 63.5px;
  z-index: 10;
}
#header #seal img {
  margin-top: 0px;
  margin-left: 0px;
}
#seal {
  position: absolute;
  right: 5px;
  bottom: 30px;
  width: 216;
  height: 216;
  z-index: 20;
}
#info-block {
  position: relative;
  background-color: #F7ECEC;
  width: 830px;
  text-align: left;
  font-size: 1em;
  line-height: 1.6;
  padding: 15px 25px 15px 25px;
  margin: 0 auto 20px auto;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border: none;
  color: #C00000;
}
#about {
  width: 880px;
  background: rgb(106, 133, 195);
  background: linear-gradient(126deg, rgba(106, 133, 195, 1) 0%, rgba(136, 134, 186, 1) 100%);
  padding: 18px 0px 10px 0px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  /*border-bottom-right-radius: none;
  border-bottom-left-radius: none;*/
  border-bottom: 1px #6a85c3 solid;
  margin: 0 auto;
}
#about-block {
  position: relative;
  background-color: #FDFEFF;
  /*background-image: url(../../9kinoko/images/bg_box.png) repeat;*/
  width: 830px;
  text-align: left;
  font-size: 1.2em;
  line-height: 1.6;
  padding: 40px 25px 25px 25px;
  margin: 0 auto 20px auto;
  border-top-right-radius: none;
  border-top-left-radius: none;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom: none;
}
#about-block .about-text {
  /*width: 790px;*/
  padding-top: 0;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 0;
  color: #333;
}
#about-img {
  /*background: url(../images/bg_h2.png) repeat;*/
  width: 790px;
  padding: 10px 0;
  margin: 15px auto 0 auto;
  text-align: center;
  clear: both;
  border-radius: 5px;
  height: 156px;
}
.cha-large {
  font-size: 2.1rem;
  color: #50638D;
  font-weight: bold;
}
.cha-mid {
  font-size: 2rem;
  color: #50638D;
  font-weight: bold;
}
.cha-small {
  font-size: 1.2rem;
  color: #50638D;
  font-weight: bold;
}
.aka-small {
  font-size: 1.2rem;
  color: #BE1D2c;
  font-weight: bold;
}
/*flexbox*/
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  border: 0;
}
.flex-item {
  width: 450px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
  border: 0;
  /*float: left;*/
}
#content {
  width: 900px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  text-align: left;
}
/*#content-left {
  width: 435px;
  float: left;
  margin: 0;
  padding-left: 20px;
}
#content-right {
  width: 435px;
  float: right;
  margin: 0;
  padding-right: 20px;
}*/
.block {
  margin-bottom: 30px;
  /*float: left;*/
  padding-left: 0px;
}
.block_right {
  margin-bottom: 30px;
  /*float: right;*/
  padding-right: 0px;
}
.info {
  padding: 0 5px 5px 5px;
  margin: 0 0 10px 0;
}
.info2 {
  padding: 5px;
  margin: 30px 0 0 0;
  font-size: 0.9rem;
  border: 1px #DDD solid;
  background: #FFFCF1;
}
.info3 {
  padding: 5px;
  margin: 5px 0 15px 0;
  font-size: 0.9rem;
  border: 1px #DDD solid;
  background: #fdfee9;
}
.info4 {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  margin: 5px 0 0px 0;
  font-size: 0.9rem;
}
.info5 {
  padding: 5px;
  margin: 0 0 0 0;
  font-size: 0.9rem;
}
.box {
  position: relative;
  width: 390px;
  padding: 15px 20px 25px 20px;
  margin: 0;
  border-radius: 10px;
  border-bottom: 1.5px dashed #8C8C8C;
  background-color: #FDFEFF;
}
/*.box-same-cat {
  position: relative;
  background: #FAFAF4;
  width: 380px;
  padding: 15px 20px 25px 20px;
  margin: 0;
  border-radius: 10px;
  border-bottom: 1.5px #8C8C8C dashed;
}*/
/*.box-top {
  position: relative;
  background: #FAFAF4;
  width: 380px;
  padding: 15px 20px 25px 20px;
  margin: 0;
  border-top-right-radius: none;
  border-top-left-radius: none;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom: 1.5px dashed #8C8C8C;
}*/
.box-bottom {
  position: relative;
  background: #FDFEFF;
  width: 390px;
  padding: 15px 20px 25px 20px;
  margin: 0;
  border-radius: 10px;
  border-bottom: none;
}
.box-bottom_p0 {
  position: relative;
  background: #FDFEFF;
  width: 390px;
  padding: 15px 20px 0px 20px;
  margin: 0;
  border-radius: 10px;
  border-bottom: none;
}
.box-with-title {
  position: relative;
  background: #FDFEFF;
  width: 390px;
  padding: 20px 20px 25px 20px;
  margin: 0;
  border-top-right-radius: none;
  border-top-left-radius: none;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom: none;
}
.box-with-title2 {
  position: relative;
  background: #FDFEFF;
  width: 390px;
  padding: 20px 20px 25px 20px;
  margin: 0;
  border-top-right-radius: none;
  border-top-left-radius: none;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom: 1.5px dashed #8C8C8C;
  border-top: 0px;
}
.box-with-title_mb0 {
  position: relative;
  background: #FDFEFF;
  width: 390px;
  padding: 20px 20px 0px 20px;
  margin: 0;
  border-top-right-radius: none;
  border-top-left-radius: none;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom: none;
}
.box-noline {
  position: relative;
  width: 390px;
  padding: 15px 20px 15px 20px;
  margin: 0;
  border-radius: 10px;
  background-color: #FDFEFF;
}
.img-bottom {
  position: absolute;
  bottom: -192px;
  left: 251px;
  z-index: 7;
  top: 131px;
  width: 133px;
  height: 102px;
}
#toblog {
  /*background: url(../images/bg_h2.png) repeat-x;*/
  background: rgb(106, 133, 195);
  background: linear-gradient(126deg, rgba(106, 133, 195, 1) 0%, rgba(136, 134, 186, 1) 100%);
  border-radius: 10px;
}
#toblog a {
  background: url("../images/blog_btn.png") no-repeat;
  background-size: 409px;
  background-position: center top 10px;
  display: block;
  width: 420px;
  height: 0;
  padding: 130px 0 0 0;
  overflow: hidden;
}
#toblog a:hover {
  background: url("../images/blog_btn_h.png") no-repeat;
  background-size: 409px;
  background-position: center top 10px;
}
.picture {
  height: 105px;
  width: 140px;
  position: absolute;
  top: 40px;
  right: 20px;
  border: 1px #ccc solid;
  border-radius: 4px;
}
.picture02 {
  height: 105px;
  width: 140px;
  position: absolute;
  top: 20px;
  right: 20px;
  border: 1px #ccc solid;
  border-radius: 4px;
}
.picture03 img {
  border: 1px #ccc solid;
  border-radius: 4px;
}
.picture_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.picture_flex img {
  border: 1px #ccc solid;
  border-radius: 4px;
}
.category {
  font-size: 14px;
  background: #404604;
  border-radius: 4px;
  color: #fff;
  display: table-cell;
  height: 18px;
  line-height: 1;
  padding: 4px 10px 4px 10px;
  text-align: justify;
  vertical-align: middle;
}
.kinokon-img {
  border: 1px #999 solid;
  height: 206px;
  border-radius: 3px;
}
.text-box {
  padding: 15px 5px 5px 5px;
  line-height: 1.6;
  /*font-size: 0.9rem;*/
}
.kinokon {
  font-size: 1rem;
}
.text-box2 {
  background: #f8f7fb;
  padding: 15px 10px 10px 10px;
  border: 1px #CCC dotted;
}
.text-box2 dt {
  padding: 2px 0 3px 5px;
  margin: 10px 0 5px 0;
  line-height: 1;
  border-left: 3px solid #8786bb;
  border-bottom: 1px #CCC dotted;
}
.text-box2 dd {
  font-size: 0.9rem;
}
.text-box3 {
  padding: 15px 5px 5px 5px;
  line-height: 1.4;
}
.note {
  color: #D00606;
  margin-right: 0.2rem;
}
.note_b {
  font-weight: bold;
}
.heart {
  color: #df71a8;
}
del {
  background-image: linear-gradient(#C80000, #C80000);
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  color: #555;
  margin: 0 0.1em;
  text-decoration: none;
}
dt {
  padding: 5px 5px 2px 5px;
  font-weight: bold;
}
dt.goods-hanbai {
  padding: 5px 5px 2px 5px;
  font-weight: bold;
  font-size: 1.2rem;
}
tr td .sympo {
  font-size: 0.95em;
  margin-bottom: 0.5em;
  color: #4f7448;
}
td .sympo span {
  color: #474747;
  font-size: 0.9em;
}
dd {
  padding: 5px;
}
dl table th {
  font-weight: normal;
}
.table { /*きのコン*/
  border-collapse: collapse;
  width: 350px;
}
.table td, .table th {
  border: 1px solid #DFDCD9;
  vertical-align: middle;
}
.table th {
  background: #f8f8f8;
  width: 20%;
  font-weight: normal;
  text-align: center;
  padding: 5px 5px 3px 5px;
  font-size: 1rem;
}
.table td {
  background: #FFF;
  text-align: left;
  padding: 5px 5px 3px 10px;
}
#accessmap {
  margin: 10px 0;
}
/* table */
.table01 {
  border-collapse: collapse;
  width: 380px;
}
.table01 td, .table01 th {
  border: 1px solid #DFDCD9;
  vertical-align: middle;
}
.table01 th, .table01 td.midashi {
  background: #F9F9F0;
  width: 4rem;
  font-weight: normal;
  text-align: center;
  padding: 5px 5px 3px 5px;
  font-size: 1rem;
}
.table01 td {
  background: #FFF;
  text-align: left;
  padding: 5px 5px 3px 10px;
}
.tamokuteki td.midashi {
  background-color: #F4FAF6;
  color: #333;
}
/*.tamokuteki td.kaijyo {
	color: #018345;
    font-weight: 600;
}*/
.table01 td.midashi.kensyu {
  background: #FEF1F9;
  color: #333;
}
.table01 td.midashi.kyoiku {
  background: #FEECF7;
  color: #333;
}
.table01 td.midashi.hiroba {
  background: #FDEDE8;
  color: #333;
}
.table01 td.midashi.ennai {
  background: #F7FCFE;
  color: #333;
}
.table02 { /*アクセス*/
  border-collapse: collapse;
  width: 100%;
}
.table02 td, .table02 th {
  border: 1px solid #DFDCD9;
  text-align: center;
  vertical-align: middle;
}
.table02 th {
  width: 20%;
  font-weight: normal;
  text-align: center;
  background: #f8f8f8;
  padding: 5px;
  font-size: 1rem;
}
.table02 td {
  background: #FFF;
  text-align: left;
  padding: 5px 5px 5px 10px;
}
.table03 { /*概要*/
  border-collapse: collapse;
  width: 100%;
}
.table03 th, .table03 td {
  border-top: 1px dotted #7d673b;
  border-bottom: 1px dotted #7d673b;
  background: #F8F8F8;
  padding-top: 5px;
  padding-right: 0px;
  padding-left: 5px;
  padding-bottom: 5px;
  text-align: left;
  vertical-align: middle;
}
.table03 th {
  text-align: center;
  font-weight: normal;
  width: 24%;
  /*padding-left: 15px;*/
  font-size: 1rem;
}
.table03 td {
  padding-left: 10px;
  padding-right: 15px;
  background-color: #fff;
}
.table04 {
  border-collapse: collapse;
  width: 380px;
}
.table04 td, .table04 th {
  border: 1px solid #DFDCD9;
  vertical-align: middle;
}
.table04 th, .table04 td.midashi {
  background: #f8f8f8;
  width: 4rem;
  font-weight: normal;
  text-align: center;
  padding: 5px;
  font-size: 1rem;
}
.table04 th {
  text-align: center;
  font-weight: normal;
  width: 25%;
  /*padding-left: 15px;*/
  font-size: 1rem;
}
.table04 td {
  background: #FFF;
  text-align: left;
  padding: 5px 5px 5px 10px;
}
#tsukuba {
  font-size: 1.1em;
  font-weight: 600;
  color: #333;
  display: block;
  text-align: left;
  padding-left: 5px;
  margin-bottom: 5px;
}
/*ボタン*/
.button_ws {
  margin: 0 auto;
  margin-top: 10px;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 1.2em;
  text-decoration: none;
  text-align: center;
  color: #FFF !important;
  background-color: #C30D23; /*ボタン色*/
  border-radius: 30px; /*角丸*/
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}
.button_ws:hover {
  color: #FFF;
  background-color: #F78895; /*ボタン色*/
}
/*ボタン インスタライブ*/
.button_ws_insta {
  margin-left: 0px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 1em;
  color: #FFF !important;
  text-decoration: none;
  text-align: center;
  background: linear-gradient(45deg, rgba(254, 212, 117, 1) 0%, rgba(229, 61, 93, 1) 50%, rgba(194, 49, 134, 1) 70%, rgba(156, 56, 187, 1) 100%);
  border-radius: 30px; /*角丸*/
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}
.button_ws_insta:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}
/*リンク用丸の中に矢印*/
.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.arrow::before, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.sample4-2::before {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #D0595B;
}
.sample4-2::after {
  left: 5px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #fff;
}
/* ダウンロードボタン */
#dl-button a {
  display: block;
  width: 230px;
  height: 52px;
  padding: 55px 20px 0 150px;
  background-repeat: no-repeat;
  color: #333333;
  font-size: 0.8rem;
  line-height: 1.2em;
  text-decoration: none;
}
#dl-button a:link, #dl-button a:visited, #dl-button a:hover {
  color: #333333;
  text-decoration: none;
}
#dl-button a {
  background-image: url(../images/btn_dl_off.gif);
  background-repeat: no-repeat;
}
#dl-button a:hover {
  background-image: url(../images/btn_dl_on.gif);
  background-repeat: no-repeat;
}
/* ダウンロードボタン2 */
#dl-button2 a {
  display: block;
  width: 230px;
  height: 52px;
  padding: 55px 20px 0 150px;
  background-repeat: no-repeat;
  color: #333333;
  font-size: 0.8rem;
  line-height: 1.2em;
  text-decoration: none;
}
#dl-button2 a:link, #dl-button2 a:visited, #dl-button2 a:hover {
  color: #333333;
  text-decoration: none;
}
#dl-button2 a {
  background-image: url(../images/btn2_dl_off.gif);
  background-repeat: no-repeat;
}
#dl-button2 a:hover {
  background-image: url(../images/btn2_dl_on.gif);
  background-repeat: no-repeat;
}

footer {
  clear: both;
  background: #C30D23;
  width: 100%;
  padding: 10px 0 0 0;
}
#footer_in {
  background: #C30D23;
  width: 900px;
  height: 150px;
  margin: 0 auto;
  position: relative;
}
.logo1 {
  position: absolute;
  top: 49px;
  left: 24px;
  width: 145px;
  height: 40;
}
.logo2 {
  width: 188px;
  height: 39px;
  position: absolute;
  left: 209px;
  top: 50px;
}
.support {
  width: 500px;
  color: #c9bdb1;
  font-size: 0.9rem;
  text-align: left;
  position: absolute;
  left: 398px;
  top: 36px;
}
.cr {
  width: 500px;
  color: #FFF;
  font-size: 0.7rem;
  text-align: right;
  position: absolute;
  left: 401px;
  top: 106px;
}
.totop {
  position: absolute;
  left: 807px;
  top: -38px;
}
a .totop {
  width: 92px;
  height: 30px;
  position: absolute;
  left: 807px;
  top: -34px;
  background-color: #C30D23;
  border-left: 1px solid #C30D23;
  border-right: 1px solid #C30D23;
  border-bottom: 0px solid #C30D23;
  border-top: 1px solid #C30D23;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: url(../images/btn_totop_in@2x.png);
  background-size: 72px;
  background-repeat: no-repeat;
  background-position: center 8px;
}
a:hover .totop {
  background-color: #C30D23;
}
/*socialPlugIn*/
.social {
  padding: 0;
  width: 900px;
  margin: 0 auto;
  position: absolute;
  top: 680px;
  z-index: 30;
}
.sns-wrap {
  margin: 0px auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
.sns-wrap li.fb-button {
  line-height: 1;
  width: 115px;
  margin-right: 10px;
}
.tw-button {
  width: 100px;
  display: inline-block;
}
.fb-button {
  display: inline-block;
}
#btn_to_blog {
  position: absolute;
  width: 198px;
  height: 198px;
  left: 87px;
  top: 416px;
  z-index: 8;
}
a #btn_to_blog {
  background-image: url("../../10kinoko/images/btn_to_blog@2x.png");
  background-repeat: no-repeat;
  background-size: 198px;
}
a:hover #btn_to_blog {
  background-image: url("../../10kinoko/images/btn_to_blog_h@2x.png");
  background-repeat: no-repeat;
  background-size: 198px;
}
/*コロナ*/
#tenji #ev_01 #note {
  position: absolute;
  width: 260px;
  color: #C00000;
  left: 148px;
  top: -58px;
  font-size: 0.9em;
  line-height: 1.4;
}
.none {
  display: none;
}
.justify {
  text-align: justify;
  text-justify: inter-ideograph;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.small {
  font-size: 0.9em;
}
.maB10 {
  margin-bottom: 10px;
}