/*************************/
/*  サイドナビ無しレイアウト */
/*  PC・SP共通部分　　     */
/*************************/

/*:: 基本レイアウト関連 :::::::::::::::::::::::*/

/* メインセクションの横幅を100%固定にする */
.fs-body-category .fs-l-pageMain,.fs-body-category .categoryLp {
    max-width: 100%;
   }
   
   .top-margin{
    margin-bottom:40px;
   }
   
   /* ハンバーガー関連のみ適用 */
   /*************************/
   /*  ハンバーガーメニューなし  */
   /*************************/
   @media screen and (min-width: 1200px) {
   
   .fs-l-sideArea {
   display: none;
   }
   
   }

 
 /*************************/
 /*   全体     */
 /*************************/

 .fs-c-productList__message.fs-c-noResultMessage {
    display: none;
}

.sale-contents {
    background-color: #fff;
}

.sale-contents a {
    color: #960;
    text-decoration: none;
}

.marker-sale {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(60%, #f5e598));
    background: linear-gradient(transparent 70%, #f5e598 60%);
    color: #2d2d2d;
    font-weight: bold;
    padding: 0 6px;
}

/* リンクボタン */
.other_btn{
	padding:0 60px;
}

.other_btn > a {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	max-width: 800px;
	margin: auto;
	padding: 1.6rem 2rem;
	font-weight: bold;
	font-size:2rem;
	border: 2px solid #333333;
	background: #333333;
	color: #fff;
	transition: 0.5s;
}
.other_btn > a:hover {
	color: #333333;
	background: #fff;
}

span.price-b {
    /* color: #B5272D; */
    color: #000;
    font-weight: bold;
}

span.price-en {
    /* color: #B5272D; */
    color: #000;
    font-weight: bold;
}

/* TOPへ戻る */
#page_top {
    width: 100px;
    height: 60px;
    position: fixed;
    right: 0px;
    bottom: calc(10% + 90px);
    background: #9b0101;
    opacity: 0.8;
    z-index: 100;
    display: none;
}

#page_top a {
    position: relative;
    display: block;
    width: 100px;
    height: 60px;
    text-decoration: none;
}

#page_top a:before {
    position: absolute;
    height: 25px;
    top: -25px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20512%22%20fill%3D%22%23ffffff%22%3E%3Cpath%20d%3D%22M177%20255.7l136%20136c9.4%209.4%209.4%2024.6%200%2033.9l-22.6%2022.6c-9.4%209.4-24.6%209.4-33.9%200L160%20351.9l-96.4%2096.4c-9.4%209.4-24.6%209.4-33.9%200L7%20425.7c-9.4-9.4-9.4-24.6%200-33.9l136-136c9.4-9.5%2024.6-9.5%2034-.1zm-34-192L7%20199.7c-9.4%209.4-9.4%2024.6%200%2033.9l22.6%2022.6c9.4%209.4%2024.6%209.4%2033.9%200l96.4-96.4%2096.4%2096.4c9.4%209.4%2024.6%209.4%2033.9%200l22.6-22.6c9.4-9.4%209.4-24.6%200-33.9l-136-136c-9.2-9.4-24.4-9.4-33.8%200z%22%2F%3E%3C%2Fsvg%3E);
    content: "";
    width: 16px;
}

#page_top a:after {
    content: 'PAGE TOP';
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 30px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

 /*　for PC　*/
 @media screen and (min-width:768px) {

    .sale-contents p {
        line-height: 1.6em;
    }

    .hidden-pc {
        display: none;
    }

    .img-bn {
        width: 100%;
    }

    .img-bn-sp {
        display: none;
    }

    .sale-contents picture img {
        margin-bottom: 40px;
    }
 }
/*　for Smartphone　*/
@media screen and (max-width:767px) {

    .other_btn > a {
        font-size: 1.6rem;
        font-weight: 500;
    }
    .sale-contents{
        padding: 0;
    }
    .sale-contents p {
        line-height: 1.5;
    }

    .hidden-sp {
        display: none;
    }

    .img-bn {
        display: none;
    }

    .img-bn-sp {
        width: 100%;
    }

    .sale-contents picture img {
        margin-bottom: 20px;
    }

}
/*************************/
/*          目次          */
/*************************/
.sale-outline {
    background-color: #ebebeb;
    margin: 0 auto;
}

