
@charset "utf-8";
html{
	scroll-behavior: smooth;
}
main {
	width: 100%;
	padding-bottom: 0;
}
body{
	margin: 0;
}
#foodsite section{
	margin: 0;
}
#foodsite a{
	color: #fff;
}
#christmas2025{
	box-sizing: border-box;
	font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 15px;
	line-height: 1.7;
	background: #2f1015;
	color: #191919;
	position: relative;
	font-weight: 400;
}
#christmas2025 .right-section,
#christmas2025 .left-section{
	height: 100vh;
	position: fixed;
	width: calc((100% - 800px) / 2);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	overflow: hidden;
}
#christmas2025 .left-section{
	padding: 0 30px;
	box-sizing: border-box;
	left: 0;
}
#christmas2025 .left-section .lead-wrap{
	max-width: 500px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 30px;
	position: relative;
	color: #fff;
	text-align: center;
}
.left-section .lead-wrap .cake-bt{
	margin: 0px auto;
	width: 75%;
	background: #92682b;
	box-shadow: 0 5px 0 #ffffff;
	border: 1px solid #ffffff;
	font-size: 19px;
}
.left-section .lead-wrap .cake-bt::before{
	border-top: 2px solid #92682b;
	border-right: 2px solid #92682b;
}
.christmas-chef .main-section{
	max-width: 800px;
	width: 57%;
	margin: auto;
}
#christmas2025 .right-section{
	right: 0;
	padding: 0 30px;
	box-sizing: border-box;
}
#christmas2025 img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
	transition: 0.5s;
}
#christmas2025 .item-wrap img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    transition: 0.5s;
}
#christmas2025 a:hover img{
	transform: scale(0.9);
}
#christmas2025 a{
	text-decoration: none;
}
.cake-bt{
    margin: 20px auto 0;
    text-align: center;
    border-radius: 100vh;
    font-weight: 600;
    position: relative;
    transition: 0.3s;
  }
.christmas-chef .cake-bt:hover{
	box-shadow: none;
	transform: translateY(10px);
}
  .cake-bt a{
		padding: 6px 38px;
    height: 100%;
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
		box-sizing: border-box;
  }
  .cake-bt::before{
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    right: 22px;
    transform: translateY(-50%) rotate(45deg);
    z-index: 20;
    transition: all 0.3s ease 0s;
  }
  .cake-bt::after{
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    background: #fff;
    top: 50%;
    right: 13px;
    visibility: visible;
    border-radius: 50%;
    transform: translateY(-50%);
  }
