html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

body {
  line-height: 1
}

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

nav ul {
  list-style: none
}

li {
  list-style-type: none
}

blockquote, q {
  quotes: none
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold
}

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 #cccccc;
  margin: 1em 0;
  padding: 0
}

input, select {
  vertical-align: middle
}

body {
  font-size: 1.6rem
}

@media screen and (max-width: 479px) {
  body {
    font-size: 1.4rem
  }
}

html {
  font-size: 62.5%;
  background: #000;
  color: #fff
}

body {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 1.75;
  text-align: center;
  -webkit-text-size-adjust: 100%
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

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

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

sup {
  vertical-align: top
}

.l-wrapper, .l-fair-bottom-wrapper {
  width: 900px;
  max-width: 100%;
  margin: 0 auto
}

@media screen and (max-width: 959px) {
  .l-wrapper, .l-fair-bottom-wrapper {
    padding-left: 15px;
    padding-right: 15px
  }
}

@media screen and (min-width: 960px) {
  .l-wrapper-full-lg {
    width: 900px;
    max-width: 100%;
    margin: 0 auto
  }
}

@media screen and (max-width: 959px) {
  .l-wrapper-full-lg {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
  }
}

.l-2column_column, .l-2column_column-reverse {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (max-width: 959px) {
  .l-2column_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media screen and (max-width: 959px) {
  .l-2column_column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media screen and (max-width: 959px) {
  .l-2column_column>.column01, .l-2column_column>.column02, .l-2column_column-reverse>.column01, .l-2column_column-reverse>.column02 {
    width: 100%
  }
}

ul.watch-list {
  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
}

ul.watch-list li {
  position: relative
}

.u-font-rc {
  font-family: 'Roboto Condensed', sans-serif
}

@media screen and (min-width: 960px) {
  .fadein {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 1s;
    transition: all 1s
  }
}

.bg-fff {
  background: #fff
}

.bg-000 {
  background: #000
}

.bg-dark {
  background: #262626
}

.bg-light-gray {
  background: #d9d9d9
}

.bg-red {
  background: #e5001f
}

.color-blue {
  color: #0069b7
}

.color-blue span {
  font-size: 3rem
}

@media screen and (max-width: 959px) {
  .color-blue span {
    font-size: 2rem
  }
}

.color-red {
  color: #e5001f
}

.color-red span {
  font-size: 3rem
}

@media screen and (max-width: 959px) {
  .color-red span {
    font-size: 2rem
  }
}

@media screen and (max-width: 374px) {
  .color-blue span, .color-red span {
    font-size: 1.6rem
  }
}

.u-notice {
  font-size: 1.3rem
}

@media screen and (max-width: 479px) {
  .u-notice {
    text-align: left
  }
}

.u-border-lr {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding-left: 0.5rem;
  padding-right: 0.5rem
}

.u-heading-lg-b, .u-heading-lg-w {
  font-weight: bold;
  font-size: 4.5rem;
  text-align: left;
  line-height: 1.3
}

@media screen and (max-width: 959px) {
  .u-heading-lg-b, .u-heading-lg-w {
    font-size: 3.6rem;
    margin-bottom: 20px
  }
}

@media screen and (max-width: 767px) {
  .u-heading-lg-b, .u-heading-lg-w {
    font-size: 2rem
  }
}

.u-heading-lg-b {
  color: #000
}

.u-heading-lg-w {
  color: #fff
}

.u-heading-md-b, .u-heading-md-w {
  font-size: 2.7rem
}

@media screen and (max-width: 479px) {
  .u-heading-md-b, .u-heading-md-w {
    font-size: 1.8rem
  }
}

.u-heading-md-b {
  color: #000
}

.u-heading-md-w {
  color: #fff
}

.u-heading-dash {
  max-width: 100%;
  margin: 0 auto;
  line-height: 1.3;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: inline-block
}

@media screen and (max-width: 959px) {
  .u-heading-dash {
    width: 100%
  }
}

@media screen and (max-width: 479px) {
  .u-heading-dash {
    font-size: 2rem;
    padding-bottom: 0.7rem
  }
}

.arrow {
  width: 47px
}

.u-btn-watch-square {
  background-color: #e5001f;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.3;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  right: 51px;
  bottom: 60px;
  font-size: 1.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}

@media screen and (min-width: 768px) {
  .u-btn-watch-square:hover {
    -webkit-filter: brightness(1.3);
    filter: brightness(1.3)
  }
}

@media screen and (max-width: 479px) {
  .u-btn-watch-square {
    right: 16%;
    font-size: 1.4rem
  }
}

.u-btn-watch-rectangular {
  background: #e5001f;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  text-align: center;
  position: relative;
  margin: 20px auto 20px;
  width: 140px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}

@media screen and (min-width: 768px) {
  .u-btn-watch-rectangular:hover {
    -webkit-filter: brightness(1.3);
    filter: brightness(1.3)
  }
}

.lg-up-br {
  display: none
}

@media screen and (min-width: 960px) {
  .lg-up-br {
    display: inline-block
  }
}

.lg-down-br {
  display: none
}

@media screen and (max-width: 959px) {
  .lg-down-br {
    display: inline-block
  }
}

.md-up-br {
  display: none
}

@media screen and (min-width: 768px) {
  .md-up-br {
    display: inline-block
  }
}

.md-down-br {
  display: none
}

@media screen and (max-width: 767px) {
  .md-down-br {
    display: inline-block
  }
}

.sm-up-br {
  display: none
}

@media screen and (min-width: 480px) {
  .sm-up-br {
    display: inline-block
  }
}

.sm-down-br {
  display: none
}

@media screen and (max-width: 479px) {
  .sm-down-br {
    display: inline-block
  }
}

.ssm-up-br {
  display: none
}

@media screen and (min-width: 375px) {
  .ssm-up-br {
    display: inline-block
  }
}

.ssm-down-br {
  display: none
}

@media screen and (max-width: 374px) {
  .ssm-down-br {
    display: inline-block
  }
}

@media screen and (max-width: 767px) {
  .hide-sp {
    display: none
  }
}

@media screen and (min-width: 768px) {
  .hide-pc {
    display: none
  }
}

.u-btn-link-gradient-b::after {
  content: '';
  background: url("../img/icon_click-w.png") no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 15px;
  background-size: contain;
  width: 58px;
  height: 16px
}

@media screen and (max-width: 767px) {
  .u-btn-link-gradient-b::after {
    content: none
  }
}

.u-btn-link, .u-btn-link-gradient-w, .u-btn-link-gradient-b {
  display: inline-block;
  line-height: 1.2;
  font-weight: bold;
  max-width: 100%;
  position: relative;
  background-color: #fec526;
  color: #000;
  text-align: center;
  padding: 0.2em 60px 0.2em 60px;
  font-size: 2.2rem
}

@media screen and (max-width: 479px) {
  .u-btn-link, .u-btn-link-gradient-w, .u-btn-link-gradient-b {
    width: 100%;
    max-width: 95%
  }
}

@media screen and (max-width: 767px) {
  .u-btn-link, .u-btn-link-gradient-w, .u-btn-link-gradient-b {
    padding: 0.2em 10px 0.2em 10px
  }
}

@media screen and (max-width: 479px) {
  .u-btn-link, .u-btn-link-gradient-w, .u-btn-link-gradient-b {
    font-size: 1.6rem
  }
}

.u-btn-link-gradient-w {
  background: #ccc;
  background: -webkit-gradient(linear, left top, left bottom, from(#ccc), color-stop(35%, #fff), to(#a5a5a5));
  background: linear-gradient(to bottom, #ccc 0%, #fff 35%, #a5a5a5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#a5a5a5', GradientType=0);
  color: #000;
  border: 2px solid #a6a6a6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 2.5rem
}

@media screen and (min-width: 768px) {
  .u-btn-link-gradient-w:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1)
  }
}

@media screen and (max-width: 767px) {
  .u-btn-link-gradient-w {
    font-size: 2.2rem
  }
}

@media screen and (max-width: 479px) {
  .u-btn-link-gradient-w {
    font-size: 1.8rem
  }
}

.u-btn-link-gradient-b {
  line-height: 1.4;
  -moz-background: linear-gradient(to bottom, #6d6d6d 1%, #6d6d6d 35%, #272727 99%);
  -webkit-background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #6d6d6d), color-stop(35%, #6d6d6d), color-stop(99%, #272727));
  -webkit-background: linear-gradient(to bottom, #6d6d6d 1%, #6d6d6d 35%, #272727 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #6d6d6d), color-stop(35%, #6d6d6d), color-stop(99%, #272727));
  background: linear-gradient(to bottom, #6d6d6d 1%, #6d6d6d 35%, #272727 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d6d6d', endColorstr='#272727', GradientType=0);
  color: #fff
}

.u-btn-link-gradient-w2 {
  padding: 0.3em 126px 0.3em 51px;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .u-btn-link-gradient-w2 {
    padding: 0.3em 66px 0.3em 10px;
  }
}

@media screen and (max-width: 479px) {
  .u-btn-link-gradient-w2 {
    font-size: 1.8rem
  }
}

.u-btn-link-gradient-w2::after {
  content: '';
  background: url("../img/icon_click-b.png") no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 15px;
  background-size: contain;
  width: 58px;
  height: 16px
}

.fat-nav, .hamburger__icon, .hamburger__icon:after, .hamburger__icon:before {
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s
}

.hamburger {
  display: block;
  width: 50px;
  height: 30px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  padding: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation
}

.hamburger:after {
  content: 'MENU';
  font-size: 0.8rem;
  position: absolute;
  bottom: -17px;
  left: 48%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff
}

.hamburger__icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px
}

.hamburger__icon, .hamburger__icon:after, .hamburger__icon:before {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #fff;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s
}

.hamburger__icon:after, .hamburger__icon:before {
  position: absolute;
  content: ''
}

.hamburger__icon:before {
  top: -7px
}

.hamburger__icon:after {
  top: 7px
}

.hamburger.active .hamburger__icon {
  background-color: transparent
}

.hamburger.active .hamburger__icon:after, .hamburger.active .hamburger__icon:before {
  background-color: #fff
}

.hamburger.active .hamburger__icon:before {
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg)
}

.hamburger.active .hamburger__icon:after {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg)
}

.fat-nav {
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch
}

.fat-nav__wrapper {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed
}

.fat-nav.active {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.fat-nav ul {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0 30px;
  width: 100%;
  position: relative
}

.fat-nav li {
  list-style-type: none;
  text-align: center;
  padding: 5px 10px;
  font-size: 2em
}

.fat-nav li, .fat-nav li a {
  color: #fff
}

.fat-nav li a {
  text-decoration: none
}

.fat-nav li {
  position: relative
}

.fat-nav li a {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  text-align: center
}

.fat-nav li a::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 5px;
  margin-top: -5px
}

.fat-nav li:first-child {
  border-top: 1px solid #fff
}

.fat-nav li {
  border-bottom: 1px solid #fff;
  max-width: 300px;
  margin: 0 auto
}

.l-keyvisual {
  overflow: hidden;
  background: #fff
}

.l-keyvisual h1 {
  background: #000
}

.l-shop {
  padding-top: 65px;
  padding-bottom: 40px
}

@media screen and (max-width: 959px) {
  .l-shop {
    padding-top: 7.22%
  }
}

@media screen and (max-width: 479px) {
  .l-shop {
    padding-top: 8.664%
  }
}

@media screen and (max-width: 959px) {
  .l-shop {
    padding-bottom: 4.44%
  }
}

@media screen and (max-width: 479px) {
  .l-shop {
    padding-bottom: 5.328%
  }
}

@media screen and (max-width: 479px) {
  .l-shop {
    padding-top: 3rem
  }
}

.l-fair-heading {
  padding-top: 35px;
  padding-bottom: 25px
}

@media screen and (max-width: 959px) {
  .l-fair-heading {
    padding-top: 3.88%
  }
}

@media screen and (max-width: 479px) {
  .l-fair-heading {
    padding-top: 4.656%
  }
}

@media screen and (max-width: 959px) {
  .l-fair-heading {
    padding-bottom: 2.77%
  }
}

@media screen and (max-width: 479px) {
  .l-fair-heading {
    padding-bottom: 3.324%
  }
}

.l-fair-special {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
}

@media screen and (max-width: 959px) {
  .l-fair-special {
    padding-top: 2.22%;
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .l-fair-special {
    padding-top: 2.664%;
  }
}

@media screen and (max-width: 959px) {
  .l-fair-special {
    padding-bottom: 2.22%;
  }
}

@media screen and (max-width: 479px) {
  .l-fair-special {
    padding-bottom: 2.664%;
  }
}

.l-line-up {
  padding-top: 45px;
}

@media screen and (max-width: 959px) {
  .l-line-up {
    padding-top: 5%;
  }
}

@media screen and (max-width: 479px) {
  .l-line-up {
    padding-top: 6%;
  }
}

@media screen and (max-width: 959px) {
  .l-line-up {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .l-line-up {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.watch-others {
  padding-top: 70px;
  padding-bottom: 90px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 959px) {
  .watch-others {
    padding-top: 7.77%;
  }
}

@media screen and (max-width: 479px) {
  .watch-others {
    padding-top: 9.324%;
  }
}

@media screen and (max-width: 959px) {
  .watch-others {
    padding-bottom: 10%;
  }
}

@media screen and (max-width: 479px) {
  .watch-others {
    padding-bottom: 12%;
  }
}

.keyvisual {
  width: 1500px;
  max-width: 100%;
}

.keyvisual_ttl {
  max-width: 750px;
  margin: 0 auto;
  padding-top: 37px;
  padding-bottom: 40px;
}

@media screen and (max-width: 959px) {
  .keyvisual_ttl {
    padding-top: 4.11%;
  }
}

@media screen and (max-width: 479px) {
  .keyvisual_ttl {
    padding-top: 4.932%;
  }
}

@media screen and (max-width: 959px) {
  .keyvisual_ttl {
    padding-bottom: 4.44%;
  }
}

@media screen and (max-width: 479px) {
  .keyvisual_ttl {
    padding-bottom: 5.328%;
  }
}

@media screen and (max-width: 959px) {
  .keyvisual_ttl {
    padding-left: 10%;
    padding-right: 10%;
  }
}

.l-slider {
  padding-top: 100px;
  padding-bottom: 135px;
}

@media screen and (max-width: 959px) {
  .l-slider {
    padding-top: 11.11%
  }
}

@media screen and (max-width: 479px) {
  .l-slider {
    padding-top: 13.332%
  }
}

@media screen and (max-width: 959px) {
  .l-slider {
    padding-bottom: 15%
  }
}

@media screen and (max-width: 479px) {
  .l-slider {
    padding-bottom: 18%
  }
}

.shop-heading {
  margin-bottom: 2.5rem;
  font-size: 3.5rem;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  max-width: 900px;
  display: block
}

.shop-heading__fujimi {
  font-size: 2.6rem;
  line-height: 1.75
}

@media screen and (max-width: 959px) {
  .shop-heading {
    font-size: 3rem;
    margin-bottom: 3rem;
    padding-left: 15px;
    padding-right: 15px
  }
}

@media screen and (max-width: 767px) {
  .shop-heading {
    font-size: 2.4rem
  }
}

@media screen and (max-width: 479px) {
  .shop-heading {
    font-size: 2rem
  }
}

@media screen and (max-width: 320px) {
  .shop-heading {
    font-size: 1.7rem
  }
}

@media screen and (max-width: 280px) {
  .shop-heading {
    font-size: 1.4rem
  }
}

.shopList_item:not(:last-child) {
  margin-bottom: 6rem
}

@media screen and (max-width: 767px) {
  .shopList_item:not(:last-child) {
    margin-bottom: 3rem
  }
}

.shop-box {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 1.5rem
}

.shop-box .column01 {
  padding-right: 15px;
  width: 64%;
  text-align: left
}

@media screen and (max-width: 959px) {
  .shop-box .column01 {
    width: 100%;
    padding-right: 0;
    max-width: 500px;
    margin: 2rem auto 0
  }
}

.shop-box .column01>p {
  font-size: 1.9rem;
  margin-bottom: 2rem;
  line-height: 1.9
}

@media screen and (max-width: 479px) {
  .shop-box .column01>p {
    font-size: 1.6rem;
    line-height: 1.6
  }
}

.shop-box .column02 img {
  width: 320px
}

.shop-logo {
  text-align: center
}

.shop-logo p {
  margin-bottom: 1.5rem;
  display: inline-block;
  line-height: 1
}

.logo-threec {
  width: 285px;
  display: block;
  margin: 0 auto 1rem
}

.logo-threec__fujimi {
  width: 194px;
  display: block;
  margin: 0 auto 1rem
}

.l-fair {
  color: #000
}

.l-wrapper-fair-heading {
  margin-bottom: 5rem
}

@media screen and (max-width: 959px) {
  .l-wrapper-fair-heading {
    padding-left: 40px;
    padding-right: 40px
  }
}

@media screen and (max-width: 767px) {
  .l-wrapper-fair-heading {
    padding-left: 15px;
    padding-right: 15px
  }
}

.l-fair-heading {
  color: #fff;
  position: relative
}

.l-fair-heading h2 {
  margin-bottom: 1rem
}

.l-fair-heading p {
  font-size: 2.85rem;
  font-weight: bold;
  line-height: 1.5;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt'
}

@media screen and (max-width: 959px) {
  .l-fair-heading p {
    font-size: 2.2rem
  }
}

@media screen and (max-width: 767px) {
  .l-fair-heading p {
    font-size: 1.8rem
  }
}

@media screen and (max-width: 479px) {
  .l-fair-heading p {
    font-size: 1.6rem;
    text-align: left
  }
}

.l-fair-heading:after {
  content: '';
  display: inline-block;
  border-top: 25px solid #e5001f;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  position: absolute;
  bottom: -25px;
  transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  left: 50%
}

.title-fair {
  width: 820px
}

.l-fair-top-wrapper {
  padding-bottom: 30px
}

@media screen and (max-width: 959px) {
  .l-fair-top-wrapper {
    padding-bottom: 3.33%
  }
}

@media screen and (max-width: 479px) {
  .l-fair-top-wrapper {
    padding-bottom: 3.996%
  }
}

@media screen and (max-width: 959px) {
  .l-fair-top-wrapper {
    padding-left: 40px;
    padding-right: 40px
  }
}

@media screen and (max-width: 767px) {
  .l-fair-top-wrapper {
    padding-left: 15px;
    padding-right: 15px
  }
}

.fair-button-wrapper {
  margin-top: 1rem
}

.l-fair-bottom-wrapper {
  padding-top: 60px;
  padding-bottom: 60px
}

@media screen and (max-width: 959px) {
  .l-fair-bottom-wrapper {
    padding-top: 6.66%
  }
}

@media screen and (max-width: 479px) {
  .l-fair-bottom-wrapper {
    padding-top: 7.992%
  }
}

@media screen and (max-width: 959px) {
  .l-fair-bottom-wrapper {
    padding-bottom: 6.66%
  }
}

@media screen and (max-width: 479px) {
  .l-fair-bottom-wrapper {
    padding-bottom: 7.992%
  }
}

.fair-button {
  width: 630px
}

@media screen and (max-width: 479px) {
  .fair-button {
    line-height: 1.2;
    padding: 0.7rem
  }
}

.fair-button02 {
  width: 640px;
  border-radius: 4px;
  margin-bottom: 4rem
}

@media screen and (max-width: 479px) {
  .fair-button02 {
    margin-bottom: 2rem;
    line-height: 1.2;
    padding: 0.7rem
  }
}

.fair-arrow {
  margin-bottom: 2.5rem
}

.line-up_ttl {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  line-height: 1.4
}

@media screen and (max-width: 767px) {
  .line-up_ttl {
    font-size: 2rem
  }
}

@media screen and (max-width: 479px) {
  .line-up_ttl {
    font-size: 1.8rem
  }
}

.line-up_txt {
  font-size: 2.3rem;
  margin-bottom: 2.5rem
}

@media screen and (max-width: 959px) {
  .line-up_txt {
    text-align: left
  }
}

@media screen and (max-width: 479px) {
  .line-up_txt {
    font-size: 1.4rem
  }
}

.l-search {
  width: 980px;
  max-width: 100%;
  margin: 4rem auto 0
}

@media screen and (min-width: 768px) {
  .l-search {
    padding: 0 4rem
  }
}

.searchBtn {
  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: 6rem
}

@media screen and (max-width: 767px) {
  .searchBtn {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-left: 2rem;
    margin-bottom: 3rem
  }
}

.searchBtn_item {
  width: calc(33.3% - 1.5rem);
  margin-bottom: 2rem
}

@media screen and (max-width: 767px) {
  .searchBtn_item {
    width: 33vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 2rem
  }
}

@media screen and (max-width: 479px) {
  .searchBtn_item {
    width: 53vw
  }
}

.searchBtn_item_inner {
  background: #bfbfbf;
  border-radius: 8px;
  border: 2px solid #fff;
  padding: 0.7rem 0.9rem;
  cursor: pointer
}

.searchBtn_item_inner img {
  width: 261px;
  -webkit-filter: brightness(0.4);
  filter: brightness(0.4)
}

.searchBtn_item.active .searchBtn_item_inner {
  background: #dd0012
}

.searchBtn_item.active .searchBtn_item_inner img {
  -webkit-filter: brightness(1);
  filter: brightness(1)
}

@media screen and (min-width: 768px) {
  .searchBtn_item:hover img {
    -webkit-filter: brightness(1);
    filter: brightness(1)
  }
}

.l-watch {
  width: 900px;
  max-width: 100%;
  margin: 0 auto
}

.cont_watch {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 51% 1fr;
  grid-template-columns: 51% 1fr;
  -ms-grid-rows: auto auto 1fr;
  grid-template-rows: auto auto 1fr;
  text-align: left
}

@media screen and (max-width: 959px) {
  .cont_watch {
    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr
  }
}

.cont_watch_item1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 /2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
  padding: 0 25px 0 15px
}

@media screen and (max-width: 959px) {
  .cont_watch_item1 {
    padding: 0 25px 0 40px
  }
}

@media screen and (max-width: 767px) {
  .cont_watch_item1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    padding: 0 15px
  }
}

.cont_watch_item1 img {
  width: 350px;
  display: block;
  margin: 0 auto
}

.cont_watch_item2 {
  padding-right: 15px;
  word-break: break-all
}

@media screen and (max-width: 959px) {
  .cont_watch_item2 {
    padding-right: 40px
  }
}

@media screen and (max-width: 767px) {
  .cont_watch_item2 {
    padding-right: 15px;
    margin: auto
  }
}

.cont_watch_item3 {
  padding-right: 15px
}

@media screen and (max-width: 959px) {
  .cont_watch_item3 {
    padding-right: 40px
  }
}

@media screen and (max-width: 767px) {
  .cont_watch_item3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    padding: 0 15px;
    text-align: center;
    margin-top: 3rem
  }
}

.cont_watch_item4 {
  padding-right: 15px
}

@media screen and (max-width: 959px) {
  .cont_watch_item4 {
    padding-right: 40px
  }
}

@media screen and (max-width: 767px) {
  .cont_watch_item4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    padding: 0 15px
  }
}

.watch_caption {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.2rem;
  letter-spacing: -0.02em;
  line-height: 1.5;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  margin-bottom: 1.5rem
}

@media screen and (max-width: 767px) {
  .watch_caption {
    font-size: 2rem
  }
}

@media screen and (max-width: 479px) {
  .watch_caption {
    font-size: 1.7rem
  }
}

.label_new {
  color: #e5001f;
  padding-right: 0.7rem
}

.label_cat {
  padding: 0 8px 0 0;
  font-size: 1.2rem
}

.label_sub {
  padding: 0 6px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  font-size: 1.2rem
}

.watch_ttl {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1rem
}

@media screen and (max-width: 767px) {
  .watch_ttl {
    font-size: 1.6rem
  }
}

@media screen and (max-width: 479px) {
  .watch_ttl {
    font-size: 1.4rem
  }
}

.watch_ttl span {
  display: block;
  font-size: 80%;
  padding-top: 0.2rem
}

.watch_ref {
  font-size: 1.2rem
}

.watch_price {
  margin-bottom: 1rem
}

.watch_price span {
  font-size: 1.2rem
}

.watch_txt {
  font-size: 1.5rem
}

@media screen and (max-width: 767px) {
  .watch_txt {
    font-size: 1.3rem
  }
}

.watch_payment {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 1.5rem
}

.watch_payment_ttl {
  border-right: 1px solid #fff;
  padding: 1rem 1rem 1rem 0
}

.watch_payment_ttl p {
  font-size: 1.5rem;
  line-height: 1.2
}

.watch_payment_ttl span {
  font-size: 2rem;
  display: block
}

.watch_payment_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.7rem 0 0.7rem 1rem;
  font-size: 1.5rem
}

.watch_payment_desc p {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #e5001f
}

.watch_payment_desc p strong {
  font-size: 1.5rem;
  font-weight: 400;
}

.watch_payment_desc p span {
  color: #fff;
  font-size: 85%
}

.watch_payment_desc a {
  margin-left: 1.5rem
}

.watch_payment.no-border {
  border: none
}

.watchList_item {
  border-bottom: 1px solid #fff;
  padding: 4.5rem 0
}

.watchList_item:first-child {
  padding-top: 0
}

.watchList_item.no-border {
  border: none
}

@media screen and (max-width: 479px) {
  .watchList_item.no-border {
    padding-bottom: 0
  }
}

.watch-button-wrapper {
  margin-bottom: 2rem
}

.line-up-arrow {
  margin-top: 3rem
}

.l-info {
  color: #000;
  padding-top: 45px
}

@media screen and (max-width: 959px) {
  .l-info {
    padding-top: 5%
  }
}

@media screen and (max-width: 479px) {
  .l-info {
    padding-top: 6%
  }
}

.l-info::after {
  content: '';
  display: block;
  width: 100%;
  height: 65px;
  background: #000;
  margin-top: 90px
}

@media screen and (max-width: 959px) {
  .l-info::after {
    margin-top: 10%
  }
}

@media screen and (max-width: 479px) {
  .l-info::after {
    margin-top: 12%
  }
}

.shop-logo_threec {
  width: 331px
}

.shop-logo_niigata, .shop-logo_expocity {
  width: 225px
}

.shop-logo_fujimi {
  width: 224px
}

li.infoList_item {
  border-bottom: 1px solid #000
}

.info-box.l-2column_column-reverse {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 3rem 0 2.2rem
}

.info-box.l-2column_column-reverse .column01 {
  margin: 0 auto
}

@media screen and (max-width: 959px) {
  .info-box.l-2column_column-reverse .column01 {
    padding-right: 0
  }
}

.info-box.l-2column_column {
  margin: 3rem 0 2.2rem
}

.info-shop-logo {
  margin-bottom: 3rem
}

@media screen and (max-width: 767px) {
  .info-shop-logo {
    padding: 0 15%
  }
}

.info-shop-logo p {
  margin-bottom: 0.5rem
}

.info-shop-title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2
}

.info-shop-address span {
  display: block
}

.info-shop-address a {
  color: #000
}

.info-button {
  width: 410px;
  margin-top: 5rem;
  margin-bottom: 6rem;
  padding-left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}

@media screen and (min-width: 768px) {
  .info-button:hover {
    -webkit-filter: brightness(1.3);
    filter: brightness(1.3)
  }
}

@media screen and (max-width: 479px) {
  .info-button {
    line-height: 1.2;
    padding: 0.7rem
  }
}

@media screen and (max-width: 959px) {
  .info-button {
    border-radius: 4px
  }
}

.infoList_item__noMap .column01, .infoList_item__noMap .column02 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.infoList_item__noMap .info-shop-address {
  text-align: left
}

@media screen and (max-width: 959px) {
  .infoList_item__noMap .info-shop-address {
    text-align: center
  }
}

.infoList_item__noMap p span:not(:first-of-type) {
  display: inline-block
}

@media screen and (max-width: 959px) {
  .infoList_item__noMap p span:not(:first-of-type) {
    display: block
  }
}

@media screen and (min-width: 960px) {
  .infoList_item__noMap .info-shop-logo {
    margin-bottom: 0
  }
}

@media screen and (max-width: 959px) {
  .ggmap {
    margin: 0 auto 3rem;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
  }
  .ggmap iframe, .ggmap object, .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }
}

.l-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 620px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.7rem;
  margin: 0 auto
}

@media screen and (max-width: 959px) {
  .l-footer ul {
    display: block
  }
}

.logo-tagheuer {
  width: 266px
}

.logo-threec-w {
  width: 285px
}

@media screen and (max-width: 959px) {
  .logo-threec-w {
    margin-top: 3rem
  }
}

.contact-button {
  width: 640px;
  font-size: 2.6rem;
  margin-bottom: 3.2rem
}

@media screen and (max-width: 479px) {
  .contact-button {
    font-size: 2rem
  }
}

@media screen and (max-width: 479px) {
  .footer-logo {
    padding-left: 15%;
    padding-right: 15%
  }
}

@media screen and (min-width: 480px) {
  .info-shop-address a {
    pointer-events: none
  }
}

@media screen and (max-width: 767px) {
  .fix-menu_sp {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10000;
    background: #e5001f
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .fix-menu_sp {
    display: none
  }
}

@media screen and (max-width: 767px) {
  .fix-menu_sp img {
    width: 420px
  }
}

@media screen and (min-width: 768px) {
  header, .hamburger {
    display: none
  }
}

@media screen and (max-width: 767px) {
  header {
    background: #000;
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .header-logo {
    height: 16px;
    margin: 16px 15px 0 12px
  }
}

#page_top {
  width: 70px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 10px
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  #page_top {
    display: none !important
  }
}

#page_top a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 10px;
  width: 70px;
  height: 50px;
  text-decoration: none;
  right: 0;
  left: 0;
  margin: 0;
  text-align: center;
  color: #e5001f;
  font-weight: bold
}

