/*
Theme Name: habakiri-child
Template: habakiri
*/
body {
	/* ゴシック体の場合 */
	//    font-family: "Roboto", "Droid Sans", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	//    line-height: 1.8;
	//    /* 明朝体の場合 */
	//    font-family: "Roboto", "Droid Sans", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	//    line-height: 1.8;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-style: normal;
}






path {
  stroke-dasharray: 800;   /* 線の長さに合わせる */
  stroke-dashoffset: 800;  /* 初期状態は非表示 */
  animation: draw 6s linear forwards;
}

@keyframes draw {
  to { stroke-dashoffset: 0; } /* 徐々に線が描かれる */
}



a,
a:visited,
a:hover,
a:active {
  color: #000 !important;
  text-decoration: none;
}

a {
  outline: none;
}

a:focus {
  outline: none;
}

a:active {
  outline: none;
}










.top_logo_img {
	width: 40%;
}


.zen-kaku-gothic-new-regular {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-style: normal;
}

/*** レスポンシブ対応 ***/
.none {
	display: none !important;
}

.m_none {
	display: inherit !important;
}

.tC {
	text-align: center;
}

.cw {
	width: 1000px;
	margin: 0 auto;
}

.bfs {
	font-size: 17px;
}

hr.title_hr_b {
	background-color: #000;
	height: 4px;
	width: 70px;
	margin: 0 auto;
	border: none;
}

hr.title_hr_w {
	background-color: #FFF;
	height: 4px;
	width: 70px;
	margin: 0 auto;
}

h3.title {
	text-align: center;
	font-size: 16px;
	color: #000;
}

h3.title_w {
	text-align: center;
	font-size: 16px;
	color: #FFF;
}

#slideArea {
	height: 100vh;
	position: relative;
}

#slideArea img {
	height: 100vh;
	object-fit: cover;
	object-position: center;
}

#newsArea {
	background-color: #f5bcb7;
	padding-top: 80px;
	padding-bottom: 80px;
}

#newsArea .more {
	background-color: #898989;
	border-radius: 30px;
	padding: 16px;
	width: 150px;
	text-align: center;
	color: #FFF;
	margin: 0 auto;
	margin-top: 30px;
}

#newsArea .news_visual img {
	height: 300px;
	object-fit: cover;
	object-position: center;
	width: 300px;
}

#newsArea .news_pc {
	padding: 10px;
}


#infoArea {
	background-color: #f2f1ef;
	padding-top: 80px;
	padding-bottom: 20px;
	color: #000;
}

.noInfo {
	padding-top: 20px;
	padding-bottom: 20px;
}

#accessArea {
	background-color: #333333;
	padding-top: 80px;
	padding-bottom: 80px;
	color: #FFF;
}

.bk_haiden {
	opacity: 0.5;
}

#ayumiArea .rel_text {
	position: relative;
	top: -430px;
}

#catMain .row {
	display: grid;
	grid-auto-flow: column;
}

#catMain .text {
	margin-left: 30px;
}

#singMain .date {
	font-size: 20px;
}

#singMain hr.title_hr_b {
	margin-bottom: 20px;
}

#singMain .text {
	margin-top: 20px;
	margin-bottom: 30px;
}

#singMain .btnTop a {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 240px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #596C8B;
	background: #b7a385;
	color: #000;
	transition: 0.5s;
}

#singMain .btnTop a:hover {
	color: #fff;
	background: #596C8B;
}

#footer {
	background-color: #f5bcb7;
	color: #000;
	padding: 50px;
}

#ayumiArea .hengaku {
	margin-top: 50px;
	width: 100%;
}

#prologueArea .logoarea {
	text-align: center;
}

#prologueArea .imgarea1 .img1 {
	width: 450px;
	height: 450px;
	object-fit: cover;      /* はみ出した部分を切り取り */
	object-position: center; /* 中央を基準に */
}

#prologueArea .imgarea1 .img2 {
	width: 450px;
	height: 450px;
	object-fit: cover;      /* はみ出した部分を切り取り */
	object-position: center; /* 中央を基準に */
}

#prologueArea .imgarea1 {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

#prologueArea .sectence1 {
	font-size: 25px;
	color: #000;
}

#prologueArea .imgarea2 .img1 {
	width: 450px;
	height: 450px;
	object-fit: cover;      /* はみ出した部分を切り取り */
	object-position: center; /* 中央を基準に */
}

