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;
  background: #FFF;
}

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

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

@media screen and (max-width: 767px) {
  html {
    background: #000
  }
}

body {
  font-family: 'Noto Sans JP', 'Lato', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', Osaka, Verdana, sans-serif !important;
  line-height: 1.75;
  text-align: center;
}

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

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

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

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

@media screen and (max-width: 959px) {

  .l-wrapper,
  .l-wrapper-watch,
  .l-wrapper-fair {
    padding-left: 15px;
    padding-right: 15px
  }
}

@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-column2_column,
.l-2column_column-reverse {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (max-width: 767px) {
  .l-column2_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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

@media screen and (max-width: 767px) {
  .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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

@media screen and (max-width: 767px) {

  .l-2column_column>.column01,
  .l-2column_column>.column02,
  .l-2column_column-reverse>.column01,
  .l-2column_column-reverse>.column02 {
    width: 100% !important
  }
}

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;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

ul.watch-list li {
  position: relative
}

.arrow01 {
  width: 47px !important
}

.arrow02 {
  width: 27px !important
}

@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: #1a1a1a;
}

.bg-navy {
  background: #002859;
}

.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;
  width: 900px;
  font-size: 2.7rem;
  line-height: 1.3;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #000;
  border-bottom: 4px solid #ffc72c;
}

@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;
  }
}

.u-btn-watch-square {
  background-color: #fec526;
  color: #000;
  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;
  position: absolute;
  width: 45px;
  height: 45px;
  right: 50px;
  bottom: 52px;
  font-size: 1.5rem;
}

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

@media screen and (max-width: 350px) {
  .u-btn-watch-square {
    bottom: 8.2%;
  }
}

.u-btn-watch-rectangular {
  background: #fff;
  color: #000;
  display: block;
  letter-spacing: 3px;
  font-size: 1.4rem;
  text-align: center;
  position: relative;
  margin: 10px auto 0;
  width: 250px;
  padding: 3px;
}

.u-btn-watch-rectangular::before {
  content: '';
  color: #000;
  width: 11px;
  height: 11px;
  display: block;
  border-top: solid 2px;
  border-right: solid 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}

.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-down-br {
  display: none;
}

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


.sm-down-br {
  display: none;
}

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


/*--- 非表示 ---*/
.u-displaynone {
  display: none !important;
}

/*--- モバイル非表示 ---*/
@media (max-width: 39.9375rem) {
  .u-displaynone-sm {
    display: none !important;
  }
}

/*--- デスクトップ非表示 ---*/
@media (min-width: 40em) {
  .u-displaynone-md-up {
    display: none !important;
  }
}

.u-btn-link::after,
.u-btn-link-gradient-b::after {
  content: '';
  background: url("../img/icon-click-b.png") no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 15px;
  background-size: contain;
  width: 56px;
  height: 21px;
}

@media screen and (max-width: 767px) {

  .u-btn-link::after,
  .u-btn-link-gradient-b::after {
    content: none;
  }
}

.u-btn-link,
.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 20px 0.2em 20px;
}

@media screen and (max-width: 959px) {

  .u-btn-link,
  .u-btn-link-gradient-b {
    width: 100%;
    max-width: 95%;
  }
}

@media screen and (max-width: 767px) {

  .u-btn-link,
  .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-b {
    font-size: 1.6rem;
    padding: 0.4em 20px 0.4em 20px;
  }
}

.u-btn-link-gradient-b {
  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;
}

.fat-nav,
.hamburger__icon,
.hamburger__icon:after,
.hamburger__icon:before {
  -moz-transition-duration: .4s;
  -o-transition-duration: .4s;
  -webkit-transition-duration: .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: .8rem;
  position: absolute;
  bottom: -17px;
  left: 48%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.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: .4s;
  transition-duration: .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: .4s;
  transition-duration: .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: 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.8rem;
}

.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;
  margin: 0 15px;
}

.l-keyvisual {
  padding-top: 64px;
}

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

