@charset "utf-8";
/* CSS Document */


@media screen and (min-width: 1001px) {
	#main_visual {
		visibility: hidden;
		opacity: 0;
		transition: opacity ease-in-out 1s;
	}
	.site-header,
	.global-navi-base {
		visibility: hidden;
		opacity: 0 !important;
		transition: opacity ease-in-out 1s;
	}
	#main_visual.is_show {
		visibility: visible;
		opacity: 1;
	}
	.site-header.is_show_mv,
	.global-navi-base.is_show_mv {
		visibility: visible;
		opacity: 1 !important;
	}
}
#main_visual {
	overflow: hidden;
	position: relative;
	height: 100vh;
}
#main_visual:before {
	content: "";
	background: rgb(255,255,255);
	background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
	height: 230px;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out 0.5s;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#main_visual.is_finish:before {
	opacity: 1;
	visibility: visible;
}
.first-view {
	background: #ffffff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 999;
	/*z-index: 1;*/
	transition: all ease-out 1.5s;
}
.first-view.off {
	background: transparent;
	opacity: 0;
	visibility: hidden;
	transition-delay: 1.5s;
	z-index:100;
}
.first-view .box {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	z-index: 100;
	transition: all ease-out 1.5s;
}
.first-view.off .box {
	opacity: 0;
	visibility: hidden;
}
.first-view .box img {
	width: 5.5vw;
	opacity: 0;
}
.is_show .first-view .box img {
	-webkit-animation-name: blurInAnime;
	animation-name: blurInAnime;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	opacity: 0;
	-webkit-animation-duration: 2.5s !important;
	animation-duration: 2.5s !important;
}
.first-view .first-logo {
	width: 54px;
	margin: 0 0 30px;
	opacity: 0;
}
.first-view .first-title {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	opacity: 0;
}
.is_show .first-view .first-logo,
.is_show .first-view .first-title {
	-webkit-animation-name: blurInAnime;
	animation-name: blurInAnime;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	opacity: 0;
	-webkit-animation-duration: 2.5s !important;
	animation-duration: 2.5s !important;
}
.first-view .first-title .ttl-jp {
	font-size: 5.9rem;
	letter-spacing: 0.25em;
}
.first-view .first-title .ttl-jp .small {
	font-size: 59%;
}
.first-view .first-title .ttl-en {
	font-size: 1.4rem;
	letter-spacing: 0.12em;
	position: absolute;
	top: 5px;
	left: 100%;
}

