@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
.boxy-box  {
	position: absolute;
	top: 50%;
	left: 25%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
@media only screen and (max-width: 980px) {
	.boxy-box  {
		position:static;
		margin-right: 0%;
		-webkit-transform: translate(0%, 0%); /* Safari用 */
		transform: translate(0%, 0%);
	}
}
.flex-b {
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -webkit-justify-content: center; /* Safari用 */
  justify-content: center;
  -webkit-align-items: center; /* Safari用 */
  align-items: center;
}

		
.youtube-box {
	max-width:450px;
	margin: 0 auto;
}
.youtube {position:relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube_play:hover {cursor:pointer;}/* サムネイル */
.youtube_btn {/* YouTubeアイコン */
/* アイコンの画像とサイズ指定 */
width:48px;
height:34px;
background-image:url(images/YouTube-social-icon.png);
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
margin:auto;
}

figure.snip1232 {
  position: relative;
  overflow: hidden;
  margin: 10px 0;
  min-width: 220px;
  max-width: 100%;
  width: 100%;
  color: #333;
  text-align: left;
  box-shadow: none !important;
}
figure.snip1232 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip1232 img {
  max-width: 100%;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  margin-right: 5px;
  display: block;
  z-index: 1;
  position: absolute;
  right: 10%;
}

@media only screen and (max-width: 650px) {
	figure.snip1232 img {
	  max-width: 50%;
	  height: 50px;
	  width: 50px;
	  border-radius: 50%;
	  margin-right: 5px;
	  display: block;
	  z-index: 1;
	  position: absolute;
	  right: 3%;
	}
}

figure.snip1232 blockquote {
  margin: 0;
  display: block;
  position: relative;
  background-color: #fff;
  padding: 65px 50px 35px 50px;
  font-weight: 500;
  margin: -40px 0 0;
  line-height: 1.6em;
  border: 2px solid #161616;
}
figure.snip1232 blockquote:before,
figure.snip1232 blockquote:after {
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}
figure.snip1232 blockquote:before {
  top: 55px;
  left: 20px;
}
figure.snip1232 blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 5px;
}
figure.snip1232 .author {
  margin: 0;
  height: 80px;
  display: block;
  text-align: left;
  padding: 0 35px;
  position: relative;
  z-index: 1;
}
figure.snip1232 .author h4,
figure.snip1232 .author span {
  left: 5%;
  position: absolute;
  opacity: 0.8;
  padding: 3px 5px;
}
figure.snip1232 .author span {
  font-size: 1em;
  color: #000000;
  top: 50%;
  font-weight: 500;
}

.snip1556 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #000000;
  display: inline-block;
  font-size: 16px;
  margin: 8px;
  max-width: 600px;
  min-width: 250px;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  box-shadow: none !important;
  padding: 30px 40px 0 0;
}

.snip1556 *,
.snip1556 *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.snip1556 img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  max-width: 100%;
  position: relative;
  vertical-align: top;
}

.snip1556 figcaption {
  background-color: #333333;
  bottom: 30px;
  left: 40px;
  position: absolute;
  right: 0;
  top: 0;
}

.snip1556 h3 {
  font-size: 10px;
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  color: #fff;
  left: 100%;
  letter-spacing: 1px;
  margin: 12px 0;
  opacity: 0.8;
  padding: 6px 40px 0 0;
  right: 0;
  top: 0;
  white-space: nowrap;
}

.snip1556 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}


.article {
  background: inherit;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.article:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  -webkit-filter: blur(10px) saturate(2);
}
.article .a_title {
  padding: 8px 15px;
  background: rgba(225, 225, 225, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.article .a_content {
  padding: 8px 15px;
  background: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 980px) {
	.article {
	  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.0);
	  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.0);
	  overflow: hidden;
	}
	.article .a_title {
	  padding: 8px 0px;
	}
	.article .a_content {
	  padding: 8px 0px;
	}
}


