@import url(animate.css);
@import url(nav.css);
@import url("https://fonts.googleapis.com/css2?family=Damion&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;
}

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 {
  height: 80px;
  position: relative;
  background: url(../../img/header_up.svg) repeat-x center top;
  background-size: 35px 9px;
}

.header_inner {
  margin: 0 auto;
  position: relative;
}

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

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

@media screen and (max-width: 899px) {
  .header {
    margin: 0 auto;
    height: 60px;
    width: 100%;
  }
  .header_inner {
    margin: 0 auto;
    padding-top: 60px;
    display: inherit;
    position: inherit;
  }
  .header_inner .tfm {
    position: absolute;
    top: 20px;
    left: 12px;
  }
  .header_inner .tfm img {
    width: 80px;
  }
}

.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto;
  width: 280px;
  height: 80px;
  position: absolute;
  right: 30px;
  top: 5px;
}

.header_nav li {
  font-size: 2.6rem;
  font-family: 'Damion', cursive;
}

/*  loopslider  
-------------------------------------------------*/
#loopslider {
  width: 100%;
  height: 700px;
  background: url(../../img/loopslider.png) repeat-x;
  background-position: 0 0;
  -webkit-animation: bgroop 50s linear infinite;
  animation: bgroop 50s linear infinite;
  background-size: cover;
}

@-webkit-keyframes bgroop {
  from {
    background-position: 0  0;
  }
  to {
    background-position: -1956px 0;
  }
}

@keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1956px 0;
  }
}

@media screen and (max-width: 899px) {
  #loopslider {
    height: 400px;
    background: url(../../img/loopslider.png) repeat-x;
    background-size: 1500px auto;
    -webkit-animation: bgroop 70s linear infinite;
    animation: bgroop 70s linear infinite;
  }
}

.main {
  height: 700px;
  text-align: center;
  position: relative;
}

.main h1 {
  position: absolute;
  top: 13%;
  right: 0;
  left: 0;
  margin: auto;
  width: 500px;
}

@media screen and (max-width: 899px) {
  .main {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
  }
  .main h1 {
    margin: 0 auto 20px;
    max-width: 300px;
    top: 15%;
    width: 70%;
    padding: 0;
  }
}

.header_catch {
  position: absolute;
  top: 60px;
  left: 60px;
  z-index: 2;
}

.header_catch img {
  width: 162px;
}

@media screen and (max-width: 899px) {
  .header_catch {
    top: 10px;
    left: -30px;
  }
  .header_catch img {
    width: 50%;
  }
}

/*  information 
-------------------------------------------------*/
section#news {
  margin-top: 5px;
  padding: 15px 0 15px;
  text-align: center;
  background: #c73f6f;
  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: #fff;
  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: #fff;
    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: #fff;
}

.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: #fff;
  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  
-------------------------------------------------*/
section#about {
  max-width: 1000px;
  margin: 0 auto 80px;
  padding-top: 80px;
}

section#about h2 {
  text-align: center;
  margin-bottom: 50px;
}

section#about h3 {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.6em;
  margin-bottom: 30px;
}

section#about h3 span {
  color: #a30c9f;
}

@media screen and (max-width: 899px) {
  section#about {
    padding-top: 20px;
    max-width: 100%;
    margin-bottom: 10px;
  }
  section#about h2 {
    max-width: 800px;
    margin: 0 auto 20px;
  }
  section#about h3 {
    font-size: 1.8rem;
    line-height: 1.6em;
    margin: 10px 0;
  }
}

.about_lead {
  text-align: center;
  position: relative;
  font-size: 1.4rem;
  line-height: 2.2em;
  font-family: 'Noto Sans', sans-serif;
  margin-bottom: 80px;
}

.about_lead :before {
  position: absolute;
  left: 0;
  bottom: -20px;
  content: '';
  width: 151px;
  height: 278px;
  display: block;
  background: url(../../img/about_left.png) no-repeat left bottom;
}

.about_lead :after {
  position: absolute;
  right: 0;
  bottom: -10px;
  content: '';
  width: 140px;
  height: 215px;
  display: block;
  background: url(../../img/about_right.png) no-repeat right bottom;
}

@media screen and (max-width: 899px) {
  .about_lead {
    padding: 0 20px;
    font-size: 1.2rem;
    line-height: 1.6em;
    margin-bottom: 20px;
  }
  .about_lead :before {
    background: none;
  }
  .about_lead :after {
    background: none;
  }
}

.about_head li {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 20px;
}

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

@media screen and (max-width: 899px) {
  .about_mc {
    padding: 0 20px;
    display: block;
  }
}

.about_mc ul {
  width: 50%;
  padding: 0 15px;
  font-size: 1.4rem;
  line-height: 2.2em;
  font-family: 'Noto Sans', sans-serif;
}

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

.about_mc ul :nth-child(2) a {
  text-decoration: underline;
  font-weight: bold;
}

@media screen and (max-width: 899px) {
  .about_mc ul {
    width: 100%;
    padding: 0 0 40px 0;
    font-size: 1.2rem;
    line-height: 1.6em;
  }
  .about_mc ul li:nth-child(1) {
    text-align: center;
  }
  .about_mc ul li:nth-child(1) img {
    max-width: 320px;
  }
}

/*  archive  
-------------------------------------------------*/
.archive {
  background-color: #c73f6f;
  position: relative;
}

.archive_inner {
  width: 1030px;
  margin: 0 auto 40px;
  text-align: center;
  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;
  /*justify-content: space-around;*/
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 899px) {
  .archive_inner {
    margin: 20px auto 40px;
    max-width: 100%;
    display: block;
  }
}

