﻿@charset "utf-8";
/* CSS Document */
.maintenance {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin: 50px auto;
}
/*alpha.cssここへ移動 ----------------------------------------------------------------------------------------- */
.accessHelper {
  display: none;
}
#alphawrapper {
  margin: 0;
  width: 100%;
  position: relative;
}
.clear {
  clear: both;
  display: block;
}
.transition {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.coverImg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
/* header */
.customize-support #header {
  top: 32px;
}
/* #2 menu  ---------------------------------------------------------------------------------------------------- */
header #menu-main, header #menu-main-en {
  padding: 0;
  margin: 0;
  width: auto;
  position: absolute;
}
header .menu li, header .menu-en li {
  list-style-type: none;
  display: block;
  float: left;
}
header #menu-main li a, header #menu-main-en li a {
  display: block;
  transition: .45s;
  overflow: hidden;
}
/* Submenu */
header .sub-menu {
  margin: 0;
  padding: 0;
  position: absolute;
  display: none;
  z-index: 99;
}
header #menu-main li li, header #menu-main-en li li {
  float: none;
}
header #menu-main li:hover ul, header #menu-main-en li:hover ul {
  display: block;
}
/* #3 content -------------------------------------------------------------------------------------------------- */
#alphawrapper.userOffline .showOnline, #alphawrapper.userOnline .showOffline {
  display: none;
}
#alphawrapper.userOffline .showffline, #alphawrapper.userOnline.showOnline {
  display: block;
}
/* #4 footer  -------------------------------------------------------------------------------------------------- */
.topscroll {
  padding: 10px;
  background: #000;
  border-radius: 5px;
  cursor: pointer;
  width: 30px;
  margin: 15px auto 0 auto;
  text-align: center;
  transition: all 0.45s ease 0s;
}
.topscroll:hover {
  background: #101010;
}
/* #5 admin  -------------------------------------------------------------------------------------------------- admin/css/admin.css  */
#wp-admin-bar-user-info .avatar {
  border-radius: 32px;
}
.img-fullw img {
  width: 100%;
  height: auto;
  display: block;
}
/*alpha.cssここまで ----------------------------------------------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  font-size: 15px !important;
  line-height: 28px !important;
  background: #f7f7f7;
  color: #141414;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 300 !important;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
a {
  text-decoration: none;
  outline: 0;
  color: #141414;
  transition: .3s;
}
a:hover {
  color: #000;
  transition: .3s;
}
h1, h2, h3, h4, h5, h6, .headline, .subheadline {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  transition: .3s;
}
h2, .subheadline {
  font-size: 24px;
  line-height: 28px;
}
h3 {
  font-size: 18px;
  line-height: 24px;
}
h4 {
  font-size: 16px;
  line-height: 22px;
}
h5, h6 {
  font-size: 13px;
  line-height: 22px;
}
a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6 {
  color: #E4631E !important;
}
figure {
  margin: 0;
}
figure img {
  width: 100%;
  vertical-align: bottom;
}
/*----------------------------------------------トップページ----------------------------------------------*/
/*-----------------------トップのみフッターのコレクション非表示-----------------------*/
.home .subsite-collection {
  display: none;
}
/*-----------------------トップ　ニュース-----------------------*/
.news_top_wrap {
  margin: 20px auto 0 !important;
}
.news_top_wrap > h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 20px;
}
.news_top_wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news_top_wrap .news-item-headline {
  transition: .3s;
}
.news_top_wrap .news-item-headline {
  transition: .3s;
}
.news_top_wrap a:hover .news-item-headline {
  color: #E4631E;
}
.news_top_wrap a:hover .news-item-headline {
  color: #E4631E;
}
.news_top_wrap a:hover .readmore {
  color: #E4631E;
}
.news_top_wrap a:hover .readmore {
  color: #E4631E;
}
/*-----------------------トップ　コレクション-----------------------*/
.home .collection_wrap {
  margin: 0 auto 20px !important;
}
.collection_wrap > h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 20px;
}
.collection_wrap ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  display: flex;
}
.collection_wrap ul li {
  width: 24%;
  margin: 0 1%;
  background-color: #e1e1e1;
  position: relative;
  overflow: hidden;
}
.collection_wrap ul li:first-child {
  margin: 0;
}
.collection_wrap ul li:nth-child(3) {
  margin: 0;
}
.collection_wrap ul li.other {
  display: none;
}
.collection_wrap ul li a {
  display: block;
  padding: 20px 0;
}
.collection_wrap ul li a:hover {
  color: #E4631E;
}
.collection_wrap ul li figure {
  width: 70%;
}
.collection_wrap ul li figure img {
  margin-left: -15%;
  position: relative;
  top: 0;
  transition: .3s !important;
}
.collection_wrap ul li:hover figure img {
  position: relative;
  top: -10px;
  transition: .3s !important;
}
.collection_wrap ul li h4 {
  font-size: 18px;
  position: absolute;
  top: 10px;
  right: 8%;
}
.collection_wrap ul li .readmore_jpn {
  margin-bottom: 0;
  position: absolute;
  bottom: 40px;
  right: 8%;
  font-size: 14px;
  font-weight: 600;
}
/*-----------------------トップ　コンテンツ-----------------------*/
.all-the-boxes h4 {
  font-size: 24px;
  line-height: 34px;
}
/*----------------------------------------------第二階層----------------------------------------------*/
/*-----------------------その他のコレクションページ-----------------------*/
.other_wrap section {
  margin: 40px auto;
}
.other_wrap section > h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 20px;
  text-align: left;
  padding: 0 0 1% 0;
  border-bottom: solid 2px #141414;
}
.other_wrap section > h3 .subtitle-jpn {
  font-size: 18px;
  font-weight: 600;
  margin-left: 20px;
}
/*-----------------------モデル詳細ページ-----------------------*/
/*-----------------------ニュース詳細ページ-----------------------*/
.news_wrap a {
  text-decoration: underline;
}
.news_wrap a:hover {
  color: #E4631E !important;
}
.news_wrap h2 {
  position: relative;
  margin-bottom: 40px;
}
.news_wrap h2:after {
  content: '';
  width: 50px;
  height: 1px;
  position: absolute;
  bottom: -15px;
  left: 0;
  margin: auto;
  background-color: #F4631E;
}
.news_wrap .model_box {
  margin: 0 auto 40px;
}
.news_wrap .model_box .ttl {
  text-align: center;
}
.news_wrap .model_box ul {
  margin: 0;
  padding: 0;
  list-style: none !important;
  text-align: center;
}
.news_wrap .model_box ul li {
  display: inline-block;
  vertical-align: top;
  width: 32.5%;
  margin: 0 !important;
}
.news_wrap .model_box ul.model_4 li {
  width: 24.5%;
  margin: 0 !important;
}
.news_wrap .model_box ul.model_1 li {
  width: 50%;
  margin: 0 !important;
}
.news_wrap .model_box ul li figure {
  margin-bottom: 0;
}
/**/
.news_20230508 .model_box {
  margin: 40px auto;
}
.news_20230508 .category_box {
  margin: 60px auto;
}
.news_20230508 .model_box {
  background-color: #e1e1e1;
  padding: 20px 0 40px;
}
/*---------------------------------------------flieger_f-43_triple_gmt_pc-7_team_edition.html 仮画面---------------------------------------------*/
.flieger_f-43_triple_gmt_pc-7_team_edition .comingsoon {
  font-size: 58px;
  margin: 80px auto 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  text-align: center;
}
.flieger_f-43_triple_gmt_pc-7_team_edition figure {
  width: 240px;
  margin: 0 auto 40px !important;
}
/*---------------------------------------------pc-7_team.html---------------------------------------------*/
.pc-7_team .box.logo figure {
  width: 28%;
  float: right;
}
.pc-7_team .box.logo .txt {
  width: 69%;
  float: left;
}
@media screen and (max-width:1050px) {
  /*----------------------------------------------第二階層----------------------------------------------*/
  /*-----------------------その他のコレクションページ-----------------------*/
  .other_wrap section {
    margin: 30px auto;
  }
  .other_wrap section > h3 {
    font-size: 24px;
  }
  .other_wrap section > h3 .subtitle-jpn {
    display: block;
    font-size: 16px;
    margin-left: 0;
  }
  /*-----------------------ニュース詳細ページ-----------------------*/
  .news_wrap .model_box ul li {
    display: block;
    width: auto;
    margin-bottom: 20px !important;
  }
  .news_wrap .model_box ul li:last-child {
    margin-bottom: 0 !important;
  }
  .news_wrap .model_box ul.model_4 li {
    display: block;
    width: auto;
    margin-bottom: 20px !important;
  }
  .news_wrap .model_box ul.model_4 li:last-child {
    margin-bottom: 0 !important;
  }
  .news_wrap .model_box ul.model_1 li {
    width: auto;
  }
  .news_wrap .model_box ul li figure {
    width: 250px;
    margin: 0 auto;
  }
  /**/
  .news_20230508 .category_box {
    margin: 40px auto;
  }
  .news_20230508 .center {
    text-align: center !important;
  }
  /**/
  .news_20230515 figcaption span {
    display: block;
  }
  /*---------------------------------------------flieger_f-43_triple_gmt_pc-7_team_edition.html 仮画面---------------------------------------------*/
  .flieger_f-43_triple_gmt_pc-7_team_edition .comingsoon {
    font-size: 34px;
    margin: 50px auto 30px;
  }
  .flieger_f-43_triple_gmt_pc-7_team_edition figure {
    width: 180px;
  }
  /*---------------------------------------------pc-7_team.html---------------------------------------------*/
  .pc-7_team .box.logo figure {
    width: 100%;
    float: none;
  }
  .pc-7_team .box.logo .txt {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width:700px) {}
/* ===================================================================================================
====================================================================================================*/
/*-----------------------コロナ-----------------------*/
.contact_wrap .info {
  border: solid 2px #000;
  padding: 20px 2%;
  background-color: #efefef;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
}
.shoplist_wrap .info {
  border: solid 2px #000;
  padding: 20px 2%;
  background-color: #efefef;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
  text-align: center;
}
.shoplist_wrap .info span {
  display: block;
}
/*-----------------------全体-----------------------*/
.main-box-def, .slider-box-def {
  position: relative;
  margin: 0 auto;
  padding: 0 0 3% 0;
  width: 90%;
  max-width: 1600px;
  min-width: 300px;
}
.slider-box-def {
  padding: 0;
  max-width: 1700px;
}
.less-padding {
  padding: 2% 0;
}
/*-----------------------ヘッダー-----------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  transition: top .45s, background .45s;
  background-color: #999;
  width: 100%;
  height: 80px;
  z-index: 998;
}
#header.fixed {
  background-color: #999;
  border-bottom: none;
}
.logo_top {
  width: 300px;
  margin: 120px auto 40px;
}
.logo_top img {
  width: 100%;
}
.inner-header {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 1600px;
  min-width: 300px;
}
.logo-small {
  width: 50px;
  height: 19px;
  position: absolute;
  top: -50px;
  left: -75px;
  transition: top .45s;
}
.fixed .logo-small {
  top: 27px;
  transition: .3s;
}
.fixed .logo-small:hover {
  transition: .3s;
  opacity: 0.7;
}
/*-----------------------ヘッダー　メインメニュー-----------------------*/
header #menu-main, header #menu-main-en {
  top: 12px;
  left: 0;
}
header #menu-main li a, header #menu-main-en li a {
  padding: 5px 18px;
  font-size: 14px;
  position: relative;
}
header #menu-main li ._en {
  margin-bottom: -10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
header #menu-main li:hover a, header #menu-main .current-menu-item a, header #menu-main-en li:hover a, header #menu-main-en .current-menu-item a {
  background: #141414;
  color: #fff;
}
/*-----------------------ヘッダー　サブメニュー-----------------------*/
header #menu-main li li a, header #menu-main li:hover li a, header #menu-main-en li li a, header #menu-main-en li:hover li a {
  font-size: 14px;
  color: #fff;
  background: #141414;
}
header #menu-main li ul li:hover a, header #menu-main-en li ul li:hover a {
  background: #353535;
  color: #fff;
}
header #menu-main li li.archive a {
  font-size: 14px;
  color: #fff;
  background: #444;
}
header #menu-main li li.archive:hover a {
  font-size: 14px;
  color: #fff;
  background: #555;
}
#lang_sel ul ul {
  top: 34px;
}
/*-----------------------ヘッダー　SNS-----------------------*/
.meta-nav, .menu-metanav-englisch {
  float: right;
}
.lang-box {
  float: left;
  margin: 15px 0 0 20px;
}
#menu-metanav, #menu-metanav-englisch {
  float: left;
}
.meta-nav a {
  color: #141414;
  padding: 0 20%;
  font-size: 20px;
  position: relative;
  top: 10px;
  transition: .3s;
}
.meta-nav a:hover {
  color: #E4631E;
  transition: .3s;
}
/*-----------------------ヘッダー　サイドメニュー-----------------------*/
.side-nav {
  width: 60px;
  height: 180px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
}
.side-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.side-nav ul li a {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  text-align: center;
  transition: .3s;
}
.side-nav ul li a:hover {
  color: #fff;
  background-color: #555;
  transition: .3s;
}
#header.fixed .side-nav {
  background-color: #d2d2d2;
  box-shadow: 1px 1px 3px rgb(0 0 0 / 75%);
  transition: .3s;
}
/*-----------------------ヘッダー　トップページ　コレクショントップページ-----------------------*/
.home #header, .top_collection #header {
  top: 0;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}
