@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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

/*フォント
---------------------------------------------*/
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/*コンテンツ
---------------------------------------------*/
html, body {
  font-family: 'dnp-shuei-gothic-gin-std', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  width: 100%;
  height: 100%;
  color: #222222;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 11px;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  color: #222222;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}

.dunbarR {
  font-family: dunbar-low, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.dunbarB {
  font-family: dunbar-low, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.dnpM {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* main
---------------------------------------------*/
#main {
  width: 100%;
  height: 100vh;
  background-color: #e8e6d9;
  position: relative;
  overflow: hidden;
}

#main h1 {
  position: absolute;
  top: 2%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 769px) {
  #main h1 {
    width: 8%;
  }
}

@media screen and (max-width: 768px) {
  #main h1 {
    width: 18%;
  }
}

@media screen and (min-width: 769px) {
  #main h2 {
    width: 38%;
    position: absolute;
    top: 46%;
    left: 11%;
  }
}

@media screen and (max-width: 768px) {
  #main h2 {
    width: 82%;
    position: absolute;
    top: 21%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  #main div.live_img {
    width: 31%;
    position: absolute;
    top: 25%;
    left: 60%;
  }
}

@media screen and (max-width: 768px) {
  #main div.live_img {
    width: 70%;
    position: absolute;
    top: 47%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@supports (-webkit-touch-callout: none) {
  #main {
    /* Safari用のハック */
    height: -webkit-fill-available;
  }
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

nav {
  width: 100%;
  position: absolute;
}

nav.fixed {
  position: fixed;
  top: 0;
  z-index: 999;
}

nav li.nav_menu {
  width: calc((100% - 2px) / 3);
  text-align: center;
}

@media screen and (min-width: 769px) {
  nav li.nav_menu {
    font-size: 14px;
    letter-spacing: 0.5em;
  }
}

@media screen and (max-width: 768px) {
  nav li.nav_menu {
    font-size: 12px;
    letter-spacing: 0.3em;
  }
}

nav li.nav_menu a {
  color: #ffffff;
  background-color: #918952;
  padding: 25px 0;
  display: block;
}

nav li.nav_menu a:hover {
  background-color: #756f43;
}

nav li.nav_menu:nth-child(1), nav li.nav_menu:nth-child(2) {
  border-right: 1px solid #ffffff;
}

.read {
  text-align: center;
  display: block;
}

@media screen and (min-width: 769px) {
  .read {
    margin: 200px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .read {
    width: 90%;
    margin: 150px auto 0;
  }
}

.read p {
  text-align: left;
  line-height: 2.8em;
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .read p {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .read p {
    font-size: 14px;
  }
}

.read p span {
  display: block;
  padding-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .read p span {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .read p span {
    font-size: 24px;
    text-align: center;
  }
}

/* schedule */
@media screen and (min-width: 769px) {
  .dateSlide {
    width: 720px;
    margin: 0 auto;
    padding-top: 200px;
  }
}

@media screen and (max-width: 768px) {
  .dateSlide {
    width: 95%;
    margin: 0 auto;
    padding-top: 130px;
  }
}

.dateSlide div.title {
  text-align: center;
  letter-spacing: 0.3em;
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .dateSlide div.title {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .dateSlide div.title {
    font-size: 26px;
  }
}

.dateSlide p.month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 769px) {
  .dateSlide p.month {
    font-size: 60px;
  }
}

@media screen and (max-width: 768px) {
  .dateSlide p.month {
    font-size: 54px;
  }
}

.dateSlide p.month span {
  display: block;
  line-height: 1.3em;
  letter-spacing: 0.2em;
  padding-left: 5px;
}

@media screen and (min-width: 769px) {
  .dateSlide p.month span {
    font-size: 15px;
    margin-left: 5px;
  }
}

@media screen and (max-width: 768px) {
  .dateSlide p.month span {
    font-size: 13px;
    margin-left: 5px;
  }
}

.dateSlide ul {
  border-top: 1px solid #ccc;
}

.dateSlide ul li {
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 769px) {
  .dateSlide ul li {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .dateSlide ul li {
    padding: 0 20px;
  }
}

.dateSlide ul li div.day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .dateSlide ul li div.day {
    padding: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .dateSlide ul li div.day {
    padding: 20px 0;
  }
}

.dateSlide ul li div.day div.date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .dateSlide ul li div.day div.date {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .dateSlide ul li div.day div.date {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .dateSlide ul li div.day div.date span {
    font-size: 10px;
    padding: 0 5px;
  }
}

@media screen and (max-width: 768px) {
  .dateSlide ul li div.day div.date span {
    font-size: 10px;
    padding: 0 5px;
  }
}

.dateSlide ul li div.day div.live_brand {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .dateSlide ul li div.day div.live_brand {
    width: 610px;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .dateSlide ul li div.day div.live_brand {
    width: 75%;
    font-size: 12px;
  }
}

.dateSlide ul li div.day div.live_brand a {
  display: block;
  text-align: center;
}

.cate_title {
  text-align: center;
  letter-spacing: 0.3em;
}

@media screen and (min-width: 769px) {
  .cate_title {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .cate_title {
    font-size: 26px;
  }
}

.tagfab-schedule-wrapper {
  border-bottom: 1px dotted #222222;
  margin-bottom: 25px !important;
  padding-bottom: 2px !important;
}

@media screen and (max-width: 768px) {
  .tagfab-schedule-wrapper {
    padding: 0 15px 3px !important;
  }
}

.tagfab-schedule-wrapper a {
  color: #878787 !important;
}

.tagfab-schedule-date {
  font-size: 14px;
  font-weight: bold;
  margin-right: 20px !important;
}

@media screen and (max-width: 768px) {
  .tagfab-schedule-date {
    font-size: 13px;
    margin-right: 8px !important;
  }
}

.tagfab-schedule-streamer {
  font-size: 14px;
  margin-right: 15px !important;
  letter-spacing: 0.02em;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .tagfab-schedule-streamer {
    font-size: 13px;
  }
}

.tagfab-schedule-streamer:before {
  content: '( ';
}

.tagfab-schedule-streamer:after {
  content: ' )';
}

@media screen and (max-width: 768px) {
  .tagfab-schedule-live {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  #brandlist, #archives {
    padding-top: 200px;
  }
}

@media screen and (max-width: 768px) {
  #brandlist, #archives {
    padding-top: 130px;
  }
}

#archives .cate_title {
  padding-bottom: 20px;
}

.brands {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.brands ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  .brands ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 75%;
    margin: 0 auto;
    padding: 50px 0;
  }
}

@media screen and (max-width: 768px) {
  .brands ul {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 20px 0;
  }
}

@media screen and (min-width: 769px) {
  .brands li {
    width: calc(100% / 7);
    padding: 15px 0;
  }
}

@media screen and (max-width: 768px) {
  .brands li {
    width: calc(100% / 3);
    padding: 10px 0;
  }
}

.button {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .button {
    padding-top: 200px;
  }
}

@media screen and (max-width: 768px) {
  .button {
    padding-top: 100px;
  }
}

.button a {
  color: #918952;
  letter-spacing: 0.2em;
  margin: 0 auto;
  display: inline-block;
  border: 1px solid #918952;
}

.button a:hover {
  color: #fff;
  background-color: #918952;
}

@media screen and (min-width: 769px) {
  .button a {
    font-size: 21px;
    padding: 20px 100px;
  }
}

@media screen and (max-width: 768px) {
  .button a {
    font-size: 15px;
    padding: 20px 70px;
  }
}

footer {
  margin: 50px auto;
  text-align: center;
  font-size: 10px;
  padding-bottom: 20px;
}

/* animation
--------------------------------------*/
.delay-003s {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay-006s {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay-009s {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.delay-01s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.delay-015s {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
/*# sourceMappingURL=style.css.map */