/* 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 New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  background: #101f12;
  font-size: 14px;
  line-height: 1.666;
  width: 100%;
  height: 100%;
 *font-size:small;
 *font:x-small;
  -webkit-text-size-adjust: none;
}
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 : all 1000ms ease-out;
  transition : all 1000ms 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 : all 1500ms ease-out 400ms;
  transition : all 1500ms ease-out 400ms;
}
.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 : all 400ms ease-out;
  transition : all 400ms 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 : all 400ms cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
  transition : all 400ms 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 : all 500ms cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
  transition : all 500ms 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(180px, 0, 0);
  transform : translate3d(180px, 0, 0);
  -webkit-transition : all 1.8s cubic-bezier(0.075, 0.82, 0.165, 1) .6s;
  transition : all 1.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(-180px, 0, 0);
  transform : translate3d(-180px, 0, 0);
  -webkit-transition : all 1.8s cubic-bezier(0.075, 0.82, 0.165, 1) .6s;
  transition : all 1.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);
}



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



/* common parts ////////////////////////////////////////////////////*/
.common_btn {
  display: inline-block;
/*   padding: 5px 30px; */
  padding: .3em 1.6em;
  line-height: 1;
  color: #fff;
  border: 1px solid #fff;
/*   border-radius: 15px; */
  border-radius: .8em;
  transition: all .6s ease-out;
  background: #000;
  font-size: 14px;
}
.common_btn:hover {
  color: #000;
  background: #fff;
}
.common_btn span {
  display: inline-block;
  padding-left: 12px;
  background: url(../img/icon_right.png) 0 center no-repeat;
  background-size: 8px auto;
}
.common_btn:hover span {
  background: url(../img/icon_right_hover.png) 0 center no-repeat;
  background-size: 8px auto;
}
.common_box {
  border: 1px solid #666;
  box-shadow: 0 0 0 2px rgba(0,0,0,.7) inset;
  background: linear-gradient(135deg, rgba(255,255,255,.6) 0%,rgba(255,255,255,0) 50%);
}
@media screen and (max-width: 767px) {
	.common_btn span {
		padding-left: 18px;
	}
}
@media screen and (max-width: 320px) {
	.common_btn {
		font-size: 10px;
	}
	.common_btn span {
		padding-left: 15px;
	}
}



/* 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: 205px;
  height: 30px;
  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: 7vw 7vw 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;
/*   min-height: 700px; */
  background: #101f12;
  padding: 0 30px;
  line-height: 1;
  z-index: 10;
}
.main_visual .visual_box {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #101f12 url("../img/main_visual_bg.jpg") 85% center no-repeat;
  background-size: cover;
  opacity: 0;
    filter: brightness(300%);
  -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(300%);
  }

  100% {
    opacity: 1;
    filter: brightness(100%);
  }
}
@keyframes kv_fadein {
  0% {
    opacity: 0;
    filter: brightness(300%);
  }

  100% {
    opacity: 1;
    filter: brightness(100%);
  }
}

