@charset "utf-8";

/*-----------------------------------
ページ共通
-----------------------------------*/
.l-breadcrumbs{
	display: none;
}
.l-section__inner{
	margin-inline: 0;
	max-width: 100%;
	width: 100%;
}
#Fosechi2027 {
	position: relative;
}
#Fosechi2027 button {
	border: 0px;
}
#Fosechi2027 a {
	color: #202020;
	transition: all 0.3s ease 0s;
}
#Fosechi2027 img {
	width: 100%;
}
#Fosechi2027 section{
	max-width: 1240px;
	margin: 0 auto;
	padding: 60px 0 80px;
}
#Fosechi2027 .h2-wrap{
	margin-bottom: 35px;
	text-align: center;
}
#Fosechi2027 h2{
  position: relative;
	display: inline-block;
	padding-left: 50px;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
}
#Fosechi2027 h2::before,
#Fosechi2027 #FosechiType .type-wrap .type-item .type-h3::before{
	position: absolute;
  content: "";
  top: 50%;
  left: 0;
	transform: translateY(-50%);
}
#Fosechi2027 .bg-wrap{
	background: url(/d_images/Fosechi2027/img/bg01.png) repeat center / 100px;
}
#Fosechi2027 .bg-wrap-02{
	background: #ece1ca;
}
#Fosechi2027 .flex-wrap{
	display: flex;
	flex-wrap: wrap;
}
#Fosechi2027 .go-btn{
	max-width: 400px;
  margin: 55px auto 0;
  background: #891919;
  border-radius: 100vh;
  box-shadow: #730c0c 0px 3px 0px;
	transition: 0.3s all;
}
#Fosechi2027 .go-btn a{
  position: relative;
  display: block;
  padding: 12px 30px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
	letter-spacing: 0.1em;
}
#Fosechi2027 .go-btn a::after{
	position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 600px) {
	.sp-only{
		display: none;
	}
	#Fosechi2027 a:hover img{
		opacity: 1;
	}
	#Fosechi2027 .go-btn:hover{
		box-shadow: none;
		transform: translateY(5px);
	}
}

@media screen and (max-width: 599px) {
	.p-special__contents{
		margin-inline: 0;
	}
	.pc-only{
		display: none;
	}
	#Fosechi2027 section{
		padding: 40px 20px 55px;
	}
	#Fosechi2027 .h2-wrap{
		margin-bottom: 20px;
	}
	#Fosechi2027 h2{
		font-size: 24px;
	}
	#Fosechi2027 .go-btn{
		width: 90%;
		margin: 35px auto 0;
	}
	#Fosechi2027 .go-btn a{
		font-size: 16px;
	}
}

/*-----------------------------------
ハンバーガーメニュー
-----------------------------------*/
#Fosechi2027 .sticky {
	position: fixed;
	top: 190px;
	right: 1%;
	width: 7%;
	opacity: 0;
	transition: all 0.5s ease 0s;
	display: none;
}
#Fosechi2027 .sticky.active {
	opacity: 1;
	display: block;
	z-index: 1000;
}
#Fosechi2027 .l_header {
  position: fixed;
	top: 135px;
	right: 2%;
	width: 70px;
	height: 70px;
	justify-content: center;
	align-items: center;
	display: flex;
	max-height: 100px;
	background: #525252;
	transition: all 0.5s ease 0s;
	border-radius: 50%;
	z-index: 1200;
	cursor: pointer;
}
#Fosechi2027 .l_header__hamburger {
  position: relative;
	z-index: 200;
	width: 30px;
	height: 25px;
}
#Fosechi2027 .l_header__hamburger.active{
	background: #525252;
	border-radius: 50%;
	width: 55px;
	height: 55px;
}
#Fosechi2027 .l_header__hamburger span {
  display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	transition: ease 0.4s;
	z-index: 300;
}
#Fosechi2027 .l_header__hamburger span:first-child{
	top: 0;
}
#Fosechi2027 .l_header__hamburger span:nth-child(2) {
  transition: 0s;
	top: 50%;
	transform: translateY(-50%);
}
#Fosechi2027 .l_header__hamburger span:nth-child(3) {
  bottom: 0;
}
#Fosechi2027 .l_header__hamburger.active span{
	width: 26px;
	height: 2px;
}
#Fosechi2027 .l_header__hamburger.active span:first-child{
  transform: rotate(-45deg) translate(-8px,29px);
}
#Fosechi2027 .l_header__hamburger.active span:nth-child(2) {
  opacity: 0;
}
#Fosechi2027 .l_header__hamburger.active span:nth-child(3) {
  transform: rotate(45deg) translate(-8px,-29px);
}
#Fosechi2027 .l_header__nav {
  position: absolute;
	width: 55vw;
	max-width: 100vw;
	transform: translateX(100vw);
	top: -20px;
	right: -65%;
	height: calc(100vh - 118px);
	transition: ease 0.7s;
  z-index: 200;
  background-color: #faf9f8;
}
#Fosechi2027 .l_header__nav.nav-active {
  transform: translateX(0);
}
#Fosechi2027 .l_header__nav nav {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
#Fosechi2027 .l_header__nav_list {
  width: 100%;
}
#Fosechi2027 li.nav__item.nav-category {
	padding: 40px 28px 50px;
	background: #995a46;
	color: #fff;
}
#Fosechi2027 .l_header__nav h3 {
  padding: 0 0 5px;
  margin: 0 0 9px;
  letter-spacing: 0.1em;
  font-weight: 600;
	border-bottom: 3px solid #fff;
	font-size: 20px;
}
#Fosechi2027 .l_header__nav .nav__item ul {
  display: flex;
  gap: 46px;
  flex-wrap: wrap;
}
#Fosechi2027 .l_header__nav .nav__item ul li {
  width: 100%;
  border-bottom: 1px dashed;
}
#Fosechi2027 .l_header__nav .nav__item > ul > li {
	border-bottom: none;
}
#Fosechi2027 .l_header__nav .nav__item ul ul{
	padding: 0;
	gap: 15px 25px;
}
#Fosechi2027 .l_header__nav_list li.nav__item.nav-category > ul > li li{
	width: calc((100% - 50px) / 3);
	display: flex;
	align-items: center;
}
#Fosechi2027 .l_header__nav .nav__item ul li a {
  display: block;
  letter-spacing: 2.4px;
  padding: 16px 43px 16px 0;
  font-weight: 500;
	width: 100%;
	position: relative;
	line-height: 1.6;
	color: #fff;
}
#Fosechi2027 .l_header__nav .nav__item .nav-link-list .nav-link a::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #995a46;
	border-left: 2px solid #995a46;
	position: absolute;
	top: 48%;
	right: 19px;
	transform: rotate(135deg) translateY(50%);
	transition: 0.2s all;
}
#Fosechi2027 .l_header__nav .nav__item .nav-link-list .nav-link a::before {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	background: #fff;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	border-radius: 50%;
	transition: 0.2s all;
}

@media screen and (min-width: 600px) {
  #Fosechi2027 .l_header__nav .nav__item ul ul {
    margin: 0 25px;
  }
	#Fosechi2027 .l_header__nav .nav__item .nav-link-list .nav-link a:hover::before{
		right: 7px;
	}
	#Fosechi2027 .l_header__nav .nav__item .nav-link-list .nav-link a:hover::after{
		right: 14px;
	}
}

@media screen and (min-width: 769px) and (max-width: 980px){
  #Fosechi2027 .l_header__nav_list li.nav__item.nav-category > ul > li li {
    width: calc((100% - 25px) / 2);
  }
}

