@charset "UTF-8";
/* -----------------------------------------------------------
CSS Information
File name : common.css
---------------------------------------------------------- */
/* Reset
---------------------------------------------------- */
* {
  box-sizing: border-box;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, cite, em, img, small, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, article, aside, canvas, figure, figcaption, footer, header, menu, nav, output, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
main, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
img {
  vertical-align: bottom;
}
/* common
---------------------------------------------------- */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  color: #333333;
  font-family: "myriad-pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-size-adjust: none;
  word-break: normal;
}

.font_myriad {
  font-family: "myriad-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {
  color: #333333;
  outline: none;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.2s ease;
}
a:hover {
  color: #333333;
  opacity: 0.7;
}
a:link {
  color: #333333;
}
a:visited {
  color: #333333;
}
a:active {
  text-decoration: none;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
picture {
  display: block;
  line-height: 1;
}
@font-face {
  src: url(../fonts/icon.eot?1632808221);
  src: url(../fonts/icon.woff?1632808221) format("woff"), url(../fonts/icon.ttf?1632808221) format("truetype");
  font-family: icon;
}

.main {
  padding-top: 155px;
  overflow: hidden;
}
.inner1200 {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px; 
}
.inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1000px;
}
.blockPc {
  display: block;
}
.blockSp {
  display: none;
}
@media screen and (max-width: 1200px) {
  body {
    display: block;
  }
  .inner {
    padding: 0 1rem;
  }
}
@media (max-width: 768px) {
  img {
    width: 100%;
  }
  .main {
    padding-top: 0;
  }
  .inner1200 {
    padding: 0;
  }
  .inner {
    width: 93.3333vw;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .blockPc {
    display: none;
  }
  .blockSp {
    display: block;
  }
}



/* Font
---------------------------------------------------- */
.main p.lead_txt {
  line-height: 2;
}
.main p.txtIndent {
  text-indent: 1em;
}
p.lead_txt + p.lead_txt,
p.conTxt + p.conTxt {
  margin-top: 1em;
}
.fc_white {
  color: #ffffff;
}
.seiko01 .fc_brown {
  color: #7c4300;
}
.seiko02 .fc_key {
  color: #00583b;
}
.seiko03 .fc_key {
  color: #25357f;
}
.seiko04 .fc_key {
  color: #712e7b;
}
.seiko05 .fc_key {
  color: #ae1323;
}
.seiko06 .fc_key {
  color: #007085;
}
.seiko07 .fc_key {
  color: #e86829;
}


.font_s21 {
  font-size: 21px;
}
.font_s18 {
  font-size: 18px;
}
.font_s14 {
  font-size: 14px;
}
.font_s12 {
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 1.6vw;
  }
  .font_s21 {
    font-size: 2.1vw;
  }
  .font_s18 {
    font-size: 1.8vw;
  }
  .font_s14 {
    font-size: 1.4vw;
  }
  .font_s12 {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.6vw;
  }
  .main p.lead_txt {
    line-height: 1.7;
  }
  .font_s21 {
    font-size: 4vw;
  }
  .font_s18 {
    font-size: 3.6vw;
  }
  .font_s14 {
    font-size: 3.2vw;
    line-height: 1.4;
  }
  .font_s12 {
    font-size: 2.8vw;
  }
}