.snip1518 {
  position: relative;
  float: left;
  overflow: hidden;
  background-color: #fff;
  margin: 2px 0.1%;
  width: 100%;
  text-align: center;
  font-size: 16px;
}

.snip1518 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.snip1518 img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
}

.snip1518 figcaption {
  padding: 2% 3%;
  padding-bottom: calc(10%);
}

.snip1518 h5 {
  font-weight: 400;
  margin: 0;
  letter-spacing: 1px;
}

.snip1518 footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
}
.f_bg1 {
  background-color: #222;
}
.f_bg2 {
  background-color: #CA4D46;
}


.ax_box {
	padding: 5px;
	margin: 0 auto;
	
}	
.ax_box2 {
	padding: 5px;
	margin: 0 auto;
	
}	


.snip1481 {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0px 1px;
  width: 100%;
  color: #ffffff;
  text-align: left;
  font-size: 1em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: none !important;
}
.snip1481:first-of-type {
  margin-left: 10px;
}
.snip1481 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1481 .image {
  padding: 5px 1px;
}
.snip1481 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  position: relative;
  opacity: 0.7;
}
.snip1481 figcaption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #0d0d0d;
  -webkit-transform: rotate(90deg) translateY(0%);
  transform: rotate(90deg) translateY(0%);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.snip1481 h4 {
  width: 100%;
  margin: 0;
  padding: 15px 20px;
  line-height: 1.1em;
  font-weight: 900;
  font-size: 1em;
}
@media only screen and (max-width: 980px) {
	.snip1481 h4 {
	  width: 100%;
	  margin: 0;
	  padding: 15px 20px;
	  line-height: 1.1em;
	  font-weight: 900;
	  font-size: 0.7em;
	}
}
.snip1481 i {
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px 20px;
  font-size: 26px;
}
.snip1481 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.snip1481:hover img,
.snip1481.hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1;
}
.snip1481:hover figcaption,
.snip1481.hover figcaption {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -webkit-transform: rotate(90deg) translateY(-100%);
  transform: rotate(90deg) translateY(-100%);
}




.snip1506 {
  position: relative;
  float: left;
  margin: 0px 1%;
  width: 100%;
  color: #141414;
  text-align: left;
  line-height: 1.4em;
  font-size: 14px;
}
.snip1506 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.snip1506 .profile-image {
  width: 28%;
}
.snip1506 .profile-image img {
  max-width: 100%;
  vertical-align: top;
}
.snip1506 .profile-image,
.snip1506 figcaption {
  float: left;
}
.snip1506 figcaption {
  width: 70%;
  background-color: #fff;
  color: #444;
  padding: 25px;
  display: inline-block;
  margin-left: 1%;
  
}

.snip1506 h3,
.snip1506 h4,
.snip1506 p {
  margin: 0 0 5px;
}
.snip1506 h3 {
  font-weight: 600;
  font-size: 1.2em;
}
.snip1506 h4 {
  color: #8c8c8c;
  font-weight: 400;
  font-size: 1em;
}
.snip1506 p {
  font-size: 1em;
  opacity: 0.9;
}
.snip1506 a {
  text-decoration: none;
}
@media only screen and (max-width: 980px) {
	.snip1506 {
	  float: none;
	  margin: 10px 0%;
	  width: 100%;
	}
	.snip1506 figcaption {
	  width: 100%;
	  padding: 0px 0;
	  margin-left: 0%;
	}
	.snip1506 .profile-image {
	  width: 100%;
	}
	.snip1506 .profile-image img {
	  max-width: 100%;
	}
	.snip1506 .profile-image,
	.snip1506 figcaption {
	  float: none;
	}
}



