@charset "UTF-8";
#logo {
  max-width: 50%;
  display: block;
  margin: 0 auto;
}

nav {
  width: 100%;
  height: 70px;
  position: relative;
  background: #000;
}

.drawer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: 70px;
  padding: 0 1em;
}

/*ナビゲーション部分*/
.menu ul {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

.menu ul li {
  list-style: none;
  width: 50%;
}

.menu ul li a {
  display: block;
  font-weight: bold;
  padding: 2em;
  border-bottom: 1px dotted #999;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.menu ul li a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  color: #707070;
}

.menu {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  /*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  /*左に隠しておく*/
  height: 100vh;
}

/*OPEN時の動き*/
.menu.open {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  /*中身を表示（右へスライド）*/
  opacity: 1;
  position: absolute;
  height: 100vh;
  z-index: 1000;
}

/*トグルボタンのスタイルを指定*/
.Toggle {
  display: block;
  position: absolute;
  /* bodyに対しての絶対位置指定 */
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 3;
  right: 15px;
}

.Toggle span {
  display: block;
  position: absolute;
  width: 40px;
  border-bottom: solid 4px #fff;
  -webkit-transition: 0.35s ease-in-out;
  /*変化の速度を指定*/
  /*変化の速度を指定*/
  transition: 0.35s ease-in-out;
  /*変化の速度を指定*/
}

.Toggle span:nth-child(1) {
  top: 5px;
}

.Toggle span:nth-child(2) {
  top: 18px;
}

.Toggle span:nth-child(3) {
  top: 32px;
}

.Toggle.active span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 1120px) {
  header::after {
    display: none;
  }
  nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .Toggle {
    display: none;
  }
  .menu {
    width: 100%;
    background-color: transparent;
    margin-top: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .menu ul {
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu ul li {
    list-style: none;
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .menu ul li::before {
    content: "/";
  }
  .menu ul li a {
    padding: 0 1em;
    border-bottom: none;
  }
  .menu ul li a:hover {
    background-color: transparent;
  }
}

/* ------------------------------------------
FOOTER NAVI
--------------------------------------------- */
#footerNavi {
  margin: 0;
  padding: 0;
  border-top: 1px solid #bfbfbf;
  font-size: 1rem;
  list-style-type: none;
}

/*clearfix*/
#footerNavi:after {
  content: "";
  clear: both;
  display: block;
}

#footerNavi li {
  float: left;
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #bfbfbf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#footerNavi li:last-child {
  /*  width: 100%;*/
  width: 50%;
}

/*奇数のli要素に適応*/
#footerNavi li:nth-child(odd) {
  border-right: 1px solid #bfbfbf;
}

#footerNavi a {
  display: block;
  line-height: 44px;
  color: #000;
  text-decoration: none;
  background: #999999;
}

#footerNavi a:hover {
  color: #fff;
  background: #7f7f7f;
}

@media screen and (min-width: 60em) {
  #footerNavi li:nth-child(odd) {
    border-right: none;
  }
  #footerNavi {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-top: none;
    border-collapse: collapse;
  }
  #footerNavi li {
    float: none;
    display: table-cell;
    width: 100%;
    border-bottom: none;
    border: 1px solid #aaa;
  }
}

html {
  font-size: 62.5%;
  word-break: break-all;
  margin: 0;
  padding: 0;
}

body {
  color: #bbb;
  font-size: 1.4rem;
  background: #000;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

a,
a:link,
a:visited {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover,
a:active {
  text-decoration: none;
  color: #707070;
}

a.btn:link,
a.btn:visited {
  color: #fff;
  background-color: #000;
}

a.btn:hover,
a.btn:active {
  background: #707070;
}

a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover img {
  opacity: 0.7;
}

img {
  max-width: 100%;
}

#logo a {
  display: block;
}

#logo a img {
  max-height: 48px;
}

@media (min-width: 769px) {
  #logo a img {
    max-height: 100%;
  }
}

section {
  padding: 3rem 0;
}

article {
  background: #fff;
  margin-bottom: 3rem;
  border-radius: 5px;
}

