@charset "UTF-8";
/* リセット */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

img {
  vertical-align: bottom;
}

/* フォント */
.block {
  position: relative;
}

.cover {
  position: relative;
  width: 100%;
  height: 520px;
  overflow: hidden;
}
.cover .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
}

body {
  font-family: "Noto Sans Japanese", sans-serif, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 200%;
}

html, body {
  overflow-x: hidden;
}

#mainVisual {
  width: 853px;
  height: 353px;
  margin: 0 auto;
  padding: 238px 0 0 0;
  position: relative;
  text-align: center;
}

div#wrapper {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

.container {
  width: 960px;
  margin: 200px auto 120px auto;
}

h2 {
  font-size: 300%;
  font-weight: 900;
  margin-top: 20px;
}

h3 {
  font-size: 220%;
  font-weight: 900;
}

h4 {
  font-size: 120%;
  font-weight: 900;
}

h5 {
  font-size: 120%;
  font-weight: 700;
}

h6 {
  font-size: 90%;
  line-height: 160%;
}

.pc-img {
  display: inline;
}

.sp-img {
  display: none;
}

p.content1 {
  font-size: 110%;
}

p {
  font-size: 120%;
  clear: both;
}

.submit {
  width: 960px;
  height: 300;
  margin: 0px auto;
  background: url("../images/border.png") repeat-y center center;
}
.submit p {
  width: 300px;
  float: left;
}

.events {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  width: 100%;
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

#page-top a:hover {
  text-decoration: none;
  background: #999;
}

#footer p {
  width: 100%;
  padding: 18px 0 23px 0;
  text-align: center;
  font-size: 11px;
  background-color: #ffffff;
  color: #3C3533;
  bottom: 0px;
}
#footer .fukuoi1 {
  padding-top: 10px;
}
#footer .fukuoi1 img {
  margin-top: -5em;
}

.chara1, .chara2, .chara3 {
  position: absolute;
  z-index: -1;
}

.chara1 {
  left: -75px;
  bottom: -200px;
  width: 294px;
  height: 352px;
}
.chara1 img {
  width: 366px;
  height: 348px;
}

.chara2 {
  right: -12px;
  top: 1000px;
  width: 167px;
  height: 139px;
}
.chara2 img {
  width: 167px;
  height: 139px;
}

.chara3 {
  left: 80px;
  top: 1700px;
  width: 136px;
  height: 128px;
}
.chara3 img {
  width: 136px;
  height: 128px;
}

.scroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  z-index: 1;
  width: 100%;
  height: 52px;
  text-align: center;
  line-height: 1em;
  display: none;
}

.scroll .arrow1 {
  top: -20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation: sdb 1.5s;
  animation: sdb 1.5s;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(0deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(0deg) translate(0px, 20px);
    opacity: 0;
  }
}
.logo {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  width: auto;
}

.ten-th-banner {
  margin-top: 80px;
}
@media screen and (max-width: 600px) {
  .ten-th-banner {
    margin-top: 35px;
  }
}
.ten-th-banner img {
  width: 650px;
}
@media screen and (max-width: 600px) {
  .ten-th-banner img {
    width: 340px;
  }
}

#ndCredit {
  font-size: 10px;
  margin-top: -40px;
  padding: 0 0 10px;
  text-align: center;
}

#ndCredit a {
  text-decoration: none;
  color: #CCC;
}

#ndCredit:hover {
  color: #999;
}

a:link {
  color: #000000;
}

#pagetop {
  margin-top: 60px;
  cursor: pointer;
  text-align: center;
}

/* 余白の設定 */
.mt-10 {
  margin-top: 10px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-20 {
  margin-bottom: 20px;
}

/* メインビジュアル */
#mainvisual-arw {
  width: 41px;
  height: 40px;
}

#mainvisual-scroll-txt {
  width: 41px;
  height: 12px;
}

/* 見出し */
#ttl-top-txt {
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 10px;
  width: 930px;
  height: 190px;
  margin-top: 60px;
}

