<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(animate.css);
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800&amp;display=swap");
@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;
}

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 {
  text-decoration: none;
}

mark {
  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.jpg) repeat center top;
}

@media screen and (max-width: 899px) {
  body {
    background-size: 4px 4px;
  }
}

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

li {
  list-style: none;
}

a {
  text-decoration: none;
}

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

/*  nav  
-------------------------------------------------*/
.menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 50px;
  cursor: pointer;
  z-index: 3;
}

@media screen and (max-width: 899px) {
  .menu {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.header-nav {
  position: fixed;
  right: 0;
  top: 0;
  width: 30%;
}

.global-nav {
  position: fixed;
  top: 0;
  right: -320px;
  width: 300px;
  height: 100vh;
  padding-top: 120px;
  background-color: #fff;
  overflow-y: auto;
  -webkit-transition: .2s;
  transition: .2s;
  z-index: 5;
}

@media screen and (max-width: 899px) {
  .global-nav {
    padding-top: 80px;
    right: -220px;
    width: 200px;
  }
}

.hamburger {
  cursor: pointer;
}

@media screen and (max-width: 899px) {
  .hamburger img {
    width: 61px;
    height: 75px;
  }
}

.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.global-nav__item {
  text-align: left;
  padding: 0 20px;
}

.global-nav__item a {
  display: block;
  padding: 15px 0 15px 30px;
  border-bottom: 1px dashed #000;
  text-decoration: none;
  color: #000;
  font-family: 'M PLUS Rounded 1c';
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: bold;
  background: url(../../img/i_kinoko.png) no-repeat left center;
  background-size: 23px 33px;
}

@media screen and (max-width: 899px) {
  .global-nav__item a {
    font-size: 1.4rem;
    line-height: 1.6;
    background-size: 16px 23px;
  }
}

.global-nav__item a:hover {
  /*border-bottom: 1px solid #000;*/
}

.hamburger__line {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 76px;
  height: 94px;
  z-index: 4;
}

@media screen and (max-width: 899px) {
  .hamburger__line {
    top: 11px;
    right: 11px;
    width: 61px;
    height: 75px;
  }
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .6s;
  transition: all .6s;
  cursor: pointer;
  z-index: 4;
}

.black-bg-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 76px;
  height: 94px;
  visibility: hidden;
  z-index: 6;
}

@media screen and (max-width: 899px) {
  .black-bg-close {
    top: 11px;
    right: 11px;
    width: 61px;
    height: 75px;
  }
}

/* 表示された時用のCSS */
.nav-open .global-nav {
  top: 0;
  right: 0;
  width: 300px;
  height: 100vh;
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (max-width: 899px) {
  .nav-open .global-nav {
    width: 100%;
  }
}

.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}

.nav-open .black-bg-close {
  visibility: visible;
}

/*  header  
-------------------------------------------------*/
.header {
  position: relative;
}

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

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

.header .hokuto {
  position: absolute;
  top: 13px;
  left: 160px;
}

.header .hokuto img {
  width: 105px;
}

.header_inner {
  margin: 0 auto;
  padding-bottom: 80px;
}

.header_lead {
  margin: 0 auto;
}

.header_lead h2 {
  text-align: center;
  padding-bottom: 30px;
}

.header_lead ul {
  text-align: center;
  font-family: 'M PLUS Rounded 1c';
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: bold;
}

@media screen and (max-width: 899px) {
  .header {
    margin: 0 auto;
    max-width: 100%;
    background: none;
  }
  .header .tfm {
    position: absolute;
    top: 12px;
    left: 10px;
  }
  .header .tfm img {
    width: 80px;
  }
  .header .hokuto {
    position: absolute;
    top: 5px;
    left: 98px;
  }
  .header .hokuto img {
    width: 80px;
  }
  .header_inner {
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .header_lead {
    padding: 0 15px;
    margin-top: -16px;
  }
  .header_lead h2 {
    padding-bottom: 10px;
  }
  .header_lead h2 img {
    width: 70%;
    max-width: 420px;
    height: auto;
  }
  .header_lead ul {
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.4;
    font-weight: normal;
  }
  .header_lead ul br {
    display: none;
  }
}

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

.main h1 {
  width: 575px;
  height: 535px;
  margin: auto;
  padding-top: 42px;
  padding-bottom: 30px;
  -webkit-animation: zoomIn 1s ease-in-out 0s, rubberBand 1s ease-in-out 3s;
          animation: zoomIn 1s ease-in-out 0s, rubberBand 1s ease-in-out 3s;
}

.header_item {
  margin: 0 auto;
}

/*header_ph01*/
.header_item li:nth-child(1) {
  position: absolute;
  top: 133px;
  left: 30px;
}

/*header_ph02*/
.header_item li:nth-child(2) {
  position: absolute;
  top: 395px;
  right: 0;
}

/*header_ph03*/
.header_item li:nth-child(3) {
  position: absolute;
  top: 520px;
  left: 156px;
}

/*header_ph04*/
.header_item li:nth-child(4) {
  position: absolute;
  top: 50px;
  right: 195px;
}

/*header_ph05*/
.header_item li:nth-child(5) {
  position: absolute;
  top: 92px;
  right: 408px;
}

/*header_illust01*/
.header_item li:nth-child(6) {
  position: absolute;
  top: 121px;
  left: -40px;
}

/*header_illust02*/
.header_item li:nth-child(7) {
  position: absolute;
  top: 403px;
  left: 189px;
}

/*header_illust03*/
.header_item li:nth-child(8) {
  position: absolute;
  top: 295px;
  right: 189px;
}

/*header_illust04*/
.header_item li:nth-child(9) {
  position: absolute;
  top: 605px;
  left: 0px;
}

/*header_illust05*/
.header_item li:nth-child(10) {
  position: absolute;
  top: 257px;
  right: -40px;
}

/*header_txt01*/
.header_item li:nth-child(11) {
  position: absolute;
  top: 411px;
  left: 55px;
}

/*header_txt02*/
.header_item li:nth-child(12) {
  position: absolute;
  top: 70px;
  right: 83px;
}

/*  king  
-------------------------------------------------*/
.king {
  background: url(../../img/bg_red.jpg) repeat center top;
  margin: 0 auto;
  padding-top: 50px;
}

.king_lead {
  text-align: center;
}

.king_lead h2 {
  padding-bottom: 50px;
}

.king_comic {
  margin: 0 auto;
  width: 1143px;
  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;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 50px;
}

.king_ph {
  margin: 0 auto;
  width: 1000px;
  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;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 50px;
}

.king_mp3 {
  text-align: center;
  margin-bottom: 50px;
}

.king_link {
  margin: -50px auto 0;
  padding-bottom: 50px;
  width: 1200px;
  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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.king_link li {
  width: 49%;
}

@media screen and (max-width: 899px) {
  .king {
    max-width: 100%;
    height: auto;
    text-align: center;
    padding: 20px 0;
    background-size: 4px 4px;
  }
  .king_lead h2 {
    padding: 0;
    margin: 20px 0 0;
  }
  .king_lead h2 img {
    width: 85%;
    max-width: 809px;
  }
  .king_comic {
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
    display: initial;
    margin-bottom: 50px;
  }
  .king_comic li:nth-child(1) {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .king_comic li:nth-child(1) img {
    width: 45%;
    max-width: 310px;
  }
  .king_comic li:nth-child(2) {
    padding: 0 15px;
  }
  .king_comic li:nth-child(2) img {
    width: 95%;
    max-width: 647px;
  }
  .king_ph {
    margin: 0 auto;
    display: initial;
    margin-bottom: 2px;
  }
  .king_ph li {
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .king_mp3 {
    margin-bottom: 20px;
  }
  .king_mp3 img {
    width: 60%;
    max-width: 297px;
    height: auto;
  }
  .king_link {
    margin: 0 auto 30px;
    display: initial;
    text-align: center;
  }
  .king_link li {
    width: 100%;
    margin-bottom: 15px;
  }
  .king_link img {
    width: 90%;
    max-width: 594px;
    height: auto;
  }
}

.king_youtube {
  position: relative;
  margin: 0 auto 50px;
  width: 1200px;
  text-align: center;
}

.king_youtube li {
  padding: 20px 20px 22px 16px;
  background: url(../../img/king_youtube.png) no-repeat center center;
}

.king_youtube iframe {
  width: 620px;
  height: 340px;
}

@media screen and (max-width: 899px) {
  .king_youtube {
    border-top: 0;
    margin-bottom: 20px;
    height: 0;
    padding: 30px 0 40%;
    width: 100%;
    overflow: hidden;
    border: 3px solid #000;
  }
  .king_youtube li {
    background: none;
  }
  .king_youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.king_youtube:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 232px;
  height: 305px;
  display: block;
  background: url(../../img/king_illust01.png) no-repeat right 0;
}

@media screen and (max-width: 899px) {
  .king_youtube:before {
    position: absolute;
    top: 0;
    right: 0;
    display: initial;
    width: 0px;
    height: 0px;
    background: none;
  }
}

.king_youtube:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 216px;
  height: 327px;
  display: block;
  background: url(../../img/king_illust02.png) no-repeat left bottom;
}

@media screen and (max-width: 899px) {
  .king_youtube:after {
    position: absolute;
    top: 0;
    right: 0;
    display: initial;
    width: 0px;
    height: 0px;
    background: none;
  }
}

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

.king_song_wrap {
  margin: 0 auto;
  width: 643px;
  background: url(../../img/king_song_head.png) no-repeat left top;
  padding-top: 18px;
}

.king_song_inner {
  margin: 0 auto;
  border-left: 4px solid #000;
  border-right: 4px solid #000;
  border-bottom: 4px solid #000;
  width: 635px;
  background-color: #fff;
}

.king_song_more {
  margin: 0 auto 50px;
  width: 180px;
  padding: 15px;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  background-color: #000;
  cursor: pointer;
}

.king_song_txt {
  position: relative;
  margin: 50px;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  height: 380px;
  overflow: hidden;
}

.king_song_txt h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.0rem;
  font-weight: bold;
  text-indent: -0.5em;
  margin-bottom: 15px;
  background: url(../../img/line_dot.png) repeat-x left bottom;
}

.king_song_txt h2 span {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  text-indent: 0.2em;
  padding-bottom: 15px;
}

@media screen and (max-width: 899px) {
  .king_song {
    margin: 0 auto 30px;
    width: 90%;
  }
  .king_song_wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 650px;
    background: none;
    padding-top: 18px;
  }
  .king_song_inner {
    border-top: 3px solid #000;
    border-left: 3px solid #000;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    width: 98%;
  }
  .king_song_more {
    margin: 0 auto 30px;
    max-width: 140px;
    padding: 13px 5px 15px;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
  }
  .king_song_txt {
    margin: 20px;
    font-size: 1.4rem;
  }
  .king_song_txt h2 {
    font-size: 2.4rem;
  }
  .king_song_txt h2 span {
    font-size: 1.4rem;
  }
}

.king_song:before {
  position: absolute;
  top: 60px;
  left: 0;
  content: '';
  width: 231px;
  height: 378px;
  display: block;
  background: url(../../img/king_illust03.png) no-repeat right 0;
}

.king_song:after {
  position: absolute;
  top: 60px;
  right: 0;
  content: '';
  width: 221px;
  height: 381px;
  display: block;
  background: url(../../img/king_illust04.png) no-repeat left bottom;
}

@media screen and (max-width: 899px) {
  .king_song:before {
    background: none;
  }
  .king_song:after {
    background: none;
  }
}

/* readmore
---------------------------------------------------  */
.hide-text {
  display: none;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

/*  onair  
-------------------------------------------------*/
.onair {
  padding-bottom: 70px;
  margin: 0 auto;
  background: url(../../img/bg_grey.jpg) repeat center top;
}

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

.onair_inner {
  margin: 0 auto;
  width: 1200px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 899px) {
  .onair {
    padding-bottom: 1px;
    background-size: 4px 4px;
  }
  .onair h2 {
    padding: 35px 15px 0;
    margin: 0 auto 10px;
  }
  .onair h2 img {
    width: 90%;
    max-width: 406px;
  }
  .onair_inner {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: initial;
  }
}

.onair_list {
  text-align: left;
  margin: 0 20px 20px 0;
  width: calc(33.3333333% - 30px);
  background-color: #fff;
  border-radius: 15px;
  padding: 15px 15px 30px 15px;
}

.onair_list_txt {
  position: relative;
}

.onair_list h3 {
  margin: 15px 0 5px;
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
}

.onair_list h3 span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
}

.onair_list picture {
  margin-bottom: 20px;
}

.onair_list cite {
  position: absolute;
  top: 3px;
  right: 0;
  color: #fff;
  border-radius: 15px;
  background-color: #ff2100;
  font-style: normal;
  font-size: 1.3rem;
  padding: 3px 10px;
  font-family: 'M PLUS Rounded 1c';
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

.onair_list time {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: block;
  border-bottom: 1px solid #dedede;
}

.onair_list p {
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 899px) {
  .onair_list {
    margin: 20px auto;
    width: 85%;
    max-width: 480px;
  }
  .onair_list h3 {
    font-size: 1.8rem;
  }
  .onair_list h3 span {
    font-size: 1.2rem;
  }
  .onair_list cite {
    font-size: 1.2rem;
  }
  .onair_list time {
    font-size: 1.2rem;
  }
  .onair_list p {
    font-size: 1.4rem;
  }
}

/* twitter
------------------------------------------------------------*/
.tweet {
  text-align: center;
  padding-bottom: 70px;
  margin: 0 auto;
  background: url(../../img/bg_blue.jpg) repeat center top;
}

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

@media screen and (max-width: 899px) {
  .tweet {
    padding-bottom: 20px;
    background-size: 4px 4px;
  }
  .tweet h2 {
    padding: 0 15px;
  }
  .tweet h2 img {
    width: 90%;
    max-width: 394px;
  }
}

#tw_list {
  margin: -10px auto 0;
  width: 1200px;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /*column-count: 3;
  column-gap: 15px;*/
}

@media screen and (max-width: 899px) {
  #tw_list {
    width: 100%;
    max-width: 700px;
    height: 100%;
    margin: -30px auto 0;
    display: inherit;
    /*column-count: 1;
    column-gap: 0;*/
  }
}

.tw_item {
  width: 355px;
  margin: 0 15px 20px 0;
  background-color: #fff;
  border-radius: 15px;
  border: 4px solid #000;
  padding: 0 10px;
  height: 100%;
  /*display: inline-block;*/
}

@media screen and (max-width: 899px) {
  .tw_item {
    text-align: center;
    width: calc(100% - 55px);
    max-width: 540px;
    margin: 0 auto 15px;
    height: 100%;
  }
}

/* k_navi
------------------------------------------------------------*/
.k_navi {
  text-align: center;
  padding: 70px 0 100px;
  margin: 0 auto;
  background: url(../../img/k_navi_bg.png) no-repeat center center;
}

.k_navi_inner {
  background: url(../../img/k_navi_inner.png) no-repeat center center;
}

.k_navi_contents {
  margin: 0 auto;
  width: 700px;
  background: url(../../img/bg.jpg) repeat center top;
  border: 4px solid #000;
  padding: 50px 0 70px;
}

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

.k_navi h3 {
  text-align: center;
  font-family: 'M PLUS Rounded 1c';
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  font-size: 2.6rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 30px;
}

.k_navi h3 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffff00));
  background: linear-gradient(transparent 50%, #ffff00 50%);
}

