/* [ variable ]
-------------------------------------------------*/
/* element */
/* font */
/* [ font style ]
-------------------------------------------------*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ easing style ]
-------------------------------------------------*/
/* [ Hover Motion style ]
-------------------------------------------------*/
/* [ icon style ]
-------------------------------------------------*/
/* [ form parts ]
-------------------------------------------------*/
/* line 6, ../_sass/story-hida.scss */
.scroll_wrap {
  width: 47px;
  height: 28px;
  display: none;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* line 13, ../_sass/story-hida.scss */
.scroll_wrap .scroll_inner {
  height: 28px;
  position: relative;
}
/* line 16, ../_sass/story-hida.scss */
.scroll_wrap .scroll_inner > * {
  line-height: 1;
}
/* line 22, ../_sass/story-hida.scss */
.scroll_wrap .arrow {
  width: 32px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* line 31, ../_sass/story-hida.scss */
.scroll_wrap.green .scroll_inner > * {
  overflow: hidden;
  text-indent: -9999px;
  background-size: contain !important;
}
/* line 36, ../_sass/story-hida.scss */
.scroll_wrap.green .text {
  height: 6px;
  background: url("../img/story/common/scroll_text_green.svg") no-repeat center center;
}
/* line 40, ../_sass/story-hida.scss */
.scroll_wrap.green .arrow {
  height: 14px;
  background: url("../img/story/common/scroll_icon_green.svg") no-repeat center center;
}

/* KV Style
-------------------------------------------------- */
/* line 51, ../_sass/story-hida.scss */
#kv_wrap {
  width: 100%;
  position: relative;
}
/* line 54, ../_sass/story-hida.scss */
#kv_wrap #kv_bg {
  top: 0;
  left: 0;
  background: url("../img/story/hida_genealogy/kv_bg.jpg") no-repeat center center;
  background-size: cover;
}
/* line 60, ../_sass/story-hida.scss */
#kv_wrap #kv_inner {
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
/* line 65, ../_sass/story-hida.scss */
#kv_wrap #kv_inner span {
  display: block;
  color: #fff;
  text-align: center;
}
/* line 70, ../_sass/story-hida.scss */
#kv_wrap #kv_inner .category_title {
  overflow: hidden;
  position: relative;
}
/* line 73, ../_sass/story-hida.scss */
#kv_wrap #kv_inner .category_title .title_inner {
  position: relative;
  top: 100%;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 78, ../_sass/story-hida.scss */
