@charset "utf-8";
/*--打ち消し系ここから-----------------------*/
#body {
  padding: 0 30px 209px 0;
  overflow: hidden;
}
#contents-main ul,
#contents-main .ol {
  list-style: none;
}
#feature {
  margin: -30px -30px 0;
}
/*--打ち消し系ここまで-----------------------*/

#contents-main {
  width: 990px;
  margin: 30px 0 0 30px;
}

/*--ここから残す----------------------------*/
/* btnlink */
.subwin {
  padding-right: 16px;
  background: url(/_assets/img/icon_blank.png) no-repeat right center;
}

/* breadcrumb */
.sp_breadcrumb {
  border-top: 1px solid #e5e2db;
  margin-bottom: -100px;
}
.sp_breadcrumb > ul {
  background: transparent none repeat scroll 0 0;
  list-style: outside none none;
  overflow: hidden;
  padding: 26.5px 30px;
}
.sp_breadcrumb > ul > li {
  float: left;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
.sp_breadcrumb > ul > li > a {
  color: #d44830;
  text-decoration: none;
}
.sp_breadcrumb > ul > li > a:hover {
  color: #e68271;
  text-decoration: none;
}

/*--custom style----------------------------*/
:root {
  --beige: #f1eada;
  --spring-bg: #cfb3c0;
  --spring-txt: #ab6584;
  --summer-bg: #d9d18e;
  --summer-txt: #a09725;
  --autumun-bg: #d6a089;
  --autumun-txt: #b85d37;
  --winter-bg: #9ebdc6;
  --winter-txt: #5690a8;
}
#contents-main.spring {
  background: var(--spring-bg);
}
#contents-main.spring .other-lead {
  color: var(--spring-txt);
}
#contents-main.spring .foot-link__inner,
#contents-main.spring .foot-link::before {
  background: var(--spring-bg);
}
#contents-main.summer {
  background: var(--summer-bg);
}
#contents-main.summer .other-lead {
  color: var(--summer-txt);
}
#contents-main.summer .foot-link__inner,
#contents-main.summer .foot-link::before {
  background: var(--summer-bg);
}
#contents-main.autumun {
  background: var(--autumun-bg);
}
#contents-main.autumun .other-lead {
  color: var(--autumun-txt);
}
#contents-main.autumun .foot-link__inner,
#contents-main.autumun .foot-link::before {
  background: var(--autumun-bg);
}
#contents-main.winter {
  background: var(--winter-bg);
}
#contents-main.winter .other-lead {
  color: var(--winter-txt);
}
#contents-main.winter .foot-link__inner,
#contents-main.winter .foot-link::before {
  background: var(--winter-bg);
}

#contents-main * {
  color: #000;
  box-sizing: content-box;
}
#contents-main img {
  max-width: 100%;
}
#contents-main a,
#contents-main a:visited,
#contents-main a:active {
  color: #000;
}
#contents-main a {
  transition: opacity .4s ease-out;
}
#contents-main a:hover {
  opacity: .6;
}

#contents-main .link-button {
  font-size: 16px;
  line-height: 0;
  text-align: center;
}
#contents-main .link-button a {
  display: block;
  width: max-content;
  min-width: 186px;
  border: 1px solid #000;
  border-radius: 100px;
  margin: auto;
  padding: 21px 0 18px;
  position: relative;
  transition: all .4s ease-out;
}
#contents-main .link-button a:hover {
  opacity: .8;
}
#contents-main .link-button a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  opacity: .7;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  transition: all .4s ease-out;
}
#contents-main.spring .link-button a:hover::after {
  background: var(--spring-bg);
}
#contents-main.summer .link-button a:hover::after {
  background: var(--summer-bg);
}
#contents-main.autumun .link-button a:hover::after {
  background: var(--autumun-bg);
}
#contents-main.winter .link-button a:hover::after {
  background: var(--winter-bg);
}

#contents-main .link-button span {
  position: relative;
  padding-right: 14px;
  z-index: 2;
}
#contents-main .link-button span::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  position: absolute;
  right: 2px;
  top: 4px;
}

#contents-main .announcement {
  background: #fff;
  padding: 24px 0 30px;
}
#contents-main .announcement p {
  font-size: 16px;
  line-height: 1.5;
  background: #fff;
  padding: 8px 6px 6px;
  border: 3px solid #c5c4c4;
  width: max-content;
  margin: auto;
}
#contents-main .main-visual {
  position: relative;
  margin-bottom: 112px;
}
#contents-main .main-visual__title-col {
  width: 466px;
  margin-left: auto;
  position: relative;
}
#contents-main .main-visual__h1 {
  width: 376px;
  padding-top: 175px;
}
#contents-main .main-visual__fig {
  width: 261px;
  height: 107px;
  position: absolute;
  top: 79px;
  right: 0;
  background: url(../img/mv_fig_bg.png) no-repeat right 19px;
}
#contents-main .main-visual__fig img {
  width: 105px;
}
#contents-main .main-visual__slide {
  position: absolute;
  top: 54px;
  left: 0;
  width: 471px;
  z-index: 2;
}
#contents-main .main-visual__slide::after {
  content: "";
  display: block;
  width: 476px;
  height: 624px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -6px;
  z-index: 3;
}
#contents-main.spring .main-visual__slide::after {
  background-image: url(../img/slider_mask_spring.svg)
}
#contents-main.summer .main-visual__slide::after {
  background-image: url(../img/slider_mask_summer.svg)
}
#contents-main.autumun .main-visual__slide::after {
  background-image: url(../img/slider_mask_autumun.svg)
}
#contents-main.winter .main-visual__slide::after {
  background-image: url(../img/slider_mask_winter.svg)
}


