@charset "UTF-8";
@font-face {
  font-family: icoset;
  src: url(/shussanuchiiwai/fonts/icoset.ttf) format("truetype"), url(/shussanuchiiwai/fonts/icoset.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

select{
	color: #333;
  -webkit-appearance: none;
  appearance: none; 
}

#breadcrumb{
	width: 1200px;
	margin: auto;
}
.sp_only{
	display: none;
}

#container a {
  text-decoration: none
}
#container a:active {
  opacity: .7
}
.pc_only {
  display: block
}
.osonae {
  position: relative
}
.inner {
  width: 1200px;
  margin: auto
}

.button {
  width: 40%;
  margin: 45px auto
}
.button a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 1em 0;
  width: 100%;
  color: #fff;
  background-color: #333;
  transition: .3s;
  box-shadow: rgba(0, 0, 0, .15) 1.95px 1.95px 2.6px
}
.button a:after {
  content: '';
  margin-left: 5px;
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg)
}
.button a:hover {
  text-decoration: none;
  background-color: #bbb
}

.osonae section{
  padding: 45px 0
}

.osonae h2 {
  width: 80%;
  margin: 0 auto 30px;
  font-size: 2.4rem;
  text-align: center;
	font-weight: bold;
}

.osonae_area{
background: url(/osonae/images/bg_beige.jpg) repeat left top;
}

.okaeshi_area{
background: url(/osonae/images/bg_grey.jpg) repeat left top;
}

.lead {
    margin: 0 auto 30px;
    width: 40%;
	line-height: 2;
}

.product-pic-box {
    position: relative;
    margin-bottom: 5px;
}

.product-pic-icon-shipping {
    position: absolute;
    background-color: #333;
    padding: 0 10px;
    color: #fff;
    bottom: 2%;
    width: fit-content;
}

.product-item a{
	position:relative;
}

.product-detail-name{
	height: 4rem;
	margin: 5px 0;
    font-weight: bold;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

.product-detail-price-box{
	display:flex;
}

.product-detail-discount_rate{
	background-color: #ff0000;
    color: #fff;
    font-weight: bold;
    padding: 0 10px;
    width: fit-content;
    margin-right: 5px;
}

.product-detail-discount_rate:after{
	content:"OFF";
}

.product-detail-price {
	font-weight: bold;
    font-size: 1.5rem;
}

.discount_price{
	    color: #ff0000;
}

.product-detail-price:before{
	content:"￥";
	font-weight:normal;
	font-size:1rem;
}
.name {
  margin: 5px 0 0;
	font-weight: bold;
}

.item a {
  display: block
}
.item .name {
  -webkit-line-clamp: 2
}
.item .name, .item .price {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden
}
.item .price {
  -webkit-line-clamp: 1;
  font-size: 1.2rem
}
.item .price span {
  font-weight: 700;
  font-size: 1.5rem
}
.txt {
  font-size: 1.2rem;
   margin: 5px 0 0;
}
.item .txt {
display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 0 0 5px 0;
	height: 5.4rem;
}
.swiper-slide{
 position:relative;
}

.ranking_area .product:after, .ranking_area .product:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  border: 0
}
 .ranking_area .swiper-wrapper li .product:before {
  z-index: 2;
  font-size: 1.7rem;
  width: 28px;
  text-align: center;
  top: 10px
}
 .ranking_area .swiper-wrapper li .product:after {
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 56px 56px 0 0;
  border-color: #404040 transparent transparent
}
.ranking_area .swiper-wrapper li:first-child .product:before {
  content: "1"
}
.ranking_area .swiper-wrapper li:first-child .product:after {
  border-top-color: #9c8b47
}
.ranking_area .swiper-wrapper li:nth-child(2) .product:before {
  content: "2"
}
 .ranking_area .swiper-wrapper li:nth-child(2) .product:after {
  border-top-color: #8b8b8b
}
.ranking_area .swiper-wrapper li:nth-child(3) .product:before {
  content: "3"
}
.ranking_area .swiper-wrapper li:nth-child(3) .product:after {
  border-top-color: #9c6b47
}
.ranking_area .swiper-wrapper li:nth-child(4) .product:before {
  content: "4"
}
.ranking_area .swiper-wrapper li:nth-child(5) .product:before {
  content: "5"
}

.ranking_area .swiper-wrapper li:nth-child(6) .product:before {
  content: "6"
}
.ranking_area .swiper-wrapper li:nth-child(7) .product:before {
  content: "7"
}
.ranking_area .swiper-wrapper li:nth-child(8) .product:before {
  content: "8"
}
.ranking_area .swiper-wrapper li:nth-child(9) .product:before {
  content: "9"
}
.ranking_area .swiper-wrapper li:nth-child(10) .product:before {
  content: "10"
}