.archive h2 {
  padding: 90px 0 30px;
  max-width: 1000px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 899px) {
  .archive h2 {
    padding: 10px 0;
    margin-bottom: 0;
    text-align: center;
    max-width: 800px;
  }
  .archive h2 img {
    width: 100%;
    max-width: 800px;
  }
}

.archive_bg :before {
  position: absolute;
  left: 0;
  top: -7px;
  content: '';
  width: 100%;
  height: 10px;
  display: block;
  background: url(../../img/onair_up.svg) repeat-x center top;
  background-size: 35px 10px;
}

.archive_wrap {
  text-align: left;
  max-width: 300px;
  background-color: #fff;
  position: relative;
  padding: 20px 15px 50px;
  margin: 0 6px 25px;
}

.archive_wrap :before {
  position: absolute;
  left: 0;
  top: -6px;
  content: '';
  width: 100%;
  height: 9px;
  display: block;
  background: url(../../img/article_up.svg) repeat-x center top;
  background-size: 35px 9px;
}

.archive_wrap :after {
  position: absolute;
  right: 0;
  bottom: -5px;
  content: '';
  width: 100%;
  height: 9px;
  display: block;
  background: url(../../img/article_down.svg) repeat-x center bottom;
  background-size: 35px 9px;
}

.archive_wrap h3 {
  font-weight: bold;
  font-size: 1.4rem;
}

.archive_wrap span {
  color: #c73f6f;
  font-size: 2.4rem;
  font-family: 'Damion', cursive;
}

.article_thumb {
  max-width: 680px;
  text-align: center;
  border: 1px solid #c73f6f;
  background-color: #FFF;
  max-height: 300px;
  overflow: hidden;
}

.article_thumb img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /*border: 1px solid $accentColor;*/
}

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

@media screen and (max-width: 899px) {
  .archive {
    width: 100%;
    margin-bottom: 70px;
    padding-bottom: 0;
  }
  .archive_container {
    width: 100%;
    max-width: 640px;
    display: block;
    margin: 0 auto;
  }
  .archive_wrap {
    padding: 20px;
    margin: 0 auto;
    max-width: 640px;
    position: relative;
    display: inherit;
  }
}

.more {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 90px;
}

@media screen and (max-width: 899px) {
  .more {
    padding-bottom: 30px;
  }
  .more img {
    max-width: 250px;
  }
}

/* bnr
------------------------------------------------------------*/
.bn_Area {
  text-align: center;
  margin: 80px auto;
}

.bn_Area ul {
  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;
}

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

.bn_box {
  text-align: center;
  margin: 60px auto 0;
}

.bn_box ul {
  margin: 0 auto;
  width: 1000px;
  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_box ul li {
  margin: 0 auto;
  padding: 0 10px;
}

.bn_box ul li img {
  max-width: 1000px;
  height: auto;
}

@media screen and (max-width: 899px) {
  .bn_box {
    text-align: center;
    margin: 20px auto;
  }
  .bn_box ul {
    margin: 0 auto;
    width: 100%;
    display: block;
  }
  .bn_box ul li {
    margin: 0 auto;
    max-width: 900px;
    width: 95%;
  }
  .bn_box ul li img {
    width: 100%;
    height: auto;
  }
}

/* twitter
------------------------------------------------------------*/
.tw {
  margin: 40px auto;
  padding: 0 20px;
  max-width: 600px;
  height: 100%;
}

/* youtube
------------------------------------------------------------*/
.tube {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.tube h3 {
  padding: 20px 0;
  position: relative;
  margin-bottom: 25px;
  font-size: 2.4rem;
  color: #c73f6f;
  font-family: 'Noto Sans', sans-serif;
}

.tube h3 span {
  display: block;
  margin-top: 10px;
}

.tube h3 span em {
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
}

.tube h3 :before {
  position: absolute;
  left: 0;
  top: -6px;
  content: '';
  width: 100%;
  height: 9px;
  display: block;
  background: url(../../img/tube_up.svg) repeat-x right top;
  background-size: 35px 9px;
}

.tube h3 :after {
  position: absolute;
  right: 0;
  bottom: -5px;
  content: '';
  width: 100%;
  height: 9px;
  display: block;
  background: url(../../img/tube_up.svg) repeat-x right top;
  background-size: 35px 9px;
}

.tube p {
  text-align: left;
  max-width: 600px;
  margin: 0 auto 20px;
  font-size: 1.4rem;
  padding: 0 15px;
}

.tube ul {
  max-width: 600px;
  margin: 0 auto;
}

.tube ul li {
  margin-bottom: 15px;
}

@media (max-width: 899px) {
  .tube {
    padding-bottom: 0;
  }
  .tube h3 {
    font-size: 1.8rem;
  }
  .tube ul {
    border-top: 0;
    margin-bottom: 50px;
    position: relative;
    height: 0;
    padding: 30px 0 56.25%;
    overflow: hidden;
  }
  .tube ul li {
    text-align: center;
    margin-bottom: 30px;
  }
  .tube ul li iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/* footer
------------------------------------------------------------*/
.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;
  background: url(../../img/bg_town.svg) repeat-x 0 top;
  background-size: 729px 52px;
  padding-top: 20px;
}

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

@media screen and (max-width: 899px) {
  .footer {
    text-align: center;
  }
  .footer address {
    padding: 15px 0;
  }
}

.multibox {
  margin: 40px 0 0;
}

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

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

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

.sp {
  display: none;
}

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