@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 300;
	src: url("../font/NotoSansCJKjp-DemiLight.eot");
	src: url("../font/NotoSansCJKjp-DemiLight.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-DemiLight.woff") format("woff"), url("../font/NotoSansCJKjp-DemiLight.ttf") format("truetype");
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 400;
	src: url("../font/NotoSansCJKjp-Regular.eot");
	src: url("../font/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Regular.woff") format("woff"), url("../font/NotoSansCJKjp-Regular.ttf") format("truetype");
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 500;
	src: url("../font/NotoSansCJKjp-Medium.eot");
	src: url("../font/NotoSansCJKjp-Medium.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Medium.woff") format("woff"), url("../font/NotoSansCJKjp-Medium.ttf") format("truetype");
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 700;
	src: url("../font/NotoSansCJKjp-Bold.eot");
	src: url("../font/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Bold.woff") format("woff"), url("../font/NotoSansCJKjp-Bold.ttf") format("truetype");
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 900;
	src: url("../font/NotoSansCJKjp-Black.eot");
	src: url("../font/NotoSansCJKjp-Black.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Black.woff") format("woff"), url("../font/NotoSansCJKjp-Black.ttf") format("truetype");
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 900;
	src: url("../font/NotoSansCJKjp-Black.eot");
	src: url("../font/NotoSansCJKjp-Black.eot?#iefix") format("embedded-opentype"), url("../font/Montserrat500.woff2") format("woff"), url("../font/NotoSansCJKjp-Black.ttf") format("truetype");
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: url("../font/NotoSansCJKjp-Black.eot");
	src: url("../font/NotoSansCJKjp-Black.eot?#iefix") format("embedded-opentype"), url("../font/Montserrat700.woff2") format("woff"), url("../font/NotoSansCJKjp-Black.ttf") format("truetype");
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	src: url("../font/NotoSansCJKjp-Black.eot");
	src: url("../font/NotoSansCJKjp-Black.eot?#iefix") format("embedded-opentype"), url("../font/Montserrat900.woff2") format("woff"), url("../font/NotoSansCJKjp-Black.ttf") format("truetype");
}
html {
	width: 100%;
	height:100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	font-size: 16px;
	font-family: /*"a-otf-ryumin-pr6n",'Noto Sans Japanese',*/"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial,Osaka,Sans-Serif;
	font-weight: 300;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a { 
	text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.relative {
	position: relative;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.none {
	display: none;
}
#wrapper {
	width: 100%;
	height: 100%;
}
h1 {
	line-height: 150%;
	margin: 0;
	padding: 0;
}
h2 {
	line-height: 150%;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
/**********************************
			top
**********************************/
#top {
	width: 100%;
	background: #FFFFFF;
	color: #2d5469;
	line-height: 40px;
	position: fixed;
	z-index: 99999999;
	transition: 0.5s;
}
.top_inner {
	max-width: 100%;
	margin: 0px auto;
	padding: 20px 30px;
}
.top_inner .logo {
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
}
.top_inner .logo img {
	height: 40px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.top_inner .nav ul {
	float: right;
	font-size: 0.9em;
	width: auto;
}
.top_inner .nav li {
	display: inline-block;
	width: auto;
	text-align: center;
}
.top_inner .nav li.cart a {
	display: block;
	background: url(../img/common/cart.png);
	background-size: 12.5px;
	background-repeat: no-repeat;
	background-position: 15px 50%;
	padding-left: 40px;
	padding-right: 20px;
	margin-left: 15px;
	position: relative;
	border: 1px solid #222222;
}
.top_inner .nav li.cart a:hover {
	color: #FFFFFF;
	background: url(../img/common/cart2.png);
	background-size: 12.5px;
	background-repeat: no-repeat;
	background-position: 15px 50%;
	opacity: 1;
}
.top_inner .nav li.cart a:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	z-index: -2;
}
/*.top_inner .nav li.cart:after {
	position: absolute;
	content: '';
	top: 12.5px;
	right: 12.5px;
	width: 15px;
	height: 15px;
	background: url("../img/common/hadashi_logo.png");
	background-size: auto 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}*/
.top_inner .nav li.cart a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
 	background: #222222;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .6s;
}
.top_inner .nav li.cart a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.top_inner .nav ul a {
	color: #222222;
	margin: 0px 10px;
	display: inline-block;
	position: relative;
	font-weight: 700;
	font-size: 0.85rem;
}
.top_inner .nav ul a.this {
	border-bottom: 1px solid #000000;
}
.top_inner .nav ul a::after {
	position: absolute;
	content: '';
	bottom: -1px;;
	left: 0;
	width: 0;
	height: 1px;
	background: #222222;
	transition: all 1s ease 0s;
}
#top.scr .top_inner .nav ul a::after {
	background: #000000;
}
.top_inner .nav ul a:hover {
	cursor: pointer;
	opacity: 0.5;
}
.top_inner .nav ul a:hover::after {
	width: 100%;
}
.top_inner .nav ul li.cart a:hover::after {
	display: none;
}
#top.scr .top_inner .nav ul li.cart a:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	z-index: -2;
}
#top.scr .top_inner .nav li.cart a:hover {
	color: #FFFFFF;
	opacity: 1;
}


