@charset "utf-8";
#topmainimage{ position:relative; }
 h1 {
  position: absolute;
  color: #FFF;
  font-size:0.875rem;
  letter-spacing: .25rem;
  z-index: 30;
}

#topmainimage > h2 {
 position: absolute;
 text-align: left;
 writing-mode: vertical-rl;
 color: #FFF;
 font-weight: 400;
 z-index: 20;
}
 #topmainimage > h2 span {
  display: table;
  line-height: 2em;
  letter-spacing: 1rem;
  white-space: nowrap;
 }
 #topmainimage > h2 span + span { margin-top: 2em; }


#topSwiper {
 position: absolute;
 top:0;
 left: 0;
 z-index: 1;
 width: 100%;
 height: 100%;
}
#topSwiper:before {
  background-color: rgba(0,0,0,0.36);
  position: absolute;
  top:0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 10;
}
#topSwiper .swiper-wrapper {
 z-index: 2;
}
#topSwiper .swiper-slide {
 position: relative;
 overflow: hidden;
 width: 100%;
 height: 100%;
}
#topSwiper .swiper-slide img {
  display: block;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  height: auto;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
 }

#topmsg {
 position: absolute;
 bottom:30px;
 right:30px;
 color: #FFF;
 background: url("https://img20.shop-pro.jp/PA01192/781/etc/re2020_topmainbg.jpg?cmsp_timestamp=20201225161257");
 background-size: cover;
 min-width: 320px;
 padding: 10px;
  z-index: 21;
}
 #topmsg p:nth-child(1) {
  font-size: 18px;
 }
 #topmsg p:nth-child(2) {
  font-size: 16px;
 }
 #topmsg h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  margin: 0 auto;
  padding-left:.25em; 
  letter-spacing: .25em;
 }
 #topmsg p:nth-child(3) {
  font-size: 20px;
 }

#block01 { padding: 0 5%; }

/* ============================
おすすめ商品
============================ */
#setItem {
 position: relative;
 padding-left:15px;
}
#setItem h2 {
 background-color: #690000;
 color: #FFF;
 writing-mode: vertical-rl;
 position: absolute;
 top:1rem;
 left:0;
 font-size:1.375rem;
 letter-spacing: .25rem;
 padding: 1.5rem .75rem;
 z-index: 10;
}
#setItem .swiper-container {
 z-index: 1;
 padding-bottom: 50px;
 background-color: $bgColor;
}
#setItem h3 {
 color: $mainColor;
 font-size:1.375rem;
 margin-top: 1rem;
 padding: 0 1rem;
}
#setItem .price {
 margin-top: .75rem;
 padding: 0 1rem;
}
#setItem .price + p {
 margin-top: 1rem;
 text-align: left;
 padding: 0 1rem;
}
/* ============================
ニュース
============================ */
#topics h2 {
 font-size:2rem;
 color: #690000;
}

#info_area {
  margin-top:2rem;
  border: solid 1px #690000;
  padding:1.5rem;
}


.feedEkList {
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top:2rem;
}
.feedEkList dt {
  width:100%;
  padding:1rem 0 0;
  border-top:solid 1px#E6E6E6;
}
.feedEkList dd {
  width:100%;
  font-size:small;
  padding:0 0 1rem;
}

#block02 {
 @include mq(forPC) {
 padding: 100px 5%;
 margin: 80px 0 0;
 }
 @include mq(forSP) {
  position: relative;
  padding: 100px 10%;
  margin: 80px 0 0;
  width: 100vw;
  left:50%;
  transform: translateX(-50%);
 }
 background: url("https://img20.shop-pro.jp/PA01192/781/etc/re2020_itemlistbg.jpg?cmsp_timestamp=20201225171542") right top no-repeat;
 background-color: #f1ebca;
 background-size: 100% auto;
 text-align: center;
}

#block02 h2 {
 font-size:2rem;
 color: #690000;
}

#block02 .clmBlock {
 max-width: 1080px;
 margin: 16px auto 0; 
}

#block02 .clmBlock .green {
 background: url("https://img20.shop-pro.jp/PA01192/781/etc/re2020_itemttlbg_green.png?cmsp_timestamp=20201225170552") left center;
}
#block02 .clmBlock .red {
 background: url("https://img20.shop-pro.jp/PA01192/781/etc/re2020_itemttlbg_red.png?cmsp_timestamp=20201225170509") left center;
}
 #block02 .clmBlock.sp2clm li:first-child  {
  padding: 5px;
 }