/* header
---------------------------------------------------- */
header {
  width: 100%;
  position: fixed;
  z-index: 10;
}
.top #header,
.seiko07 header {
  border-bottom: 1px solid #000;
}
header .hd_top {
  background-color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.seiko07 header .hd_top {
  padding-bottom: 15px;
}
header .hd_top .inner1200 {
  position: relative;
  z-index: 10;
}
header .hd_bt {
  padding-top: 10px;
  padding-bottom: 10px;
}
.seiko01 header .hd_bt {
  background-color: #7c4300;
}
.seiko02 header .hd_bt {
  background-color: #00583b;
}
.seiko03 header .hd_bt {
  background-color: #25357f;
}
.seiko04 header .hd_bt {
  background-color: #712e7b;
}
.seiko05 header .hd_bt {
  background-color: #ae1323;
}
.seiko06 header .hd_bt {
  background-color: #007085;
}
.seiko07 header .hd_bt {
  background-color: #e86829;
}

header .logo_box {
  display: flex;
  align-items: center;
}
header .logo_box .hd_logo {
  width: 134px;
  margin-left: 30px;
  margin-right: 20px;
}
header .logo_box .hd_txt {
  width: 321px;
}
header .nav dt {
  width: 40px;
  height: 34px;
  position: absolute;
  top: 5px;
  right: 30px;
  z-index: 4;
  background: url("../img/common/icon_menu.png") no-repeat top right;
  background-size: contain;
  cursor: pointer;
}
header .nav dt.batsu {
  display: none;
}
header .nav .menuClosedBtn {
  background: url("../img/common/icon_closed.png") no-repeat top right;
  background-size: contain;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 65px;
  right: 30px;
  cursor: pointer;
}
header .nav dd {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: scroll;  
}
header .nav .bg_modal {
  width: 100%;
  height: 100vh;
  position: relative;
}
header .nav .bg_modal .inner_hd {
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  position: relative;
}

header .nav .bg_modal::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
header .nav dd .cont_box {
  width: 433px;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}
header .nav dd .hd_txt {
  width: 321px;
  margin: 0 auto 40px;
}
header .nav .seiko100th_ban {
  width: 320px;
  margin: 50px auto 100px;
}
header .hd_bt .inner1200 {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .hd_bt p {
  margin-right: 20px;
}
header .hd_bt p b {
  font-size: 27px;
  font-weight: 500;
}
header .hd_bt .menu-item {
  display: inline-block;
}
header .hd_bt .menu-item + .menu-item {
  margin-left: 20px;
}

header .hd_bt ul {
  display: flex;
}
header .hd_bt ul li + li {
  margin-left: 20px;
}

.menu-arrow {
  display: none;
}

@media screen and (max-width: 1200px) {
  header .logo_box .hd_logo {
    width: 11.1667vw;
    margin-left: 2.5000vw;
    margin-right: 1.6667vw;
  }
  header .logo_box .hd_txt {
    width: 26.75w;
  }
  header .nav dt {
    width: 3.3333vw;
    height: 2.8333vw;
  }
  header .nav dd .cont_box {
    width: 36.0833vw;
  }
  header .nav dd .hd_txt {
    width: 32.1vw;
    margin: 0 auto 3.3333vw;
  }
  header .nav .seiko100th_ban {
    width: 26.6667vw;
    margin: 4.1667vw auto 8.3333vw;
  }
  header .hd_bt p {
    margin-right: 1.6667vw;
  }
  header .hd_bt p b {
    font-size: 2.25vw;
  }
  header .hd_bt .menu-item + .menu-item {
    margin-left: 2vw;
  }
}
@media screen and (max-width: 768px) {
  header {
    position: static;
    background-color: #ffffff;
    width: 100%;
  }

  header .hd_top {
    padding-top: 2.6667vw;
    padding-bottom: 3.3333vw;
    position: relative;
    z-index: 9;

    position: fixed;
    top: 0;
    width: 100%;
  }
  .top #header .hd_top,
  .seiko07 header .hd_top {
    border-bottom: 1px solid #000;
  }
  header .hd_bt {
    padding-top: 4vw;
    padding-bottom: 6vw;
    transition: top 300ms;
  }

  header .hd_top .inner1200 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  header .logo_box {
    padding-top: 1.6vw;
  }
  header .logo_box .hd_logo {
    width: 22.2667vw;
    margin-left: 3.3333vw;
    margin-right: 2vw;
  }
  header .logo_box .hd_txt {
    width: 52.5333vw
  }
  header .nav dt {
    width: 8vw;
    height: 9.0667vw;
    top: 1.6vw;
    right: 3.3333vw;
  }
  header .nav .menuClosedBtn {
    width: 8.2667vw;
    height: 8.2667vw;
    top: 4vw;
    right: 4.6667vw;
  }
  header .nav dd .cont_box {
    width: 72vw;
  }

  header .nav dd .hd_logo {
    width: 24.1333vw;
  }
  header .nav dd .hd_txt {
    width: 49.3333vw;
    margin: 0 auto 6.6667vw;
  }
  header .nav .seiko100th_ban {
    width: 64vw;
    margin: 9.3333vw auto 16vw;
  }

  header .hd_bt {
    position: static;
    margin-top: 60px;
  }
  header .hd_bt.is-fixed {
    width: 100%;
    position: fixed;
    top: 16vw;
    z-index: 8;
  }

  header .hd_bt .inner1200 {
    position: relative;
    flex-direction: column;
  }

  header .hd_bt p {
    margin-left: 0;
    margin-right: 0;
    font-size: 4.2667vw;
  }
  header .hd_bt p b {
    font-size: 7.2vw;
  }
  header .sp_list_box {
    box-sizing:border-box; 
    width: 100%; 
    overflow: hidden; 
    overflow-x: scroll; 
    display: flex; 
    -webkit-overflow-scrolling: touch;
    margin-top: 2.6667vw;
    padding-bottom: 10vw;


    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  header .sp_list_box::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
  }
  header .hd_bt ul li + li {
    margin-left: 7.3333vw;
  }
  header .hd_bt ul li:first-child {
    margin-left: 3.3333vw;
  }








  .hd_bt-container {
    width: 100%;
    margin-top: 2.6667vw;
    position: relative;
    overflow: hidden;
  }
  .hd_bt-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
  }
  .menu-container {
    overflow-x: auto;
    scrollbar-width: thin;
    white-space: nowrap;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .menu-container::-webkit-scrollbar {
    display: none;
  }
  header .hd_bt .menu-item {
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  header .hd_bt .menu-item + .menu-item {
    margin-left: 2.9333vw;
  }
  .menu-item:first-child {
    margin-left: 12vw;
  }
  .menu-item:last-child {
    margin-right: 12vw;
  }

  .menu-arrow {
    width: 5.8667vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
  }

  .menu-arrow.left {
    left: 2.6667vw;
  }
  .menu-arrow.right {
    right: 2.6667vw;
  }

  .menu-container::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .menu-container::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
  .menu-container::-webkit-scrollbar-track {
    background-color: transparent;
  }


}


/* Page top
---------------------------------------------------- */
.pagetop {
  width: 60px;
  bottom: 30px;
  cursor: pointer;
  position: fixed;
  right: 70px;
  z-index: 8;
  transition: opacity .25s ease;
}
.pagetop:hover {
  opacity: .75;
}
@media screen and (max-width: 1000px) {
  .pagetop {
    width: 6vw;
    bottom: 3vw;
    right: 7vw;
  }
}
@media (max-width: 768px) {
  .pagetop {
    bottom: 10.6667vw;
    right: 2vw;
    width: 10.66667vw;
  }
}


/* breadcrumb
---------------------------------------------------- */
.breadcrumb ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.breadcrumb ul li {
  position: relative;
}
.breadcrumb ul li a {
  position: relative;
}
.breadcrumb ul li.right a {
  font-size: 18px;
}
.breadcrumb ul li a::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -5px;
}
.breadcrumb ul li.left a::after {
  background: #333333;
}
@media screen and (max-width: 1000px) {
  .breadcrumb ul li.right a {
    font-size: 1.8vw;
  }
}
@media (max-width: 768px) {
  .breadcrumb ul {
    flex-direction: column-reverse;
    align-items: center;
  }
  .breadcrumb ul li.right a {
    font-size: 3.6vw;
  }
  .breadcrumb ul li.left a {
    font-size: 3.6vw;
  }
  .breadcrumb ul li + li {
    margin-bottom: 4.6667vw;
  }
}


/* foot
---------------------------------------------------- */
.foot {
  padding-bottom: 100px;
}
.ft_index {
  width: 540px;
  margin: 80px auto;
  padding-bottom: 80px;
  position: relative;
}
.ft_index::after {
  display: block;
  content: "";
  width: 80px;
  height: 1px;
  background: #000000;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.seiko100th_ban {
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .foot {
    padding-bottom: 10vw;
  }
  .ft_index {
    width: 54vw;
    margin: 8vw auto;
    padding-bottom: 8vw;
  }
  .seiko100th_ban {
    width: 40vw;
  }
}
@media screen and (max-width: 768px) {
  .foot {
    padding-bottom: 21.3333vw;
  }
  .ft_index {
    width: 100%;
    margin: 10.6667vw auto;
    padding-bottom: 12vw;
  }
  .ft_index::after {
    width: 10.6667vw;
  }
  .seiko100th_ban {
    width: 64vw;
  }
}


/* footer
---------------------------------------------------- */
footer {
  background: #000000;
  padding-top: 70px;
  padding-bottom: 30px;
}
footer .inner {
  position: relative;
}
footer .ft_flex {
  display: flex;
  align-items: center;
}
footer .ft_logo_box {
  margin-bottom: 20px;
}
footer .ft_seiko {
  width: 134px;
  margin-right: 20px;
}
footer .ft_sns .ft_flex {
  width: 100%;
  justify-content: flex-end;
}
footer .ft_sns ul li {
  margin-left: 4px;
}
footer .ft_sns ul li a {
  display: block;
  text-decoration: none;
  line-height: 1;
  transition: ease .2s;
}
footer .ft_sns ul li img {
  height: 36px;
}
@media screen and (max-width: 1000px) {
  footer {
    padding-top: 7vw;
    padding-bottom: 3vw;
  }
  footer .ft_seiko {
    width: 13.4vw;
    margin-right: 2vw;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 13.3333vw;
    padding-bottom: 4vw;
  }
  footer .ft_logo_box {
    margin-bottom: 4vw;
  }
  footer .ft_seiko {
    width: 17.8667vw;
    margin-right: 2.6667vw;
  }
  footer .font_s12 {
    font-size: 1.6vw;
  }
  footer .ft_sns ul li {
    width: 8vw;
  }
  footer .ft_sns ul li:nth-child(1) {
    width: 19.5313vw;
  }
  footer .ft_sns ul li img {
    height: auto;
  }
}


/* Effect
---------------------------------------------------- */
.ef01,.ef02,.ef03,.ef04 {
  -webkit-animation-duration: .5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  opacity: 0;
}
.ef01.scrollin { 
  -webkit-animation-name: effect01;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
  animation-name: effect01;
}
.ef02.scrollin { 
  -webkit-animation-name: effect01;
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
  animation-name: effect01;
}
.ef03.scrollin { 
  -webkit-animation-name: effect01;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  animation-name: effect01;
}
.ef04.scrollin { 
  -webkit-animation-name: effect01;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  animation-name: effect01;
}
@-webkit-keyframes effect01 {
  100% { opacity: 1; transform: translate( 0, 0);}
}
@keyframes effect01 {
  100% { opacity: 1; transform: translate( 0, 0);}
}


.language_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 30px;
}
footer .language_box {
  position: absolute;
  right: 0;
}
.language_box .lang_icon {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.language_box ul {
  display: flex;
}
.language_box ul li {
  min-width: 70px;
}
.language_box ul li.active,
.language_box ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2px 5px 3px;
  border: 1px solid #fff;
  font-size: 13px;
  color: #fff;
}
.language_box ul li.active {
  color: #000;
  background: #fff;
}
@media (max-width: 768px) {
  .language_box {
    margin-bottom: 5.2083vw;
  }
  .language_box .lang_icon {
    width: 3.9063vw;
    height: 3.9063vw;
    margin-right: 1.5625vw;
  }
  .language_box ul li {
    min-width: 13.0208vw;
  }
  .language_box ul li.active,
  .language_box ul li a {
    padding: 0.6510vw;
    font-size: 2.3438vw;
  }
  
}

/*---------------------------------------------
                Style Sheet E N D
---------------------------------------------*/