/* [ 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.scss */
.scroll_wrap {
  width: 47px;
  height: 28px;
  display: none;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* line 13, ../_sass/story.scss */
.scroll_wrap .scroll_inner {
  height: 28px;
  position: relative;
}
/* line 16, ../_sass/story.scss */
.scroll_wrap .scroll_inner > * {
  line-height: 1;
}
/* line 22, ../_sass/story.scss */
.scroll_wrap .arrow {
  width: 32px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* line 31, ../_sass/story.scss */
.scroll_wrap.green .scroll_inner > * {
  overflow: hidden;
  text-indent: -9999px;
  background-size: contain !important;
}
/* line 36, ../_sass/story.scss */
.scroll_wrap.green .text {
  height: 6px;
  background: url("../img/story/common/scroll_text_green.svg") no-repeat center center;
}
/* line 40, ../_sass/story.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.scss */
#kv_wrap {
  width: 100%;
  position: relative;
}
/* line 54, ../_sass/story.scss */
#kv_wrap #kv_bg {
  top: 0;
  left: 0;
  background: url("../img/story/simple_and_moden/kv_bg.jpg") no-repeat center center;
  background-size: cover;
}
/* line 60, ../_sass/story.scss */
#kv_wrap #kv_inner {
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
/* line 65, ../_sass/story.scss */
#kv_wrap #kv_inner span {
  display: block;
  color: #fff;
  text-align: center;
}
/* line 70, ../_sass/story.scss */
#kv_wrap #kv_inner .category_title {
  overflow: hidden;
  position: relative;
}
/* line 73, ../_sass/story.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.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.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.scss */
#kv_wrap #kv_inner .category_title.show:after {
  width: 100%;
}
/* line 96, ../_sass/story.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.scss */
#kv_wrap #kv_inner .main_copy:after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
}
/* line 105, ../_sass/story.scss */
#kv_wrap #kv_inner .main_copy .text {
  float: left;
  position: relative;
}
/* line 108, ../_sass/story.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.scss */
#kv_wrap #kv_inner .main_copy .text.text01:after {
  background: url("../img/story/common/_nuri/copy_s.svg") no-repeat center center;
}
/* line 124, ../_sass/story.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.scss */
#kv_wrap #kv_inner .main_copy .text.text03:after {
  background: url("../img/story/common/_nuri/copy_m.svg") no-repeat center center;
}
/* line 134, ../_sass/story.scss */
#kv_wrap #kv_inner .main_copy .text.text04:after {
  background: url("../img/story/common/_nuri/copy_p.svg") no-repeat center center;
}
/* line 139, ../_sass/story.scss */
#kv_wrap #kv_inner .main_copy .text.text05:after {
  background: url("../img/story/common/_nuri/copy_l.svg") no-repeat center center;
}
/* line 144, ../_sass/story.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.scss */
#kv_wrap #kv_inner .main_copy .text.text07:after {
  background: url("../img/story/common/_nuri/copy_and.svg") no-repeat center center;
}
/* line 155, ../_sass/story.scss */
#kv_wrap #kv_inner .main_copy .text.text08:after {
  background: url("../img/story/common/_nuri/copy_m.svg") no-repeat center center;
}
/* line 160, ../_sass/story.scss */
#kv_wrap #kv_inner .main_copy .text.text09:after {
  background: url("../img/story/common/_nuri/copy_o.svg") no-repeat center center;
}
/* line 165, ../_sass/story.scss */
#kv_wrap #kv_inner .main_copy .text.text10:after {
  background: url("../img/story/common/_nuri/copy_d.svg") no-repeat center center;
}
/* line 170, ../_sass/story.scss */
#kv_wrap #kv_inner .main_copy .text.text11:after {
  background: url("../img/story/common/_nuri/copy_e.svg") no-repeat center center;
}
/* line 175, ../_sass/story.scss */
#kv_wrap #kv_inner .main_copy .text.text12:after {
  background: url("../img/story/common/_nuri/copy_r.svg") no-repeat center center;
}
/* line 180, ../_sass/story.scss */
#kv_wrap #kv_inner .main_copy .text:last-child {
  margin-right: 0;
}
/* line 182, ../_sass/story.scss */
#kv_wrap #kv_inner .main_copy .text:last-child:after {
  background: url("../img/story/common/_nuri/copy_n.svg") no-repeat center center;
}
/* line 188, ../_sass/story.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.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.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.scss */
#kv_wrap #kv_inner .sub_copy {
  letter-spacing: 0.5em;
}
/* line 207, ../_sass/story.scss */
#kv_wrap #kv_inner .sub_copy.simple_and_moden {
  letter-spacing: 0.38em;
}
/* line 210, ../_sass/story.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 223, ../_sass/story.scss */
  #kv_wrap {
    min-height: 550px;
    height: 700px;
  }
  /* line 226, ../_sass/story.scss */
  #kv_wrap #kv_inner {
    width: 960px;
    height: 180px;
  }
  /* line 228, ../_sass/story.scss */
  #kv_wrap #kv_inner .category_title {
    width: 200px;
    height: 14px;
    margin: 0 auto 50px;
  }
  /* line 232, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy {
    height: 30px;
    display: table;
    margin: 0 auto 50px;
  }
  /* line 236, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy:after {
    top: 5px;
    left: -2px;
  }
  /* line 239, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text {
    height: 30px;
    margin-right: 30px;
  }
  /* line 242, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text:after {
    width: 100%;
    height: 30px;
  }
  /* line 245, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text.text01 {
    margin-right: 29px;
  }
  /* line 247, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text.text01:after {
    top: 5px;
  }
  /* line 251, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text.text02 {
    margin-right: 29px;
  }
  /* line 253, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text.text02:after {
    top: 5px;
  }
  /* line 257, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text.text03 {
    top: -1px;
  }
  /* line 259, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text.text03:after {
    top: 5px;
  }
  /* line 263, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text.text04 {
    margin-right: 28px;
  }
  /* line 265, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text.text04:after {
    top: 5px;
  }
  /* line 269, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text.text05 {
    margin-right: 27px;
  }
  /* line 271, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text.text05:after {
    top: 5px;
  }
  /* line 275, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text.text06 {
    margin-right: 42px;
  }
  /* line 277, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text.text06:after {
    top: 5px;
  }
  /* line 282, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text.text07 {
    margin-right: 41px;
  }
  /* line 284, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text.text07:after {
    top: 5px;
  }
  /* line 288, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text.text08 {
    margin-right: 29px;
  }
  /* line 290, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text.text08:after {
    top: 5px;
  }
  /* line 294, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text.text09 {
    margin-right: 29px;
  }
  /* line 296, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text.text09:after {
    top: 5px;
  }
  /* line 300, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text.text10 {
    margin-right: 27px;
  }
  /* line 302, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text.text10:after {
    top: 5px;
  }
  /* line 306, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text.text11 {
    margin-right: 28px;
  }
  /* line 308, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text.text11:after {
    top: 5px;
  }
  /* line 312, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text.text12 {
    margin-right: 28px;
  }
  /* line 314, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text.text12:after {
    top: 5px;
  }
  /* line 319, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text:last-child {
    margin-right: 0;
  }
  /* line 321, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text:last-child:after {
    top: 5px;
  }
  /* line 327, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text * {
    width: auto;
    height: 25px;
  }
  /* line 338, ../_sass/story.scss */
  #kv_wrap #kv_inner .sub_copy .kv_text01 {
    width: 154px;
    height: 23px;
  }
  /* line 342, ../_sass/story.scss */
  #kv_wrap #kv_inner .sub_copy .kv_text02 {
    margin-left: 12px;
    width: 91px;
    height: 24px;
    margin-top: -1px;
  }
}
@media only screen and (max-width: 750px) {
  /* line 355, ../_sass/story.scss */
  #kv_wrap #kv_inner {
    height: 105px;
    margin: auto 15px;
  }
  /* line 358, ../_sass/story.scss */
  #kv_wrap #kv_inner .category_title {
    width: 130px;
    height: 10px;
    margin: 0 auto 21px;
  }
  /* line 362, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy {
    height: 11px;
    display: table;
    margin: 0 auto 26px;
  }
  /* line 366, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text {
    height: 11px;
    margin-right: 13px;
    line-height: 1;
    vertical-align: top;
  }
  /* line 371, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text:after {
    background-size: cover !important;
    width: 100%;
    height: 11px;
    top: 13px;
  }
  /* line 377, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text.text01:after {
    width: 9.9px;
  }
  /* line 382, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text.text02:after {
    width: 2.1px;
  }
  /* line 387, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text.text03:after {
    width: 10.3px;
  }
  /* line 392, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text.text04:after {
    width: 9.0px;
  }
  /* line 397, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text.text05:after {
    width: 8.1px;
  }
  /* line 401, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text.text06 {
    margin-right: 20px;
  }
  /* line 403, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text.text06:after {
    width: 8.6px;
  }
  /* line 408, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text.text07 {
    margin-right: 16px;
  }
  /* line 410, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text.text07:after {
    width: 10.8px;
  }
  /* line 415, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text.text08:after {
    width: 10.3px;
  }
  /* line 420, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text.text09:after {
    width: 10.3px;
  }
  /* line 425, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text.text10:after {
    width: 9.7px;
  }
  /* line 430, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text.text11:after {
    width: 8.6px;
  }
  /* line 435, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text.text12:after {
    width: 9.6px;
  }
  /* line 439, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text:last-child {
    margin-right: 0;
  }
  /* line 441, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text:last-child:after {
    width: 8.5px;
  }
  /* line 445, ../_sass/story.scss */
  #kv_wrap #kv_inner .main_copy .text * {
    width: auto;
    height: 11px;
  }
  /* line 450, ../_sass/story.scss */
  #kv_wrap #kv_inner .sub_copy {
    letter-spacing: 0.2em;
  }
  /* line 452, ../_sass/story.scss */
  #kv_wrap #kv_inner .sub_copy span {
    font-size: 15px;
  }
  /* line 458, ../_sass/story.scss */
  #kv_wrap #kv_inner .sub_copy .kv_text01 {
    width: auto;
    height: 13px;
  }
  /* line 462, ../_sass/story.scss */
  #kv_wrap #kv_inner .sub_copy .kv_text02 {
    margin-left: 6px;
    width: auto;
    height: 13px;
  }

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

