@charset "UTF-8";
/*color*/
/*anim*/
/*size*/
/*============================
mixin
============================*/
/*
* keyframes animationの定義
* ※_anim.scssに定義
*/
/*
* keyframesで定義したkeyframes animationの設定
* @include animation(animation_name $time linear infinite);
*/
/*
* css animationの時間とeasing指定
*/
/*
* position:absoluteで縦横中央ぞろえ
*/
/*
* 左右に均等のマージンをとった幅指定
*/
/*============================
easing
============================*/
/*============================
animation
============================*/
@media screen and (min-width: 768px) {
  /*debug
  body{
  	background: url(../img/_guide.jpg) no-repeat top center;
  	background-size: 100% auto;
      background-position: 0px 0;
  	#header{
  		@include opacity(0.6);
  		//width: 1440px !important;
  	}
  	#wrapper{
  		//width: 1440px !important;
  		@include opacity(0.6);
  	}
  	#footer{
  		@include opacity(0.6);
  	}
  }
  */
  /* line 25, ../../../../src/page/top/css/_pc.scss */
  body {
    background-color: #ffc30b;
  }
  /* line 28, ../../../../src/page/top/css/_pc.scss */
  body .bg_all {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../../../cmn/img/bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }
  /* line 41, ../../../../src/page/top/css/_pc.scss */
  body #main {
    float: left;
    width: 100%;
    position: relative;
    z-index: 2;
  }
  /* line 45, ../../../../src/page/top/css/_pc.scss */
  body #main #top {
    float: left;
    width: 100%;
  }
  /* line 47, ../../../../src/page/top/css/_pc.scss */
  body #main #top h1 {
    float: left;
    width: 100%;
    margin: 1.8vw 0 0 1.8%;
    width: 96.4%;
    line-height: 0;
  }
  /* line 53, ../../../../src/page/top/css/_pc.scss */
  body #main #top #contents {
    float: left;
    width: 100%;
  }
  /* line 55, ../../../../src/page/top/css/_pc.scss */
  body #main #top #contents section {
    overflow: visible;
  }
  /* line 58, ../../../../src/page/top/css/_pc.scss */
  body #main #top #contents #page_nav {
    float: left;
    width: 100%;
  }
  /* line 61, ../../../../src/page/top/css/_pc.scss */
  body #main #top #contents .page {
    float: left;
    width: 100%;
    width: auto;
    position: relative;
    text-align: center;
    outline: none;
  }
  /* line 67, ../../../../src/page/top/css/_pc.scss */
  body #main #top #contents .page .intro {
    font-size: 1.1vw;
    line-height: 1.4;
    color: black;
    text-align: left;
    width: auto;
    display: inline-block;
    margin: 4vw 0 0 0;
  }
  /* line 77, ../../../../src/page/top/css/_pc.scss */
  body #main #top #contents .page .cur {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
  }
  /* line 84, ../../../../src/page/top/css/_pc.scss */
  body #main #top #contents .page .photo {
    display: inline-block;
    position: relative;
    margin: -5.4vw 0 0 0;
    z-index: 10;
  }
  /* line 89, ../../../../src/page/top/css/_pc.scss */
  body #main #top #contents .page .photo h2 {
    float: left;
    position: absolute;
    top: 14.5vw;
    left: -1vw;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  /* line 95, ../../../../src/page/top/css/_pc.scss */
  body #main #top #contents .page .photo h2 img {
    height: 3.5vw;
    width: auto;
  }
  /* line 100, ../../../../src/page/top/css/_pc.scss */
  body #main #top #contents .page .photo figure {
    float: left;
  }
  /* line 102, ../../../../src/page/top/css/_pc.scss */
  body #main #top #contents .page .photo figure img {
    width: 21vw;
  }
  /* line 106, ../../../../src/page/top/css/_pc.scss */
  body #main #top #contents .page .photo .detail {
    float: left;
    position: absolute;
    text-align: left;
    top: 14.5vw;
    left: 100%;
    width: 29vw;
  }
  /* line 113, ../../../../src/page/top/css/_pc.scss */
  body #main #top #contents .page .photo .detail h3 {
    float: left;
    margin: 0 0 0.5vw 0;
  }
  /* line 116, ../../../../src/page/top/css/_pc.scss */
  body #main #top #contents .page .photo .detail h3 img {
    height: 3.4vw;
    width: auto;
  }
  /* line 121, ../../../../src/page/top/css/_pc.scss */
  body #main #top #contents .page .photo .detail p {
    float: left;
    clear: both;
    font-size: 0.9vw;
    line-height: 1.5;
    color: black;
  }
  /* line 130, ../../../../src/page/top/css/_pc.scss */
  body #main #top #contents .page .list {
    float: left;
    width: 98%;
    margin: 2.5vw 0 1.5vw 1%;
    display: flex;
    z-index: 10;
  }
  /* line 135, ../../../../src/page/top/css/_pc.scss */
  body #main #top #contents .page .list.l3 {
    margin: 1.3vw 0 1.5vw 18%;
    width: 63%;
  }
  /* line 139, ../../../../src/page/top/css/_pc.scss */
  body #main #top #contents .page .list.l4 {
    margin: 1.3vw 0 1.5vw 8%;
    width: 84%;
  }
  /* line 143, ../../../../src/page/top/css/_pc.scss */
  body #main #top #contents .page .list li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.3vw;
    text-align: center;
  }
  /* line 149, ../../../../src/page/top/css/_pc.scss */
  body #main #top #contents .page .list li a {
    display: block;
    line-height: 0;
    float: left;
    width: 100%;
    margin: 0 0 0.5vw 0;
    overflow: hidden;
    cursor: pointer;
  }
  /* line 156, ../../../../src/page/top/css/_pc.scss */
  body #main #top #contents .page .list li a img {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  /* line 161, ../../../../src/page/top/css/_pc.scss */
  body #main #top #contents .page .list li a.l img {
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
  /* line 166, ../../../../src/page/top/css/_pc.scss */
  body #main #top #contents .page .list li a:hover img {
    -webkit-transform: scale(1.7, 1.7);
    -moz-transform: scale(1.7, 1.7);
    -ms-transform: scale(1.7, 1.7);
    -o-transform: scale(1.7, 1.7);
    transform: scale(1.7, 1.7);
  }
  /* line 171, ../../../../src/page/top/css/_pc.scss */
  body #main #top #contents .page .list li p {
    text-align: center;
    font-size: 1vw;
  }
  /* line 178, ../../../../src/page/top/css/_pc.scss */
  body #main #top #contents .slide_nav {
    position: absolute;
    top: 27vw;
    width: 3vw;
    line-height: 0;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  /* line 186, ../../../../src/page/top/css/_pc.scss */
  body #main #top #contents .slide_nav.slick-disabled {
    cursor: default;
  }
  /* line 188, ../../../../src/page/top/css/_pc.scss */
  body #main #top #contents .slide_nav.slick-disabled img {
    visibility: hidden;
  }
  /* line 192, ../../../../src/page/top/css/_pc.scss */
  body #main #top #contents .slide_nav.nav_prev {
    left: 1.4vw;
  }
  /* line 194, ../../../../src/page/top/css/_pc.scss */
  body #main #top #contents .slide_nav.nav_prev img {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  /* line 197, ../../../../src/page/top/css/_pc.scss */
  body #main #top #contents .slide_nav.nav_prev:hover {
    left: 1vw;
  }
  /* line 201, ../../../../src/page/top/css/_pc.scss */
  body #main #top #contents .slide_nav.nav_next {
    right: 1.4vw;
  }
  /* line 203, ../../../../src/page/top/css/_pc.scss */
  body #main #top #contents .slide_nav.nav_next:hover {
    right: 1vw;
  }
  /* line 213, ../../../../src/page/top/css/_pc.scss */
  body #float {
    position: fixed;
    width: 100%;
    height: 100vh;
    float: left;
    z-index: 500;
  }
  /* line 220, ../../../../src/page/top/css/_pc.scss */
  body #float .close {
    width: 2vw;
    height: 2vw;
    display: block;
    position: absolute;
    cursor: pointer;
    margin: 0 auto 20px auto;
    top: 1.5vw;
    right: 2vw;
    z-index: 2000;
  }
  /* line 230, ../../../../src/page/top/css/_pc.scss */
  body #float .close span, body #float .close:before, body #float .close:after {
    position: absolute;
    width: 100%;
    height: 3px;
    background: white;
    content: "";
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    transition-timing-function: cubic-bezier(0.43, 0.12, 0.35, 0.98);
  }
  /* line 238, ../../../../src/page/top/css/_pc.scss */
  body #float .close span {
    width: 130%;
  }
  /* line 241, ../../../../src/page/top/css/_pc.scss */
  body #float .close:before {
    width: 130%;
    top: 1vw;
    left: 0vw;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* line 247, ../../../../src/page/top/css/_pc.scss */
  body #float .close:after {
    width: 130%;
    top: 1vw;
    left: 0vw;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* line 255, ../../../../src/page/top/css/_pc.scss */
  body #float .box {
    position: relative;
    overflow: hidden;
    width: 100%;
    float: left;
    z-index: 1000;
    width: 76%;
    margin: 2vw 12%;
    height: 38vw;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: transparent;
  }
  /* line 266, ../../../../src/page/top/css/_pc.scss */
  body #float .box #float_scroll {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    height: 38vw;
    background: white;
  }
  /* line 273, ../../../../src/page/top/css/_pc.scss */
  body #float .box #float_scroll .content {
    width: 100%;
    float: left;
    position: relative;
  }
  /* line 281, ../../../../src/page/top/css/_pc.scss */
  body #float .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    float: left;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
  }
  /* line 290, ../../../../src/page/top/css/_pc.scss */
  body #float .iScrollIndicator {
    background: white !important;
  }
  /* line 295, ../../../../src/page/top/css/_pc.scss */
  body #reel {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9000;
    float: left;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
  }
  /* line 304, ../../../../src/page/top/css/_pc.scss */
  body #reel .bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    float: left;
    top: 0;
    left: 0;
    z-index: 5;
    cursor: pointer;
  }
  /* line 315, ../../../../src/page/top/css/_pc.scss */
  body #reel .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 800px;
    height: 607.5px;
    z-index: 10;
  }
  /* line 325, ../../../../src/page/top/css/_pc.scss */
  body #reel .inner i {
    float: right;
    font-size: 2em;
    margin: 0 0 1em 0;
  }
  /* line 330, ../../../../src/page/top/css/_pc.scss */
  body #reel .inner iframe {
    width: 100%;
    height: 607.5px;
    float: left;
  }
  /* line 336, ../../../../src/page/top/css/_pc.scss */
  body #reel .close {
    width: 85px;
    height: 85px;
    float: right;
    position: absolute;
    text-align: center;
    cursor: pointer;
    top: -60px;
    right: -60px;
    z-index: 5003;
  }
  /* line 349, ../../../../src/page/top/css/_pc.scss */
  body #reel .close .bar {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  /* line 355, ../../../../src/page/top/css/_pc.scss */
  body #reel .close .bar span {
    background: #ffc30b;
    width: 30px;
    height: 2px;
    float: left;
    display: block;
    position: absolute;
    top: 50%;
    left: 28px;
    content: "";
    margin: -13px 0 0 0;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: rotate(45deg) translate(7px, 7px);
    -moz-transform: rotate(45deg) translate(7px, 7px);
    -ms-transform: rotate(45deg) translate(7px, 7px);
    -o-transform: rotate(45deg) translate(7px, 7px);
    transform: rotate(45deg) translate(7px, 7px);
  }
  /* line 370, ../../../../src/page/top/css/_pc.scss */
  body #reel .close .bar:after {
    background: #ffc30b;
    width: 30px;
    height: 2px;
    float: left;
    display: block;
    position: absolute;
    top: 50%;
    left: 30px;
    content: "";
    margin: 7px 0 0 0;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: rotate(-45deg) translate(6px, -8px);
    -moz-transform: rotate(-45deg) translate(6px, -8px);
    -ms-transform: rotate(-45deg) translate(6px, -8px);
    -o-transform: rotate(-45deg) translate(6px, -8px);
    transform: rotate(-45deg) translate(6px, -8px);
  }
  /* line 386, ../../../../src/page/top/css/_pc.scss */
  body #reel .close .t {
    display: inline-block;
    position: absolute;
    top: 57px;
    left: 25px;
  }
  /* line 393, ../../../../src/page/top/css/_pc.scss */
  body #reel .close:hover .bar {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
}
/*color*/
/*anim*/
/*size*/
/*============================
mixin
============================*/
/*
* keyframes animationの定義
* ※_anim.scssに定義
*/
/*
* keyframesで定義したkeyframes animationの設定
* @include animation(animation_name $time linear infinite);
*/
/*
* css animationの時間とeasing指定
*/
/*
* position:absoluteで縦横中央ぞろえ
*/
/*
* 左右に均等のマージンをとった幅指定
*/
/*============================
easing
============================*/
/*============================
animation
============================*/
@media screen and (max-width: 767px) {
  /*debug
  
  body{
  	background: url(../img/_guide_sp_menu.jpg) no-repeat top center;
  	background-size: 100% auto;
      background-position: 0px 0;
  	#header{
  		@include opacity(0.6);
  	}
  	#wrapper{
  		@include opacity(0.6);
  	}
  	#top{
  		height: 898px;
  	}
  	#footer{
  		@include opacity(0.6);
  	}
  	#recruit{
  		.img_area{
  		    height: 552px !important;
  		}
  	}
  }
  */
  /* line 33, ../../../../src/page/top/css/_sp.scss */
  body {
    background-color: #ffc30b;
    font-size: 13px;
  }
  /* line 37, ../../../../src/page/top/css/_sp.scss */
  body .bg_all {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../../../cmn/img/bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
    opacity: 0.35;
  }
  /* line 50, ../../../../src/page/top/css/_sp.scss */
  body #main {
    float: left;
    width: 100%;
    position: relative;
    z-index: 2;
  }
  /* line 54, ../../../../src/page/top/css/_sp.scss */
  body #main #top {
    float: left;
    width: 100%;
  }
  /* line 56, ../../../../src/page/top/css/_sp.scss */
  body #main #top h1 {
    float: left;
    width: 100%;
    margin: 1.8vw 0 0 1.8%;
    width: 96.4%;
    margin: 4vw 0 0 6%;
    width: 88%;
    line-height: 0;
  }
  /* line 66, ../../../../src/page/top/css/_sp.scss */
  body #main #top #contents {
    float: left;
    width: 100%;
  }
  /* line 68, ../../../../src/page/top/css/_sp.scss */
  body #main #top #contents section {
    overflow: visible;
  }
  /* line 71, ../../../../src/page/top/css/_sp.scss */
  body #main #top #contents #page_nav {
    float: left;
    width: 100%;
  }
  /* line 74, ../../../../src/page/top/css/_sp.scss */
  body #main #top #contents .page {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    outline: none;
    overflow: hidden;
  }
  /* line 80, ../../../../src/page/top/css/_sp.scss */
  body #main #top #contents .page .intro {
    font-size: 3vw;
    line-height: 1.5;
    color: black;
    text-align: left;
    width: 80%;
    display: inline-block;
    margin: 10vw 0 0 0;
  }
  /* line 89, ../../../../src/page/top/css/_sp.scss */
  body #main #top #contents .page .cur {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
  }
  /* line 96, ../../../../src/page/top/css/_sp.scss */
  body #main #top #contents .page .photo {
    display: inline-block;
    position: relative;
    margin: 1vw 0 0 0;
    z-index: 10;
    width: 100%;
  }
  /* line 102, ../../../../src/page/top/css/_sp.scss */
  body #main #top #contents .page .photo h2 {
    float: left;
    position: absolute;
    top: 76.2vw;
    left: 43vw;
  }
  /* line 107, ../../../../src/page/top/css/_sp.scss */
  body #main #top #contents .page .photo h2 img {
    height: 4.5vw;
    width: auto;
  }
  /* line 111, ../../../../src/page/top/css/_sp.scss */
  body #main #top #contents .page .photo h2.l3 {
    left: 33vw;
  }
  /* line 118, ../../../../src/page/top/css/_sp.scss */
  body #main #top #contents .page .photo figure {
    width: 50vw;
    display: inline-block;
    margin: 2vw 0 4vw 0;
  }
  /* line 126, ../../../../src/page/top/css/_sp.scss */
  body #main #top #contents .page .photo .detail {
    float: left;
    position: relative;
    text-align: left;
    width: 88%;
    margin: 0 0 0 6%;
  }
  /* line 132, ../../../../src/page/top/css/_sp.scss */
  body #main #top #contents .page .photo .detail h3 {
    float: left;
    margin: 0 0 3vw 0;
  }
  /* line 135, ../../../../src/page/top/css/_sp.scss */
  body #main #top #contents .page .photo .detail h3 img {
    height: 7vw;
    width: auto;
  }
  /* line 140, ../../../../src/page/top/css/_sp.scss */
  body #main #top #contents .page .photo .detail p {
    float: left;
    clear: both;
    font-size: 3vw;
    line-height: 1.7;
    color: black;
  }
  /* line 149, ../../../../src/page/top/css/_sp.scss */
  body #main #top #contents .page .list {
    float: left;
    width: 88%;
    margin: 8vw 0 1.5vw 6%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 10;
  }
  /* line 156, ../../../../src/page/top/css/_sp.scss */
  body #main #top #contents .page .list li {
    width: 47%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin: 0 0 5vw 0;
  }
  /* line 163, ../../../../src/page/top/css/_sp.scss */
  body #main #top #contents .page .list li a {
    display: block;
    line-height: 0;
    float: left;
    width: 100%;
    margin: 0 0 1vw 0;
    overflow: hidden;
    cursor: pointer;
  }
  /* line 170, ../../../../src/page/top/css/_sp.scss */
  body #main #top #contents .page .list li a img {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  /* line 174, ../../../../src/page/top/css/_sp.scss */
  body #main #top #contents .page .list li a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  /* line 179, ../../../../src/page/top/css/_sp.scss */
  body #main #top #contents .page .list li p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 2.7vw;
    line-height: 1.5;
  }
  /* line 188, ../../../../src/page/top/css/_sp.scss */
  body #main #top #contents .slide_nav {
    position: absolute;
    top: 96vw;
    width: 6vw;
    line-height: 0;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  /* line 196, ../../../../src/page/top/css/_sp.scss */
  body #main #top #contents .slide_nav.slick-disabled {
    cursor: default;
  }
  /* line 198, ../../../../src/page/top/css/_sp.scss */
  body #main #top #contents .slide_nav.slick-disabled img {
    visibility: hidden;
  }
  /* line 202, ../../../../src/page/top/css/_sp.scss */
  body #main #top #contents .slide_nav.nav_prev {
    left: 1.4vw;
  }
  /* line 204, ../../../../src/page/top/css/_sp.scss */
  body #main #top #contents .slide_nav.nav_prev img {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  /* line 207, ../../../../src/page/top/css/_sp.scss */
  body #main #top #contents .slide_nav.nav_prev:hover {
    left: 1vw;
  }
  /* line 211, ../../../../src/page/top/css/_sp.scss */
  body #main #top #contents .slide_nav.nav_next {
    right: 1.4vw;
  }
  /* line 213, ../../../../src/page/top/css/_sp.scss */
  body #main #top #contents .slide_nav.nav_next:hover {
    right: 1vw;
  }
  /* line 222, ../../../../src/page/top/css/_sp.scss */
  body #float {
    position: fixed;
    width: 100%;
    height: 100vh;
    float: left;
    z-index: 500;
  }
  /* line 229, ../../../../src/page/top/css/_sp.scss */
  body #float .close {
    width: 5vw;
    height: 5vw;
    display: block;
    position: absolute;
    cursor: pointer;
    margin: 0 auto 3% auto;
    top: 3vw;
    right: 3vw;
    z-index: 2000;
  }
  /* line 239, ../../../../src/page/top/css/_sp.scss */
  body #float .close span, body #float .close:before, body #float .close:after {
    position: absolute;
    width: 100%;
    height: 2px;
    background: white;
    content: "";
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    transition-timing-function: cubic-bezier(0.43, 0.12, 0.35, 0.98);
  }
  /* line 247, ../../../../src/page/top/css/_sp.scss */
  body #float .close span {
    width: 130%;
  }
  /* line 250, ../../../../src/page/top/css/_sp.scss */
  body #float .close:before {
    width: 130%;
    top: 3vw;
    left: -1vw;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* line 256, ../../../../src/page/top/css/_sp.scss */
  body #float .close:after {
    width: 130%;
    top: 3vw;
    left: -1vw;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* line 264, ../../../../src/page/top/css/_sp.scss */
  body #float .box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 90%;
    margin: auto 5%;
    overflow: hidden;
    float: left;
    z-index: 1000;
    height: 75vh;
    background: white;
  }
  /* line 272, ../../../../src/page/top/css/_sp.scss */
  body #float .box #float_scroll {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 121vw;
    float: left;
    z-index: 10;
  }
  /* line 279, ../../../../src/page/top/css/_sp.scss */
  body #float .box #float_scroll .content {
    width: 100%;
    float: left;
    position: relative;
  }
  /* line 287, ../../../../src/page/top/css/_sp.scss */
  body #float .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    float: left;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
  }
  /* line 296, ../../../../src/page/top/css/_sp.scss */
  body #float .iScrollIndicator {
    background: white !important;
  }
  /* line 301, ../../../../src/page/top/css/_sp.scss */
  body #reel {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9000;
    float: left;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
  }
  /* line 310, ../../../../src/page/top/css/_sp.scss */
  body #reel .bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    float: left;
    top: 0;
    left: 0;
    z-index: 5;
    cursor: pointer;
  }
  /* line 321, ../../../../src/page/top/css/_sp.scss */
  body #reel .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 90%;
    height: 607.5px;
    z-index: 10;
  }
  /* line 331, ../../../../src/page/top/css/_sp.scss */
  body #reel .inner i {
    float: right;
    font-size: 2em;
    margin: 0 0 1em 0;
  }
  /* line 336, ../../../../src/page/top/css/_sp.scss */
  body #reel .inner iframe {
    width: 100%;
    height: 607.5px;
    float: left;
  }
  /* line 344, ../../../../src/page/top/css/_sp.scss */
  body .close {
    width: 47.5px;
    height: 47.5px;
    float: right;
    position: absolute;
    text-align: center;
    cursor: pointer;
    top: -37px;
    right: -13px;
    z-index: 5003;
  }
  /* line 356, ../../../../src/page/top/css/_sp.scss */
  body .close .bar {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  /* line 362, ../../../../src/page/top/css/_sp.scss */
  body .close .bar span {
    background: #ffc30b;
    width: 25px;
    height: 2px;
    float: left;
    display: block;
    position: absolute;
    top: 50%;
    left: 11px;
    content: "";
    margin: -12px 0 0 0;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: rotate(45deg) translate(7px, 7px);
    -moz-transform: rotate(45deg) translate(7px, 7px);
    -ms-transform: rotate(45deg) translate(7px, 7px);
    -o-transform: rotate(45deg) translate(7px, 7px);
    transform: rotate(45deg) translate(7px, 7px);
  }
  /* line 380, ../../../../src/page/top/css/_sp.scss */
  body .close .bar:after {
    background: #ffc30b;
    width: 25px;
    height: 2px;
    float: left;
    display: block;
    position: absolute;
    top: 50%;
    left: 13px;
    content: "";
    margin: 8px 0 0 0;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: rotate(-45deg) translate(6px, -8px);
    -moz-transform: rotate(-45deg) translate(6px, -8px);
    -ms-transform: rotate(-45deg) translate(6px, -8px);
    -o-transform: rotate(-45deg) translate(6px, -8px);
    transform: rotate(-45deg) translate(6px, -8px);
  }
  /* line 399, ../../../../src/page/top/css/_sp.scss */
  body .close .t {
    display: inline-block;
    position: absolute;
    top: 57px;
    left: 25px;
  }
}