.snip1506_b {
  position: relative;
  float: left;
  margin: 0px;
  min-width: 230px;
  max-width: 1200px;
  width: 100%;
  color: #141414;
  text-align: left;
  line-height: 1.4em;
  font-size: 14px;
}
.snip1506_b * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.snip1506_b .profile-image {
  width: 32%;
}
.snip1506_b .profile-image img {
  border-radius: 5px;
  max-width: 100%;
  vertical-align: top;
}
.snip1506_b .profile-image,
.snip1506_b figcaption {
  float: left;
}
.snip1506_b figcaption {
  width: 65%;
  background-color: #fff;
  color: #444;
  padding: 5px;
  display: inline-block;
  margin-left: 0%;
  border-radius: 0px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.0);
  
}

.snip1506_b h3,
.snip1506_b h4,
.snip1506_b p {
}
.snip1506_b h3 {
  font-weight: 600;
  font-size: 1.2em;
}
.snip1506_b h4 {
  color: #8c8c8c;
  font-weight: 400;
  font-size: 1em;
}
.snip1506_b p {
  font-size: 1em;
  opacity: 0.9;
}
.snip1506_b a {
  text-decoration: none;
}
@media only screen and (max-width: 980px) {
	.snip1506_b {
	  float: none;
	  margin: 10px 0%;
	  width: 100%;
	}
	.snip1506_b figcaption {
	  width: 100%;
	  padding: 25px 0;
	  margin-left: 0%;
	  box-shadow: 0 0 0px rgba(0, 0, 0, 0.0);
	}
	.snip1506_b .profile-image {
	  width: 50%;
	}
	.snip1506_b .profile-image img {
	  max-width: 100%;
	}
	.snip1506_b .profile-image,
	.snip1506_b figcaption {
	  float: none;
	}
}


.snip1506_c {
  position: relative;
  float: left;
  margin: 0px;
  min-width: 230px;
  max-width: 1200px;
  width: 100%;
  color: #141414;
  text-align: left;
  line-height: 1.4em;
  font-size: 14px;
}
.snip1506_c * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.snip1506_c .profile-image {
  width: 36%;
}
.snip1506_c .profile-image img {
  border-radius: 5px;
  max-width: 100%;
  vertical-align: top;
}
.snip1506_c .profile-image,
.snip1506_c figcaption {
  float: left;
}
.snip1506_c figcaption {
  width: 60%;
  background-color: #fff;
  color: #444;
  padding: 0 5px;
  display: inline-block;
  margin-left: 4%;
  border-radius: 0px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.0);
  
}
.snip1506_c h4 {
  color: #8c8c8c;
  font-weight: 400;
  font-size: 1em;
}
.snip1506_c p {
  font-size: 1em;
  opacity: 0.9;
}
.snip1506_c a {
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
	.snip1506_c {
	  float: none;
	  margin: 10px 0%;
	  width: 100%;
	}
	.snip1506_c figcaption {
	  width: 100%;
	  padding: 0 0 25px 0;
	  margin-left: 0%;
	  box-shadow: 0 0 0px rgba(0, 0, 0, 0.0);
	}
	.snip1506_c .profile-image {
	  width: 0%;
	}
	.snip1506_c .profile-image img {
	  max-width: 100%;
	}
	.snip1506_b .profile-image,
	.snip1506_c figcaption {
	  float: none;
	}
}



.snip1506_r {
  position: relative;
  float: none;
  margin: 10px 0%;
  width: 100%;
  color: #141414;
  text-align: left;
  line-height: 1.4em;
  font-size: 14px;
}
.snip1506_r * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.snip1506_r .profile-image {
  width: 50%;
}
.snip1506_r .profile-image img {
  border-radius: 0px;
  max-width: 100%;
  vertical-align: top;
}
.snip1506_r .profile-image,
.snip1506_r figcaption {
  float: none;
}
.snip1506_r figcaption {
  width: 100%;
  background-color: #fff;
  color: #444;
  padding: 25px 0;
  display: inline-block;
  margin-left: 0%;
  border-radius: 0px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.0);
  
}

