@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
============================*/
@keyframes img-move {
  /* line 211, ../src/cmn/css/_mixin.scss */
  to {
    transform: translateX(-100%);
  }
}

@media screen and (min-width: 1360px) {
  /*debug
  body{
  	background: url(../img/top/_guidepc.png) no-repeat top center;
  	background-size: 1440px auto;
  	background-position: 50% -3px;
  	#header{
  		@include opacity(0.6);
  		//width: 1440px !important;
  	}
  	#wrapper{
  		//width: 1440px !important;
  		@include opacity(0.6);
  	}
  	#footer{
  		@include opacity(0.6);
  	}
  }
  */
  /* line 20, ../src/page/top/css/_pc.scss */
  #contents_container {
    overflow: hidden;
  }
  /* line 23, ../src/page/top/css/_pc.scss */
  #contents_container #top .inner {
    padding: 41px 0 50px 0;
  }
  /* line 26, ../src/page/top/css/_pc.scss */
  #contents_container #top .kuchi {
    width: 87.24px;
    height: 59.06148px;
    position: absolute;
    top: -3px;
    left: 50%;
    transform: rotate(15deg) translateX(279px);
    z-index: 11;
    background-position: 0% 0%;
  }
  /* line 35, ../src/page/top/css/_pc.scss */
  #contents_container #top .fuki {
    position: absolute;
    width: 204px;
    top: 88px;
    left: 50%;
    z-index: 12;
    margin: 0 0 0 230px;
  }
  /* line 43, ../src/page/top/css/_pc.scss */
  #contents_container #top .fuki p {
    font-size: 16px;
  }
  /* line 47, ../src/page/top/css/_pc.scss */
  #contents_container #top h1 {
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: scale(0.8) translateZ(10px);
    opacity: 0;
  }
  /* line 54, ../src/page/top/css/_pc.scss */
  #contents_container #top h1.open {
    transform: scale(1) translateZ(10px);
    opacity: 1;
  }
  /* line 62, ../src/page/top/css/_pc.scss */
  #contents_container #top h1 .m {
    position: relative;
    z-index: 11;
  }
  /* line 66, ../src/page/top/css/_pc.scss */
  #contents_container #top h1 .c {
    display: block;
    position: relative;
    width: 630px;
    position: relative;
    left: 28px;
    margin: 0 auto;
  }
  /* line 73, ../src/page/top/css/_pc.scss */
  #contents_container #top h1 .c .eye {
    position: absolute;
    top: -7px;
    width: 101px;
    left: 272px;
  }
  /* line 78, ../src/page/top/css/_pc.scss */
  #contents_container #top h1 .c .eye .eye_c {
    position: relative;
    display: block;
  }
  /* line 82, ../src/page/top/css/_pc.scss */
  #contents_container #top h1 .c .eye .q_el {
    display: block;
    background: url(../img/cmn/eye.svg) no-repeat center center;
    background-size: 20px auto;
    position: absolute;
    left: 0;
    transform: translate(0%, 0%);
    width: 52px;
    height: 31px;
    top: 3px;
  }
  /* line 92, ../src/page/top/css/_pc.scss */
  #contents_container #top h1 .c .eye .q_el:nth-of-type(2) {
    left: 50%;
  }
  /* line 96, ../src/page/top/css/_pc.scss */
  #contents_container #top h1 .c .eye .e_open {
    position: relative;
    z-index: 10;
  }
  /* line 100, ../src/page/top/css/_pc.scss */
  #contents_container #top h1 .c .eye .e_close {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
  }
  /* line 109, ../src/page/top/css/_pc.scss */
  #contents_container #top .ground {
    position: absolute;
    left: -1%;
    width: 102%;
    top: 350px;
  }
  /* line 115, ../src/page/top/css/_pc.scss */
  #contents_container #top .img {
    position: relative;
    margin: -50px 0 5px 0;
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  }
  /* line 120, ../src/page/top/css/_pc.scss */
  #contents_container #top .img.open {
    opacity: 1;
  }
  /* line 123, ../src/page/top/css/_pc.scss */
  #contents_container #top .img span {
    width: 454%;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    -webkit-animation: roll 120s linear infinite;
    -moz-animation: roll 120s linear infinite;
    animation: roll 120s linear infinite;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  /* line 129, ../src/page/top/css/_pc.scss */
  #contents_container #top .img span img {
    width: 50%;
  }
  /* line 134, ../src/page/top/css/_pc.scss */
  #contents_container #top .btn {
    width: 238px;
    margin: 0 auto;
    position: relative;
    display: block;
    position: relative;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    opacity: 0;
  }
  /* line 142, ../src/page/top/css/_pc.scss */
  #contents_container #top .btn.open {
    opacity: 1;
  }
  /* line 145, ../src/page/top/css/_pc.scss */
  #contents_container #top .btn span {
    display: block;
    position: relative;
  }
  /* line 149, ../src/page/top/css/_pc.scss */
  #contents_container #top .btn .a {
    position: absolute;
    background: url(../img/cmn/arr.svg) no-repeat center center;
    background-size: contain;
    top: 24px;
    right: 20px;
    width: 13px;
    height: 13px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    transform: scale(-1, 1);
  }
  /* line 160, ../src/page/top/css/_pc.scss */
  #contents_container #top .btn .t {
    font-family: "Mochiy Pop P One", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    color: black;
    font-size: 18px;
    text-align: center;
    top: 18px;
    line-height: 1;
    position: absolute;
    display: block;
    letter-spacing: 0.25em;
    left: 24%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  }

  /* line 176, ../src/page/top/css/_pc.scss */
  .bg_grad_top {
    display: block;
    width: 100%;
    background: #eaeef6;
    background: linear-gradient(180deg, #eaeef6 0%, #ffffff 100%);
  }
}
/*size*/
@media screen and (min-width: 768px) and (max-width: 1359px) {
  /*debug
  body{
  	background: url(../img/top/_guidepc.png) no-repeat top center;
  	background-size: 1440px auto;
  	background-position: 50% -3px;
  	#header{
  		@include opacity(0.6);
  		//width: 1440px !important;
  	}
  	#wrapper{
  		//width: 1440px !important;
  		@include opacity(0.6);
  	}
  	#footer{
  		@include opacity(0.6);
  	}
  }
  */
  /* line 20, ../src/page/top/css/_pc.scss */
  #contents_container {
    overflow: hidden;
  }
  /* line 23, ../src/page/top/css/_pc.scss */
  #contents_container #top .inner {
    padding: 2.84722vw 0 3.47222vw 0;
  }
  /* line 26, ../src/page/top/css/_pc.scss */
  #contents_container #top .kuchi {
    width: 6.05833vw;
    height: 4.10149vw;
    position: absolute;
    top: -0.20833vw;
    left: 50%;
    transform: rotate(15deg) translateX(19.375vw);
    z-index: 11;
    background-position: 0% 0%;
  }
  /* line 35, ../src/page/top/css/_pc.scss */
  #contents_container #top .fuki {
    position: absolute;
    width: 14.16667vw;
    top: 6.11111vw;
    left: 50%;
    z-index: 12;
    margin: 0 0 0 15.97222vw;
  }
  /* line 43, ../src/page/top/css/_pc.scss */
  #contents_container #top .fuki p {
    font-size: 1.11111vw;
  }
  /* line 47, ../src/page/top/css/_pc.scss */
  #contents_container #top h1 {
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: scale(0.8) translateZ(10px);
    opacity: 0;
  }
  /* line 54, ../src/page/top/css/_pc.scss */
  #contents_container #top h1.open {
    transform: scale(1) translateZ(10px);
    opacity: 1;
  }
  /* line 62, ../src/page/top/css/_pc.scss */
  #contents_container #top h1 .m {
    position: relative;
    z-index: 11;
  }
  /* line 66, ../src/page/top/css/_pc.scss */
  #contents_container #top h1 .c {
    display: block;
    position: relative;
    width: 43.75vw;
    position: relative;
    left: 1.94444vw;
    margin: 0 auto;
  }
  /* line 73, ../src/page/top/css/_pc.scss */
  #contents_container #top h1 .c .eye {
    position: absolute;
    top: -0.48611vw;
    width: 7.01389vw;
    left: 18.88889vw;
  }
  /* line 78, ../src/page/top/css/_pc.scss */
  #contents_container #top h1 .c .eye .eye_c {
    position: relative;
    display: block;
  }
  /* line 82, ../src/page/top/css/_pc.scss */
  #contents_container #top h1 .c .eye .q_el {
    display: block;
    background: url(../img/cmn/eye.svg) no-repeat center center;
    background-size: 1.38889vw auto;
    position: absolute;
    left: 0;
    transform: translate(0%, 0%);
    width: 3.61111vw;
    height: 2.15278vw;
    top: 0.20833vw;
  }
  /* line 92, ../src/page/top/css/_pc.scss */
  #contents_container #top h1 .c .eye .q_el:nth-of-type(2) {
    left: 50%;
  }
  /* line 96, ../src/page/top/css/_pc.scss */
  #contents_container #top h1 .c .eye .e_open {
    position: relative;
    z-index: 10;
  }
  /* line 100, ../src/page/top/css/_pc.scss */
  #contents_container #top h1 .c .eye .e_close {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
  }
  /* line 109, ../src/page/top/css/_pc.scss */
  #contents_container #top .ground {
    position: absolute;
    left: -1%;
    width: 102%;
    top: 24.30556vw;
  }
  /* line 115, ../src/page/top/css/_pc.scss */
  #contents_container #top .img {
    position: relative;
    margin: -3.47222vw 0 0.34722vw 0;
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  }
  /* line 120, ../src/page/top/css/_pc.scss */
  #contents_container #top .img.open {
    opacity: 1;
  }
  /* line 123, ../src/page/top/css/_pc.scss */
  #contents_container #top .img span {
    width: 454%;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    -webkit-animation: roll 120s linear infinite;
    -moz-animation: roll 120s linear infinite;
    animation: roll 120s linear infinite;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  /* line 129, ../src/page/top/css/_pc.scss */
  #contents_container #top .img span img {
    width: 50%;
  }
  /* line 134, ../src/page/top/css/_pc.scss */
  #contents_container #top .btn {
    width: 16.52778vw;
    margin: 0 auto;
    position: relative;
    display: block;
    position: relative;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    opacity: 0;
  }
  /* line 142, ../src/page/top/css/_pc.scss */
  #contents_container #top .btn.open {
    opacity: 1;
  }
  /* line 145, ../src/page/top/css/_pc.scss */
  #contents_container #top .btn span {
    display: block;
    position: relative;
  }
  /* line 149, ../src/page/top/css/_pc.scss */
  #contents_container #top .btn .a {
    position: absolute;
    background: url(../img/cmn/arr.svg) no-repeat center center;
    background-size: contain;
    top: 1.66667vw;
    right: 1.38889vw;
    width: 0.90278vw;
    height: 0.90278vw;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    transform: scale(-1, 1);
  }
  /* line 160, ../src/page/top/css/_pc.scss */
  #contents_container #top .btn .t {
    font-family: "Mochiy Pop P One", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    color: black;
    font-size: 1.25vw;
    text-align: center;
    top: 1.25vw;
    line-height: 1;
    position: absolute;
    display: block;
    letter-spacing: 0.25em;
    left: 24%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  }

  /* line 176, ../src/page/top/css/_pc.scss */
  .bg_grad_top {
    display: block;
    width: 100%;
    background: #eaeef6;
    background: linear-gradient(180deg, #eaeef6 0%, #ffffff 100%);
  }
}
/*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
============================*/
@keyframes img-move {
  /* line 211, ../src/cmn/css/_mixin.scss */
  to {
    transform: translateX(-100%);
  }
}

