.ttlep{
    margin: 0 auto 1vw auto !important;
    font-weight: bold!important;
    font-size: 1rem!important;
    background: white;
    width: fit-content;
    padding: 1vw 5vw;
    border-radius: 4vw;
}

/* PC時（画面幅が768px以上のとき）の設定 */
@media screen and (min-width: 600px) {
  .new-item-card:nth-child(4) {
    display: none; /* 4つ目の要素を隠す */
  }
}

#journal .button{
    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;
    width: fit-content;
    margin: auto;
    margin-top: 1vw;
}
@media screen and (max-width: 1024px){
  #journal .button{
  font-size: 1.8vw;
  }
}
@media screen and (max-width: 599px){
  #journal .button{
  font-size: 2.5vw;
  }
}

.rar hr{
width:100%;
  margin:1vw 0!important;
}
.rar a{
display:block;
}
@media screen and (min-width: 600px){
.rar figure:hover {
  transform: translateY(-10px);}
}
.rar figure{
  transition: .4s;
    position: relative;
    background: #fff;
    width: 23%;
    padding: 1vw;
  padding-bottom:2vw;
}
@media screen and (max-width: 599px){
  .rar figure{
    width:49%;
    margin-bottom:2vw;
    padding:2vw;
    padding-bottom:4vw;
}
}
.rar .r_title1{
  color: #330000;
    font-size: 1vw;
    font-weight: bold;
    height: auto;
    padding-top: 1vw;
    margin: auto;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 1vw;
}
.rar .j-title{
  margin-bottom: 1vw;
}
.rar .r_title1 .day{
  position: absolute;
    bottom: 1vw;
    right: 1vw;
  font-size: 0.9vw;
    text-align: right;
  display:block!important;
}
@media screen and (max-width: 599px){
  .rar .r_title1 .day{
    font-size: 1.9vw;
  }
}

.c-item-list__price {
  color: #909090;
  margin: 15px;
    font-size: 0.9vw;
    text-align: right;
}
@media screen and (max-width: 1024px){
  .c-item-list__price {
  font-size: 1.7vw;
  }
}
@media screen and (max-width: 599px){
  .c-item-list__price {
  font-size: 2.7vw;
  }
}
.c-item-list__price.is-strikethrough {
  margin-top: 0;
  text-decoration: line-through;
}
.is-soldout{
  color:#ac0000!important;
  text-align:right;
}
/* 姉妹店紹介 */
.shopmiru{
  position:absolute;
  right:0.5vw;
  bottom:0.5vw;
  background:#fff;
  border-radius:5px;
      padding: 3px 7px;
    color: #333;
  font-size: 0.8vw;
    margin: 0;
}
.sisflex{
  display: flex;
    width: 100%;
  justify-content: flex-start;
    padding: 0 10px;
    gap: 1vw;
    margin: 2vw auto;
  flex-wrap:wrap;
}
.sisbox2{
 height: 8vw;
    width: 48%;
    overflow: hidden;
    position: relative;
  box-shadow: 2px 2px 10px gray;
}
.sisbox2 img{
  object-fit: cover;
  width:100%;
  height:100%;
}
.sisbox3{
      background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 90%;
    border-radius: 10px 0 0 10px;
  transition: 2s ease-in-out;
}
.sisbox2:hover .sisbox3{
  left:0%;
  transition: 1s ease-in-out;
 background-color: rgba(0, 0, 0, 0.6);
  color:#fff;
  border-radius:0;
}
.sisbox4 {
display: grid;
grid-template-columns: 1fr 8.5fr;
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
  height:100%;
  box-sizing: border-box;
}

.sisbox4 .div1 { 
  grid-area: 1 / 1 / 2 / 2; 
margin:auto;
}
.sisbox4 .div2 { grid-area: 1 / 2 / 2 / 3;
padding: 0.5vw 0.5vw 0 0;
}
@media screen and (max-width: 767px){
  .sisbox4 .div2 { 
    padding: 1vw 1vw 0 0;
  }
}
.sisp1{
  font-size: 1.1vw;
  border-bottom: solid 1px;
  margin-bottom:0.5vw;
  padding-bottom: 0.5vw;
  font-weight: bold;
}
.sisp2{
      font-size: 0.8vw;
  margin:0;
}
 .tate {
        writing-mode: vertical-rl;
    text-orientation: upright;
    margin: 0;
    font-size: 1.3vw;
       font-weight: bold;
    }