@media screen and (max-width: 599px){
	#Fosechi2027 .sticky{
		width: 60px;
    top: 130px;
	}
	#Fosechi2027 .l_header{
		width: 50px;
		height: 50px;
		top: 40px;
	}
	#Fosechi2027 .l_header__hamburger{
		width: 24px;
    height: 20px;
	}
	#Fosechi2027 .l_header__hamburger.active{
		width: 38px;
		height: 38px;
	}
	#Fosechi2027 .l_header__hamburger.active span{
		width: 20px;
	}
	#Fosechi2027 .hamburger.active span:first-child{
		transform: rotate(-45deg) translate(-7px,19px);
	}
	#Fosechi2027 .hamburger.active span:nth-child(3){
		transform: rotate(45deg) translate(-7px,-19px);
	}
	#Fosechi2027 .l_header__nav {
		top: -40px;
		width: 68vw;
		height: 100vh;
	}
	#Fosechi2027 .l_header__nav h3{
		margin: 0 0 8px;
		font-size: 16px;
		border-bottom: 2px solid #fff;
	}
	#Fosechi2027 li.nav__item.nav-category{
		padding: 30px 20px 40px 10px;
	}
	#Fosechi2027 .l_header__nav .nav__item ul{
		margin: 0 9px;
		gap: 25px;
	}
	#Fosechi2027 .l_header__nav .nav__item ul ul{
		gap: 12px;
		font-size: 14px;
	}
	#Fosechi2027 .l_header__nav_list li.nav__item.nav-category > ul > li li{
		width: 100%;
	}
	#Fosechi2027 .l_header__nav .nav__item ul li a{
		padding: 7px 26px 7px 0;
	}
	#Fosechi2027 .l_header__nav .nav__item .nav-link-list .nav-link a::before{
		width: 20px;
		height: 20px;
		right: 0;
	}
	#Fosechi2027 .l_header__nav .nav__item .nav-link-list .nav-link a::after{
		width: 6px;
    height: 6px;
		right: 6px;
	}
}

/*-----------------------------------
メインビジュアル
-----------------------------------*/
#Fosechi2027 section.mv{
  position: relative;
	width: 100%;
  max-width: 100%;
  height: 40vh;
  background: url(/d_images/Fosechi2027/img/mv.webp) no-repeat center / cover;
  overflow: hidden;
}
#Fosechi2027 section.mv .mv-title{
	position: absolute;
	top: 50%;
	left: 15%;
	width: 30%;
  height: 64%;
  max-height: 230px;
	transform: translateY(-50%);
}
#Fosechi2027 section.mv .mv-title::before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
  height: 100%;
	background: url(/d_images/Fosechi2027/img/title.png) no-repeat center / contain;
}

@media screen and (max-width: 599px){
	#Fosechi2027 section.mv{
		height: 30vh;
		max-height: 220px;
	}
	#Fosechi2027 section.mv .mv-title{
		left: 6%;
		width: 46%;
		height: 54%;
		max-height: 130px;
	}
}

/*-----------------------------------
概要
-----------------------------------*/
#Fosechi2027 section.lead-area{
	padding: 60px 0 40px;
	font-size: 18px;
	text-align: center;
	font-weight: 500;
}
#Fosechi2027 .lead-area h1{
	margin-bottom: 22px;
	font-size: 36px;
  font-weight: 600;
}
#Fosechi2027 .lead-area .period-wrap{
	gap: 60px;
	margin-top: 25px;
}
#Fosechi2027 .lead-area .period-wrap .period-item{
  gap: 15px;
	align-items: center;
  width: calc((100% - 60px) / 2);
	font-size: 20px;
  line-height: 1.6;
	font-weight: 600;
}
#Fosechi2027 .lead-area .period-wrap .period-item .period-title{
  padding: 7px 12px 9px;
  color: #fff;
  border-radius: 5px;
  font-size: 20px;
  line-height: 1;
}
#Fosechi2027 .lead-area .period-wrap .period-item.acceptance .period-title{
	background: #601414;
}
#Fosechi2027 .lead-area .period-wrap .period-item.delivery .period-title{
	background: #962d04;
}
#Fosechi2027 .lead-area .period-wrap .period-item .period-tx{
	font-size: 22px;
}
#Fosechi2027 .lead-area .period-wrap .period-item .period-tx .period-num{
	font-size: 30px;
}

@media screen and (min-width: 600px){
	#Fosechi2027 .lead-area .period-wrap .period-item.acceptance{
		justify-content: flex-end;
	}
}

@media screen and (max-width:599px){
	#Fosechi2027 section.lead-area{
		padding: 40px 20px 10px;
		font-size: 15px;
		text-align: left;
	}
	#Fosechi2027 .lead-area h1{
		margin-bottom: 15px;
		font-size: 26px;
		line-height: 1.6;
		text-align: center;
	}
	#Fosechi2027 .lead-area .period-wrap{
		flex-direction: column;
		gap: 12px;
		margin-top: 20px;
	}
	#Fosechi2027 .lead-area .period-wrap .period-item{
		gap: 10px;
		justify-content: center;
		width: 100%;
	}
	#Fosechi2027 .lead-area .period-wrap .period-item .period-title{
		padding: 7px 10px;
		font-size: 15px;
	}
	#Fosechi2027 .lead-area .period-wrap .period-item .period-tx{
		font-size: 17px;
	}
	#Fosechi2027 .lead-area .period-wrap .period-item .period-tx .period-num{
		font-size: 23px;
	}
}

/*-----------------------------------
ナビゲーション
-----------------------------------*/
#Fosechi2027 .ank-wrap {
	justify-content: center;
	background: #790e0e;
}
#Fosechi2027 .ank-link {
	display: grid;
  grid-template-columns: repeat(5, 1fr);
	width: 100%;
	max-width: 1240px;
}
#Fosechi2027 .ank-link li{
	position: relative;
}
#Fosechi2027 .ank-link li::after,
#Fosechi2027 .ank-link li:first-of-type::before{
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	width: 1px;
	height: 28px;
	background: #fff;
	transform: translateY(-50%);
}
#Fosechi2027 .ank-link li:first-of-type::before{
	left: 0;
	right: auto;
}
#Fosechi2027 .ank-link li a {
	display: block;
	padding: 7px 10px;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
}

@media screen and (min-width: 600px){
	#Fosechi2027 .ank-link li a:hover{
		background: #621010;
	}
}

@media screen and (max-width: 599px) {
	#Fosechi2027 .ank-link {
		overflow-x: scroll;
		white-space: nowrap
	}
	#Fosechi2027 .ank-link li:first-of-type::before,
	#Fosechi2027 .ank-link li:last-of-type::after{
		display: none;
	}
	
	#Fosechi2027 .ank-link li a {
		padding: 10px 30px;
		font-size: 14px;
	}
}