#prologueArea .imgarea2 .img2 {
	width: 450px;
	height: 450px;
	object-fit: cover;      /* はみ出した部分を切り取り */
	object-position: center; /* 中央を基準に */
}

#prologueArea .imgarea2 {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

#prologueArea .sectence2 {
	font-size: 25px;
	color: #000;
}

#prologueArea .picarea {
	text-align: center;
	margin-bottom: 50px;
}

#prologueArea .picarea .omairi {
	width: 70%;
	padding-top: 50px;
	padding-bottom: 50px;
	display: block;
	margin: auto;
}

#prologueArea .harebare_logo {
	width: 20%;
	padding-top: 30px;
	padding-bottom: 50px;
}

#infoArea .logoarea {
	text-align: center;
}

#infoArea .harebare_logo {
	width: 20%;
	padding-top: 50px;
	padding-bottom: 50px;
}

#infoArea .conTitle {
	font-size: 25px;
	font-weight: unset;
}

#infoArea .conSent {
	font-size: 20px;
	font-weight: unset;
}

#dangoArea {
	background-color: #f2f1ef;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #000;
}

#shopArea {
	background-color: #f2f1ef;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #000;
}

#standArea {
	background-color: #f2f1ef;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #000;
}

#popArea {
	background-color: #f2f1ef;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #000;
}

#infoArea .harebare_logo {
	width: 20%;
	padding-top: 50px;
	padding-bottom: 50px;
}

#dangoArea .dango_visual img,
#dangoArea .dango_visual_sp img,
#shopArea .shop_visual img,
#shopArea .shop_visual_sp img,
#standArea .stand_visual img,
#standArea .stand_visual_sp img,
#popArea .pop_visual img,
#popArea .pop_visual_sp img {
	height: 300px;
	object-fit: cover;
	object-position: center;
	width: 300px;
	padding: 10px;
}

#infoArea .contact {
	text-align: center;
}

#infoArea .contact img {
	width: 50%;
}

#footer .logo {
	width: 20%;
}

#prologueArea .hello {
	text-align: center;
}

#prologueArea .hello img {
	padding-top: 160px;
	width: 40%;
}

#prologueArea .imgarea1 .linesvg {
	display: none;
}