.slide-view .screen {
	height: 100vh;
	position: relative;
}
.slide-view .screen .sr-ttl {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	font-size: 2.8rem;
	letter-spacing: 0.1em;
	color: #ffffff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	z-index: 2;
}
.slide-view .screen .sr-ttl .txt img {
	opacity: 0;
	animation-delay: 0.5s;
	width: 1.7vw;
	width: 4.5vw;
	max-width: 70px;
}
.slide-view .screen .sr-ttl .txt img.screen03_txt{
	width:7.5vw;
	max-width: 200px;
	filter:drop-shadow(1px 1px 6px #black);
}
.slide-view .screen .sr-ttl .txt img.screen05_txt{
	width: 12vw;
	max-width: 170px;
}
.slide-view .is-active .screen .sr-ttl .txt img {
	-webkit-animation-name: blurInAnime;
	animation-name: blurInAnime;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	opacity: 0;
	-webkit-animation-duration: 0.75s !important;
	animation-duration: 0.75s !important;
}
.slide-view .screen .sr-ttl .txt-vertical-col {
	opacity: 0;
	animation-delay: 1s;
}
.slide-view .is-active .screen .sr-ttl .txt-vertical-col {
	-webkit-animation-name: blurInAnime;
	animation-name: blurInAnime;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	opacity: 0;
	-webkit-animation-duration: 2s !important;
	animation-duration: 2s !important;
}
.slide-view .screen .sr-ttl .line {
	width: 1px;
	height: 160px;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
}
.slide-view .screen .sr-ttl .line:before {
	background: #D4DCD6;
	content: "";
	width: 100%;
	height: 0;
	transition: all ease-in-out 0.5s;
	top: 0;
	left: 0;
	position: absolute;
}
.slide-view .is-active .screen .sr-ttl .line:before {
	height: 100%;
}
.slide-view .screen .sr-logo {
	opacity: 0.2;
	position: absolute;
	top: -3%;
	right: -3%;
	width: 20vw;
	z-index: 1;
}
.slide-view .screen .sr-img {
	height: 100%;
}
.slide-view .screen .sr-img img {
	font-family: "源ノ明朝", serif;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	object-position: center bottom;
	-webkit-transform: scale(1.5) translate(0,13%);
	transform: scale(1.5) translate(0,13%);
	transition: all 5s ease-out;
	width: 100%;
}
.slide-view .screen01 .sr-img img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
.slide-view .is-active .screen .sr-img img {
	-webkit-transform: scale(1) translate(0,0);
	transform: scale(1) translate(0,0);
}
.slide-view .screen .sr-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	top: 0;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.slide-view .screen .sr-box .b-logo {
	width: 54px;
	margin: 0 0 30px;
	opacity: 0;
}
.slide-view .screen .sr-box .b-title {
	display: block;
	padding: 0 5px;
	position: relative;
	color: #ffffff;
	/* display: inline-flex;
	flex-wrap: wrap; */
}
.slide-view .screen .sr-box .ttl-large .txt img {
	width: 4.4vw;
}
.slide-view .screen .sr-box .ttl-small .txt img {
	width: 1.1vw;
	opacity: 0;
}
.slide-view .screen .sr-box .ttl-large {
	font-size: 2.6rem;
	letter-spacing: 0.1em;
	display: inline-flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: row-reverse;
	opacity: 0;
}
.slide-view .screen .sr-box .ttl-small {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	position: absolute;
	right: calc(100% + 20px);
	top: 0;
	bottom: 0;
	width: 1.1vw;
}
.slide-view .screen .sr-box .b-title .ttl-small .line {
	width: 1px;
	flex: 1;
	margin-bottom: 20px;
	position: relative;
}
.slide-view .screen .sr-box .b-title .ttl-small .line:before {
	height: 0;
	background: #ffffff;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 0.5s ease-out;
	transition-delay: 0.75s;
}
.slide-view .is-active .screen .sr-box .b-title .ttl-small .line:before {
	height: 100%;
}
.slide-view .slick-dots li {
	display: inline-block;
	margin: 0 5px;
	width: 8px;
	height: 8px;
	border: 1px solid #ffffff;
	transform: rotate(45deg);
	transition: all 0.3s ease-out;
}
.slide-view .slick-dots li:hover,
.slide-view .slick-dots li.slick-active {
	background: #ffffff;
}
.slide-view .slick-dots li button {
	display: none;
}
.slide-view .screen .sr-box .ttl-small .txt-vertical-col {
	opacity: 0;
}
.slide-view .is-active .screen .sr-box .ttl-small .txt img,
.slide-view .is-active .screen .sr-box .ttl-small .txt-vertical-col,
.slide-view .is-active .screen .sr-box .b-logo,
.slide-view .is-active .screen .sr-box .ttl-large {
	-webkit-animation-name: blurInAnime;
	animation-name: blurInAnime;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	opacity: 0;
	-webkit-animation-duration: 2s !important;
	animation-duration: 2s !important;
}
.slide-view .is-active .screen .sr-box .ttl-small .txt-vertical-col {
	animation-delay: 1s;
}
@media only screen and (max-width: 1440px) and (min-width: 1366px) {
	.slide-view .screen .sr-box .b-logo {
		margin: 0 0 20px;
	}
}
@media only screen and (max-width: 1000px) {
	#main_visual:before {
		display: none;
	}
	#main_visual,
	.slide-view .screen {
		height: calc(100vh - 164px);
	}
	.first-view .box img {
		width: 9.5vw;
	}
	.slide-view .screen .sr-ttl .txt img {
		width: 3.2vw;
		width: 14.5vw;
	}
	.slide-view .screen .sr-box .ttl-large .txt img {
		width: 9.4vw;
	}
	.slide-view .screen .sr-box .ttl-small .txt img,
	.slide-view .screen .sr-box .ttl-small {
		width: 2.6vw;
	}
	.slide-view .screen .sr-ttl .txt img.screen03_txt{
		width: 22vw;
    	max-width: 110px;
		filter: drop-shadow(3px 3px 5px #000);
		
	}
}
@media only screen and (max-width: 767px) {
	.first-view .box img {
		width: 100%;
	}
	.first-view .first-title .ttl-jp {
		font-size: 3.9rem;
		letter-spacing: 0.2em;
	}
	.first-view .first-title .ttl-en {
		font-size: 1rem;
		letter-spacing: 0.15em;
	}
	.slide-view .screen .sr-logo {
		top: -15px;
		right: -15px;
		width: 35vw;
	}
	.slide-view .screen .sr-box .ttl-large {
		font-size: 2rem;
		letter-spacing: 0.2em;
	}
	.slide-view .screen .sr-box .b-logo {
		width: 46px;
		margin: 0 0 20px;
	}
	.slide-view .screen .sr-ttl .line {
		height: 120px;
	}
	.slide-view .screen .sr-ttl {
		font-size: 2rem;
		letter-spacing: 0.2em;
	}
	.slide-view .screen .sr-ttl .txt img.screen05_txt {
		width: 33vw;
	}
	.slide-view .screen .sr-box .ttl-large .txt img {
		width: 13vw;
	}
	.slide-view .screen .sr-box .ttl-small .txt img,
	.slide-view .screen .sr-box .ttl-small {
		width: 4.5vw;
	}

}
@media only screen and (max-width: 640px) {
		body {
		padding-top: 0px !important;
		background-position: center 60px !important;
	}

	
	#main_visual,
	.slide-view .screen {
		width:100%;
	}
}
@media only screen and (min-width: 640px)and (max-width: 1040px){
.slide-view .screen .sr-ttl .txt img.screen05_txt {
		width: 38vw;
	}
		#main_visual,
	.slide-view .screen {
		width:100%;
	}
}
#skip {
	border: 1px solid #FFF;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-size: 1.6rem;
	min-width: 70px;
	text-transform: uppercase;
	text-align: center;
	transition: all ease 0.25s;
	position: absolute;
	right: 50px;
	top: 100px;
	z-index: 10;
}
@media only screen and (max-width: 767px) {
	#skip {
		right: 25px;
		top: 25px;
	}
}



