@charset "utf-8";
/* # =================================================================
   # icon
   # ================================================================= */
.icon_arrow {
  padding-right: 10px;
  position: relative;
}
.icon_arrow::before {
	content: '';
	position: absolute;
	right: 3px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-top: 1px solid #E4002B;
	border-right: 1px solid #E4002B;
	-webkit-transform: rotate(45deg) translateY(-50%);;
	transform: translateY(-50%) rotate(45deg);
}
a.icon_arrow {
  padding-right: 20px;
}

/* # =================================================================
   # Button
   # ================================================================= */
.btn_link {
  width: 100%;
  height: 60px;
  display: block;
  position: relative;
  color: #1F80DB;
  line-height: 52px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  vertical-align: middle;
  border: 4px solid #1F80DB;
  background-color: #fff;
}
.btn_mail {
  width: 100%;
  height: 60px;
  display: block;
  position: relative;
  color: #1F80DB;
  line-height: 52px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  border: 4px solid #1F80DB;
  background-color: #fff;
}
.btn_submit {
  color: #fff;
  /*
	font-size: 14px;
	font-size: 1.4rem;
  */
	text-align: center;
	text-decoration: none;
	line-height: 48px;
	display: inline-block;
	width: 100%;
	height: 50px;
	outline: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	white-space: nowrap;
	vertical-align: middle;
  /*background-color: #33b792;*/
  background: linear-gradient(100deg,#33b792 50%, #2dae88 0%);
}
.btn_return {
  color: #33b792;
  /*
	font-size: 14px;
	font-size: 1.4rem;
  */
  font-weight: 500;
	text-align: center;
	text-decoration: none;
	line-height: 48px;
	display: inline-block;
	width: 100%;
	height: 50px;
	outline: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	white-space: nowrap;
	vertical-align: middle;
  background-color: #fff;
  border: 2px solid #33b792;
}
@media screen and (max-width: 767px) {
  .btn_mail {
    color: #fff;
    line-height: 60px;
    border: none;
    background-color: #1F80DB;
  }
}

/*
@media screen and (max-width: 767px) {
	.btn_link {
		max-width: 200px;
		width: 100%;
	}
}
*/
/* # =================================================================
   # title
   # ================================================================= */
.ttl01 {
  font-size: 40px;
  font-size: 4.0rem;
	line-height: 1.5;
  text-align: center;
}
.ttl_blue{
  margin: 0 auto 70px;
  position: relative;
  padding: 30px 0;
  max-width: 980px;
  width: calc(100% - 40px);
  color: #fff;
  font-size: 40px;
  font-size: 4.0rem;
  font-weight: 500;
	line-height: 1.5;
  text-align: center;
  letter-spacing: 0.15em;
  background-color: #1F80DB;
  box-shadow: 7px 7px 0px 0px #CCCCCC;
  
  -webkit-transform: skewX(-12deg);
	        transform: skewX(-12deg);
}
.ttl_blue > span {
  display: block;
	-webkit-transform: skewX(12deg);
	        transform: skewX(12deg);
}
.ttl_blue::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 52.5%;
	bottom: -47px;
	border-top: 40px solid #CCCCCC;
	border-right: 65px solid transparent;
	border-left: 65px solid transparent;
  transform: translateX(-50%) skewX(12deg);
  
}
.ttl_blue::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 51.5%;
	bottom: -39px;
	border-top: 40px solid #1F80DB;
	border-right: 65px solid transparent;
	border-left: 65px solid transparent;
  transform: translateX(-50%) skewX(12deg);
}
.ttl_blue img {
  width: 39px;
  vertical-align: baseline;
}
.ttl_yellow {
  margin-bottom: 70px;
  font-size: 40px;
  font-size: 4.0rem;
  font-weight: 500;
  text-align: center;
}
.ttl_yellowInr {
  margin: 0 auto 30px;
  padding-bottom: 10px;
  display: inline;
  width: 100%;
	line-height: 1.5;
  text-align: center;
  letter-spacing: 0.1em;
  background: linear-gradient(transparent 60%, #F3FF2B 0%);
  
}
.ttl_yellow img {
  margin-left: 0.5em;
	width: 41px;
	vertical-align: baseline;
}

@media screen and (max-width: 767px) {
  .ttl_blue {
    margin-bottom: 60px;
    padding: 10px 0;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    -webkit-transform: skewX(-6deg);
	        transform: skewX(-6deg);
  }
  .ttl_blue > span {
    -webkit-transform: skewX(6deg);
            transform: skewX(6deg);
  }
  .ttl_blue img {
    width: 27px;
    /*margin-left: -0.5em;*/
  }
  .ttl_blue::before {
    left: 53%;
    bottom: -41px;
    border-top-width: 35px;
    border-right-width: 25px;
    border-left-width: 25px;
    transform: translateX(-50%) skewX(6deg);
  }
  .ttl_blue::after {
    bottom: -34px;
    border-top-width: 35px;
    border-right-width: 25px;
    border-left-width: 25px;
    transform: translateX(-50%) skewX(6deg);
  }
}
@media (max-width:480px) {
  .ttl_yellow {
    margin-bottom: 40px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .ttl_yellowInr {
    letter-spacing: 0.05em;
  }
  .ttl_yellow img {
    margin-left: 0.2em;
    width: 28px;
  }
}
.ttl02 {
  font-size: 20px;
  font-size: 2.0rem;
	font-family: source-han-sans-japanese, sans-serif;
  font-weight: bold;
}

.ttl03 {
  font-size: 16px;
  font-size: 1.6rem;
	font-family: source-han-sans-japanese, sans-serif;
  font-weight: bold;
}

/*
.sec_ttl {
  padding: 30px 0;
  position: relative;
  color: #fff;
  text-align: center;
  background: #1F80DB;
}
.sec_ttl:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  border: 15px solid transparent;
  border-right: 68px solid transparent;
  border-left: 68px solid transparent;
  border-top: 40px solid #1F80DB;
  width: 0;
  height: 0;
}
*/
.sec_ttl{
  margin: 0 auto 30px;
  position: relative;
  padding: 30px 0;
  max-width: 980px;
  color: #fff;
  letter-spacing: 0.15em;
  background-color: #1F80DB;
  box-shadow: 7px 7px 0px 0px #CCCCCC;
  
  -webkit-transform: skewX(-12deg);
	        transform: skewX(-12deg);
}
.sec_ttl > span {
  display: block;
	-webkit-transform: skewX(12deg);
	        transform: skewX(12deg);
}
.sec_ttl::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 52%;
	bottom: -47px;
	border-top: 40px solid #CCCCCC;
	border-right: 65px solid transparent;
	border-left: 65px solid transparent;
  transform: translateX(-50%) skewX(12deg);
  
}
.sec_ttl::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 51.5%;
	bottom: -40px;
	border-top: 40px solid #1F80DB;
	border-right: 65px solid transparent;
	border-left: 65px solid transparent;
  transform: translateX(-50%) skewX(12deg);
}
.sec_ttl img {
  width: 39px;
  vertical-align: baseline;
}
.sec_ttl02 {
  letter-spacing: 0.2em;
  text-shadow    : 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff;
}
@media screen and (max-width: 1199px) {
  .sec_ttl {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .ttl01 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  
  .ttl02 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sec_ttl {
    padding: 20px 0;
  }
  .sec_ttl::after {
    bottom: -19px;
    border-top: 20px solid #1F80DB;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
  }
  .sec_ttl::before {
    left: 53%;
    bottom: -26px;
    border-top-width: 20px;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
  }
  .sec_ttl img {
    width: 23px;
    vertical-align: baseline;
  }
}
/* # =================================================================
   # form
   # ================================================================= */
.searchform {
	position: relative;
  color: #C8CDD2;
}

.searchform {
	box-sizing: border-box;
	position: relative;
	display: block;
	padding: 0 10px;
	border-radius: 20px;
	height: 26px;
	width: 200px;
	overflow: hidden;
	background: #fff;
}

.searchform input[type="text"] {
	width: 100%;
	border: 1px solid #C8CDD2;
	height: 26px;
	line-height: 26px;
	color: #111;
}

.searchform button[type="submit"] {
	margin-top: -9px;
	padding: 0 10px;
	color: #C8CDD2;
  font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
  position: absolute;
	right: 0;
	top: 50%;
	outline: 0;
}

.searchform ::placeholder {
	color: #C8CDD2;
}

.formparts_input {
  border: 1px solid rgba(0, 0, 0, 0.16);
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0.4em 0.8em;
  width: 100%;
  height: 60px;
}
.formparts_checkbox {
	margin: 0;
  visibility: hidden;
  height: 0;
}
.formparts_checkbox + label {
	cursor: pointer;
	display: inline-block;
  /*
	font-size: 14px;
	font-size: 1.4rem;
  */
	/* line-height: 1.5px; */
	margin-right: 12px;
	padding: 0 0 0 24px;
	position: relative;
}
.formparts_checkbox + label::before {
	border: 1px solid #707070;
	box-sizing: border-box;
	content: "";
	display: block;
	margin-top: -8px;
	position: absolute;
	left: 0;
	top: 50%;
	height: 16px;
	width: 16px;
  background-color: #ccc;
}
.formparts_checkbox:checked + label::after {
	box-sizing: border-box;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	border-bottom: 1px solid #111;
	border-left: 1px solid #111;
	left: 3px;
	margin-top: -5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: 6px;
	width: 10px;
}
@media screen and (max-width: 767px) {
  .searchform {
    margin: 25px auto;
    padding: 0 35px 0 10px;
    width: 90%;
    height: 36px;
  }
  
  .searchform input[type="text"] {
    padding: 0.5em 0;
    height: 36px;
    /* line-height: 36px; */
  }
  
  .searchform button[type="submit"] {
    margin-top: -15px;
    font-size: 30px;
  }
}
/* # =================================================================
   # link
   # ================================================================= */
.anchor .anchor_img {
	border: 1px solid transparent;
}

.anchor:hover .anchor_img {
	border: 1px solid #E4002B;
}

.anchor_txt {
  padding-bottom: 0.05rem;
  text-decoration: none;
  border-bottom: 1px solid #0B1013;
}
.anchor_txt:hover {
  border-color: #111;
}

/**
 * tab
 */
.tab_btn {
	margin-bottom: 60px;
	letter-spacing: -.4em;
}

.tab_btn > li {
	display: inline-block;
	letter-spacing: normal;
}

.tab_btn > li a {
	font-weight: bold;
	display: block;
	padding: 20px 40px;
	border-bottom: 1px solid #C8CDD2;
}

.tab_btn .is-active {
	color: #E4002B;
	border-bottom-color: #E4002B;
}
/*-----------------------------------------*/



.tabBtn {
	margin: 0 auto 60px;
  max-width: 980px;
	letter-spacing: -.4em;
}

.tabBtn-btm {
  margin-bottom: 100px;
}

.tabBtn_item {
	display: inline-block;
  width: 25%;
	letter-spacing: normal;
  text-align: center;
}
.tabBtn-fix {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.tabBtn-fix .tabBtn_item {
  max-width: 140px;
  flex: 1;
}

.tabBtn_item > a {
	font-weight: bold;
	display: block;
	/*padding: 20px 40px;*/
  padding: 20px 0;
	border-bottom: 1px solid #C8CDD2;
}

.tabBtn_item >a.is-active {
	color: #E4002B;
	border-bottom-color: #E4002B;
}

@media screen and (max-width: 767px) {
  .tabBtn {
    margin-bottom: 30px;
  }
  
  .tabBtn-btm {
    margin-bottom: 60px;
  }
  .tabBtn-fix .tabBtn_item > a {
    padding: 20px 0;
  }
}


/* # =================================================================
   # text
   # ================================================================= */
.txt_pg {
	margin-bottom: 1.5em;
}
.txt_orange {
  color: #E9961F;
}
.font-mu {
  font-family: 'Meiryo UI','メイリオ';
  font-style:italic;
  font-weight: bold;
}
/**
 * grid
 */
.grid {
	margin-left: -30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.grid_item {
	margin: 0 0 40px 30px;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: calc((100% / 4) - 30px);
}

.grid_item > a {
  display: block;
  width: 100%;
}

.grid_img {
	margin-bottom: 20px;
	position: relative;
	width: 100%;
}

.grid_img::before {
	content: '';
	display: block;
	padding-top: 100%;
}

.grid_img .inr {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.grid {
		margin-left: -20px;
	}
	
	.grid_item {
		margin: 0 0 30px 20px;
		flex-basis: calc((100% / 3) - 20px);
	}
}

@media screen and (max-width: 480px) {
	.grid_item {
		flex-basis: calc((100% / 2) - 20px);
	}
}


/**
 * table
 */
table,
th,
td {
  border-collapse: collapse;
  border: 1px solid #C8CDD2;
  line-height: 1.5;
}

.def_tbl {
  width: 100%;
  table-layout: fixed;
}

.def_tbl th {
  padding: 20px;
  font-weight: normal;
  text-align: left;
  background-color: #F3F3F3;
  vertical-align: middle;
}

.def_tbl td {
  padding: 20px;
  vvertical-align: middle;
}

.def_tbl .w180 {
  width: 180px;
}

.def_tbl-nbr th,
.def_tbl-nbr td {
  white-space: nowrap;
}

.scroll_tbl {
	overflow: auto;
	white-space: nowrap;
}

.scroll_tbl::-webkit-scrollbar {
    height: 14px;
}

.scroll_tbl::-webkit-scrollbar-track {
    background: #F1F1F1;
}

.scroll_tbl::-webkit-scrollbar-thumb {
    background: #707070;
    border-radius: 7px;
}

.scroll_tbl > table {
	width: 100%;
	table-layout: auto;
}

.scroll_tbl > table th {
    padding: 20px;
    font-weight: normal;
		text-align: left;
    background-color: #F3F3F3;
    vertical-align: middle;
}

.scroll_tbl > table td {
    padding: 20px;
    vertical-align: middle;
}

.flex_tbl {
  display: flex;
  border-top: 1px solid #C8CDD2;
  border-left: 1px solid #C8CDD2;
}

.flex_tbl .flexTbl_unit {
  display: flex;
  flex-basis: 50%;
}

.flex_tbl .flexTbl_unit .flexTbl_th,
.flex_tbl .flexTbl_unit .flexTbl_td {
  border-right: 1px solid #C8CDD2;
  border-bottom: 1px solid #C8CDD2;
  padding: 10px 20px;
  width: 50%;
  /*flex: 1;*/
}

.flex_tbl .flexTbl_unit .flexTbl_th {
  background-color: #F3F3F3;
	width: 65%;
}
.flex_tbl .flexTbl_unit .flexTbl_td {
	width: 35%;
}
.flex_tbl .flexTbl_unit .flexTbl_td-2 {
  padding: 0;
  /*flex: 2.5;*/
  border: none;
}

.flex_tbl .flexTbl_unit-col2 > .flexTbl_th {
	width: 30%;
}

.flex_tbl .flexTbl_unit-col2 > .flexTbl_td .flexTbl_th,
.flex_tbl .flexTbl_unit-col2 > .flexTbl_td .flexTbl_td {
	width: 50%;
}

.flex_tbl .flexTbl_unit-col2 > .flexTbl_td {
	width: 70%;
}

.flex_tbl .flexTbl_group {
  width: 50%;
}
/*
.flex_tbl .flexTbl_group-6 {
  width: 60%;
}

.flex_tbl .flexTbl_group-4 {
  width: 40%;
}
*/

.list_tbl dl {
	padding: 20px 0;
	display: flex;
	align-items: center;
	position: relative;
	line-height: 1.8;
}

.list_tbl-row dl {
	display: block;
}

.list_tbl dl::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 180px;
	height: 1px;
	background-color: #E4002B;
}

.list_tbl dl::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #C8CDD2;
}

.list_tbl dl:last-child {
  padding-bottom: 0;
}

.list_tbl dl:first-child {
  padding-top: 0;
}

.list_tbl dl:last-child::after,
.list_tbl dl:last-child::before {
  content: none;
}

.list_tbl dt {
	align-self: center;
	font-weight: bold;
	width: 180px;
}

.list_tbl dd {
	padding-left: 20px;
	flex: 1;
}

.list_tbl .horizontalBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 979px) {
  .flex_tbl .flexTbl_unit .flexTbl_th, .flex_tbl .flexTbl_unit .flexTbl_td {
		padding: 10px;
		white-space: nowrap;
	}
	.flex_tbl .flexTbl_unit .flexTbl_td-2 {
		padding: 0;
	}
	
	.flex_tbl .flexTbl_unit .flexTbl_th {
		background-color: #F3F3F3;
		width: 60%;
	}
	.flex_tbl .flexTbl_unit .flexTbl_td {
		width: 40%;
	}
	
	.flex_tbl .flexTbl_unit-col2 > .flexTbl_th {
		width: 20%;
	}

	.flex_tbl .flexTbl_unit-col2 > .flexTbl_td {
		width: 80%;
	}
}
@media screen and (max-width: 767px) {
  .list_tbl dl::before,
	.list_tbl dl::after {
		content: none;
	}
	
	.list_tbl dl {
    margin-bottom: 20px;
		padding: 0;
		flex-direction: column;
	}
	
	.list_tbl dt {
		padding: 20px 0;
		border-bottom: 1px solid #E4002B;
		width: 100%;
	}
	
  .list_tbl dl:first-child dt {
    padding-top: 0;
  }
  
	.list_tbl dd {
		padding: 20px 0;
		width: 100%;
		border-bottom: 1px solid #C8CDD2;
	}
  
  .list_tbl dl:last-child dd {
    border: none;
    padding-bottom: 0;
  }
	
	.list_tbl .horizontalBox {
		display: block;
	}
  
  .def_tbl .w180 {
    width: auto;
  }
  
  .flex_tbl {
    flex-direction: column;
  }
  
  .flex_tbl .flexTbl_unit {
    flex-direction: column;
  }
  
  .flex_tbl .flexTbl_group {
    width: 100%;
  }
  
  .flex_tbl .flexTbl_unit .flexTbl_th, 
  .flex_tbl .flexTbl_unit .flexTbl_td {
    padding: 20px;
    width: 100%;
  }
  
  .flex_tbl .flexTbl_unit .flexTbl_td-2 {
    padding: 0;
    display: flex;
  }
  
  .flex_tbl .flexTbl_td-2 .flexTbl_unit {
    flex: 1;
  }
	
	.flex_tbl .flexTbl_unit-col2 > .flexTbl_td .flexTbl_th, 
	.flex_tbl .flexTbl_unit-col2 > .flexTbl_td .flexTbl_td {
		width: 100%;
	}
  table.def_tbl {
		border-bottom: none;
	}
	
	table.def_tbl th,
	table.def_tbl td {
		text-align: left;
    display: block;
		border: none;
		border-bottom: 1px solid #C8CDD2;
	}
	
	.scroll_tbl > table td,
	.scroll_tbl > table th {
		max-width: 120px;
		min-width: 120px;
		white-space: normal;
	}
}
@media screen and (max-width: 640px) {
  /*
  .flex_tbl {
    flex-direction: column;
  }
  
  .flex_tbl .flexTbl_unit {
    flex-direction: column;
  }
  
  .flex_tbl .flexTbl_group {
    width: 100%;
  }
  
  .flex_tbl .flexTbl_unit .flexTbl_th, 
  .flex_tbl .flexTbl_unit .flexTbl_td {
    padding: 20px;
    width: 100%;
  }
  
  .flex_tbl .flexTbl_unit .flexTbl_td-2 {
    padding: 0;
    display: flex;
  }
  
  .flex_tbl .flexTbl_td-2 .flexTbl_unit {
    flex: 1;
  }
  */
}


