
@charset "UTF-8";
/*
**************************************************************************
*	june2024 style.css
**************************************************************************/
/* --------------------------------------------------
		common
-------------------------------------------------- */
.june2024 {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.8em;
  font-family: YakuHanJP_Noto, 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.june2024 * {
  box-sizing: border-box;
}
.june2024 .cfx:after {
  content: "";
  display: table;
  clear: both;
}
.banners {
  padding-top: 0;
}
/* --------------------------------------------------
		visual
-------------------------------------------------- */
.visual {
	position: relative;
	padding: 0;
	margin: 0;
  width: 100%;
  margin: 0 auto 50px;
}

.visual::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}

.visual .m-cts__inner {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	margin: 0;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}

.visual-cts {
	position: relative;
}

.visual-cts__title {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
}

.visual-cts__title img {
	display: block;
	width: 100%;
}

.visual-cts__lead {
	position: absolute;
	top: 102.7vw;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	width: 100%;
	color: #333;
	font-size: 14px;
	line-height: 1.78;
	text-align: center;
}
/* --------------------------------------------------
		anchor
-------------------------------------------------- */
.anchor {
  padding: 35px 0 0;
}
.anchor .anchorLists {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.anchor .anchorLists .anchorList {
  width: calc(50% - 2%);
}
.anchor .anchorLists .anchorList a {
  opacity: 1;
  transition: 0.3s;
}
.anchor .anchorLists a:hover {
  opacity: 0.8;
}
.page-ouchigohan .anc-tgt {
  margin-top: 0;
  padding-top: 0;
}
/* --------------------------------------------------
		sct-recipe
-------------------------------------------------- */
.sct-recipe01 {
  padding: 0px;
}
.sct-recipe01 .m-cts__inner {
  margin: 0;
  max-width: 100%;
}
.sct-recipe01-cts {
  position: relative;
  padding-bottom: 40px;
}
.sct-recipe01-cts {
  /* padding-top: calc( 122 / 750 * 100% ); */
  min-height: 89.4%;
}
.sct-recipe01-cts-ttlbox {
  position: relative;
}
.sct-recipe01-cts-lead {
  margin-top: 20px;
  text-align: center;
}
.sct-recipe01-cts-lead p span {
  display: block;
  color: #444444;
  font-size: 15px;
  line-height: 1.8;
  padding: 0 5.6%;
}
.sct-recipe01-cts-lead p + p {
  margin-top: 20px;
}
.sct-recipe01 .recipeLists .recipeList-texts {
  position: relative;
}
.sct-recipe01 .recipeLists .recipeList-texts__inner {
  position: relative;
  z-index: 1;
}
.sct-recipe01 .recipeLists .recipeList-texts::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(/ouchigohan/img/june-2024/bg_recipe_1_sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  background-color: #fffcc8;
}
.sct-recipe01 .recipeLists .recipeList-texts.recipeList_bg02::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(/ouchigohan/img/june-2024/bg_recipe_2_sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  background-color: #e9f9c9;
}
.sct-recipe01-cts-title {
  margin: 0 auto;
  text-align: center;
}
.sct-recipe01-cts-title img {
  width: 100%;
}
.sct-recipe01 .recipeLists .recipeList {
  width: 100%;
}
.sct-recipe01 .recipeLists .recipeList-imgWrap {
  margin-bottom: 0;
}
.sct-recipe01 .recipeLists .recipeList-img img {
  height: auto;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain';
}
.sct-recipe01 .recipeLists .recipeList-texts {
  padding: 40px 5.6% 40px;
  /* min-height: 265px; */
}
.sct-recipe01 .recipeLists .recipeList-texts__name, .sct-recipe01 .recipeLists .recipeList-texts__lead, .sct-recipe01 .recipeLists .recipeList-texts__link {
  width: 100%;
}
.sct-recipe01 .recipeLists .recipeList-texts__name {
  text-align: center;
  margin-bottom: 25px;
  /* line-height: 1.4; */
  /* font-family: 'Noto Serif JP', serif; */
  /* font-weight: bold; */
  /* color: #6B8910; */
  /* font-size: 28px; */
}
.sct-recipe01 .recipeLists .recipeList-texts__name img {
  width: 100%;
}
.sct-recipe01 .recipeLists .recipeList-texts__lead {
  padding: 0;
  margin-bottom: 20px;
  color: #444444;
  text-align: left;
  font-size: 15px;
  line-height: 1.8;
  height: auto;
}
.sct-recipe01 .recipeLists .recipeList-texts__link {
  height: 52px;
  width: 86%;
  margin: 0 auto;
  border-radius: 25px;
  border: 1px solid #444444;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
}
.sct-recipe01 .recipeLists .recipeList-texts__link a {
  display: block;
  position: relative;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  color: #444444;
}
.sct-recipe01 .recipeLists .recipeList-texts__link a:hover {
  background-color: #4C8E2E;
  border-radius: 25px;
  border: 1px solid #4C8E2E;   
}
.sct-recipe01 .recipeLists .recipeList-texts__link a::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #444444;
  border-right: solid 1px #444444;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}
.sct-recipe01 .recipeLink {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  width: 76%;
}
.sct-recipe01 .recipeLink a {
  transition: 0.3s;
}
.sct-recipe01 .recipeLink a:hover {
  opacity: 0.8;
}
.sct-recipe01 .howtoLink {
  position: relative;
  margin: 0 auto calc(50 / 375 * 100vw);
  padding: calc(60 / 375 * 100%) calc(15 / 375 * 100vw) 0;
  max-width: 1400px;
}
.sct-recipe01 .howtoLink_banner {
  box-sizing: content-box;
}
.sct-recipe01 .howtoLink_banner span {
  color: #444444;
  text-decoration: underline;
  font-size: 16px;
  display: block;
  margin-top: 10px;
}
.sct-recipe01 .howtoLink_banner_text span {
  color: #444444;
  text-decoration: underline;
  font-size: 16px;
  display: block;
  margin-top: 10px;
}
.sct-recipe01 .howtoLink .howtoLink_text {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  font-family: 'Noto Sans JP';
  margin-bottom: 20px;
  line-height: 1.6;
}

@media screen and (min-width: 769px), print {
  /* --------------------------------------------------
			visual
	-------------------------------------------------- */
	.visual {
		width: 100%;
		height: 630px;
		max-width: 1800px;
		padding: 0;
		margin: 0 auto 80px;
	}
	.visual .m-cts__inner {
		position: static;
		width: 100%;
		margin: 0 auto;
	}
	.visual::before {
		background-image: url(/ouchigohan/img/june-2024/mv_pc_bg.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 1800px auto;
	}
	.visual-cts {
		position: relative;
		overflow: visible;
	}
	.visual-cts__title {
		margin: 0 auto;
		padding-top: 69px;
		max-width: 868px;
		transform: translateX(-22px);
		z-index: 2;
	}
	.visual-cts__lead {
		top: 420px;
		text-align: center;
		z-index: 3;
		font-size: 19px;
		line-height: 1.94;
	}


  /* --------------------------------------------------
			anchor
	-------------------------------------------------- */
  .anchor {
    margin-top: 90px;
    margin-bottom: 20px;
    padding: 0;
  }
  .anchor .anchorLists {
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  .anchor .anchorLists .anchorList {
    width: calc(50% - 4%);
    max-width: 440px;
    margin: 0 40px;
    opacity: 1;
    transition: 0.3s;
  }
  .anchor .anchorLists .anchorList a:hover {
    opacity: 0.8;
  }
  .page-ouchigohan .anc-tgt {
    margin-top: -66px;
    padding-top: 66px;
  }
  /* --------------------------------------------------
			sct-recipe
	-------------------------------------------------- */
  .sct-recipe01 .m-cts__inner {
    margin: 0 auto;
  }
  .sct-recipe01-cts {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 70px;
    min-height: 500px;
    box-sizing: border-box;
  }
  .sct-recipe01-cts {
    padding-top: 75px;
  }
  .sct-recipe01-cts-title {
    width: 100%;
    padding: 0;
  }
  .sct-recipe01-cts-title {
    margin: 0 auto 22px;
    text-align: center;
  }
  .sct-recipe01-cts-title img {
    width: 100%;
    max-width: 1400px;
  }
  .sct-recipe01-cts-lead {
    margin-top: 40px;
    width: 100%;
  }
  .sct-recipe01-cts-lead p span {
    margin-top: 0;
    font-size: 20px;
    font-weight: 500;
  }
  .sct-recipe01-cts-lead p + p {
    margin-top: 0;
  }
  .sct-recipe01 {
    margin-bottom: 20px;
  }
  .sct-recipe01-cts-illust span {
    padding-left: 24px;
  }
  .sct-recipe01 .recipeLists {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    z-index: 2;
  }
  .sct-recipe01 .recipeLists .recipeList {
    display: flex;
  }
  .sct-recipe01 .recipeLists .recipeList::before {
    background-position: left 0 top 20px;
    background-size: auto;
  }
  .sct-recipe01 .recipeLists .recipeList-imgWrap {
    position: relative;
    z-index: 2;
    width: 50%;
    margin-bottom: 0;
  }
  .sct-recipe01 .recipeLists .recipeList-imgWrap .recipeList-img img {
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover';
  }
  .sct-recipe01 .recipeLists .recipeList-texts {
    width: 50%;
    margin: 0;
    padding: 0 5% !important;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    box-sizing: border-box;
  }
  .sct-recipe01 .recipeLists .recipeList-texts::before {
    width: calc(100% + 1px);
  }
  .sct-recipe01 .recipeLists .recipeList-texts__name {
    max-width: 700px;
    margin: 0 auto;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 35px;
    color: #6B8910;
  }
  .sct-recipe01 .recipeLists .recipeList-texts__lead {
    max-width: 360px;
    margin: 0 auto;
  }
  .sct-recipe01 .recipeLists .recipeList-texts__link {
    max-width: 288px;
    margin: 0 auto;
  }
  .sct-recipe01 .recipeLists .recipeList-texts__name img {
    width: 100%;
  }
  .sct-recipe01 .recipeLists .recipeList-texts__lead {
    color: #444444;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
    padding: 0;
    letter-spacing: 0.02em;
  }
  .sct-recipe01 .recipeLists .recipeList-texts__link {
    transition: 0.3s;
  }
  .sct-recipe01 .recipeLists .recipeList {
    flex-direction: row-reverse;
  }
  .sct-recipe01 .recipeLists .recipeList:nth-of-type(even) {
    flex-direction: row;
  }
  .sct-recipe01 .recipeLists .recipeList:nth-of-type(even) .recipeList-texts {
    padding-left: 11%;
  }
  .sct-recipe01 .recipeLists .recipeList:nth-of-type(even) .recipeList-texts::before {
    left: auto;
    right: 0;
  }
  .sct-recipe01 .recipeLists .recipeList-texts__link:hover {
    background-color: #4C8E2E;
    border-color: #4C8E2E;
  }
  .sct-recipe01 .recipeLists .recipeList-texts__link:hover a {
    color: #fff;
  }
  .sct-recipe01 .recipeLists .recipeList-texts__link:hover a:after {
    border-top-color: #fff;
    border-right-color: #fff;
  }
  .sct-recipe01 .recipeLists .recipeList-texts::before {
    background-image: url(/ouchigohan/img/june-2024/bg_recipe_1_pc.png);
  }
 .sct-recipe01 .recipeLists .recipeList-texts.recipeList_bg02::before {
    background-image: url(/ouchigohan/img/june-2024/bg_recipe_2_pc.png);
  }
  .sct-recipe01 .recipeLink {
    text-align: center;
    width: auto;
    margin-top: 100px;
  }
  .sct-recipe01 .howtoLink {
    position: relative;
    margin-top: 0;
		margin-bottom: 150px;
    padding: 40px 20px 0px;
    width: 100%;
  }
  .sct-recipe01 .howtoLink a {
    transition: 0.3s;
  }
  .sct-recipe01 .howtoLink a:hover {
    opacity: 0.8;
  }
  .sct-recipe01 .howtoLink .howtoLink_banner {
    width: 425px;
    margin: 0 auto;
  }
  .sct-recipe01 .howtoLink .howtoLink_banner span {
    color: #444444;
    text-decoration: underline;
    font-size: 16px;
    display: block;
    margin-top: 10px;
  }
  .sct-recipe01 .howtoLink .howtoLink_text {
		padding-top: 150px;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    color: #333333;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1400px), print {
  .sct-recipe01 .recipeLists .recipeList-imgWrap .recipeList-img img {
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 890px) {
  .visual-cts__lead p span {
    font-size: 20px;
  }
}
/*----------
	grid
----------*/
.g-grid {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .g-grid {
    margin-bottom: 10px;
  }
  .g-grid__item + .g-grid__item {
    margin-top: 30px;
  }
	.howtoLink .g-grid__item + .g-grid__item {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .g-grid {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 30px 40px;
    width: auto;
		max-width: 1400px;
    margin-bottom: 50px;
  }

	.g-grid--2up .g-grid__item {
		width: calc((100% - 40px) / 2);
	}
}
@media screen and (min-width: 1275px) and (max-width: 1390px), print {
  .sct-recipe01 .recipeLists .recipeList-texts__name {
    font-size: 30px;
  }
}
@media screen and (min-width: 1153px) and (max-width: 1274px), print {
  .sct-recipe01 .recipeLists .recipeList-texts__name {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .sct-recipe01 .recipeLists .recipeList-texts__lead {
    font-size: 15px;
  }
}
@media screen and (min-width: 890px) and (max-width: 1152px), print {
  .sct-recipe01 .recipeLists .recipeList-texts__name {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .sct-recipe01 .recipeLists .recipeList-texts__lead {
    font-size: 15px;
  }
 .sct-recipe01 .recipeLists .recipeList-texts {
    padding: 0 5% !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 889px), print {
  .sct-recipe01 .recipeLists .recipeList-texts__name {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .sct-recipe01 .recipeLists .recipeList-texts__lead {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
 .sct-recipe01 .recipeLists .recipeList-texts {
    padding: 0 2% !important;
  }
}




