/*color*/
/*size*/
/*====================================

   keyframes animation

====================================*/
/*----------keyframes animation----------*/
@-webkit-keyframes openPage {
  0% {
    -webkit-transform: scale(0, 0);
  }
  2% {
    -webkit-transform: scale(20, 0.1);
  }
  4% {
    -webkit-transform: scale(0.5, 3);
  }
  6% {
    -webkit-transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}
@keyframes openPage {
  0% {
    transform: scale(0, 0);
  }
  2% {
    transform: scale(20, 0.1);
  }
  4% {
    transform: scale(0.5, 3);
  }
  6% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
/*----------common----------*/
/*alt*/
/* keyframes */
/*keyframes animation*/
@-webkit-keyframes wink {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  10% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  30% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@keyframes wink {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  10% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  30% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
/* layoutCSS Document */
/*====================================

  03. is2ndPage-story

====================================*/
body#story {
  /* ==================================
    layout
  ===================================*/
  /* ==================================
    font
  ===================================*/
}
body#story #main #article #story_content {
  position: relative;
}
body#story #main #article #story_content h2.h2_tit_story {
  background-image: url(../../story/images/h2_tit_story.png);
  background-image: -webkit-image-set(url(../../story/images/h2_tit_story.png) 1x, url(../../story/images/h2_tit_story_2x.png) 2x);
  background-repeat: no-repeat;
  background-position: center top 30px;
  height: 68px;
  border: none;
  padding-top: 30px;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  position: relative;
  border-bottom: none;
  overflow: visible;
}
body#story #main #article #story_content h2.h2_tit_story::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  border-bottom: 1px solid #040000;
  width: 0;
}
body#story #main #article #story_content h2.h2_tit_story::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  border-bottom: 1px solid #040000;
  width: 0;
}
body#story #main #article #story_content.active h2.h2_tit_story::before {
  width: 1000px;
  left: -1000px;
  transition: 3s ease-out;
}
body#story #main #article #story_content.active h2.h2_tit_story::after {
  width: 2000px;
  transition: 6s ease-out;
}
body#story #main #article #story_content .contents_inner {
  width: 675px;
  padding-top: 24px;
}
body#story #main #article #story_content .storyList_wrapper {
  width: 635px;
  margin: 0 auto;
  position: relative;
}
body#story #main #article #story_content .storyList_wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 645px;
  border-bottom: 1px solid #040000;
  width: 1000px;
}
body#story #main #article #story_content .storyList_wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 645px;
  border-bottom: 1px solid #040000;
  width: 1000px;
}
body#story #main #article #story_content .storyList_wrapper ul.storyList {
  margin: 0 auto;
  font-size: 0;
  padding-bottom: 18px;
}
body#story #main #article #story_content .storyList_wrapper ul.storyList li {
  display: inline-block;
  width: 118px;
  height: 30px;
  margin-right: 8px;
  margin-bottom: 8px;
  text-align: center;
  position: relative;
}
body#story #main #article #story_content .storyList_wrapper ul.storyList li:last-child {
  margin-right: 0;
}
body#story #main #article #story_content .storyList_wrapper ul.storyList li a {
  display: block;
  width: 118px;
  height: 30px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  text-decoration: none;
}
body#story #main #article #story_content .storyList_wrapper ul.storyList li a:hover {
  border: 1px solid #e60012;
  box-sizing: border-box;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}
body#story #main #article #story_content .storyList_wrapper ul.storyList li a:hover::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #ca001d transparent transparent transparent;
  position: absolute;
  top: -2px;
  left: -2px;
}
body#story #main #article #story_content .storyBlock {
  position: relative;
  padding-top: 48px;
}
body#story #main #article #story_content .storyBlock.latest {
  padding-top: 24px;
}
body#story #main #article #story_content .storyBlock h3.tit {
  position: relative;
  background-color: #e60012;
  height: 30px;
  line-height: 1;
}
body#story #main #article #story_content .storyBlock h3.tit img {
  margin-top: -10px;
}
body#story #main #article #story_content .storyBlock h3.tit span.oadate {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: block;
}
body#story #main #article #story_content .storyBlock .storyBlock_inner {
  width: 635px;
  margin: 0 auto;
  padding-top: 32px;
}
body#story #main #article #story_content .storyBlock .storyBlock_inner .img_main {
  display: block;
  width: 635px;
  height: 423px;
}
body#story #main #article #story_content .storyBlock .storyBlock_inner .sum {
  padding-top: 36px;
}
body#story #main #article #story_content .storyBlock .storyBlock_inner .sum h6.tit_sum {
  padding-bottom: 1em;
}
body#story #main #article #story_content .storyBlock .storyBlock_inner .sum p {
  padding-bottom: 1em;
}
body#story #main #article #story_content .storyBlock .storyBlock_inner ul.img_sub {
  font-size: 0;
  padding-bottom: 40px;
  padding-top: 12px;
}
body#story #main #article #story_content .storyBlock .storyBlock_inner ul.img_sub li {
  display: inline-block;
  width: 310px;
  height: 206px;
  padding-right: 14px;
}
body#story #main #article #story_content .storyBlock .storyBlock_inner ul.img_sub li:last-child {
  padding-right: 0;
}
body#story #main #article #story_content .storyBlock .storyBlock_inner h4.guest {
  background-color: #ffffff;
  text-align: center;
  height: 25px;
}
body#story #main #article #story_content .storyBlock .storyBlock_inner h4.guest img {
  margin-top: -4px;
  vertical-align: top;
}
body#story #main #article #story_content .storyBlock .storyBlock_inner p.guest {
  padding-top: 24px;
  padding-bottom: 40px;
  text-align: center;
}
body#story #main #article #story_content #story02::after, body#story #main #article #story_content #story04::after, body#story #main #article #story_content #story06::after, body#story #main #article #story_content #story08::after, body#story #main #article #story_content #story10::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #040000;
  width: 2000px;
}
body#story #main #article #story_content #story03::after, body#story #main #article #story_content #story05::after, body#story #main #article #story_content #story07::after, body#story #main #article #story_content #story09::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #040000;
  width: 2000px;
}
body#story #main #article #story_content p, body#story #main #article #story_content li, body#story #main #article #story_content dt, body#story #main #article #story_content dd, body#story #main #article #story_content a, body#story #main #article #story_content th, body#story #main #article #story_content td, body#story #main #article #story_content input {
  font-size: 1.5em;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
body#story #main #article #story_content .storyList_wrapper ul.storyList li a {
  color: #e60012;
  font-size: 16px;
  letter-spacing: 0.1em;
}
body#story #main #article #story_content .storyBlock h3.tit span.oadate {
  font-size: 0.8em;
  letter-spacing: 0.02em;
}
body#story #main #article #story_content .storyBlock .storyBlock_inner .sum h6.tit_sum {
  font-size: 2em;
  line-height: 1;
  letter-spacing: 0.05em;
}