.snip1506_r h3,
.snip1506_r h4,
.snip1506_r p {
  margin: 0 0 5px;
}
.snip1506_r h3 {
  font-weight: 600;
  font-size: 1.2em;
}
.snip1506_r h4 {
  color: #8c8c8c;
  font-weight: 400;
  font-size: 1em;
}
.snip1506_r p {
  font-size: 1em;
  opacity: 0.9;
}
.snip1506_r a {
  text-decoration: none;
}




.snip1520 {
  position: relative;
  float: left;
  overflow: hidden;
/*  margin: 10px 1%;
  min-width: 230px;
  max-width: 315px;
  width: 100%;  background: #000;
  background: -moz-linear-gradient(90deg, #000 0%, #000 100%, #000 100%);
  background: -webkit-linear-gradient(90deg, #000 0%, #000 100%, #000 100%);
  background: linear-gradient(90deg, #000 0%, #000 100%, #000 100%);
*/}

.snip1520 img,
.snip1520:before,
.snip1520:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.snip1520 img {
/*  max-width: 100%;
*/  backface-visibility: hidden;
  vertical-align: top;
}

.snip1520:before,
.snip1520:after {
  content: '';
  background-color: #fff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.snip1520:before {
  width: 60px;
  height: 1px;
  left: 0;
}

.snip1520:after {
  height: 60px;
  width: 1px;
  top: 100%;
}

.snip1520 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1520:hover img,
.snip1520.hover img {
  zoom: 1;
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  opacity: 0.6;
}

.snip1520:hover:before,
.snip1520.hover:before,
.snip1520:hover:after,
.snip1520.hover:after {
  opacity: 1;
  top: 50%;
  left: 50%;
}

.snip1403 {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  width: 100%;
  max-width: 1920px;
  min-width: 230px;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.0);
  font-weight: 200;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.snip1403 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.snip1403 *:before,
