﻿@charset "utf-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}
ul {
  list-style:none;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}
/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}
input, select {
  vertical-align:middle;
}
input, button, textarea, select {
  font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}
html, body {
  width: 100%;
}
html {
  font-size: 14px;
}
body {
  font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #000000;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
a,
a:active,
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  vertical-align: bottom;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*-----------------------------------
header
-----------------------------------*/
.header {
  position: relative;
  padding-top: 23px;
  background-color: #000;
}
.header_inner {
  position: relative;
  width: 1040px;
  z-index: 2;
  margin: 0 auto;
  padding: 0 20px;
}
.narrow_menu {
  display: none;
}
.headerNarrow .header {
  position: fixed;
  top: -56px;
  width: 100%;
  height: 55px;
  padding: 10px 0;
  z-index: 1000;
  -webkit-transition: all 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
     -moz-transition: all 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
       -o-transition: all 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
          transition: all 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */
}
.headerNarrow.setpos .header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.headerNarrow.setpos .header.active {
  position: fixed;
  padding-top: 23px;
  height: 89px;
}
.headerNarrow .header + * {
  margin-top: 89px;
}
.headerNarrow .gnavi_inner {
  width: 1000px;
  margin-left: 0;
}
.headerNarrow .gnavi_item.header_logo {
  float: none;
  margin: 0;
  text-align: center;
}
.headerNarrow .header .gnavi_item + .header_logo img {
  width: 126px;
  height: 35px;
}
.headerNarrow .header .gnavi_item + .gnavi_global {
  position: absolute;
  top: -4px;
  right: 100px;
}
.headerNarrow .header.active .gnavi_item + .gnavi_global {
  position: absolute;
  top: -3px;
  right: 20px;
}
.headerNarrow .narrow_menu {
  display: block;
  position: absolute;
  top: -10px;
  right: 20px;
  border-left: 1px solid #666666;
}
.headerNarrow .narrow_menu a {
  display: inline-block;
  padding: 17px 12px;
  color: #ECE9E9;
  text-decoration: none;
}
.headerNarrow .header_search,
.headerNarrow .header_clock,
.headerNarrow .gnavi_item:not(.header_logo) {
  display: none;
}

/* header narrow */
.header.narrow {
  padding: 6px 0;
  background: #000;
}
.header.narrow .header_inner {
  width: 700px;
  padding: 0;
}
.header.narrow .header_logo {
  text-align: center;
}

.active .header_search,
.active .header_clock,
.active .gnavi_item:not(.header_logo) {
  display: block;
}
.active .narrow_menu {
  display: none;
}
.active .gnavi_inner{
  width: 740px;
  margin-left: 107px;
}
.active .gnavi_item.header_logo {
  float: left;
  margin: 0 36px;
}
.headerNarrow .header.active .gnavi_item + .header_logo img {
  width: 150px;
  height: 44px;
}
/* megadrop */
.megadrop {
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: #000;
}
.megadrop_inner {
  margin: 10px 0;
}
.megadrop .container {
    position: relative;
}
.megadrop.active {
  display: block;
}
.megadrop_label {
  color: #fff;
  margin: 0 0 10px 20px;
}
.megadrop_linkItem a {
  color: #fff;
}
.megadrop_linkItem > a {
  display: block;
  font-size: .929rem;
  padding: 8px 20px;
  text-decoration: none;
}
.megadrop_linkItem > a:hover,
.megadrop_linkItem.active > a {
  background-color: #363636;
}
.megadrop_lineup {
  width: 255px;
  border-right: 1px solid #363636;
}
.megadrop_logo {
  text-align: center;
  margin-bottom: 16px;
}
.megadrop_products {
  display: none;
  position: absolute;
  top: 5px;
  left: 280px;
  width: 688px;
}
.megadrop_products.active {
    display: block;
}
.megadrop_productList {
  margin-bottom: 16px;
}
.megadrop_productListItem {
  float: left;
  width: 102px;
}
.megadrop_productListItem + .megadrop_productListItem:not(:nth-child(6)) {
  margin-left: 44px;
}
.megadrop_productListItem:nth-child(5) ~ .megadrop_productListItem {
  margin-top: 18px;
}
.megadrop_productListItem > a {
    display: block;
    text-decoration: none;
}
.megadrop_productListItem > a:hover {
  text-decoration: none;
  opacity: .7;
}
.megadrop_linkList {
  margin-bottom: 23px;
}
.megadrop_productImage {
  margin-bottom: 12px;
  text-align: center;
}
.megadrop_productName,
.megadrop_productPrice {
  color: #fffefe;
  font-size: .857rem;
  text-align: center;
  white-space: nowrap;
}
*[class^="megadrop_btn"] > a {
  display: block;
  color: #b8b8b8;
  text-align: center;
  border: 1px solid #5d5d5d;
}
*[class^="megadrop_btn"] > a::before {
  content: '';
  display: inline-block;
  position: relative;
  top: -2px;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border-top: 1px solid #afafaf;
  border-right: 1px solid #afafaf;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.megadrop_btnComparison {
  width: 215px;
  margin: 0 auto;
}
.megadrop_btnComparison > a {
  padding: 10px;
}
.megadrop_btnDetail {
  width: 210px;
  margin: 0 auto;
}
.megadrop_btnDetail > a {
  padding: 13px 10px;
}
.megadrop_btnComparison > a:hover,
.megadrop_btnDetail > a:hover {
  opacity: .7;
}

/*-----------------------------------
gnavi
-----------------------------------*/
.gnavi_inner {
  width: 740px;
  margin-left: 107px;
}
.gnavi_item:not(.gnavi_global) {
  font-size: .857rem;
  float: left;
  margin-top: 6px;
}
.gnavi_item span {
   display: inline-block;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.gnavi_item:hover span,
.gnavi_item.active span {
  border-color: #787878;
}
/*.gnavi_item + .gnavi_item {
  margin-left: 25px;
}*/
.gnavi_item{
	margin-left: 50px;
	font-size: 12px;
}
.gnavi_item + .header_logo {
  margin: 0 36px;
}
.gnavi_item:not(.gnavi_global):not(.header_logo) > a {
  display: block;
  padding: 10px 0 11px;
}
.header_logo + .gnavi_item {
  margin-left: 0;
}
.gnavi_item > a {
  color: #fff;
  text-decoration: none;
}
.gnavi_item.gnavi_global > a:hover {
  text-decoration: underline;
}
.gnavi_global {
  position: absolute;
  top: -3px;
  right: 20px;
  letter-spacing: .1rem;
}
.gnavi_global > a::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 5px;
  background: url(https://www.citizenwatch-global.com/common/images/icon_header_02.png) no-repeat 0 0;
}

/*-----------------------------------
header_search
-----------------------------------*/
.header_search {
  position: absolute;
  top: 15px;
  right: 20px;
}
.header_search legend {
  display: none;
}
.header_search > form {
  position: relative;
  font-size: 12px;
}
.header_search select{
	background: #FFFFFF;
	width: 140px;
}
.header_search_input {
  color: #000;
  width: 120px;
  height: 22px;
  padding: 3px 20px 3px 3px;
  background-color: #fff;
}
.header_search_submit {
  position: absolute;
  top: 5px;
  right: 4px;
}
.header_search_input::-ms-clear {
  visibility:hidden
}

/*-----------------------------------
header_clock
-----------------------------------*/
.header_clock {
  position: absolute;
  top: -10px;
  left: 20px;
}
/* analog */
.header_clock_analog {
  position: relative;
  width: 35px;
  height: 35px;
  margin: 0 auto 6px;
  background: url(https://www.citizenwatch-global.com/common/images/bg_clock_01.gif) no-repeat 0 0;
}
.header_clock_analog_sec {
  position: absolute;
  top: 0px;
  left: 17px;
  width: 1px;
  height: 18px;
  background-color: #ea0000;
  -webkit-transform-origin: 50% 95%;
  -ms-transform-origin: 50% 95%;
  transform-origin: 50% 95%;
}
.header_clock_analog_min {
  position: absolute;
  top: 4px;
  left: 17px;
  width: 1px;
  height: 14px;
  background-color: #fff;
  -webkit-transform-origin: 50% 95%;
  -ms-transform-origin: 50% 95%;
  transform-origin: 50% 95%;
}
.header_clock_analog_hour {
  position: absolute;
  top: 8px;
  left: 17px;
  width: 1px;
  height: 10px;
  background-color: #fff;
  -webkit-transform-origin: 50% 95%;
  -ms-transform-origin: 50% 95%;
  transform-origin: 50% 95%;
}
/* digital */
.header_clock_digital {
  color: #fff;
  text-align: center;
}
.header_clock_digital_date {
  font-size: 9px;
  line-height: 1.2;
}
.header_clock_digital_time {
  font-size: 11px;
  line-height: 1.2;
}

/*-----------------------------------
breadcrumb
-----------------------------------*/
.breadcrumb {
  width: 1000px;
  margin: 0 auto;
}
.breadcrumb > ul{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb li {
  display: inline;
}
.breadcrumb li + li {
  margin-left: 9px;
}
.breadcrumb a::after {
  content: '';
  position: relative;
  top: -1px;
  display: inline-block;
  width: 5px;
  height: 8px;
  margin-left: 9px;
  background: url(https://www.citizenwatch-global.com/common/images/icon_arrow_02.png) no-repeat 0 0;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

.header + .breadcrumb {
  padding-top: 23px;
}

/*-----------------------------------
main
-----------------------------------*/
.main {
  margin: 50px 0 100px;
}
.container {
  width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
.narrow .container {
  width: 700px;
}

/*-----------------------------------
footer
-----------------------------------*/
.footer {
  padding: 54px 0 34px;
  background-color: #000;
}
.footer_outer {
  margin-bottom: 80px;
  border-bottom: 1px solid #2b2b2b;
}
.footer_inner {
  position: relative;
  color: #efefef;
  width: 1000px;
  margin: 0 auto;
}
.footer_inner a {
  color: #efefef;
  text-decoration: none;
}
.footer_inner a:hover {
  text-decoration: underline;
}
.footer_lineup {
  float: left;
  width: 159px;
  padding-right: 52px;
}
.footer_lineup_item > dt {
  font-size: .857rem;
  margin-bottom: 18px;
}
.footer_lineup_item > dd > a {
  display: inline-block;
  font-size: .715rem;
  padding: 3px 8px;
  border: 1px solid #7c7c7c;
}
.footer_lineup_item > dd > a::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 1px;
  width: 4px;
  height: 8px;
  margin-right: 5px;
  background: url(https://www.citizenwatch-global.com/common/images/icon_arrow_01.gif) no-repeat 0 0;
}
.footer_lineup_item > dd > a:hover {
  text-decoration: none;
  opacity: .7;
}
.footer_brand {
  float: left;
  margin-bottom: 50px;
}
.footer_brand_item {
  display: inline-block;
  text-align: center;
}
.footer_brand_item:not(:nth-child(4)) {
  padding-right: 10px;
}
.footer_brand_item:first-child,
.footer_brand_item:nth-child(5),
.footer_brand_item:nth-child(8) {
  width: 192px;
}
.footer_brand_item:nth-child(2),
.footer_brand_item:nth-child(6),
.footer_brand_item:nth-child(9) {
  width: 192px;
}
.footer_brand_item:nth-child(3),
.footer_brand_item:nth-child(4),
.footer_brand_item:nth-child(7),
.footer_brand_item:nth-child(10) {
  width: 192px;
}
.footer_brand_item:nth-child(4) ~ .footer_brand_item {
  margin-top: 26px;
}
.footer_gnavi {
  margin: 60px 0 50px;
}
.footer_gnavi_inner {
  width: 695px;
  margin: 0 auto;
}
.footer_gnavi_item {
  display: inline-block;
}
.footer_gnavi_item + .footer_gnavi_item {
  margin-left: 80px;
}
.footer_sns {
  width: 240px;
  margin: 0 auto 100px;
}
.footer_sns_item {
  float: left;
  width: 240px;
}
.footer_sns_item > a {
  display: block;
  text-align: center;
  padding: 14px;
  border: 1px solid #7d7d7d;
}
.footer_sns_item + .footer_sns_item {
  margin-left: 48px;
}
.footer_otherlink{
  width: 600px;
}
.footer_otherlink_item {
  display: inline-block;
  font-size: .857rem;
}
.footer_otherlink_item + .footer_otherlink_item {
  margin-left: 7px;
  padding-left: 7px;
  border-left: 1px solid #595959;
}
.footer_otherlink_item:nth-child(4){
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.footer_copyright {
  font-size: .715rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
/* footer narrow */
.footer.narrow {
  padding: 10px 0;
}
.footer.narrow .footer_inner {
  width: 700px;
}
.footer.narrow .footer_copyright {
  position: static;
  text-align: center;
}

/*-----------------------------------
pagetop
-----------------------------------*/
.pagetop {
  position: fixed;
  bottom: 50px;
  right: 50px;
}
.pagetop > a {
  display: block;
  position: relative;
  width: 44px;
  height: 40px;
  background-color: #7b7b7b;
}
.pagetop > a::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pagetop > a:hover {
  opacity: .7;
}




/*-----------------------------------
header/footer
-----------------------------------*/
/* header */
.header_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    border-bottom: 1px solid #C0C0C0;
    z-index: 999;
}
.header_wrap header {
    display: flex;
    align-items: center;
    width: 1200px;
    height: 100px;
    margin: 0 auto;
}
.header_wrap header .header-logo {
    display: block;
}
.header_wrap header .header-logo > * {
    width: 125px;
    height: 37px;
    padding: 0;
    margin: 0;
}
.header_wrap header .header-globalnav {
    display: flex;
    width: 600px;
    margin-left: 75px;
}
.header_wrap header .header-globalnav li {
    font-family: "Noto Sans", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    white-space: nowrap;
}
.header_wrap header .header-globalnav li + li {
    margin-left: 60px;
}
.header_wrap header .header-globalnav + div {
    margin-left: auto;
}
.header_wrap header .header-link_globalnetwork {
    position: relative;
    font-family: "Noto Sans", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
}
.header_wrap header .header-link_globalnetwork::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -13px;
    transform: translate(-50%, -50%);
    width: 19px;
    height: 19px;
    background: url("https://www.citizenwatch-global.com/cms/global/img/icon_global.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.header_wrap header .header-search {
    margin-left: 15px;
}
.header_wrap header .header-search form select {
    font-family: "Noto Sans", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 0.8rem;
    border: 1px solid #A9A9A9;
    padding: 7px 10px;
}
.header_wrap * {
    font-size: 70.5%;
    font-family: "Noto Sans", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    letter-spacing: 0;
    line-height: 2;
}
/* /header */

/* footer */
.footer {
    width: 100%;
    padding-top: 52px;
    padding-bottom: 40px;
}
.footer footer {
    width: 100%;
    background-color: #000000;
}
.footer footer .content-wrapper {
    width: 1200px;
    margin: 0 auto;
}
.footer footer .content-wrapper + .content-wrapper {
    width: 100%;
    border-top: 1px solid #ffffff;
}
.footer footer .footer-nav_sitemap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #ffffff;
}
.footer footer .footer-nav_sitemap > li:nth-child(2) {
    margin-left: -100px;
}
.footer footer .footer-nav_sitemap > li:last-child {
    margin-right: -40px;
}
.footer footer .footer-nav_sitemap .footer-nav-category {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: bold;
}
.footer footer .footer-nav_sitemap .footer-nav-list {
    margin-top: 28px;
}
.footer footer .footer-nav_sitemap .footer-nav-list > li {
    position: relative;
    font-size: 1.15rem;
    line-height: 1.75;
    font-weight: normal;
    padding-left: 14px;
}
.footer footer .footer-nav_sitemap .footer-nav-list > li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -4px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: translate(0, -50%) rotate(45deg);
}
.footer footer .footer-nav_sitemap .footer-nav-list > li > a {
    color: #ffffff;
}
.footer footer .footer-sns {
    width: 250px;
    padding-bottom: 33px;
    margin-left: auto;
}
.footer footer .footer-sns .footer-sns-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.footer footer .footer-sns .footer-sns-list .footer-sns--facebook {
    width: 20px;
    height: 20px;
}
.footer footer .footer-sns .footer-sns-list .footer-sns--instagram {
    width: 20px;
    height: 20px;
}
.footer footer .footer-sns .footer-sns-list .footer-sns--twitter {
    width: 24px;
    height: 20px;
}
.footer footer .footer-sns .footer-sns-list .footer-sns--youtube {
    width: 28px;
    height: 20px;
}
.footer footer .footer-sns .footer-sns-list > li > a {
    display: block;
}
.footer footer .footer-nav_info {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    padding-top: 15px;
    margin: 0 auto;
}
.footer footer .footer-nav_info li{
    display: flex;
    font-size: 1.0rem;
    line-height: 1;
    color: #ffffff;
}
.footer footer .footer-nav_info li + li:not(:last-child){
    border-left: 1px solid #ffffff;
    padding-left: 30px;
}
.footer footer .footer-nav_info li > a {
    display: block;
    color: #ffffff;
}
/* /footer */

.breadcrumb {
    width: 1200px;
    padding-top: 130px;
    padding-bottom: 30px;
    margin: 0 auto;
}
/*
.breadcrumb > ul > li {
    font-size: 1.2rem;
}
*/
.breadcrumb > ul > li + li {
    margin-left: 8px;
}

