/* CSS Document */
body{
  fontFamily : 'Mincho' !important;
}
span.opacity{
  width: 0;
  height: 0;
  opacity: 0;
  display: block;
}
.wccolumnwrap .wcmaincolumn > *,
.wccolumnwrap .wccolumn:not(.wcmaincolumn){
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*ボタン*/
div.btn{
  display: table;
  margin: 4.25rem auto 0 auto;
}
div.btn a{
  background-color: #000;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.75rem 3.5rem 0.75rem 1.5rem;
  position: relative;
  z-index: 1;
  display: table;
  text-decoration: none;
}
div.btn a::before,
div.btn a::after{
  content: "";
  position: absolute;
  z-index: 2;
}
div.btn a::before{
  border-left: solid 1px #000;
  top: 0.5rem;
  left: -0.5rem;
  bottom: -0.5rem;
  right: 0.5rem;
  border-bottom: 1px solid #000;
}
div.btn a::after{
  top: -0.5rem;
  bottom:0.5rem;
  left: 0.5rem;
  right: -0.5rem;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
}
div.btn a span{
  width: 1.5rem;
  height: 0.45rem;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%) skew(30deg);
}
/*コンテンツ*/
div.top_img{
  margin-top: calc(var(--headerHeight) * -1);
}
main{
  background-color: #fff;
  width: 100vw !important;
}
section.news_list{
  padding: var(--headerHeight) 0;
  width: 100vw;
  box-sizing: border-box;
  background-repeat: repeat;
  background-size: 150px 150px;
   background-image: url("../img/pattern/example/type_01.webp");
  background-position: center;
}
body.safari section.news_list{
  background-image: url("../img/pattern/example/type_01.png"); 
}
body[wc-view-type="sp"] section.news_list{
  padding: var(--headerHeight) 1rem !important;
}
body[wc-view-type="tb"] section.news_list{
  padding: var(--headerHeight) 2rem !important;
}
body[wc-view-type="tb-l"] section.news_list{
  padding: var(--headerHeight) 5rem !important;
}
section.news_list > h1{
  text-align: center;
  margin-bottom: 3rem;
}
body:not([wc-view-type="sp"]) section.news_list > h1{
  font-size: 2rem;
}
body[wc-view-type="sp"] section.news_list > h1{
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
body[wc-view-type="pc"] section.news_list{
  font-size: 1.8rem;
}
body[wc-view-type="pc"] section.news_list div.news_box{
  width: 800px;
  margin: 0 auto;
}
section.news_list div.news_box article{
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #000;
}
section.news_list div.news_box article:nth-of-type(1){
  border-top: 1px solid #000;
}
section.news_list div.news_box article a{
  display: block;
  padding-left: 150px;
  padding-right: 3rem;
  position: relative;
  z-index: 2;
  color: #000;
  text-decoration: none;
}
body[wc-view-type="sp"] section.news_list div.news_box article a{
  padding-left: 100px;
}
section.news_list div.news_box article a::after{
  content: "";
  width: 1.5rem;
  height: 0.45rem;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%) skew(30deg);
}
section.news_list div.news_box article a h1{
  line-height: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1rem;
}
section.news_list div.news_box article time{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  left: 1rem;
  font-size: 1rem;
}
/*ショップリンク*/
section.shop_link{
  box-sizing: border-box;
  width: 100vw;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
}
body[wc-view-type="sp"] section.shop_link{
  padding: var(--headerHeight) 0 calc(var(--headerHeight) * 2.5);
}
body:not([wc-view-type="sp"]) section.shop_link{
  padding: var(--headerHeight) 0;
}
body.safari section.shop_link{
  background-image: url("../img/pattern/example/type_01.png");
}
section.shop_link > h1{
  margin-bottom: 3rem;
  text-align: center;
}
body:not([wc-view-type="sp"]) section.shop_link > h1{
  font-size: 1.8rem;
}
body[wc-view-type="sp"] section.shop_link > h1{
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
body:not([wc-view-type="sp"]) section.shop_link > div.shop_text{
  margin-bottom: 3rem;
  float: right;
  position: relative;
  z-index: 1;
  padding-top: 1rem;
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.shop_link > div.shop_text{
  width: 100vw;
  padding: 0 2rem;
  box-sizing: border-box;
  line-height: 2.5rem;
}
body[wc-view-type="tb"] section.shop_link > div.shop_text{
  width: calc(100vw - (250px + 2rem));
  padding-right: 3rem;
  box-sizing: border-box;
  height: 255px;
}
body[wc-view-type="tb-l"] section.shop_link > div.shop_text{
  width: calc(100vw - (300px + 5rem));
  padding-right: 5rem;
  box-sizing: border-box;
  height: 310px;
}
body[wc-view-type="pc"] section.shop_link > div.shop_text{
  width: 500px;
  margin-right: calc((100vw - 800px) / 2);
  text-align: center;
  height: 310px;
}
body[wc-view-type="tb"] section.shop_link > div.shop_text p{
  text-align: left;
  line-height: 1.8rem;
}
body:not([wc-view-type="sp"]) section.shop_link > figure{
  float: left;
}
body[wc-view-type="sp"] section.shop_link > figure{
  width: 80vw;
  margin: 2rem auto 1rem auto;
}
body[wc-view-type="tb"] section.shop_link > figure{
  width: 250px;
  margin-left: 2rem;
}
body[wc-view-type="tb-l"] section.shop_link > figure{
  margin-left: 5rem;
  width: 300px;
}
body[wc-view-type="pc"] section.shop_link > figure{
  width: 300px;
  margin-left: calc((100vw - 800px) / 2);
}
section.shop_link > figure img{
  width: 100%;
  object-fit: cover;
  height: 100%;
}
section.shop_link div.btn{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  bottom: 0.5rem;
}
body[wc-view-type="sp"] section.shop_link div.btn{
  bottom: var(--headerHeight);
}
section.shop_link div.btn a{
  background-color: #ff9a00;
  white-space: nowrap;
  display: table;
}
section.shop_link div.btn a::before,
section.shop_link div.btn a::after{
  content: "";
  border-color: #ff9a00;
}