@charset "utf-8";

/*
Noto Sans Japanese
font-family: 'Noto Sans JP', sans-serif;

/*--------------------------------------------------------
	reset 
---------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0; padding: 0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style: normal; }
ul,ol { list-style-type: none; }
em,strong,th,address { font-style: normal; font-weight: normal; text-align: left; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size: 100%; }
img,
object,
embed { border: 0; vertical-align: top; }
img { max-width: 100%; height: auto; vertical-align: bottom; }
a{ outline: none;}
hr { border: none;}
table { border-collapse: collapse; border-spacing: 0; font-size: 100%; }
li { list-style-type: none; }
strong { font-weight: bold; }

/*-------------------------------------------------
	base
--------------------------------------------------*/
body {position: relative; color: #000; background: #fff; font-family: 'Noto Sans JP', sans-serif; font-weight: 400; font-size: 16px; line-height: 1.6; -webkit-text-size-adjust: 100%; }
/*txt img 選択時*/
::selection { background:#002f61; color: #fff; }
::-moz-selection { background:#002f61; color: #fff; }/*Firefox*/
img::selection { background:none; }
img::-moz-selection { background:none; }/*Firefox*/
/*cookie*/
#onetrust-banner-sdk{ outline: none; display: none;}

/*-------------------------------------------------
	font アンチエイリアス
--------------------------------------------------*/
/* 解像度 1x：subpixel、解像度 2x：grayscale */
h1,h2,.number,p
{ -webkit-font-smoothing: subpixel-antialiased; -moz-osx-font-smoothing: unset; }
@media only screen and 
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
h1,h2,.number,p
{ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
}

/*-------------------------------------------------
	fade
--------------------------------------------------*/
.wrap_f{ width: 100%; height: 100%; position: relative;}
.wrap_f::after {content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; pointer-events: none; user-select: none; z-index: 8888; opacity: 1; transition:2s; }
.wrap_f.fade::after { opacity: 0; pointer-events: none; user-select: none; }

/*-------------------------------------------------
	anime set
--------------------------------------------------*/
.main_img,
.main_inner img,
h1,
#read p,
.history_L,
.history_R,
.his_inner_bar,
#design .img_box img,
#design .txt_box h2,
#design .txt_box p,
#movie img,
.co_h2,
.co_h2 span,
#color .txt,
#color li,
#color li .txt_box img,
.glacier_main_img,
.glacier_main_inner img,
.glacier_main_inner h2,
#glacier_read p,
#glacier_strap .img_box img,
#glacier_strap .txt_box p,
#link li,
#link li,
.spec li .img_box,
.spec li .txt_box,
.spec h2
{ visibility: hidden; }

/*-------------------------------------------------
	header
--------------------------------------------------*/
header{ position: absolute; left: 0px; top: 0px; z-index: 9999; width: 100%; }
header div{ margin: 0; line-height: 1; font-size: 1px; display: block; }
header div img{ width: 100%; vertical-align: top;}
/*------ header logo ------*/
header .seiko_logo{ width: 130px; position:absolute; right: 30px; top: 30px; text-align: right;}
header .prospex_logo{ width: 240px; position:absolute; left: 30px; top: 30px; }
@media (max-width: 1600px) {
header .seiko_logo{ width: 8.17vw; right: 1.85vw; top: 1.85vw; }
header .prospex_logo{ width: 14.9vw; left: 1.9vw; top: 1.8vw; }
}/*END*/
@media screen and (orientation: portrait) {
header .seiko_logo{ width: 130px; right: 30px; top: 30px; }
header .prospex_logo{ width: 220px; left: 30px; top: 30px; }
}/*END*/
@media screen and (max-width: 780px) and (orientation: portrait) { 
header .seiko_logo{ width: 17vw; right: 3.8vw; top: 3.8vw; }
header .prospex_logo{ width: 28vw; left: 3.8vw; top: 3.8vw; }
}/*END*/
@media screen and (max-width: 640px) and (orientation: portrait) {
header .seiko_logo{ width: 20vw; right: 3.8vw; top: 3.8vw; }
header .prospex_logo{ width: 36vw; left: 3.8vw; top: 3.8vw; }
}/*END*/

/*-------------------------------------------------
	contents
--------------------------------------------------*/
.wrapper{ position: relative; overflow: hidden;}

/*-------------------------------------------------
	#main
--------------------------------------------------*/
#main{ width: 100%; position: relative; left: 0px; top: 0px; overflow: hidden; background: #000;}
.main_inner { position: absolute; left: 0px; top: 7.1%; width: 100%; text-align: center; z-index: 2; }
.main_inner img{width: 23.7vw; margin-left: .1vw; position: relative; z-index: 1; }
.main_inner h1 { margin-top: -1.7vw; font-size: 2.5vw; line-height: 1.26; text-shadow: 1px 1px 10px rgba(11, 44, 37, 1); font-family:Helvetica, Arial, sans-serif; font-weight: 700; color: #fff; width: 100%; position: relative;z-index: 2; }
.main_shadow{ width: 30vw; height: 30vw;  position: absolute; top: -15vw; right: -14vw; z-index: 2; background-image: radial-gradient(circle closest-side, rgba(214, 177, 145, .5), rgba(214, 177, 145, 0) 100%); }
@media screen and (orientation: portrait) {
.main_inner { top: 12.25%; }
.main_inner img{width: 51.3vw; margin-left: .2vw; }
.main_inner h1 { margin-top: 5vw; font-size: 4.5vw; }
.main_inner h1 span {display: block;}
}/*END*/
@media screen and (max-width: 640px) and (orientation: portrait) {
.main_inner { top: 15.2%; }
.main_inner img{width: 65.6vw; margin-left: .4vw; }
.main_inner h1 {  margin-top: 9.45vw; font-size: 5.6vw;  text-shadow: 1px 1px 10px rgba(11, 44, 37, 1), 1px 1px 30px rgba(11, 44, 37, 1);}
.main_shadow{ width: 30vw; height: 30vw;  position: absolute; top: -10vw; right: 3vw; z-index: 2; background-image: radial-gradient(circle closest-side, rgba(3, 55, 43, .4), rgba(3, 55, 43, 0) 100%); }
}/*END*/
@media screen and (max-width: 400px) and (orientation: portrait) {
.main_inner { top: 13.15%; }
.main_inner img{width: 58.1vw; margin-left: 0vw; }
.main_inner h1 { margin-top: 6.3vw; font-size: 5.3vw; }
.main_shadow{ width: 30vw; height: 30vw;  position: absolute; top: -10vw; right: 5vw; z-index: 2; background-image: radial-gradient(circle closest-side, rgba(3, 55, 43, .4), rgba(3, 55, 43, 0) 100%); }
}/*END*/

/*---- main_img ----*/
.main_img img{ width:100%; }

.main_img{ width: 100%; height: 50vw; position: relative; z-index: 1; }
@media screen and (orientation: portrait) {
.main_img{ width: 100%; height: 125vw;}
}/*END*/
@media screen and (max-width: 640px) and (orientation: portrait) {
.main_img{ width: 100%; height: 173.2vw;}
}/*END*/
@media screen and (max-width: 400px) and (orientation: portrait) {
.main_img{ width: 100%; height: 146.2vw;}
}/*END*/

.main_img{ background: url(https://www.seikowatches.com/us-en/-/media/HtmlUploader/America/Seiko/Home/products/prospex/special/1968_gmt/asset/img/main.jpg) top center no-repeat; background-size: cover; position: relative; }
@media screen and (orientation: portrait) {
.main_img{ background: url(https://www.seikowatches.com/us-en/-/media/HtmlUploader/America/Seiko/Home/products/prospex/special/1968_gmt/asset/img/main_sp.jpg) top center no-repeat; background-size: cover; }
}/*END*/

/*-------------------------------------------------
	read
--------------------------------------------------*/
#read { background: #f5f5f5; color: #000;}
#read .inner{ padding: 80px 0; width: 90%; max-width: 1150px; margin: 0 auto; text-align: center; }
#read .inner p span{ display: inline-block; }
@media (max-width: 1400px) {
#read .inner{ padding: 80px 0; width: 90%; max-width: 1100px;  }
}/*END*/
@media (max-width: 1300px) {
#read .inner{ padding: 80px 0; width: 90%; max-width: 1000px; margin: 0 auto; text-align: center; }
}/*END*/
@media (max-width: 1200px) {
#read .inner{ padding: 80px 0; width: 90%; max-width: 900px; margin: 0 auto; text-align: center; }
}/*END*/
@media (max-width: 980px) {
#read .inner{ padding: 70px 0; width: 90%; max-width: 1100px;  }
}/*END*/
@media (max-width: 900px) {
#read .inner{ padding: 70px 0; width: 90%; max-width: 700px;  }
}/*END*/
@media (max-width: 850px) {
#read .inner{ padding: 70px 0; width: 90%; max-width: 650px;  }
}/*END*/
@media (max-width: 720px) {
#read .inner p span{ display:inline; }
#read .inner{ padding: 70px 0; width: 85%; max-width: 550px;  }
}/*END*/
@media (max-width: 620px) {
/*#read .inner p{ text-align: left; }*/
#read .inner{ padding: 60px 0; width: 85%; max-width: 100%;  }
/*#read .inner p span{ display:inline !important; }*/
}/*END*/
/*--- br ---*/
.read_br1{display: block; }
.read_br2{display: none; }
.read_br4{display: none; }
@media (max-width: 1200px) {
.read_br2{display: block; }
.read_br3{display: none; }
}/*END*/
@media (max-width: 1024px) {
.read_br4{display: block; }
}/*END*/
@media (max-width: 900px) {
.read_br1{display: none; }
.read_br2{display: none; }
.read_br3{display: none; }
.read_br4{display: none; }
}/*END*/

/*-------------------------------------------------
	history
--------------------------------------------------*/
#history{ padding-bottom: 100px; background: #f5f5f5; color:#fff;}
.his_inner{ margin: 0 auto; width: 85%; max-width: 1200px; display: flex; text-align: center; position: relative; }
.history_L{ position: relative;}
.history_R{ position: relative;}
.his_inner img{ width: 100%;}
.his_inner .txt_box{ position: absolute; bottom: 0%; left: 0%; width: 100%; height: 35%; z-index: 10; background: rgba(255,0,0,0); display: flex; align-items: center; justify-content: center;}
.his_inner .txt_box h2{ font-size: 48px; line-height: 1; letter-spacing: 2px; color:#fff; opacity: 0.4; font-family: 'Times New Roman', Times, serif; }
.his_inner .txt_box p { margin-top: 7px; font-size: 16px; letter-spacing: 1.5px; font-weight: 700; line-height: 1.5;}
.his_inner .txt_box p span{ font-size:20px;}
.his_inner_bar{ position: absolute; left: 50%; top:475px; height: 1px; width: 120px; margin-left: -60px; background: rgba(255,255,255,0.4); z-index: 11;}
@media (max-width: 1410px) {
.his_inner_bar{ position: absolute; left: 50%; top:33.6vw; width: 8.6vw; margin-left: -4.3vw; }
}/*END*/
@media (max-width: 1200px) {
.his_inner{ background: #0d0c03; height: 43vw;}
.his_inner .txt_box{ position: absolute; bottom: 0%; left: 0%; width: 100%; height: 40%;}
.his_inner .txt_box h2{ font-size: 4vw; line-height: 1;  }
.his_inner .txt_box p { margin-top: 0.7vw; }
.his_inner .txt_box p span{font-size:1.42vw;}
.his_inner_bar{ position: absolute; left: 50%; top:33.6vw; width: 8.6vw; margin-left: -4.3vw; }
}/*END*/
@media (max-width: 1024px) {
#history{ padding-bottom: 80px;}
.his_inner{ background: #0d0c03; height: 47vw;}
.his_inner .txt_box h2{ font-size: 4.4vw; line-height: 1;  }
.his_inner .txt_box p { margin-top: 1vw; font-size: 16px;}
.his_inner .txt_box p span{ margin-top: 0px; font-size:1.82vw;}
.his_inner_bar{ position: absolute; left: 50%; top:33vw; width: 8.6vw; margin-left: -4.3vw; }
}/*END*/
@media (max-width: 850px) {
.his_inner{ background: #0d0c03; height: 47vw;}
.his_inner .txt_box h2{ font-size: 4.4vw; line-height: 1; letter-spacing: 0px; }
.his_inner .txt_box p { margin-top: 1vw; font-size: 15px; letter-spacing: 0px;}
.his_inner .txt_box p span{ margin-top: 0px; font-size:1.82vw; }
.his_inner_bar{ position: absolute; left: 50%; top:33.2vw; width: 8.6vw; margin-left: -4.3vw; }
}/*END*/
.br_his_inner{display: none;}
@media (max-width: 640px) {
.his_inner{ background: #0d0c03; height: 52vw;}
#history{ padding-bottom: 60px;}
.br_his_inner{display: block;}
.his_inner{ margin: 0 auto; width: 100%; }
.his_inner .txt_box h2{ font-size: 5vw; line-height: 1;  }
.his_inner .txt_box p { margin-top: 1.6vw; font-size: 2.3vw;}
.his_inner .txt_box p span{ margin-top: 0px; font-size:2.5vw;}
.his_inner_bar{ position: absolute; left: 50%; top:34vw; width: 8.6vw; margin-left: -4.3vw; }
}/*END*/
@media (max-width: 500px) {
.his_inner{ background: #0d0c03; height: 55vw;}
.his_inner .txt_box h2{ font-size: 6vw; line-height: 1;  }
.his_inner .txt_box p { margin-top: 1.6vw; font-size: 2.6vw;}
.his_inner .txt_box p span{ margin-top: 0px; font-size:3vw;}
.his_inner_bar{ position: absolute; left: 50%; top:34.4vw; width: 8.6vw; margin-left: -4.3vw; }
}/*END*/
/* main_image  ON / OFF */
.his_x15{display:block;}
.his_x1{display:none;}
@media screen and (max-width: 1200px) {
.his_x15{display:none;}
.his_x1{display:block;}
}/*END*/

/*-------------------------------------------------
	co
--------------------------------------------------*/
.co_h2{ margin: 0 auto; display: inline-block; padding: 100px 0 90px; font-size: 20px; line-height: 1.2; letter-spacing: 12px; font-weight: bold; text-align: center; font-family:Helvetica,  Arial, sans-serif;}
#color .co_h2{ padding: 100px 0 70px; font-size: 20px; letter-spacing: 10px;}
.co_h2 span{ display:block; width: 33%; max-width: 70px; height: 2px; margin: 30px auto 0; background: #bfbfbf; }
@media screen and (max-width: 1000px) {
.co_h2{  padding: 80px 0 70px; font-size: 18px; letter-spacing: 11px;}
#color .co_h2{ padding: 80px 0 70px; font-size: 18px; letter-spacing: 10px;}
.co_h2 span{ display:block; width: 33%; max-width: 70px; height: 2px; margin: 25px auto 0;}
}/*END*/
@media screen and (max-width: 640px) {
.co_h2{ padding: 70px 0 60px; font-size: 17px; letter-spacing: 8px;}
#color .co_h2{ padding: 70px 0 60px; font-size: 17px; letter-spacing: 7px;}
.co_h2 span{ display:block; width: 33%; max-width: 70px; height: 2px;  margin: 22px auto 0;}
}/*END*/
@media screen and (max-width: 500px) {
.co_h2{ padding: 60px 0 50px; font-size: 15px; letter-spacing: 8px;}
#color .co_h2{ padding: 60px 0 50px; font-size: 15px; letter-spacing: 6px;}
.co_h2 span{ display:block; width: 33%; max-width: 70px; height: 2px; margin: 20px auto 0;}
}/*END*/

/*-------------------------------------------------
	design
--------------------------------------------------*/
#design{ padding-bottom: 100px; text-align: center;}
#design ul { margin: 0 auto; width: 85%; max-width: 1200px; text-align: left;}
#design ul li{ display: flex;}
#design ul li .img_box{ width: 50%; overflow: hidden; }
#design ul li .txt_box{ width: 50%; display: flex; align-items: center; justify-content: center;}
#design ul li .txt_box p{ width: 65%; }
#design ul li:nth-child(even){ flex-direction : row-reverse; }
@media screen and (max-width: 1300px) {
#design ul li .txt_box p{ width: 66%; }
}/*END*/
@media screen and (max-width: 1100px) {
#design ul li .txt_box p{ width: 70%; }
}/*END*/
@media screen and (max-width: 1000px) {
#design{ padding-bottom: 0px; text-align: center;}
#design ul li{ display: block; margin-bottom: 80px;}
#design ul li .img_box{ margin: 0 auto; width: 80%; max-width: 600px; }
#design ul li .txt_box{ margin: 30px auto 0; width: 80%; max-width: 700px; display: block;}
#design ul li .txt_box p{ width: 100%; }
}/*END*/
@media screen and (max-width: 640px) {
#design{ padding-bottom: 0px; text-align: center;}
#design ul { margin: 0 auto; width: 85%; }
#design ul li{ display: block; margin-bottom: 60px;}
#design ul li .img_box{ margin: 0 auto; width: 100%; max-width: 600px; }
#design ul li .txt_box{ margin: 30px auto 0; width: 100%; max-width: 700px; display: block;}
#design ul li .txt_box p{ width: 100%; }
}/*END*/

/*-------------------------------------------------
	movie
--------------------------------------------------*/
#movie{ background: #000; text-align: center;  overflow: hidden;}
#movie a{ width: 100%; height: 100%; position: relative; display: block;}
#movie a img{ transition: 1s; margin: 0 auto; width: 100%; }
#movie a:hover img{ transform: scale(1.05); opacity: 0.5; }
@media screen and (max-width: 1600px) {
#movie a{height:600px;}
#movie a .movie_img{ position: absolute; left: 50%; top: 0; width: 1600px; height:600px; margin-left: -800px;}
}/*END*/
@media screen and (max-width: 1400px) {
#movie a{height:42.8vw;}
#movie a .movie_img{ position: absolute; left: 50%; top: 0; width: 114.4%; height:100%; margin-left: -57.2%; }
}/*END*/
@media screen and (max-width: 1000px) {
#movie a{height:auto;}
#movie a .movie_img{ position: relative; left: initial; top: 0; width: 100%; height:100%; margin-left:0%; }
}/*END*/
/* play movie*/
#movie a span.play{ position: absolute; left: 50%; top: 50%; width: 70px; height: 70px; margin: -35px 0 0 -35px; display: inline-block;  background: rgba(255,255,255,0); border: solid 1.5px rgba(255,255,255,.6); border-radius: 50%; box-sizing: border-box; z-index: 3; transition: 0.3s; }
#movie a span.play::after{ border-width: 10px 0 10px 16px; margin: -10px 0 0 -5px; border-color: transparent transparent transparent #fff; left: 50%; top: 50%; position: absolute; content: ''; display: block; width: 0; height: 0; border-style: solid; }
#movie a:hover span.play{ background: rgba(255,255,255,0.2); border: solid 2px rgba(255,255,255,0); }
@media screen and (max-width: 1400px) {
#movie a span.play{ display: inline-block; width: 60px; height: 60px; margin: -30px 0 0 -30px; }
#movie a span.play::after{ border-width: 8px 0 8px 13px; margin: -8px 0 0 -5px;  }
}/*END*/
@media screen and (max-width: 750px) {
#movie a span.play{ display: inline-block; width: 50px; height: 50px;  margin: -25px 0 0 -25px; }
#movie a span.play::after{ border-width: 7px 0 7px 11px; margin: -7px 0 0 -4px;  }
}/*END*/
/* [ on off ]*/
#movie .pc{ display: inline-block;}
#movie .sp{ display: none;}
@media (max-width: 1000px) {
#movie .pc{ display: none;}
#movie .sp{ display: inline-block;}
}/*END*/

/*-------------------------------------------------
	color
--------------------------------------------------*/
#color{ margin-top: 100px; text-align: center; background: #f5f5f5; }
#color p.txt{ margin: 0 auto; width: 85%;}
/* ul li */
#color ul { margin-top: 40px; display: flex; width: 100%; background: "f00";}
#color ul li{ width: 50%;}
#color ul li:nth-child(even){ background: linear-gradient(to right, #ededed 0%, #f5f5f5 100%);}
#color ul li .img_box img{ width: 100%; }
#color ul li .txt_box{ margin-top: -23vw; padding-bottom: 100px; }
#color ul li .txt_box img{width:34%; }
#color ul li .txt_box h3{ margin-top: 35px; font-size: 19px; letter-spacing: 6px; line-height: 1; font-weight: bold; font-family: Helvetica, Arial, sans-serif; }
#color ul li .txt_box p{ margin-top: 15px; font-size: 14px; letter-spacing: 1px; line-height: 1;}
@media (max-width: 1600px) {
#color ul li .txt_box{ margin-top: -23vw; padding-bottom: 90px; }
}/*END*/
@media (max-width: 1100px) {
#color ul li .txt_box{ margin-top: -40vw; padding-bottom: 100px; }
#color ul li .txt_box img{width:58%; }
}/*END*/
@media (max-width: 950px) {
#color ul li .txt_box{ margin-top: -40vw; padding-bottom: 80px; }
}/*END*/
@media (max-width: 680px) {
#color{ margin-top: 80px;}
#color ul li .txt_box{ margin-top: -40vw; padding-bottom: 60px; }
#color ul li .txt_box h3{ margin-top: 35px; font-size: 17px; letter-spacing: 5px; line-height: 1; font-weight: bold; font-family: Helvetica, Arial, sans-serif; }
#color ul li .txt_box p{ margin-top: 15px; font-size: 13px; letter-spacing: 1px; line-height: 1;}
}/*END*/
@media (max-width: 550px) {
#color ul li .txt_box{ margin-top: -40vw; padding-bottom: 60px; }
}/*END*/
@media (max-width: 450px) {
#color{ margin-top: 60px;}
#color ul li .txt_box{ margin-top: -40vw; padding-bottom: 55px; }
#color ul li .txt_box h3{ margin-top: 35px; font-size: 15px; letter-spacing: 4px; line-height: 1; font-weight: bold; font-family: Helvetica, Arial, sans-serif; }
#color ul li .txt_box p{ margin-top: 15px; font-size: 12px; letter-spacing: 1px; line-height: 1;}
}/*END*/
/* */
@media (min-width: 1101px) {
#color .img_box{ position: relative; overflow: hidden; height: 28.15vw;}
#color .img_box .green_x15{ position: absolute; width: 100%; height: 28.15vw; top: 0px; left: 0%; margin-left: 0%; z-index: 0;}
#color .txt_box{ position: relative; z-index: 2;}
}/*END*/
/* [ on off ]*/
#color .x15{ display: inline-block;}
#color .sp{ display: none;}
@media (max-width: 1100px) {
#color .x15{ display: none;}
#color .sp{ display: inline-block;}
}/*END*/

/*-------------------------------------------------
	glacier
--------------------------------------------------*/
#glacier{ margin-top: 100px; background: #f5f5f5;}

/*-------------------------------------------------
	glacier_main
--------------------------------------------------*/
#glacier_main{ width: 100%; position: relative; left: 0px; top: 0px; z-index: 1; background: #fff; overflow: hidden;}
.glacier_main_inner { position: absolute; left: 0px; top: 7.1%; width: 100%; text-align: center; z-index: 2; }
.glacier_main_inner img{width: 23.7vw; margin-left: .1vw; }
@media screen and (orientation: portrait) {
.glacier_main_inner { top: 12.5%; }
.glacier_main_inner img{width: 51.5vw; margin-left: .2vw; }
}/*END*/
@media screen and (max-width: 640px) and (orientation: portrait) {
.glacier_main_inner { top: 13%; }
.glacier_main_inner img{width:58.5vw; margin-left: .4vw; }
}/*END*/
@media screen and (max-width: 400px) and (orientation: portrait) {
.glacier_main_inner { top: 13.15%; }
.glacier_main_inner img{width: 58.5vw; margin-left: 0vw; }
}/*END*/

.glacier_main_box h2 { position: absolute; left: 0px; top: 95.5%; font-size: 2.5vw; line-height: 1.26; text-shadow: 1px 1px 10px rgba(29, 67, 106, 1); font-family:Helvetica, Arial, sans-serif; font-weight: 700; color: #fff; width: 100%; }
@media screen and (orientation: portrait) {
.glacier_main_box h2 { top: 106%; font-size: 4.5vw; }
.glacier_main_box h2 span {display: block;}
.glacier_main_box h2 br {display: none;}
}/*END*/
@media screen and (max-width: 640px) and (orientation: portrait) {
#glacier{ margin-top: 80px; }
.glacier_main_box h2 { top: 106%; font-size: 5vw; }
}/*END*/
@media screen and (max-width: 450px) {
#glacier{ margin-top: 60px; }
}/*END*/
@media screen and (max-width: 400px) and (orientation: portrait) {
.glacier_main_box h2 { top: 107%; font-size: 5vw; }
}/*END*/

/*---- main_img ----*/
.glacier_main_img img{ width:100%; }
.glacier_main_img{ width: 100%; height: 50vw; position: relative; z-index: 1; }
@media screen and (orientation: portrait) {
.glacier_main_img{ width: 100%; height: 125vw;}
}/*END*/
@media screen and (max-width: 640px) and (orientation: portrait) {
.glacier_main_img{ width: 100%; height: 146.2vw;}
}/*END*/
@media screen and (max-width: 400px) and (orientation: portrait) {
.glacier_main_img{ width: 100%; height: 146.2vw;}
}/*END*/
/*[ img ]*/
.glacier_main_img{ background: url(https://www.seikowatches.com/us-en/-/media/HtmlUploader/America/Seiko/Home/products/prospex/special/1968_gmt/asset/img/glacier_main.jpg) top center no-repeat; background-size: cover; position: relative; }
@media screen and (orientation: portrait) {
.glacier_main_img{ background: url(https://www.seikowatches.com/us-en/-/media/HtmlUploader/America/Seiko/Home/products/prospex/special/1968_gmt/asset/img/glacier_main_sp.jpg) center -12vw no-repeat; background-size: cover; }
}/*END*/
@media screen and (max-width: 640px) and (orientation: portrait) {
.glacier_main_img{ background: url(https://www.seikowatches.com/us-en/-/media/HtmlUploader/America/Seiko/Home/products/prospex/special/1968_gmt/asset/img/glacier_main_sp.jpg) center top no-repeat; background-size: cover; }
}/*END*/
/*[ on / off ]*/
.glacier_main_img .x1{display:block;}
.glacier_main_img .sp{display:none;}
@media screen and (orientation: portrait) {
.glacier_main_img .x1{display:none;}
.glacier_main_img .sp{display:block;}
}/*END*/

/*-------------------------------------------------
	glacier_read
--------------------------------------------------*/
#glacier_read{ padding: 90px 0; width: 85%; max-width: 1100px; margin: 0 auto; text-align: center;}
@media screen and (max-width: 1400px) {
#glacier_read{ padding: 90px 0; width: 85%; max-width: 1000px; margin: 0 auto; text-align: center;}
}/*END*/
.glacier_read_br1{ display:block;}
.txt_l span{ display: inline-block;}
@media screen and (max-width: 930px) {
.glacier_read_br1{ display:none;}
}/*END*/
@media screen and (max-width: 800px) {
#glacier_read{ padding: 80px 0; width: 85%; margin: 0 auto; text-align: center;}
}/*END*/
@media screen and (max-width: 640px) {
#glacier_read{ padding: 60px 0; width: 85%; margin: 0 auto; text-align: center;}
}/*END*/

/*-------------------------------------------------
	glacier_strap
--------------------------------------------------*/
#glacier_strap{ margin: 0 auto; padding: 120px 0; width: 94%; text-align: center; background: #fff;}
#glacier_strap .inner{ margin: 0 auto; max-width: 1200px; width: 95%; display: flex;}
#glacier_strap .inner .img_box{ margin-left: 0%; width: 63.2%; }
#glacier_strap .inner .txt_box{ margin-left: 0%;  width: 31.5%; display: flex; align-items: center; text-align: left;}
@media screen and (max-width: 1600px) {
#glacier_strap{ padding: 7vw 0; }
}/*END*/
@media screen and (max-width: 1000px) {
#glacier_strap .inner{ margin: 0 auto; max-width: 1200px; width: 95%; display: block;}
#glacier_strap .inner .img_box{ margin: 0 auto; width: 100%; }
#glacier_strap .inner .txt_box{ margin: 40px auto 0; width: 80%; display: block; }
}/*END*/
@media screen and (max-width: 640px) {
#glacier_strap{ padding: 10vw 0; }
#glacier_strap .inner .txt_box{ margin: 5vw auto 0; width: 90%; display: block; }
}/*END*/

/*-------------------------------------------------
	link
--------------------------------------------------*/
#link{ padding: 100px 0 100px; /*background: linear-gradient(to bottom, #000000 0%, #484848 100%);*/ }
#link ul { width: 94%; max-width:1360px; margin: 0 auto; display: flex; justify-content: space-around; }
#link ul li{ width: 44%; max-width:600px; text-align: center; }
#link ul li a{ color: #000; text-decoration: none; position: relative; }
#link ul li a div.link_inner{ position: relative; overflow: hidden; }
#link ul li a img{ transition: 1s;}
#link ul li a:hover img{ transform: scale(1); opacity: 0.7;}
#link ul li a p{display: inline-block; padding-bottom: 3px; transition: 0.3s; position: relative;}
#link ul li a p span{ display: block; position: absolute; left: 0px; bottom: 0px; width: 100%; height: 1px; overflow: hidden;}
#link ul li a:hover p span::after{ left: 0%; width: 100%;}
#link ul li a:hover img{ transform: scale(1.05);}
/*link_waku*/
.link_waku{ padding: 7px; width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; z-index: 2; box-sizing: border-box; }
.link_waku div{width: 100%; height: 100%; border: solid 1px rgba(255,255,255,.5); box-sizing: border-box; transition: 1s; }
#link ul li a:hover .link_waku div{border: solid 1px rgba(255,255,255,.2); }
#link ul li a br{ display: none; }
@media (max-width: 1440px) {
.link_waku{ padding: .48vw; }
}/*END*/
@media (max-width: 1000px) {
.link_waku{ padding: 7px; }
#link{ padding: 40px 0 100px; }
#link ul { width: 94%; max-width:1360px; margin: 0 auto; display: block; text-align: center; }
#link ul li{ width: 75%; max-width:600px; margin: 80px auto 0; text-align: center;}
}/*END*/
@media (max-width: 850px) {
.link_waku{ padding: .8vw; }
}/*END*/
@media (max-width: 750px) {
#link{ padding: 5vw 0 15vw; }
#link ul { width: 94%; max-width:1360px; margin: 0 auto; display: block; text-align: center; }
#link ul li{ width: 75%; max-width:600px; margin: 11vw auto 0; text-align: center;}
}/*END*/
@media (max-width: 450px) {
#link{ padding: 5vw 0 15vw; }
#link ul { width: 94%; max-width:1360px; margin: 0 auto; display: block; text-align: center; }
#link ul li{ width: 85%; max-width:600px; margin: 11vw auto 0; text-align: center;}
#link ul li a br{ display: inline-block; }

}/*END*/
/*link_arrow*/
#link ul li a div .link_arrow{ position: absolute; right: 4%; top: 50%; margin-top: -13px; width: 26px; height: 26px; background: url(https://www.seikowatches.com/us-en/-/media/HtmlUploader/America/Seiko/Home/products/prospex/special/1968_gmt/asset/img/link_arrow.svg); background-size: cover;transition: 0.2s; }
#link ul li a:hover div .link_arrow{ opacity: 0.6; }
@media (max-width: 1400px) {
#link ul li a div .link_arrow{ position: absolute; right: 4%; top: 50%; margin-top: -0.95vw; width: 1.9vw; height: 1.9vw; }
}/*END*/
@media (max-width: 1000px) {
#link ul li a div .link_arrow{ position: absolute; right: 4%; top: 50%; margin-top: -13px; width: 26px; height: 26px; }
}/*END*/
@media (max-width: 800px) {
#link ul li a div .link_arrow{ position: absolute; right: 4%; top: 50%; margin-top: -1.7vw; width: 3.4vw; height: 3.4vw; }
#link ul li a div br{ display: block; }
}/*END*/
@media (max-width: 450px) {
#link ul li a div .link_arrow{ position: absolute; right: 4%; top: 50%; margin-top: -2vw; width: 4vw; height: 4vw; }
}/*END*/
/*---txt2---*/
.txt2{ margin-top: 20px; font-size: 16px; line-height: 1.4;  }
@media (max-width: 1200px) {
.txt2{ margin-top: 18px; font-size: 15px; }
}/*END*/
@media (max-width: 1000px) {
.txt2{ margin-top: 20px; font-size: 16px; }
}/*END*/
@media (max-width: 700px) {
.txt2{ margin-top: 18px; font-size: 15px; }
}/*END*/
@media (max-width: 500px) {
.txt2{ margin-top: 15px; font-size: 14px; }
}/*END*/
@media (max-width: 400px) {
.txt2{ margin-top: 3.4vw; font-size: 13px; }
}/*END*/
/* [ on off ]*/
#link .x15{display:block;}
#link .x1{display:none;}
@media (max-width: 500px) {
#link .x15{display:none;}
#link .x1{display:block;}
}/*END*/

/*-------------------------------------------------
	spec
--------------------------------------------------*/
.spec{ padding: 0 0 100px; background: #fff; color: #000; position:relative; }
.spec .title_box{ padding: 90px 0 70px; }
.spec .title_box h2 {font-size: 36px; line-height: 1.2; font-family:Helvetica, Arial, sans-serif; font-weight: 700; color: #000; text-align: center; }
.spec .title_box h2 .br{ display: none;}
.spec .title_box h2 span{ display: inline-block;}
@media screen and (max-width:1050px) {
.spec{ padding: 0 0 90px; }
.spec .title_box{ padding: 8vw 0 8vw; }
}/*END*/
@media screen and (max-width: 1000px) {
.spec .title_box h2 {font-size: 30px;}
.spec .title_box h2 .br{ display: block;}
}/*END*/
@media screen and (max-width: 760px) {
.spec .title_box{ padding: 9vw 0 9vw; }
.spec .title_box h2 {font-size: 4vw; }
.spec .title_box h2 .br{ display: block;}
}/*END*/
@media screen and (max-width: 640px) {
.spec{  padding: 0 0 80px; }
.spec .title_box{ padding: 10vw 0 10vw;  }
}/*END*/
@media screen and (max-width: 500px) {
.spec .title_box{ padding: 12vw 0 12vw;  }
.spec{  padding: 0 0 70px; }
.spec .title_box h2 { font-size: 5.4vw; }
.spec .title_box h2 .br{ display: block;}
}/*END*/

/*---------【3列】---------*/
/* [[ spec_3r ]] */
.spec ul { display: flex; flex-wrap: wrap; justify-content:space-between; max-width: 1110px; width: 85%; margin: 0px auto 0;}
.spec ul li{ width: 33.3%;}
.spec .img_box{ width:75%; max-width: 258px; margin: 0 auto; text-align: center;}
.spec .txt_box{ margin-top: 25px; width: 100%; text-align: center; position: relative; z-index: 3; }
@media (max-width: 950px){
.spec ul { max-width: 1110px; width: 95%; }
}/*END*/


@media (max-width: 750px){
.spec ul { max-width: 750px; width: 85%;}
.spec ul li{ width: 50%; margin-top: 100px ;}
.spec ul li:nth-child(1),
.spec ul li:nth-child(2){ margin-top: 0px !important;}
.spec ul li:nth-child(3){ margin: 100px auto 0;}
.spec .img_box{ width: 80%; max-width: 258px; margin: 0 auto; text-align: center; }
}/*END*/
@media (max-width: 650px){
.spec .img_box img{  width: 100%; max-width: 258px;}
.spec ul li{ margin-top: 12vw ;}
.spec ul li:nth-child(3){ margin: 12vw auto 0;}
}/*END*/
@media (max-width: 640px){
.spec ul { max-width: 700px; width: 90%;}
.spec .img_box{ width: 80%;  margin: 0 auto; text-align: center; }
}/*END*/
@media (max-width: 400px){
.spec ul { max-width: 700px; width: 95%;}
.spec .img_box{ width: 87%; margin: 0 auto; text-align: center; }
}/*END*/
/* img [ on / off ] */
.spec .pc{ display: block;}
.spec .sp{ display: none;}
@media screen and (max-width: 640px) {
.spec .pc{ display: none;}
.spec .sp{ display: block;}
}/*end*/

.number		{ margin-top: 0px; font-size: 24px; line-height: 1.4; letter-spacing: 1px; font-family: Helvetica, Arial, sans-serif; }
.caribre	{ margin-top: 5px; font-size: 15px; }
.price		{ margin-top: 7px; font-size: 18px; }
.price span	{ margin-top: 0px; font-size: 12px; margin-left: 3px; }
.limited	{ margin-top: 22px; font-size: 15px; position: relative; padding-bottom: 4px; display: inline-block;} .limited::after { content: ''; position: absolute; left: 0px; bottom: 0px; width: 100%; height: 2px; background: #000; }
.limited_sub{ margin-top: 3px; font-size: 12px; }
.spec_txt	{ margin-top: 12px; font-size: 14px; }
.spec_txts	{ margin-top: 18px; font-size: 13px; }
@media screen and (max-width: 640px) {
.number		{ margin-top: 0px; font-size: 22px; }
.caribre	{ margin-top: 5px; font-size: 14px; }
.price		{ margin-top: 7px; font-size: 16px; }
.price span	{ margin-top: 0px; font-size: 11px; margin-left: 3px; }
.limited	{ margin-top: 22px; font-size: 14px; position: relative; padding-bottom: 4px; display: inline-block;}
.limited_sub{ margin-top: 3px; font-size: 11px; }
.spec_txt	{ margin-top: 12px; font-size: 13px; }
.spec_txts	{ margin-top: 18px; font-size: 12px; }
}/*END*/
@media screen and (max-width: 450px) {
.number		{ margin-top: 0px; font-size: 20px; }
.caribre	{ margin-top: 5px; font-size: 13px; }
.price		{ margin-top: 7px; font-size: 16px; }
.price span	{ margin-top: 0px; font-size: 11px; margin-left: 3px; }
.limited	{ margin-top: 22px; font-size: 14px; position: relative; padding-bottom: 4px; display: inline-block;}
.limited_sub{ margin-top: 3px; font-size: 11px; }
.spec_txt	{ margin-top: 12px; font-size: 12px; }
.spec_txts	{ margin-top: 18px; font-size: 12px; }
}/*END*/
@media screen and (max-width: 350px) {
.limited	{ margin-top: 22px; font-size: 13px; position: relative; padding-bottom: 4px; display: inline-block;}
}/*END*/


.shop_sp{ text-align: center; margin-top: -3vw; position: relative; z-index: 3;}
@media (max-width: 370px) {
.shop_sp{ text-align: center; margin-top: 25px;}
}/*END*/
/* [ on off ]*/
.shop_pc{ display: block;}
.shop_sp{ display: none;}
@media (max-width: 550px) {
.shop_pc{ display: none;}
.shop_sp{ display: block;}
}/*END*/


/*---- spec_btn ----*/
.spec_btn { margin:22px auto 0; display: block;}
.spec_btn a {width: 180px; padding: 16px 0 18px; margin:0 auto; font-size: 13px; line-height: 1; font-weight: 400;letter-spacing: 1px; color: #fff; background: #000; display: block; transition: 0.3s; text-decoration: none; border-radius: 4px;}
.spec_btn a:hover { cursor: pointer; color: #fff; opacity: 0.6; }
@media screen and (max-width: 640px) {
.spec_btn { margin: 18px auto 0; }
.spec_btn a {  width: 170px; padding: 16px 0 18px; font-size: 13px; letter-spacing: 1px;}
}/*END*/
@media screen and (max-width: 450px) {
.spec_btn { margin: 15px auto 0; }
.spec_btn a { width: 160px; font-size: 12px;  padding: 16px 0 18px; }
}/*END*/
@media screen and (max-width: 400px) {
.spec_btn { margin: 15px auto 0; }
.spec_btn a { width: 150px; font-size: 11.5px;  padding: 16px 0 18px; }
}/*END*/
@media screen and (max-width: 370px) {
.spec_btn a { width: 140px; font-size: 11px;  padding: 16px 0 18px; letter-spacing: 1px; }
}/*END*/

/*-------------------------------------------------
	gotop
--------------------------------------------------*/
.gotop { position:absolute; bottom:0px; right:20px;width:50px; height:70px; box-sizing:border-box; border-radius: 0%; z-index: 2000!important; }
.gotop a{ position: relative; display:block; background:rgba(33,33,33,0.8); text-decoration:none;width:50px; height:50px; box-sizing:border-box; border-radius: 0%; z-index: 11; transition: 0.3s; }
.gotop a::after { position:absolute; top:50%; left:50%; content: ''; width: 20px; height: 20px; margin: -10px 0 0 -10px; background: url("https://www.seikowatches.com/us-en/-/media/HtmlUploader/America/Seiko/Home/products/prospex/special/1968_gmt/asset/img/page_top.png") no-repeat ; background-size: cover;}
.gotop a:hover { background:rgba(60,60,60,0.5); }
@media (max-width: 500px) {
.gotop { position:absolute; bottom:0px; right:10px; width:40px; height:50px; }
.gotop a{ width:40px; height:40px; }
.gotop a::after { width: 20px; height: 20px; margin: -10px 0 0 -10px; }
}/*END*/

/*-------------------------------------------------
	footer
--------------------------------------------------*/
footer{ background: #262626; width: 100%; height: auto; position: relative; z-index: 10; }
footer::after { content:" "; display:block; clear:both;}
.foot_l{ float: left; margin: 59px 0 0 40px;}
.foot_l .foot_logo { float: left; line-height: 1; margin-bottom: 53px; }
.foot_l .foot_logo img { width: 131px; transition: 0.2s; }
.foot_l .foot_logo a:hover img{ opacity: 0.6;}
.foot_l .copyright { float: left; margin: 13px 0 0 32px; font-size: 12px; line-height: 1; letter-spacing: 1px; color: #fff; font-family: 'Noto Sans JP', sans-serif; font-weight: 400; }
@media (max-width: 750px) { 
.foot_l{ float: none; margin: 39px 0 0 0px; text-align: center;}
.foot_l .foot_logo { float: none; line-height: 1; margin-bottom: 23px; }
.foot_l .copyright { float: none; margin: 13px 0 0 0px; padding-bottom: 30px; font-size: 12px; line-height: 1; color: #fff; }
}/*END*/
.foot_r { float: right; padding-top: 58px; margin: 0 35px 0 0 ; }
.foot_r .sns { display: flex; list-style-type: none; }
.foot_r .sns img{ width: 100%;}
.foot_r .sns > li { width: 40px; margin-right: 12px; padding: 5px; line-height: 1; border-radius: 50%; transition: 0.3s; background: #3c3c3c;}
.foot_r .sns > li:nth-child(2){ margin-right: 0; }
.foot_r .sns > li:hover{ opacity: 0.5; }
@media (max-width: 750px) {
.foot_r { float: none; padding-top: 40px; margin: 0px; }
.foot_r .sns { position: static; margin-bottom: 20px; justify-content: center; }
.foot_r .sns > li { margin-right: 10px; }
}/*END*/


/*-------------------------------------------------
	txt [base]
--------------------------------------------------*/
#read .inner p span{ display: inline-block;}
.txt_l{ font-size: 17px; }
.txt{ font-size: 16px; letter-spacing: .5px;}
.txt_fs{ font-size: 16px; }
.lh_1{ line-height: 2.1;}
.lh_read{ line-height: 2.2;}
.ls_1{ letter-spacing: .5px;}
.txt span{ display: inline-block;}


@media (max-width: 1400px) {
.txt_read{ font-size: 18px; line-height: 2.3; }
.txt_l{ font-size: 16px; }
.txt{ font-size: 15px; }
.txt_fs{ font-size: 15px; }
}/*END*/
@media (max-width: 1200px) {
.txt_read{ font-size: 17px; line-height: 2.1; }
.txt_fs{ font-size: 14px; }
}/*END*/
@media (max-width: 1100px) {
.txt_l{ font-size: 15px; }
.txt{ font-size: 15px; }

}/*END*/
@media (max-width: 1024px) {
.txt_l{ font-size: 16px; }
}/*END*/
@media (max-width: 640px) {
.txt_l{ font-size: 15px; }
.txt{ font-size: 14px; }

.lh_1{ line-height: 1.9;}
.lh_read{ line-height: 2.1;}
}/*END*/
@media (max-width: 500px) {
}/*END*/
@media (max-width: 450px) {
.txt_l{ font-size: 14px; }
.txt{ font-size: 13px; }

.lh_read{ line-height: 2;}
}/*END*/
@media (max-width: 400px) {
.txt_l{ font-size: 14px; }
}/*END*/

/*---txt_s---*/
.txt_s{ font-size: 15px!important; line-height: 1.6;  }
@media (max-width: 1200px) {
.txt_s{ font-size: 14px!important; }
}/*END*/
@media (max-width: 1000px) {
.txt_s{ font-size: 15px!important; }
}/*END*/
@media (max-width: 640px) {
.txt_s{ font-size: 14px!important; }
}/*END*/
@media (max-width: 400px) {
.txt_s{ font-size: 13px!important; }
}/*END*/