#contents-main .monthly {
  background: var(--beige);
  margin: 0 54px 65px;
  padding: 65px 96px;
  border-radius: 50px;
}
#contents-main .monthly__head {
  width: 308px;
  margin: 0 0 43px auto;
}
#contents-main .monthly__h2 {
  width: 204px;
  margin: 0 auto 28px;
}
#contents-main .monthly__fig {
  width: 65px;
  margin: 0 auto 20px;
}
#contents-main .monthly__h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
#contents-main .monthly__h3 span {
  background: linear-gradient(transparent 60%, #fff 0%);
}
#contents-main .monthly__text {
  font-size: 18px;
  line-height: 2.33;
  text-align: center;
  margin-bottom: 54px;
}
#contents-main .monthly__list-item {
  display: flex;
  margin-bottom: 47px;
}
#contents-main .monthly__list-image,
#contents-main .monthly__finish-image {
  position: relative;
  width: 230px;
  padding-right: 40px;
}
#contents-main .monthly__list-image img {
  border-radius: 50px 0 0 0;
}
#contents-main .monthly__list-item:nth-child(even) .monthly__list-image img {
  border-radius: 0 50px 0 0;
}
#contents-main .monthly__list-item .monthly__list-image::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  background-size: contain;
  background-repeat: no-repeat;
}
#contents-main .monthly__list-item:nth-child(1) .monthly__list-image::before {
  width: 13px;
  height: 34px;
  left: 23px;
  top: -8px;
  background-image: url(../../sp/img/monthly_num_1.png);
}
#contents-main .monthly__list-item:nth-child(2) .monthly__list-image::before {
  width: 27px;
  height: 35px;
  top: -9px;
  right: 56px;
  background-image: url(../../sp/img/monthly_num_2.png);
}
#contents-main .monthly__list-item:nth-child(3) .monthly__list-image::before {
  width: 26px;
  height: 35px;
  top: -7px;
  left: 20px;
  background-image: url(../../sp/img/monthly_num_3.png);
}
#contents-main .monthly__list-item:nth-child(4) .monthly__list-image::before {
  width: 24px;
  height: 35px;
  top: -9px;
  right: 57px;
  background-image: url(../../sp/img/monthly_num_4.png);
}
#contents-main .monthly__list-text,
#contents-main .monthly__finish-right {
  font-size: 16px;
  line-height: 2;
  align-self: center;
  width: 420px;
}
#contents-main .monthly__finish {
  display: flex;
  margin-bottom: 36px;
}
#contents-main .monthly__finish-ph img {
  border-radius: 50%;
}
#contents-main .monthly__finish-catch {
  position: absolute;
  right: 40px;
  top: 13px;
  width: 124px;
}
#contents-main .monthly__finish-supervisor {
  font-size: 12px;
  margin-top: 20px;
}

#contents-main .other {
  position: relative;
  padding-top: 226px;
  overflow: hidden;
}
#contents-main .other::before,
#contents-main .foot-link::before {
  content: "";
  display: block;
  width: 1148px;
  height: 569px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: calc(50% - 574px);
}
#contents-main .other::before {
  background: #fff;
}
#contents-main .search {
  background: #fff;
  position: relative;
  z-index: 2;
  padding-bottom: 50px;
}
#contents-main .search a:hover {
  opacity: .5;
}
#contents-main .search__h2 {
  width: 216px;
  margin: 0 auto 34px;
}
#contents-main .search__fig {
  width: 114px;
  margin: 0 0 27px 455px;
}
#contents-main .search__list {
  text-align: center;
  letter-spacing: -.4em;
  margin: 0 auto 42px;
}
#contents-main .search__list-item {
  width: max-content;
  display: inline-block;
  margin: 9px 28px;
}
#contents-main .search__list-item a {
  padding-right: 38px;
  position: relative;
}
#contents-main .search__list-item a::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--beige);
  position: absolute;
  right: 0;
  top: 19px;
}
#contents-main .search__list-item a::after {
  content: "";
  display: block;
  width: 6px;
	height: 6px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(135deg);
  position: absolute;
  top: 27px;
  right: 9px;
}
#contents-main .search__list-item a {
  display: flex;
  height: 62px;
}
#contents-main .search__list-fig {
  text-align: center;
  align-self: center;
}
#contents-main .search__list-item:nth-child(1) .search__list-fig img {
  width: 41px;
}
#contents-main .search__list-item:nth-child(2) .search__list-fig img {
  width: 40px;
}
#contents-main .search__list-item:nth-child(3) .search__list-fig img {
  width: 42px;
}
#contents-main .search__list-item:nth-child(4) .search__list-fig img {
  width: 23px;
}
#contents-main .search__list-item:nth-child(5) .search__list-fig img {
  width: 42px;
}
#contents-main .search__list-label {
  font-size: 20px;
  letter-spacing: 0;
  align-self: center;
  padding: 5px 0 0 14px;
}
#contents-main .search__tag {
  text-align: center;
  letter-spacing: -.4em;
}
#contents-main .search__tag-list {
  display: inline-block;
  margin: 8px 9px;
}
#contents-main .search__tag-list a {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  display: block;
  padding: 14px 35px 13px 18px;
  background: var(--beige);
  position: relative;
  border-radius: 100px;
}
#contents-main .search__tag-list a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  position: absolute;
  top: 19px;
  right: 20px;
}