.osonae section.main_visual {
background: url(/osonae/obon/images/main.jpg)no-repeat center center / cover;
    height: 400px;
    width: 1200px;
    display: flex;
	margin: 30px auto;
    justify-content: left;
    align-items: flex-end;
    text-align: left;
    position: relative;
	padding: 0;
}

.main_visual .inner{
padding: 10px 30px;
 background: rgba(255,255,255,0.5);
margin: 0;
}

.main_visual h1 {
	font-size: 5rem;
    line-height: 1.25;
    margin-left: -5px;
}

.main_lead_area .lead {
margin: auto;
}


.top.anker_area{
	width: 100%;
	margin: auto;
}
.top.anker_area.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.top.anker_area ul {
  background-color: #555555;
  display: flex;
	justify-content: space-around;
}
.top.anker_area ul li {
   width : calc(100% / 3) ;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff
}
.top.anker_area ul li:last-child {
  border-right: 0
}
.top.anker_area ul li a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0
}
.main_lead_area {
  padding: 30px 0
}

.osonae_area .swiper-wrapper,.okaeshi_area .swiper-wrapper {
  justify-content: space-between;
	margin-bottom: 10px;
flex-wrap: wrap;
}
.swiper-slide {
  width: 18%
}
.swiper-pagination.inside_slider {
  display: none
}
.swiper-pagination {
  position: relative;
  bottom: auto !important
}
.swiper-pagination-bullet-active {
  background-color: #333333
}

.ranking_area .item:after, .ranking_area .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  border: 0
}

 .ranking_area .swiper-wrapper li{
margin-bottom: 30px;
}

 .ranking_area .swiper-wrapper li :nth-of-type(n + 5){
margin-bottom: 0;
}

 .ranking_area .swiper-wrapper li .item:before {
  z-index: 2;
  font-size: 1.7rem;
  width: 28px;
  text-align: center;
  top: 10px
}
 .ranking_area .swiper-wrapper li .item:after {
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 56px 56px 0 0;
  border-color: #404040 transparent transparent
}
.ranking_area .swiper-wrapper li:first-child .item:before {
  content: "1"
}
.ranking_area .swiper-wrapper li:first-child .item:after {
  border-top-color: #9c8b47
}
.ranking_area .swiper-wrapper li:nth-child(2) .item:before {
  content: "2"
}
 .ranking_area .swiper-wrapper li:nth-child(2) .item:after {
  border-top-color: #8b8b8b
}
.ranking_area .swiper-wrapper li:nth-child(3) .item:before {
  content: "3"
}
.ranking_area .swiper-wrapper li:nth-child(3) .item:after {
  border-top-color: #9c6b47
}
.ranking_area .swiper-wrapper li:nth-child(4) .item:before {
  content: "4"
}
.ranking_area .swiper-wrapper li:nth-child(5) .item:before {
  content: "5"
}

.ranking_area .swiper-wrapper li:nth-child(6) .item:before {
  content: "6"
}
.ranking_area .swiper-wrapper li:nth-child(7) .item:before {
  content: "7"
}
.ranking_area .swiper-wrapper li:nth-child(8) .item:before {
  content: "8"
}
.ranking_area .swiper-wrapper li:nth-child(9) .item:before {
  content: "9"
}
.ranking_area .swiper-wrapper li:nth-child(10) .item:before {
  content: "10"
}

.swiper-button-prev,
.swiper-button-next {
	display: none;}

.swiper-slide .item .name{
	height: 4.5rem;
}
.price_area .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}
.price_area .inner ul li {
  width: 32%;
  margin: 0 0 10px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, .15) 1.95px 1.95px 2.6px
}
.price_area .inner ul li:nth-of-type(n+4) {
  margin: 0
}
.price_area .inner ul li a {
  padding: 10px;
  display: flex !important;
  align-items: center;
  justify-content: center
}

/*osonae_area category_area*/
.osonae_area .category_area .inner ul {
  display: flex;
  flex-wrap: wrap;
}
.osonae_area .category_area .inner ul li {
  width: 23%;
  margin: 0 2% 15px 0;
}
.osonae_area .category_area .inner ul li:nth-of-type(4n) {
  margin: 0 0 15px 0;
}
.osonae_area .category_area .inner ul li a {
  padding: 10px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, .15) 1.95px 1.95px 2.6px;
}
.osonae_area .category_area .inner ul li .item .txt {
display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin: 0 0 5px 0;
    height: 7rem;
}