#kv_wrap #kv_inner .category_title:after {
  width: 0;
  height: 1px;
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 87, ../_sass/story-hida.scss */
#kv_wrap #kv_inner .category_title.show .title_inner {
  top: 0;
  transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
}
/* line 91, ../_sass/story-hida.scss */
#kv_wrap #kv_inner .category_title.show:after {
  width: 100%;
}
/* line 96, ../_sass/story-hida.scss */
#kv_wrap #kv_inner .main_copy {
  position: relative;
  -ms-filter: "alpha(opacity=$num)";
  /* IE8 */
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
}
/* line 99, ../_sass/story-hida.scss */
#kv_wrap #kv_inner .main_copy:after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
}
/* line 105, ../_sass/story-hida.scss */
#kv_wrap #kv_inner .main_copy .text {
  float: left;
  position: relative;
}
/* line 108, ../_sass/story-hida.scss */
#kv_wrap #kv_inner .main_copy .text:after {
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain !important;
  -ms-filter: "alpha(opacity=$num)";
  /* IE8 */
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
  transition: all 1.6s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-transition: all 1.6s cubic-bezier(0.5, 0, 0.5, 1);
  -webkit-transition: all 1.6s cubic-bezier(0.5, 0, 0.5, 1);
  -ms-transition: all 1.6s cubic-bezier(0.5, 0, 0.5, 1);
}
/* line 119, ../_sass/story-hida.scss */
#kv_wrap #kv_inner .main_copy .text.text01:after {
  background: url("../img/story/common/_nuri/copy_h.svg") no-repeat center center;
}
/* line 124, ../_sass/story-hida.scss */
#kv_wrap #kv_inner .main_copy .text.text02:after {
  background: url("../img/story/common/_nuri/copy_i.svg") no-repeat center center;
}
/* line 129, ../_sass/story-hida.scss */
#kv_wrap #kv_inner .main_copy .text.text03:after {
  background: url("../img/story/common/_nuri/copy_d.svg") no-repeat center center;
}
/* line 134, ../_sass/story-hida.scss */
#kv_wrap #kv_inner .main_copy .text.text04:after {
  background: url("../img/story/common/_nuri/copy_a.svg") no-repeat center center;
}
/* line 139, ../_sass/story-hida.scss */
#kv_wrap #kv_inner .main_copy .text.text05:after {
  background: url("../img/story/common/_nuri/copy_g.svg") no-repeat center center;
}
/* line 144, ../_sass/story-hida.scss */
#kv_wrap #kv_inner .main_copy .text.text06:after {
  background: url("../img/story/common/_nuri/copy_e.svg") no-repeat center center;
}
/* line 150, ../_sass/story-hida.scss */
#kv_wrap #kv_inner .main_copy .text.text07:after {
  background: url("../img/story/common/_nuri/copy_n.svg") no-repeat center center;
}
/* line 155, ../_sass/story-hida.scss */
#kv_wrap #kv_inner .main_copy .text.text08:after {
  background: url("../img/story/common/_nuri/copy_e.svg") no-repeat center center;
}
/* line 160, ../_sass/story-hida.scss */
#kv_wrap #kv_inner .main_copy .text.text09:after {
  background: url("../img/story/common/_nuri/copy_a.svg") no-repeat center center;
}
/* line 165, ../_sass/story-hida.scss */
#kv_wrap #kv_inner .main_copy .text.text10:after {
  background: url("../img/story/common/_nuri/copy_l.svg") no-repeat center center;
}
/* line 170, ../_sass/story-hida.scss */
#kv_wrap #kv_inner .main_copy .text.text11:after {
  background: url("../img/story/common/_nuri/copy_o.svg") no-repeat center center;
}
/* line 175, ../_sass/story-hida.scss */
#kv_wrap #kv_inner .main_copy .text.text12:after {
  background: url("../img/story/common/_nuri/copy_g.svg") no-repeat center center;
}
/* line 180, ../_sass/story-hida.scss */
#kv_wrap #kv_inner .main_copy .text:last-child {
  margin-right: 0;
}
/* line 182, ../_sass/story-hida.scss */
#kv_wrap #kv_inner .main_copy .text:last-child:after {
  background: url("../img/story/common/_nuri/copy_y.svg") no-repeat center center;
}
/* line 188, ../_sass/story-hida.scss */
#kv_wrap #kv_inner .main_copy .text * {
  width: auto;
  transition: all 1.6s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-transition: all 1.6s cubic-bezier(0.5, 0, 0.5, 1);
  -webkit-transition: all 1.6s cubic-bezier(0.5, 0, 0.5, 1);
  -ms-transition: all 1.6s cubic-bezier(0.5, 0, 0.5, 1);
}
/* line 193, ../_sass/story-hida.scss */
#kv_wrap #kv_inner .main_copy .text.show * {
  -ms-filter: "alpha(opacity=$num)";
  /* IE8 */
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
}
/* line 196, ../_sass/story-hida.scss */
#kv_wrap #kv_inner .main_copy .text.show:after {
  -ms-filter: "alpha(opacity=$num)";
  /* IE8 */
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
}
/* line 205, ../_sass/story-hida.scss */
#kv_wrap #kv_inner .sub_copy {
  letter-spacing: 0.5em;
}
/* line 207, ../_sass/story-hida.scss */
#kv_wrap #kv_inner .sub_copy span {
  display: inline-block;
  -ms-filter: "alpha(opacity=$num)";
  /* IE8 */
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
}