h2.sale-outline-h2 {
    font-weight: normal;
    color: #000;
    border-bottom: 1px solid #000;
    margin: 0 0 25px 0;
    padding: 5px;
}

.sale-outline ul {
    list-style: disc;
    color: #000;
    line-height: 1.6;
    margin: 0px;
}

/* for PC */

@media screen and (min-width:768px) {
    .sale-outline {
        width: 600px;
        padding: 35px;
    }

    .sale-outline a {
        text-decoration: none;
    }
}

/* for SP */
@media screen and (max-width:767px) {
    .sale-outline {
        padding: 15px 20px;
        margin: 3rem 0;
    }

    .sale-outline ul {
        padding-left: 30px;
    }
    h2.sale-outline-h2 {
        font-size: 2rem;
    }
}


/* 関連リンクボタン */
/* おすすめ一覧 */
/* .sale-contents .recommend-link {
    margin-top: 60px;
}

.sale-contents a.winery-link {
    color: #663300;
} */

/*************************/
/*   おすすめワイン一覧基本 */
/*************************/

ul.sale-4-list,ul.sale-2-list {
    list-style: none;
    padding: 0;
    margin-top: 60px;
    background-color: #fff;
}

ul.sale-4-list li:before,ul.sale-2-list li:before {
    content: attr(data-catch);
    display: block;
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 15px;
    color: #ab6363;
    -webkit-transform: skewX(150deg);
    transform: skewX(150deg);
    border-right: 2px dotted #ab6363;
    border-left: 2px dotted #ab6363;
    margin: 0 40px 10px;
}

ul.sale-4-list li,ul.sale-2-list li  {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul.sale-4-list li img ,ul.sale-2-list li img {
    padding: 20px;
}

ul.sale-4-list li p,ul.sale-2-list li p {
    text-align: center;
}

ul.sale-4-list li p:first-of-type a,ul.sale-2-list li p:first-of-type a {
    font-weight: 900;
    color: #000;
}

.sale-4-list .wine-btn,.sale-2-list .wine-btn {
    border: #bb2121 1px solid;
    background: #fff;
    color: #bb2121;
    border-radius: 20px;
    padding: 3px 0 9px;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-align: center;
    font-weight: bold;
}

span.tag-country {
    background-color: #d44b4b;
    font-size: 12px;
    padding: 2px 4px;
    color: #fff;
    white-space: nowrap;
}

span.tag-point {
    background-color: #2d2d2d;
    font-size: 12px;
    padding: 2px 4px;
    color: #fff;
    white-space: nowrap;
}

ul.sale-4-list li > a,ul.sale-2-list li > a{
    position: relative;
}

ul.sale-4-list li a.red:before,ul.sale-4-list li a.white:before,ul.sale-4-list li a.sparkling:before,ul.sale-4-list li a.orange:before {
    content: attr(data-color);
    display: block;
    text-align: center;
    position: absolute;
    top: calc(100% - 60px);
    color: #fff;
    font-weight: bold;
    padding: 14px;
    line-height: 1;
    font-size: 26px;
    border-radius: 30px;
    opacity: 90%;
}
ul.sale-4-list li a.rose:before {
    content: attr(data-color);
    display: block;
    text-align: center;
    position: absolute;
    top: calc(100% - 60px);
    color: #fff;
    font-weight: bold;
    padding: 13px;
    line-height: 2;
    font-size: 16px;
    border-radius: 30px;
    opacity: 90%;
}
ul.sale-4-list li a.red:before {
    background-color: #c32c2c;
}

ul.sale-4-list li a.white:before {
    background-color: #8fc32c;
}
ul.sale-4-list li a.sparkling:before {
    background-color: #2c7cc3;
}
ul.sale-4-list li a.rose:before {
    background-color: #e18989;
}
ul.sale-4-list li a.orange:before {
    background-color: #e09d45;
}



/*************************/
/*   おすすめ特集 */
/*************************/


.sale-contents .Banner3Area,.sale-contents .Banner4Area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
}

.sale-contents .Banner3Area li img,.sale-contents .Banner4Area li img {
    border: 1px solid #ccc;
    width: 100%;
    height: auto;
}