.point_hako {
	background: #48563f;
	background: url("../img/top/bg_main.jpg");
}
.point_hako_inner {
	padding: 40px 0;
}
.point_hako_inner img {
	display: block;
	margin: 0 auto;
	max-width: 960px;
	width: 90%;
}
@media screen and (max-width: 767px) {
	.point_hako_inner {
		background-size: 100%;
		background-repeat: repeat-y;
	}
}

/* INFORMATION  */
.hako_info {
	background: url(../img/top/bg01.jpg) no-repeat center center / cover;
	color: #4D4D4D;
	overflow: hidden;
	padding: 40px 15px 80px;
	position: relative;
	text-align: center;
}
.hako_info > div {
	position: relative;
	z-index: 1;
}
.hako_info .lead {
	font-size: 1.1rem;
	margin-bottom: 115px;
}
.hako_info .ttl {
	font-size: 1.6rem;
	letter-spacing: 0.1rem;
	margin: 0 0 35px;
	position: relative;
}
.hako_info .ttl::before {
	/*content: "";*/
	height: 50px;
	width: 1px;
	background: #AA927F;
	position: absolute;
	left: 50%;
	top: -55px;
}
.hako_info .link {
	color: #4d4d4d;
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	line-height: 1.9;
	margin-bottom: 55px;
}
.hako_info .link span {
    border-bottom: 1px solid #333;
}
.hako_info .link a:hover span {
    border-bottom: none;
}
.hako_info .open_ttl {
	font-size: 2.0rem;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}
.hako_info .open_time {
	font-size: 1.8rem;
	/*letter-spacing: 0.2rem;*/
	letter-spacing: 0.1rem;
	line-height: 1.9;
	margin: 0 0 10px;
}
.hako_info .link span {
    border-bottom: 1px solid #333;
}
.hako_info .open_time .num {
    font-size: 156%;
}
.hako_info .open_time .medium {
    font-size: 112%;
}
.hako_info .open_time .large {
    font-size: 145%;
}
.hako_info .remote_bnr {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	width: 90%;
}
@media screen and (max-width: 640px) {
	.hako_info .remote_bnr {
		margin-top: 50px;
	}
}
.hako_info .open_time .note {
	font-size: 60%;
	margin-top: 10px;
}
.hako_info .time {
	font-size: 1.4rem;
}
.hako_info .time span {
	margin: 0 0 10px;
}
.hako_info .btn a {
	background: #353A37;
	border: 1px solid #353A37;
	color: #FFF;
	display: block;
	font-size: 2rem;
	letter-spacing: 0.2em;
	margin: 0 auto 20px;
	max-width: 370px;
	padding: 14px;
	text-align: center;
	transition: 0.3s;
}
.hako_info .btn a + a {
	background: #48563F;
	border-color: #48563F;
	color: #fff;
}
.hako_info .bnrs {
	justify-content: center;
	padding-top: 80px;
}
.hako_info .bnrs > * {
	margin-top: 10px;
	max-width: 500px;
	padding: 0 15px;
}
.hako_info .btn_circle {
	margin: 0 auto;
	margin-top: 80px;
}
@media screen and (max-width: 767px) {
	.hako_info {
		padding: 20px 15px 40px;
	}
	.hako_info .ttl {
		margin-bottom: 25px;
	}
	.hako_info .link {
		font-size: 1.5rem;
		margin-bottom: 25px;
	}
	.hako_info .open {
		margin-bottom: 40px;
	}
	.hako_info .open_ttl {
		font-size: 2rem;
	}
	.hako_info .open_time {
		font-size: 1.35rem;
		letter-spacing: 0.1em;
		letter-spacing: 0.05em;
	}
	.hako_info .btn a {
		font-size: 2rem;
		max-width: 250px;
		padding: 5px;
	}
	.hako_info .bnrs {
		padding-top: 20px;
	}
}