.ttl-photo {
  float: left;
  margin: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.ttl-photo img {
  width: 300px;
  height: 200px;
}

#ttl-bottom-txt {
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 10px;
  width: 930px;
  height: 80px;
  margin-top: 60px;
}

#join-btn {
  width: 458px;
  height: 60px;
}

#notice-txt {
  font-size: 0.9em;
}

/* 開催 */
#held-top-img {
  width: 898px;
  height: 26px;
}

#held-bottom-img {
  width: 905px;
  height: 18px;
}

#held-info-area {
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 40px;
  margin-top: 40px;
}

/* キャラクター紹介 */
#charactor-introductions {
  width: 710px;
  margin: 0 auto;
  margin-top: 80px;
}

.charactor-introduction {
  float: left;
  height: 300px;
}

#charactor-introduction-left,
#charactor-introduction-right {
  width: 300px;
}

#charactor-introduction-center {
  width: 110px;
}

#charactor-introduction-left img {
  width: 258px;
  height: 270px;
}

#charactor-introduction-center img {
  width: 110px;
  height: 300px;
}

#charactor-introduction-right img {
  width: 135px;
  height: 24px;
}

#chara4 {
  padding-top: 10px;
  text-align: right;
}

#chara4 img {
  width: 116px;
  height: 87px;
  margin: -5em 0 0 0;
}

/* SNS */
.sns * {
  margin: 0 auto;
}

/* ページトップ */
#pagetop img {
  width: 56px;
  height: 56px;
}

/* フッター */
#copyright-txt {
  font-size: 0.8em;
}

/* ADD20190212 */
.container .areaev1 {
  text-align: center;
}

.container .areaev1 .txt1 {
  width: 930px;
  height: 190px;
  margin: 60px 10px 0 10px;
}

.container .areaev1 .i1 {
  float: left;
  margin: 30px 10px;
}

.container .areaev1 .txt2 {
  width: 930px;
  height: 80px;
  margin: 60px 10px 0 10px;
}

.container .areafb1 {
  margin-top: 40px;
  text-align: center;
}

.container .fbtxt1 {
  margin-top: 10px;
}

.container .fbtxt1 p {
  font-size: 90%;
}

.areamv {
  text-align: center;
  padding-bottom: 120px;
  width: 900px;
  margin: 0 auto;
}

.areamv .mvtxt1 {
  padding: 12px 0 24px 0;
  font-size: 120%;
}

.areamv .mv1 {
  width: 900px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.areamv .mv2 {
  width: 440px;
  float: left;
  margin-bottom: 50px;
}

.areamv .mv3 {
  width: 440px;
  float: right;
  margin-bottom: 50px;
}

.areamv .mvtxt2 {
  font-weight: bold;
  text-align: center;
  padding-bottom: 12px;
}

.areamv .dltxt {
  padding-bottom: 16px;
}

.areainfo h2 {
  text-align: center;
}

.areainfo .infotxt1 {
  margin: 40px 40px 20px 40px;
}

.areainfo .infobtn {
  text-align: center;
  margin-bottom: 40px;
}

.sns h4 {
  margin-top: 100px;
  text-align: center;
}

.container .chartt1 {
  font-size: 220%;
  font-weight: bold;
  text-align: center;
}

.container .chartt2 {
  text-align: center;
}

.container .areachar1 {
  width: 710px;
  margin: 80px auto 0 auto;
  overflow: hidden;
}

.container .areachar1 .child1 {
  float: left;
  width: 300px;
  height: 300px;
}

.container .areachar1 .child2 {
  float: left;
  width: 110px;
  height: 300px;
}

.container .areachar1 .child3 {
  float: left;
  width: 300px;
  height: 260px;
  margin-top: 60px;
}

.areashare {
  margin-top: 200px;
  text-align: center;
}

#footer .fukuoi1 {
  padding-top: 10px;
}

#footer .fukuoi1 img {
  margin-top: -5em;
}

.clClear {
  clear: both;
  height: 0;
  line-height: -1px;
  font-size: 0px;
}

#wrap a:hover img,
#pagetop img:hover,
footer a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