/* premium event */
.premiumevent-title{
  background-color: #002859;
  color: #FCCE34;
  font-weight: bold;
  font-size: 1.7rem;
  padding: 0.5rem 0;
  margin-top: 1rem;
}
.premiumevent-title span{
  font-size: 1rem;
}  
@media(min-width: 40em){
  .premiumevent-title{
    font-size: 3rem;
    margin-top: 2rem;
    line-height: 1.2;
    padding: 1.5rem 0;
  }
  .premiumevent-title span{
    font-size: 1.5rem;
  }  
}
.premium-special-1{
  display: block;
  border-top: solid 3px #002859;
  border-bottom: solid 3px #002859;
  margin-top: 1rem;
}
@media(min-width: 40em){
  .premium-special-1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
    padding: 1rem 0;
  }
}
.special-1-l{
  background-color: #FCCE34;
  color: #002859;
  font-weight: bold;
  font-size: 1.2rem;
  width: 250px;
  margin: 15px auto 0;
  padding: 0.5rem 0;
}
@media(min-width: 40em){
  .special-1-l{
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    margin: 0;
    width: 240px;
  }
}
.special-1-title{
  color: #002859;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
  margin: 10px 0;
}
.special-1-title span{
  font-size: 1.5rem;
}
@media(min-width: 40em){
  .special-1-title{
    font-size: 2.5rem;
    margin: 0;
  }
  .special-1-title span{
    font-size: 1.8rem;
  }
}
.special-1-80{
  background-color: #002859;
  color: #FCCE34;
  border-radius: 20px;
  font-weight: bold;
  font-size: 1rem;
  margin: 0 auto 15px;
  padding: 0.3rem 0 0.4rem;
  width: 120px;
}
@media(min-width: 40em){
  .special-1-80{
    border-radius: 20px;
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
    width: 120px;
    margin: 0;
  }
}
.special-1-text{
  color: #333;
  font-weight: bold;
  font-size: 1rem;
  margin-top: 10px;
}
@media(min-width: 40em){
  .special-1-text{
    font-size: 1.1rem;
    margin-top: 20px;
  }
}
.premiumevent-form{
  margin: 2rem auto 0;
  position: relative;
  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;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0.5rem 0;
}
@media(min-width: 40em){
  .premiumevent-form{
    margin: 0 auto 1rem;
    font-size: 2rem;
    padding: 0.7rem 0;
    width: 800px;
  }
  .premiumevent-form::after{
    content: '';
    background: url("../img/icon-click-b.png") no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    background-size: contain;
    width: 70px;
    height: 21px;
    right: 15px;
  }
}
.present-text{
  text-align: center;
  margin-top: 10px;
}
.present-attention{
  color: #333;
  font-weight: bold;
  border-bottom: solid 2px #FCCE34;
  font-size: 1.1rem;
  padding-bottom: 10px;
}
@media(min-width: 40em){
  .present-attention{
    font-size: 1.3rem;
    padding-bottom: 5px;
  }
}
.present-small-text{
  text-align: left;
  color: #333;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.8rem;
  margin: 7px 0 0 0;
}
@media(min-width: 40em){
  .present-small-text{
    margin: 5px auto 0;
    width: 80%;
    font-size: 1rem;
  }
}
.premium-special-2{
  display: block;
  margin-top: 3.5rem;
  border-top: solid 3px #002859;
  border-bottom: solid 3px #002859;
}
@media(min-width: 40em){
  .premium-special-2{
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    margin-top: 5rem;
    padding: 1rem 0;
  }
}
.special-2-l{
  background-color: #FCCE34;
  color: #002859;
  font-weight: bold;
}
@media(min-width: 40em){
  .special-2-l{
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
  }
}
.special-2-title{
  color: #002859;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1.2;
  margin: 10px 0;
  text-align: left;
}
@media(min-width: 40em){
  .special-2-title{
    font-size: 2.7rem;
    margin: 0;
    flex-basis: 60%;
    padding-left: 2rem;
  }
}
.special-2-80{
  background-color: #002859;
  color: #FCCE34;
  border-radius: 20px;
  font-weight: bold;
  font-size: 1rem;
  margin: 0 auto 15px;
  padding: 0.3rem 0 0.4rem;
  width: 180px;
}
@media(min-width: 40em){
  .special-2-80{
    border-radius: 30px;
    font-size: 1.2rem;
    padding: 0.5rem 0.65rem;
    width: 130px;
    margin: 0;
  }
}
.special-2-text{
  color: #333;
  font-weight: bold;
  font-size: 1rem;
  margin-top: 10px;
  text-align: left;
}
.special-2-text-indent{
  font-size: 0.9rem;
  text-indent: -1em;
  padding-left: 1em;
}
@media(min-width: 40em){
  .special-2-text{
    font-size: 1.1rem;
    width: 70%;
    margin: 20px auto 0;
  }
  .special-2-text-indent{
    font-size: 0.9rem;
  }
}
.premiumevent-engineer{
  text-align: center;
  margin: 10px auto 0;
}
.premiumevent-engineer img{
  border: solid 1px #ddd;
}
@media(min-width: 40em){
  .premiumevent-engineer{
    margin-top: 20px;
    width: 70%;
  }
}
.premium-special-3{
  display: block;
  margin-top: 3.5rem;
  border-top: solid 3px #002859;
  border-bottom: solid 3px #002859;
}
@media(min-width: 40em){
  .premium-special-3{
    display: flex;
    align-items: center;
    margin-top: 5rem;
    margin-bottom: 2rem;
    padding: 1rem 0;
  }
}
.special-3-l{
  background-color: #FCCE34;
  color: #002859;
  font-weight: bold;
  font-size: 1.2rem;
  width: 250px;
  margin: 15px auto 0;
  padding: 0.5rem 0;
}
@media(min-width: 40em){
  .special-3-l{
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    margin: 0;
  }
}
.special-3-title{
  color: #002859;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 10px 0;
}
@media(min-width: 40em){
  .special-3-title{
    font-size: 2.7rem;
    margin-left: 3rem;
  }
}
.special-3-text{
  color: #333;
  font-weight: bold;
  font-size: 1rem;
  margin-top: 10px;
  text-align: left;
  display: block;
}
.special-3-text-indent{
  font-size: 0.9rem;
  text-indent: -1em;
  padding-left: 1em;
}
@media(min-width: 40em){
  .special-3-text{
    font-size: 1.3rem;
    width: 80%;
    margin: 20px auto 0;
  }
  .special-3-text-indent{
    font-size: 1rem;
  }
}
.special-3-days{
  margin-top: 10px;
  text-align: center;
  font-size: 1.1rem;
}
@media(min-width: 40em){
  .special-3-days{
    margin-top: 15px;
    text-align: left;
  }
}
.manseki{
  color: #da1111;
  text-align: center;
  margin: 10px 0 15px;
  text-indent: -1em;
  padding-left: 1em;

}
@media(min-width: 40em){
  .manseki{
    margin: 10px 0 0;
    font-size: 18px;
    text-align: left;
  }
}
.special-3-phone{
  border: solid 2px #002859;
  background-color: #fff;
  color: #002859!important;
  font-weight: bold;
  text-align: center;
  width: 220px;
  padding: 0.5rem 0;
  margin: 10px auto 0;
}
.special-3-phone a{
  color: #002859!important;
}
@media(min-width: 40em){
  .special-3-phone{
    padding: 1rem 1.85rem;
    width: 290px;
    text-align: left;
    margin: 15px 0 0 0;
  }
}
@media (min-width: 751px) {
  a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  }
}
.premium3-keyholder{
  display: block;
}
@media(min-width: 40em){
  .premium3-keyholder{
    display: flex;
    margin-bottom: 4rem;
  }
}
.partsart-img{
  width: 90%;
  margin: 10px auto 0;
}
@media(min-width: 40em){
  .partsart-img{
    width: 60%;
    margin: 0;
  }
}

.l-event {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #FFF;
}

@media(min-width: 40em){
  .l-event{
    padding-top: 80px;
  }
}

.l-line-up {
  padding-top: 74px;
  padding-bottom: 52px;
}

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

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

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

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

.l-fair {
  padding-top: 76px;
}

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

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

.l-shop {
  padding-top: 40px;
  padding-bottom: 33px;
  background: #1a1a1a;
  color: #000;
}