/*-----------------------------------
ランキング
-----------------------------------*/
#Fosechi2027 .FosechiRanking {
	padding: 50px 0;
	max-width: 1000px;
}
#Fosechi2027 .FosechiRanking .ranking-h2{
	padding-left: 59px;
}
#Fosechi2027 .FosechiRanking .ranking-h2::before{
	width: 44px;
  height: 35px;
  background: url(/d_images/Fosechi2027/img/icon_ranking.png) no-repeat center / contain;
}
#Fosechi2027 .FosechiRanking .swiper-wrapper, 
#Fosechi2027 .FosechiRanking .swiper, 
#Fosechi2027 .FosechiRanking .swiper-slide {
	height: auto;
}
#Fosechi2027 .FosechiRanking .swiper-wrapper, 
#Fosechi2027 .FosechiRanking .swiper, 
#reco34, 
#reco35, 
#reco36, 
#reco34 > div, 
#reco34 > div, 
#reco35 > div, 
#reco36 > div {
	width: 100%;
}
#Fosechi2027 .FosechiRanking .tab-wrap {
	width: 88%;
	margin: 0 auto;
	gap: 10px;
	display: flex;
	justify-content: center;
}
#Fosechi2027 .FosechiRanking .tab-bt {
	width: calc((100% - 30px) / 4);

	padding: 10px 0px;
	position: relative;
	background: rgb(219 219 219);
	font-weight: 600;
	cursor: pointer;
	color: rgb(255, 255, 255);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 26px 26px 0 0;
	letter-spacing: 0.1em;
}
#Fosechi2027 .FosechiRanking .tab-bt:nth-of-type(1).active::before,
#Fosechi2027 .FosechiRanking .tab-bt:nth-of-type(1).active,
#Fosechi2027 .FosechiRanking .panel-wrap > div:nth-of-type(4) {
	background: #bc865e;
}
#Fosechi2027 .FosechiRanking .tab-bt:nth-of-type(2).active::before,
#Fosechi2027 .FosechiRanking .tab-bt:nth-of-type(2).active,
#Fosechi2027 .FosechiRanking .panel-wrap > div:nth-of-type(5){
	background: #c4af6c;
}
#Fosechi2027 .FosechiRanking .tab-bt:nth-of-type(3).active::before,
#Fosechi2027 .FosechiRanking .tab-bt:nth-of-type(3).active,
#Fosechi2027 .FosechiRanking .panel-wrap > div:nth-of-type(6) {
	background: #c68d83;
}
#Fosechi2027 .FosechiRanking .category-area, 
#Fosechi2027 .FosechiRanking .category-area .js-ranking-swiper {
	display: none;
	opacity: 0;
	transition: all 0.3s ease 0s;
}
#Fosechi2027 .FosechiRanking .category-area.active {
	padding: 30px 25px 40px;
	display: block;
	border-radius: 55px;
	opacity: 1;
	transition: all 0.3s ease 0s;
}
#Fosechi2027 .FosechiRanking .category-area.active .js-ranking-swiper {
	display: block;
	opacity: 1;
	transition: all 0.3s ease 0s;
	padding: 20px 10px 90px 20px;
}
#Fosechi2027 .FosechiRanking .p-ranking__unit-title{
	margin: 0 auto 15px;
	background: inherit;
}
#Fosechi2027 .FosechiRanking .c-title-contents-full-s__inner{
	max-width: 220px;
	margin: 0 auto;
	color: #fff;
	font-weight: 600;
	border-bottom: 2px dashed;
	text-align: center;
	padding-block: 3px;
	line-height: 1.3;
}
#Fosechi2027 .FosechiRanking .c-title-contents-full-s__inner strong{
	padding-left: 0;
	font-size: 19px;
}
#Fosechi2027 .FosechiRanking .c-product__item-group{
	color: #fff;
}
#Fosechi2027 .FosechiRanking .c-product__item-icon .c-icon{
	width: 32%;
}
#Fosechi2027 .FosechiRanking .js-icon-textcolor.c-icon.infoIconName.colorAdded{
	background: #fff;
	width: calc((100% - 8px) - 32%);
}
#Fosechi2027 .FosechiRanking .c-product__item-price span{
	margin-left: 3px;
}
#Fosechi2027 .swiper-button-prev:after, 
#Fosechi2027 .swiper-button-next:after{
	content: "";
}
#Fosechi2027 .FosechiRanking .swiper-button-prev, 
#Fosechi2027 .FosechiRanking .swiper-button-next {
	width: 60px;
	height: 60px;
	background: rgb(255, 255, 255);
	position: absolute;
	bottom: 0px;
	left: 0px;
	top: auto;
	cursor: pointer;
	border-radius: 50%;
}
#Fosechi2027 .FosechiRanking .swiper-button-next {
	left: auto;
	right: 0px;
}
#Fosechi2027 .FosechiRanking .swiper-button-prev::before, 
#Fosechi2027 .FosechiRanking .swiper-button-next::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-top: 2px solid;
	border-left: 2px solid;
	transform: rotate(135deg) translateX(-50%);
	position: absolute;
	right: 50%;
	top: 50%;
	z-index: 1000;
	color: #202020;
}
#Fosechi2027 .FosechiRanking .swiper-button-prev::before {
	transform: rotate(-45deg) translateY(-50%);
	right: 30%;
}
#Fosechi2027 .FosechiRanking .swiper-button-disabled{
	opacity: 0.6;
}

@media screen and (max-width: 599px) {
	#Fosechi2027 .FosechiRanking{
		padding: 30px 20px;
	}
	#Fosechi2027 .FosechiRanking .ranking-h2{
		padding-left: 43px;
	}
	#Fosechi2027 .FosechiRanking .ranking-h2::before{
		width: 31px;
		height: 24px;
	}
	#Fosechi2027 .FosechiRanking .tab-wrap {
		width: 84%;
		margin: -14px auto 0;
		overflow-x: scroll;
		display: block;
		white-space: nowrap;
		position: relative;
		overflow-y: hidden;
		padding: 10px 0;
	}
	#Fosechi2027 .FosechiRanking .tab-bt {
		font-size: 13px;
		display: inline;
		padding: 13px 35px;
		border-radius: 19px 19px 0 0;
	}
	#Fosechi2027 .FosechiRanking .category-area.active {
		padding: 20px;
		border-radius: 25px;
	}
	#Fosechi2027 .FosechiRanking .swiper-button-prev, 
	#Fosechi2027 .FosechiRanking .swiper-button-next {
		width: 45px;
    height: 45px;
	}
	#Fosechi2027 .FosechiRanking .swiper-button-prev::before, 
	#Fosechi2027 .FosechiRanking .swiper-button-next::before{
		width: 10px;
		height: 10px;
	}
	#Fosechi2027 .FosechiRanking .category-area.active .js-ranking-swiper{
		padding: 10px 10px 60px 15px;
	}
	#Fosechi2027 .FosechiRanking .c-title-contents-full-s__inner strong{
		font-size: 17px;
	}
}

/*-----------------------------------
キャンペーン
-----------------------------------*/
#Fosechi2027 #FosechiCampaign{
	max-width: 1100px;
}
#Fosechi2027 #FosechiCampaign .h2-wrap{
	margin-bottom: 55px;
}
#Fosechi2027 #FosechiCampaign .campaign-h2{
	padding-left: 56px;
}
#Fosechi2027 #FosechiCampaign .campaign-h2::before{
	width: 40px;
  height: 38px;
  background: url(/d_images/Fosechi2027/img/icon_campaign.png) no-repeat center / contain;
}
#Fosechi2027 #FosechiCampaign .campaign-list{
	gap: 60px;
}
#Fosechi2027 #FosechiCampaign .campaign-list .campaign-item{
  position: relative;
	width: calc((100% - 60px) / 2);
  text-align: center;
  font-size: 18px;
  background: #ffede9;
  outline: 2px solid #c86e64;
  outline-offset: -12px;
	box-shadow: 0px 0px 18px #c6979775;
}
#Fosechi2027 #FosechiCampaign .campaign-list .campaign-item .campaign-h3{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 76px;
	background: url(/d_images/Fosechi2027/img/campaign_title.png) no-repeat center / contain;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}
/*#Fosechi2027 #FosechiCampaign .campaign-list .campaign-item .campaign-h3::after{
	position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 14px;
  height: 14px;
  background: #9d1c0e;
  transform: translate(-50%, 50%) rotate(45deg);
}*/
#Fosechi2027 #FosechiCampaign .campaign-list .campaign-item .campaign-ex{
  display: flex;
  flex-direction: column;
  justify-content: center;
	align-items: center;
	padding: 55px 30px 40px;
	height: 100%;
}
#Fosechi2027 #FosechiCampaign .campaign-list .campaign-item .campaign-ex .souryou-icon{
	max-width: 125px;
  margin: 25px auto 0;
}
#Fosechi2027 #FosechiCampaign .campaign-list .campaign-item .campaign-ex .coupon-tx{
  position: relative;
  display: inline;
  margin-top: 5px;
  padding-left: 50px;
	width: fit-content;
	font-size: 20px;
  font-weight: 600;
}
#Fosechi2027 #FosechiCampaign .campaign-list .campaign-item .campaign-ex .coupon-tx::before{
	position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 33px;
  height: 25px;
  background: url(/d_images/Fosechi2027/img/icon_coupon.png) no-repeat center / contain;
  transform: translateY(-50%);
}
#Fosechi2027 #FosechiCampaign .campaign-list .campaign-item .campaign-ex .coupon-tx .coupon-num{
	font-size: 30px;
	line-height: 1;
}
#Fosechi2027 #FosechiCampaign .campaign-list .campaign-item .campaign-ex .campaign-btn{
	position: relative;
	display: block;
  width: 280px;
  margin: 15px auto 0;
  padding: 6px 28px;
  background: #b8594e;
	border: 2px solid #b8594e;
  color: #fff;
  border-radius: 100vh;
  font-weight: 500;
}
#Fosechi2027 #FosechiCampaign .campaign-list .campaign-item .campaign-ex .campaign-btn::after{
	position: absolute;
	content: "";
	top: 50%;
	right: 18px;
	width: 10px;
	height: 10px;
	border-top: 2px solid;
	border-right: 2px solid;
	transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 600px){
	#Fosechi2027 #FosechiCampaign .campaign-list .campaign-item .campaign-ex .campaign-btn:hover{
		background: #fff;
		color: #b8594e;
	}
}