#top.scr {
	background: #FFFFFF;
	transition: 0.5s;
	z-index: 99999999;
}
#top.scr .top_inner .logo {
	display: block;
}
#top.scr .top_inner .nav ul a {
	color: #000000;
}
.scroll {
    position: absolute;
	bottom: 180px;
	left: 6%;
    width: 1px;
    height: 100px;
    line-height: 100px;
	font-size: 1rem;
	font-weight: 300;
	z-index: 999999;
	color: #000000;
	font-family: Montserrat;
	letter-spacing: 2px;
	transform: rotate(90deg);
}
/* ボタンの大きさと位置をここで指定 */
.btn__box {
    position: absolute;
	bottom: 0px;
	left: 6%;
    width: 1px;
    height: 160px;
    line-height: 100px;
    overflow: hidden;
	z-index: 999999;
}
.btn__box a {
    display: block;
}
/* 線(ボーダー)のスタイル 共通 */
.btn__box:before,
.btn__box:after,
.btn__box a:before,
.btn__box a:after {
    content: '';
    position: absolute;
    background: #000000; /*線の色*/
}
/* 左のボーダー */
.btn__box a:after {
    top: -200px;
    left: 0;
    width: 1px;
    height: 200px;
}
/* ホバー時のアニメーション指定 */
.btn__box.active a:after {
    animation: topAnim 3s linear .75s infinite;
}
/* 各アニメーション */
@keyframes topAnim {
    0% {top:-200px;}
    100% {top:200px;}
}
/**********************************
			header
**********************************/
header {
	width: 100%;
	height: 100vh;
	margin: 0px 0px;
	/*background-image: url(../img/common/header_back.jpg);
	background-size: cover;*/
	position: relative;
}
.header_abs {
	position: absolute;
	content: '';
	width: 4%;
	height: 34%;
	background: #1eb9ee;
	top: 0;
	left: 0;
	z-index: 3;
}
.header_abs2 {
	position: absolute;
	content: '';
	width: 4%;
	height: 67%;
	background: #a9cf52;
	top: 0;
	left: 0;
	z-index: 2;
}
.header_abs3 {
	position: absolute;
	content: '';
	width: 4%;
	height: 100%;
	background: #f8b73b;
	top: 0;
	left: 0;
	z-index: 1;
}

