<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(animate.css);
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&amp;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;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

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

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;
}

/*
body.preload .wow.fadeIn {
	opacity: 0 !important;
}
*/
img {
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

a:hover {
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

#page {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  font-family: 'Noto Sans', sans-serif;
  font-weight: normal;
  background-color: #000;
}

/*  header  
-------------------------------------------------*/
.headertop {
  width: 100%;
  height: 82px;
  overflow: hidden;
  background-color: #000;
}

.headertop ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.headertop ul li {
  padding: 5px 0;
}

.headertop_tfm {
  width: 50%;
  height: 82px;
  background-color: #FFF;
  text-align: center;
  position: relative;
}

.headertop_tfm img {
  margin-top: 15px;
  width: 137px;
}

.headertop_tfm:before {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  width: 34px;
  height: 82px;
  display: block;
  background: url(../../img/dot_b.png) no-repeat right top;
}

.headertop_wss {
  width: 50%;
  height: 82px;
  text-align: center;
  position: relative;
}

.headertop_wss img {
  margin-top: 3px;
  width: 94px;
}

.headertop_wss:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 34px;
  height: 82px;
  display: block;
  background: url(../../img/dot_w.png) no-repeat left top;
}

@media screen and (max-width: 899px) {
  .headertop {
    width: 100%;
    height: 50px;
    overflow: hidden;
    background-color: #000;
  }
  .headertop ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .headertop ul li {
    padding: 5px 0;
  }
  .headertop_tfm {
    width: 50%;
    height: 50px;
    background-color: #FFF;
    text-align: center;
  }
  .headertop_tfm img {
    margin-top: 8px;
    width: 80px;
  }
  .headertop_wss {
    width: 50%;
    height: 50px;
    text-align: center;
  }
  .headertop_wss img {
    padding-left: 20px;
    width: 50px;
  }
}

@media screen and (max-width: 899px) {
  .headertop_tfm {
    width: 50%;
    height: 60px;
    background-color: #FFF;
    text-align: center;
    position: relative;
  }
  .headertop_tfm img {
    margin-top: 10px;
    width: 80px;
  }
  .headertop_tfm:before {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 25px;
    height: 60px;
    display: block;
    background: url(../../img/dot_b.png) no-repeat right top;
    background-size: 25px 60px;
  }
  .headertop_wss {
    width: 50%;
    height: 60px;
    text-align: center;
    position: relative;
  }
  .headertop_wss img {
    margin-top: 1px;
    width: 55px;
  }
  .headertop_wss:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 25px;
    height: 60px;
    display: block;
    background: url(../../img/dot_w.png) no-repeat left top;
    background-size: 25px 60px;
  }
}

.header_wrap {
  position: relative;
  height: 730px;
}

.header_txt {
  text-align: center;
}

.header_txt img {
  width: 100%;
  max-width: 875px;
}

.header_logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  display: block;
}

@media screen and (max-width: 899px) {
  .header_wrap {
    z-index: 1;
    width: 100%;
    height: 500px;
    display: inherit;
    margin-bottom: 20px;
  }
  .header_logo {
    margin: 0 auto 15px;
    text-align: center;
  }
  .header_logo img {
    width: 93%;
    max-width: 634px;
  }
}

.header_bg {
  position: relative;
  height: 780px;
  background: url(../../img/kv.png) no-repeat center top;
  z-index: 0;
}

@media screen and (max-width: 899px) {
  .header_bg {
    height: 500px;
    background: url(../../img/sp_kv.png) no-repeat center top;
    background-size: 900px 468px;
  }
}

/*  about  
-------------------------------------------------*/
.about {
  padding: 30px 0 60px;
  background: url(../../img/bg_contents.png) repeat center 0;
}

.about h2 {
  text-align: center;
  margin-bottom: 0;
}

.about h2 img {
  max-width: 305px;
}