#wrap .line a:hover img {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.header-logo img {
  width: 300px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.bs-blog-post-title {
  text-align: center;
  font-size: 1.6em !important;
}

.bs-single-post__meta {
  text-align: right;
  margin-bottom: 20px;
}

.bs-single-post__meta-category {
  background-color: #47bfe5;
  font-size: 0.9em;
  color: #ffffff !important;
  text-decoration: none;
  padding: 0.5em 0.7em;
  border-radius: 0.5em;
  line-height: 1;
  margin-right: 0.5em;
}

.wrapper .bge-contents {
  width: 63%;
  margin: 0 auto;
}

.bs-top-post-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 40px 0;
  text-align: left;
}

.bs-top-post-card {
  display: flex;
  background: #fff;
  overflow: hidden;
  align-items: stretch;
  border-bottom: 1px solid #efefef;
  padding-bottom: 24px;
}

.bs-top-post-card__img-wrap {
  flex: 0 0 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
}

.bs-top-post-card__img-link img {
  width: 300px;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.bs-top-post-card__img-link,
.bs-top-post-card__img-link--noimg {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bs-top-post-card__noimg {
  color: #aaa;
  font-size: 1.1em;
}

.bs-top-post-card__body {
  flex: 1 1 0%;
  padding: 18px 24px 18px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bs-top-post-card__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.bs-top-post-card__date {
  font-size: 0.95em;
  color: #888;
}

.bs-top-post-card__category {
  background: #47bfe5;
  color: #ffffff !important;
  font-size: 80%;
  padding: 0.5em 0.7em;
  border-radius: 0.5em;
  margin-left: 0.5em;
  line-height: 1;
  text-decoration: none;
}

.bs-top-post-card__title {
  color: #222 !important;
  font-size: 110%;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 8px;
  display: block;
  line-height: 1.3;
}

.bs-top-post-card__title:hover {
  color: #47bfe5 !important;
  text-decoration: underline !important;
}

.bs-top-post-card__excerpt {
  color: #444;
  font-size: 110%;
  margin-top: 8px;
  line-height: 1.7;
}

.bs-top-post-to-list {
  text-align: center;
  margin: 32px 0 0 0;
}
.bs-top-post-to-list a {
  display: inline-block;
  background: #47bfe5;
  color: #fff;
  padding: 10px 32px;
  border-radius: 24px;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.1em;
  transition: background 0.2s;
}
.bs-top-post-to-list a:hover {
  background: #2699c7;
}

.bs-top-post-no-data {
  text-align: center;
  color: #888;
  font-size: 1.1em;
  margin: 40px 0;
}

.bs-single-post__meta-date {
  font-size: 0.9em;
  color: #888;
}

.bs-blog-category-title {
  font-size: 150% !important;
}

#ten-th .ten-th-main-visual img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#ten-th .ten-th-main-visual img :hover {
  opacity: 1 !important;
}
#ten-th h1 {
  margin-bottom: 60px !important;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  #ten-th h1 {
    margin-bottom: 40px !important;
  }
}
#ten-th .wrapper .bge-contents {
  width: 100%;
}
#ten-th .bgb-image3,
#ten-th .bgb-image-text3,
#ten-th .bgb-image-text5 {
  gap: 0;
}
@media screen and (max-width: 600px) {
  #ten-th .bgb-image3,
  #ten-th .bgb-image-text3,
  #ten-th .bgb-image-text5 {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media screen and (max-width: 600px) {
  #ten-th .bgb-image3 .bgt-grid,
  #ten-th .bgb-image-text3 .bgt-grid,
  #ten-th .bgb-image-text5 .bgt-grid {
    flex: 1 !important;
    box-sizing: border-box;
  }
}
#ten-th .bgb-wysiwyg {
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  html, body {
    height: var(--app-height);
  }
  #mainVisual,
  div#wrapper,
  .container,
  .areamv .mv1,
  .areamv .mv2,
  .areamv .mv3,
  .areainfo .infotxt1,
  .areachar1,
  .areashare,
  .line > div,
  .areafb1,
  .ttl-photo img,
  .areamv .mv1 iframe,
  .areamv .mv2 iframe,
  .areamv .mv3 iframe {
    width: 100% !important;
    max-width: 100vw !important;
    box-sizing: border-box;
  }
  .pc-img {
    display: none;
  }
  .sp-img {
    display: inline;
  }
  html, body, #wrap, #wrapper {
    overflow-x: hidden !important;
    width: 100vw !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
  }
  *, *:before, *:after {
    box-sizing: border-box !important;
  }
  .container,
  .areaev1,
  .areamv,
  .areainfo,
  .areachar1,
  .areafb1,
  .areashare,
  .sns,
  .line {
    max-width: 100vw !important;
    box-sizing: border-box !important;
  }
  .areamv .mv1,
  .areamv .mv2,
  .areamv .mv3 {
    padding-bottom: 0;
  }
  .areamv .mv1 iframe,
  .areamv .mv2 iframe,
  .areamv .mv3 iframe {
    height: 200px !important;
  }
  .areamv .mv2,
  .areamv .mv3 {
    padding: 26px 0 6px 0;
    margin: 0;
  }
  .areamv .mv2 .mvtxt2,
  .areamv .mv2 .mvtxt3,
  .areamv .mv3 .mvtxt2,
  .areamv .mv3 .mvtxt3 {
    padding-bottom: 0;
  }
  .areachar1 {
    flex-direction: column;
    display: flex;
    align-items: center;
    width: 100vw !important;
    max-width: 100vw !important;
  }
  .ttl-photo img {
    width: 100% !important;
    height: auto !important;
  }
  .mvtxt2, .dltxt, .fbtxt1, .txt1, .txt2 {
    font-size: 95% !important;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: 110% !important;
    word-break: break-word;
  }
  h2 {
    font-size: 180% !important;
  }
  p, .txt1, .txt2 {
    font-size: 110% !important;
    word-break: break-word;
    line-height: 1.6;
  }
  .fbtxt1 p {
    font-size: 90% !important;
  }
  /* 追加: 横スクロールバーを完全に消す */
  ::-webkit-scrollbar {
    width: 0 !important;
    background: transparent !important;
  }
  .bs-top-post-card {
    display: block;
  }
  .container .areaev1 .txt1 {
    width: auto;
    margin: 30px 4% 0 4%;
    height: auto;
    margin-bottom: 20px;
  }
  .container .areaev1 .txt2 {
    width: auto;
    margin-top: 20px;
    margin: 20px 4% 0 4%;
    height: auto;
  }
  .chara2 {
    right: 0;
    top: 888px;
    width: auto;
    height: auto;
  }
  .chara2 img {
    width: 68px;
    height: 70px;
  }
  .chara1 {
    left: -100px;
    bottom: -275px;
  }
  .chara1 img {
    width: 179px;
    height: 170px;
  }
  .logo {
    height: 120px;
  }
  .logo img {
    width: 85%;
  }
  .container {
    margin-bottom: 0;
  }
  .container .areaev1 .i1 {
    width: 100% !important;
    margin: 10px 0;
    float: none;
  }
  .container .areaev1 .i1 img {
    width: 90% !important;
    height: auto !important;
  }
  .chara3 {
    display: none;
  }
  .areafb1 img {
    width: 275px;
    height: auto;
  }
  .areamv {
    text-align: center;
    padding: 60px 0 30px 0;
    width: 90% !important;
    margin: 0 auto;
  }
  .areamv .mvtxt1 {
    font-size: 110%;
    line-height: 1.4;
    padding-bottom: 10px;
  }
  .areainfo {
    width: 90%;
    margin: 0 auto;
    margin-top: 60px;
  }
  .infotxt1 {
    margin: 0 auto !important;
  }
  .bs-top-post-card__img-link {
    width: 100%;
    text-align: center;
    display: block;
  }
  .bs-top-post-card__img-link img {
    width: 100%;
    height: auto;
  }
  .bs-top-post-list {
    display: block;
  }
  .bs-top-post-card__img-wrap {
    display: block;
    margin-bottom: 10px;
  }
  .bs-top-post-card__body {
    padding: 0;
  }
  .bs-top-post-card__meta {
    display: block;
  }
  .bs-top-post-card__body {
    display: block;
  }
  .bs-top-post-card__title {
    font-size: 120%;
  }
  .bs-top-post-card {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .sns {
    text-align: center;
  }
  .sns h4 {
    font-size: 100% !important;
    margin-top: 60px;
  }
  .chartt1 {
    font-size: 160% !important;
  }
  .chartt2 {
    margin-top: 5px;
    font-weight: bold;
  }
  .areachar1 {
    margin-top: 40px !important;
    text-align: center;
  }
  .areachar1 .child1 {
    float: none !important;
  }
  .areachar1 .child1 img {
    width: 258px;
    height: 270px;
  }
  .areachar1 .child3 {
    margin-top: 0px !important;
    margin-left: 10% !important;
    margin-right: 10% !important;
    margin-bottom: 6% !important;
    float: none !important;
    height: auto !important;
  }
  .line {
    margin-top: 40px;
  }
  .areashare {
    margin-top: 160px;
  }
  .areashare h4 {
    font-weight: bold;
  }
  #footer p {
    width: 100%;
    padding: 18px 0 23px 0;
    text-align: center;
    font-size: 11px !important;
    background-color: #ffffff;
    color: #3C3533;
  }
  .fukuoi1 {
    padding-top: 0 !important;
  }
  .fukuoi1 img {
    margin-top: -48px !important;
  }
  .wrapper .bge-contents {
    width: 90%;
  }
}
#bge-10th {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding-top: 12%; /* クリックなどを透過させたい場合 */
}
@media screen and (max-width: 600px) {
  #bge-10th {
    padding-top: 30%;
  }
}
#bge-10th img {
  display: block;
}
@media screen and (max-width: 600px) {
  #bge-10th img {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
}