.header_abs4 {
	position: absolute;
	content: '';
	width: 34%;
	height: 4%;
	background: #1eb9ee;
	bottom: 0;
	left: 0;
	z-index: 3;
}
.header_abs5 {
	position: absolute;
	content: '';
	width: 67%;
	height: 4%;
	background: #a9cf52;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.header_abs6 {
	position: absolute;
	content: '';
	width: 100%;
	height: 4%;
	background: #f8b73b;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.header_inner.active {
	position: absolute;
	right: 0;
	bottom: 11.25%;
	width: 92%;
	height: 90%;
	background: url(../img/common/header.jpg);
	background-size: cover;
	background-position: 0% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	transition: 1s;
}
.header_inner {
	position: absolute;
	right: 0;
	bottom: 0%;
	width: 100%;
	height: 100%;
	background: url(../img/common/header.jpg);
	background-size: cover;
	background-position: 0% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
/**********************************
		header_アニメーション
**********************************/
.header_inner .bgImg {
  position   : absolute;
  top        : 0;
  left       : 0;
  bottom     : 0;
  right      : 0;
  opacity    : 0;
  animation  : bgAnime 20s infinite;   /* 4画像 × 各5s = 20s */
}
.header_inner .src1 {
	background-image : url("../img/common/header.jpg");
	background-size: cover;
}
.header_inner .src2 {
	background-image : url("../img/common/header2.jpg");
	animation-delay  : 5s;
	background-size: cover;
}
.header_inner .src3 {
	background-image : url("../img/common/header3.jpg");
	animation-delay  : 10s;
	background-size: cover;
}

@keyframes bgAnime {
	0% { opacity: 0; }
	5% { opacity: 1; }
	50% { opacity: 1; }
	60% { opacity: 0; }
	100% { opacity: 0; }
	from {
		background-position: 0 50%;
	}
	to {
		background-position: -200px 50%;
	}
}

.header_logo {
	position: absolute;
	top: 50%;
	left: 4%;
	width: auto;
	transform: translate(-0%,-50%);
	font-family: 'Montserrat';
	font-weight: 700;
	text-align: left;
	color: #222222;
	font-size: 4vw;
	line-height: 110%;
	letter-spacing: 5px;
    /*mix-blend-mode: difference;*/
	border: 2px solid #FFFFFF;
	padding: 15px 20px;
	background: #FFFFFF;
}

/**********************************
			content
**********************************/
#content {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
#content::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	background: #FFFFFF;
	/*transform-origin: right top;
	transform: scale(0, 1);
	transition: transform 1s;
	-webkit-transform-origin: right top;
	-webkit-transform: scale(0, 1);
	-webkit-transition: transform 1s;*/
	width: 100%;
	height: 100%;
}
/*#content.active::before {
	transform-origin: left top;
	transform: scale(1, 1);
	-webkit-transform-origin: left top;
	-webkit-transform: scale(1, 1);
}*/
.content_inner {
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 80px 0 80px 0;
	position: relative;
}
.top_main_ttl {
	font-size: 1.6rem;
	margin-bottom: 10px;
	font-family: Montserrat;
	font-weight: 700;
	opacity: 0;
	transition: 0.5s;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -.1turn) translate3d(-50px, 100px, 0);
    transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -.1turn) translate3d(-50px, 100px, 0)
}
.top_main_ttl.active {
	opacity: 1;
	transition: 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transition: all 3s cubic-bezier(.19, 1, .22, 1)
}
.main_ttl {
	text-align: center;
	font-size: 2.5rem;
	margin-bottom: 10px;
	font-family: Montserrat;
	font-weight: 700;
	opacity: 0;
	transition: 0.5s;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -.1turn) translate3d(-50px, 100px, 0);
    transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -.1turn) translate3d(-50px, 100px, 0)
}
.main_ttl.active {
	opacity: 1;
	transition: 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transition: all 3s cubic-bezier(.19, 1, .22, 1)
}
.image_icon .main_ttl_sub {
	text-align: left;
}
.main_ttl_sub {
	text-align: center;
	font-size: 0.85rem;
	margin-bottom: 65px;
	opacity: 0;
	transition: 0.5s;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -.1turn) translate3d(-50px, 100px, 0);
    transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -.1turn) translate3d(-50px, 100px, 0)
}
.main_ttl_sub.active {
	opacity: 1;
	transition: 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transition: all 3s cubic-bezier(.19, 1, .22, 1)
}
img.main_visual {
	position: absolute;
	width: 50%;
	left: 0;
	top: 130px;
}
.cv_inner {
	width: 100%;
	height: auto;
	margin: 0px auto;
	position: relative;
	font-size: 0;
	display: table;
}
.cv_inner_left {
	display: table-cell;
	width: 50%;
	height: auto;
	position: relative;
	background: url("../img/common/main_visual.jpg");
	background-size: cover;
	transition: 1s;
	opacity: 0;
	transform: translate(-20%,0);
}
.cv_inner_left.active {
	opacity: 1;
	transition: 1s;
	transform: translate(0px,0);
}
/*.cv_inner_left::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	background: #FFFFFF;
	background: url("../img/common/main_visual.jpg");
	background-size: cover;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform 1s;
}

.cv_inner_left.active::before {
	transform-origin: left top;
	transform: scale(1, 1);
	transition: transform 1s;
}*/


.img_dx {
	background: url("https://kachisouzousha.com/wp-content/uploads/2021/11/img_dx01.png");
	background-repeat: no-repeat;
	background-size: contain;
}


