@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);
  	}
  }
  */
  /* line 31, ../../../../src/page/campmember/css/_pc.scss */
  body #wrapper {
    background: url(../img/bg.jpg) repeat-y top center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  /* line 37, ../../../../src/page/campmember/css/_pc.scss */
  body #wrapper #main section {
    float: left;
    width: 100%;
  }
  /* line 40, ../../../../src/page/campmember/css/_pc.scss */
  body #wrapper #main section#top h1 {
    float: left;
    width: 100%;
    margin: 14.9vw 0 9.2vw 0;
    text-align: center;
    position: relative;
  }
  /* line 45, ../../../../src/page/campmember/css/_pc.scss */
  body #wrapper #main section#top h1 span {
    display: inline-block;
    padding: 0 0 1.1vw 0;
    position: relative;
  }
  /* line 49, ../../../../src/page/campmember/css/_pc.scss */
  body #wrapper #main section#top h1 span img {
    height: 4.2vw;
    width: auto;
  }
  /* line 53, ../../../../src/page/campmember/css/_pc.scss */
  body #wrapper #main section#top h1 span:before {
    content: "";
    display: block;
    background: black;
    width: 100%;
    height: 0.3vw;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  /* line 66, ../../../../src/page/campmember/css/_pc.scss */
  body #wrapper #main section .list {
    float: left;
    width: 105.4%;
    margin: 0 0 0 -2.7%;
  }
  /* line 69, ../../../../src/page/campmember/css/_pc.scss */
  body #wrapper #main section .list li {
    float: left;
    width: 20vw;
    margin: 0 3.4vw 3.4vw 0;
  }
  /* line 72, ../../../../src/page/campmember/css/_pc.scss */
  body #wrapper #main section .list li:nth-child(3n) {
    margin-right: 0;
  }
  /* line 75, ../../../../src/page/campmember/css/_pc.scss */
  body #wrapper #main section .list li figure {
    float: left;
    width: 100%;
    position: relative;
    -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 84, ../../../../src/page/campmember/css/_pc.scss */
  body #wrapper #main section .list li figure a {
    display: block;
    float: left;
    width: 100%;
    position: relative;
  }
  /* line 89, ../../../../src/page/campmember/css/_pc.scss */
  body #wrapper #main section .list li figure a:hover .txts {
    display: block;
  }
  /* line 93, ../../../../src/page/campmember/css/_pc.scss */
  body #wrapper #main section .list li figure a:hover .img .ov {
    display: block;
  }
  /* line 98, ../../../../src/page/campmember/css/_pc.scss */
  body #wrapper #main section .list li figure a span {
    display: block;
  }
  /* line 101, ../../../../src/page/campmember/css/_pc.scss */
  body #wrapper #main section .list li figure a .img {
    float: left;
    width: 100%;
    position: relative;
    line-height: 0;
  }
  /* line 105, ../../../../src/page/campmember/css/_pc.scss */
  body #wrapper #main section .list li figure a .img .ov {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    display: none;
  }
  /* line 114, ../../../../src/page/campmember/css/_pc.scss */
  body #wrapper #main section .list li figure a .txts {
    display: none;
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #d8d559;
    z-index: 3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.4vw 0 1.5vw 0;
    text-align: center;
  }
  /* line 128, ../../../../src/page/campmember/css/_pc.scss */
  body #wrapper #main section .list li figure a .txts .name {
    display: inline-block;
    font-size: 1.5vw;
    font-size: 1.3vw;
    margin: 0 0 0.8vw 0;
  }
  /* line 134, ../../../../src/page/campmember/css/_pc.scss */
  body #wrapper #main section .list li figure a .txts .en {
    display: inline-block;
    position: relative;
    top: -0.1vw;
    left: 0.7vw;
    font-size: 1.1vw;
    font-size: 0.9vw;
  }
  /* line 142, ../../../../src/page/campmember/css/_pc.scss */
  body #wrapper #main section .list li figure a .txts small {
    float: left;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 0.9vw;
  }
  /* line 147, ../../../../src/page/campmember/css/_pc.scss */
  body #wrapper #main section .list li figure a .txts small .pc_view_i {
    display: inline;
  }
}
/*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);
  	}
  }
  */
  /* line 24, ../../../../src/page/campmember/css/_sp.scss */
  body {
    /* */
  }
  /* line 27, ../../../../src/page/campmember/css/_sp.scss */
  body #wrapper {
    background: url(../img/bg.jpg) repeat-y top center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  /* line 33, ../../../../src/page/campmember/css/_sp.scss */
  body #wrapper #main section {
    float: left;
    width: 100%;
  }
  /* line 36, ../../../../src/page/campmember/css/_sp.scss */
  body #wrapper #main section#top h1 {
    float: left;
    width: 100%;
    margin: 38.9vw 0 9.2vw 0;
    text-align: center;
    position: relative;
  }
  /* line 41, ../../../../src/page/campmember/css/_sp.scss */
  body #wrapper #main section#top h1 span {
    display: inline-block;
    padding: 0 0 2.6vw 0;
    position: relative;
  }
  /* line 45, ../../../../src/page/campmember/css/_sp.scss */
  body #wrapper #main section#top h1 span img {
    height: 8vw;
    width: auto;
  }
  /* line 49, ../../../../src/page/campmember/css/_sp.scss */
  body #wrapper #main section#top h1 span:before {
    content: "";
    display: block;
    background: black;
    width: 100%;
    height: 0.5vw;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  /* line 62, ../../../../src/page/campmember/css/_sp.scss */
  body #wrapper #main section#top .list {
    float: left;
    width: 100%;
  }
  /* line 64, ../../../../src/page/campmember/css/_sp.scss */
  body #wrapper #main section#top .list li {
    float: left;
    width: 42vw;
    margin: 0 0 3.4vw 0;
  }
  /* line 67, ../../../../src/page/campmember/css/_sp.scss */
  body #wrapper #main section#top .list li:nth-child(odd) {
    clear: both;
  }
  /* line 70, ../../../../src/page/campmember/css/_sp.scss */
  body #wrapper #main section#top .list li:nth-child(even) {
    float: right;
  }
  /* line 73, ../../../../src/page/campmember/css/_sp.scss */
  body #wrapper #main section#top .list li figure {
    float: left;
    width: 100%;
    position: relative;
    -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 82, ../../../../src/page/campmember/css/_sp.scss */
  body #wrapper #main section#top .list li figure a {
    display: block;
    float: left;
    width: 100%;
    position: relative;
  }
  /* line 86, ../../../../src/page/campmember/css/_sp.scss */
  body #wrapper #main section#top .list li figure a span {
    display: block;
  }
  /* line 90, ../../../../src/page/campmember/css/_sp.scss */
  body #wrapper #main section#top .list li figure a.ov_sp .txts {
    display: block;
  }
  /* line 94, ../../../../src/page/campmember/css/_sp.scss */
  body #wrapper #main section#top .list li figure a.ov_sp .img .ov {
    display: block;
  }
  /* line 99, ../../../../src/page/campmember/css/_sp.scss */
  body #wrapper #main section#top .list li figure a .img {
    float: left;
    width: 100%;
    position: relative;
    line-height: 0;
  }
  /* line 103, ../../../../src/page/campmember/css/_sp.scss */
  body #wrapper #main section#top .list li figure a .img .ov {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    display: none;
  }
  /* line 112, ../../../../src/page/campmember/css/_sp.scss */
  body #wrapper #main section#top .list li figure a .txts {
    display: none;
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #d8d559;
    z-index: 3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.4vw 0 2vw 0;
  }
  /* line 124, ../../../../src/page/campmember/css/_sp.scss */
  body #wrapper #main section#top .list li figure a .txts .name {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 4.3vw;
    margin: 0 0 0.3vw 0;
  }
  /* line 130, ../../../../src/page/campmember/css/_sp.scss */
  body #wrapper #main section#top .list li figure a .txts .en {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 3vw;
    line-height: 1;
    margin: 0 0 1.5vw 0;
  }
  /* line 138, ../../../../src/page/campmember/css/_sp.scss */
  body #wrapper #main section#top .list li figure a .txts small {
    float: left;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 2.4vw;
    line-height: 1;
  }
}