/*固定ボタン*/
  @keyframes fuwa{
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }
.main-section-wrap{
	margin-bottom: 50px;
}
.main-section .main-wrap h1 span{
	width: 1px;
	height: 1px;
	display: block;
	overflow: hidden;
}
#christmas2025 .left-section h1{
	font-size: 49px;
	color: #394e87;
	background: #fed9dd;
	text-align: center;
	text-shadow: -1px 4px 1px #ffffff;
	font-family: "senobi-gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: -0.5rem;
}
/*アンカーリンク*/
.which-text{
	text-align: center;
	font-weight: 600;
	position: relative;
	font-size: 18px;
	color: #fff;
}
.which-text::before{
	content: "";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	bottom: -5%;
	left: 50%;
	transform: rotate(135deg) translateX(50%);
	z-index: 20;
	transition: all 0.3s ease 0s;
	animation: down 1s ease-in infinite;
}
@keyframes down{
	 0%, 100% {
    bottom: -5%;
  }
  50% {
    bottom: -20%;
  }
}
#christmas2025 .category-bt:hover img{
	transform: scale(1.1);
}
#christmas2025.christmas-chef  h1 {
    background: transparent;
}
.group-title-wrap {
    font-size: 22px;
    padding: 30px 70px;
		text-align: center;
}
#innovation .group-title-wrap {
    background: #42281d;
}
#oudou .group-title-wrap {
    background: #000e29;
}
#hotel .group-title-wrap {
    background: #12331c;
}
#natural .group-title-wrap {
    background: #212322;
}
.group-title-wrap span {
    font-size: 12px;
    margin-right: 11px;
}
.chef-wrap{
	display: block;
}
.chef-wrap#innovation{
	background: #c1b6b2;
}
.chef-wrap#oudou{
	background: #b3b7bc;
}
.chef-wrap#hotel{
	background: #a5ada7;
}
.chef-wrap#natural{
	padding-bottom: 60px;
	background: #bcbcbc;
}
.chef-wrap .group-title-wrap .bt-box{
	display: flex;
	gap: 15px;
	justify-content: center;
}
.chef-wrap .group-title-wrap .bt-box .innovation-bt,
.chef-wrap .group-title-wrap .bt-box .oudou-bt,
.chef-wrap .group-title-wrap .bt-box .hotel-bt,
.chef-wrap .group-title-wrap .bt-box .natural-bt{
	width: calc((100% - 60px) / 5);
}
.chef-wrap .group-title-wrap .group-title{
	margin: auto;
}
.chef-wrap#innovation .group-title-wrap .group-title{
	width: 28%;
	max-width: 164px;
}
.chef-wrap#oudou .group-title-wrap .group-title{
	width: 28%;
	max-width: 164px;
}
.chef-wrap#hotel .group-title-wrap .group-title{
	width: 60%;
	max-width: 385px;
}
.chef-wrap#natural .group-title-wrap .group-title{
	width: 83%;
	max-width: 535px;
}
.chef-wrap .group-title-wrap .sub-title{
	margin: 6px 0 10px;
}
.chef-wrap#innovation .group-title-wrap .sub-title{
	color: #c1b6b2;
}
.chef-wrap#oudou .group-title-wrap .sub-title{
	color: #b3b7bc;
}
.chef-wrap#hotel .group-title-wrap .sub-title{
	color: #a5ada7;
}
.chef-wrap#natural .group-title-wrap .sub-title{
	color: #bfbfbf;
}
.chef-info-wrap{
	padding: 60px 70px 70px;
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.chef-info-wrap .chef-info + .chef-info{
	padding-top: 60px;
}
.chef-wrap#innovation .chef-info + .chef-info{
	border-top: 2px dashed #542b17;
}
.chef-wrap#oudou .chef-info + .chef-info{
	border-top: 2px dashed #183051;
}
.chef-wrap#hotel .chef-info + .chef-info{
	border-top: 2px dashed #12331c;
}
.chef-wrap#natural .chef-info + .chef-info{
	border-top: 2px dashed #3a3a3a;
}
.chef-info-wrap .chef-info .chef-detail{
	display: flex;
	flex-direction: column;
	gap: 25px;
	margin-bottom: 35px;
}
.chef-info-wrap .chef-info .chef-detail .profile{
	width: 90%;
	max-width: 600px;
	margin: auto;
}
.chef-info-wrap summary{
	text-align: center;
	margin-top: 4px;
	font-weight: 600;
	font-size: 15px;
	position: relative;
	height: 30px;
	width: 100%;
	border: none;
	color: #191919;
	display: block;
}
.chef-info-wrap summary::before{
	content: "続きを読む";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: none;
}
.chef-info-wrap summary::-webkit-details-marker{
	display: none;
}
.chef-info-wrap summary::after{
	display: block;
	position: absolute;
	bottom: -5px;
	right: 50%;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	width: 10px;
	height: calc(tan(60deg) * 10px / 2);
	transform: translateX(50%);
	content: "";
	z-index: 200;
	background: #191919;
}
details[open] summary,
details[open] summary::before,
details[open] summary::after{
	display: none;
}
.chef-info-wrap .cake-wrap .cake-title{
	width: 21%;
	max-width: 160px;
	margin: auto;
}
.chef-info-wrap #lart-okusawa .cake-wrap .cake-title,
.chef-info-wrap #pierre-marcolini .cake-wrap .cake-title{
	margin-bottom: 15px;
}
.chef-info-wrap .cake-wrap .cake-info-wrap{
	display: flex;
	gap: 45px;
	align-items: center;
}
.chef-info-wrap .cake-wrap .cake-info-wrap .img-wrap{
	width: 40%;
}
.chef-info-wrap .cake-wrap .cake-info-wrap .text-wrap{
	width: calc((100% - 45px) - 40%);
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.chef-info-wrap .cake-wrap .cake-info-wrap .text-wrap .item-name{
	font-weight: 600;
	font-size: 16px;
	border-bottom: 1px solid #191919;
	margin-bottom: 8px;
}
.chef-info-wrap .cake-wrap .cake-info-wrap .text-wrap .item-detail{
	font-size: 14px;
}
.chef-info-wrap .cake-wrap .cake-info-wrap .text-wrap .item-price{
	margin-top: 5px;
	text-align: right;
	font-size: 18px;
  font-weight: 600;
}
.chef-info-wrap .cake-wrap .cake-info-wrap .text-wrap .item-price span{
	font-size: 15px;
	font-weight: 600;
}
.chef-wrap .cake-bt{
	width: 75%;
	font-size: 16px;
}
.chef-wrap#innovation .cake-bt{
	background: #542b17;
	box-shadow: 0 5px 0 #7f5544;
	border: 1px solid #7f5544;
}
.chef-wrap#innovation .cake-bt::before{
	border-top: 2px solid #542b17;
	border-right: 2px solid #542b17;
}
.chef-wrap#oudou .cake-bt{
	background: #183051;
	box-shadow: 0 5px 0 #3d5f7c;
	border: 1px solid #3d5f7c;
}
.chef-wrap#oudou .cake-bt::before{
	border-top: 2px solid #183051;
	border-right: 2px solid #183051;
}
.chef-wrap#hotel .cake-bt{
	background: #294732;
	box-shadow: 0 5px 0 #4e6d51;
	border: 1px solid #4e6d51;
}
.chef-wrap#hotel .cake-bt::before{
	border-top: 2px solid #1b4423;
	border-right: 2px solid #1b4423;
}
.chef-wrap#natural .cake-bt{
	background: #3a3a3a;
	box-shadow: 0 5px 0 #686868;
	border: 1px solid #686868;
}
.chef-wrap#natural .cake-bt::before{
	border-top: 2px solid #3a3a3a;
	border-right: 2px solid #3a3a3a;
}
.main-section .chef-wrap#natural .cake-bt.top{
	margin: 0px auto;
	width: 42%;
	background: #92682b;
	box-shadow: 0 5px 0 #ffffff;
	border: 1px solid #ffffff;
	font-size: 17px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.main-section .chef-wrap#natural .cake-bt.top::before{
	border-top: 2px solid #92682b;
	border-right: 2px solid #92682b;
}
.main-section .chef-wrap#natural .cake-bt.top a{
	padding: 7px 38px;
}
.chef-wrap .cake-bt a{
	padding: 9px 38px;
	font-weight: 600;
}
.category-btn-wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 25px;
}
.category-btn-wrap .category-bt{
	width: calc((100% - 30px) / 2);
}