.l-fair {
  padding-bottom: 45px;
  background: #fff;
}

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

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

.l-merit {
  padding-top: 60px;
  background: #262626;
}

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

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

.l-footer {
  padding-top: 45px;
  padding-bottom: 48px;
}

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

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

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

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

.l-keyvisual img {
  width: 900px;
  max-width: 100%;
}

.keyvisual-arrow {}

.ttl_event {
  padding-left: 8px;
  margin-bottom: 20px;
}

@media screen and (max-width: 959px) {
  .ttl_event {
    margin-bottom: 2.22%;
  }
}

@media screen and (max-width: 479px) {
  .ttl_event {
    margin-bottom: 2.664%;
  }
}

@media screen and (max-width: 959px) {
  .ttl_event {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .ttl_event {
    margin-bottom: 2rem;
  }
}

.event-button-wrapper {
  position: relative;
  background: #ffc72c;
}

@media screen and (max-width: 959px) {
  .event-button-wrapper {
    padding-bottom: 2rem;
  }
}

.event-button {
  width: 624px;
  font-size: 1.2rem;
  position: absolute;
  left: 2rem;
  bottom: 1.7rem;
  padding: 0.5rem;
}

.event-button::after {
  right: 55px;
}

@media screen and (max-width: 959px) {
  .event-button {
    position: static;
  }
}

@media screen and (max-width: 374px) {
  .event-button {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 280px) {
  .event-button {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 959px) {
  .event-button::after {
    content: none;
  }
}

.img-event01 {
  background: #ffc72c;
}

.img-event02 {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 959px) {
  .img-event02 {
    margin-top: 4.44%;
  }
}

@media screen and (max-width: 479px) {
  .img-event02 {
    margin-top: 5.328%;
  }
}

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

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

.img-event03 {
  margin-top: 40px;
}

@media screen and (max-width: 959px) {
  .img-event03 {
    margin-top: 4.44%;
  }
}

@media screen and (max-width: 479px) {
  .img-event03 {
    margin-top: 5.328%;
  }
}

.event-arrow {
  margin-top: 50px;
}

@media screen and (max-width: 959px) {
  .event-arrow {
    margin-top: 5.55%;
  }
}

@media screen and (max-width: 479px) {
  .event-arrow {
    margin-top: 6.66%;
  }
}

.event-text {
  color: #002859;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 2rem;
}

.event-text span {
  color: #002859;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .event-text {
    font-size: 1.5rem;
    margin-top: 1rem;
  }

  .event-text span {
    font-size: 1rem;
  }
}

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

.ttl-lineup {
  margin-bottom: 1.5rem;
}

.l-wrapper-watch {
  width: 930px;
  border-top: 2px solid #ffcc00;
}

@media screen and (max-width: 479px) {
  .l-wrapper-watch_02 {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    padding-bottom: 30px;
  }

  .l-wrapper-watch_02::-webkit-scrollbar {
    height: 6px;
  }

  .l-wrapper-watch_02::-webkit-scrollbar-thumb {
    background: #1a1a1a;
  }
}

.brandBox {
  padding-top: 25px;
  padding-bottom: 1.5rem;
  align-items: center;
  max-width: 100%;
}

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

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

@media screen and (max-width: 959px) {
  .brandBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.brandBox_ttl {
  text-align: center;
  margin-bottom: 5px;
}

.brandBox_ttl p {
  text-align: left;
}

@media screen and (max-width: 959px) {
  .brandBox_ttl {
    padding-right: 0;
  }
}

.brandBox_txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  font-size: 1.0rem;
  line-height: 1.8;
}

@media screen and (max-width: 959px) {
  .brandBox_txt {
    margin-top: 1rem;
  }
}

/*.chronomat .brandBox {
  width: 935px;
  margin: 0 auto;
  margin-bottom: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 959px) {
  .chronomat .brandBox {
    margin-bottom:8.88%;
  }
}

@media screen and (max-width: 479px) {
  .chronomat .brandBox {
    margin-bottom:10.656%;
  }
}

@media screen and (max-width: 959px) {
  .chronomat .brandBox {
    width:100%;
  }
}

.navitimer .brandBox {
  width: 812px;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .navitimer .brandBox {
    width:100%;
  }
}

.professional .brandBox {
  width: 758px;
  width:100%;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .professional .brandBox {
    width:100%;
  }
}

.avenger .brandBox {
  width: 765px;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .avenger .brandBox {
    width:100%;
  }
}

.superocean_heritage .brandBox {
  width: 890px;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .superocean_heritage .brandBox {
    width:100%;
  }
}

.superocean .brandBox {
  width: 826px;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .superocean .brandBox {
    width:100%;
  }
}

.premier .brandBox {
  width: 806px;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .premier .brandBox {
    width:100%;
  }
}

.special_limited .brandBox {
  width: 702px;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .special_limited .brandBox {
    width:100%;
  }
}

.women .brandBox {
  width: 854px;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .women .brandBox {
    width:100%;
  }
}
*/

ul.watch-list {
  margin-bottom: 30px;
  width: 980px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 959px) {
  ul.watch-list {
    margin-bottom: 3.33%;
  }
}

@media screen and (max-width: 479px) {
  ul.watch-list {
    margin-bottom: 3.996%;
  }
}

ul.watch-list li {
  padding: 35px 10px;
}

@media screen and (max-width: 479px) {
  .l-wrapper-watch_02 .watch-list {
    max-width: initial;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

ul.watch-list-narrow {
  width: 900px;
}

.line-up-button-wrapper01 {
  margin-top: 90px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 959px) {
  .line-up-button-wrapper01 {
    margin-top: 10%;
  }
}

@media screen and (max-width: 479px) {
  .line-up-button-wrapper01 {
    margin-top: 12%;
  }
}

.line-up-txt {
  font-size: 1.85rem;
  line-height: 1.5;
  font-weight: bold;
  color: #fec526;
}

@media screen and (max-width: 767px) {
  .line-up-txt {
    font-size: 1.15rem;
    text-align: left;
  }
}

.price-notes {
  font-size: 1.0rem;
  margin-top: 10px;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .price-notes {
    font-size: 0.95rem;
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .u-indent-1 {
    padding-left: 1em;
    text-indent: -1em;
  }
}

.line-up-arrow {
  margin-top: 55px;
}

@media screen and (max-width: 959px) {
  .line-up-arrow {
    margin-top: 6.11%;
  }
}

@media screen and (max-width: 479px) {
  .line-up-arrow {
    margin-top: 7.332%;
  }
}

.ttl-lineup {
  width: 90px;
}

.brandBox_video img {
  width: 430px;
}

.ttl-chronomat {
  width: 274px;
}

.ttl-navitimer {
  width: 236px;
}

.ttl-toptime {
  width: 310px;
}

.ttl_avenger {
  width: 201px;
}

.ttl-sh {
  width: 295px;
}

.ttl-superocean {
  width: 292px;
}

.ttl-others {
  width: 192px;
}

.ttl-special_limited {
  width: 395px;
}

.ttl-women {
  width: 163px;
}

@media screen and (max-width: 479px) {
  .chronomat .watch-list {
    width: calc(280px * 6);
  }
}

@media screen and (max-width: 479px) {
  .navitimer .watch-list {
    width: calc(280px * 4);
  }
}

@media screen and (max-width: 479px) {
  .toptime .watch-list {
    width: calc(280px * 3);
  }
}

@media screen and (max-width: 479px) {
  .avenger .watch-list {
    width: calc(280px * 4);
  }
}

@media screen and (max-width: 479px) {
  .superocean_heritage .watch-list {
    width: calc(280px * 4);
  }
}

@media screen and (max-width: 479px) {
  .superocean .watch-list {
    width: calc(280px * 4);
  }
}

@media screen and (max-width: 479px) {
  .others .watch-list {
    width: calc(280px * 3);
  }
}

@media screen and (max-width: 479px) {
  .special_limited .watch-list {
    width: calc(280px * 3);
  }
}

@media screen and (max-width: 479px) {
  .women .watch-list {
    width: calc(280px * 3);
  }
}

@media screen and (max-width: 479px) {
  .watch-list-recommend .u-btn-watch-square {
    bottom: 51px;
  }
}

.shop-box {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 2rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.shop-box .column01 {
  -ms-flex-preferred-size: 73%;
  flex-basis: 73%;
  text-align: left;
  font-size: 1.34rem;
}

@media screen and (max-width: 767px) {
  .shop-box .column01 {
    padding-right: 0;
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .shop-box .column02 {
    -ms-flex-preferred-size: 27%;
    flex-basis: 27%;
  }
}

.shop-box .logo-anshindo {
  width: 198px;
}

.shop-photo {
  margin-bottom: 4rem;
}

.l-blog {
  margin-top: 45px;
}

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

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

.merit-button-wrapper02 {
  margin-top: 45px;
}

@media screen and (max-width: 959px) {
  .merit-button-wrapper02 {
    margin-top: 5%;
  }
}

@media screen and (max-width: 479px) {
  .merit-button-wrapper02 {
    margin-top: 6%;
  }
}

.blog-heading {
  font-size: 3.5rem;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 959px) {
  .blog-heading {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .blog-heading {
    font-size: 2.2rem;
  }
}

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

@media screen and (max-width: 374px) {
  .blog-heading {
    font-size: 1.6rem;
  }
}

.blog-heading::before {
  content: '';
  display: inline-block;
  width: 31px;
  height: 45px;
  background: url(../img/icon-pen-l-b.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  left: -45px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-heading::after {
  content: '';
  display: inline-block;
  width: 31px;
  height: 45px;
  background: url(../img/icon-pen-r-b.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: -45px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-blog-b .blog-heading {
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .l-blog-b .blog-heading {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 479px) {
  .l-blog-b .blog-heading {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 374px) {
  .l-blog-b .blog-heading {
    font-size: 1.4rem;
  }
}

.l-blog-b .blog-heading::before {
  background: url(../img/icon-pen-l-w.png);
  background-size: cover;
}

.l-blog-b .blog-heading::after {
  background: url(../img/icon-pen-r-w.png);
  background-size: cover;
}

.blog-box-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-box-title {
  background-color: #fec526;
  font-size: 2.2rem;
  color: #000;
}

.btn-blog {
  width: 521px;
}

.icon-blog {
  width: 65px;
  max-width: 65px;
  margin-left: 20px;
}

@media screen and (max-width: 479px) {
  .icon-blog {
    width: 55px;
    max-width: 55px;
    height: 55px;
    margin-left: 15px;
  }
}

@media screen and (max-width: 374px) {
  .icon-blog {
    width: 45px;
    max-width: 45px;
    height: 45px;
  }
}

.blog-arrow-wrapper {
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 25px;
}

@media screen and (max-width: 959px) {
  .blog-arrow-wrapper {
    margin-top: 1.11%;
  }
}

@media screen and (max-width: 479px) {
  .blog-arrow-wrapper {
    margin-top: 1.332%;
  }
}

@media screen and (max-width: 959px) {
  .blog-arrow-wrapper {
    margin-bottom: 2.77%;
  }
}

@media screen and (max-width: 479px) {
  .blog-arrow-wrapper {
    margin-bottom: 3.324%;
  }
}

.shop-arrow {
  margin: 4rem 0;
}

@media screen and (max-width: 767px) {
  .shop-arrow {
    margin: 2.5rem 0;
  }
}

.fair-button-wrapper {
  background: #000;
  text-align: left;
  padding: 0px 0 3rem 2rem;
}

.fair-button {
  width: 640px;
}

.fair-arrow {
  margin-top: 2.5rem;
}

.special-offer02 {
  vertical-align: top;
}

.l-wrapper-fair {
  width: 936px;
  padding-left: 12px;
}

.bnr-fair {
  margin-bottom: 3rem;
}

.img-fair {
  margin: 10px 0;
}

.form-wrapper-blue {
  background-color: #002859;
  padding: 30px 20px;
}

.form-heading {
  font-size: 2.5rem;
  color: #FCCE34;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 30px;
}

@media screen and (max-width: 479px) {
  .form-heading {
    font-size: 1.8rem;
  }
}

.l-recommend {
  background: #002859;
  padding-top: 70px;
  padding-bottom: 30px
}

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

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

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

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

.l-recommend h2 {
  padding: 0 15px;
}

.txt-recommend01,
.txt-recommend02,
.txt-recommend03 {
  display: block;
  margin: 0 auto 3rem;
}

.txt-recommend01 {
  width: 248px;
}

.txt-recommend02 {
  width: 268px;
}

.txt-recommend03 {
  width: 308px;
}

.watch-list-recommend {
  margin-bottom: 0 !important;
}

.l-link {
  /*background: #FCCE34;*/
  background: #1a1a1a;
  color: #000;
}

.l-link_inner {
  padding-top: 30px;
  padding-bottom: 40px;
  width: 950px;
  max-width: 100%;
  margin: 0 auto;
}

ul.linkList {
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}

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

@media screen and (max-width: 767px) {
  .linkList {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.linkList_item {
  padding: 0.5rem;
  margin-bottom: 1rem;
  flex-basis: 33.33333%;
}

@media screen and (max-width: 767px) {
  .linkList_item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-bottom: 0.5rem;
  }
}

.linkList_item img {
  width: 277px;
  transition: .3s;
}

.linkList_item img:hover{
  opacity: .7;
}

.ttl-link {
  font-size: 2.35rem;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  line-height: 1.6;
  color: #FCCE34;
}

@media screen and (max-width: 767px) {
  .ttl-link {
    font-size: 1.5rem;
  }
}

.txt-link {
  text-align: left;
  font-size: 1.1rem;
  padding: 0 2rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .txt-link {
    font-size: 1.05rem;
    padding: 0 1rem;
  }
}

.link-arrow {
  margin-top: 1rem;
}

.merit-heading {
  font-size: 2.5rem;
  line-height: 1.2;
  border-bottom: 3px solid #fff;
  display: inline-block;
  margin-bottom: 3.5rem;
  color: #fff;
  width: auto;
}

@media screen and (max-width: 767px) {
  .merit-heading {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 479px) {

  .img-merit01,
  .img-merit02 {
    width: 90%;
  }
}

.merit-button01 {
  font-size: 2.7rem;
  padding-right: 8rem;
  margin-top: 4rem;
  margin-bottom: 4.2rem;
}

@media screen and (max-width: 767px) {
  .merit-button01 {
    padding-right: 10px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 479px) {
  .merit-button01 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 374px) {
  .merit-button01 {
    font-size: 1.4rem;
  }
}

.message {
  font-size: 2.2rem;
  line-height: 1.4;
  margin-top: 35px;
  padding-bottom: 70px;
}

@media screen and (max-width: 959px) {
  .message {
    margin-top: 3.88%;
  }
}

@media screen and (max-width: 479px) {
  .message {
    margin-top: 4.656%;
  }
}

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

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

@media screen and (max-width: 767px) {
  .message {
    font-size: 2rem;
    padding-bottom: 3rem;
  }
}

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

.l-footer {
  padding-bottom: 60px;
  /* border-bottom: 20px solid #FCCE34; */
  color: #000;
  background: #fff;
}

.l-footer a {
  color: #000;
}

@media screen and (max-width: 479px) {
  .l-footer {
    /* border-bottom:10px solid #FCCE34; */
  }
}

.footer-logo {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

@media screen and (max-width: 479px) {
  .footer-logo {
    display: block;
    margin: 0;
  }
}

.logo-anshindo-footer {
  width: 481px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .logo-anshindo-footer {
    width: 300px;
  }
}

@media screen and (max-width: 479px) {
  .logo-anshindo-footer {
    padding: 0 20%;
  }
}

.ggmap {
  margin: 40px 0 2.5rem;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

@media screen and (max-width: 479px) {
  .ggmap {
    margin-top: 2.5rem;
  }
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

@media screen and (max-width: 959px) {
  .info-shop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.info-shop-title {
  font-size: 2rem;
  border-right: 1px solid #000;
  padding-right: 2rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .info-shop-title {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    padding-right: 0;
    border-right: none;
  }
}

.info-shop-detail {
  padding-left: 2rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .info-shop-detail {
    padding-left: 0;
    text-align: center;
  }
}

.info-shop-address {
  font-size: 1.25rem;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .info-shop-address {
    font-size: 1.25rem;
  }
}

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

.info-shop-time {
  font-size: 1.05rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .info-shop-time {
    font-size: 1.15rem;
    line-height: 1.4;
  }
}

.info-shop-comment {
  text-align: right;
  font-size: 1.4rem;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .info-shop-comment {
    text-align: left;
    line-height: 1.4;
  }
}

@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: #FCCE34;
  }
}

@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 (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: 34px;
    margin: 10px 15px 0 15px;
  }
}

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

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

@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: #fec526;
}

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

.brandBox_video,
.women-video {
  position: relative;
  padding: 0 15px;
}

.brandBox_video a span,
.women-video a span {
  content: '';
  background: url(../img/btn_video.png);
  position: absolute;
  width: 67px;
  height: 67px;
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 480px) {
  .women-video a span {
    width: 90px;
    height: 90px;
  }
}

.brandBox_video a:hover span,
.women-video a:hover span {
  content: '';
  background: url(../img/btn_video-h.png);
  position: absolute;
  width: 67px;
  height: 67px;
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.women-video a:hover span {
  width: 90px;
  height: 90px;
}

@media (max-width: 767px) {
  .sp-hidden {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc-hidden {
    display: none;
  }
}

p.comment {
  display: none !important;
}

.c-reason-heading {
  font-size: 2.2rem;
  color: #FDCE34;
  font-weight: bold;
  border: 2px solid #FDCE34;
  padding: 5px 20px;
}

@media (min-width: 40rem) {
  .c-reason-heading {
    font-size: 4.0rem;
  }
}

.c-reason-item {
  margin: 40px 0;
}

.c-reason-item-text {
  text-align: left;
  font-size: 2.0rem;
  font-weight: bold;
}

@media (min-width: 40rem) {
  .c-reason-item-text {
    font-size: 2.7rem;
  }
}

.c-reason-item-text-light {
  text-align: left;
  color: #C9C69D;
}

.c-reason-item-heading {
  position: relative;
  font-size: 2.0rem;
  font-weight: bold;
  margin: 0 0 8px 40px;
  color: #FDCE34;
  text-align: left;
}

@media (min-width: 40rem) {
  .c-reason-item-heading {
    font-size: 2.8rem;
    margin: 0 0 8px 50px;
  }
}

.c-reason-item-heading::before {
  position: absolute;
  border: 1px solid #FDCE34;
  top: -5px;
  left: -40px;
  margin-top: 5px;
  text-align: center;
  color: #FDCE34;
  font-weight: bold;
  width: 30px;
  line-height: 30px;
  border-radius: 100%;
}

@media (min-width: 40rem) {
  .c-reason-item-heading::before {
    top: 0;
    left: -50px;
    width: 35px;
    line-height: 35px;
  }
}

.c-reason-item-heading.o-first::before {
  content: '1';
}

.c-reason-item-heading.o-second::before {
  content: '2';
}

.c-reason-item-heading.o-third::before {
  content: '3';
}

.c-fair-heading {
  font-size: 2.0rem;
  color: #000000;
  font-weight: bold;
  background-color: #FDCE34;
  padding: 5px 20px;
  border: 2px solid #000000;
}

.c-fair-heading span {}

@media (min-width: 40rem) {
  .c-fair-heading {
    font-size: 4.0rem;
  }
}

@media (max-width: 799px) {
  .watch-list2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
}

@media (min-width: 800px) {
  .watch-list2 {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    justify-content: space-around;
  }
}

ul.watch-list2 {
  margin: 60px 0 100px;
  width: 980px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  ul.watch-list2 {
    margin: 10px 0 100px;
  }
}

ul.watch-list2 li {
  margin-bottom: 5rem;
  width: 33.33333%;
}

@media screen and (max-width: 800px) {
  ul.watch-list2 li {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 479px) {
  ul.watch-list2 li {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .l-wrapper-watch_02 .watch-list2 {
    max-width: initial;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 479px) {
  .chronomat .watch-list2 {
    width: calc(280px * 5);
  }
}

@media screen and (max-width: 479px) {
  .navitimer .watch-list2 {
    width: calc(280px * 6);
  }
}

@media screen and (max-width: 479px) {
  .toptime_premier .watch-list2 {
    width: calc(280px * 3);
  }
}

@media screen and (max-width: 479px) {
  .avenger .watch-list2 {
    width: calc(280px * 3);
  }
}

@media screen and (max-width: 479px) {
  .superocean_heritage .watch-list2 {
    width: calc(280px * 3);
  }
}

@media screen and (max-width: 479px) {
  .superocean .watch-list2 {
    width: calc(280px * 3);
  }
}

@media screen and (max-width: 479px) {
  .others .watch-list2 {
    width: calc(280px * 5);
  }
}

@media screen and (max-width: 479px) {
  .special_limited .watch-list2 {
    width: calc(280px * 3);
  }
}

@media screen and (max-width: 479px) {
  .women .watch-list2 {
    width: calc(280px * 3);
  }
}

@media screen and (max-width: 479px) {
  .professional .watch-list2 {
    width: calc(280px * 3);
  }
}






@media (max-width: 799px) {
  .watch-list3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
}

@media (min-width: 800px) {
  .watch-list3 {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    justify-content: space-around;
  }
}

ul.watch-list3 {
  margin: 10px 0 100px;
  width: 980px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 800px) {
  ul.watch-list3 {
    margin: 60px 0 100px;
    margin-left: auto;
    margin-right: auto;  
  }
  .others ul.watch-list3 {
    margin: 30px 0 100px;
    margin-left: auto;
    margin-right: auto;  
  }  

}

ul.watch-list3 li {
  margin-bottom: 5rem;
  width: 33.33333%;
  margin-right: 1rem;
}

@media screen and (max-width: 800px) {
  ul.watch-list3 li {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 479px) {
  ul.watch-list3 li {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .l-wrapper-watch_02 .watch-list3 {
    max-width: initial;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 479px) {
  .chronomat .watch-list3 {
    width: calc(280px * 5);
  }
}

@media screen and (max-width: 479px) {
  .navitimer .watch-list3 {
    width: calc(280px * 6);
  }
}

@media screen and (max-width: 479px) {
  .toptime .watch-list3 {
    width: calc(280px * 3);
  }
}

@media screen and (max-width: 479px) {
  .avenger .watch-list3 {
    width: calc(280px * 3);
  }
}

@media screen and (max-width: 479px) {
  .superocean_heritage .watch-list3 {
    width: calc(280px * 3);
  }
}

@media screen and (max-width: 479px) {
  .superocean .watch-list3 {
    width: calc(280px * 4);
  }
}

@media screen and (max-width: 479px) {
  .others .watch-list3 {
    width: calc(280px * 4);
  }
}

@media screen and (max-width: 479px) {
  .special_limited .watch-list3 {
    width: calc(280px * 3);
  }
}

@media screen and (max-width: 479px) {
  .women .watch-list3 {
    width: calc(280px * 3);
  }
}





@media (max-width: 799px) {
  .watch-list4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
}

@media (min-width: 800px) {
  .watch-list4 {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    justify-content: space-around;
  }
}

ul.watch-list4 {
  margin: 60px 0 100px;
  width: 980px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

ul.watch-list4 li {
  margin-bottom: 5rem;
  width: 25%;
}

@media screen and (max-width: 800px) {
  ul.watch-list4 li {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 479px) {
  ul.watch-list4 li {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .l-wrapper-watch_02 .watch-list4 {
    max-width: initial;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 479px) {
  .chronomat .watch-list4 {
    width: calc(280px * 5);
  }
}

@media screen and (max-width: 479px) {
  .navitimer .watch-list4 {
    width: calc(280px * 5);
  }
}

@media screen and (max-width: 479px) {
  .toptime .watch-list4 {
    width: calc(280px * 3);
  }
}

@media screen and (max-width: 479px) {
  .avenger .watch-list4 {
    width: calc(280px * 3);
  }
}

@media screen and (max-width: 479px) {
  .superocean_heritage .watch-list4 {
    width: calc(280px * 3);
  }
}

@media screen and (max-width: 479px) {
  .superocean .watch-list4 {
    width: calc(280px * 5);
  }
}

@media screen and (max-width: 479px) {
  .others .watch-list4 {
    width: calc(280px * 3);
  }
}

@media screen and (max-width: 479px) {
  .special_limited .watch-list4 {
    width: calc(280px * 3);
  }
}

@media screen and (max-width: 479px) {
  .women .watch-list4 {
    width: calc(280px * 3);
  }
}




.watch-list-name {
  font-weight: 700;
}

.watch-list-no {
  margin-bottom: 0.5rem;
}

.watch-list-price {
  margin-bottom: 20px;
}

.watch-list-price span {
  font-size: 0.9rem;
}

@media screen and (max-width: 479px) {
  .watch-list-name {
    font-size: 90%;
    font-weight: 700;
  }

  .watch-list-no {
    font-size: 90%;
    margin-bottom: 0.5rem;
  }

  .watch-list-price {
    font-size: 90%;
    margin-bottom: 20px;
  }

  .watch-list-price span {
    font-size: 90%;
  }
}

.line-up-button-wrapper01 {
  padding-left: 15px;
  padding-right: 15px
}

@media screen and (max-width: 959px) {
  .line-up-button-wrapper01 {}
}

@media screen and (max-width: 479px) {
  .line-up-button-wrapper01 {}
}

.arrow01 {
  width: 47px !important;
}

.arrow02 {
  width: 27px !important;
}

ul.info-shop-box {
  margin: 0 auto;
}

.info-shop-box li {
  padding-bottom: 40px;
}

.products-detail-130 {
  height: 130px;
  margin-top: 15px;
}

.products-detail-160 {
  height: 160px;
  margin-top: 15px;
}

.products-detail-110 {
  height: 110px;
  margin-top: 15px;
}

.tag-new {
  color: #ffb300;
}

.tag-new--b {
  color: #fccd34;
  font-size: 1.5rem;
  font-weight: bold;
}

.tag-japan {
  color: #da1111;
}

.tag-japan--b {
  color: #da1111;
  font-size: 1.5rem;
}


/*タイトル*/
.l-keyvisualinner {
  max-width: 1100px;
  margin: 0 auto;
}

.keyvisual-logo img {
  width: 130px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .keyvisual-logo img {
    width: 100px;
  }
}

.keyvisual-title1 {
  margin: 2rem 1rem 2rem;
  padding-bottom: 1rem;
  /* border-bottom: 4px solid #002859; */
  padding: 1rem;
}

@media (max-width: 799px) {
  .keyvisual-title1 {
    margin: 2rem 0 0;
    padding-bottom: 2rem;
  }
}

.keyvisual-title1 img {
  width: 70%;
  margin: 0 auto;
}

.keyvisual-title2 img {
  width: 70%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .keyvisual-title1 img {
    width: 100%;
  }

  .keyvisual-title2 img {
    width: 90%;
    padding: 0 1rem;
  }
}

.keyvisual-image {
  margin: 5rem 0 3rem;
}

@media (max-width: 767px) {
  .keyvisual-image {
    margin: 1rem 0 3rem;
  }
}

.measure-memo {
  font-weight: bold;
  font-size: 0.7rem;
}

/*店舗*/
.shop-heading {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  border-bottom: 5px solid #FDCE34;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  font-weight: bold;
  line-height: normal;
  color: #fff;
}

@media (max-width: 767px) {
  .shop-heading {
    font-size: 1.25rem;
  }
}

.shop-image {
  width: 700px;
  margin: auto;
}

@media (max-width: 767px) {
  .shop-image {
    width: 100%;
  }
}

.shop-text {
  text-align: left;
  margin: 2.0rem 0;
  line-height: 1.8;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 767px) {
  .shop-text {
    text-align: left;
  }
}

/*特典*/
.tokuten-title-container {
  background-color: #FCCE34;
  color: #002859;
  padding: 1.5rem 1rem;
  line-height: 1.2;
  margin-bottom: 3.5rem;
}

@media (max-width: 767px) {
  .tokuten-title-container {
    padding: 1rem 0.5rem;
    margin-bottom: 1.5rem;
  }
}

.tokuten-title-name {
  font-size: 3.0rem;
  font-weight: bold;
  letter-spacing: -0.05em;
}

@media (max-width: 767px) {
  .tokuten-title-name {
    font-size: 1.5rem;
  }
}

.tokuten-title-name span {
  font-size: 1.5rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .tokuten-title-name span {
    font-size: 1rem;
  }
}

.tokuten-title-date {
  font-size: 3.0rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
  .tokuten-title-date {
    font-size: 2.0rem;
  }
}

.tokuten-title-date span {
  font-size: 2.0rem;
}

@media (max-width: 767px) {
  .tokuten-title-date span {
    font-size: 1.1rem;
  }
}

.tokuten-title2 {
  font-size: 2rem;
  font-weight: bold;
  border-top: 4px solid #FCCE34;
  border-bottom: 4px solid #FCCE34;
  color: #FCCE34;
  margin-bottom: 3rem;
  background-color: #002859;
  padding-bottom: 0.25rem;
}

@media (max-width: 767px) {
  .tokuten-title2 {
    font-size: 1.25rem;
  }
}

.tokuten-title-contents {
  font-size: 2.5rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .tokuten-title-contents {
    font-size: 1.25rem;
  }
}

.tokuten-item {
  margin-bottom: 5rem;
}

@media (max-width: 767px) {
  .tokuten-item {
    margin-bottom: 3rem;
  }
}

.tokuten-heading-s {
  color: #002859;
  font-size: 1.5rem;
  background-color: #FCCE34;
  padding: 0.25rem 1rem;
  font-weight: 900 !important;
  display: inline-block;
}

@media (max-width: 767px) {
  .tokuten-heading-s {
    font-size: 1.15rem;
    width: 100%;
    padding: 0.25rem 0.5rem;
  }
}

.tokuten-heading-s span {
  font-size: 0.95rem;
  letter-spacing: -0.025em;
  margin-left: 1rem;
}

.tokuten-heading-r {
  color: #002859;
  font-size: 1.5rem;
  background-color: #FCCE34;
  padding: 0.25rem 1rem;
  font-weight: 900 !important;
  display: inline-block;
  margin-left: 2rem;
}

@media (max-width: 767px) {
  .tokuten-heading-r {
    font-size: 1.15rem;
    /*width: 50%;*/
    padding: 0 1rem;
  }
}

.tokuten-heading-r span {
  font-size: 0.95rem;
  letter-spacing: -0.025em;
  margin-left: 1rem;
}

.tokuten-heading {
  color: #FFF;
  font-size: 2.0rem;
  line-height: 1.2;
  background-color: #002859;
  font-weight: bold;
  padding: 0.5rem 0.75rem;
  text-align: left;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .tokuten-heading {
    font-size: 1.25rem;
    padding: 0.5rem 0.5rem;
  }
}

.tokuten-heading span {
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .tokuten-heading span {
    font-size: 1.1rem;
  }
}

.tokuten-text-m {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: left;
}

@media (max-width: 767px) {
  .tokuten-text-m {
    font-size: 1.1rem;
  }
}

/* .tokuten-text-m span {
  font-size: 1.2rem;
  font-weight: 700;
  border: 3px solid #FCCE34;
  padding: 5px;
  color: #FCCE34;
}
@media (max-width: 767px) {
  .tokuten-text-m span {
    font-size: 1.1rem;
  }
} */

.TEL {
  font-size: 1.5rem;
  font-weight: 700;
  border: 3px solid;
  padding: 5px;
  width: fit-content;
}

.TEL a {
  color: #333;
}

@media (max-width: 767px) {
  .TEL {
    font-size: 1.1rem;
    margin: 0 auto;
    width: fit-content;
  }
}

.special3_text {
  font-size: 1.2rem;
  font-weight: bold;
  /* border: 3px solid #002859;
  padding: 10px; */
  color: #002859;
  text-align: left;
}

.special3_text span {
  font-size: 1.65rem;
}

@media (max-width: 767px) {
  .special3_text {
    font-size: 1.1rem;
  }

  .special3_text span {
    font-size: 1.25rem;
  }
}

.tokuten-text-s {
  font-size: 1.05rem;
  font-weight: 700;
  padding-left: 1em;
  text-indent: -1em;
}

.tokuten-text-s--c {
  font-size: 1.05rem;
  font-weight: 700;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  margin: 0 auto;
  width: fit-content;
}

@media (max-width: 767px) {
  .tokuten-text-s--c {
    /*padding-left: 0;
    text-indent: 0;*/
  }
}

.tokuten-text-s--r {
  font-size: 1rem;
  font-weight: 700;
  text-align: right;
}

@media (max-width: 767px) {
  .tokuten-text-s--r {
    text-align: center;
  }
}

.tokuten-text-notice {
  font-size: 1.05rem;
  font-weight: 500;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  margin-top: 2rem;
}

.reserve-text {
  font-size: 1.35rem;
  font-weight: 700;
  color: #002859;
  margin: 1rem 0 1rem;
}

@media (max-width: 767px) {
  .reserve-text {
    font-size: 1.15rem;
  }
}

.tokuten-item3-image img {
  width: 100%;
  margin: 2rem 0;
}

.tokuten-item4-image img {
  width: 80%;
  margin: auto;
}

.tokuten-item4_2-image img {
  width: 40%;
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .tokuten-item4_2-image img {
    width: 50%;
  }
}

.text-ye-l {
  font-size: 1.5rem;
  color: #FCCE34;
}

@media (max-width: 767px) {
  .tokuten-kinri-image {
    width: 85%;
    margin: 0 auto;
  }
}

.tokuten-kinri-image img{
  width: 80%;
  text-align: center;
}
@media(min-width: 40em){
  .tokuten-kinri-image img{
    width: 60%;
  }
}

table.c-kinri {
  width: 100%;
}

table.c-kinri th {
  background-color: #002859;
  color: #FFF;
}

table.c-kinri td {
  padding: 1rem 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  vertical-align: middle;
}

table.c-kinri td:first-child {
  border-left: 1px solid #ccc;
}

table.c-kinri td:nth-of-type(3n) {
  text-align: right;
}

table.c-kinri td span {
  font-size: 0.9rem;
  font-weight: normal;
}

table.c-kinri td.c-table--td-per {
  width: 45%;
}

@media (max-width: 767px) {
  table.c-kinri td {
    padding: 0.5rem;
    font-size: 1rem;
  }

  table.c-kinri td span {
    font-size: 0.8rem;
  }

  table.c-kinri td.c-table--td-per {
    width: 40%;
  }
}

h2.c-heading2 {
  font-family: 'Barlow Semi Condensed', sans-serif;
}

h3.c-heading3 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 3.15rem;
  line-height: 1.1;
}

@media (max-width: 767px) {
  h3.c-heading3 {
    font-size: 2.5rem;
  }
}

/*ボタン*/
.c-detail-btn {
  background-color: #002859;
  border: solid 1px #002859;
  color: #FCCE34;
  padding: 8px;
  transition: .3s;
}
.c-detail-btn:hover{
  background-color: #fff;
  color: #002859;
}

@media (max-width: 767px) {
  .c-detail-btn {
    padding: 5px;
    font-size: 90%;
  }
}

.line-up-button01 {
  font-size: 2.0rem;
  width: 600px;
  max-width: 100%;
  margin-bottom: 60px
}

.line-up-button01::after {
  content: none
}

.line-up-button02 {
  font-size: 2.0rem;
  width: 600px;
  max-width: 100%;
  display: inline-block;
  padding: 0.5rem 5rem;
}

.line-up-button03 {
  font-size: 2.0rem;
  width: 800px;
  padding: 1rem 0;
}

.merit-button02 {
  font-size: 1.75rem;
  padding-right: 8rem;
  margin: 3rem 0;
  width: 800px;
}

@media (max-width: 767px) {
  .merit-button02 {
    padding-right: 0;
    padding-left: 0;
    margin: 1rem 0 3rem;
  }
}

@media (max-width: 767px) {

  .line-up-button01,
  .line-up-button02,
  .line-up-button03,
  .merit-button02 {
    font-size: 1.2rem;
  }
}