.about h3 {
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 40px;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.about h3 span {
  color: #00a0e5;
}

.about p {
  text-align: center;
  font-size: 2.0rem;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.about_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 70px;
  width: 1050px;
}

.about_per h2 {
  text-align: left;
  margin-bottom: 5px;
}

.about_per h2 img {
  max-width: 200px;
}

.about_per ul {
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about_per ul li span {
  padding-top: 5px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
  font-weight: bold;
  display: block;
  line-height: 1.2;
}

.about_per ul li em {
  padding-top: 5px;
  font-size: 1.4rem;
  font-weight: bold;
  font-style: normal;
  display: block;
  margin-left: -7px;
}

.about_per ul li img {
  max-width: 285px;
}

.about_per ul li a:hover {
  opacity: 1.0;
}

.about_per ul li:nth-child(2) {
  margin-left: -73px;
}

.about_per ul li:nth-child(2) span {
  padding-top: 5px;
  padding-right: 5px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
  font-weight: bold;
  display: block;
  text-align: right;
}

.about_per ul li:nth-child(2) img {
  max-width: 285px;
}

.about_guest h2 {
  text-align: left;
  margin-bottom: 5px;
}

.about_guest h2 img {
  max-width: 105px;
}

.about_guest ul {
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about_guest ul li span {
  padding-top: 5px;
  padding-left: 5px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
  font-weight: bold;
  display: block;
}

.about_guest ul li img {
  max-width: 285px;
}

.about_guest ul li:nth-child(2) {
  margin-left: -73px;
}

.about_guest ul li:nth-child(2) span {
  padding-top: 5px;
  padding-right: 5px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
  font-weight: bold;
  display: block;
  text-align: right;
}

.about_guest ul li:nth-child(2) img {
  max-width: 285px;
}

@media screen and (max-width: 899px) {
  .about {
    padding: 30px 0;
    background: url(../../img/bg_contents.png) repeat center 0;
    background-size: 806px 481px;
  }
  .about h2 {
    text-align: center;
    margin-bottom: 0;
  }
  .about h2 img {
    max-width: 200px;
  }
  .about h3 {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
  .about p {
    text-align: center;
    line-height: 1.6;
    margin-bottom: 30px;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .about_list {
    display: inherit;
    margin: 0 auto 20px;
    width: 100%;
  }
  .about_per {
    margin: 0 auto 20px;
    width: 90%;
    /*max-width: 700px;*/
  }
  .about_per h2 {
    text-align: left;
    margin-left: 5px;
    margin-bottom: 10px;
  }
  .about_per h2 img {
    max-width: 180px;
  }
  .about_per ul {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about_per ul li span {
    padding-top: 5px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .about_per ul li em {
    font-size: 1.2rem;
  }
  .about_per ul li img {
    width: 100%;
    max-width: 400px;
  }
  .about_per ul li:nth-child(2) {
    margin-left: -60px;
  }
  .about_per ul li:nth-child(2) span {
    padding-top: 5px;
    padding-right: 5px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .about_per ul li:nth-child(2) img {
    width: 100%;
    max-width: 400px;
  }
  .about_guest {
    margin: 0 auto 40px;
    width: 90%;
    /*max-width: 700px;*/
  }
  .about_guest h2 {
    text-align: left;
    margin-left: 5px;
    margin-bottom: 10px;
  }
  .about_guest h2 img {
    max-width: 95px;
  }
  .about_guest ul {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about_guest ul li span {
    padding-top: 5px;
    padding-left: 5px;
    font-size: 1.4rem;
    font-weight: bold;
    display: block;
  }
  .about_guest ul li img {
    width: 100%;
    max-width: 400px;
  }
  .about_guest ul li:nth-child(2) {
    margin-left: -60px;
  }
  .about_guest ul li:nth-child(2) span {
    padding-top: 5px;
    padding-right: 5px;
    font-size: 1.4rem;
    font-weight: bold;
    display: block;
    text-align: right;
  }
  .about_guest ul li:nth-child(2) img {
    width: 100%;
    max-width: 400px;
  }
}

/*btn*/
.entry_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.8rem;
  width: 900px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 60px;
  font-weight: bold;
}

@media screen and (max-width: 899px) {
  .entry_btn {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    margin: 0 auto 30px;
  }
}

.entry_btn li a {
  display: block;
  width: 100%;
  color: #FFFFFF;
}

.entry_close {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  color: #e60012;
}

@media screen and (max-width: 899px) {
  .entry_close {
    font-size: 1.6rem;
  }
}

/*radiko*/
.entry_rdk {
  width: 400px;
  margin: 0 15px;
  background-color: #00a0e5;
  color: #FFF;
  text-align: center;
}

.entry_rdk a:hover {
  opacity: 1.0;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.entry_rdk a {
  padding: 22px 5px;
  background: url(../../img/i_rdk.png) no-repeat 20px center;
  background-size: 20px 21px;
}

@media screen and (max-width: 899px) {
  .entry_rdk {
    width: 90%;
    margin: 0 auto 20px;
  }
  .entry_rdk a {
    padding: 20px 5px;
  }
  .entry_rdk span {
    display: block;
    background: url(../../img/i_rdk.png) no-repeat 10px center;
    background-size: 18px 19px;
  }
}

/*YouTube*/
.entry_tube {
  width: 400px;
  margin: 0 15px;
  background-color: #e60012;
  color: #FFF;
  text-align: center;
}

.entry_tube span {
  margin-left: 30px;
}

.entry_tube a {
  padding: 22px 5px;
  background: url(../../img/i_tube.png) no-repeat 20px center;
  background-size: 30px 21px;
}

.entry_tube a:hover {
  opacity: 1.0;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

@media screen and (max-width: 899px) {
  .entry_tube {
    width: 90%;
    margin: 0 auto 10px;
  }
  .entry_tube a {
    padding: 20px 5px;
    background: url(../../img/i_tube.png) no-repeat 15px center;
    background-size: 32px 23px;
  }
}

/*  present  
-------------------------------------------------*/
.present {
  padding: 30px 0 80px;
  background: url(../../img/present_bg.png) repeat-x 0 top;
}

.present h2 {
  text-align: center;
}

.present h2 img {
  max-width: 347px;
}

.present h3 {
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 40px;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.present h3 span {
  color: #00a0e5;
}

.present_ph {
  margin: 0 auto 40px;
  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) {
  .present {
    padding: 30px 0;
    background: url(../../img/present_bg.png) repeat-x 0 top;
    background-size: 310px 376px;
  }
  .present h2 img {
    max-width: 220px;
  }
  .present h3 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .present_ph {
    margin: 0 auto 20px;
    width: 80%;
    max-width: 900px;
  }
  .present_ph li {
    margin-bottom: 10px;
  }
}

/*form*/
.entry_form {
  margin: 0 auto;
  width: 400px;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.8rem;
  background-color: #e60012;
  text-align: center;
  font-weight: bold;
}

.entry_form a {
  display: block;
  color: #FFF;
  padding: 22px 5px;
  background: url(../../img/i_arrow.png) no-repeat 94% center;
  background-size: 20px 15px;
}

.entry_form a:hover {
  opacity: 1.0;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

@media screen and (max-width: 899px) {
  .entry_form {
    width: 90%;
    font-size: 1.4rem;
    margin: 0 auto 10px;
  }
  .entry_form a {
    padding: 20px 5px;
    background: url(../../img/i_arrow.png) no-repeat 94% center;
    background-size: 16px 12px;
  }
}

/*  story  
-------------------------------------------------*/
.story {
  padding: 30px 0 70px;
  background: url(../../img/bg_contents.png) repeat center 0;
}

.story_wrap {
  margin: 0 auto;
  width: 1200px;
}

.story h2 {
  text-align: center;
  margin-bottom: 20px;
}

.story h2 img {
  max-width: 292px;
}

.story_01 {
  color: #FFF;
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 50px;
}

.story_01 ul {
  width: 50%;
  line-height: 2.4;
  letter-spacing: 0.1rem;
}

.story_01 ul li {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 30px;
  padding-right: 30px;
}

.story_01_ttl {
  font-size: 3.2rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
}

.story_01_ttl span {
  color: #e60012;
}

.story_01_txt {
  line-height: 2.2;
}

.story_02 {
  color: #FFF;
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 70px;
}

.story_02 ul {
  width: 50%;
  line-height: 2.4;
  letter-spacing: 0.1rem;
}

.story_02 ul li {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 30px;
}

.story_02_ttl {
  font-size: 3.2rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
  padding-left: 40px;
}

.story_02_ttl span {
  color: #e60012;
}

.story_02_txt {
  padding-left: 40px;
  line-height: 2.2;
}

.story_03 {
  color: #FFF;
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.story_03 ul {
  width: 50%;
  line-height: 2.4;
  letter-spacing: 0.1rem;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.story_03 ul li {
  margin-bottom: 30px;
}

.story_03_txt {
  line-height: 2.2;
}

.story_ph {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.story_ph li {
  width: 50%;
}

@media screen and (max-width: 899px) {
  .story {
    padding: 30px 0 1px;
    background: url(../../img/bg_contents.png) repeat center 0;
    background-size: 806px 481px;
  }
  .story_wrap {
    margin: 0 auto;
    width: 90%;
  }
  .story h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  .story h2 img {
    max-width: 202px;
  }
  .story_01 {
    width: 100%;
    display: inherit;
    margin-bottom: 30px;
  }
  .story_01 ul {
    width: 100%;
    line-height: 1.6;
  }
  .story_01 ul li {
    margin-bottom: 20px;
    padding-right: 0;
  }
  .story_01_ttl {
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: center;
  }
  .story_01_txt {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .story_mv {
    border-top: 0;
    margin-bottom: 20px;
    position: relative;
    height: 0;
    padding: 30px 0 56.25%;
    overflow: hidden;
  }
  .story_mv iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .story_02 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7px;
  }
  .story_02 ul {
    width: 100%;
    line-height: 2.4;
  }
  .story_02 ul li {
    margin-bottom: 20px;
  }
  .story_02_ttl {
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: center;
  }
  .story_02_txt {
    font-size: 1.4rem;
    line-height: 1.6;
    padding-left: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .story_02_ph {
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .story_03 {
    width: 100%;
    display: inherit;
  }
  .story_03 ul {
    width: 100%;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .story_03 ul li {
    margin-bottom: 5px;
  }
  .story_03_txt {
    font-size: 1.4rem;
    line-height: 1.6;
    padding-left: 0;
  }
  .story_03_ph {
    width: 100%;
    display: inherit;
    text-align: center;
  }
  .story_03_ph li {
    width: 100%;
  }
}

.youtube {
  margin: 0 auto 30px;
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 899px) {
  .youtube {
    margin: 0 auto;
    width: 100%;
    max-width: 640px;
    display: inherit;
  }
}

.youtube_list {
  text-align: center;
  margin-bottom: 15px;
}

.youtube_list ul li {
  text-align: center;
}

.youtube_list ul li iframe {
  width: 580px;
  height: 326px;
}

@media screen and (max-width: 899px) {
  .youtube_list {
    margin: 0 auto 35px;
    padding: 0 20px;
  }
  .youtube_list ul {
    border-top: 0;
    margin-bottom: 20px;
    position: relative;
    height: 0;
    padding: 30px 0 49.25%;
    overflow: hidden;
  }
  .youtube_list ul li {
    text-align: center;
  }
  .youtube_list ul li iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/*  bnr  
-------------------------------------------------*/
.bnr {
  text-align: center;
  padding: 50px 0 30px;
  background-color: #FFF;
}

.bnr_wrap li {
  padding-bottom: 20px;
}

@media screen and (max-width: 899px) {
  .bnr {
    margin: 0 auto 15px;
    padding: 30px 0 10px;
  }
  .bnr_wrap {
    margin: 0 auto;
    width: 60%;
  }
  .bnr_wrap li {
    padding-bottom: 20px;
  }
}

/* footer
------------------------------------------------------------*/
.footer {
  background-color: #000;
  padding: 20px 0 22px;
}

.footer_wrap {
  padding: 10px 0;
}

.footer_wrap .copy {
  position: absolute;
  top: 10px;
  right: 0;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
  font-size: 1.3rem;
  letter-spacing: 0.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_wrap .copy li {
  margin-right: 20px;
}

.footer_box {
  margin: 0 auto;
  width: 1200px;
  position: relative;
}

@media screen and (max-width: 899px) {
  .footer {
    text-align: center;
    padding: 10px 0;
  }
  .footer_wrap {
    height: auto;
    display: inherit;
    padding: 0;
  }
  .footer_wrap .copy {
    position: inherit;
    width: 100%;
    display: inherit;
    padding: 10px 0 20px;
    font-size: 1.0rem;
    font-weight: normal;
  }
  .footer_wrap .copy li {
    margin-right: 0;
    padding-bottom: 5px;
  }
  .footer_box {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
}

.sns {
  width: 100px;
  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;
}

.sns li {
  padding: 0 4px;
  width: 41px;
  height: auto;
}

@media screen and (max-width: 899px) {
  .sns {
    width: 100px;
    margin: 0 auto;
  }
  .sns li a img {
    width: 35px;
    height: auto;
  }
}

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

@media screen and (max-width: 899px) {
  .go-top a {
    background: url(../../img/top.png) no-repeat 0 top;
    background-size: 55px 55px;
    width: 55px;
    height: 55px;
  }
}

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

.sp {
  display: none;
}

@media screen and (max-width: 899px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

/*animation*/
.anime_1 {
  width: 100%;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  -webkit-animation: blur-anim1 1.0s linear forwards;
          animation: blur-anim1 1.0s linear forwards;
}

.anime_2 {
  width: 100%;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  -webkit-animation: blur-anim1 1.5s linear forwards;
          animation: blur-anim1 1.5s linear forwards;
}

@-webkit-keyframes blur-anim1 {
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes blur-anim1 {
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
/*# sourceMappingURL=style.css.map */</pre></body></html>