@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap');
@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
}
.blue{
    background-color: #e4eff0;
}
.isOtherDevice #p_category section {
    padding: 90px 0;
    margin-top: 60px;
}
#p_category .inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 3%;
}
#p_category .name{
    margin-top: 10px;
    font-weight: bold;
}
#contents.p-youto article.recommend .mod_limiter .recommend-Box > ul > li > .item > li a:hover > .txt{
    text-decoration: none !important;
}
.isOtherDevice .sp_only{
    display: none;
}
/* ========================================

	h2

 ======================================== */
#p_category .price_area h2,
#p_category #other_manner_area_box h2 {
    width: 90%;
    margin: 0 auto 30px;
    font-size: 2.4rem;
    text-align: center;
    font-weight: bold;
}
.isOtherDevice  #p_category section#other_manner_area_box{
    padding: 30px 0;
}
.isOtherDevice #p_category .price_area h2,
.isOtherDevice #p_category #other_manner_area_box h2{
    font-size: 3.6rem;
}
#p_category .price_area h2 span,
#p_category #other_manner_area_box h2 span {
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
}

/* ========================================

	.button

 ======================================== */
#p_category .button {
    width: 90%;
    margin: 45px auto;
    text-align: center;
    font-weight: bold;
    box-shadow: rgba(0, 0, 0, .15) 1.95px 1.95px 2.6px;
    position: relative;
}
.isOtherDevice #p_category .button {
    width: 100%;
    margin: 45px auto;
    max-width: 450px;
}
#p_category .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;
}
#p_category .button p {
    font-weight: bold;
}
#p_category .button span {
    display: block;
    font-size: 1rem;
    font-weight: normal;
}
#p_category .button a:after {
    content: '';
    margin-left: 5px;
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 5%;
}
.title{
    text-align: center;
    margin-bottom: 20px;
}
.txt {
    font-size: 1.2rem;
    margin: 5px 0 0;
}

/* ========================================

	#kekkonuchiiwai

 ======================================== */
/*
	.heading
================================ */
#p_category .box header .heading {
    margin-bottom: 30px;
}
/*
	li
================================ */
#kekkonuchiiwai .swiper-wrapper li {
    padding: 10px;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    height: auto;
    border: 1px solid #e9e9e9;
}
/*
	.item
================================ */
#kekkonuchiiwai .swiper-slide .item {
    height: 100%;
}
/* .name -------------------- */
#kekkonuchiiwai .swiper-slide .item .name {
    margin: 5px 0 0;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 4.5em;
}
/*
	.swipe
================================ */
#kekkonuchiiwai .swiper-container.inside_slider1 .swiper-pagination {
    position: relative;
    margin-top: 10px;
    bottom: auto !important;
}
#kekkonuchiiwai .item:after, .item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    border: 0
}
#kekkonuchiiwai .swiper-wrapper li .item:before{
    z-index: 2;
    font-size: 1.7rem;
    width: 28px;
    text-align: center;
    top: 6px
}
#kekkonuchiiwai .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
}
#kekkonuchiiwai .swiper-wrapper li:first-child .item:before{
    content: "1"
}
#kekkonuchiiwai .swiper-wrapper li:first-child .item:after{
    border-top-color: #9c8b47
}
#kekkonuchiiwai .swiper-wrapper li:nth-child(2) .item:before {
    content: "2"
}
#kekkonuchiiwai .swiper-wrapper li:nth-child(2) .item:after {
    border-top-color: #8b8b8b
}
#kekkonuchiiwai .swiper-wrapper li:nth-child(3) .item:before{
    content: "3"
}
#kekkonuchiiwai .swiper-wrapper li:nth-child(3) .item:after{
    border-top-color: #9c6b47
}
#kekkonuchiiwai .swiper-wrapper li:nth-child(4) .item:before{
    content: "4"
}
#kekkonuchiiwai .swiper-wrapper li:nth-child(5) .item:before{
    content: "5"
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}
.swiper-button-prev, .swiper-button-next {
    display: none;
}
.swiper-pagination-bullet-active {
    background-color: #42b0bb;
}
.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    width: 40px;
    height: 48px;
    background-size: 36px 48px;
}
.swiper-button-next {
    background-image: url(/cmn/images/arrow.svg);
    right: -10px;
}
.swiper-button-prev {
    background-image: url(/cmn/images/arrow.svg);
    transform: scale(-1, 1);
    left: -10px;
}
.isOtherDevice .swiper-button-prev,
.isOtherDevice .swiper-button-next {
    display: none;
}




