/*全体を括っている枠*/
@keyframes TopToBottom {
  0% {
    opacity: 0;/* 透明 */
  }
  100% {
    opacity: 1;/* 不透明 */
  }
}

/* 「TopToBottom」を適用する箇所 */
.feature_contents {
  width:100%;
  overflow:hidden;
  animation: fadeIn 3s linear 0s 1 normal;
  -webkit-animation: fadeIn 3s linear 0s 1 normal;
  opacity: 0;/* ここを追加 */
  animation-duration: 2s;/* アニメーション時間 */
  animation-delay : 1s;/* 変化開始の時間 */
  animation-name: TopToBottom;/* アニメーション名 */
  animation-iteration-count: 1;/* アニメーションの繰り返し（無限）*/
  animation-fill-mode: forwards; /*これで値を保持*/
}
.feature_contents img {
  max-width: 100%;
  height:auto;
}


/*雪の領域*/
canvas#canvas {
  z-index: 1;
  position:absolute;
  animation: fadeIn 3s linear 0s 1 normal;
  -webkit-animation: fadeIn 3s linear 0s 1 normal;
  pointer-events: none;
  top:0;
  left:0;
}


/*メインビジュアル*/
.mvArea {
  z-index:-1;
  position: relative;
  width: 100%;
  height: 0;
  padding: 14%;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u15435900/pc/special/xmaspre/new/css/../img/present_mv_bg.png) center center no-repeat;
  background-size: cover;
}
.mvArea img {
  position: absolute;
  z-index:2;
  max-width: 50%;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (max-width:991px) {
  .mvArea {
    padding: 24%;
  }
  .mvArea img {
    z-index: 2;/*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
    max-width: 86%;
    top: 54%;
  }
}

h1 {
  margin: 0;
}
.feature_nav .row>div {
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
#special-content .row::before, #special-content .row::after {
  width: 0px;
}
.feature_nav img {
	z-index: 2;/*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
  max-width: 530px;
  padding: 10px;
  cursor:pointer;
}
.feature_nav img:hover {
  opacity: .7;
}

#special-content {
  padding: 0 !important;
  border: none !important;
  width:100%; /*canvas対策*/
  position:relative;/*canvas対策*/
  overflow:hidden;/*canvas対策*/
}

.feature_nav {
  max-width: 1000px;
  width: 70%;
  margin: 0 auto;
  padding:20px 0;
}
@media (max-width: 991px) {
  .feature_nav {
    width: 100%;
  }
}

.feature_nav>li {
  padding:5px;
}
.feature_nav>li .menu_ttl {
  display:block;
  margin: 0 auto;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Shippori Mincho B1', serif;
  color: #fff;
  background-color: #c20e23;
  text-align: center;
  line-height:1.4rem;
  border-radius: 30px;
  cursor: pointer;
}
.feature_nav>li .menu_ttl span {
  font-size:20px;
  font-weight:bold;
  font-family: 'Shippori Mincho B1', serif;
  padding:0 2px 0 0;
  color:#ffeb5b;
}
@media (max-width: 991px) {
  .feature_nav>li .menu_ttl {
    font-size:14px;
    padding: 6px 20px 12px 20px;
  }
}
@media (max-width: 767px) {
  .feature_nav>li .menu_ttl span {
    padding:0 5px 0 0;
  }
}

.sectiontitle_sbtitle {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 10px auto;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u15435900/pc/special/xmaspre/new/css/../img/titlebase.png) center 0 no-repeat;
  text-align: center;
  background-size: contain;
}
.sectiontitle_sbtitle h2 {
  padding:50px 0;
  color:#870f22;
  font-weight:bold;
  font-family: 'Shippori Mincho B1', serif;
}
@media (max-width: 767px) {
  .sectiontitle_sbtitle h2 {
    padding:40px 0;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .sectiontitle_sbtitle h2 {
    padding:24px 0;
  }
}

.sectiontitle_sbtitleOther {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 10px auto;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u15435900/pc/special/xmaspre/new/css/../img/titlebase_other.png) center 0 no-repeat;
  text-align: center;
  background-size: contain;
}
.sectiontitle_sbtitleOther h2 {
  padding:10px 0;
  color:#ffffff;
  font-weight:bold;
  font-family: 'Shippori Mincho B1', serif;
}
@media (max-width: 767px) {
  .sectiontitle_sbtitleOther h2 {
    padding:10px 0;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .sectiontitle_sbtitleOther h2 {
    padding:4px 0;
  }
}


.feature_contents section {
  background-size: contain;
  background-attachment: fixed;
  background-repeat: repeat;
}

.feature_contents section.bg01 {
  padding:40px 0;
  background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u15435900/pc/special/xmaspre/new/css/../img/bg_blue.png);
}
.feature_contents section.bg02 {
  padding:40px 0;
  background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u15435900/pc/special/xmaspre/new/css/../img/bg_cream.png);
}
.feature_contents section.bg03 {
  padding:40px 0;
  background-color:#092743;
}
.feature_contents section .section-inner {
  position:relative;
  z-index:1;
  max-width: 1000px;
  width: 90%;
  margin: auto;
  background-color: #fff;
  padding: 40px;
  text-align: center;
  border-radius: 20px;
  box-shadow: inset 0 4px 15px 0 rgba(0, 0, 0, .3);
}

