@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------------
  reset
---------------------------------------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Muli:400,700");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700");
html, body {
  margin: 0;
  padding: 0; }

.fc-brand-wrap div, .fc-brand-wrap span, .fc-brand-wrap object, .fc-brand-wrap iframe, .fc-brand-wrap h1, .fc-brand-wrap h2, .fc-brand-wrap h3, .fc-brand-wrap h4, .fc-brand-wrap h5, .fc-brand-wrap h6, .fc-brand-wrap p, .fc-brand-wrap blockquote, .fc-brand-wrap pre, .fc-brand-wrap abbr, .fc-brand-wrap address, .fc-brand-wrap cite, .fc-brand-wrap code, .fc-brand-wrap del, .fc-brand-wrap dfn, .fc-brand-wrap em, .fc-brand-wrap img, .fc-brand-wrap ins, .fc-brand-wrap kbd, .fc-brand-wrap q, .fc-brand-wrap samp, .fc-brand-wrap small, .fc-brand-wrap strong, .fc-brand-wrap sub, .fc-brand-wrap sup, .fc-brand-wrap var, .fc-brand-wrap b, .fc-brand-wrap i, .fc-brand-wrap dl, .fc-brand-wrap dt, .fc-brand-wrap dd, .fc-brand-wrap ol, .fc-brand-wrap ul, .fc-brand-wrap li, .fc-brand-wrap fieldset, .fc-brand-wrap form, .fc-brand-wrap label, .fc-brand-wrap legend, .fc-brand-wrap table, .fc-brand-wrap caption, .fc-brand-wrap tbody, .fc-brand-wrap tfoot, .fc-brand-wrap thead, .fc-brand-wrap tr, .fc-brand-wrap th, .fc-brand-wrap td, .fc-brand-wrap article, .fc-brand-wrap aside, .fc-brand-wrap canvas, .fc-brand-wrap details, .fc-brand-wrap figcaption, .fc-brand-wrap figure, .fc-brand-wrap footer, .fc-brand-wrap header, .fc-brand-wrap hgroup, .fc-brand-wrap menu, .fc-brand-wrap nav, .fc-brand-wrap section, .fc-brand-wrap summary, .fc-brand-wrap time, .fc-brand-wrap mark, .fc-brand-wrap audio, .fc-brand-wrap video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

.fc-brand-wrap article, .fc-brand-wrap aside, .fc-brand-wrap details, .fc-brand-wrap figcaption, .fc-brand-wrap figure, .fc-brand-wrap footer, .fc-brand-wrap header, .fc-brand-wrap hgroup, .fc-brand-wrap menu, .fc-brand-wrap nav, .fc-brand-wrap section {
  display: block; }

.fc-brand-wrap ul {
  list-style: none; }

.fc-brand-wrap blockquote, .fc-brand-wrap q {
  quotes: none; }

.fc-brand-wrap blockquote:before, .fc-brand-wrap blockquote:after, .fc-brand-wrap q:before, .fc-brand-wrap q:after {
  content: '';
  content: none; }

.fc-brand-wrap a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

.fc-brand-wrap ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

.fc-brand-wrap mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

.fc-brand-wrap del {
  text-decoration: line-through; }

.fc-brand-wrap abbr[title], .fc-brand-wrap dfn[title] {
  border-bottom: 1px dotted inherit;
  cursor: help; }

.fc-brand-wrap table {
  border-collapse: collapse;
  border-spacing: 0; }

.fc-brand-wrap hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

.fc-brand-wrap input, .fc-brand-wrap select {
  vertical-align: middle; }

.fc-brand-wrap img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none; }

.fc-brand-wrap img[src$=".svg"] {
  width: 100%;
  height: 103%; }

/* ----------------------------------------------------------------------------------------------------------
	common
---------------------------------------------------------------------------------------------------------- */
/* --- fonts setting --- */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fc-brand-wrap {
  font-family: 'Muli','Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff;
  font-size: 10px;
  line-height: 1.6;
  color: #1a1a1a;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  min-width: 320px;
  position: relative;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  overflow: hidden; }

.fc-brand-wrap a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.fc-brand-wrap img {
  max-width: 100%;
  height: auto; }

.fc-brand-wrap header, .fc-brand-wrap main, .fc-brand-wrap footer {
  width: 100%; }