#contents-main .season,
#contents-main .sweets,
#contents-main .jam-drink {
  background: #fff;
}
#contents-main .hozon-hakko,
#contents-main .seasoning {
  background: var(--beige);
}

#contents-main .other-recipe {
  padding: 90px 90px 80px;
}
#contents-main .other-h2 {
  text-align: center;
  margin-bottom: 40px;
}
#contents-main .other-h2 img {
  height: 37px;
  width: auto;
}
#contents-main .other-lead {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 60px;
}
#contents-main .other-inner {
  display: flex;
}
#contents-main .other-main a:hover,
#contents-main .other-sub a:hover {
  opacity: .6;
}
#contents-main .other-main {
  width: 345px;
  padding-right: 83px;
}
#contents-main .other-main__image {
  position: relative;
  margin-bottom: 22px;
}
#contents-main .other-main__image img {
  border-radius: 0 50px 0 0;
}
#contents-main .other-main__image::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
#contents-main .season .other-main__image::after {
  width: 91px;
  height: 81px;
  background-image: url(../../sp/img/season_fig.png);
  top: -30px;
  right: -15px;
}
#contents-main .hozon-hakko .other-main__image::after {
  width: 111px;
  height: 73px;
  background-image: url(../../sp/img/hozon-hakko_fig.png);
  top: -28px;
  right: -13px;
}
#contents-main .sweets .other-main__image::after {
  width: 87px;
  height: 77px;
  background-image: url(../../sp/img/sweets_fig.png);
  top: -22px;
  right: -11px;
}
#contents-main .seasoning .other-main__image::after {
  width: 97px;
  height: 107px;
  background-image: url(../../sp/img/seasoning_fig.png);
  top: -42px;
  right: -14px;
}
#contents-main .jam-drink .other-main__image::after {
  width: 97px;
  height: 107px;
  background-image: url(../../sp/img/jam-drink_fig.png);
  top: -44px;
  right: -15px;
}
#contents-main .other-main__name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 20px;
}
#contents-main .other-main__name span {
  background: linear-gradient(transparent 50%, #fff 0%);
  padding-bottom: 5px;
}
#contents-main .season .other-main__name span,
#contents-main .sweets .other-main__name span,
#contents-main .jam-drink .other-main__name span {
  background: linear-gradient(transparent 50%, var(--beige) 0%);
}
#contents-main .other-main__detail {
  font-size: 18px;
  line-height: 1.83;
  text-align: center;
}
#contents-main .other-right {
  width: 382px;
}
#contents-main .other-right .link-button {
  margin: 45px auto 0;
}
#contents-main .other-sub__list:first-child {
  margin-bottom: 48px;
}
#contents-main .other-sub__list a {
  display: flex;
}
#contents-main .other-sub__image {
  width: 146px;
  padding-right: 26px;
}
#contents-main .other-sub__image img {
  border-radius: 0 30px 0 0;
}
#contents-main .other-sub__name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.55;
  width: 210px;
  align-self: center;
}
#contents-main .jam-drink {
  padding-bottom: 224px;
}
#contents-main .foot-link {
  position: relative;
  margin-top: -144px;
  padding: 192px 0 133px;
  overflow: hidden;
}
#contents-main .foot-link__inner {
  position: relative;
  z-index: 2;
}
#contents-main .foot-link__fig {
  width: 153px;
  margin: 0 auto 35px;
}
#contents-main .foot-link__text {
  font-size: 18px;
  line-height: 2.33;
  text-align: center;
  margin-bottom: 33px;
}
#contents-main .foot-link .link-button a {
  background: #fff;
  border: none;
  padding: 22px 0 19px;
}

#contents-main .syokuiku {
  background: #fff;
  padding: 39px 296px 35px;
  display: flex;
}
#contents-main .syokuiku__fig {
  width: 197px;
  padding-right: 46px;
}
#contents-main .syokuiku__text {
  width: 155px;
  align-self: center;
}
#contents-main .syokuiku__h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 31px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  margin-bottom: 27px;
}
#contents-main .syokuiku .link-button {
  margin: auto;
}
#contents-main .syokuiku .link-button a {
  min-width: auto;
  width: 145px;
  display: block;
}