.cv_inner_right {
	display: table-cell;
	width: 50%;
	height: auto;
	position: relative;
	padding: 80px 80px 80px 80px;
}
.cv_inner_right::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	background: #FFFFFF;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform 1s;
}
.cv_inner_right.active::before {
	transform-origin: left top;
	transform: scale(1, 1);
	transition: transform 1s;
}
.image_icon {
	width: 100%;
	max-width: 320px;
	height: auto;
	position: relative;
	opacity: 0;
	transition: 0.5s;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -.1turn) translate3d(-50px, 100px, 0);
    transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -.1turn) translate3d(-50px, 100px, 0)
}
.image_icon.active {
	opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transition: all 3s cubic-bezier(.19, 1, .22, 1)
}
.image_icon img {
	position: absolute;
	width: 100%;
	max-width: 150px;
	height: auto;
	top: 20%;
	right: 0%;
	transform: translate(0%,-50%);
}
.main_cv_ttl {
	font-size: 2.25rem;
	line-height: 180%;
	font-weight: 700;
	opacity: 0;
	transition: 0.5s;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -.1turn) translate3d(-50px, 100px, 0);
    transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -.1turn) translate3d(-50px, 100px, 0)
}
.main_cv_ttl.active {
	opacity: 1;
	transition: 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transition: all 3s cubic-bezier(.19, 1, .22, 1)

}
.main_cv {
	font-size: 1rem;
	margin-top: 30px;
	font-weight: 300;
	opacity: 0;
	transition: 0.5s;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -.1turn) translate3d(-50px, 100px, 0);
    transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -.1turn) translate3d(-50px, 100px, 0)
}
.main_cv.active {
	opacity: 1;
	transition: 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transition: all 3s cubic-bezier(.19, 1, .22, 1)

}
/**********************************
			work
**********************************/
#work {
	width: 100%;
	height: auto;
	background:linear-gradient(90deg,#fff8f0 0%,#fff8f0 50%,#f5fcff 50%,#f5fcff 100%);
	background: #F5F5F5;
	overflow: hidden;
}
.work_inner {
	width: 100%;
	max-width: 1100px;
	height: auto;
	margin: 0px auto;
	padding: 80px 30px 80px 30px;
	position: relative;
}
ul.work_list {
	font-size: 0;
}
ul.work_list li {
	display: block;
	width: 100%;
	margin-bottom: 0%;
	font-size: 0.9rem;
	vertical-align: top;
	transition: 2s;
}
ul.work_list li:nth-child(2) {
	margin-top: 80px;
}
ul.work_list li:last-child {
	margin-right: 0;
	margin-top: 160px;
}
ul.work_list li .work_list_image {
	width: 0%;
	height: 350px;
	max-width: 300px;
	display: block;
	transition: 2s;
	margin: 0px auto;
}
ul.work_list li .work_list_image.active {
	width: 100%;
	height: 350px;
	transition: 2s;
}
ul.work_list li:first-child .work_list_image.active {
	background: url(../img/common/work01.jpg);
	background-size: cover;
	background-position: 100% 50%;
}
ul.work_list li:nth-child(2) .work_list_image.active {
	background: url(../img/common/work02.jpg);
	background-size: cover;
	background-position: 50% 50%;
}
ul.work_list li:nth-child(3) .work_list_image.active {
	background: url(../img/common/work03.jpg);
	background-size: cover;
	background-position: 50% 50%;
}
.work_list_table {
	width: 100%;
	height: auto;
	display: table;
}
.work_list_table_left {
	display: table-cell;
	width: 50%;
	height: auto;
	background: #1eb9ee url("../img/common/work01.jpg");
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0;
	transition: 1s;
	transform: translate(-20%,0);
}
.work_list_table_left.active {
	opacity: 1;
	transition: 1s;
	transform: translate(0%,0);
}
.work_list_table_right {
	width: 50%;
	height: auto;
	display: table-cell;
	padding: 0px 0px 0px 60px;
}
.work_list_table2 {
	width: 100%;
	height: auto;
	display: table;
	margin-top: 80px;
}
.work_list_table_left2 {
	display: table-cell;
	width: 50%;
	height: auto;
	background: #a9cf52 url("../img/common/work02.jpg");
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0;
	transition: 1s;
	transform: translate(-20%,0);
}
.work_list_table_left2.active {
	opacity: 1;
	transition: 1s;
	transform: translate(0%,0);
}
.work_list_table_right2 {
	width: 50%;
	height: auto;
	display: table-cell;
	padding: 0px 0px 0px 60px;
}
.work_list_table3 {
	width: 100%;
	height: auto;
	display: table;
	margin-top: 80px;
	min-height: 300px;
}
.work_list_table_left3 {
	display: table-cell;
	width: 50%;
	height: auto;
	background: #f8b73b url("../img/common/work03.jpg");
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0;
	transition: 1s;
	transform: translate(-20%,0);
}
.work_list_table_left3.active {
	opacity: 1;
	transition: 1s;
	transform: translate(0%,0);
}
.work_list_table_right3 {
	width: 50%;
	height: auto;
	display: table-cell;
	padding: 0px 0px 0px 60px;
}
.image_icon2 {
	width: 100%;
	max-width: 380px;
	margin: 0px auto;
	height: auto;
	position: relative;
	opacity: 0;
	transition: 0.5s;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -.1turn) translate3d(-50px, 100px, 0);
    transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -.1turn) translate3d(-50px, 100px, 0)
}
.image_icon2.active {
	opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transition: all 3s cubic-bezier(.19, 1, .22, 1)
}
.image_icon2 img {
	position: absolute;
	width: 100%;
	max-width: 80px;
	height: auto;
	top: 35%;
	right: 0%;
	transform: translate(0%,-50%);
}
.work_list_ttl {
	font-size: 1.35rem;
	margin-bottom: 35px;
	font-weight: 700;
	opacity: 0;
	transition: 0.5s;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -.1turn) translate3d(-50px, 100px, 0);
    transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -.1turn) translate3d(-50px, 100px, 0)
}
.work_list_ttl.active {
	opacity: 1;
	transition: 0.5s;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transition: all 3s cubic-bezier(.19, 1, .22, 1)
}
.work_list_cv {
	font-weight: 300;
	margin-top: 35px;
	opacity: 0;
	transition: 0.5s;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -.1turn) translate3d(-50px, 100px, 0);
    transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -.1turn) translate3d(-50px, 100px, 0)
}
.work_list_cv.active {
	opacity: 1;
	transition: 0.5s;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transition: all 3s cubic-bezier(.19, 1, .22, 1)

}
.shop_btn a {
	display: block;
	width: 100%;
	max-width: 250px;
	height: auto;
	margin-top: 30px;
	padding: 15px;
	font-size: 0.9rem;
	font-weight: 300;
	color: #000000;
	border: 3px solid #222222;
	text-align: center;
	position: relative;
	opacity: 0;
	transition: 0.5s;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -.1turn) translate3d(-50px, 100px, 0);
    transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -.1turn) translate3d(-50px, 100px, 0)
}
.shop_btn a:after {
	position: absolute;
	content: '';
	top: 16px;
	right: 15px;
	width: 18px;
	height: 18px;
	background: url("../img/common/hadashi_logo.png");
	background-size: auto 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.shop_btn a:hover:after {
	position: absolute;
	content: '';
	top: 16px;
	right: 15px;
	width: 18px;
	height: 18px;
	background: url("../img/common/hadashi_logo_white.png");
	background-size: auto 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.shop_btn a:hover {
	color: #FFFFFF;
}
.shop_btn a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #222222;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.shop_btn a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.shop_btn a.active {
	transition: 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transition: all 3s cubic-bezier(.19, 1, .22, 1)
}
.syosai_btn a {
	display: block;
	width: 100%;
	max-width: 250px;
	height: auto;
	margin-top: 30px;
	padding: 15px;
	font-size: 0.9rem;
	font-weight: 300;
	color: #000000;
	border: 3px solid #222222;
	text-align: center;
	position: relative;
	opacity: 0;
	transition: 0.5s;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -.1turn) translate3d(-50px, 100px, 0);
    transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -.1turn) translate3d(-50px, 100px, 0)
}
.syosai_btn a:hover {
	color: #FFFFFF;
}
.syosai_btn a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #222222;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.syosai_btn a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.syosai_btn a.active {
	transition: 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transition: all 3s cubic-bezier(.19, 1, .22, 1)
}
.syosai_btn a:after {
	position: absolute;
	content: '\f105';
	font-size: 0.85rem;
	font-weight: bold;
	top: 50%;
	right: 30px;
	transform: translate(0%,-50%);
	font-family: 'Font Awesome 5 Free';	
	color: #222222;
}