/* PC
------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .fc-brand-wrap body {
    min-width: 1100px; }
  .fc-brand-wrap header, .fc-brand-wrap main, .fc-brand-wrap footer {
    width: 1100px;
    margin: 0 auto; }
  .fc-brand-wrap footer {
    width: 100%; } }

/* PC End */
/* ----------------------------------------------------------------------------------------------------------
 header
---------------------------------------------------------------------------------------------------------- */
/* smartphone
------------------------------------------------------------*/
.fc-brand-wrap header {
  position: relative;
  width: 100%;
  height: 22vw; }

.fc-brand-wrap header img {
  width: 100%; }

.fc-brand-wrap header .headerInr {
  width: 100%;
  height: 22vw;
  z-index: 100;
  position: fixed;
  background: #fff; }

.fc-brand-wrap header .headerInr.bgc {
  background: #e5e5e5;
  position: fixed;
  top: 0; }

.fc-brand-wrap header h1 {
  width: 37.33333vw;
  height: 13.2vw;
  position: absolute;
  top: 4vw;
  left: 50%;
  margin: 0 0 0 -18.66667vw;
  z-index: 100; }

.fc-brand-wrap header .btn-reserve {
  position: absolute;
  width: 70px;
  height: 32px;
  top: 2vw;
  right: 4vw;
  z-index: 101;
  text-align: center;
  line-height: 32px;
  background: #333;
  color: #333 !important;
  border: solid #333 1px; }
  .fc-brand-wrap header .btn-reserve a {
    display: block;
    color: #fff; }

.fc-brand-wrap header .btn-mypage {
  position: absolute;
  width: 70px;
  height: 32px;
  top: 12vw;
  right: 4vw;
  z-index: 100;
  text-align: center;
  line-height: 32px;
  background: #FFF;
  color: #333 !important;
  border: solid #DDD 1px; }
  .fc-brand-wrap header .btn-mypage a {
    display: block;
    color: #333; }

.fc-brand-wrap header .btnLogin {
  width: 10.67vw;
  height: 8.13933vw;
  position: absolute;
  top: 7.2vw;
  right: 9.33333vw;
  z-index: 100; }

.fc-brand-wrap header .btnReserve {
  display: none; }

.fc-brand-wrap header .fixed {
  position: fixed; }

.fc-brand-wrap #gnav {
  position: fixed;
  z-index: 99;
  width: 100%; }

.fc-brand-wrap #gnav .gnavInr {
  overflow-y: scroll;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #e5e5e5;
  padding-top: 22.4vw;
  -webkit-overflow-scrolling: touch; }

.fc-brand-wrap #gnav ul {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto; }

.fc-brand-wrap #gnav ul li {
  width: 100%;
  height: 17.86667vw;
  border-top: 1px solid #5d5d5d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table; }
.fc-brand-wrap #gnav ul li:nth-child(3),
.fc-brand-wrap #gnav ul li:nth-child(5),
.fc-brand-wrap #gnav ul li:nth-child(7),
.fc-brand-wrap #gnav ul li:nth-child(9) {
  border-right: 1px solid #5d5d5d; }

.fc-brand-wrap #gnav ul li a {
  display: table-cell;
  vertical-align: middle;
  background: url("../fc_svg/arrow.svg") 96% center/2.13333vw 4.63773vw no-repeat;
  font-size: 5.33333vw;
  padding: 0 4.8vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.2 !important; }

.fc-brand-wrap #gnav ul li:nth-child(n+3) {
  width: 50%; }

.fc-brand-wrap #gnav ul li:nth-child(n+3) a {
  background: url("../fc_svg/arrow.svg") 91% center/2.13333vw 4.63773vw no-repeat; }

.fc-brand-wrap #gnav ul li:nth-child(n+3) {
  background-position: 92% center;
  font-size: 4.53333vw; }

.fc-brand-wrap #gnav ul li:nth-child(12),
.fc-brand-wrap #gnav ul li:nth-child(13) {
  width: 50%;
  padding: 5.33333vw 0; }

.fc-brand-wrap #gnav ul li:nth-child(12) {
  text-align: right;
}
.fc-brand-wrap #gnav ul .itemFullWidth {
  width: 100% !important;
  text-align: left;
  background-color: #404040;
}
.fc-brand-wrap #gnav ul .itemFullWidth a {
  color: #FFF;
}
.fc-brand-wrap #gnav ul .itemFullWidth a p {
  width: 100%;
}

