.hr1{
  margin:5px 0;
  border-top: 2px dotted #330000;
  opacity:0.4;
}

@media screen and (min-width: 1025px) {
#center{
  margin-left:-290px;
  box-sizing: border-box;
  }}

#pickup .item, #new .item ,#os .item, #journal .item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  #pickup .item, #new .item ,#os .item, #journal .item{
    animation: fadeIn linear;
    animation-timeline: view();
    animation-range: entry 0% cover 30%;}
}
figure{
transition: .4s; 
}
figure:hover{
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(15rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 1025px) {
#pickup .item2,#new .item2,#os .item2, #journal .item2 ,#shunraku .item2,#info .item2{
    animation: fadeIn2 linear;
    animation-timeline: view();
    animation-range: entry 0% cover 30%;
}
}
@keyframes fadeIn2{
  from {
    opacity: 0;
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.message {
    width: 30%;
    height: 600px;
    border-radius: 50px;
    background-color: #330000;
    float: left;
    margin-right: -75px;
    text-align: right;
}
.textbox {
    display: inline-block;
    text-align: left;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    text-orientation: upright;
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    margin: 70px 85px 20px 0;
}





/* セクション 全体 */
section {
  padding: 2vw 0;
}

#pickup a,#new a,#os a,#journal a{
  text-decoration: none;
}
/*pickup&new*/
#pickup ul,#new ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#pickup figure,#new figure{
  width: 30%;
  margin: 0 0 25px 0;
  border: 2px solid #330000;
  border-radius: 10px;
  background-color:#fff;
  position:relative;
}
@media screen and (max-width: 599px) {
  #pickup figure{
  width: 45%;
  margin: 0 0 25px 0;
  }
#new figure{
  width: 45%;
  margin: 0 0 25px 0;
  }}
#pickup img,#new img{
  border-radius: 10px 10px 0 0;
  display: block; /* widthを効かせるために必要 */
  width: 100%;
  height: auto;
  transition: transform .6s ease;
  transform: scale(1.02);
}
#pickup .img_Wrapper,#new .img_Wrapper {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
border-bottom: 2px solid #330000;}

#pickup img:hover,#new img:hover
{transform: scale(1.1);
}
#pickup h2,#new h2,#os h2,#journal h2{
  font-size: 50px; 
  font-weight: bold; 
  text-align: center;
  margin-bottom: 10px;
  color:#330000;
  letter-spacing: -4px;
  position: relative;
  z-index: 3;
}
#pickup span,#new span,#os span,#journal span{
-webkit-text-stroke: 7px #fff;
  text-stroke: 7px #fff;
  paint-order: stroke;
}
#pickup .title,#new .title,#os .title,#journal .title,#info .title{
  position: relative;
  z-index: -10000;
  display: block;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  color:#fff;
  letter-spacing: 0;
  margin: -30px 0 5px 300px;
  -webkit-text-stroke: 1.5px #330000;
  text-stroke: 1.5px #330000; 
  font-family:'Segoe UI Black', 'Baskerville','arial black', sans-serif;
  pointer-events: none;
  text-shadow:none;
  paint-order: markers;
}
@media screen and (max-width: 1024px) {
#pickup h2,#new h2,#os h2,#journal h2{
  font-size: 30px; 
  font-weight: bold; 
  text-align: center;
  margin-bottom: 10px;
  color:#330000;
  letter-spacing: -4px;
  position: relative;
  z-index: 3;
}
#pickup span,#new span,#os span,#journal span{
-webkit-text-stroke: 7px #fff;
  text-stroke: 7px #fff;
  paint-order: stroke;
}
#pickup .title,#new .title,#os .title,#journal .title{
  position: relative;
  z-index: -10000;
  display: block;
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  color:#fff;
  letter-spacing: 0;
  margin: -20px 0 5px 180px;
  -webkit-text-stroke: 1.5px #330000;
  text-stroke: 1.5px #330000; 
  font-family:'Segoe UI Black', 'Baskerville','arial black', sans-serif;
  pointer-events: none;
  text-shadow:none;
}
}
@media screen and (max-width: 599px) {
  #pickup .title,#new .title,#os .title,#journal .title{
    display:none;
  }
}
#pickup h2,#new h2{
  width: 100%;
  padding: 15px 0;
}
@media screen and (max-width: 599px) {
  #os h2{
    margin-top:50px;
  }
  #pickup li,#new li{
  padding: 8px 0;
  }
}
#pickup  p{
  font-size: 1.2vw;
  font-weight: bold; 
  text-align: left;
  margin: 10px 0 5px 15px;
  color:#330000;
}
@media screen and (max-width: 1024px) {
  #pickup  p{
    margin: 5px 0 5px 15px;
  font-size: 2vw;
}
}
@media screen and (max-width: 599px) {
  #pickup  p{
    margin: 5px 0 5px 15px;
  font-size: 3vw;
}
}
#pickup p:nth-of-type(2){
  font-size: 0.9vw;
  font-weight: bold;
  text-align: right;
  margin:0 20px 30px 0;
}
@media screen and (max-width: 1024px) {
  #pickup p:nth-of-type(2){
   font-size:1.7vw;
   margin:0 10px 30px 0;
  }}
