/* ========================== 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 .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 .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_aw/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: 90vw;
  height: auto;
  margin: 0 auto;
  padding: 0 0 0 0;
}
.special-project h1 {
  width: 84vw;
  margin: 0 auto;
  padding: 0 0 0 0;
}
.special-project .main-p01 {
  width: 22vw;
  height: 22vw;
  position: absolute;
  top: 2vw;
  left: -54vw;
  animation-delay: 0.2s;
}
.special-project .main-p02 {
  width: 22vw;
  height: 22vw;
  position: absolute;
  top: 4vw;
  left: 31vw;
  animation-delay: 0.4s;
}
.special-project .main-txt {
  width: 90vw;
  height: auto;
  margin: 0 auto;
  padding: 3vw 0 3vw 0;
  text-align: left;
}

/* --- 賞 --- */
.special-project .award {
  margin: 0 0 0 0;
  padding: 80px 0 0 0;
}
.special-project .award .waku {
  width: 90vw;
  margin: 0 auto 0;
  padding: 5vw 0 5vw 0;
  background-color: #fff;
  border: solid 5px #f9d507;
  border-radius: 20px;
  position: relative;
}
.special-project .award .title01{
  width: 80vw;
  height: auto; 
  margin: 0;
  padding: 0;
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.special-project .award .m01{
  width: 76vw;
  height: auto; 
  margin: 2vw auto 3vw;
  padding: 0;
  font-size: 2.4rem;
  font-weight: bold;
  color: #72011d;
  text-align: center;
  line-height: 1.5;
}
.special-project .award .m02{
  width: 76vw;
  height: auto; 
  margin: 5vw auto 2vw;
  padding: 0;
  font-size: 2.4rem;
  font-weight: bold;
  color: #72011d;
  text-align: center;
  line-height: 1.5;
}
.special-project .award .m03{
  width: 76vw;
  height: auto; 
  margin: 2vw auto 2vw;
  padding: 0;
  font-size: 2.4rem;
  font-weight: bold;
  color: #72011d;
  text-align: center;
  line-height: 1.5;
}
.special-project .award .box01{
  width: 76vw;
  height: auto; 
  margin: 0 auto 0;
  padding: 0;
  display: block;
}
.special-project .award .box02{
  width: 76vw;
  height: auto; 
  margin: 0 0 0 0;
  padding: 0;
}
.special-project .award .box03{
  width: 76vw;
  height: auto; 
  margin: 0 0 0 0;
  padding: 0;
  display: flex;
}
.special-project .award .box04{
  width: 76vw;
  margin: 30px auto 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 4vw;
}
.special-project .award .box05{
  width:76vw;
  height:auto;
  margin: 20px 0 0 0;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 6;
  position: relative;
}
.special-project .award .box06{
  width: 76vw;
  margin: 3vw auto 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 04vw;
}
.special-project .award .box07{
  width:76vw;
  height:auto;
  margin: 0;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}
.special-project .award .p01{
  width: 76vw;
  height: auto; 
  margin: 0 0 3vw 0;
  padding: 0;
}
/* 20251215修正 */
.special-project .award .p02{
  width: 40vw;
  height: auto; 
  margin: 0 auto 3vw;
  padding: 0;
}
/* /20251215修正 */
.special-project .award .p03{
  width: 76vw;
  height: auto; 
  margin: 0 0 3vw 0;
  padding: 0;
}
.special-project .award .face01 {
  width: 76vw;
  margin: 0 auto 3vw;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
}
.special-project .award .face02 {
  width: 76vw;
  margin: 0 0 3vw 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
}
.special-project .award .face01 img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.special-project .award .face02 img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.special-project .award .text01{
  width: 76vw;
  height: auto; 
  margin: 0 0 3vw 0;
  padding: 0;
}
.special-project .award .text02{
  width: 76vw;
  height: auto; 
  margin: 0 0 3vw 0;
  padding: 0;
}
.special-project .award .text03{
  width: 76vw;
  height: auto; 
  margin: 0 0 3vw 0;
  padding: 0;
}
.special-project .award .name{
  width: 280px;
  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: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 18px;
  font-weight: bold;
  color: #ca8a03;
}
.special-project .award .line {
  width: 76vw;
  height: 0;
  margin: 5vw auto 5vw;
  padding: 5vw 0 0 0;
  background-color: #fff;
  border-bottom: dotted 3px #fccc68;
}

/* --- 試食 --- */
.special-project .shisyoku {
  margin: 0 0 0 0;
  padding: 80px 0 8vw 0;
}
.special-project .shisyoku .waku {
  width: 90vw;
  margin: 0 auto 0;
  padding: 5vw 0 5vw 0;
  background-color: #fff;
  border: dotted 3px #fccc68;
  border-radius: 20px;
  position: relative;
}
.special-project .shisyoku .title{
  width: 80vw;
  height: auto; 
  margin: 0;
  padding: 0;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.special-project .shisyoku .box01{
  width: 76vw;
  height: auto; 
  margin: 3vw auto 0;
  padding: 0;
  display: block;
}
.special-project .shisyoku .p01{
  width: 76vw;
  height: auto; 
  margin: 0 0 0 0;
  padding: 0 0 3vw 0;
}
.special-project .shisyoku .text01{
  width: 76vw;
  height: auto; 
  margin: 0 auto 0;
  padding: 0;
}

/* --- 豆パ --- */
.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_aw/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_aw/bg02.png");
  background-size: 70%;
  background-repeat: repeat-x;
  background-position: top;
}
.special-project .mamepa-bg .block {
  width: 90vw;
  margin: 0 auto;
  padding: 20vw 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: -50px;
  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 .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 .button02 {
    display: block; 
    position: relative;
    margin: 0; 
    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 .button02: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_aw/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-p01 {
    width: 24vw;
    height: 24vw;
    position: absolute;
    top: 2vw;
    left: -52vw;
    animation-delay: 0.2s;
  }
  .special-project .main-p02 {
    width: 24vw;
    height: 24vw;
    position: absolute;
    top: 2vw;
    left: 27vw;
    animation-delay: 0.4s;
  }
  .special-project .main-txt {
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 30px 0 30px 0;
    text-align: center;
  }
  
  /* --- 賞 --- */
  .special-project .award {
    margin: 0 0 0 0;
    padding: 150px 0 0 0;
  }
  .special-project .award .waku {
    width: 90vw;
    margin: 0 auto 0;
    padding: 30px 20px 40px 20px;
    background-color: #fff;
    border: solid 5px #f9d507;
    border-radius: 20px;
    position: relative;
  }
  .special-project .award .title01{
    width: 60vw;
    height: auto; 
    margin: 0;
    padding: 0;
    position: absolute;
    top: -12vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .special-project .award .m01{
    width: 84vw;
    height: auto; 
    margin: 3vw auto 3vw;
    padding: 0;
    font-size: 34px;
    font-weight: bold;
    color: #72011d;
    text-align: center;
    line-height: 1.5;
  }
  .special-project .award .m02{
    width: 40vw;
    height: auto; 
    margin: 5vw auto 2vw;
    padding: 0;
    font-size: 34px;
    font-weight: bold;
    color: #72011d;
    text-align: center;
    line-height: 1.5;
  }
  .special-project .award .m03{
    width: 26vw;
    height: auto; 
    margin: 50px auto 10px;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    color: #72011d;
    text-align: center;
    line-height: 1.5;
  }
  .special-project .award .box01{
    width: 84vw;
    height: auto; 
    margin: 0 auto 0;
    padding: 0;
    display: flex;
  }
  .special-project .award .box02{
    width: 41vw;
    height: auto; 
    margin: 0 0 0 2vw;
    padding: 0;
  }
  .special-project .award .box03{
    width: 41vw;
    height: auto; 
    margin: 0 0 0 0;
    padding: 0;
    display: flex;
  }
  .special-project .award .box04{
    width: 84vw;
    margin: 30px auto 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2vw;
  }
  .special-project .award .box05{
    width:41vw;
    height:auto;
    margin: 0;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 6;
    position: relative;
  }
  .special-project .award .box06{
    width: 84vw;
    margin: 30px auto 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 3vw;
  }
  .special-project .award .box07{
    width:26vw;
    height:auto;
    margin: 0;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
  }
  .special-project .award .p01{
    width: 41vw;
    height: auto; 
    margin: 0 0 1vw 0;
    padding: 0;
  }
  /* 20251215修正 */
  .special-project .award .p02{
    width: 20vw;
    height: auto; 
    margin: 0 auto 2vw;
    padding: 0;
  }
  /* /20251215修正 */
  .special-project .award .p03{
    width: 26vw;
    height: auto; 
    margin: 0 0 1vw 0;
    padding: 0;
  }
  .special-project .award .face01 {
    width: 41vw;
    margin: 0 0 2vw 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
  }
  .special-project .award .face02 {
    width: 26vw;
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
  }
  .special-project .award .face01 img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  .special-project .award .face02 img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  .special-project .award .text01{
    width: 41vw;
    height: auto; 
    margin: 0 0 2vw 0;
    padding: 0;
  }
  .special-project .award .text02{
    width: 41vw;
    height: auto; 
    margin: 0 0 2vw 0;
    padding: 0;
  }
  .special-project .award .text03{
    width: 26vw;
    height: auto; 
    margin: 0 0 2vw 0;
    padding: 0;
  }
  .special-project .award .name{
    width: 320px;
    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 .shisyoku {
    margin: 0 0 0 0;
    padding: 150px 0 5vw 0;
  }
  .special-project .shisyoku .waku {
    width: 90vw;
    margin: 0 auto 0;
    padding: 3vw 2vw 3vw 2vw;
    background-color: #fff;
    border: dotted 3px #fccc68;
    border-radius: 20px;
    position: relative;
  }
  .special-project .shisyoku .title{
    width: 60vw;
    height: auto; 
    margin: 0;
    padding: 0;
    position: absolute;
    top: -10vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .special-project .shisyoku .box01{
    width: 84vw;
    height: auto; 
    margin: 3vw auto 0;
    padding: 0;
    display: flex;
  }
  .special-project .shisyoku .p01{
    width: 40vw;
    height: auto; 
    margin: 0 0 0 0;
    padding: 2vw 0 2vw 0;
  }
  .special-project .shisyoku .text01{
    width: 42vw;
    height: auto; 
    margin: 0 0 0 2vw;
    padding: 0;
  }
  
  /* --- 豆パ --- */
  .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_aw/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_aw/bg02.png");
    background-size: 70%;
    background-repeat: repeat-x;
    background-position: top;
  }
  .special-project .mamepa-bg .block {
    width: 90vw;
    margin: 0 auto;
    padding: 130px 0 6vw 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: -60px;
    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: 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: 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: 84vw;
    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: 56vw;
    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: 56vw;
    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 .mt50{ margin-top: 50px;}
  
  /* --- 文字装飾 --- */
  .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;
  }
  
  /* --- ボタン --- */
  
  /* --- 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_aw/bg01.jpg");
    background-size: 70%;
    background-repeat: repeat;
    background-position: center;
  }
  .special-project .main-box {
    width: 100vw;
    height: auto;
    margin: 0 auto;
    padding: 30px 0 30px 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-p01 {
    width: 330px;
    height: 330px;
    position: absolute;
    top: 50px;
    left: -700px;
    animation-delay: 0.2s;
  }
  .special-project .main-p02 {
    width: 330px;
    height: 330px;
    position: absolute;
    top: 40px;
    left: 380px;
    animation-delay: 0.4s;
  }
  .special-project .main-txt {
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 30px 0 30px 0;
    text-align: center;
  }
  
  /* --- 賞 --- */
  .special-project .award {
    margin: 0 0 0 0;
    padding: 150px 0 0 0;
  }
  .special-project .award .waku {
    width: 1000px;
    margin: 0 0 0 0;
    padding: 30px 20px 40px 20px;
    background-color: #fff;
    border: solid 5px #f9d507;
    border-radius: 20px;
    position: relative;
  }
  .special-project .award .title01{
    width: 540px;
    height: auto; 
    margin: 0;
    padding: 0;
    position: absolute;
    top: -110px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .special-project .award .m01{
    width: 890px;
    height: auto; 
    margin: 30px auto 30px;
    padding: 0;
    font-size: 34px;
    font-weight: bold;
    color: #72011d;
    text-align: center;
    line-height: 1.5;
  }
  .special-project .award .m02{
    width: 420px;
    height: auto; 
    margin: 50px auto 20px;
    padding: 0;
    font-size: 34px;
    font-weight: bold;
    color: #72011d;
    text-align: center;
    line-height: 1.5;
  }
  .special-project .award .m03{
    width: 262px;
    height: auto; 
    margin: 50px auto 10px;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    color: #72011d;
    text-align: center;
    line-height: 1.5;
  }
  .special-project .award .box01{
    width: 890px;
    height: auto; 
    margin: 0 auto 0;
    padding: 0;
    display: flex;
  }
  .special-project .award .box02{
    width: 420px;
    height: auto; 
    margin: 0 0 0 50px;
    padding: 0;
  }
  .special-project .award .box03{
    width: 420px;
    height: auto; 
    margin: 0 0 0 0;
    padding: 0;
    display: flex;
  }
  .special-project .award .box04{
    width: 890px;
    margin: 30px auto 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
  }
  .special-project .award .box05{
    width:420px;
    height:auto;
    margin: 0;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 6;
    position: relative;
  }
  .special-project .award .box06{
    width: 890px;
    margin: 30px auto 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 52px;
  }
  .special-project .award .box07{
    width:262px;
    height:auto;
    margin: 0;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
  }
  .special-project .award .p01{
    width: 420px;
    height: auto; 
    margin: 0 0 10px 0;
    padding: 0;
  }
  /* 20251215修正 */
  .special-project .award .p02{
    width: 200px;
    height: auto; 
    margin: 0 auto 20px;
    padding: 0;
  }
  /* /20251215修正 */
  .special-project .award .p03{
    width: 262px;
    height: auto; 
    margin: 0 0 10px 0;
    padding: 0;
  }
  .special-project .award .face01 {
    width: 420px;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
  }
  .special-project .award .face02 {
    width: 262px;
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
  }
  .special-project .award .face01 img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  .special-project .award .face02 img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  .special-project .award .text01{
    width: 420px;
    height: auto; 
    margin: 0 0 20px 0;
    padding: 0;
  }
  .special-project .award .text02{
    width: 420px;
    height: auto; 
    margin: 0 0 20px 0;
    padding: 0;
  }
  .special-project .award .text03{
    width: 262px;
    height: auto; 
    margin: 0 0 20px 0;
    padding: 0;
  }
  .special-project .award .name{
    width: 320px;
    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 .shisyoku {
    margin: 0 0 0 0;
    padding: 150px 0 0 0;
  }
  .special-project .shisyoku .waku {
    width: 1000px;
    margin: 0 0 0 0;
    padding: 30px 20px 30px 20px;
    background-color: #fff;
    border: dotted 3px #fccc68;
    border-radius: 20px;
    position: relative;
  }
  .special-project .shisyoku .title{
    width: 640px;
    height: auto; 
    margin: 0;
    padding: 0;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .special-project .shisyoku .box01{
    width: 890px;
    height: auto; 
    margin: 30px auto 0;
    padding: 0;
    display: flex;
  }
  .special-project .shisyoku .p01{
    width: 445px;
    height: auto; 
    margin: 0 0 0 0;
    padding: 20px 0 20px 0;
  }
  .special-project .shisyoku .text01{
    width: 420px;
    height: auto; 
    margin: 0 0 0 25px;
    padding: 0;
  }
  
  /* --- 豆パ --- */
  .special-project .mamepa-bg {
    width: 100vw;
    height: auto;
    
    padding: 0 0 0 0;
    background-image: url("https://img.foodist-service.jp/upload/img/f251007a_aw/bg01.jpg");
    background-size: 70%;
    background-repeat: repeat;
    background-position: center;
  }
  .special-project .mamepa-bg02 {
    width: 100vw;
    height: auto;
    
    padding: 0 0 0 0;
    background-image: url("https://img.foodist-service.jp/upload/img/f251007a_aw/bg02.png");
    background-size: 70%;
    background-repeat: repeat-x;
    background-position: top;
  }
  .special-project .mamepa-bg .block {
    width: 1000px;
    margin: 0 auto;
    padding: 150px 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: -70px;
    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;
}


/* 背景が切られるのを防ぐ */
.page-article-detail .block-article-detail .special-project {
  padding-left: 0;
  padding-right: 0;
}

  /* === 豆乳の力：背景を本当のフル幅にする === */
.special-project .mamepa-bg,
.special-project .mamepa-bg02 {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}