@media screen and (max-width: 599px){
	#Fosechi2027 #FosechiCampaign .h2-wrap{
		margin-bottom: 40px;
	}
	#Fosechi2027 #FosechiCampaign .campaign-h2{
		padding-left: 40px;
	}
	#Fosechi2027 #FosechiCampaign .campaign-h2::before{
		width: 28px;
		height: 27px;
	}
	#Fosechi2027 #FosechiCampaign .campaign-list{
		flex-direction: column;
		gap: 50px;
	}
	#Fosechi2027 #FosechiCampaign .campaign-list .campaign-item{
		width: 100%;
		outline-offset: -10px;
		font-size: 15px;
		line-height: 1.6;
	}
	#Fosechi2027 #FosechiCampaign .campaign-list .campaign-item .campaign-h3{
		height: 56px;
		width: 85%;
		font-size: 17px;
	}
	#Fosechi2027 #FosechiCampaign .campaign-list .campaign-item .campaign-ex{
		padding: 45px 24px 32px;
	}
	#Fosechi2027 #FosechiCampaign .campaign-list .campaign-item .campaign-ex .souryou-icon{
		margin: 18px auto 0;
		width: 30%;
		max-width: 90px;
	}
	#Fosechi2027 #FosechiCampaign .campaign-list .campaign-item:nth-of-type(2) .campaign-ex p:first-of-type{
		margin-bottom: 8px;
	}
	#Fosechi2027 #FosechiCampaign .campaign-list .campaign-item .campaign-ex .coupon-tx{
	  padding-left: 37px;
		font-size: 16px;
	}
	#Fosechi2027 #FosechiCampaign .campaign-list .campaign-item .campaign-ex .coupon-tx::before{
		width: 27px;
		height: 20px;
	}
	#Fosechi2027 #FosechiCampaign .campaign-list .campaign-item .campaign-ex .coupon-tx .coupon-num{
		font-size: 24px;
	}
	#Fosechi2027 #FosechiCampaign .campaign-list .campaign-item .campaign-ex .campaign-btn{
		width: 80%;
		margin: 18px auto 0;
		padding: 8px 28px;
	}
	#Fosechi2027 #FosechiCampaign .campaign-list .campaign-item .campaign-ex .campaign-btn::after{
		width: 8px;
		height: 8px;
	}
}

/*-----------------------------------
おせちを選ぶ
-----------------------------------*/
#Fosechi2027 #FosechiType .h2-wrap{
	margin-bottom: 20px;
}
#Fosechi2027 #FosechiType .type-h2{
	padding-left: 54px;
}
#Fosechi2027 #FosechiType .type-h2::before{
	width: 37px;
  height: 39px;
  background: url(/d_images/Fosechi2027/img/icon_osechi.png) no-repeat center / contain;
}
#Fosechi2027 #FosechiType .type-wrap{
	gap: 55px 70px;
}
#Fosechi2027 #FosechiType .type-wrap .type-item{
	width: calc((100% - 70px) / 2);
	padding: 0;
  text-align: center;
}
#Fosechi2027 #FosechiType .type-wrap .type-item .type-h3{
  position: relative;
  display: inline-block;
	margin-bottom: 25px;
  padding-left: 50px;
	font-size: 27px;
  font-weight: 600;
}
#Fosechi2027 #FosechiType .type-wrap .type-item .type-h3.taste{
	padding-left: 55px;
}
#Fosechi2027 #FosechiType .type-wrap .type-item .type-h3.taste::before{
	width: 40px;
  height: 18px;
  background: url(/d_images/Fosechi2027/img/icon_taste.png) no-repeat center / contain;
}
#Fosechi2027 #FosechiType .type-wrap .type-item .type-h3.people{
	padding-left: 55px;
}
#Fosechi2027 #FosechiType .type-wrap .type-item .type-h3.people::before{
	width: 40px;
  height: 24px;
  background: url(/d_images/Fosechi2027/img/icon_people.png) no-repeat center / contain;
}
#Fosechi2027 #FosechiType .type-wrap .type-item .type-h3.budget{
	padding-left: 45px;
}
#Fosechi2027 #FosechiType .type-wrap .type-item .type-h3.budget::before{
	width: 29px;
  height: 32px;
  background: url(/d_images/Fosechi2027/img/icon_budget.png) no-repeat center / contain
}
#Fosechi2027 #FosechiType .type-wrap .type-item .type-h3.area{
	padding-left: 45px;
}
#Fosechi2027 #FosechiType .type-wrap .type-item .type-h3.area::before{
	width: 30px;
  height: 31px;
  background: url(/d_images/Fosechi2027/img/icon_area.png) no-repeat center / contain;
}
#Fosechi2027 #FosechiType .type-wrap .type-item .btn-list{
	gap: 15px;
}
#Fosechi2027 #FosechiType .type-wrap .type-item .btn-list .btn-item{
	width: calc((100% - 20px) / 2);
	border: 1px solid #602901;
}
#Fosechi2027 #FosechiType .type-wrap .type-item .btn-list .btn-item a{
  position: relative;
	display: block;
  padding: 8px 25px;
  background: #fff;
  font-size: 18px;
  font-weight: 500;
  color: #602901;
}
/*#Fosechi2027 #FosechiType .type-wrap .type-item .btn-list .btn-item a::before{
	position: absolute;
  content: "";
  top: -4px;
  left: -4px;
  width: 100%;
  height: 100%;
  border: 1px solid;
}*/
#Fosechi2027 #FosechiType .type-wrap .type-item .btn-list .btn-item a::after{
	position: absolute;
  content: "";
  top: 50%;
  right: 18px;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 600px){
	#Fosechi2027 #FosechiType .type-wrap .type-item .btn-list .btn-item a:hover{
		background: #602901;
		color: #fff;
	}
}

@media screen and (max-width: 599px){
	#Fosechi2027 #FosechiType .h2-wrap{
		margin-bottom: 15px;
	}
	#Fosechi2027 #FosechiType .type-h2{
		padding-left: 40px;
	}
	#Fosechi2027 #FosechiType .type-h2::before{
		width: 27px;
		height: 28px;
	}
	#Fosechi2027 #FosechiType .type-wrap{
		flex-direction: column;
		gap: 30px;
	}
	#Fosechi2027 #FosechiType .type-wrap .type-item{
		width: 100%;
	}
	#Fosechi2027 #FosechiType .type-wrap .type-item .type-h3{
		margin-bottom: 14px;
		font-size: 20px;
	}
	#Fosechi2027 #FosechiType .type-wrap .type-item .type-h3.taste{
		padding-left: 44px;
	}
	#Fosechi2027 #FosechiType .type-wrap .type-item .type-h3.taste::before{
		width: 30px;
		height: 14px;
	}
	#Fosechi2027 #FosechiType .type-wrap .type-item .type-h3.people{
		padding-left: 45px;
	}
	#Fosechi2027 #FosechiType .type-wrap .type-item .type-h3.people::before{
		width: 33px;
		height: 20px;
	}
	#Fosechi2027 #FosechiType .type-wrap .type-item .type-h3.budget{
		padding-left: 35px;
	}
	#Fosechi2027 #FosechiType .type-wrap .type-item .type-h3.budget::before{
		width: 23px;
		height: 25px;
	}
	#Fosechi2027 #FosechiType .type-wrap .type-item .type-h3.area{
		padding-left: 37px;
	}
	#Fosechi2027 #FosechiType .type-wrap .type-item .type-h3.area::before{
		width: 25px;
		height: 26px;
	}
	#Fosechi2027 #FosechiType .type-wrap .type-item .btn-list{
		gap: 10px;
	}
	#Fosechi2027 #FosechiType .type-wrap .type-item .btn-list .btn-item{
		width: calc((100% - 10px) / 2);
	}
	#Fosechi2027 #FosechiType .type-wrap .type-item .btn-list .btn-item a{
		padding: 10px 20px;
		font-size: 16px;
	}
	#Fosechi2027 #FosechiType .type-wrap .type-item .btn-list .btn-item a::after{
		right: 12px;
	}
}