@media screen and (max-width: 599px) {
  #pickup p:nth-of-type(2){
   font-size:2.5vw;
   margin:0 10px 30px 0;
  }}
#pickup .itemicon,#new .itemicon{
  position: relative;
}
#pickup .farm{
  position: absolute;
  font-size: 0.7vw;
  font-weight: bold;
  color:#979797;
  left:16px;
  bottom:18px;
}
@media screen and (max-width: 1024px) {
#pickup .farm{
  font-size: 1.3vw;
  }}
@media screen and (max-width: 599px) {
#pickup .farm{
  font-size: 1.7vw;
  }}
#pickup .huku:after,#new .huku:after{
  content: "長野県下高井郡 | こさか農園";
}
#pickup .yazawa:after,#new .yazawa:after{
  content: "長野県下伊那郡 | 矢沢農園";
}
#pickup .pine:after,#new .pine:after{
  content: "沖縄県 | 西表島パイランドファーム";
}
#pickup .ish:after,#new .ish:after{
  content: "沖縄県 | パティオ石垣島";
}
#pickup .waka:after,#new .waka:after{
  content: "和歌山県有田市 | やまがみかん園";
}
#pickup .you:after,#new .you:after{
  content: "青森県青森市 | ユートリーファーム";
}
#pickup .shin:after,#new .shin:after{
  content: "北海道札幌市 | 新札幌乳業";
}
#pickup .mill:after,#new .mill:after{
  content: "北海道河西郡 | 菊地英樹農場";
}
#pickup .yoyaku:after,#new .yoyaku:after{
  position: absolute;
  content: "予約注文";
  padding:7px 10px 7px 10px;
  margin-top:10px;
  border-radius: 10px;
  background: #b88d55;
  color: #fff;
  text-align: center;
  font-weight: 200;
  font-size: 1vw;
  top: 0;
  right: 10px;
  box-sizing: border-box;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2);
}
#pickup .newship:after,#new .newship:after{
  position: absolute;
  content: "只今出荷中";
  padding:7px 10px 7px 10px;
  margin-top:10px;
  border-radius: 10px;
  background: #9b2323;
  color: #fff;
  text-align: center;
  font-weight: 200;
  font-size: 1vw;
  top: 0;
  right: 10px;
  box-sizing: border-box;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1024px) {
  #pickup .yoyaku:after,#pickup .newship:after,#new .yoyaku:after,#new .newship:after{
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 599px) {
  #pickup .yoyaku:after,#pickup .newship:after,#new .yoyaku:after,#new .newship:after{
    font-size: 2vw;
  }
}
#new .button{
  margin-bottom:20px;
}
#new .gtitle1{
   font-size: 1vw;
  font-weight: bold; 
  text-align: left;
  margin: 10px 15px 5px 15px; 
  color:#330000;
}
@media screen and (max-width: 1024px) {
  #new .gtitle1{
    font-size: 1.5vw;
  }
}
#new .gtitle1 .day{
  display:none;
}
#new .gtitle2 p.g-title{
  display:none;
}
#new .gtitle2{
  color: #756F61;
  margin-top:5px;
  font-size: 0.8vw;
  font-weight: 100;
  position: absolute;
  bottom: 10px;
  right:15px;
}
@media screen and (max-width: 599px) {
  #new .gtitle1{
    font-size:3vw;
  }
  #new .gtitle2{
  }
}
/*ショップ情報*/
@media screen and (min-width: 600px) {
  #os .shopp ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  #os .shopp li {
    list-style: none;
    width:24%;
  }

  #os .shopp li:nth-child(2) {
    margin: 0 10px;
  }
}
@media screen and (max-width: 599px) {
#os .slider  ul {
  width: 100%;
  height: 180px;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  columns: 1;
  text-align: center;
  -ms-overflow-style: none;
}
#os .slider  ul::-webkit-scrollbar{
  display: none;
}
#os .slider li {
  list-style-type: none;
  display: inline-block;
  width: 130px;
}

