@charset "utf-8";


/*=======================================
base
sub_nav
mv
related_page
pickup
inview
=======================================*/




/*=======================================
base
=======================================*/
#container {
	width: initial;
	padding: initial;
	/* font-family: "Noto Serif JP", "Shippori Mincho", serif; */
	font-family: "Shippori Mincho", serif;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	font-feature-settings: "palt";
	text-align: justify;
}

#container .content{
	max-width: 1366px;
	margin: 0 auto;
}


#container a {
	transition: all .3s ease;
}
@media (hover: hover) {
	#container a:hover {
		opacity: 0.6;
	}
} 
.wrapper{
	max-width: 1020px;
	width: 90%;
	margin: 0 auto;
}

.inside_box{
	width: auto;
	max-width: 960px;
}
#topic_path li a{
	color: #0075c2;
}
h2{
	width: initial;
	padding: 0;
}
@media only screen and (max-width: 768px){
	#contents_title h2 {
		padding-top: 0;
		padding-bottom: 0;
}
#topic_path #contents_title h2 {
	width: initial;
	padding-left: 0;
	padding-right: 0;
}
}

.shippori{
	font-family: "Shippori Mincho", serif;
}


/* ヘッダー高さ */
@media only screen and (max-width: 768px){
footer .copyright_area{
	padding-bottom: 75px;
}
}
/* footer pagetop_btn */

@media only screen and (max-width: 768px){

	footer #page-top{
		bottom: 70px!important;
	}
	}



/*=======================================
sub_nav
=======================================*/

.sub_nav_sticky{
	position: sticky;
	max-width: 1366px;
	width: 100%;
	z-index: 999;
	top: -1px;
	left: 0;
	right: 0;
}
.sub_nav{
	display: flex;
	justify-content: space-between;
	font-size: 18.69px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	position: relative;
}
ul.sub_nav li {
	height: 100%; 
	width: 100%;
}
ul.sub_nav li a {
	width: 100%;
	height: 64px; 
	display: flex; 
	justify-content: center;
	align-items: center;
  text-decoration: none;

}
@media (hover: hover) {
#container ul.sub_nav li a:hover{
	text-decoration: none;
	cursor: pointer;
	opacity: 1;
}}
ul.sub_nav li:not(.sub_top_btn) a {
	background: #da7841;
	color: #ffffff;
	backface-visibility: hidden;
}
@media (hover: hover) {
ul.sub_nav li > a:hover {
	background: #e09e78;
	opacity: 1;
}}
ul.sub_nav li.sub_top_btn{
	width: 70%;
}
ul.sub_nav li.sub_top_btn a{
	background-color: #fff;
}
ul.sub_nav li.sub_top_btn a:hover{
	opacity: 1;
	
}
ul.sub_nav li.sub_top_btn a img{
	transition: all .3s ease;

}
ul.sub_nav li.sub_top_btn a img:hover{
	opacity: 0.6;
}
ul.sub_nav li:nth-child(3) {
border-right: 1px solid #fff;
border-left: 1px solid #fff;
}
ul.sub_nav li.active a{
	background: #e05a1e;
	}

	ul.sub_nav li.active a{
		background: #e05a1e;
		}
		@media (hover: hover) {
			ul.sub_nav li.active > a:hover {
				background: #e09e78;
				opacity: 1;
			}}

	@media only screen and (max-width: 768px){
		.sub_nav_sticky{
			bottom: 0;
			background: #ff551e;
		}
	.sub_nav_box {
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		height: 100%;
		background-color: #FBE6CF;
		font-size: 16px;
		box-sizing: border-box;
		z-index: 1;
		padding-top: 14px;
		transition: .3s;
}
.sub_nav_box.open {
		right: 0;
}

.sub_nav_box .sub_nav {
	padding: 0;
	width: 100%;
	height: 100%;
	flex-direction: column;
	justify-content: flex-start;
	font-size: 16px;
}

ul.sub_nav > li {
	padding: 0 0 30px 20px;
	border-bottom: 1px solid #DA7841;
	height: auto;

}
ul.sub_nav li a {
	width: 100%;
	height: 64px; 
	justify-content: left;
}
ul.sub_nav li a:hover{
	text-decoration: none;
}
ul.sub_nav li:not(:first-child) a {
	background: none;
	color: #503700;
}

ul.sub_nav li:nth-child(3) {
border-right: none;
border-left: none;
}
ul.sub_nav li.active a{
	background: none;
	}
	#container ul.sub_nav li a:hover{
		background: initial;
		opacity: 0.6;
	}
	}



