@charset "utf-8";
/*-----------------------------------------------
新デザイン
-----------------------------------------------*/
/* ============== LPトップデザイン ============== */
/* -------------- メインビジュアル -------------- */
.top-mv {
  margin-bottom: 20px;
}
.mv-inner {
  position: relative;
}
.mv-text {
  position: absolute;
  z-index: 10;
  text-align: center;
  margin-left: 30px;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.mv-text img {
  width: 180px;
  margin-bottom: 60px;
}
.mv-text h2 {
  font-family: ab-karuta-bold, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 90px;
  color: #A14500;
  text-shadow: 3px 3px 6px #00000075;
}
.mv-text h3 {
  font-family: ab-karuta-bold, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  margin-bottom: -14px;
  color: #A14500;
  text-align: left;
  text-shadow: 3px 3px 6px #00000075;
}
.mv-text h3 span {
  font-size: 46px;
}
.mv-text p {
  color: #A14500;
  font-size: 25px;
  font-weight: bold;
  text-shadow: 3px 3px 6px #00000075;
}
.mv-btn {
  margin-top: 60px;
}
.mv-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #6b2b00 0%, #a64c00 45%, #6b2b00 100%);
  border: 4px solid #6b2b00;
  box-shadow: inset 0 0 0 2px #fff, 0 4px 0 rgba(92, 38, 0, .35);
  color: #fff;
  font-size: 26px;
  text-decoration: none;
  letter-spacing: .08em;
  padding: 6px 0;
}
.mv-btn a:hover {
  
}
.mv-image {
  
}
.mv-image img {
  
}

/* -------------- バナー -------------- */
.top-banner {
  
}
.banner-row {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 20px;
}
.banner-row a {
  
}
.banner-row a:hover {
  
}
.banner-row a img {
  width: 98%;
}