/*-----------------------------------
ブランドから選ぶ
-----------------------------------*/
#Fosechi2027 .FosechiBrand{
	padding: 60px 0 55px;
}
#Fosechi2027 .FosechiBrand .brand-h2{
	padding-left: 56px;
}
#Fosechi2027 .FosechiBrand .brand-h2::before{
	width: 40px;
  height: 35px;
  background: url(/d_images/Fosechi2027/img/icon_brand.png) no-repeat center / contain;
}
#Fosechi2027 .FosechiBrand .brand-list{
	gap: 15px;
}
#Fosechi2027 .FosechiBrand .brand-list .brand-item{
	width: calc((100% - 60px) / 5);
  border: 1px solid;
}
#Fosechi2027 .FosechiBrand .brand-list .brand-item a{
  display: flex;
  justify-content: center;
  align-items: center;
	padding: 13px;
  height: 100%;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width: 600px){
	#Fosechi2027 .FosechiBrand .brand-list .brand-item a:hover{
		opacity: 0.7;
	}
}

@media screen and (max-width: 599px){
	#Fosechi2027 .FosechiBrand{
		padding: 40px 20px 20px;
	}
	#Fosechi2027 .FosechiBrand .brand-h2{
		padding-left: 41px;
	}
	#Fosechi2027 .FosechiBrand .brand-h2::before{
		width: 29px;
		height: 25px;
	}
	#Fosechi2027 .FosechiBrand .brand-list{
		gap: 10px;
	}
	#Fosechi2027 .FosechiBrand .brand-list .brand-item{
		width: calc((100% - 10px) / 2);
	}
	#Fosechi2027 .FosechiBrand .brand-list .brand-item a{
		padding: 10px;
    min-height: 68px;
    font-size: 15px;
	}
}

/*-----------------------------------
特集から選ぶ
-----------------------------------*/
#Fosechi2027 #FosechiFeature .feature-h2{
	padding-left: 68px;
}
#Fosechi2027 #FosechiFeature .feature-h2::before{
	width: 51px;
  height: 35px;
  background: url(/d_images/Fosechi2027/img/icon_feature.png) no-repeat center / contain;
}
#Fosechi2027 #FosechiFeature .feature-list{
	gap: 25px;
}
#Fosechi2027 #FosechiFeature .feature-list .feature-item{
	width: calc((100% - 100px) / 5);
  border-radius: 50%;
	aspect-ratio: 1 / 1;
  overflow: hidden;
}
#Fosechi2027 #FosechiFeature .feature-list .feature-item a{
	position: relative;
	display: block;
}
#Fosechi2027 #FosechiFeature .feature-list .feature-item a .feature-tx{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px;
  color: #fff;
  background: #00000045;
  font-weight: 600;
  font-size: 19px;
  z-index: 10;
	text-shadow: 2px 2px 3px #411f04;
}
#Fosechi2027 #FosechiFeature .feature-list .feature-item a .feature-img img{
	transition: 0.3s all;
}

@media screen and (min-width: 600px){
	#Fosechi2027 #FosechiFeature .feature-list .feature-item a:hover .feature-img img{
		transform: scale(1.1);
	}
}

@media screen and (max-width: 599px){
	#Fosechi2027 #FosechiFeature{
		padding: 40px 20px 20px;
	}
	#Fosechi2027 #FosechiFeature .feature-h2{
		padding-left: 48px;
	}
	#Fosechi2027 #FosechiFeature .feature-h2::before{
		width: 36px;
		height: 25px;
	}
	#Fosechi2027 #FosechiFeature .feature-list{
		gap: 18px;
	}
	#Fosechi2027 #FosechiFeature .feature-list .feature-item{
		width: calc((100% - 18px) / 2);
	}
	#Fosechi2027 #FosechiFeature .feature-list .feature-item a .feature-tx{
		padding: 15px;
		font-size: 17px;
		line-height: 1.6;
		text-align: center;
	}
}

/*-----------------------------------
今年のイチオシおせち
-----------------------------------*/
#Fosechi2027 #FosechiIchioshi{
	max-width: 1000px;
}
#Fosechi2027 #FosechiIchioshi .ichioshi-h2{
	padding-left: 46px;
}
#Fosechi2027 #FosechiIchioshi .ichioshi-h2::before{
	width: 31px;
  height: 44px;
	background: url(/d_images/Fosechi2027/img/icon_ichioshi.png) no-repeat center / contain;
}
#Fosechi2027 #FosechiIchioshi .ichioshi-wrap{
	flex-direction: column;
  gap: 30px;
}
#Fosechi2027 #FosechiIchioshi .ichioshi-wrap .ichioshi-list.two-coulmn{
	gap: 30px;
}
#Fosechi2027 #FosechiIchioshi .ichioshi-wrap .ichioshi-list.three-coulmn{
	gap: 30px;
}
#Fosechi2027 #FosechiIchioshi .ichioshi-wrap .ichioshi-list .ichioshi-item{
  box-shadow: 4px 6px 1px #d2be8f8c;
	transition: 0.3s all;
}
#Fosechi2027 #FosechiIchioshi .ichioshi-wrap .ichioshi-list.two-coulmn .ichioshi-item{
	width: calc((100% - 30px) / 2);
}
#Fosechi2027 #FosechiIchioshi .ichioshi-wrap .ichioshi-list.three-coulmn .ichioshi-item{
	width: calc((100% - 60px) / 3);
}
#Fosechi2027 #FosechiIchioshi .ichioshi-wrap .ichioshi-list .ichioshi-item a{
	flex-direction: column;
	gap: 10px;
	background: #fff;
}
#Fosechi2027 #FosechiIchioshi .ichioshi-wrap .ichioshi-list.two-coulmn .ichioshi-item a{
	padding: 20px 20px 12px;
}
#Fosechi2027 #FosechiIchioshi .ichioshi-wrap .ichioshi-list.three-coulmn .ichioshi-item a{
	padding: 15px 15px 6px;
}
#Fosechi2027 #FosechiIchioshi .ichioshi-wrap .ichioshi-list .ichioshi-item a .ichioshi-info .ichioshi-brand{
  padding-bottom: 2px;
  margin-bottom: 4px;
	border-bottom: 1px solid;
	font-weight: 600;
}
#Fosechi2027 #FosechiIchioshi .ichioshi-wrap .ichioshi-list.two-coulmn .ichioshi-item a .ichioshi-info .ichioshi-brand,
#Fosechi2027 #FosechiIchioshi .ichioshi-wrap .ichioshi-list.two-coulmn .ichioshi-item a .ichioshi-info .ichioshi-name{
	font-size: 18px;
}
#Fosechi2027 #FosechiIchioshi .ichioshi-wrap .ichioshi-list .ichioshi-item a .ichioshi-info .ichioshi-price{
	text-align: right;
	font-weight: 600;
}
#Fosechi2027 #FosechiIchioshi .ichioshi-wrap .ichioshi-list.three-coulmn .ichioshi-item a .ichioshi-info .ichioshi-price{
	font-size: 14px;
}
#Fosechi2027 #FosechiIchioshi .ichioshi-wrap .ichioshi-list.two-coulmn .ichioshi-item a .ichioshi-info .ichioshi-price .ichioshi-price-num{
  margin: 0 2px;
	font-size: 22px;
}
#Fosechi2027 #FosechiIchioshi .ichioshi-wrap .ichioshi-list.three-coulmn .ichioshi-item a .ichioshi-info .ichioshi-price .ichioshi-price-num{
  margin: 0 2px;
	font-size: 20px;
}

@media screen and (min-width: 600px){
	#Fosechi2027 #FosechiIchioshi .ichioshi-wrap .ichioshi-list .ichioshi-item:hover{
		box-shadow: none;
		transform: translate(0, 3px);
	}
}