@media (min-width: 769px) {
  section {
    padding: 3em 0;
  }
}

.fade-in {
  opacity: 0;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.scroll-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

ul.snsList {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

ul.snsList li {
  list-style: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

ul.snsList li a {
  display: block;
}

ul.snsList li a img {
  width: 50%;
}

main {
  position: relative;
  background: url(../images/doncho5.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
  padding-bottom: 60px;
}

@media (min-width: 769px) {
  main {
    background-image: none;
    padding-bottom: 61vh;
  }
}

main video {
  margin: 0 auto;
  z-index: -999;
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

main .fillter {
  z-index: -888;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/fillter.png);
}

/* --------------------------------------
TOP
--------------------------------------*/
.mainVisual {
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
  background: url(../images/bg_heading_top.jpg) 0 0 no-repeat;
}

@media (min-width: 769px) {
  .mainVisual {
    padding: 6rem 0 1rem;
    background-size: contain;
  }
}

#top .inner {
  padding: 3rem;
}

#top h2 {
  letter-spacing: 0.4rem;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(235, 154, 0, 0.8);
}

#top a.btnMore {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #fff;
  padding: 0.5rem 3rem;
}

#top a.btnMore:hover {
  color: #fff;
  background: #000;
}

#top #topInfo .infoHeading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.5rem;
}

#top #topInfo .infoHeading h3 {
  width: calc(100% - 1em);
}

#top #topInfo .infoHeading .santen {
  width: 1em;
}

#top #topConcert {
  color: #212121;
}

#top #topConcert article a {
  color: #212121;
}

#top #topConcert h3 {
  color: #212121;
  font-size: 2.4rem;
}

@media (min-width: 769px) {
  #top #topConcert h3 {
    font-size: 3.6rem;
  }
}

#top #topConcert h4 {
  font-size: 1.8rem;
}

@media (min-width: 769px) {
  #top #topConcert h4 {
    font-size: 2.8rem;
  }
}

/* --------------------------------------
下層共通
--------------------------------------*/
.second {
  color: #707070;
  background: #000;
}

.second main {
  min-height: 84vh;
}

.second .heading {
  background: url(../images/bg_heading.jpg) 0 0 no-repeat;
  background-size: cover;
  margin-bottom: 3rem;
  -webkit-box-shadow: 0px 0px 15px #310e00;
          box-shadow: 0px 0px 15px #310e00;
}

.second .heading h1 {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(54, 29, 9, 0.8);
}

.second h2 {
  font-size: 1.8rem;
  margin: 0 0 1.5rem 0;
  padding: 1.5rem 0;
  border-bottom: #707070 1px dashed;
}

.second h2 span {
  font-size: 0.6em;
}

.second ul.mediaList {
  margin: 0 0 3rem 0;
  padding: 0;
}

.second ul.mediaList li {
  margin: .5rem 0;
  padding: 1.5rem 0;
  list-style: none;
}

.second ul.mediaList li h2 {
  font-size: 1.4rem;
  margin: 0;
  padding: .5rem 0;
  border-bottom: none;
}

.second ul.mediaList li h3 {
  font-size: 2.4rem;
}

.second ul.mediaList li + li {
  border-top: 1px solid #eee;
}

.second article {
  padding: 1.5rem;
  border-radius: 5px;
  background: #fff;
  font-size: 1.6rem;
  line-height: 2;
}

.second article + article {
  margin-top: 3rem;
}

.second article .date {
  text-align: right;
  padding: 0 0 1.5rem;
  font-size: 1.2rem;
}

@media (min-width: 769px) {
  article.inner {
    padding: 3rem;
  }
  .second.single article.inner {
    padding: 6rem 3rem;
  }
}