.home #header.fixed, .top_collection #header.fixed {
  background-color: #999;
  border-bottom: none;
}
.home header #menu-main li a, .home header #menu-main-en li a, .top_collection header #menu-main li a, .top_collection header #menu-main-en li a {
  color: #fff;
}
.home .fixed #menu-main li a, .top_collection .fixed #menu-main li a {
  color: #141414;
}
.home header #menu-main li:hover a, .home header #menu-main .current-menu-item a, .home header #menu-main-en li:hover a, .home header #menu-main-en .current-menu-item a {
  color: #fff;
}
.top_collection header #menu-main li:hover a, .top_collection header #menu-main .current-menu-item a, .top_collection header #menu-main-en li:hover a, .top_collection header #menu-main-en .current-menu-item a {
  color: #fff;
}
.home .meta-nav a, .top_collection .meta-nav a {
  color: #fff;
}
.home .meta-nav li a:hover, .top_collection .meta-nav li a:hover {
  opacity: 1;
  color: #E4631E;
}
.home .fixed .meta-nav a, .top_collection .fixed .meta-nav a {
  color: #141414;
}
/*-----------------------トップページ　コレクショントップページ-----------------------*/
.top {
  width: 100%;
  height: 100vh;
  min-height: 500px;
  position: relative;
}
/*トップページ　コレクショントップページ　動画*/
.top .video_box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.top .video_box video {
  height: 100%;
  left: 50%;
  max-width: none;
  min-height: 56.25vw;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.top .logo_top {
  width: 300px;
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  transition: .3s;
}
.top .logo_top:hover {
  transition: .3s;
  opacity: 0.7;
}
.top h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 40px;
  color: #fff;
  position: absolute;
  left: 5%;
  bottom: 80px;
  z-index: 10;
  transition: .3s;
}
.top h2 .sub {
  display: block;
  font-size: 14px;
  margin-top: 20px;
}
.top h2:hover .sub {
  transition: .3s;
  color: #F4631E;
}
/*-----------------------コレクショントップページ-----------------------*/
.top.second {
  width: 100%;
  height: 80vh;
  min-height: 500px;
  position: relative;
}
.top.second .logo_top {
  width: 250px;
}
.top.second .breadcrumb {
  position: absolute;
  left: 5%;
  bottom: 30px;
  padding: 0;
  z-index: 10;
  color: #fff;
}
.top.second .breadcrumb ul {
  color: #fff;
}
.top.second .breadcrumb ul li.current {
  color: #a2a2a2;
}
.top.second .breadcrumb ul li:before {
  color: #fff;
}
.top.second .breadcrumb ul li a {
  color: #fff;
}
.top_collection .breadcrumb_h2 {
  margin-top: 50px;
}
.top_collection .subtitle-jpn {
  font-size: 20px;
  font-weight: 600;
}
/*-----------------------トップスライド-----------------------*/
#sliderwrapper {
  border: 15px solid #fff;
  overflow: hidden;
  min-height: 350px;
}
#sliderwrapper .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-image: url(../img/arrow-left.png);
  background-size: cover;
  opacity: 0.5;
  position: absolute;
  left: -60px;
  transition: .3s;
}
#sliderwrapper .swiper-button-next {
  width: 40px;
  height: 40px;
  background-image: url(../img/arrow-right.png);
  background-size: cover;
  opacity: 0.5;
  position: absolute;
  right: -60px;
  transition: .3s;
}
#sliderwrapper .swiper-button-prev:hover, #sliderwrapper .swiper-button-next:hover {
  opacity: 1;
  transition: .3s;
}
#sliderwrapper:hover .swiper-button-prev {
  position: absolute;
  left: 1%;
  transition: .3s;
}
#sliderwrapper:hover .swiper-button-next {
  position: absolute;
  right: 1%;
  transition: .3s;
}
#sliderwrapper .swiper-slide {
  position: relative;
  display: block;
  text-align: center;
  min-height: 350px;
}
#sliderwrapper .swiper-slide h2 {
  color: #fff;
  padding: 50px 0 0 0;
  font-size: 40px;
  line-height: 0.5em;
  text-align: center;
}
#sliderwrapper .swiper-slide h3 {
  color: #fff;
  text-align: center;
}
#sliderwrapper .swiper-slide .copy {
  position: absolute;
  right: 20px;
  bottom: 0;
  color: #fff;
  font-size: 13px;
  text-shadow: 1px 1px 10px #000
}
#sliderwrapper_detail {
  overflow: hidden;
  position: relative;
  width: 99.99%;
}
#sliderwrapper_detail .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-image: url(../img/arrow-left-1.png);
  background-size: cover;
  opacity: 0.5;
  position: absolute;
  left: -60px;
  transition: .3s;
}
#sliderwrapper_detail .swiper-button-next {
  width: 40px;
  height: 40px;
  background-image: url(../img/arrow-right-1.png);
  background-size: cover;
  opacity: 0.5;
  position: absolute;
  right: -60px;
  transition: .3s;
}
#sliderwrapper_detail .swiper-button-prev:hover, #sliderwrapper_detail .swiper-button-next:hover {
  opacity: 1;
  transition: .3s;
}
#sliderwrapper_detail:hover .swiper-button-prev {
  position: absolute;
  left: 1%;
  transition: .3s;
}
#sliderwrapper_detail:hover .swiper-button-next {
  position: absolute;
  right: 1%;
  transition: .3s;
}
#sliderwrapper_detail .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #aaa;
  opacity: 1;
}
#sliderwrapper_detail .swiper-pagination-bullet-active {
  background: #333;
  transition: .3s;
}
#sliderwrapper_detail .swiper-slide {
  width: 100%;
  height: 70vh;
  position: relative;
  display: block;
  text-align: center;
}
/*-----------------------コレクション詳細ページ-----------------------*/
.splitcontent {
  background: #fff none repeat scroll 0 0;
  display: block;
  margin: 1% auto;
  padding: 1% 10%;
  text-align: left;
  width: 80%;
}
.splitcontent .tax_not {
  font-size: 12px;
}
.splitcontent .red {
  color: #a40000 !important;
}
/*-----------------------ボタンデザイン-----------------------*/
.fake-butn {
  padding: 10px 12px;
  color: #fff;
  background: #000;
  position: relative;
  overflow: hidden;
  font-size: 15px;
  font-weight: 600;
}
.centerbutn a {
  text-decoration: none !important;
}
.fake-butn_l {
  padding: 10px 12px;
  color: #fff;
  background: #000;
  position: relative;
  overflow: hidden;
  font-size: 15px;
  font-weight: 600;
}
.fake-butn-map {
  border: 1px solid #000;
  color: #000;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  width: 200px;
  outline: 0;
}
.bg-anime {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 50px;
  transition: .3s;
}
.fake-butn:hover .bg-anime {
  width: 100%;
  background: rgba(255, 255, 255, .15);
}
.fake-butn_l:hover .bg-anime {
  width: 100%;
  background: rgba(255, 255, 255, .15);
}
.butn {
  position: relative;
  overflow: hidden;
  background: #000;
  color: #fff;
  padding: 12px 12px;
  margin: 0 5px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
}
input[type="submit"] {
  position: relative;
  overflow: hidden;
  background: #000;
  color: #fff;
  padding: 10px 12px;
  width: 120px;
  margin: 30px 0;
}
.collbutn {
  position: relative;
  overflow: hidden;
  background: #000;
  color: #fff;
  padding: 12px 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.butn:hover .bg-anime {
  width: 100%;
  background: rgba(255, 255, 255, .15);
}
.collbutn:hover .bg-anime {
  width: 100%;
  background: rgba(255, 255, 255, .15);
}
.collbutn:hover {
  color: #fff;
}
.butn:hover {
  color: #fff;
}
.shopbutn:hover .bg-anime {
  width: 100%;
  background: rgba(255, 255, 255, .15);
}
.text-button {
  margin-bottom: 30px;
}
.button_div {
  margin-bottom: 40px;
}
.detailpage .fake-butn {
  display: block;
  width: 200px;
  margin: 20px 0;
  text-align: center;
}
.detailpage .fake-butn_l {
  display: block;
  width: 250px;
  margin: 20px 0;
  text-align: center;
}
.detailpage div.main-box-def div.factsheet div.factsheet1 ul, .detailpage div.main-box-def div.factsheet div.factsheet2 ul {
  text-align: left;
}
.detailpage .factsheet .factsheet1 ul li, .detailpage .factsheet .factsheet2 ul li {
  display: block;
}
/*-----------------------トップコンテンツボックス-----------------------*/
.all-the-boxes ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  text-align: center;
}
.all-the-boxes ul li {
  display: inline-block;
  text-align: left;
  min-width: 300px;
  width: 23%;
  margin: .85%;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  line-height: 23px;
  vertical-align: top;
}
.all-the-boxes ul li .boxes-item .boxes-img {
  display: block;
  margin-bottom: -10px;
  overflow: hidden;
}
.all-the-boxes ul li .boxes-item img:hover {
  transform: scale(1.1);
  overflow: hidden;
}
.all-the-boxes ul li .boxes-item img {
  width: 100%;
  height: auto;
  float: left;
  transform: translateZ(0px);
  transition-duration: 0.3s;
  transition-property: transform;
  backface-visibility: hidden;
}
.readmore {
  display: inline-block;
  padding-bottom: 2px;
  transition: .3s;
  margin-bottom: 40px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  border-bottom: 2px solid #E4631E;
}
.boxes-item:hover .readmore {
  color: #E4631E;
}
.readmore_jpn {
  display: inline-block;
  padding-bottom: 2px;
  transition: .3s;
  margin-bottom: 40px;
  font-size: 14px;
  border-bottom: 2px solid #E4631E;
}
.boxes-item:hover .readmore_jpn {
  border-bottom: 2px solid rgba(29, 29, 27, 1);
}
/*-----------------------ニュース一覧ページ-----------------------*/
.news-item {
  overflow: hidden;
  background: #fff;
  display: block;
  margin: 50px auto;
}
.news-item-start {
  overflow: hidden;
  background: #fff;
  display: block;
}
.news-item-img {
  width: 50%;
  float: left;
}
.news-item-img.sp {
  display: none;
}
.news-item-img-start {
  width: 50%;
  float: left;
}
.news-item-headline {
  font-weight: 600;
  font-size: 18px !important;
}
.news-item-text-wrapper p {
  font-weight: 600;
  font-size: 14px;
}
.news-item-text-wrapper-start p {
  font-weight: 600;
  font-size: 14px;
}
.content-item-img {
  width: 100%;
  float: left;
  margin: 0 0 30px 0;
}
.content-item-img-start {
  width: 100%;
  float: left;
  margin: 0 0 30px 0;
}
.news-item-img img {
  width: 100%;
  height: auto;
  float: left;
}
.news-item-img-start img {
  width: 100%;
  height: auto;
  float: left;
}
.news-item-text-wrapper {
  width: 50%;
  float: right;
}
.news-item-text-wrapper-start {
  width: 50%;
  float: right;
}
.news-item-text-wrapper-inner {
  display: block;
  width: 60%;
  margin: 12% auto 0;
  position: relative;
}
.news-item-text-wrapper-inner-start {
  display: block;
  width: 90%;
  /*margin: 12% auto 0;*/
  margin: 8% auto 7%;
  position: relative;
}
.news-item-date {
  color: #b8b8b8;
  font-size: 14px;
  margin-bottom: 25px;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400 !important;
}
.news-item-img.watch-heigth.coverImg {
  width: 40%;
}
/*-----------------------ニュース個別ページ・モデル個別ページ-----------------------*/
.box-detail {
  max-width: 820px;
  min-width: 300px;
  margin: 0 auto;
}
.content-small {
  width: 820px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.content-small p img {
  width: 40%;
  height: auto;
}
.box-detail p img {
  width: 100%;
  height: auto;
  margin-top: 40px;
}
.box-detail p .bold {
  font-weight: 600;
}
.box-detail p.bold {
  font-weight: 600;
}
.subsite-collection {
  border-top: 1px solid #e5e5e5;
  max-width: 1600px;
  margin: 0 auto;
}
.collectionText {
  background: #fff none repeat scroll 0 0;
  margin: 0 auto 10px;
  padding: 1% 3%;
  display: block;
  text-align: left;
  width: 90%;
  font-size: 16px;
}
.noveltiesText {
  background: #fff none repeat scroll 0 0;
  margin: 0 auto;
  padding: 1% 3%;
  display: block;
  font-size: 15px;
}
.jobsText {
  background: #fff none repeat scroll 0 0;
  margin: 0 auto;
  padding: 4% 5%;
  display: block;
}
.shopbutn {
  padding: 17px 12px 15px 12px;
  border: 1px solid #fff;
  color: #fff;
  position: relative;
  overflow: hidden;
  text-align: center;
  top: 230px;
  height: 150px;
}
/*-----------------------コレクション個別ページ-----------------------*/
.collection {
  max-width: 1600px;
  margin: 0 auto;
}
.breadcrumb {
  padding: 0 0 1% 2% !important;
}
.box-detail .breadcrumb {
  padding: 0 0 1% 0 !important;
}
.breadcrumb ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #141414;
  text-align: left !important;
}
.breadcrumb ul li {
  display: inline;
  margin: 0 !important;
}
.breadcrumb ul li.current {
  color: #a2a2a2;
}
.breadcrumb ul li:first-child:before {
  content: '';
  border: none;
  margin: 0;
}
.breadcrumb ul li:before {
  content: '>';
  margin: 0 5px;
  color: #141414;
}
.breadcrumb ul li a {
  color: #141414;
  text-decoration: none;
}
.breadcrumb ul li a:hover {
  color: #E4631E !important;
}
.watch-item-wrapper h2.breadcrumb_h2 {
  color: #000;
  text-align: left;
  padding: 0 0 1% 2%;
  line-height: 22px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}