/**
 * sp toggleBtn
 */
@media screen and (max-width: 767px) {
.navToggle {
    display: block;
    position: relative;
    /*
    right: 13px;
    top: 12px;
    */
    width: 34px;
    height: 30px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
  }

	.navToggle span {
			display: block;
			position: absolute;
			width: 20px;
			border-bottom: solid 2px #0B1013;
			-webkit-transition: .35s ease-in-out;
			-moz-transition: .35s ease-in-out;
			transition: .35s ease-in-out;
			left: 7px;
	}

	.navToggle span:nth-child(1) {
			top: 7px;
	}

	.navToggle span:nth-child(2) {
			top: 14px;
	}

	.navToggle span:nth-child(3) {
			top: 21px;
	}

	.navToggle span:nth-child(4) {
			border: none;
			color: #eee;
			font-size: 9px;
			font-weight: bold;
			top: 34px;
	}
	
	.navToggle.active span:nth-child(1) {
			top: 14px;
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			transform: rotate(-45deg);
	}

	.navToggle.active span:nth-child(2),
	.navToggle.active span:nth-child(3) {
			top: 14px;
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			transform: rotate(45deg);
	}
}

/**
 * pagetop
 */
#pagetop {
  margin-bottom: 50px;
	/*margin-right: -530px;*/
  /*width: 140px;*/
  /*
  position: fixed;
  right: 50%;
  bottom: 20px;
  */
  text-align: center;
}
#pagetop:hover {
  cursor: pointer;
}
@media (max-width: 980px) {
	#pagetop {
		margin-right: 0;
		right: 20px;
	}
}

/**
 * overlay
 */
.overlay {
	position: fixed;
	z-index: 10;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
	visibility: hidden;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}

.overlay.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}

/**
 * menu close btn
 */
.header .btn_close {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -70px;
  left: 50%;
  margin-left: -10px;
  transform: rotate(45deg);
}

.header .btn_close::before {
  content: '';
  padding: 0;
  width: 2px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: -9px;
  left: 0;
}

.header .btn_close::after {
  content: "";
  position: absolute;
  top: 0;
  left: -9px;
  width: 20px;
  height: 2px;
  background: #fff;
}

/**
 * effect
 */
.is-view-in {
	opacity: 0;
	transform: translate(0,-50px);
	-webkit-transform: translate(0,-50px);
	transition: transform 1s .2s,opacity 1s .2s;
}
.is-view-on {
	opacity: 1;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}
.invisible {
	transition: opacity 0.5s ease;
	opacity: 0.0;
}

.visible {
	transition: opacity 0.5s ease;
	opacity: 1.0;
}