/* -------------- ニュース -------------- */
.top-news-toggle {
	padding: 18px 0 28px;
	background: #fff;
  padding-top: 0;
}
.news-toggle-box {
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
	padding-right: 50px;
	border-bottom: 1px solid #b65a00;
}
.news-toggle-item {
}
.news-toggle-item a {
	display: block;
	color: #222;
	text-decoration: none;
  margin-bottom: 20px;
}
.news-meta {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 2px;
	font-size: 18px;
	line-height: 1;
}
.news-paw {
	font-size: 18px;
	line-height: 1;
}
.news-date {
	font-size: 18px;
	color: #222;
}
.news-new {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 22px;
	padding: 0 9px;
	border-radius: 3px;
	background: #f00;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
}
.news-title {
	display: block;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.35;
	color: #222;
}
.is-hidden-news {
	display: none;
}
.news-toggle-box.is-open .is-hidden-news {
	display: block;
}
.news-toggle-button {
	position: absolute;
	right: 8px;
	top: 22px;
	width: 32px;
	height: 32px;
	padding: 0;
	border: none;
	background: transparent;
	color: #a94d00;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}
.news-toggle-button span {
	display: block;
	transition: transform .25s ease;
}
.news-toggle-box.is-open .news-toggle-button span {
	transform: rotate(180deg);
}

/* -------------- サブビジュアル -------------- */
.sub-mv {
  margin-top: 120px;
  margin-bottom: 80px;
}
.mv-row {
  
}
.mv-row img {
  
}

/* -------------- 特徴-------------- */
.features {
  background: #FFF8F3;
  padding-top: 120px;
  padding-bottom: 60px;
}
.ft-row {
  display: flex;
  justify-content: space-between;
}
.ft-box {
  width: 46%;
  text-align: center;
  color: #A14500;
  font-weight: bold;
}
.ft-box h3 {
  font-weight: 900;
  border-bottom: solid 5px #FF6E00;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.ft-box p {
  text-align: left;
  line-height: 1.8;
}
.ft-box img {
  height: 160px;
  margin-bottom: 30px;
}

/* -------------- ごはん時間 -------------- */
.meal-time {
  
}
.mv3-inner {
  position: relative;
}
.mv3-text1 {
  position: absolute;
  top: 60px;
}
.mv3-text1 h2 {
  font-family: ab-karuta-bold, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 90px;
  color: #A14500;
  margin-left: 60px;
  text-shadow: 3px 3px 6px #00000075;
}
.mv3-text1 h2 span {
  font-size: 60px;
}
.mv3-text1 h3 {
  font-family: ab-karuta-bold, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  color: #A14500;
  text-shadow: 3px 3px 6px #00000075;
}
.mv3-text1 h3 span {
  font-size: 46px;
}
.mv3-text1 .line1 {
  margin-left: 160px;
  margin-bottom: -8px;
}
.mv3-text1 .line2 {
  margin-left: 240px;
  margin-bottom: -8px;
}
.mv3-text2 {
  position: absolute;
  bottom: 40px;
  left: 20px;
}
.mv3-text2 p {
  font-size: 18px;
  font-weight: bold;
  color: #A14500;
  text-shadow: 3px 3px 6px #00000075;
}
.mv3-image {
  
}
.mv3-image img {
  
}

/* -------------- 商品紹介 -------------- */
.product-type {
  background: #FFF8F3;
  padding-top: 60px;
  padding-bottom: 80px;
}
.product-type h3 {
  font-family: ab-karuta-bold, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  background: #A14500;
  color: #fff;
  padding: 6px 12px;
  border-radius: 30px;
  margin-bottom: 24px;
}
.product-type h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #A14500;
  margin-bottom: 30px;
}
.product-type p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  color: #A14500;
  margin-bottom: 0;
}
.type-inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.type-box {
  text-align: center;
  background: #fff;
  padding: 30px 15px;
  width: 49%;
  border-radius: 15px;
  box-shadow: 3px 3px 6px #00000075;
}
.type-box img {
  width: 300px;
  margin-bottom: 30px;
}
.type-area {
  text-align: center;
  background: #fff;
  padding: 30px 15px;
  border-radius: 15px;
  box-shadow: 3px 3px 6px #00000075;
}
.type-inner2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.type-img {
  width: 49%;
}
.type-img img {
  border-radius: 20px;
  box-shadow: 3px 3px 6px #00000075;
}
.type-text {
  width: 49%;
  text-align: left;
}
.type-text h5 {
  font-family: ab-karuta-bold, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #A14500;
  border-bottom: solid 3px #FF6E00;
  margin-bottom: 20px;
}
.type-text p {
  font-size: 18px;
  line-height: 2;
}
.type-color {
  
}
.type-color h6 {
  font-size: 20px;
  font-weight: bold;
  color: #A14500;
}
.type-list {
  
}
.type-list ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
}
.type-list ul li {
  padding: 15px;
}
.type-list ul li img {
  
}

/* -------------- 購入 -------------- */
.purchase {
  padding-top: 60px;
  padding-bottom: 80px;
}
.purchase h3 {
  text-align: center;
  font-size: 30px;
  color: #A14500;
  font-weight: 900;
  margin-bottom: 60px;
}
.choice-area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.choice-box {
  width: 33%;
  text-align: center;
  border: dashed 2px #A14500;
  padding: 10px 15px;
}
.choice-box h4 {
  font-family: ab-karuta-bold, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #A14500;
}
.buy-area {
  display: flex;
  justify-content: space-between;
}
.buy-box1 {
  width: 66.5%;
  text-align: center;
  border: dashed 2px #A14500;
  padding: 10px 15px;
}
.buy-box2 {
  width: 33%;
  text-align: center;
  border: dashed 2px #A14500;
  padding: 10px 15px;
}
.buy-box2 h4 {
  font-family: ab-karuta-bold, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  color: #A14500;
}

/* -------------- 注意事項 -------------- */
.notice {
  background: #FFF8F3;
  padding-top: 80px;
  padding-bottom: 100px;
}
.notice-box {
  margin-bottom: 30px;
}
.notice-box h3 {
  background: #A14500;
  color: #fff;
  font-size: 22px;
  padding: 4px 0;
  text-align: center;
  display: inline-block;
  width: 460px;
  border-radius: 20px;
}
.notice-box p {
  color: #A14500;
  font-weight: bold;
}
.notice-link {
  
}



/*-----------------------------------------------
大見出し
-----------------------------------------------*/

/* ============== 大タイトル ============== */

/* -------------- 小タイトル -------------- */