.fc-brand-wrap #gnav ul li:nth-child(12) a,
.fc-brand-wrap #gnav ul li:nth-child(13) a {
  background: none; }

.fc-brand-wrap #gnav ul li:nth-child(12) a img,
.fc-brand-wrap #gnav ul li:nth-child(13) a img {
  width: 11vw;
  height: auto;
  display: inline; }

.fc-brand-wrap #gnav ul li a p {
  display: inline-block;
  width: 29.6vw; }
.fc-brand-wrap #gnav ul .itemFullWidth a p {
  display: flex;
}
.fc-brand-wrap #gnav ul li a span {
  display: inline-block;
  font-size: 3.6vw; }

.fc-brand-wrap #gnav ul li:nth-child(n+3) span {
  display: block;
  padding-left: 0;
  font-size: 2.66667vw;
}
.fc-brand-wrap #gnav ul .itemFullWidth .gnav-sponly {
  font-size: inherit;
}
.fc-brand-wrap .scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%; }

.fc-brand-wrap .menuBtn {
  position: absolute;
  top: 8.26667vw;
  left: 4vw;
  width: 7.86667vw;
  height: 6.66667vw;
  z-index: 100;
  display: block !important; }

.fc-brand-wrap .menu-trigger,
.fc-brand-wrap .menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fc-brand-wrap .menu-trigger {
  position: relative;
  width: 7.86667vw;
  height: 6.66667vw; }

.fc-brand-wrap .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 1px; }

.fc-brand-wrap .menu-trigger span:nth-of-type(1) {
  top: 0; }

.fc-brand-wrap .menu-trigger span:nth-of-type(2) {
  top: 3.06667vw; }

.fc-brand-wrap .menu-trigger span:nth-of-type(3) {
  bottom: 0;
  width: 74%; }

.fc-brand-wrap .menu-trigger span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 1px;
  -webkit-transition: all .4s;
  transition: all .4s; }

.fc-brand-wrap .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) scale(0);
          transform: translateY(20px) scale(0); }

.fc-brand-wrap .menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.fc-brand-wrap .menu-trigger.active span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fc-brand-wrap .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) scale(0);
          transform: translateY(-20px) scale(0); }

.fc-brand-wrap #snsBtn {
  display: none; }