@media only screen and (min-width: 751px) {
  /* line 220, ../_sass/story-hida.scss */
  #kv_wrap {
    min-height: 550px;
    height: 700px;
  }
  /* line 223, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner {
    width: 960px;
    height: 180px;
  }
  /* line 225, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .category_title {
    width: 200px;
    height: 14px;
    margin: 0 auto 50px;
  }
  /* line 229, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy {
    height: 30px;
    display: table;
    margin: 0 auto 50px;
  }
  /* line 233, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy:after {
    top: 5px;
    left: -2px;
  }
  /* line 236, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text {
    height: 30px;
    margin-right: 28px;
  }
  /* line 239, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text:after {
    width: 100%;
    height: 30px;
  }
  /* line 243, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text.text01:after {
    top: 5px;
  }
  /* line 248, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text.text02:after {
    top: 5px;
  }
  /* line 252, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text.text03 {
    margin-right: 24px;
  }
  /* line 254, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text.text03:after {
    top: 5px;
  }
  /* line 258, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text.text04 {
    margin-right: 46px;
  }
  /* line 260, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text.text04:after {
    top: 5px;
  }
  /* line 265, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text.text05:after {
    top: 5px;
  }
  /* line 270, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text.text06:after {
    top: 5px;
  }
  /* line 276, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text.text07:after {
    top: 5px;
  }
  /* line 280, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text.text08 {
    margin-right: 24px;
  }
  /* line 282, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text.text08:after {
    top: 5px;
  }
  /* line 286, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text.text09 {
    margin-right: 24px;
  }
  /* line 288, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text.text09:after {
    top: 5px;
  }
  /* line 292, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text.text10 {
    margin-right: 24px;
  }
  /* line 294, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text.text10:after {
    top: 5px;
  }
  /* line 298, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text.text11 {
    margin-right: 24px;
  }
  /* line 300, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text.text11:after {
    top: 5px;
  }
  /* line 304, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text.text12 {
    margin-right: 22px;
  }
  /* line 306, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text.text12:after {
    top: 5px;
  }
  /* line 310, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text:last-child {
    margin-right: 0;
  }
  /* line 312, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text:last-child:after {
    top: 5px;
  }
  /* line 318, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text * {
    width: auto;
    height: 25px;
  }
  /* line 329, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .sub_copy .kv_text01 {
    width: 109px;
    height: 26px;
  }
  /* line 333, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .sub_copy .kv_text02 {
    margin-left: 19px;
    width: 69px;
    height: 26px;
  }
}
@media only screen and (max-width: 750px) {
  /* line 345, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner {
    height: 105px;
    margin: auto 15px;
  }
  /* line 348, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .category_title {
    width: 130px;
    height: 10px;
    margin: 0 auto 21px;
  }
  /* line 352, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy {
    height: 11px;
    display: table;
    margin: 0 auto 26px;
  }
  /* line 356, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text {
    height: 11px;
    margin-right: 13px;
    line-height: 1;
    vertical-align: top;
  }
  /* line 361, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text:after {
    background-size: cover !important;
    width: 100%;
    height: 11px;
    top: 13px;
  }
  /* line 367, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text.text01:after {
    width: 8.7px;
  }
  /* line 372, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text.text02:after {
    width: 2.1px;
  }
  /* line 376, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text.text03 {
    margin-right: 11px;
  }
  /* line 378, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text.text03:after {
    width: 9.8px;
  }
  /* line 382, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text.text04 {
    margin-right: 29px;
  }
  /* line 384, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text.text04:after {
    width: 11.5px;
  }
  /* line 389, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text.text05:after {
    width: 10px;
  }
  /* line 393, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text.text06 {
    margin-right: 11px;
  }
  /* line 395, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text.text06:after {
    width: 8.6px;
  }
  /* line 400, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text.text07 {
    margin-right: 11px;
  }
  /* line 402, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text.text07:after {
    width: 8.5px;
  }
  /* line 406, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text.text08 {
    margin-right: 11px;
  }
  /* line 408, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text.text08:after {
    width: 8.6px;
  }
  /* line 413, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text.text09:after {
    width: 11.5px;
  }
  /* line 417, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text.text10 {
    margin-right: 11px;
  }
  /* line 419, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text.text10:after {
    width: 8.1px;
  }
  /* line 423, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text.text11 {
    margin-right: 11px;
  }
  /* line 425, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text.text11:after {
    width: 10.3px;
  }
  /* line 429, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text.text12 {
    margin-right: 9px;
  }
  /* line 431, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text.text12:after {
    width: 9.9px;
  }
  /* line 435, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text:last-child {
    margin-right: 0;
  }
  /* line 437, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text:last-child:after {
    width: 11.5px;
  }
  /* line 441, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .main_copy .text * {
    width: auto;
    height: 11px;
  }
  /* line 446, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .sub_copy {
    letter-spacing: 0.38em;
  }
  /* line 448, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .sub_copy span {
    font-size: 15px;
  }
  /* line 454, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .sub_copy .kv_text01 {
    width: auto;
    height: 14.5px;
  }
  /* line 458, ../_sass/story-hida.scss */
  #kv_wrap #kv_inner .sub_copy .kv_text02 {
    margin-left: 8px;
    width: auto;
    height: 14.5px;
  }

  /* UA */
}
/* Body Style
-------------------------------------------------- */
/* line 483, ../_sass/story-hida.scss */
#one_column_body {
  background-color: #fff;
}