@media screen and (max-width: 767px) {
  /*debug
  body{
  	background: url(../img/top/_guide.png) no-repeat top center;
  	background-size: 100% auto;
      background-position: 0 3px;
  	#header{
  		@include opacity(0.6);
  		//width: 1440px !important;
  	}
  	#contents_container{
  		//width: 1440px !important;
  		@include opacity(0.6);
  	}
  	#footer{
  		@include opacity(0.6);
  	}
  }
  */
  /* line 25, ../src/page/top/css/_sp.scss */
  #contents_container {
    overflow: hidden;
  }
  /* line 29, ../src/page/top/css/_sp.scss */
  #contents_container #top .inner {
    padding: 25.5vw 0 15vw 0;
  }
  /* line 32, ../src/page/top/css/_sp.scss */
  #contents_container #top .kuchi {
    width: 23.264vw;
    height: 15.74973vw;
    position: absolute;
    top: 5vw;
    left: 74.2%;
    transform: rotate(15deg);
    background-position: 0% 0%;
  }
  /* line 40, ../src/page/top/css/_sp.scss */
  #contents_container #top .fuki {
    position: absolute;
    width: 78.2vw;
    top: 4vw;
    left: 6%;
  }
  /* line 45, ../src/page/top/css/_sp.scss */
  #contents_container #top .fuki p {
    font-size: 4.26667vw;
  }
  /* line 49, ../src/page/top/css/_sp.scss */
  #contents_container #top h1 {
    margin: 0 0 0 -8%;
    width: 130.5%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: scale(0.8);
    opacity: 0;
  }
  /* line 56, ../src/page/top/css/_sp.scss */
  #contents_container #top h1.open {
    transform: scale(1);
    opacity: 1;
  }
  /* line 70, ../src/page/top/css/_sp.scss */
  #contents_container #top h1 .m {
    position: relative;
    z-index: 11;
  }
  /* line 74, ../src/page/top/css/_sp.scss */
  #contents_container #top h1 .c {
    display: block;
    position: relative;
  }
  /* line 77, ../src/page/top/css/_sp.scss */
  #contents_container #top h1 .c .eye {
    position: absolute;
    top: -1.1vw;
    left: 56.5vw;
    width: 20.5vw;
  }
  /* line 82, ../src/page/top/css/_sp.scss */
  #contents_container #top h1 .c .eye .eye_c {
    position: relative;
    display: block;
  }
  /* line 86, ../src/page/top/css/_sp.scss */
  #contents_container #top h1 .c .eye .q_el {
    display: block;
    background: url(../img/cmn/eye.svg) no-repeat center center;
    background-size: 3.8vw auto;
    position: absolute;
    top: 0.8vw;
    transform: translate(0%, 0%);
    width: 10.5vw;
    height: 6vw;
    left: 0;
  }
  /* line 96, ../src/page/top/css/_sp.scss */
  #contents_container #top h1 .c .eye .q_el:nth-of-type(2) {
    left: 50%;
  }
  /* line 100, ../src/page/top/css/_sp.scss */
  #contents_container #top h1 .c .eye .e_open {
    position: relative;
    z-index: 10;
  }
  /* line 104, ../src/page/top/css/_sp.scss */
  #contents_container #top h1 .c .eye .e_close {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
  }
  /* line 113, ../src/page/top/css/_sp.scss */
  #contents_container #top .ground {
    position: absolute;
    left: -1%;
    width: 102%;
    top: 110vw;
  }
  /* line 119, ../src/page/top/css/_sp.scss */
  #contents_container #top .img {
    position: relative;
    margin: -17vw 0 1vw 0;
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  }
  /* line 124, ../src/page/top/css/_sp.scss */
  #contents_container #top .img.open {
    opacity: 1;
  }
  /* line 127, ../src/page/top/css/_sp.scss */
  #contents_container #top .img span {
    width: 2360%;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    -webkit-animation: roll 120s linear infinite;
    -moz-animation: roll 120s linear infinite;
    animation: roll 120s linear infinite;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  /* line 133, ../src/page/top/css/_sp.scss */
  #contents_container #top .img span img {
    width: 50%;
  }
  /* line 138, ../src/page/top/css/_sp.scss */
  #contents_container #top .btn {
    width: 63.46667vw;
    margin: 0 auto;
    position: relative;
    display: block;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    opacity: 0;
  }
  /* line 145, ../src/page/top/css/_sp.scss */
  #contents_container #top .btn.open {
    opacity: 1;
  }
  /* line 148, ../src/page/top/css/_sp.scss */
  #contents_container #top .btn span {
    display: block;
    position: relative;
  }
  /* line 152, ../src/page/top/css/_sp.scss */
  #contents_container #top .btn .a {
    position: absolute;
    background: url(../img/cmn/arr.svg) no-repeat center center;
    background-size: contain;
    top: 6vw;
    right: 5vw;
    width: 4vw;
    height: 4vw;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    transform: scale(-1, 1);
  }
  /* line 163, ../src/page/top/css/_sp.scss */
  #contents_container #top .btn .t {
    font-family: "Mochiy Pop P One", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    color: black;
    font-size: 4.8vw;
    text-align: center;
    top: 5vw;
    line-height: 1;
    position: absolute;
    display: block;
    letter-spacing: 0.23em;
    left: 24.5%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  }

  /* line 179, ../src/page/top/css/_sp.scss */
  .bg_grad_top {
    display: none !important;
  }
}