.main_visual .outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 965px;
}
.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: 46.7%;
  margin-bottom: 5%;
  -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%;
  padding: 19.5% 21.2%;
  background: #101f12;
}
.main_visual .name_box .ttl {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 85%;
}
.main_visual .name_box .ttl svg {
  position: absolute;
  top: 0;
  left: 0;
}
.main_visual .name_box .ttl object,
.main_visual .name_box .ttl svg {
  width: 100%;
  height: auto;
}
.main_visual .name_box .ttl.line_animation.scrollin svg {
  stroke: #fff;
  stroke-dasharray: 500px;
  stroke-dashoffset: 500px;
  stroke-width: 1.5;
  fill: none;

  -webkit-animation: line_animation 4s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1 forwards .4s;
  -ms-animation: line_animation 4s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1 forwards .4s;
          animation: line_animation 4s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1 forwards .4s;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .main_visual .name_box .ttl.line_animation.scrollin svg {
    fill-opacity: 1;
    fill: none;
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes line_animation {
  0% {
    stroke-dashoffset: 500px;
	stroke-opacity: 1;
  }
  100% {
    stroke-dashoffset: 0px;
	stroke-opacity: 1;
  }
}
@-ms-keyframes line_animation {
  0% {
    stroke-dashoffset: 500px;
	stroke-opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
	stroke-opacity: 1;
  }
}
@keyframes line_animation {
  0% {
    stroke-dashoffset: 500px;
	stroke-opacity: 1;
  }
  100% {
    stroke-dashoffset: 0px;
	stroke-opacity: 1;
  }
}
.main_visual .name_box .txt {
  font-size: 20px;
}
.main_visual .name_box .txt span {
  display: inline-block;
  opacity : 0;
  -webkit-transform : translate3d(12px, 0, 0);
          transform : translate3d(12px, 0, 0);
  -webkit-animation: typing .7s cubic-bezier(0.075, 0.82, 0.165, 1) 1 forwards 2s;
          animation: typing .7s cubic-bezier(0.075, 0.82, 0.165, 1) 1 forwards 2s;
}
@-webkit-keyframes typing {
  0 {
    opacity : 0;
    -webkit-transform : translate3d(12px, 0, 0);
    transform : translate3d(12px, 0, 0);
  }
  100% {
    opacity : 1;
    -webkit-transform : translate3d(0, 0, 0);
    transform : translate3d(0, 0, 0);
  }
}
@keyframes typing {
  0 {
    opacity : 0;
    -webkit-transform : translate3d(12px, 0, 0);
    transform : translate3d(12px, 0, 0);
  }
  100% {
    opacity : 1;
    -webkit-transform : translate3d(0, 0, 0);
    transform : translate3d(0, 0, 0);
  }
}
.main_visual .name_box .txt span:nth-child(1) {
  animation-delay: 2.1s;
}
.main_visual .name_box .txt span:nth-child(2) {
  animation-delay: 2.2s;
}
.main_visual .name_box .txt span:nth-child(3) {
  animation-delay: 2.3s;
}
.main_visual .name_box .txt span:nth-child(4) {
  animation-delay: 2.4s;
}
.main_visual .name_box .txt span:nth-child(5) {
  animation-delay: 2.5s;
}
.main_visual .name_box .txt span:nth-child(6) {
  animation-delay: 2.6s;
}
.main_visual .name_box .txt span:nth-child(7) {
  animation-delay: 2.7s;
}
.main_visual .name_box .txt span:nth-child(8) {
  animation-delay: 2.8s;
}
.main_visual .name_box .txt span:nth-child(9) {
  animation-delay: 2.9s;
}
.main_visual .name_box .txt span:nth-child(10) {
  animation-delay: 3.0s;
}
.main_visual .name_box .txt span:nth-child(11) {
  animation-delay: 3.1s;
}
.main_visual .name_box .txt span:nth-child(12) {
  animation-delay: 3.2s;
}
.main_visual .name_box .txt span:nth-child(13) {
  animation-delay: 3.3s;
}
.main_visual .name_box .txt span:nth-child(14) {
  animation-delay: 3.4s;
}
.main_visual .img_box {
  width: 44.9%;
}
@media screen and (max-width: 1024px) {
  .main_visual .name_box .txt {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .main_visual .outer {
    width: 75%;
  }
  .main_visual .name_box {
    margin-bottom: 2.5%;
  }
}
@media screen and (max-height: 840px) and (orientation: landscape) {
  .main_visual .outer {
    max-width: inherit;
    width: 110vh;
    padding-top: 5vw;
  }
}
@media screen and (max-height: 440px) and (orientation: landscape) {
  .main_visual .name_box .ttl {
    margin-bottom: 20px;
  }
  .main_visual .name_box .txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .main_visual {
    display: block;
    min-height: inherit;
    height: 140vw;
    padding: 11vw 0 0;
  }
  .main_visual .visual_box {
    background: #101f12 url("../img/main_visual_bg_sp.jpg") center center no-repeat;
    background-size: cover;
  }
  .main_visual .outer {
    position: relative;
    flex-direction: column;
    width: auto;
    padding: 0;
    overflow: hidden;
  }
  .main_visual .img_box {
    order: 1;
    width: 58%;
    height: 100%;
  }
  .main_visual .img_box p {
    padding-left: 15px;
  }
  .main_visual .name_box {
    order: 2;
    width: 52%;
    height: 100%;
    margin: 10px 0 0;
  }
  .main_visual .name_box .ttl {
    margin-bottom: 3vw;
  }
  .main_visual .name_box .txt {
    font-size: 12px;
    font-size: 3vw;
  }
}



/* fix_movie_window ////////////////////////////////////////////////////*/
.video_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg_video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.fix_movie_window {
  position: relative;
  width: 100%;
}
.fix_movie_window .outer {
  position: relative;
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 1280px) {
  .fix_movie_window .outer {
    height: 31.25vw;
  }
}
@media screen and (max-width: 640px) {
  .bg_video {
    height: 100vh;
    transform: translateZ(0);
  }
  .fix_movie_window .outer {
    height: 50vw;
  }
}



/* section_story ////////////////////////////////////////////////////*/
.section_story {
  position: relative;
  padding: 100px 0 150px;
  line-height: 1;
  background: #192f1c;
  overflow: hidden;
}
.section_story .ttl {
  margin-bottom: 60px;
  text-align: center;
}
.section_story .ttl object,
.section_story .ttl svg { 
  width: 182px;
  height: 73px;
  opacity: 0;
}
.section_story .ttl.scrollin svg {
	
  opacity: 1;
  stroke: #fff;
  stroke-dasharray: 500px;
  stroke-dashoffset: 500px;
  stroke-width: 1.5;
  
  fill: none;
  
  -webkit-animation: line_animation 4s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1 forwards;
      -ms-animation: line_animation 4s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1 forwards;
          animation: line_animation 4s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1 forwards;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .section_story .ttl.line_animation.scrollin svg {
    opacity: 1;
    fill-opacity: 1;
    fill: none;
    stroke-dashoffset: 0;
  }
}
.section_story .outer {
  position: relative;
  max-height: 700px;
  padding-right: 16.666%;
}
.section_story .img_slide_box {
  position: relative;
  max-width: 1600px;
}
.section_story .img_slide_box .effect {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  opacity: 0;
  background: rgba(255,255,255,.5);
}
.section_story .img_slide_box .effect.change {
  -webKit-animation: sunbeams 3s ease-in-out forwards;
          animation: sunbeams 3s ease-in-out forwards;
}
@-webkit-keyframes sunbeams {
  0% {
    opacity: 0;
    filter: brightness(100%);
  }
  20% {
    opacity: 1;
  }
  50% {
    filter: brightness(150%);
  }
  100% {
    opacity: 0;
    filter: brightness(100%);
  }
}
@keyframes sunbeams {
  0% {
    opacity: 0;
    filter: brightness(100%);
  }
  20% {
    opacity: 1;
  }
  50% {
    filter: brightness(150%);
  }
  100% {
    opacity: 0;
    filter: brightness(100%);
  }
}
.section_story .img_slide_box::before {
  position: relative;
  content: "";
  display: block;
  padding-bottom: 43.75%;
}
.section_story .img_slide_box picture {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  border: 1px solid #fff;
  border-left: none;
  z-index: 40;
  overflow: hidden;
}
.section_story .img_slide_box picture:first-of-type {
  display: inline;
}
.section_story .txt_slide_box {
  position: absolute;
  right: 5%;
  top: 50%;
  width: 600px;
  transform: translateY(-50%);
  color: #fff;
  z-index: 60;
  overflow: hidden;
}
.section_story .txt_slide_box::before {
  position: relative;
  content: "";
  display: block;
  padding-bottom: 44%;
}
.section_story .txt_slide_box > .outer {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 50px 0;
  background: #101f12;
}
.section_story .txt_slide_box .nav {
  position: relative;
  width: 13%;
  text-align: center;
}
.section_story .txt_slide_box .nav a {
  position: relative;
  transition: opacity .6s ease-out;
}
.section_story .txt_slide_box .nav a:hover {
  opacity: .6;
}
.section_story .txt_slide_box .nav img {
  width: 14px;
  height: 36px;
}
.section_story .txt_slide_box .num_box {
  width: 16%;
  color: #4a5c4c;
  font-size: 16px;
}
.section_story .txt_slide_box .num_box .inner {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
}
.section_story .txt_slide_box .cr_num {
  display: inline-block;
  position: relative;
  width: 1.2em;
  height: .95em;
  color: #fff;
  font-size: 26px;
}
.section_story .txt_slide_box .cr_num > span {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
.section_story .txt_slide_box .cr_num > span:first-of-type {
  display: inline-block;
}
.section_story .txt_slide_box .num_box .total_num {
  margin-left: .3em;
}
.section_story .txt_slide_box .bar_box {
  display: inline-block;
  position: relative;
  width: 60%;
  height: 2px;
  margin-top: 14px;
  background: #4a5c4c;
}
.section_story .txt_slide_box .bar_box .bar {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
}
.section_story .txt_slide_box .txt_box {
  position: relative;
  display: flex;
  align-items: center;
  width: 58%;
  height: 100%;
}
.section_story .txt_slide_box .txt_box > div {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  font-size: 18px;
  line-height: 1.4;
  /* text-align: center; */
}
.section_story .txt_slide_box .txt_box > div:first-of-type {
  display: block;
  /* top: 58%; */
}
.section_story .txt_slide_box .txt_box > div span {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 1400px) {
  .section_story .txt_slide_box {
	  width: 42.5vw;
  }
  .section_story .txt_slide_box .txt_box > div {
	  font-size: 1.4vw;
  }
}
@media screen and (max-width: 1200px) {
  .section_story .txt_slide_box .txt_box > div {
    padding-left: 10px;
	  font-size: 1.5vw;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1000px) {
  .section_story {
	  padding: 100px 0 200px;
  }
  .section_story .txt_slide_box::before {
    padding-bottom: 36.666%;
  }
  .section_story .txt_slide_box {
	  width: 435px;
	  top: 115%;
  }
  .section_story .txt_slide_box .num_box {
    font-size: 14px;
  }
  .section_story .txt_slide_box .cr_num {
    font-size: 24px;
  }
  .section_story .txt_slide_box .txt_box > div {
    padding-left: 5px;
	  font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  .section_story {
    padding: 45px 0 50px;
  }
  .section_story .ttl {
    margin-bottom: 40px;
  }
  .section_story .ttl object,
  .section_story .ttl svg {
    width: 96px;
    height: 38px;
  }
  .section_story .outer {
    padding-right: 0;
  }
  .section_story .img_slide_box::before {
    padding-bottom: 86.666%;
  }
  .section_story .img_slide_box picture {
    border-left: none;
    border-right: none;
  }
  .section_story .txt_slide_box {
    position: relative;
    width: calc(100% - 40px);
    top: auto;
    right: auto;
    margin: -40px auto 0;
    transform: none;
  }
/*
  .section_story .txt_slide_box::before {
    padding-bottom: 50%;
  }
*/
  .section_story .txt_slide_box > .outer {
    padding: 0;
  }
  .section_story .txt_slide_box .num_box .inner {
    padding-bottom: 8px;
  }
  .section_story .txt_slide_box .num_box {
    position: absolute;
    top: 18px;
    left: 50%;
    right: 0;
    width: 3.4em;
    margin-left: -20px;
    font-size: 12px;
  }
  .section_story .txt_slide_box .cr_num {
    font-size: 18px;
  }
  .section_story .txt_slide_box .bar_box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
  }
  .section_story .txt_slide_box .nav {
    width: 10%;
    top: 12%;
  }
  .section_story .txt_slide_box .nav a.prev {
	padding-left: 8px;
  }
  .section_story .txt_slide_box .nav a.next {
	padding-right: 8px;
  }
  .section_story .txt_slide_box .nav img {
    width: 8px;
    height: auto;
  }
  .section_story .txt_slide_box .txt_box {
    width: 80%;
  }
  .section_story .txt_slide_box .txt_box > div {
    top: 62%;
    padding: 0 5px;
    font-size: 2.6vw;
  }
  .section_story .txt_slide_box .txt_box > div:first-of-type {
    top: 62%;
  }
  .section_story .txt_slide_box .txt_box.center > div {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .section_story .txt_slide_box {
    margin: -50px auto 0;
  }
  .section_story .txt_slide_box .num_box {
    top: 24px;
  }
  .section_story .txt_slide_box::before {
    padding-bottom: 60%;
  }
  .section_story .txt_slide_box .txt_box > div {
    font-size: 15px;
    line-height: 1.4;
  }  
}



/* section_features ////////////////////////////////////////////////////*/
.section_features {
  position: relative;
  padding: 100px 70px 150px;
  line-height: 1;
  background: #192f1c url("../img/section_features_bg.jpg") center center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.section_features.long {
  position: relative;
  padding: 100px 100px 150px;
  line-height: 1;
  background: #192f1c url("../img/section_features_bg.jpg") center center no-repeat;
  background-size: cover;
  overflow: hidden;
}
/* .section_features::before { */
.section_features .sunbeams {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #192f1c url("../img/section_features_sunbeams_bg.jpg") center center no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transition: 3.0s opacity ease-out;
  transition: 3.0s opacity ease ease-out;
}
.section_features .sunbeams.scrollin {
  opacity: 1;
}
.section_features > .ttl {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}
.section_features .ttl object,
.section_features .ttl svg {
  width: 296px;
  height: 57px;

  opacity: 0;
}
.section_features .ttl.scrollin svg {
	
  opacity: 1;
  stroke: #fff;
  stroke-dasharray: 500px;
  stroke-dashoffset: 500px;
  stroke-width: 1.5;
  
  fill: none;
  
  -webkit-animation: line_animation 4s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1 forwards;
      -ms-animation: line_animation 4s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1 forwards;
          animation: line_animation 4s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1 forwards;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .section_features .ttl.line_animation.scrollin svg {
    opacity: 1;
    fill-opacity: 1;
    fill: none;
    stroke-dashoffset: 0;
  }
}
.section_features .outer {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}
.section_features .outer > div {
  width: 48.5%;
}
.section_features .outer .layout_box {
  position: absolute;
  bottom: 0;
  left: 0;
}
.section_features .outer .img img{
  border: 1px solid #fff;
}
.section_features .outer .txt_box {
  position: relative;
  width: calc(100% - 80px);
  margin: -40px auto 0;
  
  font-size: 16px;
  line-height: 1.6;
  overflow: hidden;
}
.section_features .outer .txt_box .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 25px;
  background: #101f12;
  opacity: 0;
}
.section_features .outer .txt_box.scrollin .inner {
  -webkit-animation: slideIn .5s cubic-bezier(.8,0,.5,1) 1 forwards;
          animation: slideIn .5s cubic-bezier(.8,0,.5,1) 1 forwards;
          
  position: relative;
  opacity: 1 !important;
  transform: translateX(-101%);
}
.section_features .outer .txt_box .inner:before {
  opacity: 0;
}
.section_features .outer  .txt_box.scrollin .inner:before {
  -webkit-animation: maskOut .5s cubic-bezier(.8,0,.5,1) 1 forwards .5s;
          animation: maskOut .5s cubic-bezier(.8,0,.5,1) 1 forwards .5s;

  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 1;
}
@media screen and (min-width: 641px) {
.section_features .outer .green_box .txt_box.scrollin .inner {
  -webkit-animation: slideIn .5s cubic-bezier(.8,0,.5,1) 1 forwards .5s;
          animation: slideIn .5s cubic-bezier(.8,0,.5,1) 1 forwards .5s;   
}

.section_features .outer .green_box .txt_box.scrollin .inner:before {
  -webkit-animation: maskOut .5s cubic-bezier(.8,0,.5,1) 1 forwards 1.0s;
          animation: maskOut .5s cubic-bezier(.8,0,.5,1) 1 forwards 1.0s;
 }
}

@-webkit-keyframes slideIn {
  from {
    transform: translateX(-100%);
  }
  
  to {
    transform: translateX(0);
  }
}
@keyframes slideIn {
  from {
    transform: translateX(-100%);
  }
  
  to {
    transform: translateX(0);
  }
}
@-webkit-keyframes maskOut {
  0 {
    transform: translateX(0);
  }
  100% {
    transform: translateX(200%);
  }
}
@keyframes maskOut {
  0 {
    transform: translateX(0);
  }
  100% {
    transform: translateX(200%);
  }
}
.section_features .outer .txt_box .ttl {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
}
.section_features.long .outer .txt_box .ttl {
  font-size: 24px;
  line-height: 1.1;
}
.section_features .outer .txt_box .ttl .ctl2,
.section_features .outer .txt_box .ttl .ctl3 {
  display: none;
}
.section_features .outer .txt_box p {
  font-size: 15px;
  line-height: 1.4;
}
.section_features.long .outer .txt_box p {
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 1400px) {
  .section_features .outer .txt_box {
	  width: calc(100% - 5.6vw);
	  font-size: 1.18vw;
  }
  .section_features .outer .txt_box .inner {
	  padding: 2.4vw;
  }
  .section_features .outer .txt_box p {
    padding: 0;
  }
}
@media screen and (max-width:1180px) {
  .section_features {
	  padding: 100px 50px 150px;
  }
  .section_features .outer .txt_box .ttl {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .section_features .outer .txt_box .ttl .ctl1 {
    display: none;
  }
  .section_features .outer .txt_box .ttl .ctl2 {
    display: inline;
  }
  .section_features .outer .txt_box p {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media screen and (max-width:1024px) {
  .section_features {
	  padding: 100px 30px 150px;
  }
  .section_features.long {
    padding: 100px 30px 150px;
  }
}
@media screen and (max-width:980px) {
  .section_features {
    padding: 100px 30px 150px;
  }
  .section_features.long {
    padding: 100px 30px 150px;
  }
  .section_features .outer .txt_box .inner {
    padding: 2.6vw;
  }
  .section_features .outer .txt_box {
    margin: -70px auto 0;
  }
  .section_features.long .outer .txt_box {
    margin: -5vw auto 0;
  }
  .section_features .outer .txt_box .ttl {
    margin-bottom: 12px;
	  font-size: 20px;
  }
  .section_features .outer .txt_box p {
    font-size: 13px;
  }
}
@media screen and (max-width:880px) {
  .section_features.long .outer .txt_box .ttl {
    margin-bottom: 15px;
	  font-size: 22px;
  }
  .section_features.long .outer .txt_box p {
    font-size: 15px;
  }
}
@media screen and (max-width:820px) {
  .section_features.long .outer .txt_box .ttl {
	  font-size: 20px;
  }
}
@media screen and (max-width:740px) {
  .section_features .outer .txt_box .inner {
    padding: 2.4vw;
  }
  .section_features .outer .txt_box {
    margin: -65px auto 0;
  }
  .section_features.long .outer .txt_box {
    margin: -5vw auto 0;
  }
  .section_features .outer .txt_box .ttl,
  .section_features.long .outer .txt_box .ttl {
    margin-bottom: 10px;
	  font-size: 17px;
    line-height: 1.3;
  }
  .section_features .outer .txt_box p {
    font-size: 12px;
  }
  .section_features.long .outer .txt_box p {
    font-size: 13px;
  }
}
@media screen and (max-width: 640px) {
  .section_features {
    padding: 45px 25px !important;
    background: #192f1c url("../img/section_features_bg_sp.jpg") center center no-repeat !important;
    background-size: cover !important;
  }
  .section_features .sunbeams {
    background: #192f1c url(../img/section_features_sunbeams_bg_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  .section_features .ttl {
    margin-bottom: 40px;
  }
  .section_features .ttl object,
  .section_features .ttl svg {
    width: 155px;
    height: 30px;
  }
  .section_features .outer {
/*     display: block; */
    flex-direction: column;
  }
  .section_features .outer > div {
    width: 100% !important;
    height: 100%;
  }
  .section_features .outer .green_box {
    margin: 30px 0;
  }
  .section_features .outer .layout_box {
    position: relative;
    bottom: auto;
    left: auto;
  }
  .section_features .outer .txt_box {
    width: calc(100% - 40px);
    margin: -20px auto 0;
  }
  .section_features .outer .txt_box .inner {
    height: auto !important;
    padding: 5.5vw 6.5vw;
  }
  .section_features .outer .txt_box .ttl {
    margin-bottom: 15px !important;
    font-size: 18px !important;
    line-height: 1.3 !important;
  }
  .section_features .outer .txt_box .ttl .ctl2 {
    display: none;
  }
  .section_features .outer .txt_box p {
    font-size: 14px !important;
  }
}



/* section_lineup ////////////////////////////////////////////////////*/
.section_lineup {
  position: relative;
  padding: 100px 100px 130px;
  line-height: 1;
  background: #192f1c;
  overflow: hidden;
}
/* .section_lineup::before { */
.section_lineup .sunbeams {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/lineup_sunbeams_bg.png") 0 0 no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transition: 3.5s opacity ease-out;
  transition: 3.5s opacity ease ease-out;
}
.section_lineup .sunbeams.scrollin {
  opacity: 1;
}
.section_lineup > .ttl {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}
.section_lineup .ttl object,
.section_lineup .ttl svg {
  width: 239px;
  height: 73px;

  opacity: 0;
}
.section_lineup .ttl.scrollin svg {
	
  opacity: 1;
  stroke: #fff;
  stroke-dasharray: 500px;
  stroke-dashoffset: 500px;
  stroke-width: 1.5;
  
  fill: none;
  
  -webkit-animation: line_animation 4s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1 forwards .0s;
      -ms-animation: line_animation 4s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1 forwards .0s;
          animation: line_animation 4s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1 forwards .0s;
}


@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .section_lineup .ttl.line_animation.scrollin svg {
    opacity: 1;
    fill-opacity: 1;
    fill: none;
    stroke-dashoffset: 0;
  }
}
.section_lineup .list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 700px;
  margin: auto;
}
.section_lineup .list .img {
  width: 53%;
}
.section_lineup .list .spec {
  width: 45%;
}
.section_lineup .list .img.fadein_x02,
.section_lineup .list .spec.fadein_x {
  transition: all 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) .6s;
}
.section_lineup .list .spec .txt {
  margin-bottom: 5px;
  font-size: 16px;
}
.section_lineup .list .spec .name {
  margin-bottom: 15px;
  font-size: 36px;
}
.section_lineup .list .spec .limited_txt {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.3;
}
.section_lineup .list .spec .serial_txt {
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 1.3;
}
.section_lineup .list .spec .serial_txt .ctl {
  display: none;
}
.section_lineup .btn_spec {
  display: inline-block;
  border: 2px solid #fff;
  padding: 14px 36px;
  color: #fff;
  font-size: 16px;
  background: #101f12;
  text-align: center;
  border-radius: 30px;
  transition: all .6s ease;
}
.section_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;
}
.section_lineup .btn_spec:hover {
  color: #101f12;
  background: #fff;
}
.section_lineup .btn_spec:hover span {
  background: url(../img/icon_right_green.png) 0 center no-repeat;
  background-size: 6px 11px;
}
@media screen and (max-width: 900px) {
  .section_lineup .list .spec .limited_txt {
    margin-bottom: 10px;
  }
  .section_lineup .list .spec .serial_txt .ctl {
    display: inline;
  }
}
@media screen and (max-width: 700px) {
  .section_lineup {
    padding: 100px 70px 130px 100px;
  }
}
@media screen and (max-width: 640px) {
  .section_lineup {
    padding: 50px 8%;
  }
  .section_lineup::before {
    background: url(../img/lineup_sunbeams_bg_sp.png) center center no-repeat;
    background-size: cover;
  }
  .section_lineup .ttl {
    margin-bottom: 40px;
  }
  .section_lineup .ttl object,
  .section_lineup .ttl svg {
    width: 126px;
    height: 38px;
  }
  .section_lineup .list .img,
  .section_lineup .list .spec {
    width: 50%;
  }
  .section_lineup .list .spec .txt {
    font-size: 13px;
  }
  .section_lineup .list .spec .name {
    font-size: 24px;
  }
  .section_lineup .list .spec .limited_txt {
    margin-bottom: 12px;
    font-size: 13px;
  }
  .section_lineup .list .spec .serial_txt {
    margin-bottom: 20px;
    font-size: 13px;
  }
  .section_lineup .btn {
    position: relative;
    text-align: center;
  }
  .section_lineup .btn_spec {
    padding: 12px 50px;
    font-size: 16px;
  }
  .section_lineup .btn_spec span {
    padding-left: 15px;
    background: url(../img/icon_right.png) 0 center no-repeat;
    background-size: 5px auto;
  }
}



/* 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;
  pointer-events: none;
}
.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 {
    flex-direction: column;
    height: auto;
    padding: 30px;
  }
  .main_footer .logo_copy {
    order: 2;
  }
	.main_footer .logo_copy .logo {
    display: none;
  }
  .main_footer .copyright {
    margin: 20px 0 0;
  }
  .main_footer .sns {
    order: 1;
  }
}












.tit_svg {
  max-height: 60px;
}





#popup_detail {
    position: relative;
    margin:10px auto;

    width: 70%;
    background: #fff;
    padding: 40px;
    
    color: #000;
}

#popup_detail a{
    color: #333;
    text-decoration: underline;
}



#popup_detail table {
    border: 1px solid #999999;
    border-collapse: collapse;
    width: 100%;
    color: #000;
}

#popup_detail th {
    border: 1px solid #999999;
    background: #cdcdcd;
    padding: 2px 5px;
    vertical-align: top;
    white-space: nowrap;
}

#popup_detail td {
    border: 1px solid #999999;
    padding: 2px 5px;
}

#popup_detail .name{
    font-weight: bold;
    padding-top: 20px;
    border-top: 1px dotted #000;
}

#popup_detail .price{
    font-weight: bold;
}

#popup_detail h2{
    margin-top: 10px;
    margin-bottom: 5px;
}

#popup_detail h3{
    margin-top: 10px;
}

#popup_detail .limited span{
    color: #ff0000;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.popup-scroll{
  /* Overflow Scroll */
  overflow-y: auto;
  max-height: 600px;
  padding:0 1em 0 0;
  -webkit-overflow-scrolling:touch;
}


@media screen and (max-width: 768px) {
    
    #popup_detail {
        position: relative;
        margin:10px auto;
    
        width: 94%;
        background: #fff;
        padding: 40px 20px 20px 20px;
        
        color: #000;
    }
    
}