/* dropdown__lists */
	ul.sub_nav li .dropdown__lists {
		visibility: hidden;
		opacity: 0;
		max-width: 1366px;
		width: 100%;
		position: absolute;
		top: 64px;
		left: 0;
		z-index: 5;
		background-color: #FFEBD8;
		height: 83px;
		/* transition: all .3s; */
		font-size: calc(min(20px, max(16px, 16px + 4 * (100vw - 768px)/598)));
}
ul.sub_nav li:hover .dropdown__lists {
	visibility: visible;
		opacity: 1;
		transition: all .3s; 
}
ul.sub_nav li:hover .dropdown__list {
	transition: none; 
}
ul.sub_nav li .dropdown__list {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 4.3%;
		width: 100%;
}

ul.sub_nav li .dropdown__list a {
		color: #ff551e;
		text-decoration: none;
		position: relative;
		background-color: #FFEBD8;
		height: auto;
		width: auto;
}
@media (hover: hover) {
	#container ul.sub_nav li .dropdown__list a:hover {
		opacity: 0.6;
		cursor: pointer;
}
}

@media only screen and (max-width: 768px){
	ul.sub_nav li .dropdown__lists {
		visibility: visible;
		opacity: 1;
		position: static;
		background-color: initial;
		height: auto;
}

ul.sub_nav li .dropdown__list {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
		font-size: 15px;
}

ul.sub_nav li .dropdown__list a {
		color: #503700;
		text-decoration: none;
		background-color: initial;
		padding-left: 12px;
		backface-visibility: hidden;
		
}

ul.sub_nav li .dropdown__list a::before{
	content: "";
	position: absolute;
	background: url(../img/arrow02.svg) no-repeat center center;
	width: 8px;
	height: 11px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
}



/* hamburger_menu */
.hamburger_menu{
	background: #DA7841;
	position: fixed;
	bottom: 0;
	height: 60px;
	width: 100vw;
	z-index: 999;
}

.hamburger_menu a{
	width: 50%;
	height: 100%;
	display: block;
	border-right: 1px solid #fff;
}
.hamburger_menu img{
	width: 86px;
	height: 31px;
	left: 25%;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}

/* メニュー */
.sub_nav_box ~ .hamburger_menu .open_btn {
	position: absolute;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	top: 50%;
left: 75%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
width: max-content;
}
.open_btn span.menu{
	color: #fff;
	font-size: 20px;
	position: relative;
	padding-left: 40px;
}

.sub_nav_box ~ .hamburger_menu .open_btn span.hamburger
 {
	display: inline-block;
	position: absolute;
	width: 31px;
	height: 3px;
	background: #ffffff;
	border-radius: 10px;
	-webkit-transition: all .3s;
	transition: all .3s;
	left: 0;
	
}



.open_btn span:nth-child(2) {
	top:4px; 
}

.open_btn span:nth-child(3) {
	top:14px;
}

.open_btn span:nth-child(4) {
	top:24px;
}

.sub_nav_box.open ~ .hamburger_menu .open_btn span:nth-child(2) {
	top: 6px;
	transform: translateY(6px) rotate(-45deg);
}

.sub_nav_box.open ~ .hamburger_menu .open_btn span:nth-child(3){
	opacity: 0;
}
.sub_nav_box.open ~ .hamburger_menu .open_btn span:nth-child(4) {
	top: 19px;
	transform: translateY(-6px) rotate(45deg);
}


.open_btn {
	display: none;
}

.hamburger_menu{
	display: none;
}

@media only screen and (max-width: 768px){
	.open_btn {
		display: block;
}
.hamburger_menu{
	display: block;
}

}



/*=======================================
mv
=======================================*/

	#container .mv {
		position: relative;
		overflow: hidden;
		height: 58.27vw;
		object-fit: cover;
		max-height: 795px;
	}
	#container .mv .ttl_obi{
		background-color: rgba(255, 255, 255, 0.6);
		position: absolute;
		top: 45%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		height: 294px;
	}

	#container .mv::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: bottom;
		opacity: 0;
		animation: zoomFadeIn 2s forwards;
	}

	@keyframes zoomFadeIn {
		0% {
			transform: scale(1.2);
			opacity: 0;
		}
		100% {
			transform: scale(1);
			opacity: 1;
		}
	}

	#container .mv #contents_title{
		position: absolute;
		z-index: 2;
		top: 47%;
		left: 50%;
		text-align: center;
		transform: translate(-50%, -50%);
		width: 90%;
		border-bottom: none;
		border-top: none;
	}

	#container .mv #contents_title h2{
		color: #ff551e;
		font-size: calc(min(72px, max(50px, 50px + 22 * (100vw - 768px)/598)));
		font-weight: 700;
		letter-spacing: 0.02em;
		margin-top: 30px;
		line-height: 1.4;
	}

	#container .mv #contents_title .sub_ttl{