/* ========================================

	.bestSelling .mod_slanting_head

 ======================================== */
.bestSelling .mod_slanting_head .ttl{
    margin-bottom: 30px;
}

/* ========================================

	#p_category .cataloggift

 ======================================== */
#p_category .cataloggift{
    padding: 0 10px 30px;
}


/* ========================================

	lineup

 ======================================== */
#p_category .lineup .inner h3 {
    margin: 0 auto 30px;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
}
.isOtherDevice #p_category .lineup .inner h3 {
    font-size: 3.6rem;
}
#p_category .lineup ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px 0 0;
}
#p_category .lineup ul li {
    width: 48%;
    margin: 0 0 15px 0;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px
}
.spMode #p_category .lineup ul li:nth-last-of-type(-n+2) {
    margin: 0
}
/*.isOtherDevice #p_category .lineup ul::after{
    content:"";
    display: block;
    width:23%;
}*/
.isOtherDevice #p_category .lineup ul li{
    width: 32%;
}
.isOtherDevice #p_category .lineup ul li:nth-of-type(n + 5){
    margin: 0
}
#p_category .lineup ul li .name {
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
}
#p_category .lineup ul li .name span {
    display: block;
    font-size: 1rem;
    font-weight: normal;
}
#p_category .lineup ul li {
    background-color: #fff;
    padding: 5px;
    border: 1px solid #f7f7f7;
}



/* ========================================

	price_area

 ======================================== */
/*
	ul
================================ */
#p_category .price_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* li -------------------- */
#p_category .price_area ul li {
  width: 48%;
  background-color: #f7f7f7;
  padding: 10px;
  margin-bottom: 15px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px
}
.spMode #p_category .price_area ul li:nth-of-type(n + 7) {
    margin-bottom: 0;
}
.isOtherDevice #p_category .price_area ul li {
    width: 23%;
}
.isOtherDevice #p_category .price_area ul li:nth-of-type(n + 5) {
    margin-bottom: 0;
}



/* ========================================

	.recommend

 ======================================== */
.isOtherDevice #p_category .recommend{
    padding-bottom: 60px;
}

/* ========================================

	.mod_limiter

 ======================================== */
.isOtherDevice #p_category .mod_limiter{
    padding: 0 !important;
}

/* ========================================

	.mod_bnr

 ======================================== */
.contents .mod_bnr{
    margin: 30px auto;
}

/* ========================================

	#other_manner_area

 ======================================== */
#other_manner_area_box .inner{
    width: inherit;
    max-width: inherit;
}
/*
	#other_manner_area
================================ */
.isOtherDevice #p_category section#other_manner_area{
    padding: 0;
}
#other_manner_area .inner{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}
#other_manner_area h2{
    display: none;
}
#other_manner_area .title {
    height: 7rem;
    padding: 5px 0 0;
}
#other_manner_area .txt {
    font-size: 1.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 0 auto;
}
/* ========================================

swiper

 ======================================== */
#other_manner_area .swiper-container {
  margin: 0 -3%
}
#other_manner_area .swiper-container {
  padding: 0 10px
}
#other_manner_area .swiper-pagination {
  position: relative;
  margin-top: 10px;
  bottom: auto !important
}
#other_manner_area .swiper-button-next:after,
#other_manner_area .swiper-container-rtl,
#other_manner_area .swiper-button-prev:after {
  content: none !important;
}
#other_manner_area .swiper-button-prev {
  left: -10px;
}
#other_manner_area .swiper-button-next {
  right: -10px;
}
#other_manner_area .swiper-button-prev,
#other_manner_area .swiper-button-next {
  position: absolute;
  top: 44%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  width: 40px;
  height: 48px;
  background-size: 36px 48px;
}
#other_manner_area .swiper-button-next {
  background-image: url(/cmn/images/arrow.svg);
}
#other_manner_area .swiper-button-prev {
  background-image: url(/cmn/images/arrow.svg);
  transform: scale(-1, 1);
}
#other_manner_area .swiper-pagination-bullet-active {
  background-color: #42b0bb
}

#other_manner_area .swiper-slide{
	padding: 5px;
	background-color: #fff;
}

#other_manner_area .title{
	height: 7rem;
	padding: 5px 0 0;
}


@media screen and (min-width: 768px){
    #other_manner_area .swiper-wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #other_manner_area .swiper-wrapper li{
        width: 18%!important;
        margin-right: 0!important
    }
    #other_manner_area .swiper-pagination,
    #other_manner_area .swiper-button-prev,
    #other_manner_area .swiper-button-next{
        display: none;
    }
}