@charset "utf-8";
/*--------------------------------------------------------
	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; background: #fff;  color: #000; font-family:'Times New Roman', Times, serif; font-weight: 400; font-size: 16px; line-height: 1.6; -webkit-text-size-adjust: 100%; }
/*txt img 選択時*/
::selection { background:#666; }
::-moz-selection { background:#666; }/*Firefox*/
/*cookie*/
#onetrust-banner-sdk{ outline: none; }

/*-------------------------------------------------
	font アンチエイリアス
--------------------------------------------------*/
/* 解像度 1x：subpixel、解像度 2x：grayscale */
h1,h2,h3{ -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,h3{ -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: #ccc; 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 small,
h1 span,
.movie img,
#design .de_h2_1,
#design .de_h2_2,
#design .img_box,
.de .txt,
.de_h2,
#case .img_box,
#dial .img_box,
#bracelet .img_box,
.bg_silk_1,
.bg_silk_2,
#color li,
.co_main_img img,
.co_main_title small,
.co_main_title .big,
.sl_inner img,
.sl_inner h3,
.sl_inner .txt,
.spec li
{ visibility: hidden; }

/*-------------------------------------------------
	bg fixed
--------------------------------------------------*/
body:before{ content: ''; display: block; position: fixed; left: 0; top: 0; width: 100%; height:100vh; background: url("../img/dial_bg.jpg") center center; background-size: cover; z-index: -2; }

/*-------------------------------------------------
	header
--------------------------------------------------*/
header{ position: relative; z-index: 9999; }
header img{ width: 100%; vertical-align: top;}
/*------ header logo ------*/
header .seiko_logo{ width: 130px; position:absolute; right: 32px; top: 32px; }
header .presage_logo{ width: 180px; position:absolute; left: 32px; top: 32px; }
@media (max-width: 1600px) {
header .seiko_logo{ width: 8.17vw; right: 2vw; top: 2vw;}
header .presage_logo{ width: 11.2vw; left: 2vw; top:2vw; }
}/*END*/
@media screen and (orientation: portrait) { 
header .seiko_logo{ width: 130px; right: 32px; top: 32px; }
header .presage_logo{ width: 180px; left: 32px; top: 32px;}
}/*END*/
@media screen and (max-width: 780px) and (orientation: portrait) { 
header .seiko_logo{ width: 17vw; right: 3.8vw; top: 3.8vw;}
header .presage_logo{ width: 23.2vw; left: 3.8vw; top: 3.8vw; }
}/*END*/
@media screen and (max-width: 640px) and (orientation: portrait) {
header .seiko_logo{ width: 20vw; right: 2vw; top: 3.3vw;}
header .presage_logo{ width: 28vw; left: 3.3vw; top: 3.3vw; }
}/*END*/

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



/*-------------------------------------------------
	movie
--------------------------------------------------*/
.movie{ position: relative; text-align: center; z-index: 1; }
.movie a{ margin: 120px auto 0; width: 72%; max-width: 840px; position: relative; overflow: hidden; display: block; }
.movie a .movie_bg{ width: 100%; height: 100%; background: rgba(0,0,0,0); position: absolute; left: 0; top:0px; transition: 0.3s; z-index: 2; }
.movie a:hover .movie_bg{ background: rgba(0,0,0,0.5); }
.movie a img{transition: 1s; }
.movie a:hover img{ transform: scale(1.1) !important; }
/* movie_inner */
.movie_inner{ position: absolute; width: 100%; height: 100%; z-index: 3; display: flex; align-items: center; justify-content: center;  }
.movie_inner span.play{ width: 70px; height: 70px; display: inline-block;  position: relative; 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_inner 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; }
a:hover .movie_inner span.play{ background: rgba(255,255,255,0.2); border: solid 2px rgba(255,255,255,0); }
.movie_inner p{ margin-top: 10px; font-size: 20px; letter-spacing: 1px; color: #fff; font-family: 'Times New Roman', Times, serif;}
/* play movie*/
.movie_inner span.play{ width: 70px; height: 70px; 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_inner 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; }
a:hover .movie_inner span.play{ background: rgba(255,255,255,0.2); border: solid 2px rgba(255,255,255,0); }
@media (max-width: 1400px) {
.movie_inner span.play{ display: inline-block; width: 60px; height: 60px; }
.movie_inner span.play::after{ border-width: 8px 0 8px 13px; margin: -8px 0 0 -5px;  }
}/*END*/
@media (max-width: 750px) {
.movie_inner span.play{ display: inline-block; width: 50px; height: 50px; }
.movie_inner span.play::after{ border-width: 7px 0 7px 11px; margin: -7px 0 0 -4px;  }
.movie_inner p{ margin-top: 10px; font-size: 16px; letter-spacing: 1px;}
}/*END*/

/* movie pc sp */
.movie_pc{ display: block;}
.movie_sp{ display: none;}
@media (max-width: 850px) {
.movie a{ margin: 14vw auto; width: 72%; }
}/*END*/
@media (max-width: 640px) {
.movie a{ margin: 14vw auto; width: 85%;  }
}/*END*/

/*-------------------------------------------------
	bg_silk_1
--------------------------------------------------*/
.bg_silk_1{ width: 100%; height: 1194px; position: absolute; top: -12vw; left:0%; margin-left: -0px; z-index: -1; pointer-events: none; user-select: none;transition: 1s; }
.bg_silk_1 img{ width: 100%; height: 1194px;transition: 1s;}
@media (max-width: 2400px) {
.bg_silk_1{ width: 2400px; height: 1194px; position: absolute; top: -290px; left:50%; margin-left: -1200px; }
}/*END*/
@media (max-width: 1600px) {
.bg_silk_1{ width: 150vw; height: 1194px; position: absolute; top: -18.2vw; left:50%; margin-left: -75vw; }
.bg_silk_1 img{ width: 100%; height: auto;}
}/*END*/

/*-------------------------------------------------
	txt [base]
--------------------------------------------------*/
.de h2{ font-size: 60px; line-height: 1; font-family: 'Times New Roman', Times, serif; }
.ds h3{ font-size: 70px; line-height: 1; font-family: 'Times New Roman', Times, serif; }
.ds h4{ font-size: 28px; margin: 10px 0 0px; line-height: 1; font-family: 'Times New Roman', Times, serif; }
#design h2{ font-size: 45px; line-height: 1.3; letter-spacing: 0px; }
/*#design h2 span.de_h2_2{ margin-left: 52px;}*/
.txt{ font-size: 18px; letter-spacing: 0px; line-height: 1.8; }
@media (max-width: 1360px) {
.de h2{ font-size: 55px; }
.ds h3{ font-size: 65px; }
.ds h4{ font-size: 25px; }
#design h2{ font-size: 3.3vw; line-height: 1.3; letter-spacing: 0px;}
/*#design h2 span.de_h2_2{ margin-left: 3.8vw;}*/
.txt{ font-size: 17px; }
}/*END*/
@media (max-width: 1100px) {
.de h2{ font-size: 50px; }
.ds h3{ font-size: 60px; }
.ds h4{ font-size: 23px; }
.txt{ font-size: 16px; }
}/*END*/
@media (max-width: 1024px) {
#design h2{ font-size: 48px; line-height: 1.3; letter-spacing: 0px; }
/*#design h2 span.de_h2_2{ margin-left: 48px;}*/
.de h2{ font-size: 60px; }
.ds h3{ font-size: 50px; }
.ds h4{ font-size: 21px; }
}/*END*/
@media (max-width: 850px) {
.de h2{ font-size: 55px; }
#size h2{ font-size: 48px; }

#design h2{ font-size: 44px; line-height: 1.3; letter-spacing: 0px; }
/*#design h2 span.de_h2_2{ margin-left: 44px;}*/
.txt{ font-size: 16px;  letter-spacing: 0px;}

}/*END*/
@media (max-width: 640px) {
#design h2{ font-size: 7vw; line-height: 1.3; letter-spacing: 0px; }
/*#design h2 span.de_h2_2{ margin-left: 7vw;}*/
}/*END*/
@media (max-width: 500px) {
.de h2{ font-size: 40px; }
#size h2{ font-size: 40px; }

.txt{ font-size: 15px; }
}/*END*/

@media (max-width: 410px) {
.de h2{ font-size: 35px; }
#size h2{ font-size: 35px; }
}/*END*/
@media (max-width: 400px) {
#design h2{ font-size: 7.5vw; line-height: 1.3; letter-spacing: 0px; }
/*#design h2 span.de_h2_2{ margin-left: 7.5vw;}*/
.txt{ font-size: 14px; }
}/*END*/
.de_h2_1{ display: block; }
.de_h2_2{ display: block; }

.it{ font-style: italic;}

/*-------------------------------------------------
	co [base]
--------------------------------------------------*/
.de h2{ color: #000;}
.de p{ color: #000;}
.de .txt_box{ position: relative; z-index: 500;}
/*-------------------------------------------------
	design
--------------------------------------------------*/
#design{ margin-top: 120px; position: relative; z-index: 1;}
#design .inner{ margin: 0 auto; width: 90%; max-width: 1360px; display: flex; flex-direction : row-reverse;}
#design .inner .txt_box{ width: 36.9%; margin-right:0; display: flex; align-items: center; }
#design .inner .img_box{ width: 44.5%; margin-right:8.5%;}
#design h2 span{ display: inline-block;}
#design h2{ margin-top: 80px; }
#design h2 span.de_h2_2{ display: block; }
#design p{ margin: 40px 0 0 0px; width: 400px;}
@media (max-width: 1360px) {
#design{ margin-top: 10vw; }
#design h2{ margin-top: 40px; }
#design p{ margin: 40px 0 0 0px; width: 85%;}
}/*END*/
@media (max-width: 1024px) {
#design{ margin-top: 10vw; }
#design .inner{ margin: 0 auto; width: 90%; max-width: 1360px; display: block;}
#design .inner .txt_box{ width: 90%; max-width: 640px; margin:0 auto; display: block; text-align: center; }
#design  h2{ margin-top: 0px; text-align: left; display: inline-block;}
#design p{ margin: 40px 0 0 0; width: 100%; text-align: left;}
#design .inner .img_box{ width: 75%; max-width: 500px; margin:60px auto 0; }
}/*END*/
@media (max-width: 450px) {
#design p{ margin: 10vw 0 0 0; width: 100%; text-align: left;}
#design .inner .img_box{ width: 75%; max-width: 500px; margin:10vw auto 0; }
}/*END*/
#design .x15{ display: block;}
#design .x1{ display: none;}
@media (max-width: 400px) {
#design .x15{ display: none;}
#design .x1{ display: block;}
}/*END*/

/*-------------------------------------------------
	nav
--------------------------------------------------*/
.nav{ position: relative; z-index: 10; margin-top: 120px;}
.nav ul{ display: flex;  }
.nav ul li{ width: 33.33%; }
.nav ul li a{ position: relative; text-decoration: none; color: #000; padding-bottom: 60px; display: block; }
/* ▼ */
.nav ul li a::before{position: absolute; top: -5px; left: 50%;  display: block; content: '';  clip-path: polygon(0 0, 100% 0, 50% 100%); height: calc(tan(60deg) * 20px / 2); width: 36px; margin-left: -18px; transition: 0.3s; background: #fff;}
.nav ul li a:hover::before{ top: -2px; }
/*｜*/
.nav ul li a::after{position: absolute; bottom: 0px; left: 50%;  display: block; content: ''; width: 2px; height: 30px; margin-left: -1px; transition: 0.3s; background: #000;}
.nav ul li a:hover::after{ bottom: -5px;  opacity: .3;}
/* h3 */
.nav ul li a h3{ padding: 74px 0 27px; font-size: 34px; line-height: 1; font-family:'Times New Roman', Times, serif; text-align: center; background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%);/*グラデ*/ transition: 0.3s;}
.nav ul li .img_box{ overflow: hidden;}
.nav ul li .img_box img{ transition: 0.5s;}
.nav ul li a:hover .img_box img{ transform: scale(1.07);}
@media (max-width: 1500px) {
.nav ul li a h3{ padding: 4.5vw 0 2vw;  font-size: 2.25vw;}
}/*END*/
@media (max-width: 1024px) {
.nav{ position: relative; z-index: 10; margin-top: 80px;}
.nav ul li a h3{ padding: 6vw 0 3vw; font-size: 3vw;}
}/*END*/
@media (max-width: 640px) {
.nav{ position: relative; z-index: 10; margin-top: 80px;}
.nav ul li a{ position: relative; text-decoration: none; color: #000; padding-bottom: 8vw; display: block; }
.nav ul li a h3{ padding: 8vw 0 4vw; font-size: 4vw;}
/* ▼ */
.nav ul li a::before{position: absolute; top: -5px; left: 50%;  display: block; content: '';  clip-path: polygon(0 0, 100% 0, 50% 100%); height: calc(tan(60deg) * 16px / 2); width: 30px; margin-left: -15px; transition: 0.3s; background: #fff;}
/*｜*/
.nav ul li a::after{position: absolute; bottom: 0px; left: 50%;  display: block; content: ''; width: 1px; height: 3vw; margin-left: -1px; transition: 0.3s; background: #000;}
.nav ul li a:hover::after{ bottom: -5px;  opacity: .3;}
}/*END*/

.nav .x15{ display: block;}
.nav .x1{ display: none;}
.nav .sp{ display: none;}
@media (max-width: 1000px) {
.nav .x15{ display: none;}
.nav .x1{ display: block;}
.nav .sp{ display: none;}
}/*END*/
@media (max-width: 750px) {
.nav .x15{ display: none;}
.nav .x1{ display: none;}
.nav .sp{ display: block;}
}/*END*/

/*-------------------------------------------------
	bottom_nav
--------------------------------------------------*/
.bottom_nav{ width: 100%; position: relative; z-index: 1000;}
.bottom_nav ul{display: flex; margin: 0 auto; width: 80%; max-width: 1080px; z-index: 1000;}
.bottom_nav ul li a{ position: relative; display: block;}
.bottom_nav ul li a .arrow{ position: absolute; right: 12px; top: 0; width: 9px; height: 100%;display: flex; align-items: center; justify-content: center; transition: 0.3s;}
.bottom_nav ul li a .arrow img{ margin-top: 8px; }
.bottom_nav ul li a:hover .arrow{right: 8px;}
.bottom_nav ul li a:hover{ }
@media (max-width: 1024px) {
.bottom_nav ul{display: flex; margin: 0 auto; width: 100%; max-width: 1080px; z-index: 1000;}
}/*END*/
@media (max-width: 750px) {
.bottom_nav ul{display: flex; margin: 0 auto; width: 100%; max-width: 1080px; z-index: 1000;}
.bottom_nav ul li a .arrow{ display: none;}
}/*END*/

/* [ on off ]*/
.bottom_nav .pc{ display: block;}
.bottom_nav .sp{ display: none;}
@media (max-width: 750px) {
.bottom_nav .pc{ display: none;}
.bottom_nav .sp{ display: block;}
}/*END*/

/*-------------------------------------------------
	dial
--------------------------------------------------*/
#dial{ padding-top: 50px; position: relative; z-index: -1;}

/*img_box*/
#dial .img_box{ position: relative; width: 100%; }
#dial .img_box .inner{ margin: 0px auto 0; max-width: 1330px; width: 90%; position: relative;}
#dial .img_box .inner .dial_01{ width:44%; left: 24%; top: 0%; position: absolute; }
#dial .img_box .inner .dial_02{ width:46.5%; padding: 21% 0 0 0% !important;}
#dial .img_box2{ display: none; }
#dial .txt_box{margin: -180px auto 0; width: 90%; max-width: 1180px; display: flex; flex-direction : row-reverse; }
#dial .txt_box .inner{ width: 43%;}
#dial .txt_box .inner h2{ text-shadow:0px 0px 30px #fff;text-shadow:0px 0px 30px #fff;}
#dial .txt_box .inner p{ margin-top: 20px;}
@media (max-width: 1420px) {
#dial .txt_box{margin: -12.5vw auto 0;}
}/*END*/
@media (max-width: 1024px) {
#dial .img_box .inner{ margin: 0px auto 0; max-width: 1280px; width: 95%; position: relative;}
}/*END*/
@media (max-width: 750px) {
#dial{ padding-top: 60px; position: relative;}
#dial .txt_box{margin: 0px auto 0; width: 80%; max-width: 500px; display: flex; flex-direction : row-reverse; }
#dial .txt_box .inner{ width: 100%;}
#dial .txt_box .inner h2{ text-align: center;}
#dial .img_box{ display: none; }
#dial .img_box2{ margin: 50px auto 0; display: block; width:98%; max-width: 600px; position: relative; }
}/*END*/
@media (max-width: 450px) {
#dial .img_box2{ margin: 8vw auto 0; display: block; width:98%; max-width: 600px; position: relative; }
}/*END*/

#dial .x15{ display: block;}
#dial .x1{ display: none;}
@media (max-width: 400px) {
#dial .x15{ display: none;}
#dial .x1{ display: block;}
}/*END*/

/*-------------------------------------------------
	bg_silk_2
--------------------------------------------------*/
.bg_silk_2{ width: 100%; height: 1319px; position: absolute; top: -10px; left:0%; margin-left: -0px; z-index: -2; pointer-events: none; user-select: none; transition: 1s;mix-blend-mode: multiply !important; }
.bg_silk_2 img{ width: 100%; height: 1319px;transition: 1s; transform: rotate(4deg);mix-blend-mode: multiply !important;}
@media (max-width: 2400px) {
.bg_silk_2{ width: 2400px; height: 1319px; position: absolute; top: -10px; left:50%; margin-left: -1200px; }
}/*END*/
@media (max-width: 1600px) {
.bg_silk_2{ width: 150vw; height: 1319px; position: absolute; top: -1vw; left:50%; margin-left: -75vw; }
.bg_silk_2 img{ width: 100%; height: auto;}
}/*END*/
@media (max-width: 750px) {
.bg_silk_2{ width: 150vw; height: 1319px; position: absolute; top: 5vw; left:50%; margin-left: -75vw; }
.bg_silk_2 img{ width: 100%; height: auto;transition: 1s; transform: rotate(10deg);}
}/*END*/

/*-------------------------------------------------
	case
--------------------------------------------------*/
#case{ margin: 130px auto 0; position: relative; z-index: 2;}
#case .img_box{ margin: 65px auto 0; max-width: 1450px; width:90%;  }
#case .txt_box{ margin: -70px auto 0; width: 70%; max-width: 650px; display: flex;}
#case .txt_box h2{ padding-right: 72px;}
#case .img_box2{ display: none;}
@media (max-width: 1600px) {
#case .txt_box{ margin: -4.2vw auto 0; width: 70%; max-width: 650px; display: flex;}
}/*END*/
@media (max-width: 1200px) {
#case{ margin: 14vw auto 0;}
#case .txt_box{ margin: -3.5vw auto 0; width: 70%; max-width: 650px; display: flex;}
}/*END*/
@media (max-width: 1100px) {
#case{ margin: 14vw auto 0;}
#case .img_box{ margin: 6vw auto 0; max-width: 1450px; width: 100%;  }
#case .txt_box{ margin: -3vw auto 0; width: 70%; max-width: 650px; display: flex;}
}/*END*/
@media (max-width: 1000px) {
#case .txt_box h2{ padding-right: 5vw;}
}/*END*/
@media (max-width: 750px) {
#case{ margin: 25vw auto 0; }
#case .img_box{ display: none;}
#case .img_box2{ margin-top: 7vw; display: block; }
#case .txt_box{ margin: 0px auto 0; width: 80%; max-width: 650px; display: block;}
#case .txt_box h2{ text-align: center;padding-right: 0;}
#case .txt_box p{ margin-top: 20px;}
}/*END*/
@media (max-width: 450px) {
#case{ margin: 18vw auto 0; }
}/*END*/


#case .x15{ display: block;}
#case .x1{ display: none;}
@media (max-width: 1000px) {
#case .x15{ display: none;}
#case .x1{ display: block;}
}/*END*/

/*-------------------------------------------------
	size
--------------------------------------------------*/
#size{ margin-top: 100px; position: relative; z-index: 0;}
#size .inner{ margin: 0 auto; width: 85%; max-width: 1130px; display: flex;  justify-content: space-between;}
#size .inner .txt_box{ width: 50.7%; display: flex; align-items: center; }
#size .inner .img_box{ width: 42.3%; }
#size h2{ margin-top: 55px; }
#size h2 span{ display: block; }
#size p{ margin-top: 20px;}
@media (max-width: 1360px) {
#size h2{ margin-top: 0px; }
#size .inner .txt_box{ width: 41.8%; margin-left:1.9%; display: flex; align-items: center; }
#size .inner .img_box{ width: 45.5%; margin-left:10.8%;}
}/*END*/
@media (max-width: 1000px) {
#size{ margin-top: 140px;}
#size .inner{ margin: 0 auto; width: 90%; max-width: 1360px; display: block;}
#size .inner .txt_box{ width: 90%; max-width: 640px; margin:0 auto; display: block; text-align: center; }
#size  h2{ margin-top: 0px; text-align: left; display: inline-block;}
#size p{ margin-top: 35px; width: 100%; text-align: left;}
#size p br{ display: none;}
#size .inner .img_box{ width: 55%; max-width: 500px; margin:50px auto 0; }
}/*END*/
@media (max-width: 750px) {
#size{ margin-top: 40px;}
#size .inner .img_box{ width: 80%; max-width: 500px; margin:40px auto 0; }
#size .inner .img_box img{ margin-left:1.2vw; }
}/*END*/
@media (max-width: 450px) {
#size .inner .img_box{ width: 90%; max-width: 500px; margin:30px auto 0; }
}/*END*/

#size .x15{ display: block;}
#size .x1{ display: none;}
@media (max-width: 1000px) {
#size .x15{ display: none;}
#size .x1{ display: block;}
}/*END*/

/*-------------------------------------------------
	bg_silk_3
--------------------------------------------------*/
.bg_silk_3{ width: 100%; height: 1319px; position: absolute; top: -10px; left:0%; margin-left: -0px; z-index: -2; pointer-events: none; user-select: none; transition: 1s;  mix-blend-mode: multiply; }
.bg_silk_3 img{ width: 100%; height: 1319px;transition: 1s; transform: rotate(40deg); mix-blend-mode: multiply; }
@media (max-width: 2400px) {
.bg_silk_3{ width: 140%; height: auto; position: absolute; top: -10px; left:50%; margin-left: -70%; }
}/*END*/
@media (max-width: 1600px) {
.bg_silk_3{ width: 150vw; height: 1319px; position: absolute; top: 10vw; left:50%; margin-left: -75vw; }
.bg_silk_3 img{ width: 100%; height: auto;transform: rotate(50deg);}
}/*END*/
@media (max-width: 1000px) {
.bg_silk_3{ width: 150vw; height: 1319px; position: absolute; top: 40vw; left:50%; margin-left: -75vw; }
}/*END*/
@media (max-width: 750px) {
.bg_silk_3{ width: 150vw; height: 1319px; position: absolute; top: 55vw; left:50%; margin-left: -75vw; }
}/*END*/
@media (max-width: 600px) {
.bg_silk_3{ width: 150vw; height: 1319px; position: absolute; top: 75vw; left:50%; margin-left: -75vw; }
}/*END*/
@media (max-width: 500px) {
.bg_silk_3{ width: 200vw; height: 1319px; position: absolute; top: 70vw; left:50%; margin-left: -100vw; }
}/*END*/
@media (max-width: 450px) {
.bg_silk_3{ width: 200vw; height: 1319px; position: absolute; top: 90vw; left:50%; margin-left: -100vw; }
}/*END*/
@media (max-width: 400px) {
.bg_silk_3{ width: 200vw; height: 1319px; position: absolute; top: 100vw; left:50%; margin-left: -100vw; }
}/*END*/
@media (max-width: 350px) {
.bg_silk_3{ width: 200vw; height: 1319px; position: absolute; top: 110vw; left:50%; margin-left: -100vw; }
}/*END*/

/*-------------------------------------------------
	movement
--------------------------------------------------*/
#movement{ margin-top: 120px; position: relative; z-index: 1;}
#movement .inner{ margin: 0 auto; width: 85%; max-width: 1200px; display: flex; flex-direction : row-reverse; justify-content: space-between;}
#movement .inner .txt_box{ width: 53%; display: flex; align-items: center; }
#movement .inner .img_box{ width: 35.4%;  margin-left:3.3%;}
#movement h2{ }
#movement h2 span{ display: block; }
#movement p{ margin-top: 20px;}
@media (max-width: 1450px) {
#movement .inner{ margin: 0 auto; width: 90%; max-width: 1200px; display: flex; flex-direction : row-reverse; justify-content: center;}
#movement .inner .txt_box{ width: 48%; margin-left: 8%; display: flex; align-items: center; }
#movement .inner .img_box{ width: 35.4%;  margin-left:0%;}
}/*END*/
@media (max-width: 1000px) {
#movement{ margin-top: 140px;}
#movement .inner{ margin: 0 auto; width: 90%; max-width: 1360px; display: block;}
#movement .inner .txt_box{ width: 90%; max-width: 640px; margin:0 auto; display: block; text-align: center; }
#movement  h2{ margin-top: 0px; text-align: left; display: inline-block;}
#movement p{ margin-top: 20px; width: 100%; text-align: left;}
#movement p br{ display: none;}
#movement .inner .img_box{ width: 55%; max-width: 360px; margin:40px auto 0; }
}/*END*/
@media (max-width: 750px) {
#movement{ margin-top: 100px;}
#movement .inner .img_box{ width: 65%; max-width: 360px; margin:30px auto 0; }
#movement .inner .img_box img{ margin-left:1.2vw; }
}/*END*/
@media (max-width: 450px) {
#movement .inner .img_box{ width: 70%; max-width: 360px; margin:30px auto 0; }
}/*END*/

#movement .x15{ display: block;}
#movement .x1{ display: none;}
@media (max-width: 1000px) {
#movement .x15{ display: none;}
#movement .x1{ display: block;}
}/*END*/

/*-------------------------------------------------
	color
--------------------------------------------------*/

#color{ margin: 120px auto 0;padding-bottom:120px;}
#color .txt_box{ margin: 0px auto; width: 80%; max-width: 1000px; }
#color .txt_box h2{ text-align: center; }
#color .txt_box p{ margin-top: 20px; text-align: center; }
#color .img_box{ margin: 65px auto 0; max-width: 1140px; width: 95%;   }

@media (max-width: 1200px) {
#color .txt_box{ margin: 0px auto; width: 80%; max-width: 750px; }
#color .txt_box p{ margin-top: 20px; text-align: left; }
#color .txt_box p br{ display: none; }

}/*END*/
@media (max-width: 1100px) {
#color{ margin: 12vw auto 0;}
#color .txt_box{ margin: 0px auto; width: 80%; max-width: 660px; }
#color .img_box{ margin: 6vw auto 0; max-width: 1600px; width: 95%;  }
}/*END*/
@media (max-width: 800px) {
#color{ margin: 17vw auto 0;}
#color .img_box{ margin: 7vw auto 0; max-width: 600px; width: 85%;   }
#color .img_box ul li{ width: 50%; }
#color{ padding-bottom:12vw;}
}/*END*/

@media (max-width: 450px) {
#color{ margin: 20vw auto 0;}
}/*END*/

#color .x15{ display: block;}
#color .x1{ display: none;}
#color .sp{ display: none;}
@media (max-width: 1000px) {
#color .x15{ display: none;}
#color .x1{ display: block;}
#color .sp{ display: none;}
}/*END*/
@media (max-width: 750px) {
#color .x15{ display: none;}
#color .x1{ display: none;}
#color .sp{ display: block;}
}/*END*/

/*-------------------------------------------------
	bracelet
--------------------------------------------------*/
#bracelet{ margin-top: 0px; padding-bottom: 140px; position: relative; z-index: 1;}
#bracelet .inner{ margin: 0 auto; width: 70%; max-width: 1034px; display: flex; }
#bracelet .inner .txt_box{ width: 39.8%; margin-left:1.9%; display: flex; align-items: center; }
#bracelet .inner .img_box{ width: 47.5%; margin-left:10.8%;}
#bracelet h2{ margin-top: -40px; }
#bracelet h2 span{ display: block; }
#bracelet p{ margin-top: 20px;}
@media (max-width: 1360px) {
#bracelet h2{ margin-top: 0px; }
#bracelet .inner{ margin: 0 auto; width: 80%; max-width: 1034px; display: flex; }
#bracelet .inner .txt_box{ width: 41.8%; margin-left:1.9%; display: flex; align-items: center; }
#bracelet .inner .img_box{ width: 45.5%; margin-left:10.8%;}
}/*END*/
@media (max-width: 850px) {
#bracelet{  padding-bottom: 100px;}
#bracelet .inner{ margin: 0 auto; width: 90%; max-width: 1360px; display: block;}
#bracelet .inner .txt_box{ width: 90%; max-width: 640px; margin:0 auto; display: block; text-align: center; }
#bracelet  h2{ margin-top: 0px; text-align: left; display: inline-block;}
#bracelet p{ margin-top: 20px; width: 100%; text-align: left;}
#bracelet .inner .img_box{ width: 55%; max-width: 500px; margin:60px auto 0; }
}/*END*/
@media (max-width: 640px) {
#bracelet{ margin-top: 5vw; padding-bottom: 100px;}
#bracelet .inner .img_box{ width: 55%; max-width: 500px; margin:50px auto 0; }
}/*END*/
@media (max-width: 450px) {
#bracelet{ margin-top: 8vw;padding-bottom: 80px;}
}/*END*/

#bracelet .x15{ display: block;}
#bracelet .x1{ display: none;}
@media (max-width: 1000px) {
#bracelet .x15{ display: none;}
#bracelet .x1{ display: block;}
}/*END*/

/*-------------------------------------------------
	Date Display
--------------------------------------------------*/
#dd_main{ position: relative; }
#dd_main h2{ position: absolute; left: 13.7%; top: 0; height: 100%; display: flex; align-items: center; font-family: 'Times New Roman', Times, serif;z-index: 13; color: #000; }
#dd_main h2 span.co_main_title{ display: block; margin-top: -1vw;}
#dd_main h2 small{ font-size: 2.15vw; line-height: 1; display: block;}
#dd_main h2 .big{ margin-left: 5.2vw; font-size: 4.3vw; line-height: 1.2; display: block;}
#dd_main h2 .case_size{ margin-left: 5.5vw; font-size: 1.2vw; line-height: 1.6; display: block;}
#dd_main img{ width: 100%;}
@media screen and (orientation: portrait) {
#dd_main h2{ position: absolute; left: 0%; top: 80.8%; width: 100%; height: auto; display: block;}
#dd_main h2 span.co_main_title{ margin-top: 0px; text-align: center;}
#dd_main h2 small{ font-size: 2.8vw; line-height: 1; display: block;}
#dd_main h2 .big{ margin-left: 0; font-size: 5.8vw; line-height: 1.3; display: block;}
#dd_main h2 .case_size{ margin-left: 0vw; font-size: 1.9vw; line-height: 1; display: block;}
}/*END*/
@media screen and (max-width: 640px) and (orientation: portrait) {
#dd_main h2{ position: absolute; left: 0%; top: 81%; width: 100%; height: auto; display: block;}
#dd_main h2 small{ font-size: 4.5vw; line-height: 1; display: block;}
#dd_main h2 .big{ margin-left: 0; font-size: 9.3vw; line-height: 1.3; display: block;}
#dd_main h2 .case_size{ margin-left: 0vw; font-size: 2.8vw; line-height: 1; display: block;}
}/*END*/

/*[ on / off ]*/
.co_main_img .x15{display:block;}
.co_main_img .x1{display:none;}
.co_main_img .tab{display:none;}
.co_main_img .sp{display:none;}
@media screen and (max-width: 1400px) {
.co_main_img .x15{display:none;}
.co_main_img .x1{display:block;}
.co_main_img .tab{display:none;}
.co_main_img .sp{display:none;}
}/*END*/
@media screen and (orientation: portrait) {
.co_main_img .x1{display:none;}
.co_main_img .tab{display:block;}
.co_main_img .sp{display:none;}
}/*END*/
@media screen and (max-width: 640px) and (orientation: portrait) {
.co_main_img .x1{display:none;}
.co_main_img .tab{display:none;}
.co_main_img .sp{display:block;}
}/*END*/

/*-------------------------------------------------
	Three-Hands
--------------------------------------------------*/
#three_hands{ position: relative; z-index: 11;}
#three_hands .co_movie{ position: relative; z-index: 12;}
#th_main{ position: relative; }
#th_main h2{ position: absolute; left: 54%; top: 0; height: 100%; display: flex; align-items: center; color: #000; font-family: 'Times New Roman', Times, serif; z-index: 13; opacity: 0.7;}
#th_main h2 span.co_main_title{  display: block; margin-top: 1vw; }
#th_main h2 small{ font-size: 2.15vw; line-height: 1; display: block; }
#th_main h2 .big{ margin-left: 5.5vw; font-size: 4.3vw; line-height: 1.2; display: block;}
#th_main h2 .case_size{ margin-left: 6.35vw; font-size: 1.2vw; line-height: 1.6; display: block;}
#th_main img{ width: 100%; }
@media screen and (orientation: portrait) {
#th_main h2{ position: absolute; left: 0%; top: 80.8%; width: 100%; height: auto; display: block;}
#th_main h2 span.co_main_title{ margin-top: 0px; text-align: center;}
#th_main h2 small{ font-size: 2.8vw; line-height: 1; display: block;}
#th_main h2 .big{ margin-left: 0; font-size: 5.8vw; line-height: 1.3; display: block;}
#th_main h2 .case_size{ margin-left: 0vw; font-size: 1.9vw; line-height: 1; display: block;}
}/*END*/
@media screen and (max-width: 640px) and (orientation: portrait) {
#th_main h2{ position: absolute; left: 0%; top: 81%; width: 100%; height: auto; display: block;}
#th_main h2 small{ font-size: 4.5vw; line-height: 1; display: block;}
#th_main h2 .big{ margin-left: 0; font-size: 9.3vw; line-height: 1.3; display: block;}
#th_main h2 .case_size{ margin-left: 0vw; font-size: 2.8vw; line-height: 1; display: block;}
}/*END*/

/*-------------------------------------------------
	Semi-Skeleton
--------------------------------------------------*/
#semi_skeleton{ position: relative; z-index: 11;}
#semi_skeleton .co_movie{ position: relative; z-index: 12;}
#ss_main{ position: relative; }
#ss_main h2{ position: absolute; left: 13.7%; top: 0; height: 100%; display: flex; align-items: center; font-family: 'Times New Roman', Times, serif;z-index: 13; color: #fff; }
#ss_main h2 span.co_main_title{ display: block; margin-top: -1vw;}
#ss_main h2 small{ font-size: 2.15vw; line-height: 1; display: block;}
#ss_main h2 .big{ margin-left: 5.2vw; font-size: 4.3vw; line-height: 1.2; display: block;}
#ss_main h2 .case_size{ margin-left: 5.5vw; font-size: 1.2vw; line-height: 1.6; display: block;}
#ss_main img{ width: 100%;}
@media screen and (orientation: portrait) {
#ss_main h2{ position: absolute; left: 0%; top: 80.8%; width: 100%; height: auto; display: block;}
#ss_main h2 span.co_main_title{ margin-top: 0px; text-align: center;}
#ss_main h2 small{ font-size: 2.8vw; line-height: 1; display: block;}
#ss_main h2 .big{ margin-left: 0; font-size: 5.8vw; line-height: 1.3; display: block;}
#ss_main h2 .case_size{ margin-left: 0vw; font-size: 1.9vw; line-height: 1; display: block;}
}/*END*/
@media screen and (max-width: 640px) and (orientation: portrait) {
#ss_main h2{ position: absolute; left: 0%; top: 81%; width: 100%; height: auto; display: block;}
#ss_main h2 small{ font-size: 4.5vw; line-height: 1; display: block;}
#ss_main h2 .big{ margin-left: 0; font-size: 9.3vw; line-height: 1.3; display: block;}
#ss_main h2 .case_size{ margin-left: 0vw; font-size: 2.8vw; line-height: 1; display: block;}
}/*END*/

/*-------------------------------------------------
	co_movie
--------------------------------------------------*/
video {width: 100%;}
.movie_pc{ display: block;}
.movie_sp{ display: none;}
 @media (max-width: 1024px){
.movie_pc{ display: none;}
.movie_sp{ display: block;}
}/*END*/
.co_movie{ position: relative; text-align: center; z-index: 1; background: #000; }
.co_movie a{ width: 100%; position: relative; overflow: hidden; display: block; }
.co_movie a .movie_bg{ width: 100%; height: 100%; background: rgba(0,0,0,0); position: absolute; left: 0; top:0px; transition: 0.3s; z-index: 2; }
.co_movie a:hover .movie_bg{ background: rgba(0,0,0,0.5); }
.co_movie img{ text-align: center; margin: 0 auto;}
video {width: 100%;/* height: 34.4vw; */}
 @media (max-width: 1024px){
video { /*height: 56.3vw;*/}
}/*END*/
.movie_pc{ display: block;}
.movie_sp{ display: none;}
 @media (max-width: 1024px){
.movie_pc{ display: none;}
.movie_sp{ display: block;}
}/*END*/

/*-------------------------------------------------
	spec
--------------------------------------------------*/
.spec{ padding: 100px 0; color: #000; position:relative; }
.spec1{ z-index: 10; }
.spec2{ z-index: 20; }

/*---------【3列】---------*/
/* [[ spec_3r ]] */
.spec ul { display: flex; flex-wrap: wrap; justify-content:center; max-width: 1050px; width: 85%; margin: 0px auto 0;}
.spec ul li{ width: 33.3%; position: relative;}
.spec .img_box{ width: 70%; max-width: 225px; margin: 0 auto; text-align: center;  position: relative;}
.spec .txt_box{ margin-top: -40px; width: 100%; text-align: center; position: relative; z-index: 3; }

@media (max-width: 1200px){
.spec{ padding: 100px 0;}
}/*END*/
@media (max-width: 950px){
.spec{ padding: 90px 0;}
.spec ul { max-width: 1110px; width: 92%; }
.spec .img_box{ width: 65%; max-width: 225px; margin: 0 auto; text-align: center; }

}/*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: 80px auto 0;}
.spec .img_box{ width: 65%; max-width: 225px; margin: 0 auto; text-align: center; }
}/*END*/
@media (max-width: 650px){
.spec{ padding: 80px 0;}
.spec .img_box img{  width: 100%; max-width: 225px;}
.spec ul li{ margin-top: 12vw ;}
.spec ul li:nth-child(3){ margin: 60px auto 0;}
}/*END*/
@media (max-width: 640px){
.spec{ padding: 80px 0;  }
.spec ul { max-width: 700px; width: 90%;}
.spec .img_box{ width: 65%;  margin: 0 auto; text-align: center; }
.spec .txt_box{ margin-top: -7vw;}
}/*END*/
@media (max-width: 400px){
.spec{ padding: 80px 0; }
.spec ul { max-width: 700px; width: 95%;}
.spec .img_box{ width: 65%; margin: 0 auto; text-align: center; }
.spec .txt_box{ margin-top: -7vw;}
}/*END*/

.spec .size{ font-size: 16px; line-height: 1; position: absolute; right:84% ; bottom: 20%; width: 65px; height: 65px;border-radius: 50%; background: #eee; display: flex; align-items: center; justify-content: center; font-family: 'Times New Roman', Times, serif;}
.spec .size span{ margin: 1px 0 0 2px; display: inline-block; font-size: 11px; line-height: .8; vertical-align: bottom; color: #000; }
@media (max-width: 600px){
.spec .size{ font-size: 14px; line-height: 1; position: absolute; right:80% ; bottom: 20%; width: 50px; height: 50px;}
.spec .size span{ margin: 1px 0 0 1px; display: inline-block; font-size: 9px; line-height: .8; }
}/*END*/
@media (max-width: 400px){
.spec .size{ font-size: 12px; line-height: 1; position: absolute; right:80% ; bottom: 20%; width: 44px; height: 44px;}
.spec .size span{ margin: 1px 0 0 1px; display: inline-block; font-size: 8px; line-height: .8; }
}/*END*/
@media (max-width: 350px){
.spec .size{ font-size: 10px; line-height: 1; position: absolute; right:80% ; bottom: 20%; width: 40px; height: 40px;}
.spec .size span{ margin: 1px 0 0 0px; display: inline-block; font-size: 7px; line-height: .8; }
}/*END*/

/*---------【3列】---------*/
/* [[ spec_3r ]] */
.spec_3r ul { display: flex; flex-wrap: wrap; justify-content:space-between; max-width: 1100px; width: 85%; margin: 0px auto 0;}
.spec_3r ul li{ width: 33.3%;}
.spec_3r .collections_inner{ display: block; width: 100%; margin: 0 auto; text-align: center; }
.spec_3r .collections_inner .img_box{ width:67%; margin: 0 auto; text-align: center;}
.spec_3r .collections_inner .txt_box{ margin-top: 30px; width: 100%; text-align: center; position: relative; z-index: 3; }
@media (max-width: 1000px){
.spec_3r ul { max-width: 750px; width: 85%; margin: 40px auto 0;}
.spec_3r ul li{ width: 50%; margin-top: 100px ;}
.spec_3r ul li:nth-child(1),
.spec_3r ul li:nth-child(2){ margin-top: 0px !important;}
.spec_3r .collections_inner .img_box{ width: 75%; max-width: 250px; margin: 0 auto; text-align: center; }
.spec_3r ul li:nth-child(3){ margin: 100px auto 0;}
}/*END*/
@media (max-width: 750px){
.spec_3r .collections_inner .img_box img{ max-width: 280px; width: 100%; }
.spec_3r ul li{ margin-top: 12vw ;}
.spec_3r ul li:nth-child(3){ margin: 12vw auto 0;}
}/*END*/
@media (max-width: 640px){
.spec_3r ul { max-width: 700px; width: 90%; margin: 40px auto 0;}
.spec_3r .collections_inner .img_box{ width: 80%; max-width: 280px; margin: 0 auto; text-align: center; }
}/*END*/
@media (max-width: 400px){
.spec_3r ul { max-width: 700px; width: 95%; margin: 40px auto 0;}
.spec_3r .collections_inner .img_box{ width: 85%; max-width: 280px; margin: 0 auto; text-align: center; }
}/*END*/

/*---------【4列】---------*/
/* [[ spec_4r ]] */
.spec_4r ul { display: flex; flex-wrap: wrap; justify-content:center; max-width: 1320px; width: 88%; margin: 0px auto 0px;}
.spec_4r ul li{ width: 25%; margin-top: 100px ;}
.spec_4r ul li:nth-child(1),
.spec_4r ul li:nth-child(2),
.spec_4r ul li:nth-child(3),
.spec_4r ul li:nth-child(4){ margin-top: 0px;}
.spec_4r .collections_inner{ display: block; width: 100%; margin: 0 auto; text-align: center; }
.spec_4r .collections_inner .img_box{ width:71%; margin: 0 auto; text-align: center; }
.spec_4r .collections_inner .txt_box{ margin-top: 25px; width: 100%; text-align: center; position: relative; z-index: 3; }
@media (max-width: 1200px){
.spec_4r ul { width: 90%; margin: 0px auto 0px;}
.spec_4r .collections_inner .img_box{ width: 75%; margin: 0 auto; text-align: center; }
}/*END*/
@media (max-width: 1000px){
.spec_4r ul { max-width: 750px; width: 85%; margin: 0px auto 0px;}
.spec_4r ul li:nth-child(1),
.spec_4r ul li:nth-child(2){ margin-top: 0px !important;}
.spec_4r ul li:nth-child(3),
.spec_4r ul li:nth-child(4),
.spec_4r ul li{ width: 50%; margin-top: 100px ;}
.spec_4r .collections_inner .img_box{ width: 75%; max-width: 250px; margin: 0 auto; text-align: center; }
}/*END*/
@media (max-width: 750px){
.spec_4r .collections_inner .img_box img{ max-width: 280px; width: 100%; }
.spec_4r ul li:nth-child(3),
.spec_4r ul li:nth-child(4),
.spec_4r ul li{ margin-top: 12vw ;}
}/*END*/
@media (max-width: 640px){
.spec_4r ul { max-width: 700px; width: 90%; margin: 0px auto 0px;}
.spec_4r .collections_inner .img_box{ width: 80%; max-width: 280px; margin: 0 auto; text-align: center; }
}/*END*/
@media (max-width: 400px){
.spec_4r ul { max-width: 700px; width: 95%; margin: 0px auto 0;}
.spec_4r .collections_inner .img_box{ width: 85%; max-width: 280px; 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*/

.new{ position: absolute; left: 50%; top: -50px; width: 100px; margin-left: -50px; text-align: center; }
.new span{ padding-bottom: 1px; border-bottom: solid 2px #b00; color: #b00; font-size: 14px; line-height: 1;}
@media screen and (max-width: 640px) {
.new{ position: absolute; left: 50%; top: -40px; width: 100px; margin-left: -50px; text-align: center; }
.new span{ padding-bottom: 1px; border-bottom: solid 2px #b00; color: #b00; font-size: 12px; line-height: 1;}
}/*end*/

.number		{ margin-top: 0px; font-size: 24px; line-height: 1.4; letter-spacing: 1px;  }
.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: 10px; 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: 10px; font-size: 13px; }
.spec_txts	{ margin-top: 18px; font-size: 12px; }
}/*END*/
@media screen and (max-width: 450px) {
.number		{ margin-top: 0px; font-size: 18px; }
.caribre	{ margin-top: 5px; font-size: 12px; }
.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: 10px; 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: 170px; 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: 50px;}
.spec_btn a:hover { cursor: pointer; opacity: 0.6; }
@media screen and (max-width: 640px) {
.spec_btn { margin: 18px auto 0; }
.spec_btn a {  width: 160px; 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: 150px; font-size: 12px;  padding: 16px 0 18px; letter-spacing: 0px; }
}/*END*/
@media screen and (max-width: 400px) {
.spec_btn { margin: 15px auto 0; }
.spec_btn a { width: 130px; font-size: 11.5px;  padding: 15px 0 17px; }
}/*END*/
@media screen and (max-width: 370px) {
.spec_btn a { width: 120px; font-size: 11px;  padding: 14px 0 16px; }
}/*END*/
/*spec_sub*/
.spec_sub{ padding: 70px 0 80px; text-align: center; position: relative; z-index: 30;}
.spec_sub p{ display: inline-block; padding: 15px 15px; max-width: 90%; margin: 0 auto;letter-spacing: .5px;}
.spec_sub p span{ display: inline-block;}
@media screen and (max-width: 1200px) {
.spec_sub{ padding: 60px 0 70px;}
}/*END*/
@media screen and (max-width: 640px) {
.spec_sub{ padding: 40px 0 50px;}
}/*END*/


.spec_sub_bottom{ padding-bottom: 180px !important;}
@media screen and (max-width: 750px) {
.spec_sub_bottom{ padding-bottom: 220px !important;}
}/*END*/
@media screen and (max-width: 500px) {
.spec_sub_bottom{ padding-bottom: 40vw !important;}
}/*END*/