/* PC
------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .fc-brand-wrap {
    /* header small */ }
    .fc-brand-wrap header {
      width: 1100px;
      position: relative;
      height: 205px; }
    .fc-brand-wrap header img {
      width: 100%; }
    .fc-brand-wrap header .headerInr {
      width: 1100px;
      height: 140px;
      z-index: 100;
      position: static;
      background: #fff; }
    .fc-brand-wrap header h1 {
      position: absolute;
      width: 170px;
      height: 66px;
      top: 45px;
      left: 50%;
      margin: 0 0 0 -85px;
      z-index: 100; }
    .fc-brand-wrap header .btn-reserve {
      position: absolute;
      width: 100px;
      height: 34px;
      top: 52px;
      right: 40px;
      z-index: 100;
      text-align: center;
      line-height: 34px;
      background: #333;
      color: #FFF !important;
      display: block; }
      .fc-brand-wrap header .btn-reserve a {
        display: block;
        color: #FFF; }
    .fc-brand-wrap header .btn-mypage {
      display: block;
      position: absolute;
      width: 100px;
      height: 34px;
      top: 52px;
      right: 150px;
      z-index: 100;
      font-size: 10px;
      line-height: 34px;
      text-align: center;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: solid 1px #ddd; }
      .fc-brand-wrap header .btn-mypage a {
        display: block;
        color: #333; }
    .fc-brand-wrap header .btn-mypage a:hover, .fc-brand-wrap header .btn-reserve a:hover {
      opacity: 0.7; }
    .fc-brand-wrap #gnav {
      position: absolute;
      top: 140px;
      left: 0;
      width: 1100px;
      height: 60px; }
    .fc-brand-wrap .menuBtn {
      display: none !important; }
    .fc-brand-wrap #gnav .gnavInr {
      display: block !important;
      position: inherit;
      overflow-y: inherit;
      background: #fff;
      width: 1100px;
      height: 60px;
      padding: 0; }
    .fc-brand-wrap #gnav ul {
      display: -webkit-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -moz-flex;
      display: flex;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 1100px;
      border: none; }
    .fc-brand-wrap #gnav ul li {
      height: 60px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: none;
      margin: 0 !important;
      padding: 0 !important; }
    .fc-brand-wrap #gnav ul li:nth-child(3),
    .fc-brand-wrap #gnav ul li:nth-child(5),
    .fc-brand-wrap #gnav ul li:nth-child(7),
    .fc-brand-wrap #gnav ul li:nth-child(9) {
      border-right: none; }
    .fc-brand-wrap #gnav ul li a {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: none;
      background-image: none;
      font-size: 20px !important;
      padding: 15px 0;
      height: 60px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      line-height: 1.2;
      color: #231815;
      text-align: center; }
    .fc-brand-wrap #gnav ul li:nth-child(n+3) a {
      background: none; }
    .fc-brand-wrap #gnav ul li a p {
      display: block;
      line-height: 1.2;
      width: auto; }
    .fc-brand-wrap #gnav ul li a span {
      visibility: hidden;
      font-size: 11px !important; }
    .fc-brand-wrap #gnav ul li:nth-child(3) a span,
    .fc-brand-wrap #gnav ul li:nth-child(4) a span,
    .fc-brand-wrap #gnav ul li:nth-child(5) a span,
    .fc-brand-wrap #gnav ul li:nth-child(6) a span,
    .fc-brand-wrap #gnav ul li:nth-child(7) a span,
    .fc-brand-wrap #gnav ul li:nth-child(8) a span {
      visibility: hidden;
      font-size: 11px !important; }
    .fc-brand-wrap #gnav ul li:nth-child(n+9) {
      display: none;
    }
    .fc-brand-wrap #gnav ul .itemFullWidth {
      display: inline-block !important;
      order: 9;
      width: 120px !important;
      background-color: transparent;
    }
    .fc-brand-wrap #gnav ul .itemFullWidth a {
      color: #231815;
    }
    .fc-brand-wrap #gnav ul .itemFullWidth a p {
      display: block;
      line-height: 1.2;
      width: auto;
    }
    .fc-brand-wrap #gnav ul .itemFullWidth a span {
      visibility: hidden;
      font-size: 11px !important;
    }
    .fc-brand-wrap #gnav ul .itemFullWidth a p .gnav-sponly {
      display: none;
    }
    .fc-brand-wrap #gnav ul li a:hover span {
      visibility: visible;
      padding: 0; }
    .fc-brand-wrap #gnav ul li a:hover {
      opacity: 0.7; }
    .fc-brand-wrap #gnav ul li:nth-child(1) {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 1;
      order: 1;
      width: 105px; }
    .fc-brand-wrap #gnav ul li:nth-child(2) {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 2;
      order: 1;
      width: 110px; }
    .fc-brand-wrap #gnav ul li:nth-child(3) {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 3;
      order: 3;
      width: 100px; }
    .fc-brand-wrap #gnav ul li:nth-child(4) {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 4;
      order: 4;
      width: 100px; }
    .fc-brand-wrap #gnav ul li:nth-child(5) {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 5;
      order: 5;
      width: 160px; }
    .fc-brand-wrap #gnav ul li:nth-child(6) {
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 6;
      order: 6;
      width: 120px; }
    .fc-brand-wrap #gnav ul li:nth-child(7) {
      -webkit-box-ordinal-group: 7;
      -ms-flex-order: 7;
      order: 7;
      width: 100px; }
    .fc-brand-wrap #gnav ul li:nth-child(8) {
      -webkit-box-ordinal-group: 8;
      -ms-flex-order: 8;
      order: 8;
      width: 80px; }
    .fc-brand-wrap #snsBtn {
      position: absolute;
      width: 80px;
      height: 35px;
      top: 55px;
      left: 30px;
      display: block; }
    .fc-brand-wrap #snsBtn:after {
      content: "";
      display: block;
      clear: both; }
    .fc-brand-wrap #snsBtn div {
      width: 29px;
      float: left; }
    .fc-brand-wrap #snsBtn div:last-child {
      float: right; }
    .fc-brand-wrap #snsBtn div a:hover {
      opacity: 0.7; }
    .fc-brand-wrap header#header_s {
      width: 940px; }
    .fc-brand-wrap header#header_s .headerInr {
      width: 940px; }
    .fc-brand-wrap header#header_s #gnav .gnavInr {
      width: 940px; }
    .fc-brand-wrap header#header_s #gnav ul {
      width: 940px; }
    .fc-brand-wrap header#header_s #gnav ul li:nth-child(1) {
      width: 114px; }
    .fc-brand-wrap header#header_s #gnav ul li:nth-child(2) {
      width: 128px; }
    .fc-brand-wrap header#header_s #gnav ul li:nth-child(3) {
      width: 90px; }
    .fc-brand-wrap header#header_s #gnav ul li:nth-child(4) {
      width: 122px; }
    .fc-brand-wrap header#header_s #gnav ul li:nth-child(5) {
      width: 184px; }
    .fc-brand-wrap header#header_s #gnav ul li:nth-child(6) {
      width: 124px; }
    .fc-brand-wrap header#header_s #gnav ul li:nth-child(7) {
      width: 90px; }
    .fc-brand-wrap header#header_s #gnav ul li:nth-child(8) {
      width: 88px; } }