@media (max-width: 767px) {
  .feature_nav {
    padding:10px;
  }
  .feature_nav img {
    padding:5px;
  }
  .feature_contents section.bg01 {
    padding:20px 0 30px 0;
  }
  .feature_contents section.bg02 {
    padding:20px 0 30px 0;
  }  
}

@media (max-width: 480px) {
.feature_contents section .section-inner{
  padding: 20px 10px;
  }
}

h3 {
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  color: #9E5240;
  border-bottom: 1px dashed #FFD592;
  margin: 30px 0 25px;
}





.rec_item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
  margin: 30px auto 0 auto;
  max-width: 1000px;
  width: 100%;
}
@media (max-width: 767px) {
  .rec_item {
    max-width: 90%;
  }
}

.rec_item.bnrArea {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
  margin: 30px auto 0 auto;
  max-width: 620px;
  width: 100%;
}
.rec_item.bnrArea p {
  width: 100%;
  margin: 0 0 10px 0;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .rec_item.bnrArea {
    max-width: 90%;
  }
  .rec_item.bnrArea p {
    font-size: 14px;
  }
}

.loadCon {
  margin-bottom: 30px;
}

.feature_contents p {
  line-height: 1.4 !important;
}


.item_nm {
  max-height: 54px;
  overflow: hidden;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  text-align:left;
  margin: 10px 0 5px;
}

.item_ex {
  color: #000;
  font-size:12px;
  text-align:left;
}

.txt-price {
  font-size: 24px !important;
  color: #E60000;
  text-align:left;
}

.sold.txt-price {
  color: #666;
}

.feature_contents .btn {
  display: block;
  width: 300px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #000;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
}



a.cate_btn {
  display: block;
  max-width: 440px;
  width: 100%;
  margin:0 auto;
  padding:10px 0;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  text-align: center;
  border-radius: 30px;
}
a.cate_btn span{
  color: #FFF;
  position: relative;
}
a.cate_btn span::before{
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -6px;
}

.rec_item a:hover *, .feature_bn:hover {
  opacity: .7;
}

a.cate_btn:hover {
  opacity: .7;
  transform: translateY(3px);
}


#btmnavi a {
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 1 !important;
  background-color: #481f09;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #fff;
  position: fixed;
  padding: 11px 0 0;
  z-index: 9999;
  text-align: center;
}

#btmnavi .topnavi a {
  bottom: 10px;
  right: 25px;
}

#btmnavi .ranknavi a {
  bottom: 80px;
  right: 25px;
}

#btmnavi a:hover {
  background-color: #9E5240;
  transform: translateY(-3px);
}

#special-content a:focus {
  text-decolation: none;
}

@media (max-width: 480px) {
  #special-content a {
    font-size: 100%;
  }
}