@media screen and (max-width: 599px){
	#Fosechi2027 #FosechiIchioshi .ichioshi-h2{
		padding-left: 35px;
	}
	#Fosechi2027 #FosechiIchioshi .ichioshi-h2::before{
		width: 22px;
		height: 31px;
	}
	#Fosechi2027 #FosechiIchioshi .ichioshi-wrap{
		gap: 15px;
	}
	#Fosechi2027 #FosechiIchioshi .ichioshi-wrap .ichioshi-list.two-coulmn,
	#Fosechi2027 #FosechiIchioshi .ichioshi-wrap .ichioshi-list.three-coulmn{
		flex-direction: column;
	  gap: 15px;
	}
	#Fosechi2027 #FosechiIchioshi .ichioshi-wrap .ichioshi-list .ichioshi-item{
		box-shadow: 3px 4px 1px #d2be8f8c;
	}
	#Fosechi2027 #FosechiIchioshi .ichioshi-wrap .ichioshi-list.two-coulmn .ichioshi-item,
	#Fosechi2027 #FosechiIchioshi .ichioshi-wrap .ichioshi-list.three-coulmn .ichioshi-item{
		width: 100%;
	}
	#Fosechi2027 #FosechiIchioshi .ichioshi-wrap .ichioshi-list .ichioshi-item a,
	#Fosechi2027 #FosechiIchioshi .ichioshi-wrap .ichioshi-list.two-coulmn .ichioshi-item a,
	#Fosechi2027 #FosechiIchioshi .ichioshi-wrap .ichioshi-list.three-coulmn .ichioshi-item a{
		flex-direction: row;
		align-items: center;
		padding: 12px;
	}
	#Fosechi2027 #FosechiIchioshi .ichioshi-wrap .ichioshi-list .ichioshi-item a .ichioshi-img{
		width: 45%;
	}
	#Fosechi2027 #FosechiIchioshi .ichioshi-wrap .ichioshi-list .ichioshi-item a .ichioshi-info{
		width: calc((100% - 15px) - 45%);
	}
	#Fosechi2027 #FosechiIchioshi .ichioshi-wrap .ichioshi-list .ichioshi-item a .ichioshi-info .ichioshi-brand{
		padding-bottom: 5px;
	}
	#Fosechi2027 #FosechiIchioshi .ichioshi-wrap .ichioshi-list .ichioshi-item a .ichioshi-info .ichioshi-brand,
	#Fosechi2027 #FosechiIchioshi .ichioshi-wrap .ichioshi-list .ichioshi-item a .ichioshi-info .ichioshi-name{
		line-height: 1.6;
		font-size: 15px;
	}
	#Fosechi2027 #FosechiIchioshi .ichioshi-wrap .ichioshi-list.two-coulmn .ichioshi-item a .ichioshi-info .ichioshi-brand, 
	#Fosechi2027 #FosechiIchioshi .ichioshi-wrap .ichioshi-list.two-coulmn .ichioshi-item a .ichioshi-info .ichioshi-name{
		font-size: 15px;
		line-height: 1.6;
	}
	#Fosechi2027 #FosechiIchioshi .ichioshi-wrap .ichioshi-list .ichioshi-item a .ichioshi-info .ichioshi-price,
	#Fosechi2027 #FosechiIchioshi .ichioshi-wrap .ichioshi-list.three-coulmn .ichioshi-item a .ichioshi-info .ichioshi-price{
		font-size: 12px;
	}
	#Fosechi2027 #FosechiIchioshi .ichioshi-wrap .ichioshi-list.two-coulmn .ichioshi-item a .ichioshi-info .ichioshi-price .ichioshi-price-num,
	#Fosechi2027 #FosechiIchioshi .ichioshi-wrap .ichioshi-list.three-coulmn .ichioshi-item a .ichioshi-info .ichioshi-price .ichioshi-price-num{
		font-size: 17px;
	}
}

/*-----------------------------------
おすすめ
-----------------------------------*/
#Fosechi2027 .FosechiWafu{
	padding: 60px 0 55px;
}
#Fosechi2027 .FosechiWafu .wafu-h2{
	padding-left: 57px;
}
#Fosechi2027 .FosechiWafu .wafu-h2::before{
	width: 41px;
  height: 28px;
	background: url(/d_images/Fosechi2027/img/icon_wafu.png) no-repeat center / contain
}
#Fosechi2027 .FosechiYofu .yofu-h2{
	padding-left: 61px;
}
#Fosechi2027 .FosechiYofu .yofu-h2::before{
	width: 46px;
  height: 26px;
	background: url(/d_images/Fosechi2027/img/icon_yofu.png) no-repeat center / contain
}
#Fosechi2027 .reco-list{
	gap: 50px;
}
#Fosechi2027 .reco-list .reco-item{
	width: calc((100% - 150px) / 4);
}
#Fosechi2027 .reco-list .reco-item a{
	flex-direction: column;
	gap: 12px;
	font-size: 15px;
	line-height: 1.6;
}
#Fosechi2027 .reco-list .reco-item a .reco-info .reco-brand{
	margin-bottom: 6px;
  padding-bottom: 4px;
	border-bottom: 1px solid;
	font-weight: 600;
}
#Fosechi2027 .reco-list .reco-item a .reco-info .reco-name{
	margin: 4px 0 6px;
}
#Fosechi2027 .reco-list .reco-item a .reco-info .reco-price{
	text-align: right;
	font-weight: 600;
	font-size: 14px;
}
#Fosechi2027 .reco-list .reco-item a .reco-info .reco-price .reco-price-num{
	margin: 0 2px;
	font-size: 19px;
}

@media screen and (min-width: 600px){
	#Fosechi2027 .reco-list .reco-item a:hover{
		opacity: 0.7;
	}
}

@media screen and (max-width: 599px){
	#Fosechi2027 .FosechiWafu{
		padding: 40px 20px 20px;
	}
	#Fosechi2027 .FosechiWafu .wafu-h2{
		padding-left: 41px;
	}
	#Fosechi2027 .FosechiWafu .wafu-h2::before{
		width: 29px;
		height: 20px;
	}
	#Fosechi2027 .FosechiYofu .yofu-h2{
		padding-left: 46px;
	}
	#Fosechi2027 .FosechiYofu .yofu-h2::before{
		width: 34px;
		height: 19px;
	}
	#Fosechi2027 .reco-list{
		gap: 20px;
	}
	#Fosechi2027 .reco-list .reco-item{
		width: calc((100% - 20px) / 2);
	}
	#Fosechi2027 .reco-list .reco-item a{
		gap: 10px;
	}
	#Fosechi2027 .reco-list .reco-item a .reco-info .reco-price{
		font-size: 12px;
	}
	#Fosechi2027 .reco-list .reco-item a .reco-info .reco-price .reco-price-num{
		font-size: 17px;
	}
}

/*-----------------------------------
スペシャルコンテンツ
-----------------------------------*/
#Fosechi2027 .FosechiSpecial .special-h2{
	padding-left: 46px;
}
#Fosechi2027 .FosechiSpecial .special-h2::before{
	width: 31px;
  height: 41px;
  background: url(/d_images/Fosechi2027/img/icon_special.png) no-repeat center / contain;
}
#Fosechi2027 .FosechiSpecial .special-wrap{
	flex-direction: column;
  gap: 15px;
}
#Fosechi2027 .FosechiSpecial .special-wrap .special-list{
	gap: 15px;
}
#Fosechi2027 .FosechiSpecial .special-wrap .special-list .special-item{
	width: calc((100% - 15px) / 2);
}

@media screen and (min-width: 600px){
	#Fosechi2027 .FosechiSpecial .special-wrap .special-item a:hover{
		opacity: 0.7;
	}
}

@media screen and (max-width: 599px){
	#Fosechi2027 .FosechiSpecial .special-h2{
		padding-left: 33px;
	}
	#Fosechi2027 .FosechiSpecial .special-h2::before{
		width: 21px;
		height: 28px;
	}
	#Fosechi2027 .FosechiSpecial .special-wrap{
		gap: 10px;
	}
	#Fosechi2027 .FosechiSpecial .special-wrap .special-list{
		flex-direction: column;
		gap: 10px;
	}
	#Fosechi2027 .FosechiSpecial .special-wrap .special-list .special-item{
		width: 100%;
	}
}