/*　for PC　*/
@media screen and (min-width:768px) {



    .sale-4-list .wine-btn:hover,.sale-2-list .wine-btn:hover{
        text-decoration: none;
        background: #f1d5c7;
    }

    /* おすすめ一覧   */
    h2.sale-h2-rmdwine {
        font-size: 32px;
        font-weight: bold;
        color: #3c3c3c;
        text-align: center;
        line-height: 1.4;
        margin: 90px 0 60px;
        border-top: 2px solid #999;
        border-bottom: 2px solid #999;
        padding: 10px 0;
    }

    ul.sale-4-list {
        display: grid;
        grid-template-columns: auto auto auto auto;
    }
    ul.sale-2-list {
        display: grid;
        grid-template-columns: auto auto;
    }

    ul.sale-4-list li {
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 6;
        padding: 0 10px 60px;
    }
    ul.sale-2-list li {
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 6;
        padding: 30px 40px 20px;
    }


    ul.sale-4-list li a.red:before,ul.sale-4-list li a.white:before,ul.sale-4-list li a.sparkling:before,ul.sale-4-list li a.rose:before,ul.sale-4-list li a.orange:before {
        right: 64px;
    }

    ul.sale-4-list li p,ul.sale-2-list li p {
        font-size: 1.7rem;
    }

    ul.sale-4-list li p:first-of-type a,ul.sale-2-list li p:first-of-type a {
        font-size: 20px;
    }

    ul.sale-4-list span.price-b,ul.sale-2-list span.price-b {
        font-size: 30px;
    }

    /* おすすめ特集 */
    .sale-contents .Banner3Area li {
        width: 33%;
        padding: 8px;
    }
    .sale-contents .Banner4Area li {
        width: 25%;
        padding: 8px;
    }

}

/*　for Smartphone　*/
@media screen and (max-width:767px) {


    .sale-4-list .wine-btn,.sale-2-list .wine-btn {
        text-decoration: none;
        background: #f1d5c7;
        margin: 0;
        font-weight: 300;
        height: auto;
    }

    /* おすすめ一覧   */
    h2.sale-h2-rmdwine {
        font-size: 21px;
        font-weight: bold;
        color: #3c3c3c;
        text-align: center;
        line-height: 1.4;
        margin: 60px 0 30px;
        border-top: 2px solid #999;
        border-bottom: 2px solid #999;
        padding: 10px 0;
    }

    ul.sale-4-list,ul.sale-2-list {
        display: grid;
        grid-template-columns: auto auto;
    }

    ul.sale-4-list li, ul.sale-2-list li {
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 6;
        padding: 0 6px 60px;
    }

    ul.sale-4-list li:before,ul.sale-2-list li:before  {
        margin: 0;
        font-size:1.3rem;
    }

    ul.sale-4-list li a.red:before,ul.sale-4-list li a.white:before,ul.sale-4-list li a.sparkling:before,ul.sale-4-list li a.rose:before,ul.sale-4-list li a.orange:before {
        right: 0px;
    }

    ul.sale-4-list li p,ul.sale-2-list li p {
        font-size: 1.3rem;
    }

    ul.sale-4-list li p:first-of-type a,ul.sale-2-list li p:first-of-type a {
        font-size: 1.4rem;
        line-height: 1.5;
        display: block;
    }

    ul.sale-4-list li img,ul.sale-2-list li img {
        padding: 0px;
    }

    ul.sale-4-list li p,ul.sale-2-list li p {
        margin: 10px 0;
        list-style: 1.5;
    }

    .sale-4-list .price,.sale-2-list .price {
        margin: 0;
    }
    .sale-2-list .price-l {
        display:block;     
    }
    
    ul.sale-4-list span.price-b, ul.sale-2-list span.price-b {
        font-size: 2rem;
        font-weight:300;
    }
    
    span.tag-point {
        display: inline-block;
        margin-bottom: 4px;
    }

    /* おすすめ特集 */
    .sale-contents .Banner3Area li, .sale-contents .Banner4Area li  {
        width: 50%;
        padding: 4px;
    }
}


/****************************************/
/*    二重価格用ふわふわアニメーション    */
/****************************************/

.baloon {
    width: 70%; /* 幅 */
    margin: 4px auto 10px; /* 上 左右 下のマージン */
    line-height: 2;
    /* padding: 2px; */ /* ふきだし内の余白 */
    font-size: 80%;
    background: #1d73ab; /* 背景色 */
    text-align: center; /* テキストの揃え */
    color: #fff;
    border-radius: 16px;
    position: relative;
}

.baloon:after {
    content: '';
    border: 8px solid transparent;
    border-top-color: #1d73ab;
    position: absolute;
    bottom: -16px;
    right: 20%;
    margin-left: -8px;
}

