﻿@charset "utf-8";

/*
Theme Name: SUBHAND
Author: SUBHAND.LLC
Author URL: http://www.subhand.net/
*/



/*テキストデコレーション*/
.dec{
text-decoration: underline;
font-weight: bold;
font-size: 29px;
}
.dec0{
background-color: #FFED00;
font-weight: bold;
}
.dec01{
font-weight: bold;
color: #FF0004;
}
.dec02{
font-weight: bold;
background-color: #FFED00;
color: #FF0004;
}
.dec03{
font-weight: bold;
color: #FF0004;
text-decoration: underline;
}
.white{
color: #FFF;
font-weight:200;
text-shadow: -1px 1px 5px #000;
}



/****動くボタン*********/


@keyframes horizontal {
    0% { transform:translateX( -3px); }
  100% { transform:translateX(  0px); }
}
@keyframes vertical {
    0% { transform:translateY(-10px); }
  100% { transform:translateY(  0px); }
}
.btn {
  animation: horizontal 1s ease-in-out infinite alternate;
}

.btn {
  animation: vertical 1s ease-in-out infinite alternate;
}
.btn:hover{
  animation: none;
}


*{
	margin:0px;
	padding:0px;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,body {
	font-size: 18px;
	  height: 100%;
	  padding: 0;
	  margin: 0;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	}
	
body {
    line-height: 1;
    width: 100%;
    height: 100%;
}
img{
width: 100%;
}
.header_back {
	background-image:url(../images/header_back.jpg);/*ヘッダー画像*/
	background-repeat:no-repeat;
	overflow:hidden;
	background-position:top center;
	width: 100%;
    background-size: cover;
}
.header_back img{
	width: 1050px;
	margin: auto;
}
@media screen and (max-width: 1050px)  {	
.header_back img{
	width: 100%;
}
}
/********斜め**********/
.section0{
background:#000;
-webkit-transform: skew(0deg, -3deg);
}
.section0 img{
margin-top:50px;
}
.section0 .container{-webkit-transform: skew(0deg, 3deg);}

.section1{
	background-image:url(../images/back.jpg);
	-webkit-transform: skew(0deg, -3deg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: revert;
}
.section1 .container{-webkit-transform: skew(0deg, 3deg);}
.container{
    max-width: 1050px;
    margin: auto;
 }
.section2{
	background-image:url(../images/back01.jpg);
	-webkit-transform: skew(0deg, -3deg);
	background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
	background-color:#ffff00;
	margin-bottom: 60px;
}
.section2 .container{-webkit-transform: skew(0deg, 3deg);}

.section3{ 
  padding-bottom: calc(7vw + 8px);  
    position: relative;
    overflow: hidden;
    background-color:#fff;　/* .section1の背景 */ 
}
.section3::before {
   content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      border-bottom: 20vw solid #01cdd4;  /* 三角を白に */ 
      border-left: 100vw solid transparent;
}
.section3::after {
  content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      border-bottom: 20vw solid #01cdd4;   /* 三角を白に */ 
      border-right: 100vw solid transparent;
}
.section4{
	background: #01cdd4;
}
.section5{
	-webkit-transform: skew(0deg, -3deg);
	background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
	background-color:#ffff00;
}
.section5 .container{-webkit-transform: skew(0deg, 3deg);
	padding: 60px 0 40px;
}

.section6 {
	background-image:url(../images/back0.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	background-position:top center;
	width: 100%;
    background-size: cover;
}
.section7 {
	background-image:url(../images/back03.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	background-position:top center;
	width: 100%;
    background-size: cover;
}


.back02 {
background-image:url(../images/back02.jpg);
background-attachment: fixed;
background-size: cover;
padding: 0;
}

.btn img{
	width: 730px;
}
@media screen and (max-width: 780px){	
.container{
    width: 100%;
    max-width: 100%;
 }
 .btn img{
	width:80%;
}
 }

/********基本テキストスタイル**********/

 p{
	clear:both;
	margin-top: 10px;
	margin-left:90px;
	margin-right:90px;
	line-height:1.8;
	text-align:left;
	font-size:16px;
}


.privacy01{
width: 800px;
height: 80px;
margin: 30px auto;
padding: 10px;
font-size: 12px;
text-align: left;
line-height: 1.5em;
overflow: auto;
border: 1px solid #ccc;
color: #000;
background-color:#FFF;
text-align: center;
}




#copyright{
text-align: center;
color: #FFF;
background-color: #000;
overflow: hidden;
}
#copyright p{
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom:10px;
	line-height:1.8;
	text-align: center;
	font-size:16px;
}

#copyright p a{
color: #FFF;
text-decoration: none;
}


/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width: 780px)  {	

#container p{
clear:both;
margin: 0px 5% !important;
line-height:1.8;
text-align:left;
font-size:1.4em !important;
}

#container1 p{
clear:both;
margin: 30px 5% !important;
line-height:1.8;
text-align:left;
font-size:1.8em !important;
}
#container2 p{
clear:both;
margin: 30px 30px;
line-height:1.8;
text-align:left;
font-size:1.8em !important;
}
#bgv {
background-attachment: fixed;
}
  
#back {
background-attachment: fixed;
background-size: cover;
padding: 0;
}
  
#back0 {
background-attachment: fixed;
padding: 0;
}
#back02 {
background-attachment: fixed;
}
#container .privacy01{
font-size: 0.8em !important;
}
p span{
display: block;
}

.balloon5 .faceicon {
  margin-left:0 !important;
}

.balloon5_right .faceicon {
  margin-right:0 !important;
}
.none{
display: none !important;
}

.min01{
margin-left: -410px!important;
}

.min02{
margin-left: 0px!important;
}
.min03{
margin-left:  0px!important;
}

.min04{
margin-left:  0px!important;
}
.flex{
display: block;
}
.flex img{
width: 96%;
margin-bottom: 30px;
}

}
/**************************************************/