.k_navi ul {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: bold;
  color: #22a2d5;
  margin-bottom: 30px;
}

.k_navi ul li {
  margin: 25px 0;
}

.k_navi_day {
  margin: 0 auto;
  width: 520px;
  border: 3px dotted #000;
  background-color: #FFF;
  padding: 20px 0;
}

.k_navi_day dl {
  margin: 0 auto;
  width: 80%;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.8;
  font-weight: bold;
  font-family: 'M PLUS Rounded 1c';
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

.k_navi_day dl dt {
  text-align: left;
  width: 110px;
}

.k_navi_day dl dd {
  text-align: left;
}

@media screen and (max-width: 899px) {
  .k_navi {
    text-align: center;
    padding: 30px 0;
    margin: 0 auto;
    background: url(../../img/k_navi_bg.png) no-repeat center center;
    background-image: cover;
  }
  .k_navi_inner {
    /*background: none;*/
    background: url(../../img/k_navi_inner.png) repeat-y top center;
    background-size: 900px 681px;
  }
  .k_navi_contents {
    margin: 0 auto;
    width: 90%;
    max-width: 600px;
    background-size: 4px 4px;
    border: 4px solid #000;
    padding: 20px 0;
  }
  .k_navi h2 {
    padding: 0 15px;
  }
  .k_navi h2 img {
    width: 90%;
    max-width: 394px;
  }
  .k_navi h3 {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .k_navi ul {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .k_navi ul li {
    margin: 15px 0;
  }
  .k_navi ul a img {
    width: 80%;
    max-width: 363px;
    height: auto;
  }
  .k_navi_day {
    width: 80%;
    padding: 20px;
  }
  .k_navi_day dl {
    margin: 0 auto 25px;
    width: 85%;
    font-size: 1.4rem;
    display: initial;
    line-height: 1.6;
  }
  .k_navi_day dl dt {
    text-align: center;
    width: 100%;
  }
  .k_navi_day dl dd {
    text-align: center;
  }
}

/*  about  
-------------------------------------------------*/
.about {
  padding-bottom: 70px;
  margin: 0 auto;
  background-color: #FFF;
}

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

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

.about_lead {
  text-align: left;
  margin-right: 20px;
  width: 900px;
}

.about_lead ul li {
  margin-bottom: 40px;
}

.about_txt {
  text-align: left;
  font-family: 'M PLUS Rounded 1c';
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
}

.about_detail {
  text-align: center;
  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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.about_icon {
  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-bottom: 20px;
}

.about_icon li {
  margin: 0 3px;
}

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

.about_ph_02 {
  margin-left: -20px;
}

@media screen and (max-width: 899px) {
  .about {
    padding: 30px 0 0;
  }
  .about h2 {
    margin: 0 auto 30px;
    padding: 0 15px;
  }
  .about h2 img {
    width: 70%;
    max-width: 396px;
  }
  .about_inner {
    margin: 0 auto;
    width: 100%;
    display: initial;
  }
  .about_lead {
    text-align: left;
    margin-right: 0;
    width: 100%;
  }
  .about_lead ul li {
    margin-bottom: 20px;
  }
  .about_txt {
    padding: 0 15px;
    font-family: 'M PLUS Rounded 1c';
    -webkit-transform: rotate(0.03deg);
            transform: rotate(0.03deg);
    font-size: 1.4rem;
    font-weight: bold;
  }
  .about_txt br {
    display: none;
  }
  .about_detail {
    text-align: center;
    margin: 0 auto;
  }
  .about_detail ul li {
    margin-bottom: 20px;
  }
  .about_detail ul li a {
    display: block;
    text-align: center;
  }
  .about_icon {
    display: initial;
    max-width: 600px;
    margin: 0 auto;
  }
  .about_icon li {
    display: inline-block;
    margin: 1px;
    width: calc(33.3333333% - 30px);
  }
  .about_icon_link a {
    display: block;
  }
  .about_icon_link a img {
    width: 100%;
    max-width: 133px;
    height: auto;
  }
  .about_ph {
    padding: 0 15px;
    max-width: 600px;
    margin: 0 auto;
  }
  .about_ph ul li {
    margin-bottom: 20px;
  }
  .about_ph_link a {
    display: block;
    text-align: center;
    padding-bottom: 30px;
  }
  .about_ph_link a img {
    width: 70%;
    max-width: 340px;
    height: auto;
  }
}

/*  recipe  
-------------------------------------------------*/
.recipe {
  padding-bottom: 70px;
  margin: 0 auto;
  background: url(../../img/bg_grey.jpg) repeat center top;
}

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

.recipe_inner {
  margin: 0 auto;
  width: 1200px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 899px) {
  .recipe {
    padding-bottom: 1px;
    background-size: 4px 4px;
  }
  .recipe h2 {
    padding: 35px 15px 0;
    margin: 0 auto 10px;
  }
  .recipe h2 img {
    width: 70%;
    max-width: 357px;
  }
  .recipe_inner {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: initial;
  }
}

.recipe_list {
  text-align: left;
  margin: 0 20px 20px 0;
  width: calc(33.3333333% - 30px);
  background-color: #fff;
  border-radius: 15px;
  padding: 15px 15px 30px 15px;
}

.recipe_list_txt {
  position: relative;
}

.recipe_list h3 {
  margin: 10px 0 10px;
  font-size: 1.8rem;
  line-height: 1.2;
  min-height: 70px;
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 1px solid #dedede;
}

.recipe_list h3 span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
}

.recipe_list h3 a {
  display: block;
  color: #fa8a0a;
}

.recipe_list picture {
  margin-bottom: 20px;
}

.recipe_list cite {
  position: absolute;
  top: 3px;
  right: 0;
  color: #fff;
  border-radius: 15px;
  background-color: #fa8a0a;
  font-style: normal;
  font-size: 1.3rem;
  padding: 3px 10px;
  font-family: 'M PLUS Rounded 1c';
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

.recipe_list p {
  font-size: 1.4rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 899px) {
  .recipe_list {
    margin: 20px auto;
    width: 85%;
    max-width: 500px;
  }
  .recipe_list h3 {
    min-height: 50px;
    font-size: 1.8rem;
  }
  .recipe_list h3 span {
    font-size: 1.2rem;
  }
  .recipe_list cite {
    font-size: 1.2rem;
  }
  .recipe_list time {
    font-size: 1.2rem;
  }
  .recipe_list p {
    font-size: 1.4rem;
  }
}

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

@media screen and (max-width: 899px) {
  .bn_Area {
    margin: 30px auto;
    width: 90%;
  }
  .bn_Area img {
    width: 100%;
    max-width: 830px;
  }
}

/* footer
------------------------------------------------------------*/
.sns {
  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;
}

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

.footer {
  padding-top: 7px;
  background: url(../../img/footer_line.png) repeat-x center top;
}

.footer_inner {
  height: 84px;
  background-color: #313131;
  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;
}

.footer_inner address {
  font-size: 1.0rem;
  line-height: 1.4;
  font-weight: bold;
  font-style: normal;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 899px) {
  .footer {
    text-align: center;
  }
  .footer_inner {
    height: auto;
    display: inherit;
    background-color: #313131;
  }
  .footer_inner address {
    padding: 10px 0 20px;
    font-size: 1.0rem;
    font-weight: normal;
  }
}

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

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

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

.sp {
  display: none;
}

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