﻿:root{
  --font-color--main : #443829;
  --bg-color--main : #F2E4D4;
}
.page-title{
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 42px;
  padding: 22px 0 20px;
  border-top: 6px solid #ebebeb;
  border-bottom: 6px solid #ebebeb;
}
.article-recommend{
  margin-top: 80px;
}
.block-common-lightningrecommend--header{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  padding: 11px 0;
  margin: 40px 0 20px;
  border: 0;
  background-color: #f2e4d4;
}
.article-recommend .block-thumbnail-t li{
  display: flex;
  gap: 20px;
}
.article-recommend .block-thumbnail-t .block-thumbnail-t--goods{
  width: calc(50% - 10px);
  max-width: unset;
  flex-basis: unset;
  margin: 0;
}
.article-recommend .block-thumbnail-t--goods-image figure{
  width: 100%;
  height: auto;
  border: none;
}
.article-recommend .block-thumbnail-t--goods-image figure img{
  width: 100%;
  height: auto;
}
@media screen and (max-width:768px){
  .page-title{
    font-size: 6.67vw;
    font-weight: bold;
    line-height: 1.4;
    padding: 3.73vw 4vw 3.47vw;
    margin: 0 -10px 8vw;
    border-top: 1.33vw solid #ebebeb;
    border-bottom: 1.33vw solid #ebebeb;
  }
}
/* 記事一覧 */
.article-search{
  padding: 26px 16px 50px;
  background: #FFF;
  border: 6px solid #EBEBEB;
  border-radius: 5px;
}
.article-search-title{
  padding-left: 17px;
  color: var(--font-color--main);
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.article-search-title:before{
  content: '';
  width: 6px;
  height: 1em;
  display: block;
  background-color: var(--font-color--main);
  border-radius: 5px;
  position: absolute;
  top: calc(50% - 0.5em);
  left: 0;
}
.article-search-textarea{
  margin-top: 13px;
  position: relative;
}
.article-search-textarea .block-global-search--submit{
  position: absolute;
  top: 2px;
  right: 1px;
  border: none;
  padding: 0;
  margin: 0;
  width: 50px;
  height: 34px;
  border-radius: 0 50px 50px 0;
}
input[name="article_data_keyword_filter"]{
  width: 100%;
  padding: 9px 20px 8px;
  border: 1px solid #938675;
  border-radius: 25px;
}
.article-search-item + .article-search-item{
  margin-top: 26px;
}
#loading{
  display: block;
  min-height: 180px;
}
#loading.spinner {
  position: relative;
  left: unset;
  z-index: 3;
}
.spin-loader {
  min-height: 60px;
  position: relative;
  width: 100px;
  margin: 20px auto;
}
.spin-loader > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 5px;
  height: 15px;
}
.spin-loader > div {
  border-radius: 2px;
  margin: 2px;
  background: gray;
}
.spin-loader > div:nth-child(1) {
  top: calc(50% + 20px);
  left: 50%;
  -webkit-animation: line-spin-fade-loader 1.2s -.84s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -.84s infinite ease-in-out;
}
.spin-loader > div:nth-child(2) {
  top: calc(50% + 13.64px);
  left: calc(50% + 13.64px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -.72s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -.72s infinite ease-in-out;
}
.spin-loader > div:nth-child(3) {
  top: 50%;
  left: calc(50% + 20px);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -.6s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -.6s infinite ease-in-out;
}
.spin-loader > div:nth-child(4) {
  top: calc(50% + -13.64px);
  left: calc(50% + 13.64px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -.48s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -.48s infinite ease-in-out;
}
.spin-loader > div:nth-child(5) {
  top: calc(50% + -20px);
  left: 50%;
  -webkit-animation: line-spin-fade-loader 1.2s -.36s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -.36s infinite ease-in-out;
}
.spin-loader > div:nth-child(6) {
  top: calc(50% + -13.64px);
  left: calc(50% + -13.64px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -.24s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -.24s infinite ease-in-out;
}
.spin-loader > div:nth-child(7) {
  top: 50%;
  left: calc(50% + -20px);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -.12s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -.12s infinite ease-in-out;
}
.spin-loader > div:nth-child(8) {
  top: calc(50% + 13.64px);
  left: calc(50% + -13.64px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
}
.feature-intro-text {
  font-size: 20px;
  line-height: 1.8;
}
@keyframes line-spin-fade-loader {
  50% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
.keyword-tag-lists{
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 7px;
}
.keyword-tag-item > input[type="checkbox"] + label{
  margin: 0;
  padding: 0.3em 1.4em 0.2em;
  color: var(--font-color--main);
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  background-color: #fff;
  border: 2px solid #9C8E7C;
  border-radius: 5px;
}
.keyword-tag-item > input{
  width: 0;
  height: 0;
  margin: 0;
  opacity: 0;
}
.keyword-tag-item > input:checked + label{
  color: #fff;
  background-color: #443829;
}
.keyword-tag-item > input + label:before,
.keyword-tag-item > input + label:after{
  content: none;
}
.article-content-lists{
  margin-top: 60px;
}
.block-goods-list--pager{
  padding: 7px 5px 6px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f3f3f3;
}
.block-goods-list--pager .pager-count{
  font-size: 16px;
  line-height: 2.06;
}
.block-goods-list--pager .pager-count span{
  font-size: 20px;
  line-height: 1.65;
}
.block-goods-list--pager-bottom{
  margin-top: 20px;
}
.article-lists{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.article-item{
  width: calc(50% - 10px);
}
.article-item img{
  width: 100%;
  height: auto;
}
.pagination .pager-total{
  display: flex;
  align-items: center;
}
.pagination center .navipage_now_,
.pagination center > a{
  width: 33px;
  height: 33px;
  display: inline-block;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
  text-decoration: underline;
  position: relative;
}
.pagination span.navipage_now_{
  font-weight: bold;
}
.pagination center{
  background: transparent;
  padding: 0;
  border: none;
}
.pagination center .navipage_reverse_{
  position: relative;
}
.pagination center .navipage_first_{
  width: auto;
  height: 33px;
  padding: 0 10px;
  display: inline-block;
  line-height: 33px;
  text-align: center;
  text-decoration: underline;
  position: relative;
}
.pagination center .navipage_prev_{
  width: auto;
  height: 33px;
  padding: 0 10px;
  display: inline-block;
  line-height: 33px;
  text-align: center;
  text-decoration: underline;
  position: relative;
}
.pagination center .navipage_next_{
  width: auto;
  height: 33px;
  padding: 0 10px;
  display: inline-block;
  line-height: 33px;
  text-align: center;
  text-decoration: underline;
  position: relative;
}
.pagination center .navipage_last_{
  width: auto;
  height: 33px;
  padding: 0 10px;
  display: inline-block;
  line-height: 33px;
  text-align: center;
  text-decoration: underline;
  position: relative;
}
.pagination center .navipage_first_:after,
.pagination center .navipage_prev_:after,
.pagination center .navipage_now_:after,
.pagination center > a:after,
.pagination center .navipage_next_:after,
.pagination center .navipage_last_:after{
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 1px;
  height: 15px;
  background-color: #e2e2e2;
}
.pagination center .navipage_first_ a,
.pagination center .navipage_prev_ a,
.pagination center .navipage_next_ a,
.pagination center .navipage_last_ a{
  position: relative;
}
.pagination center .navipage_first_ a::after,
.pagination center .navipage_prev_ a::after,
.pagination center .navipage_next_ a::after,
.pagination center .navipage_last_ a::after{
  content: 'へ';
}



/*modal*/
.search-button{
  width: 90px;
  height: 90px;
  padding: 10px 0 0 4px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 50%;
  background-color: var(--font-color--main);
  position: fixed;
  bottom: 30px;
  right: 10vw;
  z-index: 11;
}
.search-button span{
  margin-top: 8px;
}
.search-modal{
  visibility: hidden;
  opacity : 0;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .2s opacity ease;
}
.search-modal.is-open{
  visibility: visible;
  opacity : 1;
}
.search-modal-overray{
  width: 100%;
  height: 100%;
  background-color: rgba(68,56,41,0.8);
}
.search-modal-wrapper{
  width: 100%;
  max-width: 1200px;
  padding: 40px 42px 42px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.search-modal-content{
  position: relative;
}
.search-modal-content-close{
  width: 96px;
  height: 62px;
  padding: 12px;
  background-image: url(https://sakata-netshop.com/img/usr/sb/common/header_menu_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  top: -57px;
  right: 10px;
}
.search-modal-content-close span{
  font-size: 14px;
  position: absolute;
  bottom: 0;
}
.search-modal-content-close:before,
.search-modal-content-close:after{
  content: "";
  width: 27px;
  height: 3px;
  position: absolute;
  left: 30px;
  top: 25px;
  display: block;
  background: #443829;
  border-radius: 3px;
}
.search-modal-content-close:before{
  transform: rotate(45deg);
}
.search-modal-content-close:after{
  transform: rotate(-45deg);
}
.search-modal .article-search-title{
  margin-top: 0;
}
.article-category-lists{
  width: 100%;
}
.major-categories-item{
  margin-top: 36px;
}
.child-category{
  margin-left: 1em;
  display: flex;
  gap: 18px;
}
.search-modal-content input[type="checkbox"] + label{
  margin: 0;
}
.search-modal-content input[type="checkbox"] + label::before{
  width: 20px;
  height: 20px;
}
.search-modal-content input[type="checkbox"]:checked + label::after{
  top: 0px;
  left: 3px;
}
.search-modal-content .child-category-item{
  margin-top: 36px;
}
.search-modal-content input[type="checkbox"] + label[for="all"]{
  margin-top: 36px;
}
.search-modal-btn-wrap{
  margin-top: 60px;
  text-align: center;
}
.search-modal-btn-reset{
  width: calc(150 / 1200 * 100%);
  max-width: 150px;
  height: 50px;
  color: var(--font-color--main);
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid;
  border-radius: 30px;
}
.search-modal-btn-submit{
  width: calc(380 / 1200 * 100%);
  max-width: 380px;
  height: 50px;
  margin-left: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: var(--font-color--main);
  border: 1px solid;
  border-radius: 30px;
}
.search-modal-btn-submit span{
  padding-left: 1.5em;
  position: relative;
}
.search-modal-btn-submit span:before{
  content: '';
  width: 1em;
  height: 1em;
  display: block;
  background-image: url(/cms/img/usr/common/ico_search02.png);
  background-size: 100% 100%;
  position: absolute;
  top: 2px;
  left: 0;
}
.forcms_block_addressid_main_feature_list_main_T020GenreFilter_10.category,
.master_title,
input#m1,
label[for="m1"],
input#all,
label[for="all"]{
  display: none;
}
.category{
  display: none;
}

@media screen and (max-width:768px){
  .content-inner{
    padding: 0 15px;
  }
  .article-search-textarea .block-global-search--submit{
    top: 7px;
    height: 32px;
  }
  #loading{
    min-height: 310px;
  }
  .spin-loader {
    min-height: 50px;
  }
  .keyword-tag-lists{
    gap: 5px 16px;
  }
  .keyword-tag-item > input[type="checkbox"] + label{
    padding: 0.2em 1em 0.1em;
    font-size: 16px;
  }
  .article-lists{
    margin-top: 30px;
    gap: 20px;
  }
  .article-item{
    width: 100%;
  }
  .block-goods-list--pager{
    padding: 3.73vw 4vw 3.2vw;
    flex-direction: column;
  }
  .block-goods-list--pager .pager-count{
    font-size: 16px;
    line-height: 1;
  }
  .block-goods-list--pager .pager-count span{
    font-size: 16px;
    font-weight: bold;
  }
  .pagination center .navipage_now_:after{
    content: none;
  }
  .pagination center > a:after,
  .pagination center .navipage_next_:after,
  .pagination center .navipage_last_:after{
    background-color: #c2c2c2;
  }
  .search-button{
    width: 68px;
    height: 68px;
  }
  .search-button img{
    width: 18px;
    height: 18px;
    margin-right: 4px;
  }
  .search-button span{
    font-size: 10px;
  }
  .search-modal{
    overflow: hidden;
  }
  .search-modal-wrapper{
    height: calc(100% - 13.87vw);
    padding: 24px 14px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    -webkit-overflow-scrolling: touch;
    will-change: transform;
    top: 92px;
    left: 0;
    transform: unset;
  }
  .search-modal-content{
    flex: 1;
    overflow-y: scroll;
  }
  .search-modal .article-search-title{
    margin-left: 0;
  }
  .major-categories-item{
    margin-top: 1em;
  }
  .major-categories-item input{
    font-size: 16px;
  }
  .child-category{
    margin-top: 1em;
    display: flex;
    flex-direction: column;
  }
  .search-modal-content .child-category-item{
    margin-top: 0;
  }
  .search-modal-content input[type="checkbox"] + label[for="all"]{
    margin-top: 1em;
  }
  .child-category-item input{
    font-size: 16px;
  }
  .search-modal-btn-reset{
    width: calc(142 / 375 * 100%);
    max-width: 142px;
  }
  .search-modal-btn-submit{
    width: calc(202 / 375 * 100%);
    max-width: 202px;
    margin-left: 10px;
  }
  .search-modal-btn-wrap {
    position: sticky;
    bottom: 10px;
    background: #fff;
    padding: 12px 16px;
    z-index: 10;
  }
  .block-common-lightningrecommend ul.block-thumbnail-t--items{
    flex-direction: column;
    overflow: unset;
  }
  .article-recommend .block-thumbnail-t--goods-image figure::after{
    content: none;
  }
  .article-recommend .block-common-lightningrecommend li.block-thumbnail-t--item{
    width: 100%;
  }
  .feature-intro-text {
    font-size: 18px;
    line-height: 1.8;
    text-align: justify;
	padding: 0 15px;
  }
  .sp_none {
    display: none;
  }
}
/* 記事詳細 */
.article-content{
  margin-top: 60px;
}
.article-mv img{
  width: 100%;
  height: auto;
}
.article-content-lead{
  margin-top: 20px;
  font-size: 20px;
}
.article-index{
  margin-top: 34px;
}
.article-index-lists{
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
}
.article-index-item{
  width: calc(50% - 10px);
}
.article-index-link{
  padding: 0.3em 0.5em;
  display: block;
  color: var(--font-color--main);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 2px solid #938675;
  border-radius: 30px;
  position: relative;
}
.article-index-link::after{
  content: '';
  width: 11px;
  height: 14px;
  display: block;
  background-image: url(/cms/img/usr/common/icon_btn-arrow_bottom.png);
  background-size: 100% 100%;
  position: absolute;
  top: calc(50% - 7px);
  right: 1em;
}
.article-index-link:hover{
  color: #fff;
  background-color: var(--font-color--main);
  opacity: 1;
}
.content-title{
  padding: 0.5em;
  color: var(--font-color--main);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background-color: var(--bg-color--main);
}
.article-content-wrap{
  display: flex;
  gap: 20px;
}
.article-content-image{
  width: calc(50% - 10px);
}
.article-content-image img{
  width: 100%;
  height: auto;
}
.article-content-detail{
  width: calc(50% - 10px);
}
.article-content-template + .article-content-template{
  margin-top: 40px;
}
.event-title{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  padding: 11px 0;
  border: 0;
  background-color:#f2e4d4;
}
.event-content .block-thumbnail-t{
  margin-top: 20px;
}
.event-content .block-thumbnail-t li{
  gap: 35px 28px;
}
.event-content .block-thumbnail-t li .block-thumbnail-t--goods{
  margin-left: 0;
}
.event-content .btn-wrap{
  margin-top: 30px;
  text-align: center;
}
.event-content .btn-wrap .more-btn{
  width: 380px;
  color: #443829;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 1.8;
  border-radius: 50px;
  display: inline-block;
  padding: 8px 0 6px;
  position: relative;
  border: 2px solid #938675;
}
.event-content .btn-wrap .more-btn::after{
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #938675;
  border-bottom: 2px solid #938675;
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
}
/* .event-content + .event-content{
  margin-top: 80px;
} */

/* 在庫表示 */
.block-details-z--add-cart {
    width: 72vw;
    margin-top: 20px;
}
.block-color-size-with-cart--stock {
    text-align: center;
    margin: 10px 0 0;
    max-width: 240px;
}
.block-details-z--stock {
    text-align: center;
    margin-left: auto;
    margin-top: 20px;
    display: flex;
    align-items: center;
}
@media screen and (max-width:768px){
  .article-content{
    margin-top: 50px;
  }
  .article-content-lead{
    margin-top: 16px;
    font-size: 16px;
  }
  .article-index{
    margin-top: 40px;
  }
  .article-index-item{
    width: 100%;
  }
  .article-index-link{
    padding: 0.5em;
    font-size: 15px;
  }
  .article-content-wrap{
    margin-top: 16px;
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
  .content-title{
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .event-title{
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-left: 5px;
    padding-right: 5px;
  }
  .article-content-image{
    width: 100%;
  }
  .article-content-detail{
    width: auto;
    margin-left: 0.7em;
    margin-right: 0.7em;
  }
  .block-top-event--goods .block-thumbnail-t li{
    gap: 4vw 3.47vw;
  }
  .block-top-event--goods .block-thumbnail-t li .block-thumbnail-t--goods{
    width: calc(50% - 1.87vw);
  }
  .event-content .btn-wrap .more-btn{
    width: 84vw;
    padding: 2.27vw 0 2.53vw;
    font-size: 18px;
    line-height: 1.8;
    border: 0.53vw solid #938675;
    border-radius: 13.33vw;
  }
}