.ext-link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}
.hako-image {
	position: relative;
}
.hako-image .cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 15%;
	right: 15%;
	transform: translateY(-50%);
	z-index: 1;
}
.hako-image .ttl img {
	width: 26.4vw;
}
.hako-image .txt {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.hako-image .txt img {
	width: 5.1vw;
}
@media only screen and (max-width: 1000px) {
	.hako-image .cont {
		left: 15px;
		right: 15px;
	}
	.hako-image .ttl img {
		width: 30.4vw;
	}
	.hako-image .txt img {
		width: 9vw;
	}
}
@media only screen and (max-width: 767px) {
	.hako-image .ttl img {
		width: 40vw;
	}
	.hako-image .txt img {
		width: 13vw;
	}
}

.hako_menu {
	position: relative;
	padding-bottom: 150px;
	overflow: hidden;
}
.hako_menu .block-cate {
	padding-top: 260px;
	overflow: hidden;
}
.hako_menu .block-cate .inner {
	display: flex;
	flex-wrap: wrap;
	max-width: 1015px;
}
.hako_menu .block-cate .cate-image {
	width: 60%;
	position: relative;
	order: 2;
}
.hako_menu .block-cate .cate-image a {
	display: block;
	height: 100%;
}
.hako_menu .block-cate .cate-image a:hover {
	opacity: 1;
}
.hako_menu .block-cate .cate-image .pic_cap {
	left: 0;
	right: auto;
}
.hako_menu .block-cate .cate-image .img {
	width: calc(100% + (100vw - 1000px)/2);
	margin-left: calc(-1*(100vw - 1000px)/2);
	height: 100%;
}

.hako_menu .block-cate .cate-image .img img {
	
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.hako_menu .block-cate .cate-image .box-link {
	background: #ffffff;
	font-size: 2.2rem;
	letter-spacing: 0.2em;
	line-height: 1;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	max-width: 260px;
	padding: 25px 30px 0;
	text-align: center;
	z-index: 2;
}
.hako_menu .block-cate .cate-cont {
	width: 40%;
	order: 3;
	padding-left: 65px;
	/* display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: column;
	align-items: center; */
	position: relative;
}
.hako_menu .block-cate .cate-cont .ttl {
	font-size: 2.4rem;
	letter-spacing: 0.2em;
	/* display: flex; */
	padding: 0 70px;
	/* flex-wrap: wrap; */
	/* justify-content: center; */
	/* flex-direction: row-reverse; */
	text-align: center;
	width: 100%;
}
.hako_menu .block-cate .cate-cont .ttl img {
	width: 60px;
	margin: 0 auto;
}
.hako_menu .block-cate .cate-cont .txt {
	border-top: 1px solid #353A37;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 2;
	padding-top: 15px;
	margin-top: 30px;
	width: 100%;
}
.hako_menu .block-cate .cate-cont .line-animation {
	position: absolute;
	top: 0;
	right: 10px;
}
.hako_menu .block-cate .cate-cont .line-animation .line {	
	height: 260px;
	top: -30px;
	transform: translateY(-100%);
	right: 50%;
	width: 1px;
	position: absolute;
	z-index: -1;
}
.hako_menu .block-cate .cate-cont .line-animation .line:before {
	background: #353A37;
	content: "";
	width: 100%;
	height: 0;
	transition: all ease-in-out 1.25s;
	top: 0;
	left: 0;
	position: absolute;
}
.hako_menu .block-cate .cate-cont .line-animation.on .line:before {
	height: 100%;
}
.hako_menu .block-cate .cate-cont .line-animation .square {
	background: #a40000;
	width: 45px;
	height: 45px;
	position: relative;
	border-radius: 45px;
	margin-top: -32px;
	z-index: 0;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out 1.25s;
	transition-delay: 1s;
}
.hako_menu .block-cate .cate-cont .line-animation.on .square {
	opacity: 1;
	visibility: visible;
}
.hako_menu .block-cate .cate-cont .line-animation .square:before {
	content: "";
	width: 45%;
	height: 45%;
	position: absolute;
	
	 display: inline-block;
  vertical-align: middle;
  color: #ffff;
  line-height: 1;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
	bottom: 10px;
	right: 12px;	
}
.hako_menu .block-cate:nth-child(2n) .cate-image .img {
	width: calc(100% + (100vw - 1000px)/2);
	margin-left: auto;
}
.hako_menu .block-cate:nth-child(2n) .cate-cont {
	order: 1;
	padding-left: 0;
	padding-right: 65px;
}
.hako_menu .block-cate:nth-child(2n) .cate-image .box-link {
	right: auto;
	left: 0;
}
.hako_menu .block-cate:nth-child(2n) .cate-image .pic_cap {
	left: auto;
	right: 0;
}
.hako_menu .block-cate:nth-child(2n) .cate-cont .line-animation {
	left: 0;
	right: auto;
}
@media only screen and (max-width: 1000px) {
	.hako_menu .block-cate {
		padding-top: 160px;
	}
	.hako_menu .block-cate .cate-image .img {
		width: 100%;
		margin-left: 0;
	}
	.hako_menu .block-cate:nth-child(2n) .cate-image .img {
		width: 100%;
		margin-left: auto;
	}
	.hako_menu .block-cate .cate-cont {
		padding-left: 20px;
	}
	.hako_menu .block-cate:nth-child(2n) .cate-cont {
		padding-right: 20px;
		padding-left: 0;
	}
	.hako_menu .block-cate .cate-cont .line-animation .square {
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}
	.hako_menu .block-cate:nth-child(2n) .cate-cont .line-animation {
		left: 10px;
		right: auto;
	}
	.hako_menu .block-cate .cate-cont .line-animation .line {
		height: 160px;
		transform: translateY(calc(-100% - 25px));
	}
}
@media only screen and (max-width: 992px) {
	.hako_menu .block-cate {
		padding-top: 120px;
	}
	.hako_menu .block-cate .cate-cont .line-animation .line {
		height: 120px;
	}
	.hako_menu .block-cate .cate-cont {
		padding-left: 0;
		width: 100%;
		order: 1;
		margin: 0 0 30px;
	}
	.hako_menu .block-cate .cate-cont .ttl .txt-vertical-col {
		-webkit-writing-mode: unset;
		-moz-writing-mode: unset;
		-ms-writing-mode: none;
		-ms-writing-mode: unset;
		writing-mode: unset;
	}
	.hako_menu .block-cate .cate-cont .txt {
		border-top: none;
		padding-top: 0;
		margin-top: 30px;
	}
	.hako_menu .block-cate .cate-image {
		width: 100%;
	}
	.hako_menu .block-cate:nth-child(2n) .cate-cont {
		padding-right: 0;
		padding-left: 0;
	}
}
@media only screen and (max-width: 767px) {
	.hako_menu {
		padding-bottom: 50px;
	}
	.hako_menu .block-cate {
		padding-top: 60px;
	}
	.hako_menu .block-cate .cate-image .box-link .b-btn::after {
		width: 18px;
		height: 18px;
		margin: 0 0 0 10px;
	}
	.hako_menu .block-cate .cate-image .box-link {
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		max-width: 150px;
		padding: 7px 15px 0;
		right: auto;
		left: 0;
	}
	.hako_menu .block-cate .cate-cont {
		margin: 0 0 20px;
	}
	.hako_menu .block-cate .cate-cont .ttl {
		font-size: 1.8rem;
		letter-spacing: 0.03em;
		padding: 0 40px 0 0;
		text-align: left;
	}
	.hako_menu .block-cate .cate-cont .line-animation .square {
		width: 30px;
		height: 30px;
		margin-top: 0;
	}
	.hako_menu .block-cate .cate-cont .line-animation .line {
		height: 60px;
		top: 0;
		transform: translateY(-100%);
	}
	.hako_menu .block-cate .cate-cont .line-animation {
		right: 0;
	}
	.hako_menu .block-cate .cate-cont .txt {
		font-size: 1.2rem;
		margin-top: 20px;
	}
	.hako_menu .block-cate:nth-child(2n) .cate-cont .line-animation {
		left: auto;
		right: 0;
	}
	.hako_menu .block-cate .cate-cont .line-animation .square::before {
		bottom: 7px;
		right: 7px;
	}
	.hako_menu .block-cate .cate-image .pic_cap {
		left: auto;
		right: 0;
	}
}