/*-----------------------コレクション個別ページ-----------------------*/
.watch-description {
  background: #fff;
}
.detailpage ul {
  text-align: center;
  margin: 3% 0;
  list-style: square;
}
.detailpage ul li img {
  width: 95%;
  height: auto;
}
.detailpage ul li {
  margin-left: 20px;
}
.watch-item-detail {
  overflow: hidden;
  background: #fff;
  display: block;
  margin: 1% 0;
}
.watch-item-img {
  width: 50%;
  float: left;
  margin: 5% 0;
}
.watch-item-img img {
  width: 100%;
}
.watch-item-text-wrapper {
  width: 50%;
  float: right;
}
.watch-item-text-wrapper-inner {
  display: block;
  width: 70%;
  margin: 10% auto;
  position: relative;
}
.watch-description h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.centerbutn {
  margin: 40px 0;
  clear: both;
}
.watch-item-img.coverImg .halfbrowserheight {
  background-repeat: no-repeat;
}
/*-----------------------コレクション一覧　モデルホバー動き-----------------------*/
.watch-item-wrapper ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  text-align: center;
}
.watch-item-wrapper ul li {
  display: inline-block;
  min-width: 350px;
  min-height: 500px;
  width: 24%;
  margin: .4%;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.watch-item-wrapper ul li h3 {
  display: block;
  width: 100%;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px;
}
.watch-item-wrapper ul li h3 .s {
  font-size: 14px;
}
.watch-item-wrapper ul li h3 .ref {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.watch-item-wrapper ul li .watch-item .watch-img-wrapper {
  top: 10px;
  left: 0;
  width: 100%;
  height: 365px;
  position: absolute;
  transition: top.45s;
  transform: translateZ(0);
  text-align: center;
}
.watch-item-wrapper ul li .watch-item .watch-img-wrapper img {
  width: 100%;
  max-width: 260px;
  height: auto;
}
.watch-item-wrapper ul li:hover .watch-item .watch-img-wrapper {
  top: -50px;
}
.watch-item-wrapper ul li .watch-item .watch-text-wrapper {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  overflow: hidden;
  transition: bottom .65s;
  transform: translateZ(0);
}
.watch-item-wrapper ul li:hover .watch-item .watch-text-wrapper {
  bottom: 30px;
}
div.fake-butn {
  position: relative;
  width: 150px;
  margin: 0 auto;
}
.sold_out {
  position: absolute;
  top: 0;
  left: 5%;
  z-index: 1;
  color: #a40000 !important;
}
/*-----------------------heritage.html-----------------------*/
.heritage section {
  margin-bottom: 30px;
}
.heritage figure {
  margin-bottom: 30px;
}
.heritage section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.heritage section ul li {
  width: 48%;
  margin: 0 1% 30px;
  float: left;
}
.heritage ul li figure {
  margin-bottom: 10px;
}
.heritage ul li figcaption {
  color: #999;
  font-size: 13px;
  line-height: 20px;
}
/*-----------------------お問い合わせページ-----------------------*/
button, input, textarea {
  border: none;
  background: #F7F7F7;
  border-bottom: 1px solid #E5E5E5;
  display: block;
  width: 100%;
  line-height: 34px;
}
select {
  border: 1px solid #cdcdcd;
  display: block;
  font-size: 12px;
  padding-left: 10px;
  text-decoration: none !important;
  background: #ffffff none repeat scroll 0 0;
  color: #444444;
  height: auto;
  line-height: 1em;
  padding: 10px;
}
.wpcf7-submit {
  padding: 10px 12px;
  color: #fff;
  position: relative;
  overflow: hidden;
  background: #000;
  width: 120px;
  font-size: 16px;
}
textarea {
  background: #f1f1f1;
  max-width: 820px;
  max-height: 320px;
}
input[type="text"]:focus {
  background-color: #fff;
}
/*-----------------------フッター-----------------------*/
footer nav {
  padding: 70px 5% 150px;
  background: #1d1d1d;
}
footer nav ul li a {
  font-size: 13px;
  line-height: 36px;
  color: #fff;
  text-decoration: none !important;
}
footer nav ul li a:hover {
  color: #E4631E;
}
footer nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: 600;
  position: relative;
}
footer nav ul .box {
  width: 25%;
  float: left;
}
footer nav ul li > ul {
  margin: 0 auto 20px;
  font-weight: normal;
}
footer nav ul li > ul li {
  margin-left: 15px;
}
footer nav ul .sp {
  display: none;
}
footer nav ul li.recruit a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #85ADBF;
  border: solid 1px #85ADBF;
  border-radius: 5px;
  padding: 5px 1% 7px;
  width: 200px;
  transition: .3s;
}
footer nav ul li.recruit a:hover {
  transition: .3s;
  color: #fff;
  background-color: #85ADBF;
}
footer nav ul .box.social {
  width: 100%;
  position: absolute;
  bottom: -90px;
  left: 0;
}
footer nav ul .box.social li {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  display: inline-block;
  width: 150px;
  margin-right: 1%;
}
footer nav ul .box.social li a {
  display: block;
  font-weight: normal;
  border: solid 1px #a2a2a2;
  font-size: 12px;
  text-align: center;
  transition: .3s;
}
footer nav ul .box.social li a:hover {
  background-color: #fff;
  border: solid 1px #fff;
  color: #222;
  transition: .3s;
}
footer nav ul .box.social li i {
  margin-right: 5px;
  font-size: 18px;
  position: relative;
  bottom: -1px;
}
footer .logo {
  width: 20%;
  position: absolute;
  top: 30%;
  right: 3%;
}
footer .logo img {
  width: 100%;
}
footer small {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  padding: 25px 0;
}
/*-----------------------スマホメニュー-----------------------*/
.open-panel {
  padding: 1.5rem;
  position: fixed;
  right: 0;
  top: -2px;
  z-index: 999;
  display: none;
  outline: 0;
}
.open-panel span {
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 1px;
  margin-bottom: 3px;
  background: #000;
  transition: .3s;
  transform: translateZ(0);
}
.home .open-panel span, .top_collection .open-panel span {
  background: #fff;
}
.home .fixed .open-panel span, .top_collection .fixed .open-panel span {
  background: #141414;
  transition: .3s;
}
.open-panel span.last {
  margin: 0;
}
.open-panel:hover {
  color: #fff;
}
.open-panel.active .mid {
  width: 0;
  opacity: 0;
}
.open-panel.active .first {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: 5px;
}
.open-panel.active .last {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-top: -12px;
}
.open-panel.active:hover .first {
  transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  margin-top: 5px;
}
.open-panel.active:hover .last {
  transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  margin-top: -12px;
}
.open-panel span.menuInfo {
  position: absolute;
  top: 0;
  padding: 4px 0 3px 10px;
  font-size: 12px;
  line-height: 36px;
  right: 49px;
  width: 76px;
  height: auto;
  margin: 0;
  color: #000;
}
.open-panel span.menuInfo.hiddenHint {
  display: none;
}
.open-panel span.menuInfo i.fa-caret-left {
  font-size: 26px;
  color: #000;
  position: absolute;
  left: -8px;
  top: 8px;
}
.open-panel span.menuInfo.hidde {
  display: none;
}
/* mobile metanav */
.meta-nav-open {
  padding: 16px;
  position: fixed;
  right: 76px;
  top: 0;
  z-index: 999;
  display: none;
  outline: 0;
  font-size: 26px;
}
#menu-metanav.menu li {
  margin-right: 20px;
}
/*-----------------------sitemap.html-----------------------*/
.sitemap_wrap ul {
  padding: 0;
}
.sitemap_wrap ul.menu li {
  list-style-type: none;
  margin: 0 auto;
  font-size: 15px;
}
.sitemap_wrap ul.menu a {
  background: #343434;
  border-bottom: 1px solid #D7D7D7;
  color: #fff;
  display: block;
  text-align: center;
  width: 50%;
  transition: .3s;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.sitemap_wrap ul.menu a:hover {
  background: #E4631E;
}
.sitemap_wrap ul.menu li.got-submenu ul.sub-menu li a {
  background: #141414;
  color: #fff;
  display: block;
  text-align: center;
  margin: 0;
  transition: .3s;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: normal;
}
.sitemap_wrap ul.menu li.got-submenu ul.sub-menu li a:hover {
  background: #E4631E;
}
/*---------------------------------------追加-------------------------------------*/
.flex {
  display: flex;
  justify-content: center;
}
/*フォント関係(多ページに及ぶもの)*/
.ttl_jpn {
  font-size: 14px;
  position: relative;
  top: -5px;
  color: #a2a2a2;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 500;
}
.h1_jpn {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 22px;
  font-weight: 600;
}
.h2_jpn {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 20px;
  font-weight: 600;
}
.h3_jpn {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 18px;
  font-weight: 600;
}
.h4_jpn {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 16px;
  font-weight: 600;
}
.sub-menu {
  /*font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";*/
}
.submenu_jpn {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 11px;
  color: #eee;
}
.collection_jpn_m {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 14px;
  position: relative;
  top: -10px;
  color: #a2a2a2;
  font-weight: 500;
}
.info-text {
  font-size: 14px;
}
.subtitle-jpn { /*各コレクションカテゴリートップページ*/
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 16px;
  font-weight: 600;
}
.collection_jpn { /*各コレクショントップページ*/
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 11px;
  margin-top: 5px;
  color: #a2a2a2;
  font-weight: normal;
}
.collection_jpn_b { /*各コレクション詳細ページ*/
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 14px;
  color: #a2a2a2;
  font-weight: 500;
  margin-top: 5px;
}
.watch-item-text-wrapper-inner p a {
  text-decoration: underline;
}
/*-----------------------ユーチューブ埋め込み-----------------------*/
.video {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*-----------------------コレクション詳細ページ video部分-----------------------*/
.video_box_collection {
  background-color: #eee;
  margin: 1% auto;
  padding: 3% 0;
}
.video_box_collection .box-detail {
  margin-bottom: 40px;
}
.video_box_collection .box-detail:last-child {
  margin-bottom: 0;
}
.video_box_collection .box-detail h4 {
  font-size: 15px;
  line-height: normal;
  font-weight: 600;
}
.video_box_collection video {
  width: 100%;
  vertical-align: bottom;
}
/*-----------------------コレクション詳細ページ Gallery部分-----------------------*/
.photo_wrap {
  background-color: #eee;
  text-align: center;
  margin: 1% auto;
  padding: 3% 0 1%;
}
.photo_wrap h1 {
  margin-bottom: 20px;
}
.photo_wrap figure {
  margin: 0 auto 40px !important;
}
/*-----------------------コレクション詳細ページ photo Gallery部分 2列-----------------------*/
.gallery_wrap ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.gallery_wrap ul li {
  width: 48%;
  margin: 0 1% 10px;
  float: left;
}
.gallery_wrap ul li img {
  width: 100% !important;
}
.gallery_wrap_3 ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.gallery_wrap_3 ul li {
  width: 31.33%;
  margin: 0 1% 10px;
  float: left;
}
.gallery_wrap_3 ul li img {
  width: 100% !important;
}
/**/
.model2_02 div {
  width: 48%;
  margin: 0 1%;
  float: left;
}
.model2_02 div img {
  vertical-align: bottom;
}
.model2_04 div {
  width: 24%;
  margin: 0 0.5%;
  float: left;
}
.model2_04 div img {
  vertical-align: bottom;
}
.model2 figure img {
  width: 48% !important;
  margin: 0 1%;
  float: left;
}
.model2 figcaption {
  text-align: center;
  font-size: 15px;
}
figure.model figcaption {
  text-align: center;
  font-size: 15px !important;
}
figure.model_s {
  width: 60%;
}
.spec_box {
  background-color: #eee;
  padding: 20px 5%;
}
.spec_box ul {
  padding: 0;
  margin: 0;
  font-size: 15px;
  text-align: left;
  list-style: square;
}
.spec_box2 figure {
  width: 35% !important;
  margin: 0 1% !important;
  float: left;
}
.spec_box2 .spec_box {
  width: 55% !important;
  margin: 0 1%;
  float: left;
  padding: 30.5px 3%;
}
/*-----------------------pp.html-----------------------*/
.pp_wrap section {
  margin-bottom: 30px
}
.pp_wrap ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: square;
}
.pp_wrap ul li {
  margin-bottom: 5px;
}
/*-----------------------contact.html-----------------------*/
.contact_wrap section {
  margin-bottom: 50px;
}
.contact_wrap form p {
  font-size: 16px;
}
.contact_wrap .required {
  background-color: #dd0000;
  padding: 3px 6px;
  color: #fff;
  font-size: 13px;
  font-style: normal;
}
/*-----------------------catalog.html-----------------------*/
.catalog_wrap .caption {
  color: #dd0000;
}
.catalog_wrap section .box {
  width: 50%;
  margin: 0 auto 50px;
  float: left;
}
.catalog_wrap section .box figure {
  margin: 0 auto 10px;
  text-align: center;
}
.catalog_wrap section .box .btn {
  text-align: center;
}
.catalog_wrap section .box figure img {
  width: 55%;
  outline: solid 1px #eee;
}
.catalog_wrap section .box:nth-child(5) figure img {
  width: 70%;
  padding: 16.5px 0;
  outline: none;
}
.catalog_wrap section .box:nth-child(6) figure img {
  width: 70%;
  outline: none;
}
.catalog_wrap .fake-butn {
  color: #fff;
  display: block;
  text-align: center;
  width: 200px;
  font-weight: 600;
  font-size: 13px;
  margin: 0 auto;
}
.catalog_wrap .fake-butn:hover .bg-anime {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .15);
}
.catalog_wrap .fake-butn.fake-butn100 {
  background: #00395d;
}
.catalog_wrap .fake-butn.fake-butn100:hover .bg-anime {
  width: 100%;
  background: rgba(255, 255, 255, .15);
}
/*news詳細ページ*/
.wp-video {
  margin: 0 auto;
  text-align: center;
}
.detailpage ol, .detailpage ul {
  padding: 0 0 0 20px;
}
.supplement {
  background: #fff none repeat scroll 0 0;
  display: block;
  margin: 1% auto;
  padding: 1% 5%;
  text-align: left;
  width: 90%;
}
.detailpage section {
  margin-bottom: 30px;
}
.detailpage .center {
  text-align: center;
}
.detailpage figure {
  margin: 10px auto;
}
.detailpage figure figcaption {
  font-size: 14px;
  text-align: center;
}
.detailpage figure.figure_box img {
  width: 48%;
  margin: 10px 1%;
  float: left;
}
.detailpage .figure_box figure {
  width: 48%;
  margin: 10px 1%;
  float: left;
}
/*-----------------------snsボタン-----------------------*/
.sns_btn ul {
  text-align: right;
}
.sns_btn ul li {
  display: inline-block;
  margin: 0 0.5%;
}
.sns_btn ul li iframe {
  width: 101px;
}
/*-----------------------belt.html-----------------------*/
.belt_wrap section {
  margin-bottom: 70px;
}
.belt_wrap .h3_jpn {
  font-size: 16px;
  margin: 0 auto 20px;
  background-color: #000;
  color: #fff;
  padding: 10px 2%;
}
.belt_wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.belt_wrap ul li {
  margin: 0 auto 30px;
}
.belt_wrap figcaption {
  font-size: 15px;
  text-align: left;
}
.belt_wrap .buckle {
  width: 100%;
  margin-bottom: 30px;
}
.belt_wrap .buckle figure {
  background-color: #fff;
  text-align: center;
  margin-bottom: 5px;
}
.belt_wrap .buckle figure img {
  width: 200px !important;
}
.belt_wrap .block {
  display: block;
}
.belt_wrap .h4_jpn {
  font-weight: 600;
  font-size: 16px;
}
.belt_wrap ul.box {
  display: flex;
  flex-wrap: wrap;
}
.belt_wrap ul.box li {
  width: 42%;
  margin: 0 1% 30px;
  background-color: #fff;
  padding: 20px 3% 30px;
}
.belt_wrap ul.box li figure img {
  margin-bottom: 20px;
}
/*-----------------------shoplist.html-----------------------*/
.shoplist_wrap section {
  margin-bottom: 70px;
}
.shoplist_wrap section section {
  margin-bottom: 30px;
}
.shoplist_wrap section section a {
  text-decoration: underline;
}
.shoplist_wrap section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.shoplist_wrap section ul li {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.shoplist_wrap section ul li div:first-child {
  width: 30%;
}
.shoplist_wrap section ul li div:nth-child(2) {
  width: 15%;
}
.shoplist_wrap section ul li div:nth-child(3) {
  width: 40%;
}
.shoplist_wrap section ul li div:nth-child(4) {
  width: 20%;
}
.shoplist_wrap h2.h2_jpn.ttl {
  text-align: center;
  margin: 10px auto 40px;
  padding: 30px 0;
  color: #00395d;
  border-top: double 5px #00395d;
  border-bottom: double 5px #00395d;
}
.shoplist_wrap .banner_online a {
  width: 500px;
  margin: 0 auto;
  display: block;
  text-decoration: none !important;
  color: #fff;
  background-color: #00395d;
  position: relative;
  transition: .3s;
}
.shoplist_wrap .banner_online a:hover {
  background-color: #141414;
  transition: .3s;
}
.shoplist_wrap .banner_online p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 40px !important;
  line-height: 40px;
  text-align: center;
  padding: 25px 0 15px;
  position: relative;
  left: 30px;
}
.shoplist_wrap .banner_online p span {
  display: block;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 600;
  font-size: 20px;
}
.shoplist_wrap .banner_online i {
  height: 50px;
  font-size: 50px !important;
  line-height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7%;
  margin: auto;
}
/*-----------------------enkaku.html-----------------------*/
.enkaku_wrap {
  position: relative;
}
.enkaku_wrap img {
  max-width: 300px;
}
.enkaku_wrap .box_center {
  width: 18%;
  height: 97.5%;
  background-image: url(../img/history/bg_year.gif);
  background-position: center;
  background-repeat: repeat-y;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.enkaku_wrap #enkaku_pc div {
  display: inline-block;
  margin-bottom: 30px;
}
.enkaku_wrap .float_box {
  width: 100%;
}
.enkaku_wrap .float_box img {
  width: 45%;
  float: left;
}
.enkaku_wrap .float_box p {
  width: 53%;
  margin: 0;
  float: right;
}
.enkaku_wrap .box_left {
  width: 40.5%;
  float: left;
  margin-right: 1%;
  position: relative;
}
.enkaku_wrap .box_left div p {
  margin: 0;
}
.enkaku_wrap .box_right {
  width: 40.5%;
  float: right;
  margin-left: 1%;
  position: relative;
}
.enkaku_wrap .box_right div p {
  margin: 0;
}
.enkaku_wrap .box_right .year {
  width: 70px;
  height: 30px;
  background-image: url(../img/history/bg_year02.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
  text-align: center;
  font-weight: 600;
  color: #0c3450;
  margin: 0;
  position: absolute;
  left: -81px;
}
.enkaku_wrap .box_left .year {
  width: 70px;
  height: 30px;
  background-image: url(../img/history/bg_year03.gif);
  background-position: right bottom;
  background-repeat: no-repeat;
  text-align: center;
  font-weight: 600;
  color: #0c3450;
  margin: 0;
  position: absolute;
  right: -82.5px;
}
.enkaku_wrap .margin_top {
  margin-top: 30px;
}
.enkaku_wrap .margin_top02 {
  margin-top: 170px;
}
.enkaku_wrap .clear {
  clear: both;
}
/*-----------------------news_archive.html-----------------------*/
#post-archive table a {
  text-decoration: underline;
}
/*news_20161011_1.html*/
.news_20161011_1 .gallery_wrap_3 ul li {
  height: 140px;
  overflow: hidden;
}
/*news_20170206.html*/
/*.news_20170206 ul li {
  width: 32%;
  margin: 5px;
  float: left;
  list-style: none;
  font-size: 13px;
  text-align: left;
}*/
/*news_20170525.html*/
/*.boxes-item_news {
  display: inline-block;
  text-align: left;
  min-width: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.boxes-img_news {
  display: block;
  overflow: hidden;
  width: 50%;
  height: auto;
  float: left;
}
.boxes-item_news img {
  width: 100%;
  height: auto;
  float: left;
}
.boxes-text-wrapper_news {
  width: 48%;
  height: auto;
  float: right;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -15px;
}*/
/*news_20190221_1.html*/
.news_20190221_1 .gallery_wrap_3 ul li.img_first {
  width: 64.66%;
}
/*news_20190510_1.html*/
.news_20190510_1 .figure_sp {
  display: none;
}
/*news_20190927_01.html*/
.news_20190927_01 .border_box {
  padding: 15px 3%;
  border: solid 1px #000;
  margin-top: 30px;
}
/*news_20211013.html*/
.news_20211013 .spec_box {
  padding: 25px 2% 20px !important;
}
.news_20211013 .spec_box ul {
  list-style: none;
}
.news_20211013 .figure_box {
  text-align: center;
}
.news_20211013 .figure_box img {
  width: 49% !important;
  margin: 0 0.5% 10px !important;
  float: left;
}
.news_20211013 .figure_box img:first-child {
  display: block;
  margin: 0 auto 10px !important;
  float: none;
}
.news_20211013 .model_s {
  width: 50%;
  margin: 0 auto 20px;
}
.news_20211013 .model_s p {
  margin: -5px 0 0 0;
}
.news_20211013 .model div {
  width: 25%;
  float: left;
}
.news_20211013 .model {
  margin: 0 auto 30px;
}
.news_20211013 .model p {
  font-size: 14px;
  margin: -5px 0 0 0;
}
/*news プロフィール*/
.profile_box {
  margin-top: 30px;
  background-color: #eee;
  padding: 20px 5%;
}
.profile_box figure {
  width: 30%;
  margin-right: 3%;
  float: left;
}
/*news_20200330.html*/
.news_20200330 dl {
  font-size: 16px;
  width: 65%;
  float: left;
}
.news_20200330 dt {
  width: 115px;
  float: left;
  font-weight: 600;
}
.news_20200330 dd {
  margin: 0 0 20px 115px;
}
.news_20200330 .box {
  margin-top: 30px;
}
.news_20200330 .box figure {
  width: 35%;
  float: right;
}
/*news_20220513.html*/
.news_20220513 section {
  margin: 40px auto;
}
.news_20220513 .detail {
  padding: 20px 5%;
  background-color: #efefef;
}
.news_20220513 .image {
  width: 70%;
}
.news_20220513 .txt.center {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}
.news_20220513 .txt.center span {
  display: block;
}
.news_20220513 .bold {
  font-size: 18px;
  margin-bottom: -5px;
}
.news_20220513 .model2_04 h2 {
  text-align: center;
  font-size: 22px;
}
.news_20220513 .btn a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  background-color: #a40000;
  border-radius: 5px;
  padding: 10px 5%;
  width: 200px;
  margin: 0 auto;
}
/**/
.news_20220930 .h1_jpn {
  margin-bottom: 20px;
}
.news_20220930 .center span {
  display: block;
}
/*news_20221111.html*/
.news_20221111 .txt.center {
  margin-top: 30px;
}
.news_20221111 .detail {
  margin-top: 0;
}
/*-----------------------ロルフザックス詳細部分-----------------------*/
.rolf .rolf_box {
  overflow: hidden;
  background: #fff;
  display: block;
  margin: 1% 0;
  padding: 5% 5% 5% 10%;
}
.rolf .rolf-item-img {
  width: 45%;
  height: 700px;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
}
.rolf .rolf-item-text-wrapper {
  width: 55%;
  float: right;
}
.rolf .rolf-item-text-wrapper-inner {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.rolf .rolf_copy_box {
  position: relative;
}
.rolf .rolf_copy {
  position: absolute;
  left: 5%;
  bottom: 0;
  color: #fff;
  font-size: 14px;
}
/*-----------------------ultraseven_limited.html-----------------------*/
.ultra .watch-item-detail {
  background-image: url(../img/collections/ultraseven_bg.jpg);
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat
}
.ultra .splitcontent h2 {
  text-align: center;
  margin: 20px auto;
}
.ultra .splitcontent h2 .date {
  font-size: 16px;
  font-style: normal;
  margin: 0 0 0 5%;
}
.ultra .splitcontent .shop {
  margin: 0 auto;
  padding: 3% 0;
  border-bottom: solid 1px #eee;
}
.ultra .splitcontent .shop:last-child {
  border-bottom: none;
}
.ultra .splitcontent .shop span {
  margin: 0 3% 0 0;
  display: block;
  float: left;
}
.ultra .splitcontent .shop .fake-butn {
  margin: -15px 0 0;
  float: right;
}
.ultra .ultra_box {
  overflow: hidden;
  background: #fff;
  display: block;
  margin: 1% 0;
  padding: 0;
}
.ultra .ultra-item-img {
  width: 40%;
  height: 550px;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  float: right;
}
.ultra .ultra-item-text-wrapper {
  width: 60%;
  float: left;
}
.ultra .ultra-item-text-wrapper-inner {
  display: block;
  padding: 20% 10%;
  margin: 0 auto;
}
.ultra .splitcontent .sold_out {
  width: 100px;
  height: auto;
  background-color: #555;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  top: -15px;
}
/*-----------------------PC-7チーム エアロマスター クロノグラフ詳細ページ-----------------------*/
.pc7team .splitcontent .border_box {
  border: solid 1px #000;
  padding: 10px 2%;
}
.pc7team .splitcontent figure {
  margin: 15px auto;
}
.pc7team .video_box_collection .wrap {
  max-width: 820px;
  min-width: 300px;
  margin: 0 auto;
}
.pc7team .video_box_collection .box-detail {
  width: 48%;
  margin: 5px 1%;
  float: left;
}
/*-----------------------画像付き詳細　フリーガーシリーズ、マリンマスターシリーズ-----------------------*/
.splitcontent.detail .box {
  margin: 30px auto;
}
.splitcontent.detail figure {
  width: 25%;
  float: left;
}
.splitcontent.detail .box .txt {
  width: 72%;
  float: right;
}
.splitcontent.detail h4 {
  line-height: normal;
  font-weight: 600;
  margin: 20px 0 0 0;
}
.splitcontent.detail figure.border img {
  border: solid 1px #ccc;
}
/*-----------------------amadee20詳細ページ-----------------------*/
.splitcontent.amadee20 .box {
  margin: 30px auto;
}
.splitcontent.amadee20 figure {
  width: 25%;
  float: left;
}
.splitcontent.amadee20 .box .txt {
  width: 72%;
  float: right;
}
.splitcontent.amadee20 h4 {
  line-height: normal;
  font-weight: 600;
  margin: 20px 0 0 0;
}
.splitcontent.amadee20 h4.margin-bottom {
  margin-bottom: 10px;
}
.splitcontent.amadee20 figure.border img {
  border: solid 1px #ccc;
}
.splitcontent.amadee20 figure.strap {
  float: right;
  position: relative;
  margin-top: 0;
}
.splitcontent.amadee20 figure.strap figcation {
  font-size: 13px;
  display: block;
  width: 250px;
  position: absolute;
  bottom: 15px;
  right: 80%;
}
.splitcontent.amadee20 .box02 {
  margin-bottom: 40px;
}
.splitcontent.amadee20 .box02 .dl_box {
  width: 55%;
  margin: 10px 0;
  float: left;
}
.splitcontent.amadee20 .box02 .dl_box dl {
  font-size: 15px;
  padding: 0;
}
.splitcontent.amadee20 .box02 .dl_box dl dt {
  width: 140px;
  display: inline-block;
}
.splitcontent.amadee20 .box02 .dl_box dl dd {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.splitcontent.amadee20 .box02 p.left {
  width: 55%;
  float: left;
}
.splitcontent.amadee20 .box02 figure.right {
  width: 40%;
  float: right;
}
.splitcontent.amadee20 .box02 p.right {
  width: 50%;
  float: right;
}
.splitcontent.amadee20 .box02 figure.left {
  width: 45%;
  float: left;
}
.splitcontent.amadee20 .box03 {
  background-color: #eee;
  padding: 20px 5%;
  margin-bottom: 50px;
}
.splitcontent.amadee20 .box03 .left {
  width: 25%;
  float: left;
  margin-top: 20px;
}
.splitcontent.amadee20 .box03 .left figure {
  width: 100%;
  margin: 0;
}
.splitcontent.amadee20 .box03 .right {
  width: 70%;
  float: right;
}
.splitcontent.amadee20 .box03 .right .inner {
  width: 45%;
  margin: 0 2.5%;
  float: left;
}
.splitcontent.amadee20 .box03 .right p {
  font-size: 13px;
  line-height: 24px;
  font-weight: 600;
}
.splitcontent.amadee20 .box03 .dl_box dl {
  font-size: 12px;
  line-height: 20px;
  padding: 0;
  margin: 0 auto 20px;
}
.splitcontent.amadee20 .box03 .dl_box dl dt {
  width: 45px;
  display: inline-block;
  vertical-align: middle;
}
.splitcontent.amadee20 .box03 .dl_box dl dt img {
  width: 100%;
  margin: 0;
}
.splitcontent.amadee20 .box03 .dl_box dl dd {
  margin: 0 0 0 10px;
  width: 70%;
  display: inline-block;
  vertical-align: middle;
}
.splitcontent.amadee20 .box03 .inner02 p {
  margin: 33px 0;
  text-align: center;
}
.splitcontent.amadee20 .btn_video a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  background-color: #111f72;
  border-radius: 5px;
  padding: 10px 5%;
}
/*-----------------------STRATOLINER S-41詳細ページ-----------------------*/
.splitcontent.s-41 .box {
  margin: 30px auto;
}
.splitcontent.s-41 .box figure {
  width: 25%;
  float: left;
}
.splitcontent.s-41 .box figure img {
  width: 100% !important;
}
.splitcontent.s-41 .box .txt {
  width: 72%;
  float: right;
}
.splitcontent.s-41 h4 {
  line-height: normal;
  font-weight: 600;
  margin: 20px 0 0 0;
}
.splitcontent.s-41 .box02 {
  margin: 20px auto;
}
.splitcontent.s-41 .box02 .figure_box {
  margin-bottom: 30px;
}
.splitcontent.s-41 .box02 .figure_box img {
  width: 40%;
  margin: 0 5%;
  float: left;
}
.splitcontent.s-41 .box03 {
  margin: 20px auto 30px;
}
.splitcontent.s-41 .box03 figure {
  width: 35%;
  float: left;
}
.splitcontent.s-41 .box03 .txt {
  width: 61%;
  float: right;
}
.splitcontent.s-41 .box03 .txt ul {
  padding: 0 !important;
  list-style: disc;
  text-align: left;
}
.splitcontent.s-41 .box04 figure {
  width: 100% !important;
}
.splitcontent.s-41 .box04 .caption {
  display: none;
}
/*-----------------------flieger_f-43_triple_gmt_pc-7_team_edition.html　詳細ページ-----------------------*/
.splitcontent.flieger_f-43_triple_gmt_pc-7_team_edition .btn_video a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  background-color: #b0110d;
  border-radius: 5px;
  padding: 10px 5%;
}
/*index.html news.html PCとSPでメイン画像変更*/
.news_img_pc {
  display: block;
}
.news_img_sp {
  display: none;
}
/* #4 responsive  -------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1480px) {
  .logo-small {
    left: 0;
  }
  header #menu-main, header #menu-main-en {
    left: 55px;
  }
  .all-the-boxes ul li {
    width: 33%;
  }
  #map_sidebar_td div#map_sidebar {
    width: 30% !important;
  }
  .subsite-collection {
    text-align: center;
  }
}
@media only screen and (max-width: 1400px) {
  .news-item {
    float: left;
    margin: 1%;
    width: 48%;
    height: 900px;
  }
  .news-item-img {
    width: 100%;
  }
  .news-item-text-wrapper {
    width: auto;
    float: none;
  }
  .news-item-img {
    margin: 0 0 30px 0
  }
  .news-item-text-wrapper-inner {
    width: 80%;
  }
  .news-item-text-wrapper-start {
    width: auto;
    float: none;
  }
  .news-item-text-wrapper-inner-start {
    width: 80%;
  }
  /*-----------------------トップコレクション-----------------------*/
  .collection_wrap ul {
    display: block;
  }
  .collection_wrap ul li {
    width: auto;
    margin: 0 auto 20px !important;
    padding: 0 5% 30px;
  }
  .collection_wrap ul li.other {
    display: block;
  }
  .collection_wrap ul li figure {
    max-width: 70%;
    min-width: 250px;
    margin: 0 auto 10px;
  }
  .collection_wrap ul li figure img {
    margin: 0;
  }
  .collection_wrap ul li h4 {
    font-size: 18px;
    position: static;
  }
  .collection_wrap ul li .readmore_jpn {
    position: static;
  }
}
@media only screen and (max-width: 1200px) {
  #map_sidebar_td div#map_sidebar {
    width: 40% !important;
  }
}
@media only screen and (max-width: 1075px) {
  #menu-metanav.menu li {
    margin-right: 0;
  }
  .logo-small {
    z-index: 999;
    left: 0;
  }
  #header.fixed {
    height: 60px;
  }
  .mobileWrapper {
    position: fixed;
    top: 60px;
    bottom: 0;
    width: 300px;
    right: -1050px;
    background: #f7f7f7;
    transition: .3s;
    z-index: 998;
    width: 100%;
  }
  header #menu-main, header #menu-main-en {
    top: 0;
  }
  #menu-metanav.menu {
    margin: 0;
  }
  .meta-navWrapper {
    position: fixed;
    top: 60px;
    bottom: 0;
    width: 300px;
    right: -1050px;
    background: #d1d1d1;
    transition: .3s;
    z-index: 998;
    width: 70%;
  }
  .home .meta-navWrapper .fas.fa-cog, .top_collection .meta-navWrapper .fas.fa-cog {
    color: #fff;
  }
  .home .fixed .meta-navWrapper .fas.fa-cog, .top_collection .fixed .meta-navWrapper .fas.fa-cog {
    color: #141414;
    transition: .3s;
  }
  header #menu-main, header #menu-main-en {
    left: 0;
  }
  .fortis-club ul {
    margin-left: 0;
  }
  .mobileWrapper.active {
    right: 0;
  }
  .meta-navWrapper.active {
    right: 0;
    top: 60px;
  }
  .logo-small {
    top: 0;
    left: 0;
  }
  .meta-nav-open.active {
    background: #d2d2d2;
    transition: all 0.75s ease 0s;
    z-index: 997;
  }
  header #menu-main, header #menu-main-en {
    width: 100%;
    float: none;
  }
  header #menu-main li a, header #menu-main-en li a {
    position: static;
  }
  header #menu-main li ._en {
    margin-bottom: -10px;
  }
  .main-menu .menu li, .meta-nav .menu li, #menu-metanav {
    float: none;
  }
  .meta-nav, .lang-box {
    float: none;
    text-align: center;
  }
  .meta-nav a {
    position: static;
  }
  #menu-metanav.menu li.social-channel {
    float: left;
    width: 33.33%;
  }
  #menu-main.menu li.shop, #menu-main-en.menu li.shop, #menu-main.menu li.storefinder, #menu-main-en.menu li.storefinder {
    padding-top: 49px;
  }
  #menu-main.menu li a, #menu-main-en.menu li a, #menu-metanav.menu li a, #menu-metanav-englisch.menu li a {
    color: #000;
    display: block;
    margin: 0;
    border-bottom: 1px solid #d7d7d7;
    font-size: 15px;
    overflow: hidden;
    padding: 10px;
  }
  header #menu-main li:hover a, header #menu-main .current-menu-item a, #menu-metanav li:hover a, #menu-metanav li:hover a .current-menu-item a, header #menu-main-en li:hover a, header #menu-main-en .current-menu-item a, #menu-metanav-englisch li:hover a, #menu-metanav-englisch li:hover a .current-menu-item a {
    background: #343434;
    color: #fff;
  }
  header #menu-main li li a, header #menu-main-en li li a {
    background: #f7f7f7;
  }
  #menu-main.menu li.got-submenu ul.sub-menu.submenu-active li a, #menu-main-en.menu li.got-submenu ul.sub-menu.submenu-active li a {
    border-bottom: 1px solid #2d2d2e;
    background: #141414;
    color: #fff;
  }
  #menu-main.menu li.got-submenu ul.sub-menu, #menu-main-en.menu li.got-submenu ul.sub-menu {
    right: -1050px;
    transition: all 0.45s ease 0s;
    height: 89%;
    background: #141414;
    border-bottom: 1px solid #2d2d2e;
  }
  #menu-main.menu li.got-submenu ul.sub-menu.submenu-active, #menu-main-en.menu li.got-submenu ul.sub-menu.submenu-active {
    display: block;
    right: 0;
    width: 70%;
    top: 48px;
    box-shadow: -1px 2px 3px 0px rgba(0, 0, 0, 0.75);
    height: 89%;
    z-index: 999;
    background: #141414;
  }
  #menu-main.menu li a .submenu-active, #menu-main-en.menu li a .submenu-active {
    color: #fff;
    height: 100%;
    background: #141414;
  }
  #menu-main.menu li ul.sub-menu, #menu-main-en.menu li ul.sub-menu {
    display: block;
    width: 100%;
  }
  #menu-main.menu li.got-submenu ul.sub-menu, #menu-main-en.menu li.got-submenu ul.sub-menu {
    top: 48px;
  }
  #menu-metanav.menu li.social-channel a, #menu-metanav-englisch.menu li.social-channel a {
    font-size: 20px;
  }
  #menu-main.menu li.got-submenu ul.sub-menu.submenu-active li a:hover, #menu-main-en.menu li.got-submenu ul.sub-menu.submenu-active li a:hover {
    background: #343434;
  }
  #menu-main.menu li.got-submenu ul.sub-menu.submenu-active li.archive a {
    background: #444;
  }
  #menu-main.menu li.got-submenu ul.sub-menu.submenu-active li.archive:hover a {
    background: #555;
  }
  .meta-navWrapper {
    box-shadow: -1px 2px 3px 0px rgba(0, 0, 0, 0.75);
  }
  .open-panel {
    display: block;
  }
  .meta-nav-open {
    display: block;
    top: 0;
  }
  /*side nav*/
  .side-nav {
    width: 50px;
    height: 150px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .side-nav ul li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
  /*---------------------------------------追加-------------------------------------*/
  /*-----------------------ヘッダー-----------------------*/
  #header {
    position: fixed;
    top: 0;
    left: 0;
    transition: top .45s, background .45s;
    background: rgba(255, 255, 255, 0);
    padding: 0;
    border: none;
    height: 60px;
  }
  .logo_top {
    width: 300px;
    margin: 100px auto 40px auto;
  }
  .logo-small {
    position: absolute;
    top: -50px;
  }
  .fixed .logo-small {
    top: 20px;
  }
  .submenu_jpn {
    color: #999;
  }
}
@media only screen and (max-width: 1040px) {
  .watch-item-img.watch-heigth.coverImg {
    background-size: cover;
    background-repeat: no-repeat;
  }
  .factsheet1, .factsheet2 {
    float: none;
    width: 80%;
    min-height: 320px;
    padding: 1% 0;
    margin: 0;
  }
  .factsheet2 {
    margin-top: 1%;
  }
}
@media only screen and (max-width: 1050px) {
  .watch-item-text-wrapper-inner {
    margin: 10% auto;
    width: 80%;
  }
  /*-----------------------sitemap.html-----------------------*/
  .sitemap_wrap ul.menu a {
    width: 100%;
  }
  /*-----------------------フッター-----------------------*/
  footer nav {
    padding: 0;
    background: #1d1d1d;
  }
  footer nav ul li a {
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    display: block;
  }
  footer nav ul li a:hover {
    color: #fff;
  }
  footer nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 600;
    position: relative;
  }
  footer nav ul .box {
    width: 100%;
    float: none;
  }
  footer nav ul .menu a {
    font-size: 14px;
    padding: 10px 5%;
    border-bottom: solid 1px #333;
  }
  footer nav ul li > ul {
    margin: 0;
    font-weight: normal;
    padding: 10px 0;
    border-bottom: solid 1px #333;
    display: none;
  }
  footer nav ul li.s {
    padding: 10px 5%;
    border-bottom: solid 1px #333;
  }
  footer nav ul li > ul li {
    margin: 0;
    width: 90%;
    padding: 5px 5%;
  }
  footer nav ul .toggle a {
    pointer-events: none;
  }
  footer nav ul .sp {
    display: block;
  }
  footer nav ul li.recruit a {
    width: 88%;
    margin: 20px auto;
  }
  footer nav ul .menu a {
    position: relative;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  footer nav ul .menu a:after {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 40%;
    right: 5%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  footer nav ul .menu.active a:after {
    position: absolute;
    top: 45%;
    right: 5%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  footer nav ul .box.social {
    width: 100%;
    position: static;
    text-align: center;
    margin-top: 20px;
  }
  footer nav ul .box.social li {
    width: 90%;
    display: block;
    margin: 10px auto;
  }
  footer nav ul .box.social li a {
    display: block;
    font-weight: normal;
    border: solid 1px #a2a2a2;
    font-size: 12px;
    text-align: center;
    padding: 3px 0;
  }
  footer nav ul .box.social li i {
    margin-right: 10px;
    font-size: 18px;
    position: relative;
    bottom: -1px;
  }
  footer .logo {
    width: 100%;
    position: static;
    padding: 5% 0;
    text-align: center;
  }
  footer .logo img {
    width: 20%;
  }
  footer small {
    font-size: 12px;
    line-height: 22px;
  }
  /**/
  .watch-item-text-wrapper {
    width: 80%;
    float: none;
  }
  .watch-item-text-wrapper-inner {
    margin: 10% auto 5%;
  }
  a .watch-item-img {
    float: none;
    margin: 0 auto;
  }
  .watch-item-img.coverImg .halfbrowserheight {
    background-size: cover;
  }
  /*---------------------------------------追加-------------------------------------*/
  /* items overview */
  .watch-item-wrapper ul li {
    min-width: 300px;
  }
  /*-----------------------コレクション詳細ページ video部分-----------------------*/
  .video_box_collection {
    padding: 0;
  }
  .video_box_collection .box-detail {
    margin-bottom: 25px;
  }
  .video_box_collection .box-detail h4 {
    font-size: 14px;
    text-align: center;
  }
  /*-----------------------コレクション詳細ページ photo Gallery部分-----------------------*/
  .photo_wrap {
    background-color: #eee;
    text-align: center;
    margin: 1% auto;
    padding: 4% 0 1%;
  }
  .photo_wrap .box-detail img {
    width: 90%;
  }
  /*-----------------------belt.html-----------------------*/
  .belt_wrap section {
    margin-bottom: 50px;
  }
  .belt_wrap .h3_jpn {
    margin: 0 auto 20px;
    background-color: #000;
    color: #fff;
    padding: 10px;
  }
  .belt_wrap figcaption {
    font-size: 15px;
    text-align: left;
  }
  .belt_wrap .block {
    display: inline;
  }
  .belt_wrap .h4_jpn {
    font-size: 15px;
  }
  .belt_wrap ul.box {
    display: block
  }
  .belt_wrap ul.box li {
    width: auto;
    margin: 0 auto 20px;
    background-color: #fff;
    padding: 20px 5% 30px;
  }
  /*-----------------------shoplist.html-----------------------*/
  .shoplist_wrap section ul li {
    display: block;
  }
  .shoplist_wrap section ul li div {
    margin-bottom: 10px;
    padding: 0 5%;
  }
  .shoplist_wrap section ul li div:last-child {
    margin-bottom: 0;
  }
  .shoplist_wrap section ul li div:first-child {
    width: auto;
    font-weight: 600;
  }
  .shoplist_wrap section ul li div:nth-child(2) {
    width: auto;
  }
  .shoplist_wrap section ul li div:nth-child(3) {
    width: auto;
  }
  .shoplist_wrap section ul li div:nth-child(4) {
    width: auto;
  }
  .shoplist_wrap .banner_online a {
    width: 100%;
    max-width: 300px;
  }
  .shoplist_wrap .banner_online p {
    font-size: 30px !important;
    line-height: 30px;
    padding: 20px 0 15px;
    left: 25px;
  }
  .shoplist_wrap .banner_online p span {
    font-size: 16px;
  }
  .shoplist_wrap .banner_online i {
    height: 30px;
    font-size: 30px !important;
    line-height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5%;
    margin: auto;
  }
  /*-----------------------ロルフザックス詳細部分-----------------------*/
  .rolf .rolf_box {
    overflow: hidden;
    background: #fff;
    display: block;
    margin: 1% 0;
    padding: 0 0 1% 0;
  }
  .rolf .rolf-item-img {
    width: 100%;
    height: 700px;
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
    float: none;
    margin: 0 auto 40px;
  }
  .rolf .rolf-item-text-wrapper {
    width: 100%;
    float: none;
  }
  .rolf .rolf-item-text-wrapper-inner {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  /*-----------------------ultraseven_limited.html-----------------------*/
  .ultra .watch-item-detail {
    background-image: url(../img/archive/ultraseven_bg.jpg);
    background-position: right 110%;
    background-size: 768px;
    background-repeat: no-repeat;
  }
  .ultra .splitcontent h2 {
    margin: 20px auto;
    font-size: 18px;
  }
  .ultra .splitcontent h2 .date {
    font-size: 14px;
    font-style: normal;
    margin: 0 0 0 3%;
  }
  .ultra .splitcontent .shop {
    display: block;
    margin: 0 auto;
    padding: 3% 0;
    border-bottom: solid 1px #eee;
    position: relative;
  }
  .ultra .splitcontent .shop:last-child {
    border-bottom: none;
  }
  .ultra .splitcontent .shop span {
    margin: 0 3% 0 0;
    display: block;
    float: none;
  }
  .ultra .splitcontent .shop .fake-butn {
    margin: 20px auto;
    float: none;
  }
  .ultra .ultra_box {
    overflow: hidden;
    background: #fff;
    display: block;
    margin: 1% 0;
    padding: 0;
  }
  .ultra .ultra-item-img {
    width: 50%;
    height: 550px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    float: right;
  }
  .ultra .ultra-item-text-wrapper {
    width: 50%;
    float: left;
  }
  .ultra .ultra-item-text-wrapper-inner {
    display: block;
    padding: 30% 10%;
    margin: 0 auto;
  }
  .ultra .splitcontent .sold_out {
    width: 100px;
    height: auto;
    background-color: #555;
    text-align: center;
    color: #fff;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    top: 10px;
    right: 0;
  }
  /*-----------------------amadee20詳細ページ-----------------------*/
  .splitcontent.amadee20 figure.strap {
    float: right;
    position: relative;
    margin-top: 0;
  }
  .splitcontent.amadee20 figure.strap figcation {
    font-size: 13px;
    display: block;
    width: 250px;
    position: absolute;
    bottom: 15px;
    right: 80%;
  }
  .splitcontent.amadee20 .box02 {
    margin-bottom: 40px;
  }
  .splitcontent.amadee20 .box02 .dl_box {
    width: 100%;
    margin: 10px 0;
    float: none;
  }
  .splitcontent.amadee20 .box02 .dl_box dl {
    font-size: 15px;
    padding: 0;
  }
  .splitcontent.amadee20 .box02 .dl_box dl dt {
    width: 100%;
    display: block;
  }
  .splitcontent.amadee20 .box02 .dl_box dl dd {
    margin: 0;
    display: block;
  }
  .splitcontent.amadee20 .box02 p.left {
    width: 100%;
    float: none;
  }
  .splitcontent.amadee20 .box02 figure.right {
    width: 40%;
    float: right;
  }
  .splitcontent.amadee20 .box02 p.right {
    width: 50%;
    float: right;
  }
  .splitcontent.amadee20 .box02 figure.left {
    width: 45%;
    float: left;
  }
  .splitcontent.amadee20 .box03 {
    background-color: #eee;
    padding: 20px 5% 10px;
    margin-bottom: 50px;
  }
  .splitcontent.amadee20 .box03 .left {
    width: 25%;
    float: left;
    margin-top: 20px;
  }
  .splitcontent.amadee20 .box03 .left figure {
    width: 100%;
    margin: 0;
  }
  .splitcontent.amadee20 .box03 .right {
    width: 70%;
    float: right;
  }
  .splitcontent.amadee20 .box03 .right .inner {
    width: 100%;
    margin: 0 auto 30px;
    float: none;
  }
  .splitcontent.amadee20 .box03 .inner02 p {
    margin: auto;
    text-align: center;
  }
  /*モデル詳細ページ*/
  .watch-item-img {
    width: 100%;
  }
  .spec_box2 figure {
    width: 100% !important;
    margin: 0 auto !important;
    float: none;
  }
  .spec_box2 .spec_box {
    width: 90% !important;
    margin: 0 auto;
    float: none;
    padding: 20px 5%;
  }
}
@media only screen and (max-width: 970px) {
  .all-the-boxes ul li {
    max-width: 900px;
    width: 100%;
  }
  .all-the-boxes ul li .boxes-item .boxes-img {
    display: inline-block;
    float: left;
    height: auto;
    margin: 0 5% 0 0;
    min-width: 100px;
    width: 30%;
  }
  .boxes-text-wrapper {
    float: left;
    position: relative;
    width: 59%;
  }
  .footer-box-right img {
    margin: 30px 0 20px 0;
  }
  #post-22 ul li {
    float: none;
    border: none;
    width: 100%;
    text-align: center;
  }
  input#addressInput {
    width: 80%;
  }
}
@media only screen and (max-width: 890px) {
  /*-----------------------heritage.html-----------------------*/
  .heritage section ul li {
    float: none;
    width: 100%;
  }
  /**/
  .mobileWrapper {
    right: -890px;
  }
  .news-item {
    margin: 1%;
    height: auto;
  }
  #map_canvas {
    min-height: 350px;
  }
  #map_sidebar_td div#map_sidebar {
    position: relative;
    width: 100% !important;
    top: 20px;
    box-shadow: none;
  }
  .results_row_right_column {
    color: #000;
  }
  .results_row_right_column:hover {
    color: #fff;
  }
}
@media only screen and (max-width: 875px) {
  a:hover .submenu_jpn, .current-menu-item a .submenu_jpn {
    color: #fff !important;
  }
  /*-----------------------トップページ　コレクショントップページ-----------------------*/
  .top {
    width: 100%;
    height: 100vh;
    min-height: 500px;
    margin-bottom: 30px;
  }
  .top .logo_top {
    width: 200px;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
  }
  .top h2 {
    font-size: 28px;
    line-height: 30px;
    position: absolute;
    left: 5%;
    bottom: 80px;
  }
  .top h2 .sub {
    font-size: 12px;
  }
  /*-----------------------コレクショントップページ-----------------------*/
  .top.second {
    width: 100%;
    height: 70vh;
    min-height: 400px;
  }
  .top_collection .breadcrumb_h2 {
    margin-top: 30px;
  }
  .top_collection .subtitle-jpn {
    font-size: 18px;
  }
  .watch-item-text-wrapper-inner {
    margin: 10% auto 5%;
  }
  /*---------------------------------------追加-------------------------------------*/
  /*-----------------------enkaku.html-----------------------*/
  .enkaku_wrap {
    font-size: 14px;
    line-height: 24px;
    position: relative;
  }
  .enkaku_wrap .box_center {
    width: 10px;
    height: 99%;
    background-image: url(../img/history/bg_year.gif);
    background-position: center;
    background-repeat: repeat-y;
    position: absolute;
    left: 0;
    right: auto;
    margin: 0 auto;
  }
  .enkaku_wrap #enkaku_pc div {
    display: inline-block;
    margin-bottom: 20px;
  }
  .enkaku_wrap .float_box {
    width: 100%;
  }
  .enkaku_wrap .float_box img {
    width: 45%;
    float: left;
  }
  .enkaku_wrap .float_box p {
    width: 53%;
    margin: 0;
    float: right;
  }
  .enkaku_wrap .box_left {
    width: 95%;
    float: none;
    margin-right: 0;
    margin-left: 15px;
    position: relative;
  }
  .enkaku_wrap .box_left div p {
    margin: 0;
  }
  .enkaku_wrap .box_right {
    width: 95%;
    float: none;
    margin-left: 15px;
    position: relative;
  }
  .enkaku_wrap .box_right div p {
    margin: 0;
  }
  .enkaku_wrap .box_right .year {
    width: 70px;
    height: 30px;
    background-image: url(../img/history/bg_year02.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
    text-align: center;
    font-weight: 600;
    color: #0c3450;
    margin: 0 0 10px;
    position: relative;
    left: -13px;
  }
  .enkaku_wrap .box_left .year {
    width: 70px;
    height: 30px;
    background-image: url(../img/history/bg_year02.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
    text-align: center;
    font-weight: 600;
    color: #0c3450;
    margin: 0 0 10px;
    position: relative;
    left: -13px;
  }
  .enkaku_wrap .margin_top {
    margin-top: 0;
  }
  .enkaku_wrap .margin_top02 {
    margin-top: 0;
  }
  .enkaku_wrap .clear {
    clear: both;
  }
  /*news_20170206.html*/
  .news_20170206 ul li {
    width: 31.7%;
    margin: 5px;
    float: left;
    list-style: none;
    font-size: 12px;
    text-align: left;
    line-height: 20px;
  }
  /*news_20200330.html*/
  .news_20200330 dl {
    font-size: 16px;
    width: 100%;
    float: none;
  }
  .news_20200330 dt {
    width: 115px;
    float: left;
    font-weight: 600;
  }
  .news_20200330 dd {
    margin: 0 0 20px 115px;
  }
  .news_20200330 .box {
    margin-top: 30px;
  }
  .news_20200330 .box figure {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 800px) {
  .news-item {
    float: none;
    width: 100%;
  }
  .news-item {
    margin: 4% 1%;
  }
  .news-heigth {
    max-height: 300px;
  }
  /**/
  .news-item-img.pc {
    display: none;
  }
  .news-item-img.sp {
    display: block;
  }
  /**/
  select#bl_country {
    width: 70%;
  }
  .butn, .collbutn {
    display: block;
    width: 240px;
    margin: 10px 10px;
  }
}
@media only screen and (max-width: 680px) {
  /*-----------------------トップ　ニュース-----------------------*/
  .news_top_wrap {
    margin: 10px auto 0 !important;
  }
  .news_top_wrap > h3 {
    font-size: 24px;
  }
  /*-----------------------トップ　コレクション-----------------------*/
  .home .collection_wrap {
    margin: 10px auto !important;
  }
  .collection_wrap > h3 {
    font-size: 24px;
  }
  .collection_wrap ul li {
    padding: 0 5% 20px;
    text-align: center;
  }
  /* items overview */
  .watch-item-wrapper ul li {
    min-width: 100%;
  }
  /*-----------------------コロナ-----------------------*/
  .contact_wrap .info {
    border: solid 2px #000;
    padding: 20px 5%;
    background-color: #efefef;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .shoplist_wrap .info {
    border: solid 2px #000;
    padding: 20px 5%;
    background-color: #efefef;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: left;
  }
  .shoplist_wrap .info span {
    display: inline;
  }
  /**/
  .boxes-img {
    width: 35%;
  }
  h2, .subheadline, .subtitle-cosmonautis, .subtitle-aviatis, .subtitle-terrestis, .subtitle-aquatis, .subtitle-special {
    font-size: 20px;
  }
  .boxes-text-wrapper {
    margin-top: 0;
  }
  .boxes-item p {
    font-size: 15px;
  }
  .logo_top {
    width: 200px;
  }
  .top.second .logo_top {
    width: 200px;
  }
  .slider-box-def {
    padding: 0 0 2% 0;
  }
  /*---------------------------------------追加-------------------------------------*/
  .all-the-boxes h4 {
    font-size: 16px;
    line-height: 20px;
    margin: 0 auto 18px;
  }
  .collection_jpn_b { /*各コレクション詳細ページ*/
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
  }
  .block_sp {
    display: block;
  }
  /*-----------------------catalog.html-----------------------*/
  .catalog_wrap section .box {
    width: 100%;
    margin: 0 auto 50px;
    float: none;
  }
  .catalog_wrap section .box h2 {
    margin-bottom: -5px;
  }
  .catalog_wrap section .box figure {
    margin: 0 auto 5px;
    text-align: center;
  }
  .catalog_wrap section .box .btn {
    text-align: center;
  }
  .catalog_wrap section .box figure img {
    width: 70%;
  }
  .catalog_wrap section .box:nth-child(5) figure img {
    padding: 0;
  }
  .catalog_wrap .fake-butn {
    color: #fff;
    display: block;
    text-align: center;
    width: 200px;
    font-weight: 600;
    font-size: 13px;
    margin: 0 auto;
  }
  .catalog_wrap .fake-butn:hover .bg-anime {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .15);
  }
  .catalog_wrap .fake-butn.fake-butn100 {
    background: #00395d;
  }
  .catalog_wrap .fake-butn.fake-butn100:hover .bg-anime {
    width: 100%;
    background: rgba(255, 255, 255, .15);
  }
  /*-----------------------コレクション詳細ページ photo Gallery部分-----------------------*/
  .photo_wrap {
    background-color: #eee;
    text-align: center;
    margin: 1% auto;
    padding: 5% 0 2%;
  }
  .photo_wrap figure {
    margin: 0 auto 20px !important;
  }
  .photo_wrap .box-detail img {
    width: 90%;
  }
  .photo_wrap h1 {
    font-size: 22px;
    line-height: 26px;
  }
  /*-----------------------コレクション詳細ページ photo Gallery部分 2列-----------------------*/
  .gallery_wrap ul li {
    width: auto;
    margin: 0 auto 10px;
    float: none;
  }
  .gallery_wrap_3 ul li {
    width: auto;
    margin: 0 auto 10px;
    float: none;
  }
  /**/
  .model2_02 div {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  .model2_04 div {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  .model2 figure img {
    width: 48% !important;
    margin: 0 1%;
    float: left;
  }
  figure.model_s {
    width: 100%;
  }
  .spec_box2 figure {
    width: 100% !important;
    margin: 0 auto;
    float: none;
  }
  .spec_box2 .spec_box {
    width: 90% !important;
    margin: 0 auto;
    float: none;
    padding: 20px 5%;
  }
  /*news詳細ページ*/
  .detailpage figure.figure_box img {
    width: 100%;
    margin: 5px auto;
    float: none;
  }
  .detailpage .figure_box figure {
    width: 100%;
    margin: 5px auto;
    float: none;
  }
  /*news_20161011_1.html*/
  .news_20161011_1 .gallery_wrap_3 ul li {
    width: 31.33%;
    margin: 0 1% 10px;
    float: left;
    height: 50px;
  }
  /*news_20190221_1.html*/
  .news_20190221_1 .gallery_wrap_3 ul li.img_first {
    width: 100%;
  }
  /*news_20190510_1.html*/
  .news_20190510_1 .box {
    background-color: #eee;
    padding: 20px 5%;
    margin: 20px 0;
  }
  .news_20190510_1 .figure_sp figure {
    margin: 0;
  }
  .news_20190510_1 .figure_sp figure img {
    margin: 5px auto;
  }
  .news_20190510_1 .figure_pc {
    display: none;
  }
  .news_20190510_1 .figure_sp {
    display: block;
  }
  /*news_20190927_01.html*/
  .news_20190927_01 .border_box {
    padding: 10px 5%;
    border: solid 1px #000;
    margin-top: 20px;
  }
  /*news_20211013.html*/
  .news_20211013 p .block {
    display: block;
  }
  .news_20211013 .spec_box {
    padding: 25px 2% 20px !important;
  }
  .news_20211013 .center {
    text-align: center;
  }
  .news_20211013 .figure_box {
    text-align: center;
  }
  .news_20211013 .figure_box img {
    display: block;
    width: 100% !important;
    margin: 0 auto 10px !important;
    float: none;
  }
  .news_20211013 .figure_box img:first-child {
    display: block;
    margin: 0 auto 10px !important;
    float: none;
  }
  .news_20211013 .model_s p {
    margin: -10px 0 0 0;
  }
  .news_20211013 .model_s {
    width: 250px;
    margin: 0 auto 20px !important;
  }
  .news_20211013 .model div {
    width: 250px;
    margin: 0 auto 20px !important;
    float: none;
  }
  .news_20211013 .model {
    margin: 0 auto 30px;
  }
  .news_20211013 .model p {
    font-size: 15px;
    margin: -10px 0 0 0;
  }
  /*news プロフィール*/
  .profile_box {
    margin-top: 20px;
    background-color: #eee;
    padding: 20px 5% 5px;
  }
  .profile_box figure {
    width: 100%;
    margin: 0;
    float: none;
  }
  /*news_20200330.html*/
  .news_20200330 dl {
    font-size: 16px;
    width: 100%;
    float: none;
  }
  .news_20200330 dt {
    width: 100%;
    float: none;
    font-weight: 600;
  }
  .news_20200330 dd {
    margin: 0 0 20px 0;
  }
  .news_20200330 .box {
    margin-top: 30px;
  }
  .news_20200330 .box figure {
    width: 100%;
    float: none;
  }
  .news_20200330 dl span {
    display: block;
  }
  /*news_20220513.html*/
  .news_20220513 section {
    margin: 30px auto;
  }
  .news_20220513 .detail {
    padding: 5px 5%;
    background-color: #efefef;
  }
  .news_20220513 .image {
    width: 250px;
  }
  .news_20220513 .txt.center {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
  }
  .news_20220513 .txt.center span {
    display: inline;
  }
  .news_20220513 .bold {
    font-size: 16px;
  }
  .news_20220513 .model2_04 h2 {
    font-size: 18px;
  }
  .news_20220513 .btn a {
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    background-color: #a40000;
    border-radius: 5px;
    padding: 10px 5%;
    width: 200px;
    margin: 0 auto;
  }
  .news_20220930 .center span {
    display: inline;
  }
  /*-----------------------ロルフザックス詳細部分-----------------------*/
  .rolf .rolf_box {
    overflow: hidden;
    background: #fff;
    display: block;
    margin: 1% 0;
    padding: 0 0 1% 0;
  }
  .rolf .rolf-item-img {
    width: 100%;
    height: 400px;
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
    float: none;
    margin: 0 auto 40px;
  }
  .rolf .rolf-item-text-wrapper {
    width: 100%;
    float: none;
  }
  .rolf .rolf-item-text-wrapper-inner {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  /*-----------------------ultraseven_limited.html-----------------------*/
  .ultra .watch-item-detail {
    background-image: url(../img/archive/ultraseven_bg.jpg);
    background-position: right center;
    background-size: 200%;
    background-repeat: no-repeat;
  }
  .ultra .splitcontent h2 {
    text-align: center;
    font-size: 18px;
    margin: 15px auto;
  }
  .ultra .splitcontent h2 .date {
    font-size: 14px;
    font-style: normal;
    margin: 0;
    display: block;
  }
  .ultra .splitcontent .shop {
    display: block;
    margin: 0 auto;
    padding: 5% 0;
    border-bottom: solid 1px #eee;
    position: relative;
  }
  .ultra .splitcontent .shop:last-child {
    border-bottom: none;
  }
  .ultra .splitcontent .shop span {
    margin: 0 5% 0 0;
    display: block;
    float: none;
  }
  .ultra .splitcontent .shop .fake-butn {
    margin: 20px auto;
    float: none;
  }
  .ultra .ultra_box {
    overflow: hidden;
    background: #fff;
    display: block;
    margin: 1% 0;
    padding: 0;
  }
  .ultra .ultra-item-img {
    width: 100%;
    height: 300px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    float: none;
  }
  .ultra .ultra-item-text-wrapper {
    width: 100%;
    float: none;
  }
  .ultra .ultra-item-text-wrapper-inner {
    display: block;
    padding: 10% 10% 5%;
    margin: 0 auto;
  }
  .ultra .splitcontent .sold_out {
    width: 100px;
    height: auto;
    background-color: #555;
    text-align: center;
    color: #fff;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    top: 10px;
    right: 0;
  }
  /*-----------------------PC-7チーム エアロマスター クロノグラフ詳細ページ-----------------------*/
  .pc-7_team .block {
    display: block;
  }
  .pc7team .splitcontent .block {
    display: block;
  }
  .pc7team .splitcontent .border_box {
    border: solid 1px #000;
    padding: 10px 5%;
  }
  .pc7team .splitcontent figure {
    margin: 15px auto 10px;
  }
  .pc7team .video_box_collection .wrap {
    max-width: 820px;
    min-width: 300px;
    margin: 0 auto;
  }
  .pc7team .video_box_collection .box-detail {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  .pc7team .video_box_collection .box-detail .video {
    margin: 5px auto;
  }
  /*-----------------------画像付き詳細　フリーガーシリーズ、マリンマスターシリーズ-----------------------*/
  .splitcontent.detail figure {
    width: 100%;
    float: none;
  }
  .splitcontent.detail figure img {
    width: 100% !important;
    vertical-align: bottom;
  }
  .splitcontent.detail .box .txt {
    width: 100%;
    float: none;
  }
  .splitcontent.detail h4 {
    margin: 20px 0 -5px;
  }
  .splitcontent.detail .box .txt p {
    font-size: 14px !important;
  }
  /*-----------------------amadee20詳細ページ-----------------------*/
  .splitcontent.amadee20 figure {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  .splitcontent.amadee20 .box .txt {
    width: 100%;
    float: none;
  }
  .splitcontent.amadee20 h4 {
    margin: 20px 0 -5px;
  }
  .splitcontent.amadee20 .box .txt p {
    font-size: 14px !important;
  }
  .splitcontent.amadee20 figure.strap {
    float: none;
    position: relative;
    margin-top: -10px;
    width: 250px;
  }
  .splitcontent.amadee20 figure.strap figcation {
    font-size: 13px;
    display: block;
    width: 250px;
    position: static;
    text-align: center;
  }
  .splitcontent.amadee20 .box02 {
    margin-bottom: 40px;
  }
  .splitcontent.amadee20 .box02 .dl_box {
    width: 100%;
    margin: 5px 0;
    float: none;
  }
  .splitcontent.amadee20 .box02 .dl_box dl {
    font-size: 14px;
    padding: 0;
  }
  .splitcontent.amadee20 .box02 .dl_box dl dt {
    width: 100%;
    display: block;
  }
  .splitcontent.amadee20 .box02 .dl_box dl dd {
    margin: 0;
    display: block;
  }
  .splitcontent.amadee20 .box02 p.left {
    width: 100%;
    float: none;
  }
  .splitcontent.amadee20 .box02 figure.right {
    width: 100%;
    float: none;
  }
  .splitcontent.amadee20 .box02 p.right {
    width: 100%;
    float: none;
  }
  .splitcontent.amadee20 .box02 figure.left {
    width: 100%;
    float: none;
  }
  .splitcontent.amadee20 .box03 {
    background-color: #eee;
    padding: 10px 5% 1px;
    margin-bottom: 50px;
  }
  .splitcontent.amadee20 .box03 .left {
    width: 200px;
    float: none;
    margin: 20px auto;
  }
  .splitcontent.amadee20 .box03 .left figure {
    width: 100%;
    margin: 0;
  }
  .splitcontent.amadee20 .box03 .right {
    width: 100%;
    float: none;
  }
  .splitcontent.amadee20 .box03 .right .inner {
    width: 100%;
    margin: 0 auto 30px;
    float: none;
  }
  .splitcontent.amadee20 .box03 .right p {
    font-size: 14px;
    line-height: 24px;
  }
  .splitcontent.amadee20 .box03 .dl_box dl {
    font-size: 12px;
    line-height: 20px;
    padding: 0;
    margin: 0 auto 10px;
  }
  .splitcontent.amadee20 .box03 .dl_box dl dt {
    width: 45px;
    display: inline-block;
    vertical-align: middle;
  }
  .splitcontent.amadee20 .box03 .dl_box dl dt img {
    width: 100%;
    margin: 0;
  }
  .splitcontent.amadee20 .box03 .dl_box dl dd {
    margin: 0 0 0 10px;
    width: 70%;
    display: inline-block;
    vertical-align: middle;
  }
  .splitcontent.amadee20 .box03 .inner02 p {
    margin: auto;
    text-align: center;
  }
  .splitcontent.amadee20 .box03 .inner02 .dl_box dl {
    margin: 0 auto -5px;
  }
  /*-----------------------STRATOLINER S-41詳細ページ-----------------------*/
  .splitcontent.s-41 .box figure {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  .splitcontent.s-41 .box figure img {
    width: 100% !important;
    vertical-align: bottom;
  }
  .splitcontent.s-41 .box .txt {
    width: 100%;
    float: none;
  }
  .splitcontent.s-41 h4 {
    margin: 20px 0 -5px;
  }
  .splitcontent.s-41 .box .txt p {
    font-size: 14px !important;
  }
  .splitcontent.s-41 .box02 {
    margin-bottom: 30px;
  }
  .splitcontent.s-41 .box02 .figure_box {
    margin-bottom: 0;
  }
  .splitcontent.s-41 .box02 .figure_box img {
    width: 100%;
    margin: 0;
    float: none;
  }
  .splitcontent.s-41 .box03 figure {
    width: 100%;
    float: none;
  }
  .splitcontent.s-41 .box03 .txt {
    width: 100%;
    float: none;
    margin: 0 auto 30px;
  }
  .splitcontent.s-41 .box04 figure {
    width: 1000px !important;
    margin: 0 !important;
  }
  .splitcontent.s-41 .box04 figure img {
    vertical-align: bottom;
  }
  .splitcontent.s-41 .box04 .caption {
    display: block;
    font-size: 14px;
    margin-top: 5px;
  }
  .splitcontent.s-41 .box04 .scroll {
    overflow: auto;
  }
  .splitcontent.s-41 .box04 .scroll::-webkit-scrollbar {
    height: 3px;
  }
  .splitcontent.s-41 .box04 .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .splitcontent.s-41 .box04 .scroll::-webkit-scrollbar-thumb {
    background: #F4631E;
  }
  /*index.html news.html PCとSPでメイン画像変更*/
  .news_img_pc {
    display: none;
  }
  .news_img_sp {
    display: block;
  }
  .news-heigth {
    max-height: 300px;
  }
}
@media only screen and (max-width: 480px) {
  .watch-item-text-wrapper-inner h1 {
    font-size: 22px;
    line-height: 26px;
  }
  .watch-item-img {
    margin-top: 30px;
  }
  .watch-item-img.coverImg .halfbrowserheight {
    background-size: contain;
  }
  .watch-item-img.coverImg .halfbrowserheight {
    background-position: top center;
    max-height: 300px;
  }
  /*---------------------------------------追加-------------------------------------*/
  .home .all-the-boxes .readmore {
    display: none;
  }
  /*-----------------------belt.html-----------------------*/
  .belt_wrap section {
    margin-bottom: 40px;
  }
  .belt_wrap .h3_jpn {
    margin: 0 auto 20px;
    background-color: #000;
    color: #fff;
    padding: 10px;
  }
  .belt_wrap figure {
    margin: 0 auto 30px;
  }
  .belt_wrap figure img {
    width: 100%;
  }
  .belt_wrap figcaption {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 10px;
  }
  .belt_wrap figcaption span {
    display: block;
  }
  .belt_wrap .buckle figure img {
    width: 150px;
  }
  .belt_wrap .block {
    display: inline;
  }
  .belt_wrap .h4_jpn {
    font-size: 15px;
  }
}
@media only screen and (max-width: 420px) {
  h2, .subheadline, .subtitle-cosmonautis, .subtitle-aviatis, .subtitle-terrestis, .subtitle-aquatis, .subtitle-special {
    font-size: 16px;
    line-height: 30px;
  }
  .boxes-item p {
    font-size: 14px;
    line-height: 18px;
  }
  .watch-item-text-wrapper-inner {
    margin: 0 auto 5%;
  }
  #map_sidebar_td div#map_sidebar, #map_canvas {
    width: 90% !important;
  }
  /*---------------------------------------追加-------------------------------------*/
  /*-----------------------トップコンテンツボックス-----------------------*/
  .boxes-text-wrapper span.collection_jpn_m {
    font-size: 13px;
    position: relative;
    top: -17px;
  }
  .boxes-item {
    height: 150px;
  }
  .info-text {
    position: relative;
    top: -25px;
  }
}
@media only screen and (max-width: 360px) {
  .meta-navWrapper {
    width: 60%;
  }
  #menu-main.menu li a, #menu-metanav.menu li a, #menu-main-en.menu li a, #menu-metanav-englisch.menu li a {
    font-size: 15px;
    padding: 5px 9px;
  }
  #menu-main.menu li.got-submenu ul.sub-menu.submenu-active, #menu-mainen.menu li.got-submenu ul.sub-menu.submenu-active {
    width: 63%;
    top: 46px;
  }
  .butn {
    display: block;
    width: 80%;
  }
  #menu-main.menu li.got-submenu ul.sub-menu.submenu-active, #menu-main-en.menu li.got-submenu ul.sub-menu.submenu-active {
    top: 38px;
  }
  #sliderwrapper_detail {
    margin-bottom: 30px;
  }
}