/* PC End */
/* ----------------------------------------------------------------------------------------------------------
 footer
---------------------------------------------------------------------------------------------------------- */
/* smartphone
------------------------------------------------------------*/
.fc-brand-wrap footer {
  background: #000;
  padding: 8vw 5.33333vw 6vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fc-brand-wrap footer ul {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto; }

.fc-brand-wrap footer ul li {
  position: relative; }

.fc-brand-wrap footer ul li:before {
  content: "";
  width: 1px;
  height: 3.33333vw;
  border-right: 1px solid #fff;
  position: absolute;
  right: 0;
  top: 1vw; }

.fc-brand-wrap footer ul li:last-child:before {
  border-right: none; }

.fc-brand-wrap footer ul li a {
  color: #fff;
  font-size: 3.33333vw;
  padding: 4px 0.6em; }

.fc-brand-wrap footer p {
  text-align: center;
  font-size: 3.33333vw;
  padding: 3.73333vw 0 0;
  color: #fff; }

/* PC
------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .fc-brand-wrap footer {
    background: #000;
    padding: 30px 0 136px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .fc-brand-wrap footer ul {
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto; }
  .fc-brand-wrap footer ul li {
    position: relative; }
  .fc-brand-wrap footer ul li:before {
    content: "";
    width: 1px;
    height: 12px;
    border-right: 1px solid #fff;
    position: absolute;
    right: 0;
    top: 3px; }
  .fc-brand-wrap footer ul li:last-child:before {
    border-right: none; }
  .fc-brand-wrap footer ul li a {
    color: #fff;
    font-size: 12px;
    padding: 4px 0.6em; }
  .fc-brand-wrap footer ul li a:hover {
    text-decoration: underline;
    opacity: 0.7; }
  .fc-brand-wrap footer p {
    text-align: center;
    font-size: 12px;
    padding: 15px 0 0;
    color: #fff; }
  .fc-brand-wrap footer#footer_s ul {
    width: 660px; } }

/* PC End */
/* ----------------------------------------------------------------------------------------------------------
 Layout
---------------------------------------------------------------------------------------------------------- */
/* smartphone
------------------------------------------------------------*/
.fc-brand-wrap .pc {
  display: none !important; }

.fc-brand-wrap .tb {
  display: none !important; }

.fc-brand-wrap .sp {
  display: block !important; }

.fc-brand-wrap .pctb {
  display: none !important; }

.fc-brand-wrap .tbsp {
  display: block !important; }

.fc-brand-wrap .pcsp {
  display: block !important; }

.fc-brand-wrap .alpha {
  opacity: 1; }

/* PC
------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .fc-brand-wrap .pc {
    display: block !important; }
  .fc-brand-wrap .tb {
    display: none !important; }
  .fc-brand-wrap .sp {
    display: none !important; }
  .fc-brand-wrap .pctb {
    display: block !important; }
  .fc-brand-wrap .tbsp {
    display: none !important; }
  .fc-brand-wrap .pcsp {
    display: block !important; } }

/* PC End */
/*# sourceMappingURL=common.css.map */