.jump {
/*   animation: 0.8s jump infinite alternate linear;*/
animation-name:jump;
animation-delay:0s;
animation-duration: 2s;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite; 
}
.jump2 {
/*   animation: 0.8s jump infinite alternate linear;*/
animation-name:jump;
animation-delay:1s;
animation-duration: 2s;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite; 
}
@keyframes jump {
0% {
transform: translateY(0);
}
50% {
transform: translateY(3px);
}
100% {
transform: translateY(0);
}
}

/*　for Smartphone　*/
@media screen and (max-width:767px) {
    .baloon {
        font-weight: bold;
        margin-bottom: -10px;
    }
}



/*************************/
/*   セクションごと     */
/*************************/

/*:: ポイントアップsection :::::::::::::::::::::::*/
section.wrap-ptup img {
    max-width: 800px;
    margin: 0 auto 60px;
    display: block;
  }
  
  span.entry_btn > a {
      background-color: #3c3c3c;
      display: inline-block;
      color:#fff;
      padding:1px 12px;
      font-size:90%;
      border:1px solid #3c3c3c;
  }
  /*　for PC　*/
  @media screen and (min-width:768px) {
    span.entry_btn > a:hover{
      background-color: #fff;
      color:#3c3c3c;
    }
  }
  
  
  /*:: ワインセットsection :::::::::::::::::::::::*/
  section.wrap-wineset ul {
    max-width: 900px;
    margin: 0 auto;
  }
  section.wrap-wineset ul.sale-2-list li:before{
    display: none;
  }
  
  /*　for Smartphone　*/
  @media screen and (max-width:767px) {
  
  section.wrap-wineset  ul.sale-2-list {
    grid-template-columns: auto;
  }
  section.wrap-wineset ul.sale-2-list li{
    /* grid-row: span 7; */
  }
  
  section.wrap-wineset ul.sale-2-list li img{
  padding: 0 60px;
  }
  section.wrap-wineset  .sale-2-list .price{
    margin:20px 0 0;
  }
  
  section.wrap-wineset .sale-2-list .price-l {
    display:inline-block;   
  }
  
  }
  
  /*:: スタッフおすすめsection :::::::::::::::::::::::*/
  
  @media screen and (min-width: 768px) {
    section.wrap-staff ul.sale-4-list {
          display: grid;
          grid-template-columns: auto auto auto;
          max-width: calc(100% - 25%);
          margin: 0 auto;
      }
  }
  .staff-icon {
      position: absolute;
      left: 0;
      top: 0;
      max-width: 20vw;
  }
  
  
  /*:: ディスカウントsection :::::::::::::::::::::::*/
  section.wrap-discount ul.sale-4-list li:before{
  display: none;
  }
  
  section.wrap-discount ul.sale-4-list li {
        grid-row: span 5;
  }
  
  /*************************/
  /*   ワインリストのスタイル     */
  /*************************/
  
  
  /*:: 割引率表示 :::::::::::::::::::::::*/
  
  .fs-c-productListItem__discountRate {
      position: absolute;
      background: #c93037;
      color: #fff;
      text-align: center;
      line-height: 1.1;
  }
  
  .fs-c-productListItem__discountRate span {
      display: block;
      font-weight: bold;
  }
  /*　for PC　*/
  @media screen and (min-width:768px) {
    .fs-c-productListItem__discountRate {
        right: clamp(18.2px, 23vw, 26px);
        font-size: clamp(1.26rem, 16.5vw, 1.8rem);
        padding: clamp(0.42rem, 0.55vw, 0.6rem) clamp(0.84rem, 1.1vw, 1.2rem);
    }
  
   .fs-c-productListItem__discountRate span {
        font-size: clamp(2.8rem, 3.6vw, 4rem);
    }
  }
  
  /*　for Smartphone　*/
  @media screen and (max-width:767px) {
  .fs-c-productListItem__discountRate {
      right: clamp(16px, 4.26vw, 26px);
      font-size: clamp(1.26rem, 3.36vw, 1.8rem);
      padding: clamp(0.42rem, 1.12vw, 0.6rem) clamp(0.84rem, 2.24vw, 1.2rem);
      top: 12px;
    }
  
   .fs-c-productListItem__discountRate span {
      font-size: clamp(2.8rem, 7.46vw, 4rem);
    }
  
  }
  