/* ========================== PC・タブレット・スマホ共通パーツ ========================== */
.special-project img {
  max-width:100%;
  width: auto;
  height:auto;
}
.special-project .project-bg {
  width: 100vw;
  height:auto;
  margin: 0 calc(50% - 50vw);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 2vw;
}

/* ---.special-project a.yakult-btn{
  position: absolute;
  top: 0;
  left: 0;
  height:100%;
  width: 100%;
  background-color: #ff0;
}
.special-project .yakult-btn:hover {
  -webkit-filter: brightness(1.1);
  -moz-filter: brightness(1.1);
  -o-filter: brightness(1.1);
  -ms-filter: brightness(1.1);
  filter: brightness(1.1);
}--- */

/* --- 文字装飾 --- */
.special-project .txtlink{ color:#e6083f; text-decoration: underline;}
.special-project .bold{ font-weight: bold;}

/* --- アニメーション --- */
.special-project .photo-move {
  animation: floatIn 0.3s ease-out forwards;
  opacity: 0;
  transform: translateY(50px) scale(0.8);
}


/* ========================== スマホ ========================== */
.special-project {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.6em;
  font-size: 1.6rem;
}

.special-project #anchor {
  padding-top: 90px;
  margin-top:-90px;
}

/* --- 改行 --- */
.special-project .br-pc { display: none; }
.special-project .br-tb { display: none; }
.special-project .br-sp { display:block; }

.special-project .mt10{ margin-top: 3vw;}
.special-project .mt20{ margin-top: 6vw;}