#os .slider ul::column {
  scroll-snap-align: center;
}
#os .slider ul::scroll-button(*) {
  border: 0;
  font-size: 2rem;
  background: none;
  color: rgb(51 0 0 / 0.7);
  cursor: pointer;
}

#os .slider ul::scroll-button(*):hover,
#os .slider ul::scroll-button(*):focus {
  color: rgb(51 0 0 / 1);
}

#os .slider ul::scroll-button(*):active {
  translate: 1px 1px;
}

#os .slider ul::scroll-button(*):disabled {
  color: rgb(51 0 0 / 0.2);
  cursor: unset;
}

#os .slider ul::scroll-button(left) {
  content: "\025c0";
}

#os .slider ul::scroll-button(right) {
  content: "\025b6";
}

#os .slider ul {
  anchor-name: --myCarousel;
}

#os .slider ul::scroll-button(*) {
  position: absolute;
  position-anchor: --myCarousel;
}

#os .slider ul::scroll-button(left) {
  right: calc(anchor(left) - 40px);
  bottom: calc(anchor(bottom) - 18px);
}

#os .slider ul::scroll-button(right) {
  left: calc(anchor(right) - 40px);
  bottom: calc(anchor(bottom) - 18px);
}

#os .slider ul {
  scroll-marker-group: after;
}

#os .slider ul::scroll-marker-group {
  position: absolute;
  position-anchor: --myCarousel;
  top: calc(anchor(bottom) - 30px);
  justify-self: anchor-center;
  display: flex;
  justify-content: center;
  gap: 20px;
}
#os .slider ul::column::scroll-marker {
  content: "";
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 2px solid #330000;
  border-radius: 10px;
  margin-top:15px;
}

#os .slider ul::column::scroll-marker:target-current {
  background-color: #330000;
  }*/}
#os .item{
  padding:20px 0;
}
@media screen and (min-width: 600px){
#os .hov {
  cursor: pointer;
  max-width: 500px;
  width: 100%;
}
#os .hov img {
  height: auto;
  transition: transform .6s ease;/* ゆっくり変化させる */
  width: 100%;
}
#os .hov:hover img {
  transform: scale(1.1);/* 拡大 */
}
}
#journal hr{
  margin:35px 0 30px 0;
  height: 6px;
  background-color:#330000;
  color:#330000;
  border: none;
  position: relative;
  z-index: -10;
}


/* ポラロイド写真 */
#journal{
  margin:20px auto 10px auto;
}
#journal .clip2{
  width:15px;
  height:auto;
  z-index: 10;
  display: block; 
  margin: -60px auto auto auto;
  position: relative;
}
@media screen and (max-width: 599px) {
  #journal .clip2{
    display:none;
  }
}
#journal .polaroid-wrapper {
  display: flex; /* 画像を横並びにする */
  justify-content: space-between;
  margin-bottom:20px;
  }
#journal .polaroid {
  background-color: #fff; /* フレームの色 */
  border: 3px solid #330000; /* ボーダー */
  padding: 17px 17px 40px 17px; /* フレームの内側の余白 */
  margin: -15px 4px 10px 4px;
  display: inline-block;
  position: relative; /* マスキングテープ用 */
  z-index: -10;
  text-align:center;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