.snip1403 *:after {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1403 img {
  width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  opacity: 0;
}
.snip1403 figcaption {
  position: absolute;
  top: 50%;
  left: 0%;
  margin: 0 5%;
  padding: 10px 15px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media only screen and (max-width: 780px) {
	.snip1403 figcaption {
	  position: absolute;
	  top: 50%;
	  left: 0%;
	}
}
@media only screen and (max-width: 580px) {
	.snip1403 figcaption {
	  position: absolute;
	  top: 50%;
	  left: 0%;
	}
}
.snip1403 figcaption div {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.7;
}
.snip1403 figcaption div:before,
.snip1403 figcaption div:after {
  position: absolute;
  content: '';
  background-color: rgba(255, 255, 255, 0.75);
  left: 50%;
  top: 50%;
}
.snip1403 figcaption div:before {
  width: 2px;
  height: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.snip1403 figcaption div:after {
  height: 2px;
  width: 50px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.snip1403 h3 {
  opacity: 0;
  letter-spacing: 1.5px;
  line-height: normal;
  color: #fff;
  margin: 0;
}
@media only screen and (max-width: 700px) {
	.snip1403 h3 {
		font-size:1.2em;
	}
}
.snip1403 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.snip1403:hover img,
.snip1403.hover img {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0.0;
  opacity: 0.0;
}
.snip1403:hover figcaption h3,
.snip1403.hover figcaption h3 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  opacity: 1;
}
.snip1403:hover figcaption .plus1,
.snip1403.hover figcaption .plus1,
.snip1403:hover figcaption .plus2,
.snip1403.hover figcaption .plus2 {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.snip1403:hover figcaption .plus1:before,
.snip1403.hover figcaption .plus1:before,
.snip1403:hover figcaption .plus1:after,
.snip1403.hover figcaption .plus1:after {
  top: 0%;
  left: 0%;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.snip1403:hover figcaption .plus2:before,
.snip1403.hover figcaption .plus2:before,
.snip1403:hover figcaption .plus2:after,
.snip1403.hover figcaption .plus2:after {
  top: 100%;
  left: 100%;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}



figure.snip1466 {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0.2%;
  min-width: 230px;
  max-width: 980px;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  background-color: #fff;
  border: 3px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
figure.snip1466 *,
figure.snip1466 *:before,
figure.snip1466 *:after {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
figure.snip1466 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}
figure.snip1466 i {
  position: absolute;
  line-height: 50px;
  width: 50px;
  text-align: center;
  font-size: 28px;
  z-index: 1;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
}
figure.snip1466 i:after {
  position: absolute;
  bottom: 3px;
  right: 3px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 75px 75px;
  border-color: transparent transparent #E3C9C9;
  z-index: -1;
}
figure.snip1466 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
figure.snip1466:hover img,
figure.snip1466.hover img {
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
figure.snip1466:hover i,
figure.snip1466.hover i {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

 /* -------------------------------- 

vertical-lines

-------------------------------- */

.vertical-lines {
  height: 10px;
  background-image: linear-gradient(
    90deg,
    hsla(0, 0%, 50%, 1),
    hsla(0, 0%, 50%, 1) 33.33%,
    hsla(0, 0%, 50%, 0) 33.33%,
    hsla(0, 0%, 50%, 0) 100%);
  background-size: 3px 100%;
  width: 100%;
  margin: 30px 0;
}
@media only screen and (max-width: 980px) {
	.vertical-lines2 {
	  height: 10px;
	  background-image: linear-gradient(
		90deg,
		hsla(0, 0%, 50%, 1),
		hsla(0, 0%, 50%, 1) 33.33%,
		hsla(0, 0%, 50%, 0) 33.33%,
		hsla(0, 0%, 50%, 0) 100%);
	  background-size: 3px 100%;
	  width: 100%;
	}
}

 
 /* -------------------------------- 

switch

-------------------------------- */
.switch {
	visibility: hidden;
}

/* -------------------------------- 

#background_video

-------------------------------- */
	#foot {
		-moz-transition: opacity 0.5s ease-in-out;
		-webkit-transition: opacity 0.5s ease-in-out;
		-ms-transition: opacity 0.5s ease-in-out;
		transition: opacity 0.5s ease-in-out;
		bottom: 0.5em;
		color: rgba(255, 255, 255, 0.5);
		left: 3em;
		opacity: 0.5;
		position: absolute;
	}

		#foot .icons {
			margin: 0 0 0em 0;
		}

		#foot .copyright {
			font-size: 0.8em;
			list-style: none;
			padding: 0;
		}

			#foot .copyright li {
				border-left: solid 1px rgba(255, 255, 255, 0.25);
				display: inline-block;
				line-height: 1em;
				margin: 0 0 0 0.75em;
				padding: 0 0 0 0.75em;
			}

				#foot .copyright li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}

			#foot .copyright a {
				color: inherit;
			}

		#foot:hover {
			opacity: 1;
		}

		#foot > :last-child {
			margin-bottom: 0;
		}

    @media (max-width: 768px) {
	
		#foot {
			left: 0.5em;
			bottom: 0em;
		}
	}


	#foot ul {
		margin: 0 0 0.0em 0;
		padding-left: 1em;
	}

		#foot ul li {
			padding-left: 0.5em;
		}

		#foot ul.icons {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			#foot ul.icons li {
				display: inline-block;
				padding: 0 1em 0 0;
			}

				#foot ul.icons li:last-child {
					padding-right: 0;
				}

				#foot ul.icons li .icon:before {
					font-size: 1.25em;
				}

				#foot ul.icons li a {
			width: 110px;
			height: 55px;
					color: inherit;
				}

	
.tw_box {
	border: 2px solid #d1edfb;
}



/* -------------------------------- 

click_section

-------------------------------- */
#click_section{
  position: absolute;
  margin-top: 45px;
  left: 50%;
  top: 88%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-width: 60px;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
  color: white;
  background: rgba(0,0,0, 0.0);
  border-radius: 5px;
  z-index: 999;
}
@media only screen and (max-width: 980px) {
	#click_section{
		display: none;
	}
}


#arrow_s {
  list-style:none;
}