/* line 490, ../_sass/story.scss */
#motion_wrap {
  background-color: #fff;
  position: relative;
}
/* line 493, ../_sass/story.scss */
#motion_wrap #contents_wrap {
  position: relative;
}
/* line 495, ../_sass/story.scss */
#motion_wrap #contents_wrap #story_list {
  border-top: 1px solid #d9d7cd;
}
/* line 501, ../_sass/story.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 512, ../_sass/story.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 518, ../_sass/story.scss */
  .animate.left {
    -webkit-transform: translate(-30px, 50px);
    -moz-transform: translate(-30px, 50px);
    -ms-transform: translate(-30px, 50px);
    transform: translate(-30px, 50px);
  }
  /* line 524, ../_sass/story.scss */
  .animate.right {
    -webkit-transform: translate(30px, 50px);
    -moz-transform: translate(30px, 50px);
    -ms-transform: translate(30px, 50px);
    transform: translate(30px, 50px);
  }
  /* line 530, ../_sass/story.scss */
  .animate.under {
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  /* line 536, ../_sass/story.scss */
  .animate.under_long {
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  /* line 542, ../_sass/story.scss */
  .animate.delay {
    -webkit-transition-delay: .25s;
    -moz-transition-delay: .25s;
    -ms-transition-delay: .25s;
    transition-delay: .25s;
  }
  /* line 548, ../_sass/story.scss */
  .animate.delay2 {
    -webkit-transition-delay: 2.5s;
    -moz-transition-delay: 2.5s;
    -ms-transition-delay: 2.5s;
    transition-delay: 2.5s;
  }
  /* line 554, ../_sass/story.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 564, ../_sass/story.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 573, ../_sass/story.scss */
  #one_column_body {
    position: relative;
  }

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

  /* line 585, ../_sass/story.scss */
  #contents > article {
    max-width: 1480px;
    min-width: 980px;
    position: relative;
    top: 0;
    margin: 0 auto;
  }
  /* line 592, ../_sass/story.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 598, ../_sass/story.scss */
  #contents #body_main_copy h1 {
    font-size: 30px;
    line-height: 2;
    text-align: center;
    letter-spacing: 0.1em;
  }
  /* line 604, ../_sass/story.scss */
  #contents #body_main_copy.active {
    -ms-filter: "alpha(opacity=$num)";
    /* IE8 */
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
  }
  /* line 608, ../_sass/story.scss */
  #contents .section_wrap {
    position: relative;
  }
  /* line 616, ../_sass/story.scss */
  #contents .section_wrap .photo {
    position: absolute;
    top: 0;
  }
  /* line 620, ../_sass/story.scss */
  #contents .section_wrap .text_wrap {
    background-color: #fff;
    position: absolute;
    left: 50%;
  }
  /* line 624, ../_sass/story.scss */
  #contents .section_wrap .text_wrap .text_inner {
    font-size: 15px;
    line-height: 3;
    padding: 50px 70px 60px;
    white-space: nowrap;
  }
  /* line 636, ../_sass/story.scss */
  #contents .section_wrap#section1 {
    height: 655px;
  }
  /* line 638, ../_sass/story.scss */
  #contents .section_wrap#section1 .photo {
    width: 1120px;
    left: -160px;
  }
  /* line 642, ../_sass/story.scss */
  #contents .section_wrap#section1 .text_wrap {
    top: 285px;
  }
  /* line 646, ../_sass/story.scss */
  #contents .section_wrap#section1.show .photo {
    left: -60px;
  }
  /* line 649, ../_sass/story.scss */
  #contents .section_wrap#section1.show .text_wrap {
    top: 185px;
  }
  /* line 654, ../_sass/story.scss */
  #contents .section_wrap#section2 {
    height: 1088px;
  }
  /* line 656, ../_sass/story.scss */
  #contents .section_wrap#section2 .photo1 {
    width: 1120px;
    left: 320px;
  }
  /* line 660, ../_sass/story.scss */
  #contents .section_wrap#section2 .photo2 {
    width: 620px;
    top: 610px;
    left: 400px;
  }
  /* line 665, ../_sass/story.scss */
  #contents .section_wrap#section2 .text_wrap {
    top: 180px;
    margin-left: -545px;
  }
  /* line 670, ../_sass/story.scss */
  #contents .section_wrap#section3 .photo {
    width: 1120px;
    left: -160px;
  }
  /* line 674, ../_sass/story.scss */
  #contents .section_wrap#section3 .text_wrap {
    top: 100px;
  }
}
@media only screen and (max-width: 750px) {
  /* line 682, ../_sass/story.scss */
  .sp_tate {
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  /* line 687, ../_sass/story.scss */
  .sp_tate .sp_line {
    width: 19px;
    height: 100%;
    float: right;
    display: block;
    margin: 0 0.5em;
    line-height: 1.1em;
  }
  /* line 693, ../_sass/story.scss */
  .sp_tate .sp_line .dotte {
    display: block;
  }

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

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

  /* line 714, ../_sass/story.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 721, ../_sass/story.scss */
  #contents {
    margin: 0 auto;
    position: relative;
    overflow: visible;
  }
  /* line 725, ../_sass/story.scss */
  #contents #body_main_copy {
    margin: 0 auto;
    position: relative;
    padding: 65px 0;
  }
  /* line 729, ../_sass/story.scss */
  #contents #body_main_copy h1 {
    padding-bottom: 138px;
    background: url(../img/story/simple_and_moden/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 739, ../_sass/story.scss */
  #contents #body_main_copy h1 .sp_line {
    display: none;
    position: relative;
  }
  /* line 766, ../_sass/story.scss */
  #contents .section_wrap {
    position: relative;
    background-color: #fff;
    padding-bottom: 0;
  }
  /* line 770, ../_sass/story.scss */
  #contents .section_wrap .section_inner {
    margin: 0;
    position: relative;
  }
  /* line 774, ../_sass/story.scss */
  #contents .section_wrap .photo {
    position: absolute;
    height: 295px;
  }
  /* line 778, ../_sass/story.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 786, ../_sass/story.scss */
  #contents .section_wrap .photo img {
    width: auto;
    height: 100%;
  }
  /* line 790, ../_sass/story.scss */
  #contents .section_wrap .text_wrap {
    position: relative;
    background-color: #fff;
  }
  /* line 794, ../_sass/story.scss */
  #contents .section_wrap .text_wrap .text_inner {
    position: relative;
    padding: 30px 0;
    font-size: 12px;
    line-height: 2.8;
  }
  /* line 800, ../_sass/story.scss */
  #contents .section_wrap .text_wrap .text_inner img {
    max-width: 350px;
  }
  /* line 806, ../_sass/story.scss */
  #contents .section_wrap.active {
    z-index: 10;
  }
  /* line 821, ../_sass/story.scss */
  #contents .section_wrap#section1 {
    padding-bottom: 45px;
  }
  /* line 823, ../_sass/story.scss */
  #contents .section_wrap#section1 .section_inner {
    padding-top: 295px;
  }
  /* line 830, ../_sass/story.scss */
  #contents .section_wrap#section1 .photo {
    top: 0;
    left: 0;
    right: 40px;
  }
  /* line 833, ../_sass/story.scss */
  #contents .section_wrap#section1 .photo .photo_inner {
    background: url("../img/story/simple_and_moden/sp_section_img01.jpg") no-repeat center center;
  }
  /* line 837, ../_sass/story.scss */
  #contents .section_wrap#section1 .text_wrap {
    margin-top: -50px;
    margin-left: 27px;
  }
  /* line 840, ../_sass/story.scss */
  #contents .section_wrap#section1 .text_wrap .text_inner {
    padding-right: 15px;
  }
  /* line 870, ../_sass/story.scss */
  #contents .section_wrap#section2 {
    padding-bottom: 45px;
  }
  /* line 872, ../_sass/story.scss */
  #contents .section_wrap#section2 .section_inner {
    padding-top: 295px;
    padding-bottom: 260px;
  }
  /* line 876, ../_sass/story.scss */
  #contents .section_wrap#section2 .photo1 {
    top: 0;
    left: 35px;
    right: 0;
  }
  /* line 879, ../_sass/story.scss */
  #contents .section_wrap#section2 .photo1 .photo_inner {
    background: url("../img/story/simple_and_moden/sp_section_img02.jpg") no-repeat center center;
  }
  /* line 883, ../_sass/story.scss */
  #contents .section_wrap#section2 .photo2 {
    bottom: 0;
    left: 95px;
    right: 0;
    height: 215px;
  }
  /* line 887, ../_sass/story.scss */
  #contents .section_wrap#section2 .photo2 .photo_inner {
    background: url("../img/story/simple_and_moden/sp_section_img02_2.jpg") no-repeat center center;
  }
  /* line 892, ../_sass/story.scss */
  #contents .section_wrap#section2 .text_wrap .text_inner {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 898, ../_sass/story.scss */
  #contents .section_wrap#section3 {
    padding-bottom: 0;
  }
  /* line 900, ../_sass/story.scss */
  #contents .section_wrap#section3 .section_inner {
    padding-bottom: 295px;
  }
  /* line 903, ../_sass/story.scss */
  #contents .section_wrap#section3 .photo {
    bottom: 0;
    left: 0;
    right: 30px;
  }
  /* line 906, ../_sass/story.scss */
  #contents .section_wrap#section3 .photo .photo_inner {
    background: url("../img/story/simple_and_moden/sp_section_img03.jpg") no-repeat center center;
  }
  /* line 910, ../_sass/story.scss */
  #contents .section_wrap#section3 .text_wrap {
    margin-left: 25px;
    margin-bottom: -15px;
  }
  /* line 913, ../_sass/story.scss */
  #contents .section_wrap#section3 .text_wrap .text_inner {
    padding-right: 15px;
    padding-bottom: 30px;
  }
  /* line 920, ../_sass/story.scss */
  #contents .section_wrap#products_carousel .photo {
    position: relative;
    height: auto;
  }
}
/* common Style
-------------------------------------------------- */
@media only screen and (min-width: 751px) {
  /* line 934, ../_sass/story.scss */
  .story_btn_wrap {
    width: 980px;
    padding-top: 685px;
  }
  /* line 937, ../_sass/story.scss */
  .story_btn_wrap li {
    width: 465px;
    float: right;
  }
  /* line 940, ../_sass/story.scss */
  .story_btn_wrap li:first-child {
    float: left;
  }
}
@media only screen and (max-width: 750px) {
  /* line 947, ../_sass/story.scss */
  .story_btn_wrap {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /* line 953, ../_sass/story.scss */
  .story_btn_wrap li:first-child {
    margin-bottom: 10px;
  }
}
/* line 963, ../_sass/story.scss */
footer {
  background-color: #fff;
  position: relative;
  z-index: 100;
}
