/* CSS Document */
@charset "UTF-8";
@import url("../webfonts/Juste/stylesheet.css");

/* addicthy illumina neoliscio ndot */
.inner1000 {
	font-size: 13px;
	line-height: 24px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1000px;
}
#none {
	display: none;
}

.ctt_01 {
	position: relative;
	margin-bottom: 126px;
}
.ctt_01 h1 {
	position: absolute;
	display: block;
	bottom: 236px;
	left: 42px;
}
.ctt_02   {
	margin-bottom: 50px;
}
.ctt_02 .ctt_tit {
	position: relative;
	margin-bottom: 80px;
}
.ctt_02 .ctt_tit img {
	margin-bottom: 30px;
}
#line_01   {
	position: absolute;
	top: 50px;
	left: 80px;
}
.ctt_02 .ctt_tit p {
	color: #000000;
}
.ctt_02 .pointWrp {
}
.pointWrp .point {
	display: -webkit-box;/*--- Android ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex; /* safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;    /* 改行 */
	-webkit-justify-content: space-between;
	justify-content: space-between;  /* 横方向の整列 flex-start space-around */
	-webkit-align-content: stretch;
	align-content: stretch;   /* 縦の余白 */
	-webkit-align-items: space-between;
	align-items: space-between;  /* 縦方向の整列 baseline space-around */
	width: 100%;
	margin-bottom: 80px;
	position: relative;
}
.pointWrp .point .clm,.pointWrp .point_02 .clm {
	width: 45%;
}
.point .img_left {
	width: 100%;
	height: auto;
	max-width: 424px;
	margin-left: 0px;
}
#p_01 {
	position: absolute;
	left: 38%;
	top: 5%;
}

#p_02   {
	position: absolute;
	left: 38%;
	top: -12%;
}

#p_03 {
	position: absolute;
	left: 35%;
	bottom: 20%;
	top: 1%;
}
.pointWrp .point .cmtWrp {
	text-align: left;
	width: 50%;
	margin-top: 16%;
	height: auto;
}
.point .cmtWrp h2,.point_02 .cmtWrp h2 {
	color: #000000;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho",  serif;
	font-size: 36px;
	letter-spacing: 1.5px;
	margin-bottom: 23px;
}
.cmtWrp h2 .pink,.cmtWrp h2 .pink {
	color: #D673AD;
	font-size: 50px;
}
.point .cmtWrp p,.point_02 .cmtWrp p {
	color: #000000;
}
.pointWrp .point_02 {
	display: -webkit-box;/*--- Android ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex; /* safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;    /* 改行 */
	-webkit-justify-content: space-between;
	justify-content: space-between;  /* 横方向の整列 flex-start space-around */
	-webkit-align-content: stretch;
	align-content: stretch;   /* 縦の余白 */
	-webkit-align-items: space-between;
	align-items: space-between;  /* 縦方向の整列 baseline space-around */
	width: 100%;
	margin-bottom: 65px;
	position: relative;
}

.point_02 .cmtWrp {
	text-align: left;
	margin-top: 100px;
	width: 45%;
	margin-left: 40px;
}
.point_02 .clm .img_right {
	width: 100%;
	height: auto;
	max-width: 460px;
}