#arrow_s img {
/*  border-radius:5px;*/
  transition:transform .15s ease-out;
}

#arrow_s img:hover {
  transform:scale(1.20, 1.20);
}

#arrow_s img:active {
  transform:scale(1, 1);
}

/* -------------------------------- 

1208

-------------------------------- */


figure.snip1208 {
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  background-color: #161616;
  color: #fff;
  text-align: left;
  font-size: 16px;
}
figure.snip1208 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.snip1208 img,
.snip1208:before,
.snip1208:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
figure.snip1208 img {
  max-width: 100%;
  vertical-align: top;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  max-width: 100%;
  backface-visibility: hidden;
}
.snip1208:before,
.snip1208:after {
  content: '';
  background-color: #fff;
  position: absolute;
  z-index: 1;
  top: 30%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
figure.snip1208 figcaption.slide_h {
	background: #fff;
  padding: 25px;
  position: relative;
}
figure.snip1208 figcaption {
	max-width:280px;
	margin: 0 auto;
	padding: 0 20px;
}
figure.snip1208 h3,
figure.snip1208 p {
  margin: 0;
  padding: 0;
}
figure.snip1208 h3 {
  margin-bottom: 10px;
  line-height: normal;
  display: inline-block;
  font-weight: 600;
  color: #444;
}
figure.snip1208 p {
  font-size: 0.8em;
  margin-bottom: 20px;
  line-height: 1.6em;
}
figure.snip1208 button {
	width: 90%;
	display: inline-block;
	border: 1px solid #666;
	border-radius: 0.3em;
	color:  #fff !important;
	padding: 12px 30px;
	cursor: pointer;
	transition: .2s linear;
	margin: 0 auto;
	text-align: center;
	background: none;
	font-size: 1em;
		line-height: 2em;
		font-weight:100;
}
.snip1208:before {
  width: 60px;
  height: 1px;
  left: 0;
}

.snip1208:after {
  height: 60px;
  width: 1px;
  top: 100%;
}

figure.snip1208 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1208:hover img,
figure.snip1208.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
.snip1208:hover:before,
.snip1208.hover:before,
.snip1208:hover:after,
.snip1208.hover:after {
  opacity: 1;
  top: 30%;
  left: 50%;
}
figure.snip1208:hover .date,
figure.snip1208.hover .date {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip1208:hover button,
figure.snip1208.hover button {
	color: #e44c65 !important;
	background-color: none;
	border: 1px solid #e44c65;
}
figure.snip1208.off:hover button,
figure.snip1208.off.hover button {
	color: #444 !important;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.3);
}



/* -------------------------------- 

common

-------------------------------- */
.wrap {
	width:100%;
	margin: 0 auto;
	padding: 4em 0;
	text-align: center;
	overflow: hidden;
}
.wrap2 {
	width:100%;
	margin: 0 auto;
	padding: 4em 0 0 0;
	text-align: center;
	overflow: hidden;
}
.wrap2_2 {
	width:100%;
	margin: 0 auto;
	padding: 0 0 2em 0;
	text-align: center;

	overflow: hidden;
}
.wrap3 {
	width:80%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	overflow: hidden;
}
@media screen and (max-width: 980px) {
	.wrap3 {
		width:100%;
		margin: 0 auto;
		padding: 0;
		text-align: left;
		overflow: hidden;
	}
}
/* -------------------------------- 

stitch 

-------------------------------- */
.stitch_a {
  background: rgba(255,255,255,.5);
  position: relative;
  border-radius: 0px;
  border: 10px solid rgba(255,255,255,.15);
  box-shadow: 1px 1px 4px rgba(0,0,0,.3);
  z-index: 5;
   padding: 50px 30px;
   margin: 10px;
}
@media screen and (max-width: 980px) {
	.stitch_a {
   margin: 15px;
	  border: none;
	  box-shadow: none;
   padding: 0px 0px;
	}
}

.stitch_b {
  background: rgba(0,0,0,.5);
  position: relative;
  border-radius: 0px;
  border: 10px solid rgba(0,0,0,.15);
  box-shadow: 1px 1px 4px rgba(0,0,0,.3);
  z-index: 5;
   padding: 50px 30px;
   margin: 10px;
}
.stitch_b:before {
  content: '';
  position: absolute;
  top: 0; left:0; right:0; bottom:0;
  background: inherit;
  filter: blur(5px);
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: blur(6px);
  filter: url(#blur);filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='6');
}
@media screen and (max-width: 980px) {
	.stitch_b{
	  background: rgba(0,0,0,.0);
	   padding: 0px 0px;
	   margin: 0px 0px;
	  border: 0px solid rgba(0,0,0,.0);
	  box-shadow: 0px rgba(0,0,0,.0);
	}
	.stitch_b:before {
	  content: '';
	  position: absolute;
	  top: 0; left:0; right:0; bottom:0;
	  background: inherit;
	  filter: blur(0px);
	  -webkit-filter: blur(0px);
	  -moz-filter: blur(0px);
	  -o-filter: blur(0px);
	  -ms-filter: blur(0px);
	  filter: url(#blur);filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
	}
}

.stitch {
	background: rgba(225, 225, 225, 0.0);
   padding: 80px 30px;
   margin: 10px 10px 10px 10px;
   line-height: 1.3em;
}
@media screen and (max-width: 980px) {
	.stitch {
		padding: 80px 30px;
		background: rgba(255, 255, 255, 0.0);
		line-height: 1.3em;
	}
}

/* -------------------------------- 

btn 

-------------------------------- */

.btn1 {
	width: 240px;
	display: inline-block;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 0.3em;
	color:  #444 !important;
	padding: 12px 25px;
	cursor: pointer;
	transition: .2s linear;
	margin: 10px 0;
	text-align: center;
		font-size: 1em;
		line-height: 3em;
		padding: 0 1.5em;
	}
.btn1:hover {
	color: #e44c65 !important;
	background-color: #fff;
	border: 1px solid #e44c65;
}
@media screen and (max-width: 980px) {
	.btn1 {
		width: 220px;
	}
}

.btn2 {
	width: 240px;
	display: inline-block;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 0.3em;
	color:  #fff !important;
	padding: 12px;
	cursor: pointer;
	transition: .2s linear;
	margin: 10px 0;
	text-align: center;
		font-size: 1em;
		line-height: 3em;
		padding: 0 1.5em;
	}
.btn2:hover {
	color: #e44c65 !important;
	background-color: rgba(0, 0, 0, 0.0);
	border: 1px solid #e44c65;
}
@media screen and (max-width: 980px) {
	.btn2 {
		width: 220px;
	}
}


.map_upp {
	margin: 0 20px;
	color: #fff;
}

/* -------------------------------- 

table

-------------------------------- */

table {
  border-collapse: collapse;
  margin: 1em 0;
  width: 100%;
  z-index:0;
}

table tr,
table th,
table td {
  border: none;
  border-bottom: 1px dotted #FF9393;
  line-height:normal;
  font-size: 0.9em;
}
@media only screen and (max-width: 500px) {
	table tr,
	table th,
	table td {
	  border: none;
	  border-bottom: 1px dotted #FF9393;
	  line-height:normal;
	  font-size: 0.8em;
	}
}
table th,
table td {
  padding: 10px 12px;
  text-align: left;
}

table th {
  text-transform: uppercase;
}

table tr td {
  color: #222;
}

table tr:nth-of-type(2n+2) td {
}

table.bt tbody td {
  font-size: .8125rem;
  padding: 0;
}

table.bt tbody td:before {
  color: white;
  margin-right: 10px;
  padding: 2px 10px;
}

table.bt tbody td .bt-content {
  display: inline-block;
  padding: 2px 5px;
}

table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {
  padding-top: 10px;
}

table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
  padding-bottom: 10px;
}
.y_numb {
	width: 35%;
}