ul.newsNavi {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

ul.newsNavi li {
  list-style: none;
  width: 100%;
  padding: 1.5rem 0;
  font-size: 1.2rem;
}

ul.newsNavi li.navPrev {
  text-align: left;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

ul.newsNavi li.navPrev p {
  margin: 0;
}

ul.newsNavi li.navIndex {
  text-align: left;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

ul.newsNavi li.navNext {
  text-align: left;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

ul.newsNavi li.navNext p {
  margin: 0;
}

ul.newsNavi li a {
  display: block;
  padding: 1.5rem 0;
  color: #707070;
}

ul.newsNavi li a p {
  font-size: 1rem;
  margin: 0;
}

ul.newsNavi li + li {
  border-top: 1px solid #eee;
}

.wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrap .inner {
  padding: 1.5rem 0;
}

.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.item picture {
  text-align: center;
  margin: 0 0 1.5rem 0;
}

.item picture img {
  width: 100%;
  height: auto;
}

.btn_wrap {
  margin-top: auto;
}

.btn_wrap a {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 5px;
  padding: 1rem;
  background: #000;
}

.btn_wrap a:hover {
  background: #707070;
}

@media (min-width: 769px) {
  .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .wrap .inner {
    padding: 1.5rem;
  }
  .item {
    width: calc(100% / 3);
    margin-bottom: 6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .item picture img {
    width: auto;
    max-height: 260px;
  }
}

ul.storeList {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 769px) {
  ul.storeList {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

ul.storeList li {
  margin: 0;
  padding: 0.5rem;
  list-style: none;
  width: calc(100% / 3);
}

@media (min-width: 769px) {
  ul.storeList li {
    width: calc(100% / 5);
  }
}

ul.storeList li a {
  display: block;
}

ul.storeList li a img {
  border-radius: 5px;
  border: 1px solid #bbb;
}

@media screen and (min-width: 768px) {
  ul.newsNavi {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  ul.newsNavi li {
    list-style: none;
    width: calc(100% / 3);
  }
  ul.newsNavi li.navPrev {
    text-align: left;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  ul.newsNavi li.navIndex {
    padding: 0.6rem;
    text-align: center;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  ul.newsNavi li.navNext {
    text-align: right;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  ul.newsNavi li a {
    display: block;
    padding: 0.5rem 0;
  }
  ul.newsNavi li + li {
    border-top: none;
  }
}

/* --------------------------------------
INFORMATON
--------------------------------------*/
.medialink {
  padding: 0 0 3rem 0;
}

ul.newsList {
  margin: 0;
  padding: 0;
  border-top: 1px solid #eee;
}

ul.newsList li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #eee;
}

ul.newsList li a {
  display: block;
  padding: 3rem 1.5rem;
  position: relative;
  padding-right: 3rem;
  color: #707070;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

ul.newsList li a:hover {
  text-decoration: none;
  background: #eee;
}

ul.newsList li a::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 1.5rem;
  margin-top: -8px;
}

ul.newsList li a h2 {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 2.1rem;
}

@media (min-width: 769px) {
  ul.newsList li a h2 {
    font-size: 3rem;
  }
}

ul.newsList li a .date {
  margin: 0.5rem 0;
  padding: 0;
  font-size: 1.1rem;
  text-align: left;
}

/* --------------------------------------
CONCERT
--------------------------------------*/
ul.concertList {
  margin: 0 0 3rem 0;
  padding: 0;
}

ul.concertList li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.concertList li + li {
  border-top: 1px solid #eee;
}

ul.concertList li .cancelLabel {
  color: #f00;
  border: 1px solid #f00;
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5rem 1.5rem;
  border-radius: 5px;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.5rem;
  line-height: 1em;
}

ul.concertList li a {
  display: block;
  padding: 3rem 1.5rem;
  position: relative;
  padding-right: 3rem;
  color: #707070;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

ul.concertList li a:hover {
  text-decoration: none;
  background: #eee;
}

ul.concertList li a::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 4px #000;
  border-right: solid 4px #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -8px;
}

ul.concertList li a h2 {
  font-size: 2rem;
  margin: 0;
  padding: 0.5rem 0;
  border-bottom: none;
}

ul.concertList li a h3 {
  font-size: 1.4rem;
  padding: 0.5rem 0;
}

ul.concertList li a .text {
  font-size: 1.1rem;
  line-height: 1.5rem;
}

#concert .concert_detail {
  margin-top: 6rem;
}

#concert h2 {
  font-size: 3rem;
  margin: 0 0 1.5rem;
  padding: 0;
  color: #212121;
  border-bottom: none;
}

@media (min-width: 769px) {
  #concert h2 {
    font-size: 4rem;
  }
}

#concert h3 {
  font-size: 2rem;
  line-height: 1em;
  margin: 0 0 1.5rem;
  color: #212121;
}

@media (min-width: 769px) {
  #concert h3 {
    font-size: 3rem;
  }
}

#concert .ttl {
  font-size: 2rem;
  line-height: 1.5em;
  padding: 0 0 1.5rem 0;
  margin-bottom: 3rem;
  border-bottom: 3px double #707070;
}

#concert .detail {
  font-size: 1.4rem;
}

#concert dl.spec {
  overflow: hidden;
}

#concert dl.spec dt {
  padding: 0;
  font-size: 1.4rem;
  letter-spacing: 0.5rem;
}

@media (min-width: 769px) {
  #concert dl.spec dt {
    width: 9rem;
    padding: 1.5rem;
    float: left;
    width: 12rem;
  }
}