#block02 h3 {
 width: 100%;
 height: 100%;
 border: solid 1px #FFF;
 display: flex;
 justify-content: center;
 align-items: center;
}
#block02 h3 span { color: #FFF; }
#block02 h4 {
 font-size:1.125rem;
 padding: 0;
 margin-top: .5em;
}
#block02 h4 + p { font-size:0.875rem; text-align: center; }
#block03 ul { max-width: 1080px; margin: 0 auto; }
#block03 li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 90px;
 }
#block03 h2 { text-align: left;  color: #690000; }
#block03 .texts p { text-align: left; }


/* -------------------------------------------------------- PC -- */
@media screen and (min-width: 769px){
 #topmainimage {
   width: calc(100% - 170px);
   height: 100vh;
   margin: 0 120px 0 50px;
  }

 h1 {
  top:20px;
  left: 20px;
 }
 #topmainimage > h2 {
 left: 10%;
 top:50%;
 transform: translateY(-50%);
 font-size:3rem;
 font-weight: 400;
}
 
#topSwiper .swiper-slide img { width: auto; }
 
 #topmsg h2 { margin: 0 auto .25em; }
 #block01 {
  padding: 0 5%;
  max-width: 1480px;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
 }

#setItem { width: 370px; }
#topics { width: calc(100% - (370px + 5%)); }
#block02 {
 padding: 100px 5%;
 margin: 80px 0 0;
 }
#block02 h3 span {
 writing-mode: vertical-rl;
 letter-spacing: .5em;
 padding-top: .5em;
 font-size:1.875rem;
}
#block03 {
  margin: 60px auto 0;	 
  background-image: url("https://img20.shop-pro.jp/PA01192/781/etc/re2020_block03bg1.png?cmsp_timestamp=20201225172916"), url("https://img20.shop-pro.jp/PA01192/781/etc/re2020_block03bg2.png?cmsp_timestamp=20201225172916");
  background-repeat: repeat-y,repeat-y;
  background-position: left top, right top;
}
  
 #block03 li { align-items: center; }
 #block03 .photo { width:58%; }
 #block03 .texts { width:38%; }
 #block03 h2 {
  font-size: 1.875rem;
  padding-left: 60px;
  min-height: 40px;
  background: url("https://img20.shop-pro.jp/PA01192/781/etc/re2020_mikiicon.png?cmsp_timestamp=20201225174139") left top no-repeat;
  }
  #block03 .texts p {  margin-top: 2rem; }
 
} 
/* -------------------------------------------------------- SP -- */
@media screen and (max-width: 768px){
  #topmainimage{
   width: 100%;
  margin: 0 auto;
  padding-top: 130%;
  padding-bottom: 240px;
  }

 h1 {
  bottom:260px;
  right: 20px;
 }
  
 #topmainimage > h2 {
  left: 10%;
  top:1.5em;
  font-size:1.875rem;
 }
  
  
  #topSwiper .swiper-slide img { width: 100%; }
  
  #block01 {
  padding: 0 5%;
  margin: 30px auto 0;
}
  #setItem { width: 100%;  }
  #setItem .price + p { line-height: 1.5;  }
  #topics { margin: 60px auto 0; }
 
  #block02 {
  position: relative;
  padding: 100px 10%;
  margin: 80px 0 0;
  width: 100vw;
  left:50%;
  transform: translateX(-50%);
 }
  
 #block02 .clmBlock.sp2clm li:first-child  { width: 100%; }
 #block02 .clmBlock.sp2clm > *:nth-child(odd)  { margin-right: 0%; }
 #block02 .clmBlock.sp2clm > *:nth-child(even)  { margin-right: 4%; }
 #block02 h3 span { font-size:1.25rem; }
 #block03 .photo {
   width: 100%;
   order: 1;
 }
 #block03 li:nth-child(odd) .photo { transform: translateX(-6%); }
 #block03 li:nth-child(even) .photo { transform: translateX(6%); }  
 #block03 .texts {
   width: 100%;
   order: 2;
   margin-top: 1.5rem;
 }
 #block03 h2 {
  font-size: 1.5rem;
  padding-left: 40px;
  min-height: 24px;
  background: url("https://img20.shop-pro.jp/PA01192/781/etc/re2020_mikiicon.png?cmsp_timestamp=20201225174139") left top no-repeat;
  background-size: auto 100%;
 }
 #block03 .texts p { margin-top: 1rem; }
 #block03 .bt01 { width: 100%; }

}

.event_sche{
  text-align: left;
  font-size: 14px;
	padding: 20px 30px;
	border: 1px dotted #690000;
	margin-top: 30px;
}
.event_sche h3{
  color: #690000;
  text-align: center;
  font-size: 18px;
}
.event_sche dt{
	color: #690000;
	font-weight: bold;
	margin-top: 20px;
}
.event_sche dd{
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 15px;
}