/* ========================== 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{
  color: #004ea2;
  text-decoration: none;
}
.special-project .jmilk-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:#004ea2; text-decoration: underline; font-weight: bold;}



/* ========================== スマホ ========================== */
.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.8em;
  font-size: 4vw;
}

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

/* --- 全体ボックス --- */
.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;
}

/* --- 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: 22%;
  margin: 0;
  padding: 0;
}
.special-project .pr-logo02 {
  width: 4%;
  margin: 0;
  padding: 0;
}
.special-project .pr-logo03 {
  width: 59%;
  margin: 0;
  padding: 0;
}
.special-project .pr-logo04 {
  width: 10%;
  margin: 0;
  padding: 0;
}
.special-project .pr-logo img {
  width: auto;
  height: auto;
}

/* --- メイン　トップ --- */
.special-project .main-bg {
  width: 100vw;
  height: 160vw;
  margin: 0 auto;
  padding: 0 0 0 0;
  background-image: url("https://img.foodist-service.jp/upload/img/f250620nw/main_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.special-project .main-block {
  width: 100vw;
  height: 160vw;
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.special-project .main-title {
  width: 90vw;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 5vw;
  left: 5vw;
}
.special-project .main-photo {
  animation: floatIn 0.3s ease-out forwards;
  opacity: 0;
  transform: translateY(50px) scale(0.8);
}
.special-project .main-p01 {
  width: 110vw;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 75vw;
  left: -5vw;
  animation-delay: 0.2s;
}

/* --- メイン　アンバサダー --- */
.special-project .main-bg02 {
  width: 100vw;
  height: 77vw;
  margin: 0 auto 4vw;
  padding: 0 0 0 0;
  background-image: url("https://img.foodist-service.jp/upload/img/f250620nw/main_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.special-project .main-block02 {
  width: 100vw;
  height: 77vw;
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.special-project .main-title02 {
  width: 80vw;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 3vw;
  left: calc(50% - 38vw); /* 中央 */
}
.special-project .main-photo02 {
  animation: floatIn 0.3s ease-out forwards;
  opacity: 0;
  transform: translateY(50px) scale(0.8);
}
.special-project .main-p04 {
  width: 30vw;
  height: 30vw;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 37vw;
  right: -8vw;
  animation-delay: 0.2s;
}
.special-project .main-p05 {
  width: 26vw;
  height: 26vw;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 40vw;
  left: -1vw;
  animation-delay: 0.4s;
}
.special-project .main-p06 {
  width: 14vw;
  height: 14vw;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 11vw;
  right: 3vw;
  animation-delay: 0.6s;
}
.special-project .main-btn {
  width: 90vw;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 58vw;
  left: calc(50% - 47vw); /* 中央 */
}

/* --- ボックス --- */
.special-project .box{
  width: 90vw;
  display: flex;
  flex-direction:column;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  position: relative;
}


/* --- 乳和食とは --- */
.special-project .about-box {
  width: 90vw;
  height: auto;
  margin: 2vw auto 2vw;
  padding: 0;
}
.special-project .about-box .box-title {
  width: 70vw;
  height: auto;
  margin: 0 auto;
  padding: 5vw 0 0 0;
}
.special-project .about-box .box{
  width: 90vw;
  display: flex;
  flex-direction:column;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.special-project .about-box .photo{
  width: 90vw;
  height: 85vw;
  margin: 0 auto 0;
  padding: 0;
}
.special-project .about-box .photo img {
  width: 65vw;
  position: absolute;
  top: 0vw;
}
.special-project .about-box .photo02{
  width: 60vw;
  margin: 0 auto 0;
  padding: 0;
}
.special-project .about-box .photo02 img {
  width: 60vw;
  position: absolute;
  top: 38vw;
  left:30vw;
}
.special-project .about-box .text{
  width: 90vw;
  margin: 5vw auto 5vw;
  padding: 0;
}

/* --- 乳和食の基本 --- */
.special-project .kihon-box {
  width: 100vw;
  margin: 8vw auto 0;
  background: #ffffff;
  border: 0px;
  border-radius: 0px;
}
.special-project .kihon-box .box-title {
  height: 60vw;
  font-size: 1.1em;
  background: #eb6400;
  padding: 10px;
  text-align: center;
  position: relative;
}
.special-project .kihon-box .box-title img {
  width: 80vw;
  position: absolute;
  top: -5vw;
  left: calc(50% - 47vw); /* 中央 */
}
.special-project .kihon-box .box{
  width: 100vw;
  display: flex;
  flex-direction:column-reverse;
  justify-content: space-between;
  margin: 3vw auto;
  padding: 0;
}
.special-project .kihon-box .box02{
  width: 100vw;
  display: flex;
  flex-direction:column;
  justify-content: space-between;
  margin: 4vw 0 0 -8vw;
  padding: 1vw 8vw 3vw 8vw;
  font-size: 3.6vw;
  background: #ffffcc;
  border-radius: 0px;
}
.special-project .kihon-box .text{
  width: 84vw;
  margin: 0 0 0 8vw;
  padding: 55vw 0 0 0;
}
.special-project .kihon-box .text02{
  width: 84vw;
  margin: 1vw 0 0 0;
  padding: 0;
}
.special-project .kihon-box .photo{
  width: 84vw;
  margin: 0 auto;
  padding: 0;
}
.special-project .kihon-box .photo img{
  width: 84vw;
  border-radius: 20px;
  position: absolute;
  top:-23vw;
}
.special-project .kihon-box .photo02{
  width: 84vw;
  margin: 0 auto;
  padding: 0;
}
.special-project .kihon-box p {
  padding: 0 0 1vw 0;
  margin: 0;
}


/* --- ボタン --- */
.special-project .btn-title {
  width: 90vw;
  height: auto;
  margin:0 auto 2vw; 
  padding: 8vw 0 0 0;
}
.special-project .btn01 {
  position: relative;
  display: grid;
  place-content: center;
  width: 90vw;
  height: auto;
  margin-top:0; 
  padding: 1.5em 0 1.5em 0;
  background-color: #004ea2;
  border-radius: 10px;
  font-size: 1em;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height:1.3em;
}
.special-project .btn02 {
  position: relative;
  display: grid;
  place-content: center;
  width: 90vw;
  height: auto;
  margin-top:0; 
  padding: 1.5em 0 1.5em 0;
  background-color: #fb8e01;
  border-radius: 10px;
  font-size: 1em;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height:1.3em;
}
.special-project .btn03 {
  position: relative;
  display: grid;
  place-content: center;
  width: 90vw;
  height: auto;
  margin-top:10px; 
  padding: 3vw 0 3vw 0;
  background-color: #004ea2;
  border-radius: 10px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height:24px;
}
.special-project .btn-triangle-right01::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 #fb8e01;
  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 #004ea2;
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
}

/* --- メンバー --- */
.special-project .member {
  width: 90vw;
  margin: 0 auto 2vw;
  padding: 2vw 0 0 0;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 4vw;
}
.special-project .member .box{
  width:90vw;
  height:auto;
  margin: 0 auto 6vw;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  position: relative;
}
.special-project .member .name{
  width:90vw;
  min-height: 16vw;
  border-radius: 10px 10px 0 0;
  border-top: solid 2px #004ea2;
  border-right: solid 2px #004ea2;
  border-bottom: dotted 2px #004ea2;
  border-left: solid 2px #004ea2;
  background-image: url("https://img.foodist-service.jp/upload/img/f250620nw/main_bg.jpg");
  background-size: 300%;
  display: grid;
  justify-content: left;
  align-items: center;
  font-size: 1.2em;
  color: #004ea2;
  font-weight: bold;
  line-height:1.6em;
  padding: 3vw 13vw 3vw 3vw;
}
.special-project .member .link{
  background-color: #fff;
  border-right: solid 2px #004ea2;
  border-left: solid 2px #004ea2;
  font-size: 0.8em;
  line-height:1.6em;
  padding: 3.3vw 3vw 3vw 11vw;
  word-break: break-all;
  position: relative;
}
.special-project .member .text{
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  border-right: solid 2px #004ea2;
  border-bottom: solid 2px #004ea2;
  border-left: solid 2px #004ea2;
  padding: 0 3vw 3vw 3vw;
}
.special-project .member .icon{
  width:6vw;
  padding: 0;
}
.special-project .member .icon img{
  width: 6vw;
  height: 6vw;
  position: absolute;
  top: 3vw;
  left: 3vw;
}
.special-project .member .photo{
  width: 20vw;
  height: 20vw;
  position: absolute;
  top: -2vw;
  left: 67vw;
  border-radius: 50%;
  overflow: hidden;
  z-index: 20;
}
.special-project .member .photo img{
  width: 100%;
}

/* --- フッター --- */
.special-project .footer {
  width: 90vw;
  height: auto;
  margin: 4vw auto 0;
  padding: 0;
  font-size: small;
  line-height: 1.8em;
  text-align: right;
  position: static;
  right: 0;
  bottom: 0;
  color: #b0b0b0;
}
.special-project .footer02 {
  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 .br-pc { display: none; }
  .special-project .br-tb { display: block; }
  .special-project .br-sp { display:none; }
  
  /* --- 全体ボックス --- */
  .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;
  }
  
  /* --- PRロゴ --- */
  .special-project .pr-logo {
    width: 45vw;
    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 .main-bg {
    width: 100vw;
    height: 55vw;
    margin: 0 auto 4vw;
    padding: 0 0 0 0;
    background-image: url("https://img.foodist-service.jp/upload/img/f250620nw/main_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .special-project .main-block {
    width: 100vw;
    height: 55vw;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
  }
  .special-project .main-title {
    width: 80vw;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 3vw;
    left: 12vw;
  }
  .special-project .main-photo {
    animation: floatIn 0.3s ease-out forwards;
    opacity: 0;
    transform: translateY(50px) scale(0.8);
  }
  .special-project .main-p01 {
    width: 43vw;
    height: 43vw;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -2vw;
    left: 68vw;
    animation-delay: 0.2s;
  }
  .special-project .main-p02 {
    width: 26vw;
    height: 26vw;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 1vw;
    left: -1vw;
    animation-delay: 0.4s;
  }
  .special-project .main-p03 {
    width: 26vw;
    height: 26vw;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 32vw;
    left: -1vw;
    animation-delay: 0.6s;
  }
  
  /* --- メイン　アンバサダー --- */
  .special-project .main-bg02 {
    width: 100vw;
    height: 42vw;
    margin: 0 auto 4vw;
    padding: 0 0 0 0;
    background-image: url("https://img.foodist-service.jp/upload/img/f250620nw/main_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .special-project .main-block02 {
    width: 100vw;
    height: 42vw;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
  }
  .special-project .main-title02 {
    width: 44vw;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 2vw;
    left: calc(50% - 22vw); /* 中央 */
  }
  .special-project .main-photo02 {
    animation: floatIn 0.3s ease-out forwards;
    opacity: 0;
    transform: translateY(50px) scale(0.8);
  }
  .special-project .main-p04 {
    width: 37vw;
    height: 37vw;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -2vw;
    left: 72vw;
    animation-delay: 0.2s;
  }
  .special-project .main-p05 {
    width: 25vw;
    height: 25vw;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 2vw;
    left: -1vw;
    animation-delay: 0.4s;
  }
  .special-project .main-p06 {
    width: 25vw;
    height: 25vw;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 20vw;
    left: 1vw;
    animation-delay: 0.6s;
  }
  .special-project .main-btn {
    width: 44vw;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 32vw;
    left: calc(50% - 22vw); /* 中央 */
  }
  
  /* --- ボックス --- */
  .special-project .box{
    width: 90vw;
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  
  /* --- 乳和食とは --- */
  .special-project .about-box {
    width: 90vw;
    height: auto;
    margin: 40px auto 40px;
    padding: 0;
  }
  .special-project .about-box .box-title {
    width: 40vw;
    height: auto;
    margin: 0 auto;
    padding: 0 0 0 0;
  }
  .special-project .about-box .box{
    width: 90vw;
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  .special-project .about-box .photo{
    width: 25vw;
    height: auto;
    margin: 0 5vw 0 0;
    padding: 0;
  }
  .special-project .about-box .photo img {
    width: 25vw;
    position: absolute;
    top: 20px;
    border-radius: 50%;
  }
  .special-project .about-box .text{
    width: 60vw;
    margin: 20px 0;
    padding: 0;
  }
  
  /* --- 乳和食の基本 --- */
  .special-project .kihon-box {
    width: 90vw;
    margin: 0 auto 40px;
    background: #ffffff;
    border: 3px solid #eb6400;
    border-radius: 10px;
  }
  .special-project .kihon-box .box-title {
    height: 6vw;
    font-size: 1.1em;
    background: #eb6400;
    padding: 10px;
    text-align: center;
    position: relative;
  }
  .special-project .kihon-box .box-title img {
    width: 84vw;
    position: absolute;
    top: -3.3vw;
    left: calc(50% - 42vw); /* 中央 */
  }
  .special-project .kihon-box .box{
    width: 84vw;
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    margin: 3vw auto;
    padding: 0;
  }
  .special-project .kihon-box .box02{
    width: 40vw;
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    margin: 1vw 0 0 0;
    padding: 1vw 2vw 2vw 2vw;
    font-size: 1.6rem;
    background: #ffffcc;
    border-radius: 10px;
  }
  .special-project .kihon-box .text{
    width: 40vw;
    margin: 0;
    padding: 0;
  }
  .special-project .kihon-box .text02{
    width: 36vw;
    margin: 1vw 0 0 0;
    padding: 0;
  }
  .special-project .kihon-box .photo{
    width: 41vw;
    margin: 0;
    padding: 0;
  }
  .special-project .kihon-box .photo img{
    width: 41vw;
    border-radius: 10px;
    top:0;
  }
  .special-project .kihon-box .photo02{
    width: 30vw;
    margin: 0 auto;
    padding: 0;
  }
  .special-project .kihon-box p {
    padding: 0 0 1vw 0;
    margin: 0;
  }
  
  
  
  /* --- ボタン --- */
  .special-project .btn-title {
    width: 44vw;
    height: 60px;
    margin:0 auto; 
    padding: 0;
  }
  .special-project .btn01 {
    position: relative;
    display: grid;
    place-content: center;
    width: 44vw;
    height: 80px;
    margin-top:10px; 
    padding: 0;
    background-color: #004ea2;
    border-radius: 10px;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height:24px;
  }
  .special-project .btn02 {
    position: relative;
    display: grid;
    place-content: center;
    width: 44vw;
    height: 80px;
    margin-top:10px; 
    padding: 0;
    background-color: #fb8e01;
    border-radius: 10px;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height:24px;
  }
  .special-project .btn03 {
    position: relative;
    display: grid;
    place-content: center;
    width: 44vw;
    height: 50px;
    margin-top:10px; 
    padding: 0;
    background-color: #004ea2;
    border-radius: 10px;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height:24px;
  }
  .special-project .btn-triangle-right01::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 #fb8e01;
    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 #004ea2;
    border-bottom: 6px solid transparent;
    box-sizing: border-box;
  }
  
  /* --- メンバー --- */
  .special-project .member {
    width: 90vw;
    margin: 0 auto 2vw;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 3vw;
  }
  .special-project .member .box{
    width:42vw;
    height:auto;
    margin: 0 auto 4vw;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    position: relative;
  }
  .special-project .member .name{
    width:42vw;
    min-height: 9vw;
    border-radius: 10px 10px 0 0;
    border-top: solid 2px #004ea2;
    border-right: solid 2px #004ea2;
    border-bottom: dotted 2px #004ea2;
    border-left: solid 2px #004ea2;
    background-image: url("https://img.foodist-service.jp/upload/img/f250620nw/main_bg.jpg");
    background-size: 300%;
    display: grid;
    justify-content: left;
    align-items: center;
    font-size: 18px;
    color: #004ea2;
    font-weight: bold;
    line-height:1.6em;
    padding: 2vw 13vw 2vw 2vw;
  }
  .special-project .member .link{
    background-color: #fff;
    border-right: solid 2px #004ea2;
    border-left: solid 2px #004ea2;
    font-size: 0.8em;
    line-height:1.6em;
    padding: 2.6vw 2vw 2vw 7vw;
    word-break: break-all;
    position: relative;
  }
  .special-project .member .text{
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    border-right: solid 2px #004ea2;
    border-bottom: solid 2px #004ea2;
    border-left: solid 2px #004ea2;
    padding: 0 2vw 2vw 2vw;
  }
  .special-project .member .icon{
    width:4vw;
    padding: 0;
  }
  .special-project .member .icon img{
    width: 4vw;
    height: 4vw;
    position: absolute;
    top: 2vw;
    left: 2vw;
  }
  .special-project .member .photo{
    width: 11vw;
    height: 11vw;
    position: absolute;
    top: -1vw;
    left: 29vw;
    border-radius: 50%;
    overflow: hidden;
    z-index: 20;
  }
  
  
  /* --- フッター --- */
  .special-project .footer {
    width: 90vw;
    height: auto;
    margin: 3vw auto 0;
    padding: 0;
    font-size: x-small;
    text-align: right;
    color: #b0b0b0;
  }
  .special-project .footer02 {
    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 .br-pc { display: block; }
  .special-project .br-tb { display: none; }
  .special-project .br-sp { display:none; }
  
  /* --- 全体ボックス --- */
  .special-project .block {
    width: 1000px;
    margin: 50px 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: 520px;
    margin: 0 auto 50px;
    padding: 0 0 0 0;
    background-image: url("https://img.foodist-service.jp/upload/img/f250620nw/main_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .special-project .main-block {
    width: 1500px;
    height: 520px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
  }
  .special-project .main-title {
    width: 765px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 28px;
    left: calc(50% - 390px); /* 中央 */
  }
  .special-project .main-photo {
    animation: floatIn 0.3s ease-out forwards;
    opacity: 0;
    transform: translateY(50px) scale(0.8);
  }
  .special-project .main-p01 {
    width: 500px;
    height: 500px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -30px;
    left: calc(50% + 250px); 
    animation-delay: 0.2s;
  }
  .special-project .main-p02 {
    width: 330px;
    height: 320px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 10px;
    left: calc(50% - 750px); 
    animation-delay: 0.4s;
  }
  .special-project .main-p03 {
    width: 330px;
    height: 330px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 240px;
    left: calc(50% - 700px); 
    animation-delay: 0.6s;
  }
  
  /* --- メイン　アンバサダー --- */
  .special-project .main-bg02 {
    width: 100vw;
    height: 380px;
    margin: 0 auto 50px;
    padding: 0 0 0 0;
    background-image: url("https://img.foodist-service.jp/upload/img/f250620nw/main_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .special-project .main-block02 {
    width: 1500px;
    height: 380px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
  }
  .special-project .main-title02 {
    width: 670px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 15px;
    left: calc(50% - 340px); 
  }
  .special-project .main-photo02 {
    animation: floatIn 0.3s ease-out forwards;
    opacity: 0;
    transform: translateY(50px) scale(0.8);
  }
  .special-project .main-p04 {
    width: 410px;
    height: 410px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -30px;
    left: calc(50% + 340px); 
    animation-delay: 0.2s;
  }
  .special-project .main-p05 {
    width: 250px;
    height: 250px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 5px;
    left: calc(50% - 640px); 
    animation-delay: 0.4s;
  }
  .special-project .main-p06 {
    width: 250px;
    height: 250px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 170px;
    left: calc(50% - 550px); 
    animation-delay: 0.6s;
  }
  .special-project .main-btn {
    width: 400px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 290px;
    left: calc(50% - 200px); /* 中央 */
  }
  
  /* --- ボックス --- */
  .special-project .box{
    width: 1000px;
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }

  /* --- 乳和食とは --- */
  .special-project .about-box {
    width: 1000px;
    height: auto;
    margin: 40px 0 40px 0;
    padding: 0;
  }
  .special-project .about-box .box-title {
    width: 390px;
    height: auto;
    margin: 0 auto;
    padding: 0 0 0 0;
  }
  .special-project .about-box .box{
    width: 1000px;
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  .special-project .about-box .photo{
    width: 330px;
    height: auto;
    margin: 0 40px 0 0;
    padding: 0;
  }
  .special-project .about-box .photo img {
    width: 330px;
    position: absolute;
    top: -30px;
    border-radius: 50%;
  }
  .special-project .about-box .text{
    width: 630px;
    margin: 45px 0;
    padding: 0;
  }
  
  /* --- 乳和食の基本 --- */
  .special-project .kihon-box {
    width: 1000px;
    margin: 0 0 40px 0;
    background: #ffffff;
    border: 3px solid #eb6400;
    border-radius: 10px;
  }
  .special-project .kihon-box .box-title {
    height: 50px;
    font-size: 1.1em;
    background: #eb6400;
    padding: 10px;
    text-align: center;
    position: relative;
  }
  .special-project .kihon-box .box-title img {
    width: 880px;
    position: absolute;
    top: -41px;
    left: calc(50% - 440px); /* 中央 */
  }
  .special-project .kihon-box .box{
    width: 934px;
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    margin: 30px auto;
    padding: 0;
  }
  .special-project .kihon-box .box02{
    width: 624px;
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    margin: 5px 0 0 0;
    padding: 3px 20px 18px 20px;
    font-size: 1.6rem;
    background: #ffffcc;
    border-radius: 10px;
  }
  .special-project .kihon-box .text{
    width: 624px;
    margin: 0;
    padding: 0;
  }
  .special-project .kihon-box .text02{
    width: 484px;
    margin: 15px 0 0 0;
    padding: 0;
  }
  .special-project .kihon-box .photo{
    width: 280px;
    margin: 0;
    padding: 0;
  }
  .special-project .kihon-box .photo img{
    width: 280px;
    border-radius: 10px;
    top:0;
  }
  .special-project .kihon-box .photo02{
    width: 180px;
    margin: 0 20px 0 0;
    padding: 0;
  }
  .special-project .kihon-box p {
    padding: 0 0 10px 0;
    margin: 0;
  }
  
  /* --- ボタン --- */
  .special-project .btn-title {
    width: 460px;
    height: 60px;
    margin:0 auto; 
    padding: 0;
  }
  .special-project .btn01 {
    position: relative;
    display: grid;
    place-content: center;
    width: 460px;
    height: 80px;
    margin-top:10px; 
    padding: 0;
    background-color: #004ea2;
    border-radius: 10px;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height:24px;
  }
  .special-project .btn02 {
    position: relative;
    display: grid;
    place-content: center;
    width: 460px;
    height: 80px;
    margin-top:10px; 
    padding: 0;
    background-color: #fb8e01;
    border-radius: 10px;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height:24px;
  }
  .special-project .btn03 {
    position: relative;
    display: grid;
    place-content: center;
    width: 400px;
    height: 50px;
    margin-top:10px; 
    padding: 0;
    background-color: #004ea2;
    border-radius: 10px;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height:24px;
  }
  .special-project .btn-triangle-right01::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 #fb8e01;
    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 #004ea2;
    border-bottom: 6px solid transparent;
    box-sizing: border-box;
  }
  
  /* --- メンバー --- */
  .special-project .member {
    width: 990px;
    margin: 0 auto 30px;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
  }
  .special-project .member .box{
    width:310px;
    height:auto;
    margin: 0 auto 30px;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    position: relative;
  }
  .special-project .member .name{
    width:310px;
    min-height: 80px;
    border-radius: 10px 10px 0 0;
    border-top: solid 2px #004ea2;
    border-right: solid 2px #004ea2;
    border-bottom: dotted 2px #004ea2;
    border-left: solid 2px #004ea2;
    background-image: url("https://img.foodist-service.jp/upload/img/f250620nw/main_bg.jpg");
    background-size: 300%;
    display: grid;
    justify-content: left;
    align-items: center;
    font-size: 18px;
    color: #004ea2;
    font-weight: bold;
    line-height:24px;
    padding: 0 130px 0 20px;
  }
  .special-project .member .link{
    background-color: #fff;
    border-right: solid 2px #004ea2;
    border-left: solid 2px #004ea2;
    font-size: 1.3rem;
    line-height:1.6em;
    padding: 25px 20px 15px 60px;
    word-break: break-all;
    position: relative;
  }
  .special-project .member .text{
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    border-right: solid 2px #004ea2;
    border-bottom: solid 2px #004ea2;
    border-left: solid 2px #004ea2;
    padding: 0 20px 20px 20px;
    font-size: 1.6rem;
  }
  .special-project .member .icon{
    width:30px;
    padding: 0;
  }
  .special-project .member .icon img{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .special-project .member .photo{
    width: 100px;
    height: 100px;
    position: absolute;
    top: -10px;
    left: 195px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 20;
  }

  
  /* --- フッター --- */
  .special-project .footer {
    width: 1000px;
    height: auto;
    margin: 30px auto 0;
    padding: 0;
    font-size: x-small;
    text-align: right;
    color: #b0b0b0;
  }
  .special-project .footer02 {
    width: 1000px;
    height: auto;
    margin: 30px auto 0;
    padding: 0;
    font-size: x-small;
    text-align: right;
  }
  .special-project p {
    margin: 0;
    padding: 0;
    line-height: 1.8em;
  }
  
  /* --- メイン写真動き --- */
  @keyframes floatIn {
  from {
    opacity: 0;
    transform: translateY(50px) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  }

}

@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
}