#journal .polaroid {
  border: 2.5px solid #330000;
  width:38vw;
  margin-bottom: 50px;
   padding: 10px 8px 40px 8px;
  }
#journal .polaroid-wrapper {
  flex-wrap: wrap;
  margin-top:40px;
  justify-content: space-evenly;
  }}
#journal .waku{
  display: block;
  margin: 0 auto; /* 画像を中央寄せ */
  border: 3px solid #330000;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  #journal .waku{
  border: 2.5px solid #330000;
  }}
#journal .r_title1 .day {
      display:none;
}

#journal .r_title1 {
  color: #330000; /* 文字色 */
  font-size: 1vw; /* 文字サイズ */
  font-weight: bold;
  height:5vw;
  padding-top: 1vw; /* 文字上の余白 */
  margin:auto;
  text-align: center; /* 文字を中央寄せ */
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #journal .r_title1 {
    font-size: 1.5vw;
    height:7vw;
    padding-top: 1.5vw;
  }
}
  
#journal .r_title2 p.j-title {
      display:none;
}
#journal .r_title2{  
  color: #756F61;
  font-size: 0.85vw;
  font-weight: 100;
  position: absolute;
  bottom: 15px;
  right:15px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #journal .r_title2 {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 599px) {
  #journal .r_title1 {
    font-size: 2.5vw;
    height:9vw;
    padding-top: 3vw;
  }
  #journal .r_title2 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 599px) {
  #journal .muku{
    pointer-events: none;
    width:initial;
  }}
#journal .muku:hover{
 transform: translateY(-10px);
}

/* マスキングテープ */
#journal .masking-tape {
  position: absolute;
  top: -20px; /* マステの上からの位置 */
  left: 30%; /* マステの左からの位置 */
  width: 100px; /* マステの幅 */
  height: 30px; /* マステの高さ */
  border-left: 2px dotted rgba(0,0,0,.1); /* マステの左のギザギザ */
  border-right: 2px dotted rgba(0,0,0,.1); /* マステの右のギザギザ */
  box-shadow: 0 0 5px rgba(0,0,0,.2); /* マステに影をつける */
  transform: rotate(-4deg); /* マステを回転させる */
  padding: 5px 15px; /* マステの内側の余白 */
  background-color: #FAFF07; /* マステの色 */
  color: #333; /* 文字色 */
  font-size: 20px; /* 文字サイズ */
  line-height: 1.4; /* 文字の行間 */
  text-align: center; /* 文字を中央寄せ */
}

#shun .button,.shutoha{
  margin:auto 0;
}
#journal .button{
  text-align: center;
}
#new .button{
  text-align: center;
}

#new .buttonRound,#shun .buttonRound,#journal .buttonRound{  
  padding:7px 70px;
  border-radius: 10px;
  background: #330000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1vw;
  text-decoration: none;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #new .buttonRound,#shun .buttonRound,#journal .buttonRound{  
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 599px) {
  #journal .button{
    margin:-20px 0 50px 0;
  }
  #new .buttonRound,#shun .buttonRound,#journal .buttonRound{  
    font-size: 2.5vw;
  }
}
.hito3{
  width:180px;
  height:auto;
  margin:-140px 0 0 -130px; 
  float:left; 
  position: relative; 
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .hito3{
    display:none;
  }
}
#journal .animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 0s;
}

#journal .keyframe3{
  animation-name: anim_s;
  transform: rotate(4deg);
  animation-duration: 1s;
}

@keyframes anim_s {
  50% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@media (any-hover: hover) {
  #new .buttonRound,#journal .buttonRound,#shun .buttonRound{
    transition: background-color .5s;
  }

  #new .buttonRound:hover ,#journal .buttonRound:hover,#shun .buttonRound:hover{
    background-color: #54802f;
  }
}
@media screen and (max-width: 599px) {
  #shun{
    margin-bottom:30px;
  }
}
@media screen and (min-width: 600px) {
#shun .container{
  display: grid;
  grid-template-columns:1fr 2fr;
}
#shun .box{
  display: grid;
  grid-template-rows: 1fr 2fr 1fr;
  }}