/* line 486, ../_sass/story-hida.scss */
#motion_wrap {
  background-color: #fff;
  position: relative;
}
/* line 489, ../_sass/story-hida.scss */
#motion_wrap #contents_wrap {
  position: relative;
}
/* line 491, ../_sass/story-hida.scss */
#motion_wrap #contents_wrap #story_list {
  border-top: 1px solid #d9d7cd;
}
/* line 497, ../_sass/story-hida.scss */
#motion_wrap #contents_wrap #story_list .photo img,
#motion_wrap #contents_wrap #products_carousel .photo img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 751px) {
  /* line 508, ../_sass/story-hida.scss */
  .animate {
    opacity: 0;
    transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  /* line 514, ../_sass/story-hida.scss */
  .animate.left {
    -webkit-transform: translate(-30px, 50px);
    -moz-transform: translate(-30px, 50px);
    -ms-transform: translate(-30px, 50px);
    transform: translate(-30px, 50px);
  }
  /* line 520, ../_sass/story-hida.scss */
  .animate.right {
    -webkit-transform: translate(30px, 50px);
    -moz-transform: translate(30px, 50px);
    -ms-transform: translate(30px, 50px);
    transform: translate(30px, 50px);
  }
  /* line 526, ../_sass/story-hida.scss */
  .animate.under {
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  /* line 532, ../_sass/story-hida.scss */
  .animate.under_long {
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  /* line 538, ../_sass/story-hida.scss */
  .animate.delay {
    -webkit-transition-delay: .25s;
    -moz-transition-delay: .25s;
    -ms-transition-delay: .25s;
    transition-delay: .25s;
  }
  /* line 544, ../_sass/story-hida.scss */
  .animate.delay2 {
    -webkit-transition-delay: 2.5s;
    -moz-transition-delay: 2.5s;
    -ms-transition-delay: 2.5s;
    transition-delay: 2.5s;
  }
  /* line 550, ../_sass/story-hida.scss */
  .animate.zoom {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    transition-delay: .5s;
  }
  /* line 560, ../_sass/story-hida.scss */
  .animate.active {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1, 1);
    -moz-transform: translate(0, 0) scale(1, 1);
    -ms-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1);
  }

  /* line 569, ../_sass/story-hida.scss */
  #one_column_body {
    position: relative;
  }

  /* line 573, ../_sass/story-hida.scss */
  #motion_wrap #contents_wrap {
    margin: 0 auto;
  }

  /* line 579, ../_sass/story-hida.scss */
  #contents > article {
    max-width: 1480px;
    min-width: 980px;
    position: relative;
    top: 0;
    margin: 0 auto;
  }
  /* line 586, ../_sass/story-hida.scss */
  #contents #body_main_copy {
    position: relative;
    padding: 80px 0;
    -ms-filter: "alpha(opacity=$num)";
    /* IE8 */
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
    transition: all 1.28s cubic-bezier(0.5, 0, 0.5, 1);
    -moz-transition: all 1.28s cubic-bezier(0.5, 0, 0.5, 1);
    -webkit-transition: all 1.28s cubic-bezier(0.5, 0, 0.5, 1);
    -ms-transition: all 1.28s cubic-bezier(0.5, 0, 0.5, 1);
  }
  /* line 592, ../_sass/story-hida.scss */
  #contents #body_main_copy h1 {
    font-size: 30px;
    line-height: 2;
    text-align: center;
    letter-spacing: 0.1em;
  }
  /* line 598, ../_sass/story-hida.scss */
  #contents #body_main_copy.active {
    -ms-filter: "alpha(opacity=$num)";
    /* IE8 */
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
  }
  /* line 602, ../_sass/story-hida.scss */
  #contents .section_wrap {
    position: relative;
  }
  /* line 610, ../_sass/story-hida.scss */
  #contents .section_wrap .photo {
    position: absolute;
    top: 0;
  }
  /* line 614, ../_sass/story-hida.scss */
  #contents .section_wrap .text_wrap {
    background-color: #fff;
    position: absolute;
    left: 50%;
  }
  /* line 618, ../_sass/story-hida.scss */
  #contents .section_wrap .text_wrap .text_inner {
    font-size: 15px;
    line-height: 3;
    padding: 50px 70px 60px;
    white-space: nowrap;
  }
  /* line 630, ../_sass/story-hida.scss */
  #contents .section_wrap#section1 {
    height: 576px;
  }
  /* line 632, ../_sass/story-hida.scss */
  #contents .section_wrap#section1 .photo {
    width: 1120px;
    left: -160px;
  }
  /* line 636, ../_sass/story-hida.scss */
  #contents .section_wrap#section1 .text_wrap {
    bottom: 106px;
  }
  /* line 640, ../_sass/story-hida.scss */
  #contents .section_wrap#section1.show .photo {
    left: -60px;
  }
  /* line 643, ../_sass/story-hida.scss */
  #contents .section_wrap#section1.show .text_wrap {
    top: 185px;
  }
  /* line 648, ../_sass/story-hida.scss */
  #contents .section_wrap#section2 {
    height: 1008px;
  }
  /* line 650, ../_sass/story-hida.scss */
  #contents .section_wrap#section2 .photo1 {
    width: 1120px;
    left: 450px;
  }
  /* line 654, ../_sass/story-hida.scss */
  #contents .section_wrap#section2 .photo2 {
    width: 620px;
    top: 610px;
    left: 530px;
  }
  /* line 659, ../_sass/story-hida.scss */
  #contents .section_wrap#section2 .text_wrap {
    top: 322px;
    margin-left: -555px;
  }
  /* line 663, ../_sass/story-hida.scss */
  #contents .section_wrap#section3 {
    padding-bottom: 110px;
  }
  /* line 665, ../_sass/story-hida.scss */
  #contents .section_wrap#section3 .photo {
    width: 1120px;
    left: -160px;
  }
  /* line 669, ../_sass/story-hida.scss */
  #contents .section_wrap#section3 .text_wrap {
    top: 0px;
  }
}
@media only screen and (max-width: 750px) {
  /* line 677, ../_sass/story-hida.scss */
  .sp_tate {
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  /* line 682, ../_sass/story-hida.scss */
  .sp_tate .sp_line {
    width: 19px;
    height: 100%;
    float: right;
    display: block;
    margin: 0 0.5em;
    line-height: 1.1em;
  }
  /* line 688, ../_sass/story-hida.scss */
  .sp_tate .sp_line .dotte {
    display: block;
  }

  /* line 697, ../_sass/story-hida.scss */
  #one_column_body #contents .section_inner {
    margin: 0;
  }

  /* line 702, ../_sass/story-hida.scss */
  #motion_wrap {
    width: 100%;
  }

  /* line 709, ../_sass/story-hida.scss */
  #section_box {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    transition: all 1.1s cubic-bezier(0.45, 0.02, 0.35, 1);
    -moz-transition: all 1.1s cubic-bezier(0.45, 0.02, 0.35, 1);
    -webkit-transition: all 1.1s cubic-bezier(0.45, 0.02, 0.35, 1);
    -ms-transition: all 1.1s cubic-bezier(0.45, 0.02, 0.35, 1);
  }

  /* line 716, ../_sass/story-hida.scss */
  #contents {
    margin: 0 auto;
    position: relative;
    overflow: visible;
  }
  /* line 720, ../_sass/story-hida.scss */
  #contents #body_main_copy {
    margin: 0 auto;
    position: relative;
    padding: 65px 0;
  }
  /* line 724, ../_sass/story-hida.scss */
  #contents #body_main_copy h1 {
    padding-bottom: 138px;
    background: url(../img/story/hida_genealogy/title_sp.png) no-repeat center top;
    background-size: contain;
    font-size: 19px;
    margin: 0 15px;
    transition: all 0.78s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.78s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 0.78s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.78s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  /* line 734, ../_sass/story-hida.scss */
  #contents #body_main_copy h1 .sp_line {
    display: none;
    position: relative;
  }
  /* line 761, ../_sass/story-hida.scss */
  #contents .section_wrap {
    position: relative;
    background-color: #fff;
    padding-bottom: 0;
  }
  /* line 765, ../_sass/story-hida.scss */
  #contents .section_wrap .section_inner {
    margin: 0;
    position: relative;
  }
  /* line 769, ../_sass/story-hida.scss */
  #contents .section_wrap .photo {
    position: absolute;
    height: 295px;
  }
  /* line 773, ../_sass/story-hida.scss */
  #contents .section_wrap .photo .photo_inner {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    overflow: hidden;
    text-indent: -9999px;
    background-size: cover !important;
  }
  /* line 781, ../_sass/story-hida.scss */
  #contents .section_wrap .photo img {
    width: auto;
    height: 100%;
  }
  /* line 785, ../_sass/story-hida.scss */
  #contents .section_wrap .text_wrap {
    position: relative;
    background-color: #fff;
  }
  /* line 789, ../_sass/story-hida.scss */
  #contents .section_wrap .text_wrap .text_inner {
    position: relative;
    padding: 30px 0;
    font-size: 12px;
    line-height: 2.8;
  }
  /* line 795, ../_sass/story-hida.scss */
  #contents .section_wrap .text_wrap .text_inner img {
    max-width: 350px;
  }
  /* line 801, ../_sass/story-hida.scss */
  #contents .section_wrap.active {
    z-index: 10;
  }
  /* line 816, ../_sass/story-hida.scss */
  #contents .section_wrap#section1 {
    padding-bottom: 45px;
  }
  /* line 818, ../_sass/story-hida.scss */
  #contents .section_wrap#section1 .section_inner {
    padding-top: 295px;
  }
  /* line 825, ../_sass/story-hida.scss */
  #contents .section_wrap#section1 .photo {
    top: 0;
    left: 0;
    right: 40px;
  }
  /* line 828, ../_sass/story-hida.scss */
  #contents .section_wrap#section1 .photo .photo_inner {
    background: url("../img/story/hida_genealogy/sp_section_img01.jpg") no-repeat center center;
  }
  /* line 832, ../_sass/story-hida.scss */
  #contents .section_wrap#section1 .text_wrap {
    margin-top: -50px;
    margin-left: 27px;
  }
  /* line 835, ../_sass/story-hida.scss */
  #contents .section_wrap#section1 .text_wrap .text_inner {
    padding-right: 15px;
  }
  /* line 865, ../_sass/story-hida.scss */
  #contents .section_wrap#section2 {
    padding-bottom: 45px;
  }
  /* line 867, ../_sass/story-hida.scss */
  #contents .section_wrap#section2 .section_inner {
    padding-top: 295px;
    padding-bottom: 260px;
  }
  /* line 871, ../_sass/story-hida.scss */
  #contents .section_wrap#section2 .photo1 {
    top: 0;
    left: 35px;
    right: 0;
  }
  /* line 874, ../_sass/story-hida.scss */
  #contents .section_wrap#section2 .photo1 .photo_inner {
    background: url("../img/story/hida_genealogy/sp_section_img02.jpg") no-repeat center center;
  }
  /* line 878, ../_sass/story-hida.scss */
  #contents .section_wrap#section2 .photo2 {
    bottom: 0;
    left: 95px;
    right: 0;
    height: 215px;
  }
  /* line 882, ../_sass/story-hida.scss */
  #contents .section_wrap#section2 .photo2 .photo_inner {
    background: url("../img/story/hida_genealogy/sp_section_img02_2.jpg") no-repeat center center;
  }
  /* line 887, ../_sass/story-hida.scss */
  #contents .section_wrap#section2 .text_wrap .text_inner {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 893, ../_sass/story-hida.scss */
  #contents .section_wrap#section3 {
    padding-bottom: 0;
  }
  /* line 895, ../_sass/story-hida.scss */
  #contents .section_wrap#section3 .section_inner {
    padding-bottom: 295px;
  }
  /* line 898, ../_sass/story-hida.scss */
  #contents .section_wrap#section3 .photo {
    bottom: 0;
    left: 0;
    right: 30px;
  }
  /* line 901, ../_sass/story-hida.scss */
  #contents .section_wrap#section3 .photo .photo_inner {
    background: url("../img/story/hida_genealogy/sp_section_img03.jpg") no-repeat center center;
  }
  /* line 905, ../_sass/story-hida.scss */
  #contents .section_wrap#section3 .text_wrap {
    margin-left: 50px;
    margin-bottom: -15px;
  }
  /* line 908, ../_sass/story-hida.scss */
  #contents .section_wrap#section3 .text_wrap .text_inner {
    padding-right: 15px;
    padding-bottom: 30px;
  }
  /* line 915, ../_sass/story-hida.scss */
  #contents .section_wrap#products_carousel .photo {
    position: relative;
    height: auto;
  }
}
/* common Style
-------------------------------------------------- */
@media only screen and (min-width: 751px) {
  /* line 929, ../_sass/story-hida.scss */
  .story_btn_wrap {
    width: 980px;
    padding-top: 660px;
    text-align: center;
  }
  /* line 933, ../_sass/story-hida.scss */
  .story_btn_wrap li {
    width: 465px;
    display: inline-block;
  }
}
@media only screen and (max-width: 750px) {
  /* line 940, ../_sass/story-hida.scss */
  .story_btn_wrap {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /* line 946, ../_sass/story-hida.scss */
  .story_btn_wrap li:first-child {
    margin-bottom: 10px;
  }
}
/* line 956, ../_sass/story-hida.scss */
footer {
  background-color: #fff;
  position: relative;
  z-index: 100;
}