/*okaeshi_area category_area*/
.okaeshi_area .category_area .inner ul {
  display: flex;
  flex-wrap: wrap;
}
.okaeshi_area .category_area .inner ul li {
  width: 18%;
  margin: 0 2% 15px 0;
}
.okaeshi_area .category_area .inner ul li:nth-of-type(5n) {
  margin: 0 0 15px 0;
}
.okaeshi_area .category_area .inner ul li a {
  padding: 10px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, .15) 1.95px 1.95px 2.6px;
  display: flex !important;
  align-items: center;
}
.okaeshi_area .category_area .inner ul li span {
  width: 30px;
  display: block;
  margin-right: 10px
}


/*noshi_area*/
.noshi_area{
	background-color: #f7f7f7;}
.noshi_area h2 span{
	display: block;
	font-size: 1.5rem;
}
.noshi_area > .lead{
	width: 25%;
}
.noshi_area .block .lead{
	text-align: center;
}
.osonae .noshi_area section{
padding: 0;
margin: 45px auto;}
.noshi_area .inner{
	background-color: #fff;
	padding: 45px 0;
	width: 1000px;
}
.osonae .noshi_area h3 {
  width: 80%;
  margin: 0 auto 30px;
  font-size: 2rem;
  text-align: center;
	font-weight: bold;
}
.noshi_area ul{
	display: flex;
	justify-content: space-around;
}
.noshi_area ul li{
width: 23%;
}
.noshi_area .inner .block{
	margin:0 0 45px 0;
}
.noshi_area .pic{
	border: 1px solid #999999;
	text-align: center;
}
.noshi_area .txt{
	text-align: center;
}
.noshi_area h4{
text-align: center;
}
.noshi_area .inner dl{
border: 1px solid #999;
width: 800px;
padding: 30px;
margin: 30px auto 0;
}
.noshi_area .inner dl dt{
font-size: 2rem;
text-align: center;
margin: 0 0 15px 0;
color: #a260bf;
}
.noshi_area .inner dl dd{
text-align: center;
line-height: 2;
}
.noshi_area .noshi_wrapping_area .inner .pic{
border: none;
}
.noshi_osonae_area h3 span{
	color: #c000ff;
	font-weight: bold;
}
.noshi_okaeshi_area h3 span{
	color: #0008ff;
	font-weight: bold;
}.noshi_area .button_block{
	    justify-content: space-around;
    display: flex;
    width: 1000px;
    margin: 45px auto;
}
.noshi_area .button_block .button{
	    justify-content: space-around;
    display: flex;
    margin: auto;
	width: 40%;
}
.noshi_area .noshi_wrapping_area .inner .tesage{
width: 80%;
    margin: auto;
    border: 1px solid #999;
    padding: 45px;
}
.noshi_wrapping_area .tesage h3{
	color: #ff0000
}
.noshi_wrapping_area .tesage .lead{
	width: 100%;
	margin: 0;
}
.noshi_wrapping_area .tesage .lead span{
    color: #f00;
}
.noshi_wrapping_area .tesage figure{
	width: 90%;
    margin: 20px auto 0;
}
.noshi_wrapping_area .tesage figure img{
	width: 100%;
}
/*.tips_area*/
.tips_anker_area .inner{
	background-color: #fff;
	margin: auto;
	width: 800px;
	padding: 30px;
}
.tips_anker_area .inner ul li{
margin: 0 0 15px 0;
}
.tips_anker_area .inner ul li a{
font-weight: bold;
text-decoration:2px underline!important;
text-decoration-color: #a260bf!important;
}
.tips_area {
  background-color: #f6edfb
}

.tips_area.top{
padding: 60px 0;}

.tips_area.top .obon{
display: flex;
    justify-content: space-around;
    align-items: center;
}


.tips_area.top .obon .obon_text{
width: 70%;}

.tips_area.top .obon .obon_img{
width: 30%;}



.tips_area .inner {
width: 1000px;
margin: auto;
}
.tips_area dl {
  margin: 0 0 30px
}
.tips_area dt {
  border-bottom: 2px solid #333333;
  font-size: 2rem
}
.tips_area dl dd dt{
  font-size: 1.5rem;
font-weight: bold;
border-bottom: none;
}

.tips_area dl dd dt a{
text-decoration: underline 2px!important;
font-weight: bold;
}

.tips_area dl dd dd{
  padding: 0;
}
.tips_area .question:before {
  content: "Q.";
  color: #333333;
  font-size: 2.4rem
}
.tips_area dd {
  background-color: #fff;
  padding: 20px
}

.tips_area dd span {
font-weight: bold
}

/*	クーポン
================================ */
.icon {
height: 2rem;
}

.icon span{
	color: #fff;
	padding: 0.5rem 1rem;
	font-size: 1.2rem;
}

.icon.free_coupon span{
	background-color: #930002;
}

.icon.delivery_in span{
	background-color: #A78C58;
}

.bnr{
	width:900px;
	margin: auto;
}