@media (max-width: 767px) {
  #contents .container, #main {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .loadCon {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .p_25 {
    padding: 0px !important;
  }

  .b1 {
    border: 0 !important;
  }

  #special-content .row {
    overflow: hidden;
  }

/*  #special-content .row>div {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
  }*/

  .sectiontitle_sbtitle {
    margin: 0 0 10px 0;
  }
  .feature_contents section {
    padding: 10px;
  }
  h3 {
    font-size: 20px;
  }
  .item_nm {
    max-height: 50px;
    font-size: 12px;
    text-align:left;
  }
  .item_ex {
    font-size: 12px;
    text-align:left;
  }
  a.cate_btn {
    width:90%;
    font-size: 14px !important;
  }
}

/* ranking slider */
.product-browsedlist {
  border: 1px solid #fff !important;
  height: auto;
}

.product-browsedlist ul {
  width: 100% !important;
  position: static !important;
  max-width: 1000px !important;
  margin: 0 auto 40px;
}

.product-browsedlist ul li {
  width: 25% !important;
  border: none;
}

.bx-viewport {
  overflow: unset !important;
  height: auto !important;
}

.bx-controls-direction {
  display: none;
}

.notslid .p-rankno, .notslid #btn-add-cart, .notslid #btn-add-fav {
  display: none;
}

.recommendlist.product-browsedlist, .product-list ul li {
  display: inline-block;
  height: auto !important;
  float: unset !important;
  vertical-align: top;
}

.bx-wrapper {
  margin-bottom: 0px !important;
}

img.img-item {
  text-align: center;
  margin: auto;
}

.product-list ul li img {
  max-width: 100%;
}

a.img-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}

.product-list ul li:hover {
  opacity: 0.5;
  background-color: #fff !important;
}

.recommendlist.product-list ul li {
  z-index: 0;
  float: left;
  list-style: none;
  position: relative;
}

.txt-productname a, .txt-productname {
  color: #222;
  font-weight: bold;
  font-size: 14px;
}

.txt-review a.text-m {
  color: #999 !important;
}

a p.txt-productcap {
  font-size: 80%;
  color: #222;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .product-browsedlist ul li {
    width: 50% !important;
    border: none;
  }

  .product-list ul li .txt-productname {
    margin-bottom: 0px;
    margin-top: 40vw;
  }
  #rankinglist .txt-price {
    font-size: 24px !important;
  }
  .section-inner li:nth-child(n+1) {
    margin-bottom:10px;
  }
}

@media screen and (min-width: 400px) {
  .product-list ul li .txt-productname {
    margin-top: 160px;
  }
}

.pickupitem ul>li {
    width: 100% !important;
    padding: 0;
}
.pickupitem p.txt-productname {
    display: none !important;
}
.pickupitem img.img-item {
    display: none !important;
}
.pickupitem .txt-price {
    margin: 0 !important;
    text-align: left;
}
.pickupitem .txt-review {
    display: none;
}
.pickupitem ul {
    margin-bottom: 0;
    position: relative;
}
/*
.pickupitem ul::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 10;
}
.pickupitem ul>li:not(:first-of-type) {
    display: none !important;
}
*/

canvas#canvas.fixed{
  top:0;/*位置指定*/
}



@media screen and (min-width: 767px) {
  .sp_br{
    display: none;
  }
}




/* フッター */
.footer {
  padding:40px 20px;
  background-color: #e7e7e7;
  text-align: center;
}
.copyright {
  float: unset !important;
}
.foot_link {
  display: inline-block;
  width:100%;
  font-size: 24px;
  color: #fff !important;
  background-color: #222;
  padding: 20px 0;
  transition: 0.3s;
  font-weight: 600;
  text-align: center;
}
.foot_link:hover {
  opacity: 0.7;
}
@media screen and ( max-width: 678px ){
.foot_link {
  font-size: 20px;
  padding: 10px 0;
}
}

@media (max-width: 767px){
  .all{
    padding-left: 5px;
    padding-right: 5px;
  }
}