/*-----------------------------------
フードコラム
-----------------------------------*/
#Fosechi2027 .FosechiColumn .column-h2{
	padding-left: 56px;
}
#Fosechi2027 .FosechiColumn .column-h2::before{
	width: 39px;
  height: 31px;
  background: url(/d_images/Fosechi2027/img/icon_column.png) no-repeat center / contain;
}
#Fosechi2027 .FosechiColumn .contents-wrap{
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}
#Fosechi2027 .FosechiColumn .contents-wrap .contents-item{
	width: calc((100% - 45px) / 4);
	border: 1px solid #2b1310;
}
#Fosechi2027 .FosechiColumn .contents-wrap .contents-item a{
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 15px;
	height: 100%;
	line-height: 1.5;
}
#Fosechi2027 .FosechiColumn .contents-wrap .contents-item a .contents-img img{
	aspect-ratio: 7 / 5;
	object-fit: cover;
}
#Fosechi2027 .FosechiColumn .contents-wrap .contents-item .contents-tx .contents-title{
	margin-bottom: 10px;
	padding-bottom: 7px;
	border-bottom: 1px dashed;
	font-size: 16px;
	font-weight: 600;
}
#Fosechi2027 .FosechiColumn .contents-wrap .contents-item .contents-tx .contents-lead{
	font-size: 15px;
}

@media screen and (min-width: 600px){
	#Fosechi2027 .FosechiColumn .contents-wrap .contents-item a:hover{
		opacity: 0.7;
	}
}

@media screen and (max-width: 599px){
	#Fosechi2027 .FosechiColumn{
		padding: 30px 20px 60px;
	}
	#Fosechi2027 .FosechiColumn .column-h2{
		padding-left: 43px;
	}
	#Fosechi2027 .FosechiColumn .column-h2::before{
		width: 29px;
		height: 23px;
	}
	#Fosechi2027 .FosechiColumn .contents-wrap{
		flex-direction: column;
		gap: 12px;
	}
	#Fosechi2027 .FosechiColumn .contents-wrap .contents-item{
		width: 100%;
	}
	#Fosechi2027 .FosechiColumn .contents-wrap .contents-item a{
		flex-direction: row-reverse;
		gap: 15px;
		padding: 12px;
	}
	#Fosechi2027 .FosechiColumn .contents-wrap .contents-item a .contents-img{
		width: 45%;
	}
	#Fosechi2027 .FosechiColumn .contents-wrap .contents-item a .contents-img img{
		height: 100%;
	}
	#Fosechi2027 .FosechiColumn .contents-wrap .contents-item .contents-tx{
		width: calc((100% - 15px) - 45%);
	}
	#Fosechi2027 .FosechiColumn .contents-wrap .contents-item .contents-tx .contents-title{
		font-size: 15px;
	}
	#Fosechi2027 .FosechiColumn .contents-wrap .contents-item .contents-tx .contents-lead{
		font-size: 14px;
	}
}

/*-----------------------------------
おせち解凍のコツ
-----------------------------------*/
#Fosechi2027 .FosechiTips .tips-h2{
	padding-left: 50px;
}
#Fosechi2027 .FosechiTips .tips-h2::before{
	width: 35px;
  height: 42px;
  background: url(/d_images/Fosechi2027/img/icon_tips.png) no-repeat center / contain;
}
#Fosechi2027 .FosechiTips .tips-lead{
	text-align: center;
  font-size: 19px;
  font-weight: 500;
}
#Fosechi2027 .FosechiTips .tips-list{
	gap: 25px;
	margin-top: 35px;
  padding: 50px 35px 35px;
	background: #fffdf6;
  border-radius: 16px;
}
#Fosechi2027 .FosechiTips .tips-list .tips-item{
  position: relative;
	width: calc((100% - 75px) / 4);
}
#Fosechi2027 .FosechiTips .tips-list .tips-item .tips-num{
	position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  line-height: 1;
  font-size: 20px;
}
#Fosechi2027 .FosechiTips .tips-list .tips-item .tips-num::before{
	position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 35px;
  height: 35px;
  background: #8c5b04;
  z-index: -10;
  transform: translate(-50%, -50%) rotate(45deg);
}
#Fosechi2027 .FosechiTips .tips-list .tips-item .tips-img{
	border: 1px solid #8c5b04;
}
#Fosechi2027 .FosechiTips .tips-list .tips-item .tips-tx{
  margin-top: 12px;
	font-size: 14px;
  line-height: 1.6;
}

@media screen and (max-width: 599px){
	#Fosechi2027 .FosechiTips .tips-h2{
		padding-left: 37px;
	}
	#Fosechi2027 .FosechiTips .tips-h2::before{
		width: 25px;
		height: 30px;
	}
	#Fosechi2027 .FosechiTips .tips-lead{
		font-size: 15px;
	}
	#Fosechi2027 .FosechiTips .tips-list{
		flex-direction: column;
    gap: 70px;
		margin-top: 20px;
		padding: 62px 20px 30px;
	}
	#Fosechi2027 .FosechiTips .tips-list .tips-item{
    display: flex;
    gap: 12px;
		width: 100%;
	}
	#Fosechi2027 .FosechiTips .tips-list .tips-item .tips-num{
		top: -27px;
		left: 50%;
		width: 100%;
		text-align: center;
		font-size: 16px;
	}
	#Fosechi2027 .FosechiTips .tips-list .tips-item .tips-num::before{
		width: 27px;
		height: 27px;
	}
	#Fosechi2027 .FosechiTips .tips-list .tips-item .tips-num::after{
		position: absolute;
		content: "";
		top: 50%;
		left: 0;
		width: 100%;
		height: 1px;
		background: #966a09;
		z-index: -20;
	}
	#Fosechi2027 .FosechiTips .tips-list .tips-item .tips-img{
		width: calc((100% - 12px) / 2);
	}
	#Fosechi2027 .FosechiTips .tips-list .tips-item .tips-img img{
		height: 100%;
		object-fit: cover;
	}
	#Fosechi2027 .FosechiTips .tips-list .tips-item .tips-tx{
    margin-top: 0;
		width: calc((100% - 12px) / 2);
	}
}

/*-----------------------------------
「おせち料理」意味と由来
-----------------------------------*/
#Fosechi2027 #FosechiKnowledge{
	padding-bottom: 80px;
}
#Fosechi2027 #FosechiKnowledge .knowledge-h2{
	padding-left: 38px;
}
#Fosechi2027 #FosechiKnowledge .knowledge-h2::before{
	width: 40px;
  height: 39px;
  background: url(/d_images/Fosechi2027/img/icon_knowledge.png) no-repeat center / contain;
}
#Fosechi2027 #FosechiKnowledge .osechi2027-about--origin{
	padding: 20px 0 50px;
	line-height: 1.6;
}
#Fosechi2027 #FosechiKnowledge .osechi2027-about--origin .osechi2027-about__heading{
	margin-bottom: 12px;
	color: #874d03;
	font-size: 18px;
	font-weight: 600;
}
#Fosechi2027 #FosechiKnowledge .osechi2027-about--origin .osechi2027-about__text+.osechi2027-about__text{
	margin-top: 12px;
  font-size: 15px;
}
#Fosechi2027 #FosechiKnowledge .osechi2027-about__card{
	padding: 40px;
  border-radius: 16px;
  background: #fff9ed;
  line-height: 1.5;
}
#Fosechi2027 #FosechiKnowledge .osechi2027-about__card .osechi2027-about__card-title{
	margin-bottom: 12px;
	text-align: center;
	font-size: 20px;
  font-weight: 600;
}
#Fosechi2027 #FosechiKnowledge .osechi2027-about__card .osechi2027-about__card-text{
	line-height: 1.6;
}
#Fosechi2027 #FosechiKnowledge .osechi2027-about__card .osechi2027-dish__list{
	margin-top: 24px;
	gap: 24px 32px;
}
#Fosechi2027 #FosechiKnowledge .osechi2027-about__card .osechi2027-dish__list .osechi2027-dish__item{
	width: calc((100% - 64px) / 3);
	gap: 15px;
  align-items: center;
}
#Fosechi2027 #FosechiKnowledge .osechi2027-about__card .osechi2027-dish__list .osechi2027-dish__item img{
	flex-shrink: 0;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
#Fosechi2027 #FosechiKnowledge .osechi2027-about__card .osechi2027-dish__list .osechi2027-dish__item .osechi2027-dish__body{
	width: calc((100% - 15px) - 60px);
  line-height: 1.5;
}
#Fosechi2027 #FosechiKnowledge .osechi2027-about__card .osechi2027-dish__list .osechi2027-dish__item .osechi2027-dish__body .osechi2027-dish__name{
	font-weight: 600;
}
#Fosechi2027 #FosechiKnowledge .osechi2027-about__card .osechi2027-dish__list .osechi2027-dish__item .osechi2027-dish__body .osechi2027-dish__text{
  margin-top: 4px;
	font-size: 12px;
}