color: #503700;
font-size: calc(min(28px, max(20px, 20px + 8 * (100vw - 768px)/598)));
letter-spacing: 0.1em;
background: url(../../gohan/img/ttl_after.png) no-repeat center center;
background-size: 100% 100%;
padding: 5px 33px 15px;
display: inline-block;
	}

	@media only screen and (max-width: 768px){
		#container .mv {
			position: relative;
			overflow: hidden;
			object-fit: cover;
			min-height: 258px;
		}
		#container .mv #contents_title{
			width: 95%;
			top: 51%;
		}
	
	
		#container .mv #contents_title h2{
			font-size: 28px;
			margin-top: 3px;
			width: 100%;
			padding: 0;
		}
	
		#container .mv .ttl_obi{
			height: 91px;
			top: 45%;
		}
		#container .mv #contents_title .sub_ttl{
	font-size: 12px;
	letter-spacing: 0;
	background: url(../../gohan/img/ttl_after.png) no-repeat center center;
	background-size: 100% 100%;
	padding: 3px 10px;
	display: inline-block;
	
		}
	}


/*=======================================
related_page
=======================================*/

#related_page{
	border-bottom: 1px solid #c1c1c1;
	margin-bottom: 113px;
}
#related_page .related_box{
	display: flex;
	gap: 4%;
	max-width: 827px;
	margin: 0 auto 48px;
	width: 90%;
}
#related_page .top_btn_area{
	margin: 0 auto 70px;
	text-align: center;
}
@media only screen and (max-width: 768px){
	#related_page{
		margin-bottom: 35px;
	}
	#related_page .related_box{
	flex-direction: column;
		gap: 20px;
		margin: 0 auto 24px;
		width: 67%;
	}
	
	#related_page .top_btn_area{
		margin: 0 auto 45px;
		width: 10%;
	}

}

/*=======================================
pickup
=======================================*/
	#pickup h3{
		color: #503700;
		font-size: 20px;
		font-weight: 700;
		letter-spacing: 0.18em;
		text-align: center;
		margin-bottom: 70px;
	}
	#pickup .pickup_box{
		display: flex;
		justify-content: space-between;
		gap: 3.4%;
		margin-bottom: 150px;
	}
	#pickup .pickup_box .img{
		max-width: 317px;
	}
	#pickup .pickup_box .left{
		width: 31.0%;
	}
	#pickup .pickup_box .right{
		display: flex;
		flex-wrap: wrap;
		align-content: space-between;
		justify-content: space-between;
		gap: 4%;
		width: 65.5%;
	}
	#pickup .pickup_box .right .img{
		width: calc( ( 100% - 4% ) / 2 );
	}


	@media only screen and (max-width: 768px){
		#pickup h3{
			margin-bottom: 25px;
		}
		#pickup .pickup_box{
		flex-direction: column;
		align-items: center;
			gap: 12px;
			margin-bottom: 52.76px;
		}
		#pickup .pickup_box .left{
			width: 250px;
		}
		#pickup .pickup_box .right{
			gap: 12px;
			width: 250px;
		}
		#pickup .pickup_box .right .img{
			width: 100%;
		}
	}


/*=======================================
inview
=======================================*/

	/* inview */

	.js-fadeUp {
		opacity: 0; 
		transform: translateY(30px); 
		transition: opacity .8s, transform .8s; 
	}
	/* フェードイン(スクロールした後) */
	.js-fadeUp.is-inview {
		opacity: 1; 
		transform: translateY(0); 
		transition-delay: .5s; 
	}

	.js-fadeUp02 {
		opacity: 0; 
		transform: translateY(10px); 
		transition: opacity .8s, transform .8s; 
	}
	/* フェードイン(スクロールした後) */
	.js-fadeUp02.is-inview {
		opacity: 1; 
		transform: translateY(0); 
		transition-delay: .8s; 
	}



	.anchor {
		display: block;
		margin-top: -120px;
		padding-top: 120px;
	}
@media only screen and (max-width: 768px){
	.anchor {
		margin-top: -100px;
		padding-top: 100px;
	}}