/* --- 文字装飾 --- */
.special-project .stxt{
  font-size: 1.2rem;
  line-height: 1.5;
}
.special-project .bold01{
  color: #72011d;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
}
.special-project .bold02{
  color: #72011d;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
.special-project .bold03{
  color: #72011d;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.5;
}
.special-project .bold04{
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.5;
}
.special-project .bold-dots{
  color: #72011d;
  font-size: 2.2rem;
  font-weight: bold;
  background-image: radial-gradient(circle at center, #72011d 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: .4em; /* 縦方向の位置調整 */
}

/* --- リスト --- */
.special-project ul {
  list-style: none;
  margin: 0 0 0 4vw;
}
.special-project li {
  margin-bottom: 1vw;
}
.special-project .li-disc {
  list-style: disc;
  color: #72011d;
}
.special-project .li-kome {
  text-indent:-1.3em;
  list-style-type:none;
  color: #72011d;
}
.special-project .color01 {
  color: #000000;
}

/* --- 全体ボックス --- */
.special-project .block {
  width: 100vw;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.special-project .block02 {
  width: 100vw;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* --- ボタン --- */
/* ---.special-project .btn01 {
  position: relative;
  display: grid;
  place-content: center;
  width: 60vw;
  height: 40px;
  margin:3vw auto 0; 
  padding: 0;
  background-color: #fff;
  border: 2px solid #e6083f;
  border-radius: 10px;
  font-size: 1.6rem;
  color: #e6083f;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height:34px;
}
.special-project .btn02 {
  position: relative;
  width: 90vw;
  height: 70px;
  margin:3vw auto 0; 
  padding: 0;
  background-color: #e6083f;
  border-radius: 10px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height:70px;
}
.special-project .btn03 {
  position: relative;
  width: 80vw;
  height: 70px;
  margin:3vw auto 0; 
  padding: 0;
  background-color: #e6083f;
  border-radius: 10px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height:70px;
}--- */
.special-project .btn-triangle-right01::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #e6083f;
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
}
.special-project .btn-triangle-right02::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #fff;
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
}
.special-project .button {
  display: block; 
  position: relative;
  margin: 0 auto; 
  border-radius: 10px;
}
.special-project .button:hover {
  -webkit-filter: brightness(1.1);
  -moz-filter: brightness(1.1);
  -o-filter: brightness(1.1);
  -ms-filter: brightness(1.1);
  filter: brightness(1.1);
} 
.special-project .btn-color01 {
  background-color: #fff;
  border: 2px solid #e6083f;
  color: #e6083f; 
  font-size: 1em;
  font-weight: bold; 
  line-height: 1.5;
  text-decoration: none; 
  text-align: center;
}
.special-project .btn-color02 {
  background-color: #e6083f;
  color: #fff; 
  font-size: 1em;
  font-weight: bold; 
  line-height: 1.5;
  text-decoration: none; 
  text-align: center;
}
.special-project .btn-w01 {
  width: 60vw;
}
.special-project .btn-w02 {
  width: 90vw;
}
.special-project .btn-w03 {
  width: 80vw;
}
.special-project .btn-h01 {
  padding: 0.5em 1em; 
}
.special-project .btn-h02 {
  padding: 1em 1em; 
}

/* --- PRロゴ --- */
.special-project .pr-logo {
  width: 70vw;
  margin: 0 0 0 auto;
  padding: 1.5vw;
  border-radius: 8px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.special-project .pr-logo01 {
  width: 27%;
  margin: 0;
  padding: 0;
}
.special-project .pr-logo02 {
  width: 4%;
  margin: 0;
  padding: 0;
}
.special-project .pr-logo03 {
  width: 56%;
  margin: 0;
  padding: 0;
}
.special-project .pr-logo04 {
  width: 7%;
  margin: 0;
  padding: 0;
}
.special-project .pr-logo img {
  width: auto;
  height: auto;
}

/* --- メイン --- */
.special-project .main-bg {
  width: 100vw;
  height: auto;
  margin: 0;
  padding: 0;
  background-image: url("https://img.foodist-service.jp/upload/img/f251007a/bg01.jpg");
  background-size: 70%;
  background-repeat: repeat;
  background-position: center;
}
.special-project .main-box {
  width: 100vw;
  height: auto;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.special-project .main-box-center {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.special-project .main-title {
  width: 90vw;
  height: auto;
  margin: 0 auto;
  padding: 4vw 0 4vw 0;
}
.special-project h1 {
  width: 90vw;
  margin: 0 auto;
  padding: 0 0 0 0;
}
.special-project .main-txt {
  width: 90vw;
  margin: 1vw auto;
  padding: 0;
  text-align: left;
}
.special-project .main-kikan {
  width: 84vw;
  margin: 0 auto 1vw;
  padding: 0;
}
.special-project .main-p01 {
  width: 27vw;
  height: 27vw;
  position: absolute;
  top: -1vw;
  left: -55vw;
  animation-delay: 0.2s;
}
.special-project .main-p02 {
  width: 27vw;
  height: 27vw;
  position: absolute;
  top: -1vw;
  left: 28vw;
  animation-delay: 0.4s;
}

/* --- 商品紹介 --- */
.special-project .about {
  width: 90vw;
  height: auto;
  margin: 0;
  padding: 6vw 0 3vw 0;
}
.special-project .about .box-flex{
  width: 100vw;
  display: flex;
  flex-direction:column;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.special-project .about .photo{
  width: 50vw;
  height: auto;
  margin: 0 auto 0;
  padding: 0;
}
.special-project .about .text{
  width: 90vw;
  margin: 3vw auto;
  padding: 0;
}
.special-project .about .m{
  width: 80vw;
  height: 36px; /* 親要素に高さを指定する */
  margin: 0;
  padding: 0;
  border-radius: 30px;
  display: flex; /* Flexboxコンテナにする */
  align-items: center; /* 子要素を上下中央に配置 */
  justify-content: center;
  background-color: #fccc68;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 1.6rem;
  font-weight: bold;
  color: #72011d;
}
.special-project .about .waku{
  width: 90vw;
  margin: 8vw 0 0 0;
  padding: 7vw 3vw 3vw 3vw;
  border: dotted 3px #fccc68;
  border-radius: 20px;
  text-align: center;
  position: relative;
}

/* --- 大募集 --- */
.special-project .bosyu {
  width: 90vw;
  height: auto;
  margin: 0 auto 5vw;
  padding: 0 0 5vw 0;
  position: relative;
}
.special-project .bosyu .m {
  width: 90vw;
  height: auto;
  margin: 0;
  padding: 0;
}
.special-project .bosyu .text {
  width: 90vw;
  height: auto;
  margin: 0 auto 0;
  padding: 0 0 0 0;
  text-align: center;
  position: absolute;
  top: 34vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

/* --- レシピ --- */
.special-project .recipe-bg {
  margin: 0 0 0 0;
  padding: 10vw 0 0 0;
  overflow: hidden;
}
.special-project .recipe-bg-arc {
  min-height: 500px;
  border-top-right-radius: 2000px 600px;
  border-top-left-radius: 2000px 600px;
  border-bottom-right-radius: 2000px 600px;
  border-bottom-left-radius: 2000px 600px;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
  background-image: url("https://img.foodist-service.jp/upload/img/f251007a/bg01.jpg");
  background-size: 70%;
  background-repeat: repeat;
  background-attachment:fixed;
}
.special-project .recipe {
  width: 90vw;
  height: auto;
  margin: 0 auto;
  padding: 0 0 5vw 0;
  position: relative;
}
.special-project .recipe02 {
  width: 90vw;
  height: auto;
  margin: 18vw auto 0;
  padding: 0 0 5vw 0;
  position: relative;
}
.special-project .recipe .title01 {
  width: 14vw;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  top: -2vw;
  left: 0;
  animation-delay: 0.2s;
}
.special-project .recipe .title02 {
  width: 70vw;
  height: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 5vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.special-project .recipe02 .m01{
  width: 84vw;
  height: auto; 
  margin: 0;
  padding: 0;
  position: absolute;
  top: -3vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.special-project .recipe02 .waku{
  width: 90vw;
  margin: 0 0 0 0;
  padding: 3vw 3vw 4vw 3vw;
  background-color: #fff;
  border: dotted 3px #fccc68;
  border-radius: 20px;
  position: relative;
}
.special-project .recipe02 .osusume{
  width: 80vw;
  margin: 4vw auto 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 4vw;
}
.special-project .recipe02 .osusume .box{
  width:80vw;
  height:auto;
  margin: 0;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  position: relative;
}
.special-project .recipe02 .osusume .name{
  width: 60vw;
  height: 30px; /* 親要素に高さを指定する */
  margin: 0;
  padding: 0;
  border: solid 2px #ca8a03;
  border-radius: 30px;
  display: flex; /* Flexboxコンテナにする */
  align-items: center; /* 子要素を上下中央に配置 */
  justify-content: center;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 1.6rem;
  font-weight: bold;
  color: #ca8a03;
}
.special-project .recipe02 .osusume .title{
  width: 80vw;
  height: auto;
  margin: 12vw 0 5vw 0;
  padding: 0;
  font-size: 2.0rem;
  font-weight: bold;
  color: #72011d;
  line-height: 1.5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.special-project .recipe02 .osusume .photo{
  width: 80vw;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
.special-project .recipe02 .osusume .text{
  width: 80vw;
  height: auto;
  margin: 1vw 0 2vw 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
.special-project .recipe02 .m02{
  width: 70vw;
  height: auto;
  margin: 5vw auto 2vw;
  padding: 0;
}
.special-project .recipe02 .check{
  width: 90vw;
  margin: 2vw auto 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 2vw;
}
.special-project .recipe02 .check .box{
  width:84vw;
  height:auto;
  margin: 0 auto;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  position: relative;
}
.special-project .recipe02 .check .title{
  width: 84vw;
  height: auto;
  margin: 0;
  padding: 4vw 0 4vw 0;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.5;
  color: #72011d;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fccc68;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.special-project .recipe02 .check .photo{
  width: 84vw;
  height: auto;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}
.special-project .recipe02 .check .text{
  width: 84vw;
  height: auto;
  margin: 1vw 0 2vw 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
.special-project .recipe02 .profile{
  width: 80vw;
  margin: 6vw auto 2vw;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.special-project .recipe02 .profile .photo{
  width: 30%;
  height: 30%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 0;
}
.special-project .recipe02 .profile .text{
  width: 80vw;
  height: auto;
  margin: 2vw 0 5vw 0;
  padding: 0;
  font-size: 1.6rem;
}
.special-project .recipe02 .profile .text02{
  width: 80vw;
  margin: 0 0 1vw 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

/* --- プレゼント --- */
.special-project .present {
  width: 94vw;
  height: auto;
  margin: 0 auto;
  padding: 5vw 0 0 0;
}
.special-project .present .m01 {
  width: 94vw;
  height: auto;
  margin: 1vw auto;
  padding: 0;
  text-align: center;
}
.special-project .present .award{
  width: 90vw;
  margin: 2vw auto 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 4vw;
}
.special-project .present .award .box{
  width:43vw;
  height:auto;
  margin: 0;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  position: relative;
}
.special-project .present .award .title{
  width: 43vw;
  height: auto;
  margin: 0 0 1vw 0;
  padding: 0;
}
.special-project .present .award .photo{
  width: 43vw;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
.special-project .present .award .text{
  width: 43vw;
  height: auto;
  margin: 1vw 0 5vw 0;
  padding: 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.special-project .present .stext{
  width: 90vw;
  height: auto;
  margin: 0 auto 0;
  padding: 0 0 6vw 0;
  font-size: 1.0rem;
  line-height: 1.5;
  text-align: left;
}
.special-project .present .m02{
  width: 70vw;
  height: auto; 
  margin: 0;
  padding: 0;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.special-project .present .waku{
  width: 90vw;
  margin: 5vw auto 0;
  padding: 4vw 3vw 3vw 3vw;
  background-color: #fff;
  border: dotted 3px #e75d7f;
  border-radius: 20px;
  position: relative;
}
.special-project .present .chance{
  width: 80vw;
  margin: 2vw auto 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 2vw;
}
.special-project .present .chance .photo{
  width: 50vw;
  height: auto;
  margin: auto;
  overflow: hidden;
}
.special-project .present .chance .text{
  width: 80vw;
  height: auto;
  margin: 0 auto;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.5;
}

/* --- 審査のポイント --- */
.special-project .shinsa {
  width: 94vw;
  height: auto;
  margin: 0 auto;
  padding: 5vw 0 5vw 0;
  display: flex;
  flex-direction: column;
}
.special-project .shinsa .point {
  width: 80vw;
  height: 64vw;
  margin: 0 auto 0;
  padding: 11vw 0 0 0;
  background-image: url("https://img.foodist-service.jp/upload/img/f251007a/bg03.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.special-project .shinsa .point .m{
  width: 180px;
  height: 32px; /* 親要素に高さを指定する */
  margin: 0;
  padding: 0;
  border-radius: 30px;
  display: flex; /* Flexboxコンテナにする */
  align-items: center; /* 子要素を上下中央に配置 */
  justify-content: center;
  background-color: #ca8a03;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
.special-project .shinsa .kikan {
  width: 80vw;
  height: auto;
  margin: 5vw auto 0;
  padding: 0;
}
.special-project .shinsa ul {
  list-style: none;
  margin: 9vw 0 0 13vw;
}
.special-project .shinsa li {
  position: relative;
  padding-left: 1.4rem;
  font-weight: bold;
  margin-bottom: 0;
}
.special-project .shinsa li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #72011d;
  border-radius: 5px;
}

/* --- 参加方法 --- */
.special-project .sanka {
  width: 90vw;
  height: auto;
  margin: 0 auto;
  padding: 0 0 5vw 0;
  font-size: 1.5rem;
}
.special-project .sanka .m01{
  width: 90vw;
  height: 36px; /* 親要素に高さを指定する */
  margin: 0 0 3vw 0;
  padding: 0;
  border-radius: 10px;
  display: flex; /* Flexboxコンテナにする */
  align-items: center; /* 子要素を上下中央に配置 */
  justify-content: center;
  background-color: #fccc68;
  font-size: 1.8rem;
  font-weight: bold;
  color: #72011d;
}
.special-project .sanka .box {
  width: 90vw;
  height: auto;
  margin: 0 auto 4vw;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2vw;
}
.special-project .sanka .box .m02 {
  width: 8vw;
  height: auto;
  margin: 0 0 0 0;
  padding: 0;
}
.special-project .sanka .box .text {
  width: 80vw;
  height: auto;
  margin: 0;
  padding: 0;
}
.special-project .sanka .m03{
  width: 80vw;
  height: auto; /* 親要素に高さを指定する */
  margin: 4vw 0 4vw 0;
  padding: 4vw 0 4vw 0;
  border-radius: 10px;
  text-align: center;
  background-color: #fbf3df;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
}
.special-project .sanka .m04{
  width: 40vw;
  height: 30px; /* 親要素に高さを指定する */
  margin: 0 auto 2vw;
  padding: 0;
  border-radius: 30px;
  display: flex; /* Flexboxコンテナにする */
  align-items: center; /* 子要素を上下中央に配置 */
  justify-content: center;
  background-color: #ca8a03;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}

/* --- 豆パ --- */
.special-project .mamepa-bg {
  width: 100vw;
  height: auto;
  margin: 0 auto 0;
  padding: 0 0 0 0;
  background-image: url("https://img.foodist-service.jp/upload/img/f251007a/bg01.jpg");
  background-size: 70%;
  background-repeat: repeat;
  background-position: center;
}
.special-project .mamepa-bg02 {
  width: 100vw;
  height: auto;
  margin: 0 auto 0;
  padding: 0 0 0 0;
  background-image: url("https://img.foodist-service.jp/upload/img/f251007a/bg02.png");
  background-size: 70%;
  background-repeat: repeat-x;
  background-position: top;
}
.special-project .mamepa-bg .block {
  width: 90vw;
  margin: 0 auto;
  padding: 15vw 0 6vw 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.special-project .mamepa-bg .block .m01{
  width: 60vw;
  height: auto; 
  margin: 0;
  padding: 0;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.special-project .mamepa-bg .block .m02{
  width: 60vw;
  height: auto; 
  margin: 0;
  padding: 0;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.special-project .mamepa-bg .block .waku{
  width: 90vw;
  margin: 0 0 0 0;
  padding: 3vw 3vw 3vw 3vw;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}
.special-project .mamepa-bg .block ul {
  list-style: none;
  margin: 3vw 0 9vw 0;
}
.special-project .mamepa-bg .block li {
  position: relative;
  padding-left: 1.4rem;
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 0;
}
.special-project .mamepa-bg .block li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #72011d;
  border-radius: 5px;
}
.special-project .mamepa-bg .block .mamepa{
  width: 80vw;
  margin: 130px auto 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 3vw;
}
.special-project .mamepa-bg .block .mamepa .photo{
  width: 50vw;
  height: auto;
  margin: 0 auto 0;
  overflow: hidden;
}
.special-project .mamepa-bg .block .mamepa .text{
  width: 80vw;
  height: auto;
  margin: 4vw 0 0 0;
  padding: 0;
  font-size: 1.8vw;
  line-height: 1.5;
  font-feature-settings: "palt";
}
.special-project .mamepa-bg .block .mamepa .m03{
  width: 78vw;
  height: 36px; /* 親要素に高さを指定する */
  margin: 0;
  padding: 0;
  border-radius: 30px;
  display: flex; /* Flexboxコンテナにする */
  align-items: center; /* 子要素を上下中央に配置 */
  justify-content: center;
  background-color: #fccc68;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 1.2rem;
  font-weight: bold;
  color: #72011d;
}
.special-project .mamepa-bg .block .mamepa .waku02{
  width: 80vw;
  margin: 4vw 0 4vw 0;
  padding: 6vw 3vw 3vw 3vw;
  border: dotted 3px #fccc68;
  border-radius: 20px;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
}
.special-project .mamepa-bg .block .m04{
  width: 90vw;
  height: 100px; /* 親要素に高さを指定する */
  margin: 0 auto;
  padding: 0 3vw 0 3vw;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex; /* Flexboxコンテナにする */
  flex-direction: column;
  align-items: center; /* 子要素を上下中央に配置 */
  justify-content: center;
  background-color: #c4003a;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
.special-project .mamepa-bg .block .waku03{
  width: 90vw;
  margin: 10vw 0 0 0;
  padding: 25vw 2vw 5vw 2vw;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border: solid 4px #c4003a;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}
.special-project .mamepa-bg .block .campaign{
  width: 80vw;
  margin: 0 auto 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 2vw;
}
.special-project .mamepa-bg .block .campaign .photo{
  width: 50vw;
  height: auto;
  margin: 3vw auto;
  overflow: hidden;
}
.special-project .mamepa-bg .block .campaign .text{
  width: 80vw;
  height: auto;
  margin: auto;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.5;
}

/* --- フッター --- */
.special-project .footer {
  width: 90vw;
  height: auto;
  margin: 4vw auto 4vw;
  padding: 0;
  font-size: small;
  line-height: 1.8em;
  text-align: right;
  position: static;
  right: 0;
  bottom: 0;
}

/* --- メイン写真動き --- */
@keyframes floatIn {
from {
  opacity: 0;
  transform: translateY(50px) scale(0.8);
}
to {
  opacity: 1;
  transform: translateY(0) scale(1);
}
}





/* ========================== タブレット ========================== */
@media screen and (min-width: 768px) {
  
  .special-project {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.8em;
    font-size: 1.8rem;
  }
  
  .special-project #anchor {
    padding-top: 210px;
    margin-top:-210px;
  }
  
  /* --- 改行 --- */
  .special-project .br-pc { display: none; }
  .special-project .br-tb { display: block; }
  .special-project .br-sp { display:none; }
  
  .special-project .mt10{ margin-top: 10px;}
  .special-project .mt20{ margin-top: 20px;}
  
  /* --- 文字装飾 --- */
  .special-project .stxt{
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .special-project .bold01{
    color: #72011d;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .special-project .bold02{
    color: #72011d;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .special-project .bold03{
    color: #72011d;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .special-project .bold04{
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .special-project .bold-dots{
    color: #72011d;
    font-size: 2.4rem;
    font-weight: bold;
    background-image: radial-gradient(circle at center, #72011d 20%, transparent 20%); /* 点の色とサイズ調整 */
    background-position: top right; /* 点の位置 */
    background-repeat: repeat-x; /* 横方向に繰り返し */
    background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
    padding-top: .4em; /* 縦方向の位置調整 */
  }
  
  /* --- リスト --- */
  .special-project ul {
    list-style: none;
    margin: 0 0 0 4vw;
  }
  .special-project li {
    margin-bottom: 1vw;
  }
  .special-project .li-disc {
    list-style: disc;
    color: #72011d;
  }
  .special-project .li-kome {
    text-indent:-1.3em;
    list-style-type:none;
    color: #72011d;
  }
  .special-project .color01 {
    color: #000000;
  }
  
  /* --- 全体ボックス --- */
  .special-project .block {
    width: 94vw;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .special-project .block02 {
    width: 100vw;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  /* --- ボタン --- */
  /*.special-project .btn01 {
    position: relative;
    display: grid;
    place-content: center;
    width: 230px;
    height: 40px;
    margin:10px auto 0; 
    padding: 0;
    background-color: #fff;
    border: 2px solid #e6083f;
    border-radius: 10px;
    font-size: 1.6rem;
    color: #e6083f;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height:34px;
  }
  .special-project .btn02 {
    position: relative;
    width: 590px;
    height: 70px;
    margin:40px auto 0; 
    padding: 0;
    background-color: #e6083f;
    border-radius: 10px;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height:70px;
  }*/
  .special-project .btn-triangle-right01::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 6px solid transparent;
    border-right: 0 solid transparent;
    border-left: 9px solid #e6083f;
    border-bottom: 6px solid transparent;
    box-sizing: border-box;
  }
  .special-project .btn-triangle-right02::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 6px solid transparent;
    border-right: 0 solid transparent;
    border-left: 9px solid #fff;
    border-bottom: 6px solid transparent;
    box-sizing: border-box;
  }
  .special-project .button {
    display: block; 
    position: relative;
    margin: 0 auto; 
    border-radius: 10px;
  }
  .special-project .button:hover {
    -webkit-filter: brightness(1.1);
    -moz-filter: brightness(1.1);
    -o-filter: brightness(1.1);
    -ms-filter: brightness(1.1);
    filter: brightness(1.1);
  } 
  .special-project .btn-color01 {
    background-color: #fff;
    border: 2px solid #e6083f;
    color: #e6083f; 
    font-size: 1em;
    font-weight: bold; 
    line-height: 1.5;
    text-decoration: none; 
    text-align: center;
  }
  .special-project .btn-color02 {
    background-color: #e6083f;
    color: #fff; 
    font-size: 1em;
    font-weight: bold; 
    line-height: 1.5;
    text-decoration: none; 
    text-align: center;
  }
  .special-project .btn-w01 {
    width: 230px;
  }
  .special-project .btn-w02 {
    width: 600px;
  }
  .special-project .btn-w03 {
    width: 600px;
  }
  .special-project .btn-h01 {
    padding: 0.5em 1em; 
  }
  .special-project .btn-h02 {
    padding: 1em 1em; 
  }
  
  /* --- PRロゴ --- */
  .special-project .pr-logo {
    width: 400px;
    margin: 0 0 0 auto;
    padding: 8px;
    border-radius: 8px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  
  /* --- メイン --- */
  .special-project .main-bg {
    width: 100vw;
    height: auto;
    margin: 0;
    padding: 0;
    background-image: url("https://img.foodist-service.jp/upload/img/f251007a/bg01.jpg");
    background-size: 70%;
    background-repeat: repeat;
    background-position: center;
  }
  .special-project .main-box {
    width: 100vw;
    height: auto;
    margin: 0 auto;
    padding: 4vw 0 4vw 0;
    overflow: hidden;
    position: relative;
  }
  .special-project .main-box-center {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .special-project .main-title {
    width: 80vw;
    height: auto;
    margin: 0 auto;
    padding: 0 0 0 0;
  }
  .special-project h1 {
    width: 70vw;
    margin: 0 auto;
    padding: 0 0 0 0;
  }
  .special-project .main-txt {
    width: 70vw;
    margin: 1vw auto;
    padding: 0;
    text-align: center;
  }
  .special-project .main-kikan {
    width: 53vw;
    margin: 0 auto 1vw;
    padding: 0;
  }
  .special-project .main-p01 {
    width: 27vw;
    height: 27vw;
    position: absolute;
    top: 2vw;
    left: -55vw;
    animation-delay: 0.2s;
  }
  .special-project .main-p02 {
    width: 27vw;
    height: 27vw;
    position: absolute;
    top: 34vw;
    left: 28vw;
    animation-delay: 0.4s;
  }
  
  /* --- 商品紹介 --- */
  .special-project .about {
    width: 94vw;
    height: auto;
    margin: 0;
    padding: 5vw 0 5vw 0;
  }
  .special-project .about .box-flex{
    width: 94vw;
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  .special-project .about .photo{
    width: 30vw;
    height: auto;
    margin: 0 4vw 0 0;
    padding: 0;
  }
  .special-project .about .text{
    width: 60vw;
    margin: 1vw 0;
    padding: 0;
  }
  .special-project .about .m{
    width: 50vw;
    height: 36px; /* 親要素に高さを指定する */
    margin: 0;
    padding: 0;
    border-radius: 30px;
    display: flex; /* Flexboxコンテナにする */
    align-items: center; /* 子要素を上下中央に配置 */
    justify-content: center;
    background-color: #fccc68;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 1.8rem;
    font-weight: bold;
    color: #72011d;
  }
  .special-project .about .waku{
    width: 60vw;
    margin: 50px 0 0 0;
    padding: 30px 20px 20px 20px;
    border: dotted 3px #fccc68;
    border-radius: 20px;
    text-align: center;
    position: relative;
  }
  
  /* --- 大募集 --- */
  .special-project .bosyu {
    width: 94vw;
    height: auto;
    margin: 0;
    padding: 0 0 5vw 0;
    position: relative;
  }
  .special-project .bosyu .m {
    width: 94vw;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .special-project .bosyu .text {
    width: 94vw;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 18vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  
  /* --- レシピ --- */
  .special-project .recipe-bg {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    overflow: hidden;
  }
  .special-project .recipe-bg-arc {
    min-height: 500px;
    border-top-right-radius: 2000px 600px;
    border-top-left-radius: 2000px 600px;
    border-bottom-right-radius: 2000px 600px;
    border-bottom-left-radius: 2000px 600px;
    margin-left: -200px;
    margin-right: -200px;
    padding-left: 200px;
    padding-right: 200px;
    background-image: url("https://img.foodist-service.jp/upload/img/f251007a/bg01.jpg");
    background-size: 70%;
    background-repeat: repeat;
    background-attachment:fixed;
  }
  .special-project .recipe {
    width: 94vw;
    height: auto;
    margin: 0 auto;
    padding: 0 0 5vw 0;
    position: relative;
  }
  .special-project .recipe02 {
    width: 94vw;
    height: auto;
    margin: 17vw auto 0;
    padding: 0 0 5vw 0;
    position: relative;
  }
  .special-project .recipe .title01 {
    width: 14vw;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    animation-delay: 0.2s;
  }
  .special-project .recipe .title02 {
    width: 64vw;
    height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .special-project .recipe02 .m01{
    width: 70vw;
    height: auto; 
    margin: 0;
    padding: 0;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .special-project .recipe02 .waku{
    width: 94vw;
    margin: 0 0 0 0;
    padding: 3vw 3vw 3vw 3vw;
    background-color: #fff;
    border: dotted 3px #fccc68;
    border-radius: 20px;
    position: relative;
  }
  .special-project .recipe02 .osusume{
    width: 84vw;
    margin: 2vw auto 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4vw;
  }
  .special-project .recipe02 .osusume .box{
    width:40vw;
    height:auto;
    margin: 0;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 5;
    position: relative;
  }
  .special-project .recipe02 .osusume .name{
    width: 25vw;
    height: 36px; /* 親要素に高さを指定する */
    margin: 0;
    padding: 0;
    border: solid 2px #ca8a03;
    border-radius: 30px;
    display: flex; /* Flexboxコンテナにする */
    align-items: center; /* 子要素を上下中央に配置 */
    justify-content: center;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 1.8rem;
    font-weight: bold;
    color: #ca8a03;
  }
  .special-project .recipe02 .osusume .title{
    width: 40vw;
    height: auto;
    margin: 50px 0 20px 0;
    padding: 0;
    font-size: 2.4rem;
    font-weight: bold;
    color: #72011d;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .special-project .recipe02 .osusume .photo{
    width: 40vw;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
  }
  .special-project .recipe02 .osusume .text{
    width: 40vw;
    height: auto;
    margin: 10px 0 10px 0;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .special-project .recipe02 .m02{
    width: 45vw;
    height: auto;
    margin: 3vw auto 2vw;
    padding: 0;
  }
  .special-project .recipe02 .check{
    width: 94vw;
    margin: 20px auto 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 2vw;
  }
  .special-project .recipe02 .check .box{
    width:30vw;
    height:auto;
    margin: 0 0 4vw 0;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    position: relative;
  }
  .special-project .recipe02 .check .title{
    width: 30vw;
    height: auto;
    margin: 0;
    padding: 8px 0 8px 0;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    color: #72011d;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fccc68;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
  .special-project .recipe02 .check .photo{
    width: 30vw;
    height: auto;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
  }
  .special-project .recipe02 .check .text{
    width: 30vw;
    height: auto;
    margin: 10px 0 10px 0;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .special-project .recipe02 .profile{
    width: 94vw;
    margin: 4vw auto 2vw;
    padding: 0;
    display: flex;
    flex-direction: row;
  }
  .special-project .recipe02 .profile .photo{
    width: 13vw;
    height: 13vw;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 2vw 0 0;
  }
  .special-project .recipe02 .profile .text{
    width: 29vw;
    height: auto;
    margin: 0 3vw 0 0;
    padding: 0;
    font-size: 1.4rem;
  }
  .special-project .recipe02 .profile .text02{
    width: auto;
    margin: 0 0 1vw 0;
    padding: 0;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
  }
  
  /* --- プレゼント --- */
  .special-project .present {
    width: 94vw;
    height: auto;
    margin: 0 auto;
    padding: 5vw 0 0 0;
  }
  .special-project .present .m01 {
    width: 94vw;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .special-project .present .award{
    width: 94vw;
    margin: 2vw auto 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 2vw;
  }
  .special-project .present .award .box{
    width:22vw;
    height:auto;
    margin: 0;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    position: relative;
  }
  .special-project .present .award .title{
    width: 22vw;
    height: auto;
    margin: 0 0 1vw 0;
    padding: 0;
  }
  .special-project .present .award .photo{
    width: 22vw;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
  }
  .special-project .present .award .text{
    width: 22vw;
    height: auto;
    margin: 1vw 0 3vw 0;
    padding: 0;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }
  .special-project .present .stext{
    width: 94vw;
    height: auto;
    margin: 0 auto 7vw;
    padding: 0 0 0 0;
    font-size: 1.0rem;
    line-height: 1.5;
    text-align: left;
  }
  .special-project .present .m02{
    width: 37vw;
    height: auto; 
    margin: 0;
    padding: 0;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .special-project .present .waku{
    width: 94vw;
    margin: 0 0 0 0;
    padding: 3vw 3vw 3vw 3vw;
    background-color: #fff;
    border: dotted 3px #e75d7f;
    border-radius: 20px;
    position: relative;
  }
  .special-project .present .chance{
    width: 88vw;
    margin: 2vw auto 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2vw;
  }
  .special-project .present .chance .photo{
    width: 16vw;
    height: auto;
    overflow: hidden;
  }
  .special-project .present .chance .text{
    width: 70vw;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  
  /* --- 審査のポイント --- */
  .special-project .shinsa {
    width: 94vw;
    height: auto;
    margin: 0 auto;
    padding: 5vw 0 5vw 0;
    display: flex;
    flex-direction: row;
  }
  .special-project .shinsa .point {
    width: 41vw;
    height: 32vw;
    margin: 0 2vw 0 0;
    padding: 5.5vw 0 0 0;
    background-image: url("https://img.foodist-service.jp/upload/img/f251007a/bg03.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }
  .special-project .shinsa .point .m{
    width: 180px;
    height: 32px; /* 親要素に高さを指定する */
    margin: 0;
    padding: 0;
    border-radius: 30px;
    display: flex; /* Flexboxコンテナにする */
    align-items: center; /* 子要素を上下中央に配置 */
    justify-content: center;
    background-color: #ca8a03;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
  }
  .special-project .shinsa .kikan {
    width: 52vw;
    height: auto;
    margin: 3vw 0 0 0;
    padding: 0;
  }
  .special-project .shinsa ul {
    list-style: none;
    margin: 4vw 0 0 8vw;
  }
  .special-project .shinsa li {
    position: relative;
    padding-left: 1.4rem;
    font-weight: bold;
    margin-bottom: 0;
  }
  .special-project .shinsa li::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #72011d;
    border-radius: 5px;
  }
  
  /* --- 参加方法 --- */
  .special-project .sanka {
    width: 94vw;
    height: auto;
    margin: 0 auto;
    padding: 0 0 5vw 0;
    font-size: 1.6rem;
  }
  .special-project .sanka .m01{
    width: 94vw;
    height: 36px; /* 親要素に高さを指定する */
    margin: 0 0 30px 0;
    padding: 0;
    border-radius: 10px;
    display: flex; /* Flexboxコンテナにする */
    align-items: center; /* 子要素を上下中央に配置 */
    justify-content: center;
    background-color: #fccc68;
    font-size: 1.8rem;
    font-weight: bold;
    color: #72011d;
  }
  .special-project .sanka .box {
    width: 94vw;
    height: auto;
    margin: 0 auto 4vw;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2vw;
  }
  .special-project .sanka .box .m02 {
    width: 4vw;
    height: auto;
    margin: 0 0 0 0;
    padding: 0;
  }
  .special-project .sanka .box .text {
    width: 88vw;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .special-project .sanka .m03{
    width: 88vw;
    height: 60px; /* 親要素に高さを指定する */
    margin: 2vw 0 2vw 0;
    padding: 0;
    border-radius: 10px;
    display: flex; /* Flexboxコンテナにする */
    flex-direction: row;
    align-items: center; /* 子要素を上下中央に配置 */
    justify-content: center;
    background-color: #fbf3df;
    font-size: 2.0rem;
    font-weight: bold;
  }
  .special-project .sanka .m04{
    width: 140px;
    height: 30px; /* 親要素に高さを指定する */
    margin: 0 30px 0 0;
    padding: 0;
    border-radius: 30px;
    display: flex; /* Flexboxコンテナにする */
    align-items: center; /* 子要素を上下中央に配置 */
    justify-content: center;
    background-color: #ca8a03;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
  }
  
  /* --- 豆パ --- */
  .special-project .mamepa-bg {
    width: 100vw;
    height: auto;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    background-image: url("https://img.foodist-service.jp/upload/img/f251007a/bg01.jpg");
    background-size: 70%;
    background-repeat: repeat;
    background-position: center;
  }
  .special-project .mamepa-bg02 {
    width: 100vw;
    height: auto;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    background-image: url("https://img.foodist-service.jp/upload/img/f251007a/bg02.png");
    background-size: 70%;
    background-repeat: repeat-x;
    background-position: top;
  }
  .special-project .mamepa-bg .block {
    width: 94vw;
    margin: 0 auto;
    padding: 10vw 0 6vw 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .special-project .mamepa-bg .block .m01{
    width: 280px;
    height: auto; 
    margin: 0;
    padding: 0;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .special-project .mamepa-bg .block .m02{
    width: 300px;
    height: auto; 
    margin: 0;
    padding: 0;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .special-project .mamepa-bg .block .waku{
    width: 94vw;
    margin: 0 0 0 0;
    padding: 3vw 3vw 3vw 3vw;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
  }
  .special-project .mamepa-bg .block ul {
    list-style: none;
    margin: 2vw 0 2vw 0;
  }
  .special-project .mamepa-bg .block li {
    position: relative;
    padding-left: 1.4rem;
    font-size: 1.8rem;
    font-weight: normal;
    margin-bottom: 0;
  }
  .special-project .mamepa-bg .block li::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #72011d;
    border-radius: 5px;
  }
  .special-project .mamepa-bg .block .mamepa{
    width: 88vw;
    margin: 140px auto 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 3vw;
  }
  .special-project .mamepa-bg .block .mamepa .photo{
    width: 25vw;
    height: auto;
    overflow: hidden;
  }
  .special-project .mamepa-bg .block .mamepa .text{
    width: 60vw;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 1.8vw;
    line-height: 1.5;
    font-feature-settings: "palt";
  }
  .special-project .mamepa-bg .block .mamepa .m03{
    width: 44vw;
    height: 36px; /* 親要素に高さを指定する */
    margin: 0;
    padding: 0;
    border-radius: 30px;
    display: flex; /* Flexboxコンテナにする */
    align-items: center; /* 子要素を上下中央に配置 */
    justify-content: center;
    background-color: #fccc68;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 16px;
    font-weight: bold;
    color: #72011d;
  }
  .special-project .mamepa-bg .block .mamepa .waku02{
    width: 60vw;
    margin: 4vw 0 3vw 0;
    padding: 3vw 2vw 2vw 2vw;
    border: dotted 3px #fccc68;
    border-radius: 20px;
    font-size: 1.6rem;
    text-align: center;
    position: relative;
  }
  .special-project .mamepa-bg .block .m04{
    width: 94vw;
    height: 70px; /* 親要素に高さを指定する */
    margin: 0 auto;
    padding: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex; /* Flexboxコンテナにする */
    flex-direction: row;
    align-items: center; /* 子要素を上下中央に配置 */
    justify-content: center;
    background-color: #c4003a;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
  }
  .special-project .mamepa-bg .block .waku03{
    width: 94vw;
    margin: 8vw 0 0 0;
    padding: 5vw 2vw 2vw 2vw;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: solid 4px #c4003a;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
  }
  .special-project .mamepa-bg .block .campaign{
    width: 90vw;
    margin: 0 auto 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2vw;
  }
  .special-project .mamepa-bg .block .campaign .photo{
    width: 18vw;
    margin: 0 0 0 0;
    padding: 2vw 0 0 0;
    height: auto;
    overflow: hidden;
  }
  .special-project .mamepa-bg .block .campaign .text{
    width: 70vw;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  /* --- フッター --- */
  .special-project .footer {
    width: 90vw;
    height: auto;
    margin: 3vw auto 0;
    padding: 0;
    font-size: x-small;
    text-align: right;
  }
  .special-project p {
    margin: 0;
    padding: 0;
    line-height: 1.8em;
  }
 

}

/* ========================== PC ========================== */
@media screen and (min-width: 1000px) {
  
  .special-project {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.6em;
    font-size: 1.8rem;
  }
  
  .special-project #anchor {
    padding-top: 210px;
    margin-top:-210px;
  }

  /* --- 改行 --- */
  .special-project .br-pc { display: block; }
  .special-project .br-tb { display: none; }
  .special-project .br-sp { display:none; }
  
  .special-project .mt10{ margin-top: 10px;}
  .special-project .mt20{ margin-top: 20px;}
  
  /* --- 文字装飾 --- */
  .special-project .stxt{
    font-size: 14px;
    line-height: 1.5;
  }
  .special-project .bold01{
    color: #72011d;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
  }
  .special-project .bold02{
    color: #72011d;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
  }
  .special-project .bold03{
    color: #72011d;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
  }
  .special-project .bold04{
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
  }
  .special-project .bold-dots{
    color: #72011d;
    font-size: 24px;
    font-weight: bold;
    background-image: radial-gradient(circle at center, #72011d 20%, transparent 20%); /* 点の色とサイズ調整 */
    background-position: top right; /* 点の位置 */
    background-repeat: repeat-x; /* 横方向に繰り返し */
    background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
    padding-top: .4em; /* 縦方向の位置調整 */
  }
  
  /* --- リスト --- */
  .special-project ul {
    list-style: none;
    margin: 0 0 0 40px;
  }
  .special-project li {
    margin-bottom: 5px;
  }
  .special-project .li-disc {
    list-style: disc;
    color: #72011d;
  }
  .special-project .li-kome {
    text-indent:-1.3em;
    list-style-type:none;
    color: #72011d;
  }
  .special-project .color01 {
    color: #000000;
  }
  
  /* --- 全体ボックス --- */
  .special-project .block {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .special-project .block02 {
    width: 100vw;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  /* --- ボタン --- */
  /*.special-project .btn01 {
    position: relative;
    display: grid;
    place-content: center;
    width: 230px;
    height: 40px;
    margin:10px auto 0; 
    padding: 0;
    background-color: #fff;
    border: 2px solid #e6083f;
    border-radius: 10px;
    font-size: 1.6rem;
    color: #e6083f;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height:34px;
  }
  .special-project .btn02 {
    position: relative;
    width: 590px;
    height: 70px;
    margin:40px auto 0; 
    padding: 0;
    background-color: #e6083f;
    border-radius: 10px;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height:70px;
  }
  .special-project .btn-triangle-right01::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 6px solid transparent;
    border-right: 0 solid transparent;
    border-left: 9px solid #e6083f;
    border-bottom: 6px solid transparent;
    box-sizing: border-box;
  }
  .special-project .btn-triangle-right02::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 6px solid transparent;
    border-right: 0 solid transparent;
    border-left: 9px solid #fff;
    border-bottom: 6px solid transparent;
    box-sizing: border-box;
  }*/
  
  /* --- PRロゴ --- */
  .special-project .pr-logo {
    width: 400px;
    margin: 0 0 0 auto;
    padding: 8px;
    border-radius: 8px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  
  /* --- メイン --- */
  .special-project .main-bg {
    width: 100vw;
    height: auto;
    margin: 0;
    padding: 0;
    background-image: url("https://img.foodist-service.jp/upload/img/f251007a/bg01.jpg");
    background-size: 70%;
    background-repeat: repeat;
    background-position: center;
  }
  .special-project .main-box {
    width: 100vw;
    height: auto;
    margin: 0 auto;
    padding: 20px 0 20px 0;
    position: relative;
    overflow: hidden;
  }
  .special-project .main-box-center {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .special-project .main-title {
    width: 80vw;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  .special-project h1 {
    width: 720px;
    margin: 0 auto;
    padding: 0 0 0 0;
  }
  .special-project .main-txt {
    width: 720px;
    margin: 10px auto;
    padding: 0;
    text-align: center;
  }
  .special-project .main-kikan {
    width: 570px;
    margin: 0 auto;
    padding: 0;
  }
  .special-project .main-p01 {
    width: 400px;
    height: 400px;
    position: absolute;
    top: -20px;
    left: -700px;
    animation-delay: 0.2s;
  }
  .special-project .main-p02 {
    width: 400px;
    height: 400px;
    position: absolute;
    top: 200px;
    left: 300px;
    animation-delay: 0.4s;
  }
  
  /* --- 商品紹介 --- */
  .special-project .about {
    width: 1000px;
    height: auto;
    margin: 0;
    padding: 50px 0 50px 0;
  }
  .special-project .about .box-flex{
    width: 1000px;
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  .special-project .about .photo{
    width: 310px;
    height: auto;
    margin: 0 60px 0 0;
    padding: 0;
  }
  .special-project .about .text{
    width: 630px;
    margin: 10px 0;
    padding: 0;
  }
  .special-project .about .m{
    width: 430px;
    height: 36px; /* 親要素に高さを指定する */
    margin: 0;
    padding: 0;
    border-radius: 30px;
    display: flex; /* Flexboxコンテナにする */
    align-items: center; /* 子要素を上下中央に配置 */
    justify-content: center;
    background-color: #fccc68;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 18px;
    font-weight: bold;
    color: #72011d;
  }
  .special-project .about .waku{
    width: 630px;
    margin: 50px 0 0 0;
    padding: 30px 20px 20px 20px;
    border: dotted 3px #fccc68;
    border-radius: 20px;
    text-align: center;
    position: relative;
  }
  
  /* --- 大募集 --- */
  .special-project .bosyu {
    width: 1000px;
    height: auto;
    margin: 0;
    padding: 0 0 50px 0;
    position: relative;
  }
  .special-project .bosyu .m {
    width: 1000px;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .special-project .bosyu .text {
    width: 1000px;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 180px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  
  /* --- レシピ --- */
  .special-project .recipe-bg {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    overflow: hidden;
  }
  .special-project .recipe-bg-arc {
    min-height: 500px;
    border-top-right-radius: 2000px 600px;
    border-top-left-radius: 2000px 600px;
    border-bottom-right-radius: 2000px 600px;
    border-bottom-left-radius: 2000px 600px;
    margin-left: -200px;
    margin-right: -200px;
    padding-left: 200px;
    padding-right: 200px;
    background-image: url("https://img.foodist-service.jp/upload/img/f251007a/bg01.jpg");
    background-size: 70%;
    background-repeat: repeat;
    background-attachment:fixed;
  }
  .special-project .recipe {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 0 0 50px 0;
    position: relative;
  }
  .special-project .recipe02 {
    width: 1000px;
    height: auto;
    margin: 170px auto 0;
    padding: 0 0 50px 0;
    position: relative;
  }
  .special-project .recipe .title01 {
    width: 145px;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    animation-delay: 0.2s;
  }
  .special-project .recipe .title02 {
    width: 700px;
    height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .special-project .recipe02 .m01{
    width: 700px;
    height: auto; 
    margin: 0;
    padding: 0;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .special-project .recipe02 .waku{
    width: 1000px;
    margin: 0 0 0 0;
    padding: 30px 20px 20px 20px;
    background-color: #fff;
    border: dotted 3px #fccc68;
    border-radius: 20px;
    position: relative;
  }
  .special-project .recipe02 .osusume{
    width: 900px;
    margin: 20px auto 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
  }
  .special-project .recipe02 .osusume .box{
    width:425px;
    height:auto;
    margin: 0;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 5;
    position: relative;
  }
  .special-project .recipe02 .osusume .name{
    width: 250px;
    height: 36px; /* 親要素に高さを指定する */
    margin: 0;
    padding: 0;
    border: solid 2px #ca8a03;
    border-radius: 30px;
    display: flex; /* Flexboxコンテナにする */
    align-items: center; /* 子要素を上下中央に配置 */
    justify-content: center;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 18px;
    font-weight: bold;
    color: #ca8a03;
  }
  .special-project .recipe02 .osusume .title{
    width: 425px;
    height: auto;
    margin: 50px 0 20px 0;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    color: #72011d;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .special-project .recipe02 .osusume .photo{
    width: 425px;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
  }
  .special-project .recipe02 .osusume .text{
    width: 425px;
    height: auto;
    margin: 10px 0 10px 0;
    padding: 0;
    font-size: 16px;
  }
  .special-project .recipe02 .m02{
    width: 430px;
    height: auto;
    margin: 30px auto 15px;
    padding: 0;
  }
  .special-project .recipe02 .check{
    width: 1000px;
    margin: 20px auto 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 47px;
  }
  .special-project .recipe02 .check .box{
    width:302px;
    height:auto;
    margin: 0 0 30px 0;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    position: relative;
  }
  .special-project .recipe02 .check .title{
    width: 302px;
    height: auto;
    margin: 0;
    padding: 8px 0 8px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: #72011d;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fccc68;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
  .special-project .recipe02 .check .photo{
    width: 302px;
    height: auto;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
  }
  .special-project .recipe02 .check .text{
    width: 302px;
    height: auto;
    margin: 10px 0 10px 0;
    padding: 0;
    font-size: 16px;
  }
  .special-project .recipe02 .profile{
    width: 1000px;
    margin: 40px auto 20px;
    padding: 0;
    display: flex;
    flex-direction: row;
  }
  .special-project .recipe02 .profile .photo{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 10px 0 0;
  }
  .special-project .recipe02 .profile .text{
    width: 350px;
    height: auto;
    margin: 0 40px 0 0;
    padding: 0;
    font-size: 14px;
  }
  .special-project .recipe02 .profile .text02{
    width: 350px;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
  }
  
  /* --- プレゼント --- */
  .special-project .present {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 50px 0 0 0;
  }
  .special-project .present .m01 {
    width: 1000px;
    height: auto;
    margin: 10px auto;
    padding: 0;
    text-align: center;
  }
  .special-project .present .award{
    width: 940px;
    margin: 20px auto 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 20px;
  }
  .special-project .present .award .box{
    width:220px;
    height:auto;
    margin: 0;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    position: relative;
  }
  .special-project .present .award .title{
    width: 220px;
    height: auto;
    margin: 0 0 10px 0;
    padding: 0;
  }
  .special-project .present .award .photo{
    width: 220px;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
  }
  .special-project .present .award .text{
    width: 220px;
    height: auto;
    margin: 10px 0 20px 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
  }
  .special-project .present .stext{
    width: 940px;
    height: auto;
    margin: 0 auto 70px;
    padding: 0 0 0 0;
    font-size: 1.0rem;
    line-height: 1.5;
    text-align: left;
  }
  .special-project .present .m02{
    width: 370px;
    height: auto; 
    margin: 0;
    padding: 0;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .special-project .present .waku{
    width: 1000px;
    margin: 0 0 0 0;
    padding: 30px 20px 20px 20px;
    background-color: #fff;
    border: dotted 3px #e75d7f;
    border-radius: 20px;
    position: relative;
  }
  .special-project .present .chance{
    width: 940px;
    margin: 20px auto 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }
  .special-project .present .chance .photo{
    width: 220px;
    height: auto;
    overflow: hidden;
  }
  .special-project .present .chance .text{
    width: 700px;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
  }
  
  /* --- 審査のポイント --- */
  .special-project .shinsa {
    width: 940px;
    height: auto;
    margin: 0 auto;
    padding: 50px 0 50px 0;
    display: flex;
    flex-direction: row;
  }
  .special-project .shinsa .point {
    width: 410px;
    height: 324px;
    margin: 0 50px 0 0;
    padding: 60px 0 0 0;
    background-image: url("https://img.foodist-service.jp/upload/img/f251007a/bg03.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }
  .special-project .shinsa .point .m{
    width: 180px;
    height: 36px; /* 親要素に高さを指定する */
    margin: 0;
    padding: 0;
    border-radius: 30px;
    display: flex; /* Flexboxコンテナにする */
    align-items: center; /* 子要素を上下中央に配置 */
    justify-content: center;
    background-color: #ca8a03;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 18px;
    font-weight: bold;
    color: #fff;
  }
  .special-project .shinsa .kikan {
    width: 480px;
    height: auto;
    margin: 30px 0 0 0;
    padding: 0;
  }
  .special-project .shinsa ul {
    list-style: none;
    margin: 50px 0 0 100px;
  }
  .special-project .shinsa li {
    position: relative;
    padding-left: 14px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .special-project .shinsa li::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #72011d;
    border-radius: 5px;
  }
  
  /* --- 参加方法 --- */
  .special-project .sanka {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 0 0 50px 0;
    font-size: 16px;
  }
  .special-project .sanka .m01{
    width: 1000px;
    height: 36px; /* 親要素に高さを指定する */
    margin: 0 0 30px 0;
    padding: 0;
    border-radius: 10px;
    display: flex; /* Flexboxコンテナにする */
    align-items: center; /* 子要素を上下中央に配置 */
    justify-content: center;
    background-color: #fccc68;
    font-size: 18px;
    font-weight: bold;
    color: #72011d;
  }
  .special-project .sanka .box {
    width: 1000px;
    height: auto;
    margin: 0 auto 30px;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
  }
  .special-project .sanka .box .m02 {
    width: 40px;
    height: auto;
    margin: 0 0 0 0;
    padding: 0;
  }
  .special-project .sanka .box .text {
    width: 945px;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .special-project .sanka .m03{
    width: 945px;
    height: 60px; /* 親要素に高さを指定する */
    margin: 20px 0 20px 0;
    padding: 0;
    border-radius: 10px;
    display: flex; /* Flexboxコンテナにする */
    flex-direction: row;
    align-items: center; /* 子要素を上下中央に配置 */
    justify-content: center;
    background-color: #fbf3df;
    font-size: 20px;
    font-weight: bold;
  }
  .special-project .sanka .m04{
    width: 120px;
    height: 30px; /* 親要素に高さを指定する */
    margin: 0 30px 0 0;
    padding: 0;
    border-radius: 30px;
    display: flex; /* Flexboxコンテナにする */
    align-items: center; /* 子要素を上下中央に配置 */
    justify-content: center;
    background-color: #ca8a03;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
  }
  
  /* --- 豆パ --- */
  .special-project .mamepa-bg {
    width: 100vw;
    height: auto;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    background-image: url("https://img.foodist-service.jp/upload/img/f251007a/bg01.jpg");
    background-size: 70%;
    background-repeat: repeat;
    background-position: center;
  }
  .special-project .mamepa-bg02 {
    width: 100vw;
    height: auto;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    background-image: url("https://img.foodist-service.jp/upload/img/f251007a/bg02.png");
    background-size: 70%;
    background-repeat: repeat-x;
    background-position: top;
  }
  .special-project .mamepa-bg .block {
    width: 1000px;
    margin: 0 auto;
    padding: 110px 0 60px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .special-project .mamepa-bg .block .m01{
    width: 300px;
    height: auto; 
    margin: 0;
    padding: 0;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .special-project .mamepa-bg .block .m02{
    width: 370px;
    height: auto; 
    margin: 0;
    padding: 0;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .special-project .mamepa-bg .block .waku{
    width: 1000px;
    margin: 0 0 0 0;
    padding: 30px 20px 30px 20px;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
  }
  .special-project .mamepa-bg .block ul {
    list-style: none;
    margin: 2vw 0 2vw 0;
  }
  .special-project .mamepa-bg .block li {
    position: relative;
    padding-left: 1.4rem;
    font-size: 1.8rem;
    font-weight: normal;
    margin-bottom: 0;
  }
  .special-project .mamepa-bg .block li::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #72011d;
    border-radius: 5px;
  }
  .special-project .mamepa-bg .block .mamepa{
    width: 900px;
    margin: 170px auto 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
  }
  .special-project .mamepa-bg .block .mamepa .photo{
    width: 310px;
    height: auto;
    overflow: hidden;
  }
  .special-project .mamepa-bg .block .mamepa .text{
    width: 560px;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.5;
    font-feature-settings: "palt";
  }
  .special-project .mamepa-bg .block .mamepa .m03{
    width: 430px;
    height: 36px; /* 親要素に高さを指定する */
    margin: 0;
    padding: 0;
    border-radius: 30px;
    display: flex; /* Flexboxコンテナにする */
    align-items: center; /* 子要素を上下中央に配置 */
    justify-content: center;
    background-color: #fccc68;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 16px;
    font-weight: bold;
    color: #72011d;
  }
  .special-project .mamepa-bg .block .mamepa .waku02{
    width: 560px;
    margin: 40px 0 30px 0;
    padding: 26px 14px 14px 14px;
    border: dotted 3px #fccc68;
    border-radius: 20px;
    font-size: 16px;
    text-align: center;
    position: relative;
  }
  .special-project .mamepa-bg .block .m04{
    width: 1000px;
    height: 52px; /* 親要素に高さを指定する */
    margin: 0;
    padding: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex; /* Flexboxコンテナにする */
    flex-direction:row;
    align-items: center; /* 子要素を上下中央に配置 */
    justify-content: center;
    background-color: #c4003a;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 16px;
    font-weight: bold;
    color: #fff;
  }
  .special-project .mamepa-bg .block .waku03{
    width: 1000px;
    margin: 70px 0 0 0;
    padding: 45px 20px 20px 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: solid 4px #c4003a;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
  }
  .special-project .mamepa-bg .block .campaign{
    width: 940px;
    margin: 0 auto 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }
  .special-project .mamepa-bg .block .campaign .photo{
    width: 170px;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    overflow: hidden;
  }
  .special-project .mamepa-bg .block .campaign .text{
    width: 750px;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
  }

}

@media screen and (min-width: 1500px) {
  .special-project .block {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/* ========================== PC・スマホ切り替え ========================== */
.special-project .pc-only { display: none; }
.special-project .tb-only { display: none; }
.special-project .sp-only { display: block; }

@media screen and (min-width: 768px) {
  .special-project .pc-only { display: none; }
  .special-project .tb-only { display: block; }
  .special-project .sp-only { display: none; }
}

@media screen and (min-width: 1000px) {
  .special-project .pc-only { display: block; }
  .special-project .tb-only { display: none; }
  .special-project .sp-only { display: none; }
}

.page-article-detail .block-article-detail {
   padding-top: 10px; !important
}