@media screen and (max-width: 599px){
	#Fosechi2027 #FosechiKnowledge{
		padding-bottom: 60px;
		font-size: 13px;
	}
	#Fosechi2027 #FosechiKnowledge .knowledge-h2{
		padding-left: 30px;
	}
	#Fosechi2027 #FosechiKnowledge .knowledge-h2::before{
		width: 28px;
	  height: 27px;
	}
	#Fosechi2027 #FosechiKnowledge .osechi2027-about__lead{
		line-height: 1.6;
	}
	#Fosechi2027 #FosechiKnowledge .osechi2027-about--origin{
		padding: 16px 0 30px;
	}
	#Fosechi2027 #FosechiKnowledge .osechi2027-about--origin .osechi2027-about__heading{
		font-size: 15px;
	}
	#Fosechi2027 #FosechiKnowledge .osechi2027-about--origin .osechi2027-about__text+.osechi2027-about__text{
		text-indent: -1em;
		padding-left: 1em;
		font-size: 13px;
	}
	#Fosechi2027 #FosechiKnowledge .osechi2027-about__card{
		padding: 25px 20px;
	}
	#Fosechi2027 #FosechiKnowledge .osechi2027-about__card .osechi2027-about__card-title{
		font-size: 18px;
	}
	#Fosechi2027 #FosechiKnowledge .osechi2027-about__card .osechi2027-dish__list{
		gap: 16px;
		flex-direction: column;
		margin-top: 20px;
	}
	#Fosechi2027 #FosechiKnowledge .osechi2027-about__card .osechi2027-dish__list .osechi2027-dish__item{
		width: 100%;
	}
}

/*-----------------------------------
注意書き
-----------------------------------*/
#Fosechi2027 #attention{
	max-width: 1240px;
	margin: 80px auto 0;
}
#Fosechi2027 .attention-box{
	border: 5px solid #e2e2e2;
	color: #202020;
}
#Fosechi2027 .attention-box .attention-title-area{
	position: relative;
	padding: 5px 10px 5px 20px;
	background: #ebebeb;
}
#Fosechi2027 .attention-box .attention-title-area .attention-title{
	font-size: 18px;
	color: #c33f15;
	font-weight: 600;
}
#Fosechi2027 .attention-box .attention-title-area .attention-top-btn{
	position: absolute;
	top: 50%;
	right: 10px;
	content: "";
	width: 130px;
	transform: translateY(-50%);
}
#Fosechi2027 .attention-box .attention-title-area .attention-top-btn .scroll-top{
	display: block;
	position: relative;
	padding: 4px 18px;
	background: #fff;
	font-size: 15px;
	border: 1px solid #202020;
	line-height: 1.5;
	text-align: center;
}
#Fosechi2027 .attention-box .attention-title-area .attention-top-btn .scroll-top::before{
	position: absolute;
	content: "";
	top: 50%;
	right: 6px;
	width: 11px;
	height: 9px;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	background: #202020;
	transform: translateY(-50%);
}
#Fosechi2027 .attention-box .attention-wrap{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding: 20px;
	font-size: 15px;
	line-height: 1.6;
}
#Fosechi2027 .attention-box .attention-wrap strong{
	font-weight: 600;
}
#Fosechi2027 .attention-box .attention-wrap .attention-inner .souryou{
	margin: 20px 0;
}
#Fosechi2027 .attention-box .attention-wrap .attention-inner .attention-category,
#Fosechi2027 .attention-box .attention-wrap .attention-inner .order .attention-list .attention-item .attention-item-title,
#Fosechi2027 .attention-box .attention-wrap .attention-inner .souryou .attention-list .attention-item .attention-item-title{
	font-size: 16px;
}
#Fosechi2027 .attention-box .attention-wrap .attention-inner .attention-list{
	margin-top: 5px;
}
#Fosechi2027 .attention-box .attention-wrap .attention-inner.delivery .attention-list:first-child{
	margin-top: 0;
}
#Fosechi2027 .attention-box .attention-wrap .attention-inner .attention-list .attention-item+.attention-item{
	margin-top: 5px;
}
#Fosechi2027 .attention-box .attention-wrap .attention-inner.delivery .attention-list:first-child .attention-item.delivery-inner{
	margin-top: 12px;
}
#Fosechi2027 .attention-box .attention-wrap .attention-inner .attention-list .attention-item .attention-item-title,
#Fosechi2027 .attention-box .attention-wrap .attention-inner .attention-list .attention-item .text-attention{
	text-indent: -1em;
	padding-left: 1em;
}
#Fosechi2027 .attention-box .attention-wrap .attention-inner .attention-list .attention-item .period{
	font-size: 18px;
}
#Fosechi2027 .attention-box .attention-wrap .attention-inner .attention-list .attention-item .ex-list{
	margin-top: 5px;
}
#Fosechi2027 .attention-box .attention-wrap .attention-inner .attention-list .attention-item .ex-list .ex-item{
	margin-top: 7px;
}
#Fosechi2027 .attention-box .attention-wrap .attention-inner .attention-list .attention-item .souryou-ex{
	display: inline;
	font-weight: 600;
	background: linear-gradient(transparent 70%, #ffcaca 70%);
}
#Fosechi2027 .attention-box .attention-wrap .attention-inner .attention-list .attention-item .attention-date-list{
	padding-left: 1em;
}
#Fosechi2027 .attention-box .attention-wrap .attention-inner .attention-other{
	font-weight: 600;
}

@media screen and (min-width: 600px){
	#Fosechi2027 .attention-box .attention-title-area .attention-top-btn .scroll-top:hover{
		opacity: 0.7;
	}
	#Fosechi2027 .attention-box .attention-wrap .attention-inner:first-of-type{
		padding-right: 20px;
    border-right: 1px dashed #202020;
	}
	#Fosechi2027 .attention-box .attention-wrap .attention-inner.delivery{
		padding-left: 20px;
	}
}

@media screen and (max-width: 599px){
	#Fosechi2027 #attention{
		margin: 50px auto 0;
		padding: 0 20px;
	}
	#Fosechi2027 .attention-box .attention-title-area{
		padding: 4px 10px 4px 15px;
	}
	#Fosechi2027 .attention-box .attention-title-area .attention-title{
		font-size: 16px;
		line-height: 1.4;
	}
	#Fosechi2027 .attention-box .attention-title-area .attention-top-btn{
		width: 35%;
		max-width: 120px;
	}
	#Fosechi2027 .attention-box .attention-title-area .attention-top-btn .scroll-top{
		padding: 3px 20px 3px 15px;
		font-size: 14px;
	}
	#Fosechi2027 .attention-box .attention-wrap{
		grid-template-columns: 1fr;
		padding: 15px;
		font-size: 14px;
	}
	#Fosechi2027 .attention-box .attention-wrap .attention-inner .order{
    padding-bottom: 17px;
		border-bottom: 1px dashed #202020;
	}
	#Fosechi2027 .attention-box .attention-wrap .attention-inner .souryou{
		margin: 20px 0 10px;
	}
	#Fosechi2027 .attention-box .attention-wrap .attention-inner.delivery{
		padding-top: 15px;
	}
	#Fosechi2027 .attention-box .attention-wrap .attention-inner .attention-category, 
	#Fosechi2027 .attention-box .attention-wrap .attention-inner .order .attention-list .attention-item .attention-item-title,
	#Fosechi2027 .attention-box .attention-wrap .attention-inner .souryou .attention-list .attention-item .attention-item-title{
		font-size: 15px;
	}
	#Fosechi2027 .attention-box .attention-wrap .attention-inner.delivery .attention-list:first-child .attention-item.delivery-inner{
		margin-top: 10px;
	}
	#Fosechi2027 .attention-box .attention-wrap .attention-inner .order .attention-list .attention-item .period,
	#Fosechi2027 .attention-box .attention-wrap .attention-inner .souryou .attention-list .attention-item .period{
		font-size: 17px;
	}
	#Fosechi2027 .attention-box .attention-wrap .attention-inner .attention-list{
		margin-top: 3px;
	}
	#Fosechi2027 .attention-box .attention-wrap .attention-inner .attention-list .attention-item .ex-list .ex-item{
		margin-top: 5px;
	}
}