@media screen and (max-width: 1110px){
  .sisflex{
    width: 100%;
  }
}
@media screen and (max-width: 767px){
  .sisflex{
    gap:2vw;
  }
  .sisbox2{
  width:100%;
    height:19vw;
  }
  .tate{
  font-size:2.5vw;
  }
  .sisp1{
    font-size:2.5vw;
  }
  .sisp2,.shopmiru{
    font-size:2.3vw;
  }
  .shopmiru{
  bottom: 0.5vw;
}
}


/* 姉妹店紹介 */

#side_back{
  padding-top:110vh;
}
/* *********************** */
/* *** Menu カルーセル *** */
/* *********************** */
      #menu { 
            overflow: hidden;
        width:720px;
      }

@media screen and (max-width: 1024px){#menu {
        width:580px;
  }}
@media screen and (max-width: 599px){ #menu{
  margin-top:1vw;
 width:90vw;
  }}
      #menu .swiper-main {
        overflow: visible;
        border: 3px solid #330000;
        border-radius: 10px;
        background-color:#330000;
        box-sizing: border-box;
      }
#menu .img_Wrapper {
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 600px) {
.img_Wrapper img:hover{transform: scale(1.1);
}
}
      #menu .swiper-thumb {
        padding-top: 8px;
        
      }
      #menu .menu-container {
        width: 720px;
    position: relative;
      }
@media screen and (max-width: 1024px) {
  #menu .menu-container{
  width:580px;
  }}
@media screen and (max-width: 599px) {#menu .menu-container{
  width:90vw;
  }}
      #menu .swiper-main-area {
        display: flex;
        padding-bottom: 4%;
        
      }

      /* レイアウトのためのスタイル */
      #menu .swiper {
        width: 100%;
        padding: 0;
        box-sizing: border-box;
        
      }
      #menu .swiper-slide img {
        height: auto;
    width: 100%;
    object-fit: cover;
        transition: transform .6s ease;
       
      }

      /* スライド内のコンテンツを横並びに配置 */
      #menu .slide-content {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 4%;
        
      }
     

      /* アニメーション */
      @keyframes fadeInMenu {
        from {
          opacity: 0;
        }
        to {
          opacity: 1;
        }
      }
      #menu .slide-content img {
        width: 100%;
        object-fit: cover;
        border-radius: 7px;
        box-sizing: border-box;
      }
      /* #menu .slider-thumbnail {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
      } */
      #menu .slider-thumbnail img {
        width: 100%;
        cursor: pointer;
        border: 2px solid #330000;
        border-radius: 10px;
      }
      
      /* --------------------------
      SP
      --------------------------*/
      @media screen and (max-width: 1024px) {
              /* レイアウトのためのスタイル */
       #menu .swiper-main-area {
        padding-bottom: 6%;
      }
       #menu .swiper-slide img {
        width: 100%;
      }
      #menu .slide-content {
        flex-direction: column;
        gap: 20px;
      }
      #menu .slide-content-box {
        width: 100%;
        gap: 6%;
      }
      #menu .slide-content-box .slide-detail {
        min-height: 7em;
        font-size: 16px;
        padding-bottom: 8px; 
      }
    }
      @media screen and (max-width: 599px) {
        #menu .swiper {
        width:100%;
        padding: 0;
      }
      #menu .menu-container {
        padding: 0;
      }
      #menu .swiper-main-area {
        padding-bottom: 4%;
      }
      #menu .slide-content img {
        width:100%;
        object-fit: cover;
      }
      #menu .swiper-button {
        display: none;
      }
      }
      [class*=swiper]:focus {
        outline: none;
      }
  #menu .slide-media,
  #menu .thumb-media {
    position: relative;
    overflow: hidden;
  }
  #menu .slide-media img,
  #menu .thumb-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #menu .swiper-fade .swiper-slide {
    -webkit-transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, transform !important;
    transition-property: opacity, transform, -webkit-transform !important;
    pointer-events: none;
  }
  #menu .swiper-fade .swiper-slide-active {
    pointer-events: auto;
  }
  #menu .swiper-controller {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 62.5%;
  }
  
  #menu .slide {
    display: block;
    overflow: hidden;
  }
  #menu .slide-media {
    padding-top: 62.5%;
  }
  #menu .slide-media img {
    -o-object-fit: contain;
       object-fit: contain;
  }

  #menu .thumb-media {
    padding-top: 100%;
  }
  #menu .thumb-media img {
    height: calc(100% + 8px);
  }
  #menu .swiper-slide-thumb-active {
    opacity: 0.3;
  }

#info1 .news_date {
  text-align:center;
  font-size:0.9vw;
  color:#fff9f2;
  white-space: nowrap;
  background-color:#330000;
  width:70%;
  margin:auto;
  padding:8px 5px;
  box-sizing: border-box;
  border-radius: 10px; 
  border:2px solid #fff;
}
@media screen and (max-width: 1024px) {
  #info1 .news_date {
    font-size:1em;
    white-space: wrap;
    width:90%;
  }}
