/* [ variable ]
-------------------------------------------------*/
/* element */
/* font */
/* [ font style ]
-------------------------------------------------*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ easing style ]
-------------------------------------------------*/
/* [ Hover Motion style ]
-------------------------------------------------*/
/* [ icon style ]
-------------------------------------------------*/
/* [ form parts ]
-------------------------------------------------*/
/* -----------------------------------------------
 [Common]
-------------------------------------------------- */
@media only screen and (min-width:751px) {
  .section_wrap {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width:750px) {
  .section_wrap {
    padding-bottom: 50px;
  }

  .story_wrap_space {
    padding-bottom: 72px;
  }
}
/* -----------------------------------------------
 [Main Visual]
-------------------------------------------------- */
#gnavi_wrap #gnavi {
  background-color: transparent;
}
#gnavi_wrap #gnavi > ul > li a .en,
#gnavi_wrap #gnavi > ul > li a .jp {
  color: #fff;
}
#gnavi_wrap #gnavi > ul li .en {
  font-weight: bold;
  text-indent: 0;
}
#gnavi_wrap #gnavi #gnavi_torigger {
  border-left: none;
}
#gnavi_wrap #gnavi #gnavi_torigger .menu_lines {
  background-color: #fff;
}
#gnavi_wrap #gnavi #gnavi_torigger .menu_lines:before, #gnavi_wrap #gnavi #gnavi_torigger .menu_lines:after {
  background-color: #fff;
}
#gnavi_wrap #gnavi #gnavi_torigger .text {
  color: #fff;
}

#header {
  background-color: #000;
  position: relative;
  overflow: hidden;
}
#header .kv {
  background-size: cover !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#header .kv:first-child {
  display: block;
}
#header .kv#kv00 .base_bg {
  z-index: -1;
}
#header .kv#kv01 {
  background: url("../img/top/b-kv_02.jpg") center center no-repeat;
}
#header .kv#kv02 {
  background: url("../img/top/b-kv_03.jpg") center center no-repeat;
}
#header .kv#kv02 .more_btn {
  opacity: 1;
}
#header .kv#kv03 {
  background: url("../img/top/b-kv_04.jpg") center center no-repeat;
}
#header .kv#kv03 .more_btn {
  opacity: 1;
}
#header .kv#kv04 {
  background: url("../img/top/b-kv_05.jpg") center center no-repeat;
}
#header .kv#kv04 .more_btn {
  opacity: 1;
}
#header .kv#from_hida_map .main_text {
  opacity: 1 !important;
}
#header .kv#from_hida_map .bg_list {
  display: none !important;
}
#header .kv_text_wrap,
#header .main_text {
  z-index: 1;
}
#header .kv_text {
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
#header .kv_text span {
  display: block;
  margin: 0 auto;
  color: #fff;
}
#header #from_hida,
#header #kv00 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
#header #from_hida .kv_text,
#header #kv00 .kv_text {
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  /* easeOutSine */
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  /* easeOutSine */
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  opacity: 0;
}
#header #from_hida .kv_text span,
#header #kv00 .kv_text span {
  -webkit-transition: all 1.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 1.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 1.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  /* easeOutSine */
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  /* easeOutSine */
  transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  opacity: 0;
}
#header #from_hida .kv_text .main_text,
#header #kv00 .kv_text .main_text {
  letter-spacing: -0.1em;
}
#header #from_hida .more_btn,
#header #kv00 .more_btn {
  -webkit-transition: all 1.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 1.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 1.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  /* easeOutSine */
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  /* easeOutSine */
  transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  -ms-transition-delay: 1.8s;
  opacity: 0;
}
#header #from_hida.show,
#header #kv00.show {
  opacity: 1;
}
#header #from_hida.show .kv_text,
#header #kv00.show .kv_text {
  opacity: 1;
}
#header #from_hida.show .kv_text span,
#header #from_hida.show .kv_text .more_btn,
#header #kv00.show .kv_text span,
#header #kv00.show .kv_text .more_btn {
  opacity: 1;
}
#header #from_hida.show .kv_text .main_text,
#header #kv00.show .kv_text .main_text {
  letter-spacing: 0.2em;
}
#header #from_hida.show .more_btn,
#header #kv00.show .more_btn {
  opacity: 1;
}
#header #kv_pager {
  opacity: 0;
  position: absolute;
  z-index: 101;
}
#header #kv_pager span {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  cursor: pointer;
}
#header #kv_pager span.current {
  background-color: #fff;
}

