@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: #fff; background: #001327; 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 img,
h1,
#read p,
.history_L,
.history_R,
.his_inner_bar,
#caliber h2,
#caliber p,
#caliber .btn,
#caliber .img_box,
#details h2,
#details p,
.details_bg,
.details_img1,
.details_img2,
.co .img_box,
.co .txt_box h2,
.co .txt_box p,
#uwa h2,
.uwa_bg,
.uwa_01,
.uwa_02,
#uwa .txt_box p,
#uwa .txt_box .btn,
.spec h2,
.spec_box .img_box,
.spec_box .txt_box
{ 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;}
.main_box { position: relative; width: 100%; text-align: center; }
.main_box h1 { position: absolute; left: 0px; top: 74.4%; font-size: 2.14vw; line-height: 1.45; font-family: 'Noto Sans JP', sans-serif; font-weight: 700; color: #fff; width: 100%; }
@media screen and (orientation: portrait) {
.main_box h1 { top: 77%; font-size: 4vw; }
}/*END*/
@media screen and (max-width: 640px) and (orientation: portrait) {
.main_box h1 { top: 78%; font-size: 4.6vw; }
}/*END*/
@media screen and (max-width: 400px) and (orientation: portrait) {
.main_box h1 { top: 78.5%; font-size: 4.6vw; }
}/*END*/

/*---- main_img ----*/
.main_img{ width:100%; position: relative;  z-index: -3; }
.main_img img{ width:100%; }
/*[ on / off ]*/
.main_img .x15{display:block;}
.main_img .x1{display:none;}
.main_img .tab{display:none;}
.main_img .sp2{display:none;}
.main_img .sp{display:none;}
@media screen and (max-width: 1400px) {
.main_img .x15{display:none;}
.main_img .x1{display:block;}
.main_img .tab{display:none;}
.main_img .sp2{display:none;}
.main_img .sp{display:none;}
}/*END*/
@media screen and (orientation: portrait) {
.main_img .x15{display:none;}
.main_img .x1{display:none;}
.main_img .tab{display:block;}
.main_img .sp2{display:none;}
.main_img .sp{display:none;}
}/*END*/
@media screen and (max-width: 640px) and (orientation: portrait) {
.main_img .x15{display:none;}
.main_img .x1{display:none;}
.main_img .tab{display:none;}
.main_img .sp2{display:block;}
.main_img .sp{display:none;}
}/*END*/
@media screen and (max-width: 400px) and (orientation: portrait) {
.main_img .x15{display:none;}
.main_img .x1{display:none;}
.main_img .tab{display:none;}
.main_img .sp2{display:none;}
.main_img .sp{display:block;}
}/*END*/

/*-------------------------------------------------
	read
--------------------------------------------------*/
#read .inner{ padding: 100px 0; width: 90%; max-width: 950px; margin: 0 auto; text-align: center; }
#read .inner p span{ display: inline-block; }
@media (max-width: 1400px) {
#read .inner{ padding: 95px 0; width: 90%; max-width: 930px;  }
}/*END*/
@media (max-width: 1200px) {
#read .inner{ padding: 90px 0;  max-width: 900px; }
}/*END*/
@media (max-width: 1100px) {
#read .inner{ padding: 90px 0;  max-width: 850px; }
}/*END*/
@media (max-width: 1024px) {
#read .inner{ padding: 90px 0;  max-width: 700px; }
}/*END*/
@media (max-width: 980px) {
#read .inner{ padding: 70px 0; width: 90%; max-width: 700px;  }
}/*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: 600px;  }
}/*END*/
@media (max-width: 750px) {
#read .inner{ padding: 70px 0; width: 90%; max-width: 550px;  }
}/*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{ padding: 60px 0; width: 85%; max-width: 100%;  }
}/*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;}
.his_inner{ margin: 0 auto; width: 85%; max-width: 1200px;  display: flex; text-align: center; position: relative; }
.his_inner img{ width: 100%;}
.his_inner .txt_box{ margin-top: -45px; position: relative; z-index: 10;}
.his_inner .txt_box h2{ font-size: 48px; line-height: 1; letter-spacing: 2px; color:#8b8f95; 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{ margin-top: 0px; font-size:20px; font-family: 'Oswald', sans-serif; font-weight: 400;}
.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 .txt_box{ margin-top: -3.7vw;}
.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{ margin-top: 0px; font-size:1.42vw; font-family: 'Oswald', sans-serif; font-weight: 400;}
.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 .txt_box{ margin-top: -3.7vw;}
.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; font-family: 'Oswald', sans-serif; font-weight: 400;}
.his_inner_bar{ position: absolute; left: 50%; top:33vw; width: 8.6vw; margin-left: -4.3vw; }
}/*END*/
@media (max-width: 850px) {
.his_inner .txt_box{ margin-top: -3.7vw;}
.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; font-family: 'Oswald', sans-serif; font-weight: 400;}
.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) {
#history{ padding-bottom: 60px;}
.br_his_inner{display: block;}
.his_inner{ margin: 0 auto; width: 100%; }
.his_inner .txt_box{ margin-top: -3.7vw;}
.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 .txt_box{ margin-top: -3.7vw;}
.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*/

/*-------------------------------------------------
	caliber
--------------------------------------------------*/
#caliber{ padding: 100px 0; background: #000d1b;}
#caliber .inner{ width: 90%; max-width: 1200px; margin: 0 auto; display: flex; flex-direction : row-reverse; }
#caliber .inner .img_box{ margin-right: 5.1%; width: 38.9%; max-width: 466px; display: flex; align-items: center; }
#caliber .inner .txt_box{ margin-right: 9.8%; width: 38.2%; display: flex; align-items: center; }
#caliber .inner .txt_box h2{ font-size: 30px; line-height: 1.5; }
#caliber .inner .txt_box p{ margin-top: 30px; }
@media (max-width: 1200px) {
#caliber{ padding: 80px 0; }
#caliber .inner .img_box{ margin-right: 5%; width: 38%; max-width: 466px; }
#caliber .inner .txt_box{ margin-right: 9%; width: 40%; }
#caliber .inner .txt_box h2{ font-size: 28px; line-height: 1.5; }
#caliber .inner .txt_box p{ margin-top: 26px; }
}/*END*/
@media (max-width: 1000px) {
#caliber .inner{ width: 90%; max-width: 1200px; margin: 0 auto; display: block; flex-direction : row-reverse; }
#caliber .inner .img_box{ margin: 0 auto; width: 70%; max-width: 366px; }
#caliber .inner .txt_box{ margin: 50px auto 0; width: 90%; max-width: 640px;  }
#caliber .inner .txt_box .btn{ text-align: center;}
}/*END*/
@media (max-width: 640px) {
#caliber{ padding: 70px 0; }
#caliber .inner .txt_box{ margin: 40px auto 0; }
#caliber .inner .txt_box h2{ font-size: 24px; line-height: 1.5; }
#caliber .inner .txt_box p{ margin-top: 20px; }
}/*END*/
@media (max-width: 500px) {
#caliber{ padding: 60px 0; }
}/*END*/
@media (max-width: 400px) {
#caliber .inner .txt_box h2{ font-size: 6vw; line-height: 1.5; }
}/*END*/
/**** btn ****/
.btn{ margin-top: 45px; }
.btn a{ padding: 17px 55px 18px; font-size: 15px; letter-spacing: 4px; line-height: 1; display: inline-block;background: rgba(102,112,129,0.4); color: #ddd; text-decoration: none; border-radius: 50px; cursor: pointer; transition: 0.3s;}
.btn a:hover{ background: rgba(102,112,129,0.8); }
@media (max-width: 1200px) {
.btn{ margin-top: 40px; }
}/*END*/
@media (max-width: 640px) {
.btn{ margin-top: 30px; }
.btn a{ padding: 15px 50px; font-size: 14px; letter-spacing: 4px; }
}/*END*/
@media (max-width: 400px) {
.btn{ text-align: center;}
.btn a{ padding: 15px 50px; font-size: 13px; letter-spacing: 4px; }
}/*END*/

/*-------------------------------------------------
	Detailed dial
--------------------------------------------------*/
#details{ position: relative; padding: 8.7vw 0 0; }
@media (max-width: 1600px) {
#details{ position: relative; padding: 140px 0 0; }
}/*END*/
@media (max-width: 1250px) {
#details{ position: relative; padding: 11.5vw 0 0; }
}/*END*/
@media (max-width: 900px) {
#details{ position: relative; padding: 85px 0 0; }
}/*END*/
@media (max-width: 500px) {
#details{ position: relative; padding: 80px 0 0; }
}/*END*/
@media (max-width: 400px) {
#details{ position: relative; padding: 70px 0 0; }
}/*END*/

#details .inner{ margin: 0 auto; max-width: 1000px; width: 90%; }
#details .inner h2{ margin: 0 auto; width: 100%; text-align: center; }
#details .inner p{ margin: 40px auto 0; width: 100%; max-width: 1000px; text-align: center; }
@media (max-width: 950px) {
#details .inner p{ margin: 40px auto 0; width: 90%; }
}/*END*/
@media (max-width: 640px) {
#details .inner p{ margin: 40px auto 0; width: 100%; }
}/*END*/
/* br [ on / off ]*/
#details .inner .br1{ display: block;}
#details .inner .br2{ display: none;}
#details .inner .br3{ display: block;}
@media (max-width: 1250px) {
#details .inner .br1{ display: none;}
#details .inner .br2{ display: block;}
#details .inner .br3{ display: block;}
}/*END*/
@media (max-width: 950px) {
#details .inner .br1{ display: none;}
#details .inner .br2{ display: none;}
#details .inner .br3{ display: none;}
}/*END*/
#details .inner .img_box{ margin: 90px auto 0; width: 80%; max-width: 910px; display: flex; justify-content: space-between; }
#details .inner .img_box div{ width: 45.1%; }
@media (max-width: 1200px) {
#details .inner .img_box{ margin: 7vw auto 0; }
}/*END*/
@media (max-width: 900px) {
#details .inner .img_box{ margin: 7vw auto 0; width: 90%; }
#details .inner .img_box div{ width: 47%; }
}/*END*/
@media (max-width: 700px) {
#details .inner .img_box{ margin: 8vw auto 0; width: 97%; }
#details .inner .img_box div{ width: 48%; }
}/*END*/
@media (max-width: 500px) {
#details .inner .img_box{ margin: 9vw auto 0; width: 100%; }
#details .inner .img_box div{ width: 48%; }
}/*END*/
/*details_bg*/
.details_bg { position: absolute; left: 0px; top: 0px; width: 100%; z-index: -1; }
.details_bg img{ width: 100%; }
@media (max-width: 1620px) {
.details_bg { position: absolute; left: 50%; top: 0px; width: 1620px; margin-left: -810px; }
}/*END*/
@media (max-width: 1400px) {
.details_bg{display: none;}
#details{background: url(../img/details_bg.jpg) center center; background-size: cover;}
}/*END*/

/*-------------------------------------------------
	co [base]
--------------------------------------------------*/
.co h2{ font-size: 38px; width: 150%; letter-spacing: 3px; line-height: 1; font-family:'メイリオ', 'Meiryo', sans-serif; font-weight: normal; color: #999;}
.co p.txt{ margin-top: 30px; }
.co p.txt span{ display: inline-block; }
@media (max-width: 1400px) {
.co h2{ font-size: 37px;}
.co p.txt{ margin-top: 25px; }
}/*END*/
@media (max-width: 1200px) {
.co h2{ font-size: 36px;}
.co p.txt{ margin-top: 20px; }
}/*END*/
@media (max-width: 1100px) {
.co h2{ font-size: 35px;}
.co p.txt{ margin-top: 14px; }
}/*END*/
@media (max-width: 1024px) {
.co h2{ font-size: 38px;}
.co p.txt{ margin-top: 30px; }
}/*END*/
@media (max-width: 900px) {
.co h2{ font-size: 37px;}
.co p.txt{ margin-top: 25px; }
}/*END*/
@media (max-width: 800px) {
.co h2{ font-size: 36px;}
.co p.txt{ margin-top: 20px; }
}/*END*/
@media (max-width: 640px) {
.co h2{ font-size: 35px; letter-spacing: 2px;}
.co p.txt{ margin-top: 20px; }
}/*END*/
@media (max-width:500px) {
.co h2{ font-size: 32px;}
.co p.txt{ margin-top: 20px; }
}/*END*/
@media (max-width:400px) {
.co h2{ font-size: 30px; }
.co p.txt{ margin-top: 18px;  }
}/*END*/
@media (max-width:350px) {
.co h2{ font-size: 28px; }
.co p.txt{ margin-top: 18px;  }
}/*END*/
.co .pc{ display: block;}
.co .tab{ display: none;}
.co .sp{ display: none;}
@media (max-width:1024px) {
.co .pc{ display: none;}
.co .tab{ display: block;}
.co .sp{ display: none;}
}/*END*/
@media (max-width:640px) {
.co .pc{ display: none;}
.co .tab{ display: none;}
.co .sp{ display: block;}
}/*END*/




/*-------------------------------------------------
	case
--------------------------------------------------*/
#case{ width: 95%; max-width: 1500px; margin: 0 auto; position: relative; overflow: hidden;}
#case .txt_box { position: absolute; left:59%; top: 0; width: 400px; height: 100%; display: flex; align-items: center; }
#case .txt_box p { margin-bottom: 10px;}
@media (max-width:1400px) {
#case .txt_box { width: 370px; }
}/*END*/
@media (max-width:1200px) {
#case .txt_box { width: 360px; }
}/*END*/
@media (max-width:1100px) {
#case .txt_box { width: 340px; }
}/*END*/
@media (max-width:1024px) {
#case{ width: 100%; }
#case .txt_box { position: relative; left:0%; max-width: 600px; width: 80%; margin: 0 auto; padding: 80px 0; }
}/*END*/
@media (max-width:640px) {
#case .txt_box { padding: 70px 0; }
}/*END*/
@media (max-width:500px) {
#case .txt_box { padding: 60px 0; }
}/*END*/

/*-------------------------------------------------
	Lumibrite
--------------------------------------------------*/
#lumi{ width: 95%; max-width: 1500px; margin: 0 auto 50px; position: relative; overflow: hidden;}
#lumi .txt_box { position: absolute; right:55%; top: 0px; width: 380px; height: 100%; display: flex; align-items: center; justify-content: center; }
#lumi .txt_box p { margin-bottom: 10px; }
@media (max-width:1580px) {
#lumi .txt_box { position: absolute; right:55%; top: 0px; width: 380px; }
}/*END*/
@media (max-width:1170px) {
#lumi .txt_box { position: absolute; right:56%; top: 0px; width: 340px; }
}/*END*/
@media (max-width:1080px) {
#lumi .txt_box { position: absolute; right:56%; top: 0px; width: 320px; }
}/*END*/
@media (max-width:1024px) {
#lumi{ width: 100%; margin: 0 auto; }
#lumi .txt_box { position: relative; left:0%; max-width: 600px; width: 80%; margin: 0 auto; padding: 80px 0 ; }
}/*END*/
@media (max-width:640px) {
#lumi .txt_box { padding: 70px 0; }
}/*END*/
@media (max-width:500px) {
#lumi .txt_box { padding: 60px 0; }
}/*END*/

/*-------------------------------------------------
	uwa
--------------------------------------------------*/
#uwa{ position: relative; overflow: hidden; }
#uwa .title_box{ padding: 260px 0;}
@media (max-width: 1600px) {
#uwa .title_box{ padding: 16.2vw 0;}
}/*END*/
@media (max-width: 640px) {
#uwa .title_box{ padding: 25vw 0;}
}/*END*/
#uwa h2{ font-size: 30px; line-height: 1.5; letter-spacing: 2px; position: relative; text-align: center; width: 85%; margin: 0 auto; }
#uwa h2::after{ content: ''; display: block; width: 68px; height: 3px; background: #f6ed71; margin: 40px auto 0;}
@media (max-width: 1000px) {
#uwa h2{ font-size: 26px; }
#uwa h2::after{ content: ''; display: block; width: 64px; height: 3px; background: #f6ed71; margin: 35px auto 0;}
}/*END*/
@media (max-width: 640px) {
#uwa h2{ font-size: 22px; letter-spacing: 1px;}
#uwa h2::after{ content: ''; display: block; width: 60px; height: 2px; background: #f6ed71; margin: 30px auto 0;}
}/*END*/
@media (max-width: 450px) {
#uwa h2{ font-size: 20px; letter-spacing: 0px;}
#uwa h2::after{ content: ''; display: block; width: 50px; height: 2px; background: #f6ed71; margin: 25px auto 0;}
}/*END*/
#uwa .img_box ul { margin: 0 auto; width: 90%; max-width: 1200px; display: flex; }
#uwa .txt_box{ margin: 65px auto 100px; width: 90%; max-width: 900px; text-align: center;}
#uwa .txt_box span{ display: inline-block;}
@media (max-width: 1150px) {
#uwa .txt_box{ margin: 65px auto 100px; width: 80%; max-width: 800px; text-align: left;}
#uwa .txt_box br{ display: none;}
#uwa .txt_box .btn{ text-align: center;}
}/*END*/
@media (max-width: 900px) {
#uwa .txt_box{ margin: 50px auto 90px; }
}/*END*/
@media (max-width: 640px) {
#uwa .txt_box{ margin: 40px auto 60px; }
}/*END*/
/*uwa_bg*/
.uwa_bg { position: absolute; left: 0px; top: 0px; width: 100%; z-index: -1; }
.uwa_bg img{ width: 100%; }
/* [ on off ] */
#uwa .pc{ display: block;}
#uwa .sp{ display: none;}
@media (max-width: 640px) {
#uwa .pc{ display: none;}
#uwa .sp{ display: block;}
}/*END*/

/*-------------------------------------------------
	spec
--------------------------------------------------*/
.spec{ padding: 0 0 0vw; background: #fff; color: #000; position:relative; }
.spec .title_box{ padding: 80px 0 80px; }
.spec .title_box h2 {font-size: 30px; line-height: 1.5; font-family: 'Noto Sans JP', sans-serif; font-weight: 700; color: #001327; text-align: center; }
.spec .title_box h2 .br{ display: none;}
@media screen and (max-width:1050px) {
.spec{ padding: 0 0 0vw; }
.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 0vw; }
.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 0vw; }
.spec .title_box h2 { font-size: 4.7vw; }
.spec .title_box h2 .br{ display: block;}
}/*END*/
@media screen and (max-width: 370px) {
.spec{  padding: 0 0 16vw; }
}/*END*/

.spec_box{ background: #fff; width: 94%; margin: 0 auto; }
.spec .inner{ margin: 0 auto; width: 100%; max-width: 650px; display: flex; justify-content: center;  }
.spec .inner .img_box{ max-width: 274px; }
.spec .inner .txt_box{ margin-left: 8%; margin-top: 120px; line-height: 1.5; text-align: center; }
@media screen and (max-width: 1000px) {
.spec .inner .txt_box{ margin-left: 8%;}
}/*END*/
@media screen and (max-width: 750px) {
.spec .inner .img_box{ width:38%; }
.spec .inner .txt_box{ margin-left: 7%; margin-top: 14vw;}
}/*END*/
@media screen and (max-width: 700px) {
.spec .inner .img_box{ width:38%; }
.spec .inner .txt_box{ margin-left: 5%; margin-top: 14vw;}
}/*END*/
@media screen and (max-width: 650px) {
.spec .inner .img_box{ width:38%; }
.spec .inner .txt_box{ margin-left: 5vw;}
}/*END*/
@media screen and (max-width: 550px) {
.spec .inner .img_box{ width:38%; }
.spec .inner .txt_box{ margin-left: 5vw; margin-top: 14vw;}
}/*END*/
@media screen and (max-width: 500px) {
.spec .inner .img_box{ width:40%; }
.spec .inner .txt_box{ margin-left: 5vw; margin-top: 12vw;}
}/*END*/
@media screen and (max-width: 450px) {
.spec .inner .img_box{ width:40%; }
.spec .inner .txt_box{ margin-left: 5vw;}
}/*END*/
@media screen and (max-width: 400px) {
.spec .inner .img_box{ width:40%; }
.spec .inner .txt_box{ margin-left: 5vw; margin-top: 8vw;}
}/*END*/
@media screen and (max-width: 370px) {

.spec .inner{ margin: 0 auto; width: 100%; max-width: 650px; display: block; }
.spec .inner .txt_box{ margin:-30px 0 0 0%; display: block;}
.spec .inner .img_box{ width:50%; margin: 0 auto; }
.spec .inner .img_box img{ margin-left: -2vw; }
}/*END*/

/* [ on off ]*/
.spec .x15{display:block;}
.spec .x1{display:none;}
@media (max-width: 500px) {
.spec .x15{display:none;}
.spec .x1{display:block;}
}/*END*/
.number		{ margin-top: 0px; font-size: 24px; letter-spacing: 0px; font-weight: 600; color: #001327; }
.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: 7px; 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: 15px; 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: 7px; font-size: 14px; position: relative; padding-bottom: 4px; display: inline-block;}
.limited_sub{ margin-top: 3px; font-size: 11px; }
.spec_txt	{ margin-top: 15px; 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: 7px; font-size: 14px; position: relative; padding-bottom: 4px; display: inline-block;}
.limited_sub{ margin-top: 3px; font-size: 11px; }
.spec_txt	{ margin-top: 15px; font-size: 12px; }
.spec_txts	{ margin-top: 18px; font-size: 12px; }
}/*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: 190px; padding: 16px 0 18px; margin:0 auto; font-size: 14px; line-height: 1; font-weight: 400;letter-spacing: 1px; color: #fff; background: #001327; display: block; transition: 0.3s; text-decoration: none; border-radius: 50px;}
.spec_btn a:hover { cursor: pointer; color: #fff; opacity: 0.8; }
@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*/
/*spec_btn*/
.spec_btn2 { margin:10px auto 0; }
/*spec_bottom*/
.spec_bottom{ margin: 60px auto 0; width: 100%; display: inline-block; text-align: center;  }
.spec_bottom p{ margin: 0 auto; width: 95%;}
.spec_bottom span{ display: inline-block; }
@media screen and (max-width: 370px) {
.spec_bottom{ margin: 20px auto 0;  }
.spec_btn a { width: 160px; font-size: 11.5px;  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("../../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: 19px;line-height: 2.4; }
.txt{ font-size: 17px; }
.txt16{ font-size: 16px; }
.txt_fs{ font-size: 16px; }
.lh_1{ line-height: 2.1;}
.lh_read{ line-height: 2.3;}
.ls_1{ letter-spacing: .5px;}

@media (max-width: 1400px) {
.txt_l{ font-size: 18px; line-height: 2.3; }
.txt_read{ font-size: 18px; line-height: 2.3; }
.txt{ font-size: 16px; }
.txt16{ font-size: 15px; }
.txt_fs{ font-size: 15px; }
}/*END*/
@media (max-width: 1200px) {
.txt_l{ font-size: 17px; line-height: 2.1; }
.txt_read{ font-size: 17px; line-height: 2.1; }
.txt_fs{ font-size: 14px; }
}/*END*/
@media (max-width: 1100px) {
.txt{ font-size: 15px; }
}/*END*/
@media (max-width: 1024px) {
.txt{ font-size: 16px; }
}/*END*/
@media (max-width: 640px) {
.txt{ font-size: 15px; }
.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: 15px; line-height: 2; }
.txt{ font-size: 14px; }
.lh_read{ line-height: 2;}
}/*END*/
@media (max-width: 400px) {
.txt_l{ font-size: 14px; line-height: 2; }
.txt{ 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*/