#concert dl.spec dd {
  margin: 0 0 0.5rem;
  padding: 0 0 0.5rem;
  border-bottom: 1px dashed #eee;
}

@media (min-width: 769px) {
  #concert dl.spec dd {
    padding: 1.5rem 0 1.5rem 14rem;
  }
}

#concert dl.spec dd ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#concert dl.spec dd ul li {
  width: 80px;
  margin: 0.5rem;
  float: left;
}

#concert dl.spec dd ul li a {
  display: inline-block;
}

#concert dl.spec dd ul li a img {
  border-radius: 5px;
  border: 1px solid #bbb;
}

/* --------------------------------------
MUSIC
--------------------------------------*/
dl.disco {
  overflow: hidden;
  font-size: 1.4rem;
}

dl.disco dt {
  width: 80px;
  font-weight: normal;
  float: none;
}

@media (min-width: 769px) {
  dl.disco dt {
    float: left;
  }
}

dl.disco dd {
  margin-left: 85px;
}

#music h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

#music h4 {
  margin: 0 0 1rem 0;
}

#music p.release_date, #music p.price {
  line-height: 1em;
  font-size: 1.2rem;
  margin: 0;
  padding: 0.5em 0 1.4em;
}

#music p.release_date {
  padding: 0;
}

h2 {
  font-size: 2.4rem;
  margin-bottom: 1em;
}

/* --------------------------------------
PROFILE
--------------------------------------*/
#profile .profileCol {
  background: url(../images/bg_profile.png) 100% 100% no-repeat;
  background-size: 80%;
}

@media (min-width: 769px) {
  #profile .profileCol {
    background-size: 40%;
  }
}

#profile .profileTxt {
  letter-spacing: 0.1em;
}

#profile .profileTxt h2 {
  font-size: 4rem;
}

#profile dl dd {
  margin-left: 1em;
}

/* --------------------------------------
message
--------------------------------------*/
#message h2 {
  font-family: "Sawarabi Mincho";
  font-size: 2.4rem;
}

#message .text {
  font-family: "Sawarabi Mincho";
  font-size: 1.8rem;
  line-height: 1.8em;
  letter-spacing: .1em;
}

#message .text p {
  margin-bottom: 1.5em;
}

#message .text img {
  width: 100%;
}

/* --------------------------------------
goods
--------------------------------------*/
.bnrList {
  margin: 0 auto;
  padding: 0;
  max-width: 650px;
}

.bnrList li {
  list-style: none;
  margin-bottom: 3rem;
}

.bnrList li a {
  width: 100%;
  display: block;
}

.bnrList li a img {
  width: 100%;
}

/* --------------------------------------
CONTACT
--------------------------------------*/
.inner section {
  padding: 0;
  margin-bottom: 6rem;
}

.inner section h2 {
  font-size: 2.4rem;
}

.inner section .office {
  padding: 3rem 0;
}