#page_top a::before {
  content: '';
  background: url(../img/page-top.png);
  background-size: cover;
  color: #e5001f;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 5px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 479px) {
  .scroll-wrapper {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    padding-bottom: 30px;
  }
  .scroll-wrapper::-webkit-scrollbar {
    height: 6px;
  }
  .scroll-wrapper::-webkit-scrollbar-thumb {
    background: #1a1a1a;
  }
  ul.watch-list {
    max-width: initial;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .watch-list-wrapper-carrera .watch-list {
    width: calc(280px * 12);
  }
  .watch-list-wrapper-aquaracer .watch-list, .watch-list-wrapper-link .watch-list, .watch-list-wrapper-formula1 .watch-list, .watch-list-wrapper-monaco .watch-list, .watch-list-wrapper-connected .watch-list {
    width: calc(280px * 3);
  }
  .watch-list-wrapper-ladys .watch-list {
    width: calc(280px * 6);
  }
  .u-btn-watch-square {
    width: 42px !important;
    height: 42px !important;
    left: auto !important;
    right: 43px !important;
    bottom: 57px !important;
    font-size: 1.4rem;
  }
}

.swiper-container {
  width: 1090px;
  max-width: 100%;
  margin: 0 auto;
}

.swiper-slide {
  opacity: 0.5;
}