@media screen and (max-width: 1400px){
	#christmas2025 .left-section{
		width: 43%;
	}
	.christmas-chef .main-section{
		margin: 0 0 0 auto;
	}
	.main-section .lead-wrap{
		padding: 20px;
		text-align: center;
	}
	.main-section .lead-wrap .lead-text{
		color: #fff;
	}
	.cake-wrap .cake-bt{
		font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	}
}

@media screen and (min-width: 850px){
	.sp-only{
		display: none;
	}
	#christmas2025{
		display: flex;
	}
	.main-section{
		box-shadow: 0 0 15px #230e11;
		z-index: 5;
	}
	.right-section .category-btn-wrap{
		max-width: 400px;
	}
}

@media screen and (min-width: 850px) and (max-width: 1400px){
	#christmas2025 .left-section .lead-wrap{
		width: 75%;
	}
	.left-section .lead-wrap .lead-text{
		display: none;
	}
	.left-section .ank-wrap{
		max-width: 310px;
		margin: auto;
	}
	.chef-wrap .cake-bt{
		width: 300px;
	}
	.cake-bt.pc-only{
		display: none;
	}
	.chef-info-wrap .cake-wrap .cake-title{
		width: 115px;
	}
	#christmas2025 .right-section{
		display: none;
	}
}

@media screen and (max-width: 849px){
	.pc-only{
		display: none;
	}
	#christmas2025{
		line-height: 1.6;
	}
	#christmas2025 .left-section{
		display: none;
	}
	.christmas-chef .main-section{
		width: 100%;
	}
	.main-section .lead-wrap {
		text-align: left;
	}
	.group-title-wrap{
		padding: 25px 20px;
		font-size: 17px;
	}
	.chef-wrap#natural{
		padding-bottom: 50px;
	}
	.chef-wrap .group-title-wrap .sub-title{
		margin: 10px 0 13px;
		line-height: 1.4;
		font-weight: 600;
	}
	.chef-wrap .group-title-wrap .bt-box{
		flex-wrap: wrap;
		justify-content: center;
	}
	.chef-wrap .group-title-wrap .bt-box .innovation-bt,
	.chef-wrap .group-title-wrap .bt-box .oudou-bt,
	.chef-wrap .group-title-wrap .bt-box .hotel-bt,
	.chef-wrap .group-title-wrap .bt-box .natural-bt{
		width: calc((100% - 30px) / 3);
	}
	.chef-info-wrap{
		padding: 48px 20px 40px;
		gap: 47px;
	}
	.chef-info-wrap summary{
		font-size: 13px;
	}
	.chef-info-wrap summary::after{
		bottom: 0;
	}
	.chef-info-wrap .chef-info + .chef-info{
		padding-top: 45px;
	}
	.chef-info-wrap .chef-info .chef-detail{
		margin-bottom: 25px;
	}
	.chef-info-wrap .cake-wrap .cake-title{
		width: 40%;
    max-width: 120px;
	}
	.chef-info-wrap .cake-wrap .cake-info-wrap{
		gap: 20px;
	}
	.chef-info-wrap .cake-wrap .cake-info-wrap .img-wrap{
		width: calc((100% - 20px) / 2);
	}
	.chef-info-wrap .cake-wrap .cake-info-wrap .text-wrap{
		width: calc((100% - 20px) / 2);
	}
	.cake-bt{
		margin: 25px auto 0;
	}
	.cake-wrap .cake-bt{
		width: 80%;
	}
	.chef-wrap .cake-bt a{
		padding: 7px 38px;
	}
	.main-section .chef-wrap#natural .cake-bt.top{
		width: 80%;
	}
	#christmas2025 .right-section{
		position: sticky;

		bottom: 0;
		width: 100%;
		z-index: 1000;
		height: auto;
		padding: 10px 15px;
		background: #2f1015;
	}
	.right-section .category-btn-wrap{
		gap: 15px;
		margin-top: 0;
		flex-wrap: nowrap;
	}
	.right-section .category-btn-wrap .category-bt{
		width: calc((100% - 45px) / 4);
	}
}

@media screen and (min-width: 1401px){
	.left-section .ank-wrap{
		display: none;
	}
	.main-section .lead-wrap{
		display: none;
	}
	.cake-bt.outside{
		display: none;
	}
}



