@import url(animate.css);
@import url(nav.css);
@import url("https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&amp;display=swap");
/* reset
-------------------------------------------------*/
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

/*
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
*/
nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

a:link {
  color: #0f0f0f;
}

a:visited {
  color: #0f0f0f;
}

ins {
  color: #000;
  text-decoration: none;
}

mark {
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* common
-------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font: 1.6rem/1.5 sans-serif;
  background: url(../../img/bg.png) repeat center top;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

#page {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}

/*  header  
-------------------------------------------------*/
.header {
  background: url(../../img/bg_city.png) no-repeat center bottom;
}

.header_inner {
  margin: 0 auto;
  position: relative;
  height: 720px;
}

.header_inner .tfm {
  position: absolute;
  top: 20px;
  left: 20px;
}

.header_inner .tfm img {
  width: 120px;
}

@media screen and (max-width: 899px) {
  .header {
    margin: 0 auto;
    max-width: 100%;
    background: none;
  }
  .header_inner {
    margin: 0 auto;
    padding-top: 40px;
    height: 100%;
  }
  .header_inner .tfm {
    position: absolute;
    top: 15px;
    left: 12px;
  }
  .header_inner .tfm img {
    width: 90px;
  }
}

.main {
  margin: 0 auto;
  width: 1200px;
  height: 650px;
  text-align: center;
  position: relative;
}

.main h1 {
  height: 450px;
  width: 450px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 50px;
}

@media screen and (max-width: 899px) {
  .main {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    text-align: center;
  }
}

.header_item {
  margin: 0 auto;
}

/*illust_1*/
.header_item li:nth-child(1) {
  position: absolute;
  left: 100px;
  top: 210px;
}

/*illust_2*/
.header_item li:nth-child(2) {
  position: absolute;
  right: 160px;
  top: 130px;
}

/*illust_3*/
.header_item li:nth-child(3) {
  position: absolute;
  right: 170px;
  bottom: 90px;
}

/*illust_4*/
.header_item li:nth-child(4) {
  position: absolute;
  left: 220px;
  bottom: 80px;
}

/*illust_5*/
.header_item li:nth-child(5) {
  position: absolute;
  top: 280px;
  right: 40px;
}

/*cloud_1*/
.header_item li:nth-child(6) {
  position: absolute;
  top: 30px;
  right: 0px;
}

/*cloud_2*/
.header_item li:nth-child(7) {
  position: absolute;
  top: 50px;
  left: -120px;
}

/*star*/
.header_item li:nth-child(8) {
  position: absolute;
  top: 0;
  left: 0;
}

@-webkit-keyframes horizontal {
  0% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes horizontal {
  0% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translateY(-22px);
            transform: translateY(-22px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes vertical {
  0% {
    -webkit-transform: translateY(-22px);
            transform: translateY(-22px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

/*  information 
-------------------------------------------------*/
section#news {
  margin-top: 5px;
  padding: 15px 0 15px;
  text-align: center;
  background: #f14854;
  position: relative;
}

section#news :after {
  position: absolute;
  left: 0;
  bottom: -10px;
  content: '';
  width: 100%;
  height: 5px;
  display: block;
  background: url(../../img/info_line.svg) repeat-x right bottom;
  background-size: 500px 5px;
}

@media screen and (max-width: 899px) {
  section#news {
    margin-top: 5px;
    padding: 0;
  }
}

.news_inner {
  width: 1030px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news_inner h3 {
  padding: 10px 20px 5px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.9rem;
  border-right: 2px dotted;
  background: url(../../img/arrow.svg) no-repeat center left;
  background-size: 8px 8px;
}

@media screen and (max-width: 899px) {
  .news_inner {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news_inner h3 {
    padding: 10px 10px 3px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.0rem;
    border-right: 1px dotted;
    background: none;
  }
}

.news_inner ul.marquee {
  vertical-align: middle;
  text-align: left;
  margin-left: 20px;
}

.news_inner ul.marquee a {
  color: #FFFFFF;
}

.news_inner ul.marquee span {
  font-weight: bold;
  margin-right: 15px;
}

@media screen and (max-width: 899px) {
  .news_inner ul.marquee {
    vertical-align: middle;
    text-align: left;
    margin: 8px 0 0 10px;
  }
}

ul.marquee {
  display: block;
  margin: 0;
  list-style: none;
  line-height: 1;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
  width: 840px;
  height: 30px;
}

ul.marquee li {
  font-size: 1.5rem;
  position: absolute;
  top: -999em;
  left: 0;
  display: block;
  white-space: nowrap;
  padding: 16px 0px 0 7px;
}

@media screen and (max-width: 899px) {
  ul.marquee {
    width: 100%;
    height: 30px;
  }
  ul.marquee li {
    font-size: 1.0rem;
    padding: 6px 0px 0 7px;
  }
}

/*  about  
-------------------------------------------------*/
.about {
  max-width: 1000px;
  margin: 0 auto 80px;
  padding-top: 50px;
}

.about h2 {
  margin-bottom: 50px;
}

.about_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 899px) {
  .about {
    width: 100%;
    margin: 0 auto 40px;
    padding-top: 0;
  }
  .about_inner {
    width: 100%;
    display: block;
  }
}

.about_lead {
  width: 640px;
  font-size: 1.5rem;
  line-height: 2.2em;
  font-family: 'Noto Sans', sans-serif;
  margin-bottom: 80px;
}

.about_lead h2 {
  margin-bottom: 20px;
}

@media screen and (max-width: 899px) {
  .about_lead {
    margin: 0 auto 40px;
    width: 90%;
    padding: 0 15px;
    font-size: 1.4rem;
    line-height: 2.0em;
  }
  .about_lead h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  .about_lead br {
    display: none;
  }
}

.about_mc {
  width: 400px;
}

.about_mc h3 {
  text-align: center;
  margin-top: -20px;
  margin-left: -30px;
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 1.6em;
  font-family: 'Amatic SC', cursive;
}

.about_mc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.about_mc ul img {
  margin-bottom: 20px;
}

@media screen and (max-width: 899px) {
  .about_mc {
    width: 85%;
    margin: 0 auto;
    padding: 0 20px;
    display: block;
  }
  .about_mc h3 {
    margin-left: 0;
  }
  .about_mc ul {
    max-width: 400px;
    margin: 0 auto;
    padding: 0 0 20px 0;
  }
  .about_mc ul li {
    padding: 0 10px;
  }
}

.contents {
  background: url(../../img/bg_contents.png) repeat center left;
}

@media screen and (max-width: 899px) {
  .contents {
    background: url(../../img/bg_contents.png) repeat center left;
    background-size: 250px 250px;
  }
}

/*  archive  
-------------------------------------------------*/
.archive {
  padding-bottom: 70px;
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

.archive h2 {
  padding: 60px 0 10px;
  margin: 0 auto 30px;
  text-align: center;
}

.archive_inner {
  width: 1000px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.archive_item {
  position: absolute;
  top: 50px;
  left: -90px;
}

@media screen and (max-width: 899px) {
  .archive {
    max-width: 100%;
    margin-bottom: 40px;
    padding-bottom: 0;
  }
  .archive h2 {
    padding: 20px 0 0;
    margin-bottom: 0;
    text-align: center;
    max-width: 260px;
  }
  .archive h2 img {
    width: 100%;
  }
  .archive_inner {
    margin: 20px auto 40px;
    max-width: 100%;
    display: block;
  }
  .archive_wrap {
    padding: 0 20px 20px 20px;
    margin: 0 auto;
    max-width: 640px;
    position: relative;
    display: inherit;
  }
  .archive_item {
    position: absolute;
    top: 20px;
    left: -60px;
  }
}

.archive_wrap {
  text-align: left;
  margin: 0 50px 50px 0;
  width: calc(33.3333333% - 35px);
}

.archive_wrap h3 {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: normal;
}

.archive_wrap span {
  color: #33a1b8;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.6em;
  font-family: 'Amatic SC', cursive;
}

@media screen and (max-width: 899px) {
  .archive_wrap {
    width: 90%;
    max-width: 100%;
    margin: 0 auto 20px auto;
  }
}

.archive_wrap:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 899px) {
  .archive_wrap:nth-child(3n) {
    margin-right: auto;
  }
}

.article_thumb {
  max-width: 680px;
  text-align: center;
  max-height: 680px;
  overflow: hidden;
}

.article_thumb img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}

@media screen and (max-width: 899px) {
  .article_thumb {
    margin: 0 auto;
  }
  .article_thumb img {
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* btn
------------------------------------------------------------*/
.message {
  margin: 0 auto;
  width: 290px;
  text-align: center;
  padding-bottom: 30px;
  text-decoration: none;
  background: #f14854;
  color: #FFFFFF;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 0px 8px #f14854;
          box-shadow: 0px 0px 0px 8px #f14854;
  border: dashed 1px #FFFFFF;
  font-family: 'Amatic SC', cursive;
  font-size: 3.0rem;
  font-weight: bold;
  padding: 7px 0;
}

.message a {
  color: #FFFFFF;
  display: block;
}

@media screen and (max-width: 899px) {
  .message {
    font-size: 2.6rem;
    width: 250px;
    padding: 3px 0;
  }
  .message img {
    max-width: 250px;
  }
}

.more {
  margin: 0 auto;
  width: 290px;
  text-align: center;
  padding-bottom: 30px;
  text-decoration: none;
  background: #2d75ad;
  color: #FFFFFF;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 0px 8px #2d75ad;
          box-shadow: 0px 0px 0px 8px #2d75ad;
  border: dashed 1px #FFFFFF;
  font-family: 'Amatic SC', cursive;
  font-size: 3.0rem;
  font-weight: bold;
  padding: 7px 0;
}

.more a {
  color: #FFFFFF;
  display: block;
}

@media screen and (max-width: 899px) {
  .more {
    font-size: 2.6rem;
    width: 250px;
    padding: 3px 0;
  }
  .more img {
    max-width: 250px;
  }
}

/* bnr
------------------------------------------------------------*/
.bn_Area {
  text-align: center;
  background: url(../../img/line.png) repeat-x center top;
}

.bn_Area ul {
  padding: 80px 0;
  margin: 0 auto;
  width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.bn_Area ul li {
  width: 30%;
}

@media screen and (max-width: 899px) {
  .bn_Area {
    text-align: center;
    margin: 0 auto;
  }
  .bn_Area ul {
    margin: 0 auto;
    padding: 20px 0 10px;
    width: 100%;
    display: block;
  }
  .bn_Area ul li {
    margin: 0 auto;
    width: 170px;
    padding: 30px 0;
  }
  .bn_Area ul li img {
    width: 100%;
  }
}

/* twitter
------------------------------------------------------------*/
.twitter {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}

.twitter h2 {
  padding: 60px 0 0;
  text-align: center;
}

.twitter_item li:nth-child(1) {
  position: absolute;
  top: 50px;
  right: -150px;
}

.twitter_item li:nth-child(2) {
  position: absolute;
  top: 300px;
  left: -150px;
}

@media screen and (max-width: 899px) {
  .twitter {
    width: 100%;
  }
  .twitter h2 {
    margin: 20px auto;
    padding: 0;
    max-width: 260px;
  }
  .twitter h2 img {
    width: 100%;
  }
}

.tw {
  margin: 40px auto;
  max-width: 600px;
  height: 100%;
  border: 1px solid #000;
  border-radius: 15px;
  background-color: #FFFFFF;
  padding: 10px;
}

@media screen and (max-width: 899px) {
  .tw {
    padding: 0 20px;
    margin: 0 auto 20px;
    width: 80%;
  }
}

/* footer
------------------------------------------------------------*/
.sns {
  padding: 10px 0;
}

.sns ul {
  margin: 0 auto 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 90px;
}

.sns ul li {
  padding: 0 2px;
}

.sns ul li a img {
  width: 35px;
}

@media screen and (max-width: 899px) {
  .sns ul {
    margin: 0 auto 30px;
  }
}

.footer {
  text-align: center;
}

.footer address {
  color: #000;
  font-style: normal;
  font-size: 1.0rem;
  padding-bottom: 20px;
  background-color: #FFFFFF;
}

@media screen and (max-width: 899px) {
  .footer {
    height: 160px;
    text-align: center;
    background: url(../../img/bg_city.png) repeat-x center 60px;
    background-size: 971px 63px;
  }
  .footer address {
    padding: 65px 0 0;
    background: none;
  }
}

.go-top a {
  position: fixed;
  bottom: 25px;
  right: 20px;
  background: url(../../img/top.png) no-repeat 0 top;
  width: 83px;
  height: 73px;
  z-index: 3;
}

@media screen and (max-width: 899px) {
  .go-top a {
    display: none;
  }
}

@media screen and (max-width: 899px) {
  .top {
    padding-top: 10px;
    text-align: center;
  }
  .top a img {
    width: 50px;
    height: 50px;
    margin: 0 auto 5px;
  }
}

/* -- UTILITY -- */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 899px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */