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



/* common ////////////////////////////////////////////////////*/
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
}
* {
  box-sizing: border-box;
}
body {
  position: relative;
  font-family: Times, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  background: #000;
  font-size: 14px;
  line-height: 1.666;
  width: 100%;
  height: 100%;
 *font-size:small;
 *font:x-small;
  -webkit-text-size-adjust: none;
}
.sans_serif {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Verdana, 'ＭＳ Ｐゴシック', sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
.f10 { font-size:77%; }
.f11 { font-size:85%; }
.f12 { font-size:93%; }
.f13 { font-size:100%; }
.f14 { font-size:108%; }
.f15 { font-size:116%; }
.f16 { font-size:123.1%; }
.f17 { font-size:131%; }
.f18 { font-size:138.5%; }
.f19 { font-size:146.5%; }
.f20 { font-size:153.9%; }
.f21 { font-size:161.6%; }
.f22 { font-size:167%; }
.f23 { font-size:174%; }
.f24 { font-size:182%; }
.f25 { font-size:189%; }
.f26 { font-size:197%; }
.mb05 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb75 { margin-bottom: 75px; }
.mb100 { margin-bottom: 100px; }
a:link, a:visited {
  color: #fff;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
a:active {
  color: #fff;
}
img.over {
  transition: opacity .2s ease-out;
}
img.over:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}



/* fadein ////////////////////////////////////////////////////*/
.fadein {
  opacity : 0;
  -webkit-transform : translate3d(0, 0, 0);
  transform : translate3d(0, 0, 0);
  -webkit-transition : opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition : opacity 1s ease-out, transform 1s ease-out;
}
.fadein.scrollin {
  opacity : 1;
  -webkit-transform : translate3d(0, 0, 0);
  transform : translate3d(0, 0, 0);
}
.fadein02 {
  opacity : 0;
  -webkit-transform : translate3d(0, 0, 0);
  transform : translate3d(0, 0, 0);
  -webkit-transition : opacity 1.5s ease-out .4s, -webkit-transform 1.5s ease-out .4s;
  transition : opacity 1.5s ease-out .4s, transform 1.5s ease-out .4s;
}
.fadein02.scrollin {
  opacity : 1;
  -webkit-transform : translate3d(0, 0, 0);
  transform : translate3d(0, 0, 0);
}
.fadein_y {
  opacity : 0;
  -webkit-transform : translate3d(0, 40px, 0);
  transform : translate3d(0, 40px, 0);
	  -webkit-transition : opacity .8s ease-out, -webkit-transform .8s ease-out;
  transition : opacity .8s ease-out, transform .8s ease-out;
}
.fadein_y.scrollin {
  opacity : 1;
  -webkit-transform : translate3d(0, 0, 0);
  transform : translate3d(0, 0, 0);
}
.fadein_y02 {
  opacity : 0;
  -webkit-transform : translate3d(0, 20px, 0);
  transform : translate3d(0, 20px, 0);
  -webkit-transition : opacity .4s cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s, -webkit-transform .4s cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
  transition : opacity .4s cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s, transform .4s cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
}
.fadein_y02.scrollin {
  opacity : 1;
  -webkit-transform : translate3d(0, 0, 0);
  transform : translate3d(0, 0, 0);
}
.fadein_y03 {
  opacity : 0;
  -webkit-transform : translate3d(0, -20px, 0);
  transform : translate3d(0, -20px, 0);
  -webkit-transition : opacity .5s cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s, -webkit-transform .5s cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
  transition : opacity .5s cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s, transform .5s cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
}
.fadein_y03.scrollin {
  opacity : 1;
  -webkit-transform : translate3d(0, 0, 0);
  transform : translate3d(0, 0, 0);
}
.fadein_x {
  opacity : 0;
  -webkit-transform : translate3d(50px, 0, 0);
  transform : translate3d(50px, 0, 0);
  -webkit-transition : opacity 2.8s cubic-bezier(0.075, 0.82, 0.165, 1) .6s, -webkit-transform 2.8s cubic-bezier(0.075, 0.82, 0.165, 1) .6s;
  transition : opacity 2.8s cubic-bezier(0.075, 0.82, 0.165, 1) .6s, transform 2.8s cubic-bezier(0.075, 0.82, 0.165, 1) .6s;
}
.fadein_x.scrollin {
  opacity : 1;
  -webkit-transform : translate3d(0, 0, 0);
  transform : translate3d(0, 0, 0);
}
.fadein_x02 {
  opacity : 0;
  -webkit-transform : translate3d(-50px, 0, 0);
  transform : translate3d(-50px, 0, 0);
  -webkit-transition : opacity 2.8s cubic-bezier(0.075, 0.82, 0.165, 1) .6s, -webkit-transform 2.8s cubic-bezier(0.075, 0.82, 0.165, 1) .6s;
  transition : opacity 2.8s cubic-bezier(0.075, 0.82, 0.165, 1) .6s, transform 2.8s cubic-bezier(0.075, 0.82, 0.165, 1) .6s;
}
.fadein_x02.scrollin {
  opacity : 1;
  -webkit-transform : translate3d(0, 0, 0);
  transform : translate3d(0, 0, 0);
}


.step li {
  opacity : 0;
  -webkit-transform : translate3d(0, 30px, 0);
  transform : translate3d(0, 30px, 0);
}
.step li:nth-of-type(1) {
  -webkit-transition : all .5s ease-in-out;
  transition : all .5s ease-in-out;
}
.step li:nth-of-type(2) {
  -webkit-transition : all .5s ease-in-out .5s;
  transition : all .5s ease-in-out .5s;
}
.step li:nth-of-type(3) {
  -webkit-transition : all .5s ease-in-out 1s;
  transition : all .5s ease-in-out 1s;
}

.step li.scrollin {
  opacity : 1;
  -webkit-transform : translate3d(0, 0, 0);
  transform : translate3d(0, 0, 0);
}



/* Responsive Delete ////////////////////////////////////////////////////*/
.sp,
.sp_inline {
  display: none;
}
@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp_inline {
    display: inline;
  }
}



/* mainHeader ////////////////////////////////////////////////////*/
.main_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 50px 50px 0;
  z-index: 99;
  line-height: 1;
}
.main_header .inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.main_header .inner a {
  display: inline-block;
}
.main_header .logo_presage object,
.main_header .logo_presage img {
  width: 200px;
  height: 29px;
  pointer-events: none;
}
.main_header .logo_seiko object,
.main_header .logo_seiko img {
  width: 150px;
  height: 49px;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .main_header {
    padding: 5vw 5vw 0;
  }
  .main_header .logo_presage object,
  .main_header .logo_presage img {
    width: 82px;
    height: 12px;
  }
  .main_header .logo_seiko object,
  .main_header .logo_seiko img {
    width: 65px;
    height: 21px;
  }
}



/* main_visual ////////////////////////////////////////////////////*/
.main_visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: #000;
  padding: 0 30px;
  line-height: 1;
  z-index: 10;
  min-height: 680px;
}
.main_visual .visual_box {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #011a4c url("../img/main_visual_bg.jpg") center bottom no-repeat;
  background-size: cover;
  opacity: 0;
  filter: brightness(0%);
  -webkit-animation: kv_fadein 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1 forwards 1s;
          animation: kv_fadein 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1 forwards 1s;
}
@-webkit-keyframes kv_fadein {
  0% {
    opacity: 0;
    filter: brightness(0%);
  }
  100% {
    opacity: 1;
    filter: brightness(100%);
  }
}
@keyframes kv_fadein {
  0% {
    opacity: 0;
    filter: brightness(0%);
  }
  100% {
    opacity: 1;
    filter: brightness(100%);
  }
}
.main_visual .outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1220px;
}
.main_visual_ph_watch {
  opacity : 0;
  -webkit-transform : translate3d(0, 40px, 0);
  transform : translate3d(0, 40px, 0);
  -webkit-transition : transform 2.4s cubic-bezier(.05,.2,.15,.94) .8s, opacity 2.4s cubic-bezier(.05,.2,.15,.94) .8s;
  transition : transform 2.4s cubic-bezier(.05,.2,.15,.94) .8s, opacity 2.4s cubic-bezier(.05,.2,.15,.94) .8s;
}
.main_visual_ph_watch.slow {
  opacity : 0;
  -webkit-transform : translate3d(0, 40px, 0);
  transform : translate3d(0, 40px, 0);
  -webkit-transition : transform 1.6s cubic-bezier(.05,.2,.15,.94) 3.2s, opacity 1.6s cubic-bezier(.05,.2,.15,.94) 3.2s;
  transition : transform 1.6s cubic-bezier(.05,.2,.15,.94) 3.2s, opacity 1.6s cubic-bezier(.05,.2,.15,.94) 3.2s;
}
.main_visual_ph_watch.scrollin {
  opacity : 1;
  -webkit-transform : translate3d(0, 0, 0);
  transform : translate3d(0, 0, 0);
}
.main_visual .name_box {
  width: 63.934%;
  margin-top: 17.5%;
  padding-left: 6%;
  -webkit-transition: transform 2.4s cubic-bezier(.05,.2,.15,.94) .2s, opacity 2.4s cubic-bezier(.05,.2,.15,.94) .2s;
  transition: transform 2.4s cubic-bezier(.05,.2,.15,.94) .2s, opacity 2.4s cubic-bezier(.05,.2,.15,.94) .2s;
}
.main_visual .name_box .inner {
  width: 100%;
  text-align: center;
}
.main_visual .name_box .ttl {
  position: relative;
  margin-bottom: .8em;
  font-size: 50px;
  line-height: 1;
}
.main_visual .name_box .ttl .t_txt {
  display: block;
  margin-bottom: 1em;
  font-size: 26px;
}
.main_visual .name_box .ttl .b_txt {
  display: block;
  margin-top: .6em;
  font-size: 30px;
}
.main_visual .name_box .txt {
  font-size: 24px;
  line-height: 1.333;
}
.main_visual .name_box .txt .ctl {
  display: none;
}
.main_visual .img_box {
  width: 35.573%;
}
@media screen and (max-width: 1400px) {
  .main_visual .img_box{
    padding-right: 6vw;
  }
}
@media screen and (max-width: 1180px) {
  .main_visual .name_box {
    margin-top: 20%;
    padding-left: 0;
  }
  .main_visual .name_box .txt .ctl {
    display: inline-block;
  }
}
@media screen and (max-height: 700px) {
  .main_visual .name_box{
    transform: scale(.8);
  }
}
@media screen and (max-width: 767px) {
  .main_visual .name_box .ttl{
    font-size: 6vw;
  }
  .main_visual .name_box .ttl .t_txt{
    font-size: 3.5vw;
  }
  .main_visual .name_box .ttl .b_txt{
    font-size: 4vw;
  }
  .main_visual .name_box .txt{
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 640px) {
  .sp_bg {
    position: relative;
    background: #011a4c url("../img/main_visual_bg_sp.jpg") center 0 no-repeat;
    background-size: 100% auto;
  }
  .sp_bg::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #01060c;
    opacity: 1;
    -webkit-animation: kv_fadeout 5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1 forwards 1s;
    animation: kv_fadeout 5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1 forwards 1s;
  }
  @-webkit-keyframes kv_fadeout {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes kv_fadeout {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .main_visual {
    display: block;
    min-height: inherit;
    padding: 11vw 0 0;
    background: transparent;
    height: auto;
  }
  .main_visual .visual_box {
    background: none;
  }
  .main_visual .outer {
    position: relative;
    flex-direction: column;
    width: auto;
    padding: 0;
  }
  .main_visual .img_box {
    order: 1;
    width: 60%;
    min-height: 1%;
    margin: 0 0 3% auto;
  }
  .main_visual .img_box p {
    padding: 0 15% 0 0;
  }
  .main_visual .name_box {
    order: 2;
    width: 90%;
    height: 100%;
    margin: 5px 0 0;
    padding: 0;
    
    transform: scale(1);
  }
  .main_visual .name_box .ttl {
    margin-bottom: 5vw;
    font-size: 5.8vw;
  }
  .main_visual .name_box .ttl .t_txt {
    font-size: 3.2vw;
    margin-bottom: 1em;
  }
  .main_visual .name_box .ttl .b_txt{
    margin-top: .7em;
    font-size: 3.5vw;
  }
  .main_visual .name_box .txt {
    font-size: 13px;
    font-size: 3.2vw;
    line-height: 1.38;
  }
  .main_visual .name_box .txt .ctl {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .main_visual .name_box .ttl {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .main_visual .name_box .ttl .t_txt {
    font-size: 16px;
    margin-bottom: 1em;
  }
  .main_visual .name_box .ttl .b_txt{
    margin-top: 10px;
    font-size: 18px;
  }
  .main_visual .name_box .txt {
    font-size: 16px;
  }
}
@-ms-keyframes kv_fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}



/* intro ////////////////////////////////////////////////////*/
.intro {
  position: relative;
  width: 100%;
  padding: 150px 50px 150px;
  background: #000;
}
.intro .intro_box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #012460 url("../img/intro_bg.jpg") center top no-repeat;
  background-size: auto 64%;
  opacity: 0;
  filter: brightness(0%);
}
.intro.scrollin .intro_box {
  -webkit-animation: kv_fadein 5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1 forwards;
  animation: kv_fadein 5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1 forwards;
}
.intro .intro_btm_box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../img/intro_btm_bg.png") center bottom no-repeat;
  background-size: 100% auto;
  opacity: 0;
  transition: opacity 3s ease-out 2s;
}
.intro .intro_img_box {
  width: 38%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../img/intro_tsubo.png") right bottom no-repeat;
  background-size: 100% auto;
  opacity: 0;
  transition: opacity 3s ease-out 3s;
}
.intro.scrollin .intro_btm_box,
.intro.scrollin .intro_img_box {
  opacity: 1;
}
.intro .outer {
  position: relative;
  width: 100%;
  max-width: 1000px;
  padding-left: 50px;
  margin: auto;
  z-index: 10;
}
.intro .outer .txt_box {
  font-size: 22px;
  line-height: 2;
}
.intro .outer .txt_box.box1 {
  margin-bottom: 60px;
  font-style: italic;
}
.intro .outer .txt_box.box2 {
  width: 50%;
  margin-left: auto;
  font-style: italic;
}
.intro .outer .txt_box.box2 {
  margin-bottom: 10vw;
}
@media screen and (min-width: 1600px) {
  .intro .outer .txt_box.box2 {
    margin-bottom: 15vw;
  }
}
.intro .outer .ttl {
  margin-bottom: 90px;
  font-size: 64px;
  line-height: 1;
}
.intro .outer .ttl img {
  width: 16.152%;
  width: 5vw;
  max-width: 90px;
  min-width: 48px;
}
.intro .outer .txt_box.box3 {
  width: 58%;
}
@media screen and (max-width: 1180px) {
  .intro {
    padding-top: 100px;
  }
  .intro .outer {
    padding-left: 0;
  }
  .intro .outer .txt_box {
    font-size: 20px;
  }
  .intro .outer .ttl {
    margin-bottom: 60px;
    font-size: 58px;
  }
}
@media screen and (max-width: 860px) {
  .intro .outer .txt_box {
    font-size: 18px;
  }
  .intro .outer .ttl {
    margin-bottom: 40px;
    font-size: 52px;
  }
}
@media screen and (max-width: 640px) {
  .intro {
    padding: 55vw 40px 93vw;
    background: transparent;
    overflow: hidden;
  }
  .intro .intro_box {
    background: none;
  }
  .intro .intro_btm_box {
    background: url("../img/intro_btm_bg_sp.png") center bottom no-repeat;
    background-size: 100% auto;
  }
  .intro .intro_img_box {
    width: 70%;
    height: 100%;
  }
  .intro .outer {
    padding: 0;
  }
  .intro .outer .txt_box {
    font-size: 16px;
    line-height: 1.7;
  }
  .intro .outer .txt_box.box1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .intro .outer .txt_box.box2 {
    width: 100%;
    margin-bottom: 60px
  }
  .intro .outer .ttl {
    margin-bottom: 30px;
    font-size: 32px;
    text-align: center;
  }
  .intro .outer .txt_box.box3 {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .intro {
    padding: 44% 40px 93vw;
  }
}



/* dial ////////////////////////////////////////////////////*/
.dial {
  position: relative;
  width: 100%;
  padding: 80px 50px 175px;
  background: #00050c;
}
.dial .dial_box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/dial_bg.png") center top no-repeat;
  background-size: cover;
  opacity: 0;
  filter: brightness(0%);
}
.dial.scrollin .dial_box {
  -webkit-animation: kv_fadein 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1 forwards;
  animation: kv_fadein 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1 forwards;
}
.dial .outer {
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: auto;
}
.dial .inner {
  position: relative;
  width: 67%;
  margin: auto;
}
.dial .ttl_inner {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  width: 100%;
  width: 60vw;
  height: 40vw;
  max-width: 1000px;
  margin: 0 auto 40px;
  padding-bottom: 4vw;
  text-align: center;
}
.dial .ttl_inner .ttl_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/dial_ph01.png) center center no-repeat;
  background-size: 100% auto;
}
.dial .ttl_inner .ttl {
  position: relative;
  display: inline-block;
  font-size: 64px;
  line-height: 1.25;
}
.dial .dial_txt {
  margin-bottom: 50px;
  font-size: 22px;
  line-height: 2;
}
.dial .dial_txt .ctl {
  display: none;
}
.dial .step {
  display: flex;
  margin-bottom: 180px;
}
.dial .step li {
  width: 33.333%;
}
.dial .step li .step_box {
  position: relative;
  padding-top: 90px;
  line-height: 1;
}
.dial .step li .step_box .num {
  position: absolute;
  top: 0;
  left: 10%;
  font-size: 80px;
}
.dial .step li .step_box .txt {
  position: absolute;
  top: 6%;
  left: 25%;
  font-size: 42px;
}
.dial .craftsman_inner {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.dial .craftsman_inner .ttl {
  position: absolute;
  top: 70px;
  right: -2.8%;
  font-size: 46px;
  text-align: right;
  line-height: 1.5;
}
.dial .craftsman_inner .ttl .small {
  font-size: 33px;
}
.dial .craftsman_inner .txt_box {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
  padding: 5%;
  color: #000;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 1400px) {
  .dial .step li .step_box .num {
    left: 30px;
  }
  .dial .step li .step_box .txt {
    top: 6.6%;
    left: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .dial .inner {
    width: 80%;
  }
  .dial .step li .step_box {
    padding-top: 65px;
  }
  .dial .step li .step_box .num {
    left: 20px;
    font-size: 60px;
  }
  .dial .step li .step_box .txt {
    left: 70px;
    top: 5.2%;
    font-size: 34px;
  }
}
@media screen and (max-width: 1180px) {
  .dial .ttl_inner .ttl {
    font-size: 58px;
  }
  .dial .dial_txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 1010px) {
  .dial .step li .step_box {
    padding-top: 65px;
  }
  .dial .step li .step_box .num {
    top: 3.6%;
    left: 10px;
    font-size: 45px;
  }
  .dial .step li .step_box .txt {
    left: 50px;
    top: 8.3%;
    font-size: 26px;
  }
  .dial .ttl_inner .ttl {
    font-size: 52px;
  }
  .dial .dial_txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .dial .craftsman_inner .ttl {
    font-size: 40px;
  }
  .dial .craftsman_inner .ttl .small {
    font-size: 29px;
  }
  .dial .craftsman_inner .txt_box {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .dial {
    padding-bottom: 15vw;
  }
  .dial .step li .step_box .num {
    top: 6%;
    left: 0;
    font-size: 40px;
  }
  .dial .step li .step_box .txt {
    top: 10.8%;
    left: 35px;
    font-size: 23px;
  }
  .dial .dial_txt .ctl {
    display: inline-block;
  }
  .dial .craftsman_inner .ttl {
    font-size: 32px;
  }
  .dial .craftsman_inner .ttl .small {
    font-size: 23px;
  }
  .dial .craftsman_inner .txt_box {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .dial .step li .step_box {
    padding-top: 45px;
  }
  .dial .step li .step_box .num {
    top: 4%;
    font-size: 34px;
  }
  .dial .step li .step_box .txt {
    top: 8.5%;
    left: 30px;
    font-size: 18px;
  }
  .dial .ttl_inner .ttl {
    font-size: 44px;
  }
  .dial .dial_txt {
    font-size: 16px;
  }
  .dial .craftsman_inner .ttl {
    font-size: 26px;
  }
  .dial .craftsman_inner .ttl .small {
    font-size: 19px;
  }
  .dial .craftsman_inner .txt_box {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .dial {
    padding: 50px 40px;
    overflow: hidden;
  }
  .dial .dial_box {
    background: url(../img/dial_bg_sp.png) center top no-repeat;
    background-size: cover;
  }
  .dial .ttl_inner {
    margin: 0 auto 30px;
    padding: 0;
    width: 73%;
    height: 42vw;
  }
  .dial .inner {
    width: 100vw;
    margin: 0 0 20px -40px;
  }
  .dial .ttl_inner .ttl_box {
    background: url(../img/dial_ph01.png) center 0 no-repeat;
    background-size: contain;
  }
  .dial .ttl_inner .ttl {
    font-size: 32px;
    line-height: 1.25;
  }
  .dial .dial_txt {
    margin-bottom: 0;
    padding: 0 40px;
    font-size: 16px;
    line-height: 1.7;
  }
  .dial .step {
    width: 100vw;
    margin-left: -40px;
    margin-bottom: 50px;
  }
  .dial .step li .step_box {
    padding-top: 8.5vw;
  }
  .dial .step li .step_box .num {
    top: 5%;
    left: 2vw;
    font-size: 6vw;
  }
  .dial .step li .step_box .txt {
    top: 11%;
    left: 7vw;
    font-size: 3.2vw;
  }
  .dial .craftsman_inner .txt_box {
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
    padding: 8% 0 5%;
  }
  .dial .craftsman_inner .ttl {
    top: 25%;
    right: -5.5%;
    font-size: 3.8vw;
  }
  .dial .craftsman_inner .ttl .small {
    font-size: 2.6vw;
  }
}	
@media screen and (max-width: 480px) {
  .dial .ttl_inner {
    width: 100%;
    height: 50vw;
  }
  .dial .ttl_inner .ttl_box {
    background: url(../img/dial_ph01.png) center 0 no-repeat;
    background-size: 85% auto;
  }
  .dial .craftsman_inner .ttl {
    top: 18.5%;
    right: -6%;
    font-size: 16px;
  }
  .dial .craftsman_inner .ttl .small {
    font-size: 11px;
  }
  .dial .step li .step_box .num {
    top: 0;
    left: 3px;
    font-size: 26px;
  }
  .dial .step li .step_box .txt {
    top: 6.5%;
    left: 24px;
    font-size: 15px;
  }
}



/* features ////////////////////////////////////////////////////*/
.features {
  position: relative;
  padding: 75px 0 0;
  overflow: hidden;
}
.features .main_ttl {
  color: #fff;
  font-size: 40px;
  text-align: center;
}
.features .feature_box {
  position: relative;
  padding: 0 50px;
}
.features .feature_box .feature_img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: -1;
  transform: translateY(-50%);
  overflow: hidden;
}
.features .feature_box.feature01 .feature_img,
.features .feature_box.feature03 .feature_img {
  height: 600px;
  background: url(../img/feature01_bg.jpg) center center no-repeat;
  background-size: cover;
}
.features .feature_box.feature02 .feature_img {
  text-align: right;
  background: #f5f5f5;
}
.features .feature_box.feature03 .feature_img {
  background: url(../img/feature03_bg.jpg) center center no-repeat;
  background-size: cover;
}
.features .feature_box.feature02,
.features .feature_box.feature04 {
  position: relative;
  height: 600px;
  overflow: hidden;
}
.features .feature_box .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.features .feature_box.feature01 .inner {
  max-width: 1420px;
  margin: auto;
}
.features .feature_box.feature03 .inner {
  max-width: 1120px;
  margin: auto;
}
.features .feature_box.feature02 .inner,
.features .feature_box.feature04 .inner {
  max-width: 1200px;
  margin: auto;
}
.features .feature_box.feature01 .inner .img_box {
  width: 62.746%;
}
.features .feature_box.feature03 .inner .img_box {
  width: 55.535%;
}
.features .feature_box .inner .txt_box .txt {
  padding-right: 10%;
  font-size: 18px;
  line-height: 1.666;
}
.features .feature_box.feature01 .inner .txt_box .txt ,
.features .feature_box.feature02 .inner .txt_box .txt {
  color: #4b4b4b;
}
.features .feature_box .inner .txt_box .txt_note {
  display: flex;
  margin-top: 3em;
  padding-right: 10%;
  font-size: 14px;
}
.features .feature_box .inner .txt_box .txt_note::before {
  content: '*';
  display: block;
}
.features .feature_box.feature01 .inner .txt_box {
  width: 44.4%;
  transform: translateX(-100px);
}
.features .feature_box.feature02 .inner .txt_box,
.features .feature_box.feature04 .inner .txt_box {
  width: 45%;
}
.features .feature_box.feature03 .inner .txt_box {
  width: 42.857%;
}
.features .feature_box .inner .txt_box .ttl {
  margin-bottom: 60px;
  color: #4b4b4b;
  font-size: 50px;
  line-height: 1.2;
}
.features .feature_box.feature02 .inner .txt_box .ttl {
  color: #4b4b4b;
}
.features .feature_box.feature03 .inner .txt_box .ttl {
  color: #fff;
}
.features .feature_box.feature04 .inner .txt_box .ttl {
  color: #fff;
}
@media screen and (max-width: 1380px) {
  .features .feature_box.feature01 .feature_img,
  .features .feature_box.feature03 .feature_img {
    height: 40vw;
  }
  .features .feature_box.feature01 .inner .txt_box {
    transform: translateX(-10vw);
  }
  .features .feature_box .inner .txt_box .txt {
    padding-right: 0;
    font-size: 16px;
  }
  .features .feature_box.feature01 .inner .txt_box .txt {
    margin-right: -10vw;
  }
  .features .feature_box .inner .txt_box .txt_note {
    margin-top: 2em;
    padding-right: 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 1080px) {
  .features .feature_box.feature02,
  .features .feature_box.feature04 {
    height: 50vw;
  }
  .features .feature_box.feature03 .inner .txt_box {
    padding-left: 2.5%;
  }
  .features .feature_box .inner .txt_box .ttl {
    margin-bottom: 30px !important;
    font-size: 40px;
  }
  .features .feature_box .inner .txt_box .txt {
    font-size: 14px;
  }
  .features .feature_box .inner .txt_box .txt_note {
    font-size: 12px;
  }
}
@media screen and (max-width: 860px) {
  .features .feature_box.feature01 .feature_img,
  .features .feature_box.feature03 .feature_img {
    height: 37vw;
  }
  .features .feature_box.feature01 .inner .txt_box {
    transform: translateX(-8vw);
  }
  .features .feature_box .inner .txt_box .ttl {
    margin-bottom: 20px !important;
    font-size: 28px;
  }
  .features .feature_box .inner .txt_box .txt {
    font-size: 12px;
  }
  .features .feature_box .inner .txt_box .txt_note {
    font-size: 10px;
  }
}
@media screen and (max-width: 750px) {
  .features .feature_box .inner .txt_box .ttl {
    margin-bottom: 15px !important;
    font-size: 22px;
  }
  .features .feature_box .inner .txt_box .txt {
    font-size: 11px;
  }
  .features .feature_box .inner .txt_box .txt_note {
    font-size: 10px;
  }
}
@media screen and (max-width: 640px) {
  .features {
    padding: 40px 0 0;
    background: #00050c;
  }
  .features .main_ttl {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .features .feature_box {
    height: auto !important;
    padding: 0 !important;
  }
  .features .feature_box .feature_img {
    position: relative;
    width: 100%;
    height: auto !important;
    top: 0;
    left: auto;
    transform: translateY(0);
    z-index: 1 !important;
  }
  .features .feature_box.feature01 .feature_img,
  .features .feature_box.feature03 .feature_img {
    display: none;
  }
  .features .feature_box .inner .img_box {
    width: 100% !important;
  }
  .features .feature_box.feature03 .inner .img_box {
    margin: -10% 0 !important;
  }
  .features .feature_box .inner .txt_box {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 30px 40px 60px !important;
  }
  .features .feature_box.feature01 .inner .txt_box {
    margin-top: -23% !important;
    transform: none;
  }
  .features .feature_box .inner .txt_box .txt {
    padding: 0;
    color: #fff !important;
    font-size: 16px;
    line-height: 1.7;
  }
  .features .feature_box .inner .txt_box .txt_note {
    font-size: 12px;
  }
  .features .feature_box.feature01 .inner .txt_box .txt {
    margin-right: 0;
  }
  .features .feature_box .inner .txt_box .ttl {
    margin: 0 auto 8% !important;
    color: #fff !important;
    font-size: 25px;
    text-align: center;
  }
  .features .feature_box .inner {
    display: block;
  }
}



/* lineup ////////////////////////////////////////////////////*/
.lineup {
  position: relative;
  padding: 290px 50px 140px;
  line-height: 1;
  background: #000;
  overflow: hidden;
}
.lineup .lineup_box {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/lineup_bg.jpg") center 0 no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transition: 3.5s opacity ease-out;
  transition: 3.5s opacity ease ease-out;
}
.lineup.scrollin .lineup_box {
  opacity: 1;
}
.lineup > .ttl {
  position: relative;
  margin-bottom: 40px;
  font-size: 40px;
  text-align: center;
  line-height: 1;
}
.lineup > .txt {
  position: relative;
  margin-bottom: 60px;
  font-size: 26px;
  text-align: center;
  line-height: 1;
}
.lineup .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 785px;
  margin: auto;
}
.lineup .inner .watch_box {
  width: 31.847%;
}
.lineup .inner .watch_box .list .img {
  margin-bottom: 40px;
}
.lineup .list {
  position: relative;
}
.lineup .inner .watch_box.fadein_x02,
.lineup .inner .case_box.fadein_x {
  transition: all 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) .6s;
}
.lineup .list .spec {
  text-align: center;
  line-height: 1;
}
.lineup .list .spec .name {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1;
}
.lineup .btn_spec {
  display: inline-block;
  border: 1px solid #fff;
  padding: .7em 1.4em;
  color: #fff;
  font-size: 16px;
  background: #000;
  text-align: center;
  transition: all .6s ease;
}
.lineup .btn_spec span {
  position: relative;
  display: inline-block;
  padding-left: 16px;
  background: url(../img/icon_right.png) 0 center no-repeat;
  background-size: 6px 11px;
}
.lineup .btn_spec:hover {
  color: #011a4c;
  background: #fff;
}
.lineup .btn_spec:hover span {
  background: url(../img/icon_right_green.png) 0 center no-repeat;
  background-size: 6px 11px;
}
.lineup .inner .case_box {
  width: 63.7%;
}
.lineup .inner .case_box .txt_list {
  margin: 40px 0 15px;
  padding-left: 25%;
}
.lineup .inner .case_box .txt_list li,
.lineup .list .spec .txt_list li {
  display: flex;
  margin-bottom: 1em;
  font-size: 16px;
}
.lineup .inner .case_box .txt_list li::before,
.lineup .list .spec .txt_list li::before {
  content: '・';
  display: block;
}
@media screen and (max-width: 1080px) {
  .lineup > .ttl {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .lineup > .txt {
    margin-bottom: 45px;
    font-size: 20px;
  }
  .lineup .inner .case_box .txt_list {
    padding-left: 20%;
  }
}
@media screen and (max-width: 860px) {
  .lineup .inner .case_box .txt_list {
    padding-left: 12%;
  }
  .lineup .inner .case_box .txt_list li {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .lineup {
    padding: 46vw 30px 60px;
  }
  .lineup .lineup_box {
    background: #000 url(../img/lineup_bg_sp.jpg) center 0 no-repeat;
    background-size: 100% auto;
  }
  .lineup .ttl {
    font-size: 5vw;
    margin-bottom: 20px;
  }
  .lineup > .txt {
    margin-bottom: 30px;
    font-size: 3vw;
  }
  .lineup .inner .watch_box {
    width: 100%;
  }
  .lineup .list {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .lineup .list .img {
    width: 50%;
    padding-left: 5%;
  }
  .lineup .inner .watch_box .list .img {
    margin-bottom: 0;
  }
  .lineup .list .spec {
    width: 50%;
    padding-left: 4%;
    text-align: left;
  }
  .lineup .list .spec .txt {
    font-size: 13px;
  }
  .lineup .list .spec .name {
    font-size: 3.2vw;
    margin-bottom: 20px;
    padding-left: .5em;
    line-height: 1;
  }
  .lineup .list .spec .txt_list {
    font-size: 12px;
  }
  .lineup .list .spec .txt_list li {
    margin-bottom: 0.4em;
    font-size: 2.5vw;
    line-height: 1.5;
  }
  .lineup .btn {
    text-align: center;
  }
  .lineup .lineup_ph_case {
    margin-bottom: 40px;
    padding: 0 2%;
  }
}
@media screen and (max-width: 480px) {
  .lineup .ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .lineup > .txt {
    margin-bottom: 30px;
    font-size: 15px;
  }
  .lineup .list .spec .name {
    font-size: 18px;
    margin-bottom: 15px;
    padding-left: .7em;
    line-height: 1;
  }
  .lineup .list .spec .txt_list li {
    margin-bottom: 0.4em;
    font-size: 13px;
    line-height: 1.3;
  }
}



/* mainFooter////////////////////////////////////////////////////*/
.main_footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  padding: 0 30px;
  background: #000;
  line-height: 1;
}
.main_footer .logo_copy {
  display: flex;
  align-items: center;
}
.main_footer .logo_copy a {
  display: inline-block;
}
.main_footer .logo object,
.main_footer .logo img {
  width: 80px;
  height: 26px;
}
.main_footer .copyright {
  margin-left: 20px;
  font-size: 12px;
  font-family: Arial, Helvetica, "sans-serif";
  color: #fff;
}
.main_footer .sns .list {
  display: flex;
}
.main_footer .sns .list li {
  margin-right: 15px;
}
.main_footer .sns .list li:last-of-type {
  margin-right: 0;
}
.main_footer .sns .list li img {
  width: 30px;
  height: 30px;
}
.main_footer .sns .list li a {
  display: inline-block;
  transition: opacity .6s ease-out;
}
.main_footer .sns .list li a:hover {
  opacity: .6;
}
@media screen and (max-width: 640px) {
  .main_footer {
    position: relative;
    display: block;
    height: auto;
    padding: 30px 20px;
    background: #000 url("../img/footer_bg_sp.png") center center no-repeat;
    background-size: cover;
  }
  .main_footer .logo_copy {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .main_footer .logo img {
    width: 60px;
    height: 20px;
  }
  .main_footer .copyright {
    font-size: 10px;
  }
  .main_footer .sns {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate3d(-50%,-50%,0);
  }
  .main_footer .sns .list {
    align-items: center;
  }
  .main_footer .sns .list li {
    margin-right: 20px;
  }
  .main_footer .sns .list li img {
    width: 10px;
    height: 22px;
  }
  .main_footer .sns .list li:last-of-type img {
    width: 20px;
    height: 30px;
  }
}