/**********************************
			news
**********************************/
#news {
	width: 100%;
	height: auto;
}
.news_inner {
	max-width: 1100px;
	height: auto;
	margin: 0px auto;
	padding: 80px 30px 0px 30px;
	position: relative;
}
.news_main_ttl {
	font-size: 2.5rem;
	margin-bottom: 10px;
	font-family: Montserrat;
	font-weight: 700;
	opacity: 0;
	transition: 0.5s;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -.1turn) translate3d(-50px, 100px, 0);
    transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -.1turn) translate3d(-50px, 100px, 0)
}
.news_main_ttl.active {
	opacity: 1;
	transition: 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transition: all 3s cubic-bezier(.19, 1, .22, 1)
}
.news_main_ttl_sub {
	font-size: 0.85rem;
	margin-bottom: 45px;
	opacity: 0;
	transition: 0.5s;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -.1turn) translate3d(-50px, 100px, 0);
    transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -.1turn) translate3d(-50px, 100px, 0)
}
.news_main_ttl_sub.active {
	opacity: 1;
	transition: 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transition: all 3s cubic-bezier(.19, 1, .22, 1)
}
.news_table {
	width: 100%;
	height: auto;
	display: table;
}
.news_table_left {
	display: table-cell;
	width: auto;
	padding-right: 60px;
	vertical-align: top;
}
ul.news_list li {
	display: table;
	width: 100%;
	margin-bottom: 10px;
	font-size: 1em;
}