.ctt_03 {
	position: relative;
	margin-bottom: 100px;
}
.ctt_03 .ctt_tit  {
	margin-bottom: 50px;
}
.ctt_03 .ctt_tit h2 {
}
#line_02 {
	position: absolute;
	top: 40px;
	left: 80px;
}
.ctt_03 ul  {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-align-content: stretch; /* Safari */
	align-content: stretch;
	-webkit-align-items: flex-start;/* Safari */
	align-items: flex-start;
	margin-bottom: 3%;
}
.ctt_03 ul.ul02 {
	width: 68%;
	margin-right: auto;
	margin-left: auto;
}
.ctt_03 ul li {
	width: 22%;
}
.ctt_03 ul li img {
	width: 100%;
	height: auto;
}
.ctt_03 ul.ul02 li {
	width: 29%;
}
#menuWrp {
}
#menuWrp ul {
	display: -webkit-box;/*--- Android ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex; /* safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;				/* 改行 */
	-webkit-justify-content: space-between;
	justify-content: space-between; 	/* 横方向の整列 flex-start space-around */
	-webkit-align-content: stretch;
	align-content: stretch;			/* 縦の余白 */
	-webkit-align-items: space-between;
	align-items: space-between;		/* 縦方向の整列 baseline space-around */
	width: 90%; /* 横並びさせる親要素の幅 */
	margin-right: auto;
	margin-left: auto;
}
#menuWrp ul li {
	width: 20%;
	max-width: 160px;
}
#menuWrp ul li a {
}
.btn {
	width: 160px;
	line-height: 40px;
	display: inline-block;
	color: #444;
	background-color: #FFF;
	position: relative;
	cursor: pointer;
	-webkit-transition: all .4s ease-in-out .1s;
	transition: all .4s ease-in-out .1s;
	font-family: Juste;
	font-size: 16px;
	letter-spacing: 2px;
}
.btn:hover {
	color: #fff;
	background-color: #999;
}
.btn svg{
  position: absolute;
  top:0;
  left:0;
}
.btn svg line {
  stroke-width: 2;
  stroke: #444;
  fill: none;
  -webkit-transition: all .6s ease-in-out .1s;
  transition: all .6s ease-in-out .1s;
}
.btn svg line.top,
.btn svg line.bottom {
  stroke-dasharray: 160;
}
.btn svg line.left,
.btn svg line.right {
  stroke-dasharray: 40;
}
.btn:hover svg line {
  stroke-width: 5;
  stroke: #ddd;
}
.btn:hover svg line.top {
  -webkit-transform: translateX(-320px);
  transform: translateX(-320px);
}
.btn:hover svg line.bottom {
  -webkit-transform: translateX(320px);
  transform: translateX(320px);
}
.btn:hover svg line.left {
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}
.btn:hover svg line.right {
  -webkit-transform: translateY(-80px);
  transform: translateY(-80px);
}
@media screen and (max-width:768px){

#main .inner1000 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.ctt_01 {
	width: 100%;
}
.ctt_01 #keyimg {
	width: 100%;
	height: auto;
}
.ctt_01 h1 {
	width: 40%;
	top: 47%;
	left: 5%;
}
.ctt_01 h1 img {
	width: 100%;
	height: auto;
}
.ctt_02 {
}
.ctt_02 .ctt_tit {
}
.ctt_02 .ctt_tit img {
}
#line_01   {
	display: none;
}
.ctt_02 .ctt_tit p {
}
.ctt_02 .pointWrp {
}
.pointWrp .point,.pointWrp .point_02  {
	width: 100%;
}
.point .img_left {
	display: block;
}
#p_01 {
	top: -17%;
	left: 28%;
	width: 20%;
	height: auto;
}
#p_02   {
	left: 40%;
	top: -25%;
	width: 20%;
	height: auto;
}
#p_03 {
	left: 32%;
	top: -15%;
	width: 20%;
	height: auto;
}
.pointWrp .point .cmtWrp {
	width: 45%;
	margin-top: 10px;
	display: block;
}
.point .cmtWrp h2,.point_02 .cmtWrp h2 {
	font-size: 120%;
}
.cmtWrp h2 .pink,.cmtWrp h2 .pink {
	font-size: 150%;
}
.point_02 .cmtWrp {
	width: 50%;
	margin-left: 0px;
	margin-top: 0px;
}
.point_02 .img_right {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	height: 50%;
	display: block;
}

#line_02 {
	display: none;
}
.point_02 .clm .img_right {
}
#menuWrp ul li {
	width: 45%;
	margin-bottom: 5%;
}
}

@media screen and (max-width:480px){
.pointWrp .point .clm,.pointWrp .point_02 .clm {
	width: 100%;
}
.pointWrp .point .cmtWrp,.pointWrp .point_02 .cmtWrp {
	width: 100%;
	top: 0%;
}

#p_01 {
	width: 30%;
	position: absolute;
	top: -4%;
	height: auto;
	left: 0%;
}

#p_02   {
	left: 0%;
	top: -10%;
	width: 30%;
	position: absolute;
	height: auto;
}

#p_03 {
	left: 0%;
	top: -8%;
	width: 30%;
	position: absolute;
	height: auto;
}
.ctt_02 .pointWrp {
  -webkit-flex-direction: column; /* Safari */
  flex-direction:         column;
}

.point_02 .cmtWrp {
  -webkit-order: 1; /* Safari */
  		  order: 1;
}
.ctt_02 .pointWrp .point_02 {
	margin-top: 100px;
	margin-bottom: 100px;
}
.point_02 .cmtWrp.clm h2 {
	margin-top: 10px;
}
#menuWrp ul li {
	width: 100%;
}

}