@media only screen and (min-width:751px) {
  #gnavi_wrap #gnavi {
    top: -68px;
  }
  #gnavi_wrap #gnavi.show {
    top: 0px;
    -o-transition: all 1.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 1.4s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 1.4s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: all 1.4s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 1.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    -ms-transition-delay: 1.8s;
  }
  #gnavi_wrap #gnavi.color {
    -o-transition: all 0s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: all 0s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 0s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
  }

  #header .kv_text_wrap {
    position: relative;
  }
  #header .kv_text {
    margin-bottom: 45px;
    position: relative;
  }
  #header .kv_text .main_text {
    margin-bottom: 15px;
    overflow: hidden;
    font-family: "Chisel-Normal";
    font-weight: bold;
    letter-spacing: 0.2em;
    font-size: 90px;
    line-height: 90px;
    -webkit-transition: all 1.8s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: all 1.8s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 1.8s cubic-bezier(0.39, 0.575, 0.565, 1);
    /* easeOutSine */
    -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    /* easeOutSine */
    text-indent: 10px;
    -ms-filter: "alpha(opacity=$num)";
    /* IE8 */
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
  }
  #header .kv_text .sub_text {
    font-family: "Chisel-Normal";
    font-weight: bold;
    letter-spacing: 0.2em;
    font-size: 18px;
    letter-spacing: 1em;
    text-indent: 5px;
    -o-transition: all 0.6s cubic-bezier(0.35, 0, 0.3, 1);
    transition: all 0.6s cubic-bezier(0.35, 0, 0.3, 1);
    -moz-transition: all 0.6s cubic-bezier(0.35, 0, 0.3, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.35, 0, 0.3, 1);
    -ms-transition: all 0.6s cubic-bezier(0.35, 0, 0.3, 1);
    -ms-filter: "alpha(opacity=$num)";
    /* IE8 */
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
  }
  #header .kv_text.show .main_text {
    letter-spacing: 0.2em;
    -ms-filter: "alpha(opacity=$num)";
    /* IE8 */
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
  }
  #header .more_btn {
    -o-transition: all 0.6s cubic-bezier(0.35, 0, 0.3, 1);
    transition: all 0.6s cubic-bezier(0.35, 0, 0.3, 1);
    -moz-transition: all 0.6s cubic-bezier(0.35, 0, 0.3, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.35, 0, 0.3, 1);
    -ms-transition: all 0.6s cubic-bezier(0.35, 0, 0.3, 1);
    -ms-filter: "alpha(opacity=$num)";
    /* IE8 */
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
  }
  #header #kv01 {
    width: 100%;
    height: 100%;
    position: relative;
  }
  #header #from_hida_map {
    width: 100%;
    height: 100%;
    position: relative;
  }
  #header #from_hida_map .base_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/top/from_hida/kv_bg02.jpg") no-repeat center center;
    background-size: cover;
    -webkit-transition: all 6.5s linear;
    -o-transition: all 6.5s linear;
    transition: all 6.5s linear;
  }
  #header #from_hida_map .bg_list {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-transition: all 1s cubic-bezier(0.35, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.35, 0, 0.3, 1);
    -moz-transition: all 1s cubic-bezier(0.35, 0, 0.3, 1);
    -webkit-transition: all 1s cubic-bezier(0.35, 0, 0.3, 1);
    -ms-transition: all 1s cubic-bezier(0.35, 0, 0.3, 1);
  }
  #header #from_hida_map .bg_list.hide {
    -webkit-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    -ms-filter: "alpha(opacity=$num)";
    /* IE8 */
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
  }
  #header #from_hida_map .bg_list .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* &.bg_dark{
    	background-image: url("../img/top/from_hida/kv_bg01.jpg");
    	@include linear(6.5);
    	display: none;
    }
    &.bg_dark_cover{
    	transform:  translateY(0);
    	@include linear(6.5);
    	background-image: url("../img/top/from_hida/kv_bg_cover.png");
    } */
  }
  #header #from_hida_map .bg_list .bg.map_name {
    width: 1600px;
    height: 890px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  #header #from_hida_map .bg_list .bg.map_name .bg_inner {
    width: 100%;
    height: 100%;
    position: relative;
  }
  #header #from_hida_map .bg_list .bg.map_name .bg_inner > * {
    width: 135px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    -o-transition: all 0.68s cubic-bezier(0.35, 0, 0.3, 1);
    transition: all 0.68s cubic-bezier(0.35, 0, 0.3, 1);
    -moz-transition: all 0.68s cubic-bezier(0.35, 0, 0.3, 1);
    -webkit-transition: all 0.68s cubic-bezier(0.35, 0, 0.3, 1);
    -ms-transition: all 0.68s cubic-bezier(0.35, 0, 0.3, 1);
    -ms-filter: "alpha(opacity=$num)";
    /* IE8 */
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  #header #from_hida_map .bg_list .bg.map_name .bg_inner > *.place_name01 {
    top: 325px;
    left: 420px;
  }
  #header #from_hida_map .bg_list .bg.map_name .bg_inner > *.place_name02 {
    top: 208px;
    left: 785px;
  }
  #header #from_hida_map .bg_list .bg.map_name .bg_inner > *.place_name03 {
    top: 400px;
    left: 1152px;
  }
  #header #from_hida_map .bg_list .bg.map_name .bg_inner > *.place_name04 {
    top: 388px;
    left: 732px;
  }
  #header #from_hida_map .bg_list .bg.map_name .bg_inner > * img {
    width: auto;
    height: 100%;
  }
  #header #from_hida_map .bg_list .bg.map {
    background-image: url("../img/top/from_hida/kv_bg_map.png");
    background-size: 1600px 890px;
    -o-transition: all 1.4s cubic-bezier(0.35, 0, 0.3, 1);
    transition: all 1.4s cubic-bezier(0.35, 0, 0.3, 1);
    -moz-transition: all 1.4s cubic-bezier(0.35, 0, 0.3, 1);
    -webkit-transition: all 1.4s cubic-bezier(0.35, 0, 0.3, 1);
    -ms-transition: all 1.4s cubic-bezier(0.35, 0, 0.3, 1);
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -ms-filter: "alpha(opacity=$num)";
    /* IE8 */
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
  }
  #header #from_hida_map .bg_list .bg.light {
    -webkit-transition: all 6.5s linear;
    -o-transition: all 6.5s linear;
    transition: all 6.5s linear;
  }
  #header #kv00 {
    width: 100%;
    height: 100%;
  }
  #header #kv00 .base_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/top/b-kv_01.jpg") no-repeat center center;
    background-size: cover;
    opacity: 1;
  }
  #header #kv_first {
    display: none;
  }
  #header #kv_first #map_wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1370px;
    height: 873px;
    margin-left: -659px;
    margin-top: -445px;
    z-index: 1;
    -webkit-transition: all 6s linear;
    -o-transition: all 6s linear;
    transition: all 6s linear;
    -ms-filter: "alpha(opacity=$num)";
    /* IE8 */
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
    transform: scale(1.16);
    -moz-transform: scale(1.16);
    -webkit-transform: scale(1.16);
    -ms-transform: scale(1.16);
  }
  #header #kv_first #map_wrap:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1600px;
    height: 893px;
    margin-left: -830px;
    margin-top: -471px;
    background: url("../img/top/kv/bg_map.png") center center no-repeat;
    background-size: cover !important;
    -ms-filter: "alpha(opacity=$num)";
    /* IE8 */
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
  }
  #header #kv_first #map_wrap .map {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-filter: "alpha(opacity=$num)";
    /* IE8 */
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
    -webkit-transition: all 6s linear;
    -o-transition: all 6s linear;
    transition: all 6s linear;
    width: 1370px;
    height: 873px;
    margin-left: -659px;
    margin-top: -445px;
  }
  #header #kv_first #map_wrap .map > object {
    width: 1370px;
    height: 873px;
  }
  #header #kv_first #map_wrap .takayama {
    width: 1370px;
    height: 873px;
    margin-left: -659px;
    margin-top: -445px;
  }
  #header #kv_first #map_wrap .takayama > object {
    width: 1370px;
    height: 873px;
  }
  #header #kv_first #map_wrap .ie {
    width: 1370px;
    height: 873px;
    margin-left: -659px;
    margin-top: -445px;
    background: url("../img/top/kv/map_ie.png") center center no-repeat;
    background-size: cover !important;
  }
  #header #kv_first #map_wrap.show {
    transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -ms-filter: "alpha(opacity=$num)";
    /* IE8 */
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  }
  #header #kv_first #map_wrap.show .all {
    transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    opacity: 0.2;
  }
  #header #kv_first #map_wrap.show .takayama {
    transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    opacity: 0.3;
  }
  #header #kv_first #map_wrap.ie_show {
    transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -ms-filter: "alpha(opacity=$num)";
    /* IE8 */
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  }
  #header #kv_first #map_wrap.ie_show .ie {
    -webkit-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear;
    opacity: 0.8;
  }
  #header #kv_first #map_wrap.hide {
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    -ms-filter: "alpha(opacity=$num)";
    /* IE8 */
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
    transform: scale(0.98);
    -moz-transform: scale(0.98);
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
  }
  #header #kv_first #map_wrap #text_wrap .map_text {
    position: absolute;
    font-style: italic;
    font-weight: bold;
    top: 50%;
    left: 50%;
    letter-spacing: 0.5em;
    color: #fff;
    -ms-filter: "alpha(opacity=$num)";
    /* IE8 */
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
    -webkit-transition: all 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: all 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
    /* easeOutSine */
    -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    /* easeOutSine */
    font-size: 13px;
  }
  #header #kv_first #map_wrap #text_wrap .map_text.takayama {
    font-size: 17px;
    margin-left: -95px;
    margin-top: -25px;
    /* &:after{
    	content: "";
    	display: block;
    	height: 1px;
    	width: 0;
    	margin-top: 5px;
    	margin-left: -20px;
    	background-color: #fff;
    	@include easing-out-sine(0.4);
    	@include delay(4.5);
    } */
  }
  #header #kv_first #map_wrap #text_wrap .map_text.takayama.active:after {
    width: 180px;
  }
  #header #kv_first #map_wrap #text_wrap .map_text.toyama {
    margin-left: -85px;
    margin-top: -315px;
  }
  #header #kv_first #map_wrap #text_wrap .map_text.ishikawa {
    margin-left: -422px;
    margin-top: -130px;
  }
  #header #kv_first #map_wrap #text_wrap .map_text.fukui {
    margin-left: -520px;
    margin-top: 100px;
  }
  #header #kv_first #map_wrap #text_wrap .map_text.gifu {
    margin-left: -230px;
    margin-top: 255px;
  }
  #header #kv_first #map_wrap #text_wrap .map_text.nagano {
    margin-left: 295px;
    margin-top: -50px;
  }
  #header #kv_first #map_wrap #text_wrap .map_text.yamanashi {
    margin-left: 510px;
    margin-top: 252px;
  }
  #header #kv_first #map_wrap #text_wrap.show .takayama {
    transition-delay: 4s;
    -moz-transition-delay: 4s;
    -webkit-transition-delay: 4s;
    -o-transition-delay: 4s;
    -ms-transition-delay: 4s;
    -ms-filter: "alpha(opacity=$num)";
    /* IE8 */
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
  }
  #header #kv_first #map_wrap #text_wrap.show .toyama {
    transition-delay: 3s;
    -moz-transition-delay: 3s;
    -webkit-transition-delay: 3s;
    -o-transition-delay: 3s;
    -ms-transition-delay: 3s;
    -ms-filter: "alpha(opacity=$num)";
    /* IE8 */
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
  }
  #header #kv_first #map_wrap #text_wrap.show .ishikawa {
    transition-delay: 3.2s;
    -moz-transition-delay: 3.2s;
    -webkit-transition-delay: 3.2s;
    -o-transition-delay: 3.2s;
    -ms-transition-delay: 3.2s;
    -ms-filter: "alpha(opacity=$num)";
    /* IE8 */
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
  }
  #header #kv_first #map_wrap #text_wrap.show .fukui {
    transition-delay: 2.8s;
    -moz-transition-delay: 2.8s;
    -webkit-transition-delay: 2.8s;
    -o-transition-delay: 2.8s;
    -ms-transition-delay: 2.8s;
    -ms-filter: "alpha(opacity=$num)";
    /* IE8 */
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
  }
  #header #kv_first #map_wrap #text_wrap.show .gifu {
    transition-delay: 2.4s;
    -moz-transition-delay: 2.4s;
    -webkit-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    -ms-transition-delay: 2.4s;
    -ms-filter: "alpha(opacity=$num)";
    /* IE8 */
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
  }
  #header #kv_first #map_wrap #text_wrap.show .nagano {
    transition-delay: 2.6s;
    -moz-transition-delay: 2.6s;
    -webkit-transition-delay: 2.6s;
    -o-transition-delay: 2.6s;
    -ms-transition-delay: 2.6s;
    -ms-filter: "alpha(opacity=$num)";
    /* IE8 */
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
  }
  #header #kv_first #map_wrap #text_wrap.show .yamanashi {
    transition-delay: 3.4s;
    -moz-transition-delay: 3.4s;
    -webkit-transition-delay: 3.4s;
    -o-transition-delay: 3.4s;
    -ms-transition-delay: 3.4s;
    -ms-filter: "alpha(opacity=$num)";
    /* IE8 */
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
  }
  #header #kv_first .bg {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url("../img/top/b-kv_02.jpg") center center no-repeat;
    background-size: cover !important;
    -webkit-transition: all 3.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: all 3.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 3.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    /* easeOutSine */
    -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    /* easeOutSine */
  }
  #header #kv_first .bg.show {
    opacity: 1;
  }
  #header #kv_first .bg span {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url("../img/top/kv/bg_town.gif") center center no-repeat;
    background-size: cover !important;
    -webkit-transition: all 8s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: all 8s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 8s cubic-bezier(0.39, 0.575, 0.565, 1);
    /* easeOutSine */
    -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    /* easeOutSine */
  }
  #header #kv_first .bg.change span {
    opacity: 0;
  }
  #header #kv_first .bg_cover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-size: cover !important;
    /* &.black{
    	background: url("../img/top/kv/bg_black_cover.png") center center no-repeat;
    	z-index: 5;
    	&.hide{
    		@include easing-out-sine(3.4);
    	}
    }
    &.town{
    	background: url("../img/top/kv/bg_town_cover.png") center center no-repeat;
    	z-index: 6;
    	&.show{
    		@include easing-out-sine(3.6);
    	}
    	&.hide{
    		@include easing-out-sine(8);
    	}
    } */
  }
  #header #kv_first .bg_cover.light {
    background: url("../img/top/kv/bg_town_light_cover.png") center center no-repeat;
    z-index: 7;
  }
  #header #kv_first .bg_cover.light.hide {
    -webkit-transition: all 2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: all 2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 2s cubic-bezier(0.39, 0.575, 0.565, 1);
    /* easeOutSine */
    -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    /* easeOutSine */
    opacity: 0;
  }
  #header #kv_first .bg_cover.light.show {
    -webkit-transition: all 4s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: all 4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 4s cubic-bezier(0.39, 0.575, 0.565, 1);
    /* easeOutSine */
    -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    /* easeOutSine */
    opacity: 0.1;
  }
  #header .kv .kv_text.show .main_text, #header .kv .kv_text.show .sub_text {
    opacity: 1 !important;
  }
  #header #scroll_icon {
    width: 25px;
    height: 57px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4%;
    margin: auto;
    z-index: 3;
    -webkit-transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    /* easeOutSine */
    -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    /* easeOutSine */
    transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    -ms-transition-delay: 1.8s;
    opacity: 0;
  }
  #header #scroll_icon.show {
    opacity: 1;
  }
  #header #scroll_icon span {
    display: table;
  }
  #header #scroll_icon .icon {
    width: 25px;
    height: 40px;
    background: url("../img/quality/icon_scroll_white.png") no-repeat center center;
    background-size: cover !important;
  }
  #header #scroll_icon .arrow {
    margin-left: auto;
    margin-right: auto;
    width: 20px;
    height: 6px;
    background: url("../img/quality/icon_arrow_scroll_white.png") no-repeat center center;
    background-size: cover !important;
    position: relative;
    top: 3px;
  }
  #header #kv_pager {
    right: 40px;
    bottom: 40px;
  }
  #header #kv_pager span {
    margin-left: 6px;
  }
}
@media only screen and (max-width:750px) {
  #gnavi_wrap #gnavi.color {
    background-color: #f1f0ee;
  }
  #gnavi_wrap #gnavi.color #gnavi_torigger {
    border-left: 1px solid #d9d7cd;
  }
  #gnavi_wrap #gnavi.color #gnavi_torigger .menu_lines {
    background-color: #343c48;
  }
  #gnavi_wrap #gnavi.color #gnavi_torigger .menu_lines:before, #gnavi_wrap #gnavi.color #gnavi_torigger .menu_lines:after {
    background-color: #343c48;
  }
  #gnavi_wrap #gnavi.color #gnavi_torigger .text {
    color: #343c48;
  }

  #header #kv00 {
    width: 100%;
    height: 100%;
  }
  #header #kv00 .base_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/top/b-kv_01.jpg") no-repeat center center;
    background-size: cover;
    opacity: 1;
  }
  #header #from_hida_map {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
  }
  #header #from_hida_map .base_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/top/from_hida/kv_bg02.jpg") no-repeat center center;
    background-size: cover;
    -o-transition: all 1.4s cubic-bezier(0, 0, 1, 1);
    transition: all 1.4s cubic-bezier(0, 0, 1, 1);
    -moz-transition: all 1.4s cubic-bezier(0, 0, 1, 1);
    -webkit-transition: all 1.4s cubic-bezier(0, 0, 1, 1);
    -ms-transition: all 1.4s cubic-bezier(0, 0, 1, 1);
  }
  #header #from_hida_map .kv_text {
    position: relative;
    z-index: 50;
  }
  #header #kv02 {
    z-index: 100;
  }
  #header .kv_text {
    margin: 0 auto 15px;
  }
  #header .kv_text .main_text {
    margin-bottom: 10px;
    font-family: "Chisel-Normal";
    font-weight: bold;
    letter-spacing: 0.2em;
    font-size: 42px;
    line-height: 45px;
    white-space: nowrap;
    text-indent: -5px;
  }
  #header .kv_text .sub_text {
    font-family: "Chisel-Normal";
    font-weight: bold;
    letter-spacing: 0.2em;
    font-size: 10px;
    letter-spacing: 0.9em;
    text-indent: 5px;
  }
  #header #scroll_icon {
    width: 39px;
    height: 80px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 42px;
    margin: auto;
    cursor: pointer;
    -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
  }
  #header #scroll_icon:hover {
    opacity: 0.6;
  }
  #header #scroll_icon span {
    display: table;
  }
  #header #scroll_icon .icon {
    width: 39px;
    height: 63px;
  }
  #header #scroll_icon .arrow {
    margin-left: auto;
    margin-right: auto;
    width: 20px;
    height: 6px;
    position: relative;
    top: 3px;
  }
  #header #kv_pager {
    right: 25px;
    bottom: 20px;
  }
  #header #kv_pager span {
    margin-left: 6px;
  }
}
/* -----------------------------------------------
 [#story]
-------------------------------------------------- */
@media only screen and (min-width:751px) {
  #story_list .slider_ctr,
#story_list .slider_pagenation {
    display: none !important;
  }
}
@media only screen and (max-width:750px) {
  #story_list .slider_wrap_sp {
    overflow: hidden;
  }
  #story_list .slider_wrap_sp .slider_sp li {
    float: left;
  }
}
/* -----------------------------------------------
 [#information]
-------------------------------------------------- */
#information .information_wrap article time,
#information .information_wrap article .title {
  text-align: center;
  display: block;
}
#information .information_wrap article time {
  font-size: 15px;
  padding-bottom: 10px;
}
#information .information_wrap article .title {
  border-top: 1px solid #d9d7cd;
  border-bottom: 1px solid #d9d7cd;
  position: relative;
  /* overflow: hidden;
  height: 39px;
  line-height: 39px;  */
  margin-bottom: 15px;
  /* &:before,
  &:after{
  	position: absolute;
  }
  &:before{
  	content: "...";
  	bottom: 0;
  	right: 0;
  	width: 25px;
  	line-height: 48px;
  }
  &:after{
  	content: "";
  	height: 100%;
  	width: 100%;
  } */
}
#information .information_wrap article .title a {
  text-decoration: none;
  line-height: 1.47;
  font-size: 16px;
}
#information .information_wrap article .text {
  font-size: 12px;
}
#information .information_wrap article:nth-child(1) {
  background-color: #f1f0ec;
}
#information .information_wrap article:nth-child(1) .title:before, #information .information_wrap article:nth-child(1) .title:after {
  background-color: #f1f0ec;
}
#information .information_wrap article:nth-child(2) {
  background-color: #e7e7e5;
}
#information .information_wrap article:nth-child(2) .title:before, #information .information_wrap article:nth-child(2) .title:after {
  background-color: #e7e7e5;
}
#information .information_wrap article:nth-child(3) {
  background-color: #ebf0ee;
}
#information .information_wrap article:nth-child(3) .title:before, #information .information_wrap article:nth-child(3) .title:after {
  background-color: #ebf0ee;
}
#information .information_wrap article:nth-child(4) {
  background-color: #f0edef;
}
#information .information_wrap article:nth-child(4) .title:before, #information .information_wrap article:nth-child(4) .title:after {
  background-color: #f0edef;
}

@media only screen and (min-width:751px) {
  #information {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1080px;
    min-width: 940px;
    margin: 0 auto;
  }
  #information h2.title {
    width: 256px;
  }
  #information .information_wrap {
    display: table;
    width: 100%;
  }
  #information .information_wrap article {
    display: table-cell;
    padding: 17px 2.5% 25px;
    width: 20%;
    transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #information .information_wrap article:hover {
    opacity: 0.6;
  }
  #information .information_wrap article time,
#information .information_wrap article .title {
    letter-spacing: 0.1em;
  }
  #information .information_wrap article .title {
    display: table;
    width: 100%;
  }
  #information .information_wrap article .title a {
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
    display: table-cell;
    vertical-align: middle;
  }
  #information .border_btn {
    margin-top: 50px;
    width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width:750px) {
  #information {
    margin-left: 15px;
    margin-right: 15px;
  }
  #information h2.title {
    width: 256px;
  }
  #information .information_wrap article {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px 15px 20px;
  }
  #information .information_wrap article .title {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #information .border_btn {
    margin-top: 25px;
    margin-left: 15px;
    margin-right: 15px;
  }
}