#shun p{
  font-weight: bold;
  font-size: 1.2vw;
  color:#330000;
  line-height:1.7;
}
@media screen and (min-width: 600px) {
  #shun p{
    -webkit-text-stroke: 3px #fff9f2;
  text-stroke: 3px #fff9f2;
  paint-order: stroke;
}
  #shun h2{
     -webkit-text-stroke: 5px #fff9f2;
  text-stroke: 5px #fff9f2;
  paint-order: stroke;
  }
}
@media screen and (max-width: 1024px) {
  #shun p{
    font-size: 1.5vw;
  }}
@media screen and (max-width: 599px) {
  #shun p{
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px){
#shun{
  width:90%;
  margin:auto;
}
}
#shun .chu{
  margin:auto 0;
  box-sizing: border-box;
}
#shun h2{
  font-weight: bold;
  font-size: 3.1vw;
  color:#330000;
}
#shun span{
  font-weight: bold;
  font-size: 2vw;
  color:#330000;
}
@media screen and (max-width: 599px) {
  #shun h2{
    font-size: 3.5vw;
    margin-bottom:10px;
  }
  #shun span{
    font-size: 3vw;
  }
}
@media screen and (max-width: 599px) {
  #shun{
    background-color:#fff9f2;
    padding:25px;
    border-radius: 10px;
  }
}
#info .content{
  position:relative;
  z-index: 2;
  pointer-events: none;
}
#info .p-text{
  color:#fff9f2;
  font-size: 50px; 
  font-weight: bold;
  position: absolute;
  inset: 0;
  text-align: center;
  z-index: -1;
  -webkit-text-stroke: 10px #fff9f2;
  letter-spacing: -4px;
  pointer-events: none;
}

#info h2{
  font-size: 50px; 
  font-weight: bold; 
  text-align: center;
  margin-bottom: 10px;
  color:#330000;
  letter-spacing: -4px;
  pointer-events: none;
}
#info .news_date {
  float: left;
  margin-right: 10px;
  font-size:17px;
  color:#330000;
  line-height:3;
  pointer-events: auto;
}
#info .news_message {
  font-size:17px;
  float: left;
  color:#330000;
  line-height:3;
  pointer-events: auto;
}
#info .more-btn{
  text-align: right;
  padding: 1rem 0 0.3rem;
  position: relative;
  z-index: 10000;
  pointer-events: auto;
}
#info .box{
  width:100%;
  padding:80px 20px 20px 20px;
  border: 4px solid #330000;
  border-radius: 30px;
  background-color:#fff9f2;
  margin-top:-60px;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #info .news_date {
  font-size:1em;
}
#info .news_message {
  font-size:1em;
  }}
@media screen and (max-width: 599px) {
  #info .news_date ,#info .news_message {
    line-height:1.5;
  }
  #info .title{
    font-size:0;
  }
  #info .p-text{
    font-size: 3em; 
  }
  #info h2{
  font-size: 3em; 
  font-weight: bold; 
  text-align: center;
  margin-bottom: 25px;
  color:#330000;
  letter-spacing: -4px;
  pointer-events: none;
  }
#info .more-btn{
  font-size:1em;
  }
#info .box{
  width:100%;
  padding:40px 7px 7px 10px;
  border: 3px solid #330000;
  border-radius: 20px;
  margin:-20px auto auto;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  box-sizing: border-box;
}
}

/******************************/
/* gallery */
/******************************/
#gallery {
  display: flex;
  letter-spacing: 0em;
}
#gallery .c-item-list__item:not(:last-child) {
    margin-right: 20px;
}
#gallery .c-item-list__item {
    margin-bottom: 0;
}
#gallery .c-item-list__img {
    margin-bottom: 0;
}
#gallery .c-item-list__price {
  display: none;
}
@media screen and (max-width: 750px) {
 #gallery {
  flex-direction: column;
}
#gallery .c-item-list__item:not(:last-child) {
    margin-right: 0;
}
#gallery .c-item-list__item {
    margin-bottom: 10px;
}
}