@media screen and (max-width: 599px) {
  #info1 .news_date {
    font-size:0.8em;
    white-space: wrap;
    width:90%;
  }}
#info1 span{
  font-size:1em;
  font-weight:bold;
}
.concept{
  width:200px;
  height:400px;
  background-color:#330000;
  outline:5px solid #fff;
  border-radius: 40px 0 0 40px; 
  margin:70px -18px 0 0;
  color:#fff;
  writing-mode: vertical-rl;
  font-weight:bold;
  font-size:30px;
    text-align:center;
   text-orientation: upright;
  padding:0 30px 0 0;
  line-height:1.5;
   box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .concept{
    display:none;
  }}
.slideset{
  width:100%;
}
.slideset ul{
  display: flex;
  justify-content: center;
}
.slideset li{
  list-style: none;
  
}


.hr1{
  margin:5px 0;
  border-top: 2px dotted #330000;
  opacity:0.4;
}
#new .item{
  width:100%;
}
@media screen and (min-width: 1025px) {
#center{
  margin-left:-20vw;
  box-sizing: border-box;
  padding:0;
  }}

#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%;
    padding:1rem;}
}
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,#new figure{
  width: 49%;
  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;}
@media screen and (min-width: 600px) {
#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;
  width: fit-content;
    margin: 10px auto;
    padding: 15px 0;
  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: fit-content;
    margin: 10px auto;
    padding: 15px 0;
}
@media screen and (max-width: 599px) {
  #os h2{
    margin-top:50px;
  }
  #pickup li,#new li{
  padding: 8px 0;
  }
}
#pickup  p,#pickup  h3{
  font-size: 1.2vw;
  font-weight: bold; 
  text-align: left;
  margin: 1.5vw;
  color:#330000;
}
@media screen and (max-width: 1024px) {
  #pickup  p,#pickup  h3{
  font-size: 2vw;
}
}
@media screen and (max-width: 599px) {
  #pickup  p,#pickup  h3{
  font-size: 3vw;
}
}
#pickup p:nth-of-type(1){
  font-size: 0.9vw;
  font-weight: bold;
  text-align: right;
  margin:0 1vw 1vw 0;
}
@media screen and (max-width: 1024px) {
  #pickup p:nth-of-type(1){
   font-size:1.7vw;
  }}
@media screen and (max-width: 599px) {
  #pickup p:nth-of-type(1){
   font-size:2.7vw;
  }}
#pickup .itemicon,#new .itemicon{
  position: relative;
}
#pickup .farm{
  font-size: 0.7vw;
  font-weight: bold;
  color:#979797;
  margin: 1.5vw 0 1.5vw 1.5vw;
}
@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 .melon:after,#new .melon:after{
  content: "愛知県田原市 | 渥美半島メロンマルシェ";
}
#pickup .yoyaku:after,#new .yoyaku:after,#pickup .newship:after,#new .newship:after,.idou:before{
  position: absolute;
  padding:7px 10px 7px 10px;
  margin-top:10px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.3vw;
  box-sizing: border-box;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2);
   
}
#pickup .yoyaku:after,#new .yoyaku:after,#pickup .newship:after,#new .newship:after{
top: 0;
   right: 10px;
}
.idou:before{
    bottom: 0;
    left: 50%;
    width: 95%;
    font-size: 0.8rem;
    content: "公式SHOPへ移動(別サイト)";
    background: #007bff;
    z-index: 100;
    transform: translate(-50%, -50%);
}
#pickup .yoyaku:after,#new .yoyaku:after{
  content: "予約注文";
  background: #b88d55;
}
#pickup .newship:after,#new .newship:after{
  content: "只今出荷中";
  background: #9b2323;
}
@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;
  }
  .idou:before{
    font-size: 0.6rem;
  }
}
#new .button{
  margin-bottom:20px;
}
#new .g-title{
  padding:0;
}
#new .gtitle1{
   font-size: 1vw;
  font-weight: bold; 
  margin: 10px 15px 10px 15px; 
  color:#330000;
}
#new .gtitle1 img{
border-radius:0;
}
@media screen and (max-width: 1024px) {
  #new .gtitle1{
    font-size: 1.5vw;
  }
}
#new .gtitle1 .day{
  text-align:right;
  font-weight:initial;
  padding-top:0.5vw;
}
#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 .gtitle1 .day{
    font-size:2.5vw;
  }
}

#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:auto;
  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:auto;
    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:auto;
    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) {
  #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: 8vw; 
  }
  #info h2{
  font-size: 8vw; 
  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;
}
}