.swiper-slide figcaption {
  text-align: left;
  padding-top: 2.5rem;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .swiper-slide figcaption {
    font-size: 1.6rem;
  }
}

.swiper-slide.swiper-slide-active {
  opacity: 1
}

.swiper-button-prev {
  left: 180px !important;
  width: auto !important;
  top: 40% !important;
}

@media screen and (max-width: 959px) {
  .swiper-button-prev {
    left: 20px !important;
  }
}

.swiper-button-prev::after {
  content: '' !important;
  background: url(../img/arrow-l_slider.png) no-repeat center center/contain;
  width: 56px;
  height: 108px;
}

@media screen and (max-width: 767px) {
  .swiper-button-prev::after {
    width: 37px;
    height: 72px;
  }
}

.swiper-button-next {
  right: 180px !important;
  width: auto !important;
  top: 40% !important;
}

@media screen and (max-width: 959px) {
  .swiper-button-next {
    right: 20px !important;
  }
}

.swiper-button-next::after {
  content: '' !important;
  background: url(../img/arrow-r_slider.png) no-repeat center center/contain;
  width: 56px;
  height: 108px;
}

@media screen and (max-width: 767px) {
  .swiper-button-next::after {
    width: 37px;
    height: 72px;
  }
}

.swiper-pagination {
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  padding-top: 5rem;
}

@media screen and (max-width: 767px) {
  .swiper-pagination {
    padding-top: 2.5rem;
  }
}

.swiper-pagination-bullet {
  width: 110px !important;
  height: 6px !important;
  border-radius: 0 !important;
  background: #fff !important;
  margin: 10px;
  opacity: 0.5 !important
}

@media screen and (max-width: 959px) {
  .swiper-pagination-bullet {
    width: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 50px !important;
    height: 5px !important;
    margin: 5px 7px;
  }
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #dd0012 !important;
  opacity: 1 !important;
}

.panelArea_item {
  opacity: 0;
  display: none;
}

.panelArea_item.active {
  display: block;
  -webkit-animation: fadeIn 0.8s ease forwards;
  animation: fadeIn 0.8s ease forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}