.inner section .office h3 {
  color: #fff;
  background-color: #000;
  padding: 1rem;
  border-radius: 5px;
  letter-spacing: .08rem;
}

/* --------------------------------------
共通パーツ
--------------------------------------*/
.cancelLabel {
  color: #f00;
  border: 1px solid #f00;
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: 0.5rem 1.5rem;
  border-radius: 5px;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.5rem;
  line-height: 1em;
}

.centerLine {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  /* for no-flexbox browsers */
}

.centerLine:before,
.centerLine:after {
  border-top: 1px solid;
  content: "";
  display: inline;
  /* for IE */
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  opacity: 0.4;
}

.centerLine:before {
  margin-right: 0.5em;
}

.centerLine:after {
  margin-left: 0.5em;
}

.line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* 横並びにする */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* 垂直方向に中央 */
  text-align: center;
  /* 文字のセンタリング(複数行になったとき用) */
}

/* 共通部分はまとめる */
.line::before,
.line::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  /* 線の伸び率 */
  border-bottom: 1px solid #333;
}

/* 左側の線 */
.line::before {
  margin-right: 10px;
  /* 線と文字の間のスペース */
  padding-left: 15px;
  /* 線の長さが、最低でも15px以上になるように余白をとる */
}

/* 右側の線 */
.line::after {
  margin-left: 10px;
  /* 線と文字の間のスペース */
  padding-right: 15px;
  /* 線の長さが、最低でも15px以上になるように余白をとる */
}

/*===========
.scroll-box
===========*/
.scroll-box {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}

/*===========
  scrollbar
  ===========*/
/*スクロールバー全体の高さ*/
.scroll-box::-webkit-scrollbar {
  height: 4px;
}

/*スクロールバー全体の背景*/
.scroll-box::-webkit-scrollbar-track {
  background: #eee;
}

/*スクロールバーの動く部分*/
.scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}

/*スクロールバーの動く部分のホバー（マウスオーバー）*/
.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}

/*===========
  .f_area
  ===========*/
.scroll-box .f_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.scroll-box .f_area .f_one {
  width: 33.333%;
  padding: 1.5rem;
}

.scroll-box .f_area .f_one a {
  display: block;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-shadow: 0 0 8px #999;
          box-shadow: 0 0 8px #999;
  padding: 3rem;
  background: #fff;
  border-radius: 5px;
  color: #747474;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

.scroll-box .f_area .f_one a:hover {
  -webkit-box-shadow: 0 0 10px #333;
          box-shadow: 0 0 10px #333;
}

.scroll-box .f_area .f_one a h3 {
  text-align: center;
  padding: 0 0 1.5rem;
  font-weight: 900;
  font-size: 2rem;
  color: #212121;
  height: 1.5em;
  line-height: 1.5em;
  overflow: hidden;
}

.scroll-box .f_area .f_one a div.date {
  margin: 0 0 1rem;
  text-align: center;
}

.scroll-box .f_area .f_one a div.text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-bottom: 1.5rem;
  height: 5em;
}

.scroll-box .f_area .f_one a .text-right {
  color: #000;
}

.scroll-box .f_area .f_one a img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.scroll-box .f_area .f_one a img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (max-width: 1024px) {
  .scroll-box {
    overflow-x: auto;
  }
  .scroll-box .f_area {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: scroll;
    padding: 0 0 15px;
  }
  .scroll-box .f_area .f_one {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}

@media screen and (max-width: 767px) {
  .scroll-box .f_area .f_one {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90%;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    padding: .5rem;
  }
  .scroll-box .f_area .f_one:first-child {
    margin-left: 15px;
  }
}

.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.copyright {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
  padding: 1.5rem 0;
}

.copyright a {
  color: #fff;
  padding: 1.5rem;
  display: block;
}

.copyright a:hover {
  color: #ccc;
}

.pagetop_btn {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}

.pagetop_btn a {
  width: 60px;
  display: block;
  margin: 0 auto;
  padding: 5px 15px;
  background: #999999;
}

.pagetop_btn a img {
  width: 40px;
}
/*# sourceMappingURL=style.css.map */