@media screen and (max-width: 749px) {
	/** Mobile **/

	/*** レスポンシブ対応 ***/
	.none {
		display: inherit !important;
	}

	.m_none {
		display: none !important;
	}

	.cw {
		width: 85%;
	}

	/* headerロゴ */
	.site-branding a {
		color: #FFF !important;
		;
	}

	#responsive-btn {
		background-color: #FFF !important;
		;
	}

	#slideArea .mt1 {
		font-size: 45px;
		position: absolute;
		top: 90px;
		left: 40px;
		color: #FFF;
	}

	#slideArea .mt2 {
		font-size: 45px;
		position: absolute;
		top: 60%;
		left: 52%;
		color: #000000;
		line-height: 1.0;
		transform: translate(-54%, -30%);
		text-align: center;
	}

	#slideArea .mt2 .btext {
		font-size: 75px;
		font-weight: bold;
	}

	#slideArea .mt2 .text2 {
		font-size: 135px;
	}

	#slideArea .mt2 .text3 {
		font-size: 46px;
	}

	#slideArea .mt2 .text4 {
		font-size: 100px;
	}

	.header {
		background-color: unset !important;
	}

	.header:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #FFF;
		opacity: 0;
		z-index: -1;
	}

	.home #contents {
		position: relative;
		top: -70px;
		margin-bottom: -70px;
	}

	#slideArea {
		height: 100vh;
	}

	#slideArea img {
		height: 100vh;
		object-fit: cover;
		object-position: center;
	}

	#newsArea .news_visual_sp {
		padding: 10px;
	}

	#newsArea .news_visual_sp img {
		height: 350px;
		object-fit: cover;
		object-position: center;
		width: 350px;
	}

	#haretokeArea {
		padding-top: unset;
		padding-bottom: 70px;
	}

	#haretokeArea .sptop {
		padding-top: 50px;
	}

	#catMain .cw {
		width: 100%;
	}

	#catMain .row {
		display: unset;
	}

	#catMain .text {
		margin-left: unset;
	}

	#catMain .thumbnail img {
		width: 100%;
	}

	#catMain .sec {
		margin-top: 23px;
		margin-bottom: 23px;
		border: 0;
		border-top: 1px solid #000;
	}

	#ayumiArea .rel_text {
		top: -150px;
	}

	#ayumiArea {
		margin-bottom: -100px;
	}

	#header #responsive-btn {
		display: none !important;
	}

	#newsArea .infoTitle {
		font-size: 12px;
		text-align: left;
		color: #000;
	}

	#newsArea .infoDate {
		font-size: 12px;
		color: #000;
	}

	#prologueArea .logoarea {
		text-align: center;
	}

	#prologueArea .logoarea img {
		width: 60%;
	}

	#prologueArea .imgarea1 {
		padding-top: 60px;
		height: 320px;
	}

	#prologueArea .imgarea1 .img1 {
		width: 110px;
		height: 110px;
	}

	#prologueArea .imgarea1 .img2 {
		width: 200px;
		height: 150px;
		position: relative;
		top: 60px;
		right: -20px;
	}

	#prologueArea .sectence1 {
		font-size: 15px;
		color: #000;
	}

	#prologueArea .imgarea2 {
		padding-top: 50px;
	}

	#prologueArea .imgarea2 .img1 {
		height: unset;
		object-fit: unset;
		object-position: unset;

		width: 80%;

		/* ここどうするか検討 */
		position: relative;
		left: -80px;
	}

	#prologueArea .imgarea2 .img2 {
		height: unset;
		object-fit: unset;
		object-position: unset;

		width: 35%;
		display: block;
		margin-left: auto;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#prologueArea .sectence2 {
		padding-top: 50px;
		font-size: 15px;
		color: #000;
	}

	#prologueArea {
		padding-bottom: 50px;
	}

	#prologueArea .picarea .omairi {
		width: 90%;
		padding-top: 20px;
		padding-bottom: 40px;
		display: block;
		margin: auto;
	}

	#infoArea .conTitle {
		font-size: 22px;
		font-weight: unset;
		padding-bottom: 30px;
	}

	#infoArea .conTitle .conTitleBR {
		line-height: 40px;
	}

	#infoArea .conSent {
		font-size: 15px;
		font-weight: unset;
	}

	#infoArea .dango_visual_sp img {
		width: 100%;
	}

	#infoArea .dango_visual img {
		width: 100%;
	}

	#infoArea .logoarea img {
		width: 50%;
		display: block;
		margin: 0 auto;
		padding-top: 80px;
	}

	#footer .logo {
		width: 40%;
	}

	#footer .syamei {
		font-weight: unset;
		font-size: 16px;
	}

	#dangoArea .dango_visual img,
	#dangoArea .dango_visual_sp img,
	#shopArea .shop_visual img,
	#shopArea .shop_visual_sp img,
	#standArea .stand_visual img,
	#standArea .stand_visual_sp img,
	#popArea .pop_visual img,
	#popArea .pop_visual_sp img {
		height: 350px;
		object-fit: cover;
		object-position: center;
		width: 100%;
		padding: unset;
	}

	#prologueArea .hello {
		text-align: center;
	}

	#prologueArea .hello img {
		padding-top: 160px;
		width: 70%;
	}

	#slideArea .top_renew img {
		width: 55%;
		z-index: 999 !important;
		position: absolute;
		height: unset;
		object-fit: unset;
		top: 73%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#infoArea .contact img {
		width: 90%;
	}

	.top_logo img {
		width: 40%;
	}

	#dangoArea,
	#shopArea,
	#standArea,
	#popArea {
		padding-top: unset;
		padding-bottom: unset;
	}

	#prologueArea .imgarea1 {
		position: relative;
	}

	#prologueArea .imgarea1 .linesvg {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		display: inherit;
	}

	#prologueArea .imgarea1 .img1 {
		position: absolute;
		object-fit: cover;
		z-index: 2;
		top: 0px;
		left: 10px;
	}

	#prologueArea .imgarea1 .img2 {
		position: absolute;
		object-fit: cover;
		z-index: 2;
	}



}


@media screen and (min-width: 750px) and (max-width: 991px) {
	/* Tablet */

	/*** レスポンシブ対応 ***/
	.none {
		display: inherit !important;
	}

	.m_none {
		display: none !important;
	}

	#header #responsive-btn {
		display: none !important;
	}






}