@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 !important;
  	//background-size: 1440px auto;
      //background-position: 0px 0;
      -webkit-background-size: 100% auto !important;
      background-size: 100% auto !important;
      //-webkit-background-size: auto 100%;
      //background-size: auto 100%;
  	#header{
  		@include opacity(0.6);
  		//width: 1440px !important;
  	}
  	#wrapper{
  		//width: 1440px !important;
  		@include opacity(0.6);
  	}
  	#footer{
  		@include opacity(0.6);
  	}
  	#wrapper #main #q1{
  	    margin: 0 0 15vw 0 !important;
  	}
  }
  */
  /* line 33, ../../../../../src/page/project/item/css/_pc.scss */
  body #wrapper {
    background: url(../img/bg.jpg) repeat-y top center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  /* line 38, ../../../../../src/page/project/item/css/_pc.scss */
  body #wrapper #main section {
    float: left;
    width: 100%;
  }
  /* line 40, ../../../../../src/page/project/item/css/_pc.scss */
  body #wrapper #main section .box_area {
    float: left;
    width: 100%;
    background: white;
    margin: -3vw 0 0 0;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    -ms-border-radius: 1vw;
    -o-border-radius: 1vw;
    border-radius: 1vw;
    border: 0.3vw solid black;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
  /* line 51, ../../../../../src/page/project/item/css/_pc.scss */
  body #wrapper #main section#top {
    width: 70.7vw;
    float: none;
    margin: 0 auto;
  }
  /* line 55, ../../../../../src/page/project/item/css/_pc.scss */
  body #wrapper #main section#top h1 {
    float: left;
    width: 100%;
    margin: 13.3vw 0 0 0;
    text-align: center;
    position: relative;
    z-index: 5;
  }
  /* line 61, ../../../../../src/page/project/item/css/_pc.scss */
  body #wrapper #main section#top h1 span {
    display: inline-block;
    padding: 0 0 1.1vw 0;
    position: relative;
  }
  /* line 65, ../../../../../src/page/project/item/css/_pc.scss */
  body #wrapper #main section#top h1 span img {
    height: 3.6vw;
    width: auto;
  }
  /* line 72, ../../../../../src/page/project/item/css/_pc.scss */
  body #wrapper #main section#profile {
    position: relative;
    z-index: 4;
  }
  /* line 75, ../../../../../src/page/project/item/css/_pc.scss */
  body #wrapper #main section#profile figure {
    float: left;
    width: 100%;
    line-height: 0;
  }
  /* line 79, ../../../../../src/page/project/item/css/_pc.scss */
  body #wrapper #main section#profile .txt {
    float: left;
    width: 100%;
    background: white;
    text-align: center;
    padding: 3.7vw 0 6.1vw 0;
  }
  /* line 84, ../../../../../src/page/project/item/css/_pc.scss */
  body #wrapper #main section#profile .txt h2 {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 0.9vw 0;
    font-size: 2.9vw;
    position: relative;
    line-height: 1.5;
  }
  /* line 91, ../../../../../src/page/project/item/css/_pc.scss */
  body #wrapper #main section#profile .txt h2:before {
    content: "";
    display: block;
    background: black;
    width: 13.5vw;
    height: 0.3vw;
    position: absolute;
    bottom: -2.7vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /* line 102, ../../../../../src/page/project/item/css/_pc.scss */
  body #wrapper #main section#profile .txt h2 .t {
    display: inline-block;
    position: relative;
    line-height: 1;
  }
  /* line 106, ../../../../../src/page/project/item/css/_pc.scss */
  body #wrapper #main section#profile .txt h2 .t:before {
    content: "";
    position: absolute;
    bottom: -0.2vw;
    left: -1%;
    background: #d8d559;
    width: 102%;
    height: 1vw;
    z-index: 1;
  }
  /* line 116, ../../../../../src/page/project/item/css/_pc.scss */
  body #wrapper #main section#profile .txt h2 .t span {
    position: relative;
    z-index: 3;
  }
  /* line 124, ../../../../../src/page/project/item/css/_pc.scss */
  body #wrapper #main section.texts {
    overflow: visible;
    margin: 0 0 3.5vw 0;
  }
  /* line 127, ../../../../../src/page/project/item/css/_pc.scss */
  body #wrapper #main section.texts .container {
    width: 42.5vw;
  }
  /* line 130, ../../../../../src/page/project/item/css/_pc.scss */
  body #wrapper #main section.texts h2 {
    float: left;
    width: 100%;
    font-size: 1.9vw;
    line-height: 1.6;
    margin: 0 0 1.2vw 0;
  }
  /* line 138, ../../../../../src/page/project/item/css/_pc.scss */
  body #wrapper #main section.texts p {
    float: left;
    width: 100%;
    line-height: 1.8;
    font-size: 1.45vw;
    letter-spacing: 0.05vw;
    margin: 0 0 2.4vw 0;
    font-family: "こぶりなゴシック W3 JIS2004", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 145, ../../../../../src/page/project/item/css/_pc.scss */
  body #wrapper #main section.texts p span {
    display: inline-block;
    position: relative;
    padding: 0 0.1vw 0 0;
    font-family: "こぶりなゴシック W6 JIS2004", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 150, ../../../../../src/page/project/item/css/_pc.scss */
  body #wrapper #main section.texts p span span {
    background: url(../../../../cmn/img/yel.png) repeat-x 0 2vw;
    -webkit-background-size: 1px 1.3vw;
    background-size: 1px 1vw;
    font-size: 1.3em;
  }
  /* line 157, ../../../../../src/page/project/item/css/_pc.scss */
  body #wrapper #main section.texts p a {
    display: inline-block;
    position: relative;
  }
  /* line 160, ../../../../../src/page/project/item/css/_pc.scss */
  body #wrapper #main section.texts p a:before {
    content: "";
    background: black;
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  /* line 172, ../../../../../src/page/project/item/css/_pc.scss */
  body #wrapper #main section.texts p a:hover:before {
    bottom: 0.2vw;
  }
  /* line 178, ../../../../../src/page/project/item/css/_pc.scss */
  body #wrapper #main section.texts .img {
    float: left;
    width: 100%;
    line-height: 0;
  }
  /* line 184, ../../../../../src/page/project/item/css/_pc.scss */
  body #wrapper #main .nav {
    float: left;
    width: 100%;
    text-align: center;
    margin: 6vw 0 6.6vw 0;
  }
  /* line 188, ../../../../../src/page/project/item/css/_pc.scss */
  body #wrapper #main .nav .btn {
    height: 4.4vw;
    font-size: 1.7vw;
  }
  /* line 191, ../../../../../src/page/project/item/css/_pc.scss */
  body #wrapper #main .nav .btn:before {
    -webkit-border-radius: 4vw;
    -moz-border-radius: 4vw;
    -ms-border-radius: 4vw;
    -o-border-radius: 4vw;
    border-radius: 4vw;
  }
  /* line 194, ../../../../../src/page/project/item/css/_pc.scss */
  body #wrapper #main .nav .btn i {
    position: absolute;
    z-index: 3;
  }
  /* line 198, ../../../../../src/page/project/item/css/_pc.scss */
  body #wrapper #main .nav .btn span {
    line-height: 4.4vw;
  }
  /* line 202, ../../../../../src/page/project/item/css/_pc.scss */
  body #wrapper #main .nav .btn_all {
    float: none;
    width: 24vw;
  }
  /* line 205, ../../../../../src/page/project/item/css/_pc.scss */
  body #wrapper #main .nav .btn_all i {
    top: 1.6vw;
    left: 6.8vw;
    font-size: 0.7em;
  }
  /* line 210, ../../../../../src/page/project/item/css/_pc.scss */
  body #wrapper #main .nav .btn_all span {
    left: 1vw;
  }
  /* line 214, ../../../../../src/page/project/item/css/_pc.scss */
  body #wrapper #main .nav .btn_prev {
    position: absolute;
    width: 11.2vw;
    left: 7.5vw;
  }
  /* line 218, ../../../../../src/page/project/item/css/_pc.scss */
  body #wrapper #main .nav .btn_prev:before {
    background: #4592a9;
  }
  /* line 221, ../../../../../src/page/project/item/css/_pc.scss */
  body #wrapper #main .nav .btn_prev span {
    color: white;
  }
  /* line 224, ../../../../../src/page/project/item/css/_pc.scss */
  body #wrapper #main .nav .btn_prev i {
    width: 1.9vw;
    height: 1.9vw;
    top: 1.3vw;
    left: 1.1vw;
    line-height: 1.9vw;
  }
  /* line 232, ../../../../../src/page/project/item/css/_pc.scss */
  body #wrapper #main .nav .btn_next {
    position: absolute;
    width: 11.2vw;
    left: 45vw;
  }
  /* line 236, ../../../../../src/page/project/item/css/_pc.scss */
  body #wrapper #main .nav .btn_next:before {
    background: #4592a9;
  }
  /* line 239, ../../../../../src/page/project/item/css/_pc.scss */
  body #wrapper #main .nav .btn_next span {
    color: white;
    left: -1.2vw;
  }
  /* line 243, ../../../../../src/page/project/item/css/_pc.scss */
  body #wrapper #main .nav .btn_next i {
    width: 1.9vw;
    height: 1.9vw;
    top: 1.3vw;
    left: 8vw;
    line-height: 1.9vw;
  }
}
/*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.jpg) no-repeat top center !important;
  	background-size: 100% auto !important;
      background-position: 0px 0 !important;
  	#header{
  		@include opacity(0.6);
  	}
  	#wrapper{
  		@include opacity(0.6);
  	}
  	#footer{
  		@include opacity(0.6);
  	}
  	#q2{
  		margin: 30px 0 14vw 0 !important;
  	}
  }
  */
  /* line 27, ../../../../../src/page/project/item/css/_sp.scss */
  body {
    /* */
  }
  /* line 29, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper {
    background: url(../img/bg.jpg) repeat-y top center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  /* line 34, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper #main section {
    float: left;
    width: 100%;
  }
  /* line 36, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper #main section .box_area {
    float: left;
    width: 100%;
    background: white;
    margin: -5vw 0 0 0;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
    border-radius: 2vw;
    border: 0.5vw solid black;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
  /* line 47, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper #main section#top {
    width: 86.3%;
    float: none;
    margin: 0 auto;
  }
  /* line 51, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper #main section#top h1 {
    float: left;
    width: 100%;
    margin: 38vw 0 0 0;
    text-align: center;
    position: relative;
    z-index: 5;
  }
  /* line 57, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper #main section#top h1 span {
    display: inline-block;
    padding: 0 0 1.1vw 0;
    position: relative;
  }
  /* line 61, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper #main section#top h1 span img {
    height: 7.6vw;
    width: auto;
  }
  /* line 68, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper #main section#profile {
    position: relative;
    z-index: 4;
  }
  /* line 71, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper #main section#profile figure {
    float: left;
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }
  /* line 75, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper #main section#profile figure img {
    float: left;
    width: 100%;
    position: relative;
    line-height: 0;
    width: auto;
    height: 45vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /* line 85, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper #main section#profile .txt {
    float: left;
    width: 100%;
    background: white;
    text-align: center;
    padding: 7.7vw 0 18vw 0;
  }
  /* line 90, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper #main section#profile .txt h2 {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 6.2vw;
  }
  /* line 96, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper #main section#profile .txt h2.s {
    font-size: 5.5vw;
  }
  /* line 99, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper #main section#profile .txt h2:before {
    content: "";
    display: block;
    background: black;
    width: 19.5vw;
    height: 0.5vw;
    position: absolute;
    bottom: 11.8vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /* line 110, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper #main section#profile .txt h2 .t {
    display: inline-block;
    position: relative;
    line-height: 1;
    margin: 0 0 3vw 0;
  }
  /* line 115, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper #main section#profile .txt h2 .t:before {
    content: "";
    position: absolute;
    bottom: -1.5vw;
    left: -2%;
    background: #d8d559;
    width: 104%;
    height: 3vw;
    z-index: 1;
  }
  /* line 125, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper #main section#profile .txt h2 .t span {
    position: relative;
    z-index: 3;
  }
  /* line 133, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper #main section.texts {
    overflow: visible;
    margin: 0 0 11vw 0;
  }
  /* line 136, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper #main section.texts .container {
    width: 88%;
  }
  /* line 139, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper #main section.texts h2 {
    float: left;
    width: 100%;
    text-align: left;
    margin: 0 0 3vw 0;
    font-size: 4.8vw;
    line-height: 1.5;
  }
  /* line 146, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper #main section.texts p {
    line-height: 1.8;
    font-size: 3.8vw;
    letter-spacing: 0.05vw;
    margin: 0 0 5vw 0;
    font-family: "こぶりなゴシック W3 JIS2004", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 152, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper #main section.texts p span {
    display: inline-block;
    position: relative;
    padding: 0 0.1vw 0 0;
    font-family: "こぶりなゴシック W6 JIS2004", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 157, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper #main section.texts p span span {
    background: url(../../../../cmn/img/yel.png) repeat-x 0 4vw;
    -webkit-background-size: 1px 3vw;
    background-size: 1px 3vw;
    font-size: 1.3em;
  }
  /* line 164, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper #main section.texts p a {
    display: inline-block;
    position: relative;
  }
  /* line 167, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper #main section.texts p a:before {
    content: "";
    background: black;
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  /* line 180, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper #main section.texts .img {
    float: left;
    width: 100%;
    line-height: 0;
  }
  /* line 186, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper #main .nav {
    float: left;
    width: 100%;
    text-align: center;
    margin: 13vw 0 13.6vw 0;
  }
  /* line 190, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper #main .nav .btn {
    height: 13vw;
    font-size: 3.7vw;
  }
  /* line 193, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper #main .nav .btn:before {
    -webkit-border-radius: 7vw;
    -moz-border-radius: 7vw;
    -ms-border-radius: 7vw;
    -o-border-radius: 7vw;
    border-radius: 7vw;
  }
  /* line 196, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper #main .nav .btn i {
    position: absolute;
    z-index: 3;
  }
  /* line 200, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper #main .nav .btn span {
    line-height: 13vw;
  }
  /* line 204, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper #main .nav .btn_all {
    width: 73vw;
    margin: 0 0 0 6vw;
  }
  /* line 207, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper #main .nav .btn_all i {
    top: 5vw;
    left: 25.3vw;
    font-size: 0.9em;
  }
  /* line 212, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper #main .nav .btn_all span {
    left: 4vw;
  }
  /* line 216, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper #main .nav .btn_prev {
    width: 34.2vw;
    margin: 5vw 0 0 7vw;
  }
  /* line 219, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper #main .nav .btn_prev:before {
    background: #4592a9;
  }
  /* line 222, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper #main .nav .btn_prev span {
    color: white;
  }
  /* line 225, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper #main .nav .btn_prev i {
    width: 5vw;
    height: 5vw;
    top: 4vw;
    left: 4.1vw;
    line-height: 5vw;
  }
  /* line 233, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper #main .nav .btn_next {
    width: 34.2vw;
    margin: 5vw 7vw 0 0;
    float: right;
  }
  /* line 237, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper #main .nav .btn_next:before {
    background: #4592a9;
  }
  /* line 240, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper #main .nav .btn_next span {
    color: white;
    left: -1.2vw;
  }
  /* line 244, ../../../../../src/page/project/item/css/_sp.scss */
  body #wrapper #main .nav .btn_next i {
    width: 5vw;
    height: 5vw;
    top: 4vw;
    left: 25.1vw;
    line-height: 5vw;
  }
}