ul.news_list li img{
	float:left;
	margin:0 10px 0 5px;
}

ul.news_list li a{
	font-weight:bold;
	font-size:.9em;
}
ul.news_list li:last-child {
	margin-bottom: 0;
}
ul.news_list li .news_date {
	width: 25%;
	min-width: 120px;
	height: 120px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 2px;
	background: #F8F8F8;
	background-image: url("../img/common/logo_thumbnail.png");
	background-position: 50% 50%;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	transition: .5s;
}
ul.news_list li .news_date a {
	display: block;
	width: 100%;
	height: 100%;
}
ul.news_list li .news_date:hover {
	border-radius: 50%;
	transition: .5s;
}
ul.news_list li .news_cv {
	width: 75%;
	display: inline-block;
	vertical-align: top;
	padding-left: 20px;
	font-size: 0.9rem;
	opacity: 0;
	transition: 0.5s;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -.1turn) translate3d(-50px, 100px, 0);
    transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -.1turn) translate3d(-50px, 100px, 0)
}
ul.news_list li .news_cv.active {
	opacity: 1;
	transition: 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transition: all 3s cubic-bezier(.19, 1, .22, 1)
}
ul.news_list li .news_cv_date {
	color: #222222;
	font-family: Montserrat;
	margin-bottom: 10px;
	letter-spacing: 2px;
	font-size: 0.9rem;
}
.news_table_right {
	display: table-cell;
	width: 500px;
	opacity: 0;
	transition: 1s;
	transform: translate(-20%,0);
	vertical-align: top;
}
.news_table_right.active {
	opacity: 1;
	transition: 1s;
	transform: translate(0,0);
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}
.more_btn a {
	display: block;
	width: 100%;
	max-width: 220px;
	height: auto;
	margin-top: 50px;
	padding: 20px;
	color: #222222;
	border: 3px solid #222222;
	font-family: Montserrat;
	font-weight: 500;
	text-align: center;
	position: relative;
	opacity: 0;
	transition: 0.5s;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -.1turn) translate3d(-50px, 100px, 0);
    transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -.1turn) translate3d(-50px, 100px, 0)
}
.more_btn a:hover {
	color: #FFFFFF;
}
.more_btn a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #222222;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.more_btn a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.more_btn a.active {
	opacity: 1;
	transition: 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transition: all 3s cubic-bezier(.19, 1, .22, 1)
}
.more_btn a:after {
	position: absolute;
	content: '\f105';
	font-size: 0.85rem;
	font-weight: bold;
	top: 50%;
	right: 30px;
	transform: translate(0%,-50%);
	font-family: 'Font Awesome 5 Free';	
	color: #222222;
}
.more_btn a:hover:after {
	color: #FFFFFF;
}
/**********************************
			company
**********************************/
#company {
	width: 100%;
	height: auto;
}
.company_inner {
	max-width: 1100px;
	height: auto;
	margin: 0px auto;
	padding: 80px 30px 80px 30px;
	position: relative;
}
.company_table {
	display: table;
	width: auto;
	height: auto;
	border-collapse: collapse;
	margin: 0px auto;
}
.company_detail {
	font-size: 0.9rem;
	text-align: center;
	max-width: 800px;
	margin: 0px auto;
	margin-top: 35px;
	opacity: 0;
	transition: 0.5s;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -.1turn) translate3d(-50px, 100px, 0);
    transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -.1turn) translate3d(-50px, 100px, 0)
}
.company_detail.active {
	opacity: 1;
	transition: 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transition: all 3s cubic-bezier(.19, 1, .22, 1)
}
.detail_btn a {
	display: block;
	width: 100%;
	max-width: 220px;
	height: auto;
	margin: 0px auto;
	margin-top: 50px;
	padding: 20px;
	color: #222222;
	border: 3px solid #222222;
	text-align: center;
	position: relative;
	opacity: 0;
	transition: 0.5s;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -.1turn) translate3d(-50px, 100px, 0);
    transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -.1turn) translate3d(-50px, 100px, 0)
}
.detail_btn a:hover {
	color: #FFFFFF;
}
.detail_btn a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #222222;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.detail_btn a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.detail_btn a.active {
	transition: 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transition: all 3s cubic-bezier(.19, 1, .22, 1)
}
.detail_btn a:after {
	position: absolute;
	content: '\f105';
	font-size: 0.85rem;
	font-weight: bold;
	top: 50%;
	right: 30px;
	transform: translate(0%,-50%);
	font-family: 'Font Awesome 5 Free';	
	color: #222222;
}
.detail_btn a:hover:after {
	color: #FFFFFF;
}
.company_table tr {
	border-bottom: 1px solid #DDDDDD;
}
.company_table th {
	font-weight: 300;
	font-size: 1rem;
	padding: 30px;
	text-align: left;
	width: 150px;
	opacity: 0;
	transition: 0.5s;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -.1turn) translate3d(-50px, 100px, 0);
    transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -.1turn) translate3d(-50px, 100px, 0)
}
.company_table th.active {
	transition: 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transition: all 3s cubic-bezier(.19, 1, .22, 1)
}
.company_table td {
	font-weight: 300;
	font-size: 1rem;
	padding: 30px;
	opacity: 0;
	transition: 0.5s;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -.1turn) translate3d(-50px, 100px, 0);
    transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -.1turn) translate3d(-50px, 100px, 0)
}
.company_table td.active {
	opacity: 1;
	transition: 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transition: all 3s cubic-bezier(.19, 1, .22, 1)
}
/**********************************
			footer
**********************************/
footer {
	width: 100%;
	height: auto;
	background: #EEEEEE;
}
.footer_inner {
	max-width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 80px 130px 80px 130px;
}
.footer_table {
	display: table;
	width: 100%;
}
.footer_left {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
}
.footer_right {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
}
ul.footer_nav {
	width: 100%;
}
ul.footer_nav li {
	display: block;
	width: 100%;
}
ul.footer_nav li a {
	color: #000000;
	font-weight: 300;
	display: block;
	margin-bottom: 20px;
	width: 100%;
	font-size: 0.9rem;
	letter-spacing: 2px;
}
ul.footer_nav li:last-child a {
	margin-bottom: 0;
}
ul.footer_nav li a:hover {
	opacity: 0.5;
}
.footer_logo img {
	width: 200px;
	margin-top: 65px;
	margin-left: auto;
	display: block;
}
.copyright {
	font-size: 0.8rem;
	margin-top: 25px;
	text-align: right;
	letter-spacing: 1px;
	color: #888888;
	font-family: Montserrat;
}
.follow_ttl {
	font-size: 1rem;
	font-weight: 900;
	text-align: right;
	color: #000000;
	margin-bottom: 15px;
	font-family: Montserrat;
	letter-spacing: 2px;
}
.follow_icon {
	width: 100px;
	margin-left: auto;
}

.follow_icon img {
	width: 20px;
	margin: 0px auto;
	display: block;
}