#bge-message {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  height: 100%;
  font-size: 15px;
  width: 100%;
  pointer-events: none;
  padding-top: 5%;
  color: #fff;
}
@media screen and (max-width: 600px) {
  #bge-message {
    padding-top: 40px;
  }
}
#bge-message .bgt-ckeditor-container {
  margin: 0 auto;
  width: 40%;
}
@media screen and (max-width: 600px) {
  #bge-message .bgt-ckeditor-container {
    width: 92%;
  }
  #bge-message .bgt-ckeditor-container h1 {
    font-size: 24px !important;
  }
}
#bge-message img {
  display: block;
}

.footer_10th {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 12;
  padding: 20px 30px;
  background: #ffffff;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .footer_10th {
    padding: 10px 10px;
  }
}
.footer_10th img {
  width: 150px;
  height: auto;
}
@media screen and (max-width: 600px) {
  .footer_10th img {
    width: 100px;
    height: auto;
    margin: 0 auto;
  }
}
.footer_10th .footer-text {
  font-size: 10px;
  color: #888;
  float: right;
  padding: 5px 10px 5px 10px;
  margin-right: 40px;
}
.footer_10th .footer-text small {
  display: block;
  line-height: 14px;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .footer_10th .footer-text {
    margin-right: 0;
    padding: 5px 0 0 0;
  }
}

.sns-link {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .sns-link {
    width: 80%;
  }
}
.sns-link p {
  margin-bottom: 10px !important;
}
.sns-link .sns-icon {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
.sns-link .sns-icon a {
  display: block;
}
.sns-link .sns-icon a img {
  width: 36px;
  height: 36px;
}

.powered-by img {
  height: 14px;
  width: auto;
  vertical-align: top;
}

#footer .powered-by {
  display: block;
  font-size: 11px;
  color: #CCC;
  line-height: 14px;
}
#footer .powered-by img {
  height: 14px;
  width: auto;
  vertical-align: top;
}

.nomi::before {
  content: "";
  background-image: url("/littlefukuoka/img/nomi.png");
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  margin-top: -28px;
  margin-left: -7px;
  position: absolute;
}

/*# sourceMappingURL=style.css.map */
