/*============================================================= home =============================================================*/

#home #contents {
  padding-bottom: 0;
  /*! #about ------------------------------------------------- */
  /*! #linkList ------------------------------------------------- */
  /*! #shop ------------------------------------------------- */
  /*! #news ------------------------------------------------- */
  /*! #column ------------------------------------------------- */
}

@media (min-width: 600px) {
  #home #contents {
    padding-bottom: 0;
  }
}

#home #contents #about {
  position: relative;
  overflow: hidden;
  padding-top: 90px;
}

@media (min-width: 600px) {
  #home #contents #about {
    padding-top: 120px;
  }
}

#home #contents #about:before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 100%;
  padding-top: 50%;
  background: url(../img/home/bg_about01_sp.png) center top no-repeat;
  background-size: contain;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 600px) {
  #home #contents #about:before {
    height: 750px;
    padding-top: 0;
    background-image: url(../img/home/bg_about01_pc.png);
    background-size: cover;
  }
}

#home #contents #about .inner {
  padding: 0 10px;
}

@media (min-width: 600px) {
  #home #contents #about .inner {
    padding: 0;
  }
}

#home #contents #about .box {
	margin: 0 25px 100px;
}

@media (min-width: 600px) {
  #home #contents #about .box {
    margin-bottom: 100px;
  }
}

#home #contents #about .box .leadTxt {
	font-family: "Noto Serif Japanese", serif;
  color: #fff;
  text-align: center;
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.12em;
}

@media (min-width: 600px) {
  #home #contents #about .box .leadTxt {
    font-size: 3.6rem;
    letter-spacing: 0.12em;
  }
}

@media (min-width: 600px) {
  #home #contents #about #column .list {
    margin-right: -0;
    margin-bottom: 90px;
    margin-left: -0;
  }
  #home #contents #about #column .list .item.col {
    float: left;
    width: 328px;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
  }
  #home #contents #about #column .list .item.col+ .col{
    margin-left: 18px;
  }
}

#home #contents #about .list .item {
}
#home #contents #linkList .list .item .box {
  margin: 0;
}

@media (min-width: 600px) {
  #home #contents #about .list .item {
    margin-right: 4px;
    margin-bottom: 0;
  }
  #home #contents #about .list .item:last-child {
    margin-right: 0;
  }
  #home #contents #about .list .item .tit {
    padding-right: 0;
  }
}

#home #contents #about .list .item .stit {
  line-height: 1.3;
  padding: 18px 15px 15px 15px;
  font-weight: 700;
  font-size: 1.6rem;
}

@media (min-width: 600px) {
  #home #contents #about .list .item .stit {
    display: table-cell;
    box-sizing: border-box;
    width: 252px;
    height: 70px;
    padding: 0;
    font-size: 1.5rem;
    vertical-align: middle;
  }
}

#home #contents #about .list .item .txt {
  padding: 0 0 25px;
  font-size: 1.3rem;
  text-align: left;
}

@media (min-width: 600px) {
  #home #contents #about .list .item .txt {
    padding: 0 0 35px;
  }
}

@media (min-width: 600px) {
  #home #contents #linkList .list .col {
    float: left;
    width: 480px;
    margin: 0;
    padding: 0;
  }
  #home #contents #linkList .list .col+.col{
    float: right;
  }
}

#home #contents #linkList .list .item {
  margin-bottom: 15px;
}
#home #contents #linkList .list .item+.item {
  margin-bottom: 0;
}

@media (min-width: 600px) {
  #home #contents #linkList .list .item {
    margin-bottom: 0;
  }
}

#home #contents #shop {
  margin: 0 -10px 12px;
  padding: 25px 35px 25px;
  background: url(../img/home/bg_shop01.png) center top no-repeat;
}

@media (min-width: 600px) {
  #home #contents #shop {
		margin: 0 -200% ;
    padding: 40px 200%;
  }
}

#home #contents #shop .box {
  margin: 0 auto;
  padding: 32px 35px 38px;
  background-color: rgba(255, 255, 255, .9);
  text-align: center;
}

@media (min-width: 600px) {
  #home #contents #shop .box {
    width: 420px;
    padding: 52px 70px 60px;
  }
}

#home #contents #shop .box .tit {
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 1.8rem;
}

@media (min-width: 600px) {
  #home #contents #shop .box .tit {
    margin-bottom: 0;
    font-size: 2.8rem;
  }
}

#home #contents #shop .box .txt {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

@media (min-width: 600px) {
  #home #contents #shop .box .txt {
    margin-bottom: 19px;
    font-size: 1.5rem;
  }
}

#home #contents .bnr {
  padding: 23px 0 25px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
#home #contents .bnr .bnr-item {
  padding: 0 15px;
  max-width: 380px;
  margin: 0 auto;
}
#home #contents .bnr .bnr-line {
  position: absolute;
  width: 100%;
  height: 140px;
  background: #F3E9D0;
  top: 150px;
  z-index: -1;
}
#home #contents .bnr a div {
  font-size: 1em;
  text-align: left;
}
@media (min-width: 600px) {
	#home #contents .bnr {
	  margin: 0;
	}
	#home #contents .bnr .bnr-item {
	  max-width: 660px;
	  margin: 0;
	}
	#home #contents .bnr a img,
	#home #contents .bnr a div {
	  width: 100%;
	  max-width: 600px;
	}
	#home #contents .bnr a div {
	  font-size: 0.8em;
	}
	#home #contents .bnr .bnr-line {
	  width: 100%;
	  height: 170px;
	  top: 265px;
	  z-index: -1;
	}
	#home #contents .bnr {
	  margin: 0 auto 80px;
	  padding: 0;
	  position: relative;
	}
}

@media (min-width: 600px) {
}

#home #contents .bnr a {
  display: block;
}

@media (min-width: 600px) {
  #home #contents .bnr a {
    margin: 0 auto;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  #home #contents .bnr a:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}

#home #contents #news {
  position: relative;
  margin-bottom: 33px;
	padding: 0 5px;
}

@media (min-width: 600px) {
  #home #contents #news {
    margin-bottom: 75px;
  }
}

#home #contents #news .tit .en {
  letter-spacing: .01em;
}

#home #contents #news .list {
  margin-bottom: 25px;
}
#home #contents #news .list .tit a {
  display: block;
  padding-right: 25px;
  line-height: 1.45;
}

@media (min-width: 600px) {
  #home #contents #news .list {
    margin-bottom: 0;
  }
}

#home #contents #column {
  position: relative;
  padding: 50px 0;
  background: #ECEAED;
}


/*# sourceMappingURL=maps/home.css.map */

#home .slick-slide img {
  width: 100%;
}

#home .slick-slide img.viewPc {
  display: none;
}

@media (min-width: 600px) {
  #home .slick-slide img.viewPc {
    display: block;
  }
  #home .slick-slide img.viewSp {
    display: none;
  }
}


/*20180302add*/

@media (min-width: 600px) {
  #home #contents .bnr2 {
    margin: 0px 10px 10px 10px;
    text-align: center;
  }
  #home #contents .bnr2 a {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 20px 0;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  #home #contents .bnr2 a:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}

#home #contents .bnr2 {
  margin: 0px 10px 25px 10px;
  text-align: center;
}

#home #contents .bnr2 a {
  display: inline-block;
  padding: 0 0 20px 0;
}

.bnr2 {
  margin: 0px 10px 25px 10px;
  text-align: center;
}

.bnr2 a {
  display: inline-block;
  padding: 0 10px 20px 10px;
  text-align: center;
}


/*20180302add-end*/
/*20200706*/
/*コラム監修者*/
.mod_list02 .item .cat_10{
    display: inline-block;
    box-sizing: border-box;
    height: 20px;
    padding: 2px 8px;
    color: #fff;
    font-size: 1.1rem;
    text-align: center;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    background-color: #9E7E15;
}
@media (min-width: 600px){
.mod_list02 .item .cat_10 {
    height: 26px;
    padding: 1px 23px;
    font-size: 1.3rem;
}
}
/*コラム快眠コラム*/
.mod_list02 .item .cat_2{
    display: none;
}
@media (min-width: 600px){
.mod_list02 .item .link .cat_2{
        display: none;
    }
}

#home #contents #front-footer {
  width: 100%;
  height: 300px;
  background: url(../img/home/img_under_text.jpg) no-repeat;
  background-size: cover;
  position: relative;
  display:-webkit-box;
  display: -webkit-flex;
  display:-ms-flexbox;
  display: flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content: center;
  align-items: center;
}
#home #contents #front-footer div {
  width: 700px;
  margin: 0 auto;
  text-align: center;
}
#home #contents #front-footer span {
  font-family: "Noto Serif Japanese", serif;
  font-weight: 500;
  font-size: 1.7em;
  color: #827D79;
}
#home #contents #front-footer span:first-child {
  font-size: 1.5em;
}
@media (min-width: 600px){
	#home #contents #front-footer span:first-child {
	  font-size: 2.5em;
	}
}

#home #contents #about1 .inner,
#home #contents #about2 .inner,
#home #contents #about3 .inner,
#home #contents #pickup .inner{
  max-width: 1400px;
  margin: 0 auto 20px;
}
#home #contents #news .inner{
  max-width: 1200px;
  margin: 0 auto 20px;
}
#home #contents #column .inner{
  max-width: 1780px;
  margin: 0 auto;
}
#home #contents #about3{
  margin-bottom: 45px;
}
#home #contents #products1,
#home #contents #products2{
  margin-bottom: 30px;
}
@media (min-width: 600px){
    #home #contents #about1,
    #home #contents #about2,
    #home #contents #about3,
    #home #contents #products1,
    #home #contents #products2{
      margin-bottom: 40px;
    }
    #home #contents #about3{
      margin-bottom: 50px;
    }
	#home #contents #about1 .inner,
	#home #contents #about2 .inner,
	#home #contents #about3 .inner,
	#home #contents #products1 .inner,
	#home #contents #products2 .inner,
	#home #contents #pickup .inner{
      display:-webkit-box;
      display: -webkit-flex;
	  display:-ms-flexbox;
	  display: flex;
	  -webkit-flex-wrap:wrap;
	  -ms-flex-wrap:wrap;
	  flex-wrap:wrap;
	}
}
#home #contents #about1 .inner,
#home #contents #about2 .inner,
#home #contents #about3 .inner,
#home #contents #products1 .inner,
#home #contents #products2 .inner,
#home #contents #pickup .inner{
  position: relative;
}
#home #contents .inner-box {
  position: relative;
}
#home #contents .inner-box.main {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 600px){
	#home #contents #products1 .inner,
	#home #contents #products2 .inner {
	  max-width: 3000px;
	  margin: 0 auto;
	}
	#home #contents .inner-box.main {
	  width: 50%;
	}
}
#home #contents .inner-box.main img {
  width: 100%;
}
#home #contents .inner-box.main .short-img-r,
#home #contents .inner-box.main .large-img-r {
  position: relative;
}
#home #contents .inner-box.main .short-img-l,
#home #contents .inner-box.main .large-img-l {
  position: relative;
}
@media (max-width: 601px){
	#home #contents .inner-box.main .short-img-r.up-img {
	  width: 30%;
	  margin-bottom: 100px;
	  z-index: 10;
	}
	#home #contents .inner-box.main .large-img-r.down-img {
	  position: absolute;
	  width: 80%;
	  right: 1px;
	  top: 80px;
	  z-index: -1;
	}
	#home #contents .inner-box.main .short-img-l.up-img {
	  width: 30%;
	  margin: 0 0 80px auto;
	  z-index: 10;
	}
	#home #contents .inner-box.main .large-img-l.down-img {
	  position: absolute;
	  width: 80%;
	  left: 1px;
	  top: 80px;
	  z-index: -1;
	}
}
@media (min-width: 600px){
    #home #contents .inner-box.main .short-img-r img {
      position: absolute;
      width: 25%;
      right: 5%;
      margin-bottom: 20px;
    }
    #home #contents .inner-box.main .large-img-r img {
      position: absolute;
      top: 275px;
      width: 90%;
	  right: 0;
    }
    #home #contents .inner-box.main .short-img-l img {
      position: absolute;
      width: 25%;
      left: 5%;
      margin-bottom: 20px;
    }
    #home #contents .inner-box.main .large-img-l img {
      position: absolute;
      top: 270px;
      width: 100%;
    }
}
#home #contents #about3 .inner-box.main-sub {
    padding-top: 5%;
}

@media (min-width: 600px){
	#home #contents #about2 .inner-box.main {
		order: 2;
	}
	#home #contents #about2 .inner-box.main-sub {
		order: 1;
	}
}

@media (min-width: 1160px){
    #home #contents #about3 .inner-box.main-sub {
		padding-top: 13%;
    }
}
#home #contents .inner-box.main-sub {
  width: 90%;
  margin: 20px auto;
  padding: 0 1% 0 2%;
}
@media (min-width: 600px){
	#home #contents .inner-box.main-sub {
	  width: 45%;
	  margin: 0 auto 20px;
	  padding: 0 1% 0 2%;
	}
}
#home #contents .inner-box.main-sub h2 {
  font-family: "Noto Serif Japanese", serif;
  font-size: 1.4em;
}
@media (min-width: 1281px){
    #home #contents .inner-box.main-sub h2 {
      font-size: 2em;
    }
}
#home #contents .inner-box.main-sub h2 .viewPc{
  display: none;
}
@media (min-width: 600px){
	#home #contents .inner-box.main-sub h2 .viewPc{
	  display: block;
	}
}
#home #contents .inner-box.main-sub .sub-text {
  margin-left: 2%;
  margin-top: 20px;
}
#home #contents .inner-box .sub-text .sub-title {
  width: 600px;
}
#home #contents .inner-box .sub-text .sub-title span:first-child:before {
  content: "";
  position: absolute;
  background-color: #827E78;
  transition: 0.3s ease-in-out;
  width: 65px;
  height: 10px;
  transform-origin: 0% 50%;
}
#home #contents .inner-box .sub-text .sub-title span:first-child:after {
  content: "";
  position: absolute;
  background-color: #827E78;
  transition: 0.3s ease-in-out;
  width: 10px;
  height: 65px;
  transform-origin: 0% 50%;
}
#home #contents .inner-box .sub-text .sub-title span:last-child {
  top: 70px;
}
#home #contents .inner-box .sub-text .sub-title span:last-child:before {
  content: "";
  position: absolute;
  background-color: #827E78;
  transition: 0.3s ease-in-out;
  width: 65px;
  height: 10px;
  transform-origin: 0% 50%;
}
#home #contents .inner-box .sub-text .sub-title span:last-child:after {
  content: "";
  position: absolute;
  background-color: #827E78;
  transition: 0.3s ease-in-out;
  width: 10px;
  height: 65px;
  transform-origin: 0% 50%;
}
#home #contents .inner-box .sub-text h3 {
  font-size: 1.7em;
  font-weight: 500;
  padding: 20px 20px 15px 30px;
}
#home #contents .inner-box .sub-text h4 {
}
#home #contents .inner-box .sub-text p {
  font-size: 1.1em;
}
#home #contents .more {
  margin-left: 2%;
  margin-top: 20px;
}
@media (min-width: 600px){
	#home #contents .more {
	  margin-top: 50px;
	}
}
#home #contents #news .more,
#home #contents #column .more {
  text-align: center;
}
#home #contents #column .more {
  margin-top: 80px;
}
@media (min-width: 1281px){
    #home #contents #about3 .more {
        margin-bottom: 10%;
    }
}
#home #contents .more .more-text span.icon {
  line-height: inherit;
  padding: 0 0 0 20px;
}
#home #contents #news .more .more-text span.icon,
#home #contents #column .more .more-text span.icon {
  padding: 0 0 0 30px;
}
#home #contents .more a {
  width: auto;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#home #contents .more a span.more-line {
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #827E78;
}
#home #contents .more a span.more-line:before,
#home #contents .more a span.more-line:after {
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#home #contents .more a span.more-line:before {
  width: 0%;
  background: #FFF;
  -webkit-transition: 1.3s;
  transition: 1.6s;
}
#home #contents .more a:hover span.more-line:before {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#home #contents .more a span.more-line:after {
  width: 0%;
  background: #827E78;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#home #contents .more a:hover span.more-line:after {
  width: 100%;
  -webkit-transition: 1.3s;
  transition: 1.6s;
}
#home #contents h2.tit {
  text-align: center;
}
#home #contents .pd-area,
#home #contents .st-area{
  width: 100%;
  position: relative;
  margin: 0 0 0 auto;
}
#home #contents .pd-tit-txtimg,
#home #contents .st-tit-txtimg{
  display: none;
}
#home #contents .pd-tit-img,
#home #contents .pd-tit-img{
  position: relative;
}
#home #contents .pd-tit-img .pd-tit-txtimg,
#home #contents .st-tit-img .st-tit-txtimg{
  display: block;
  position: absolute;
  width: 90%;
  bottom: 0;
}
#home #contents .pd-text {
  background: #F3E9D0;
  padding: 30px 15px 20px;
}
#home #contents .pd-text p,
#home #contents .st-text p {
  margin: 20px 0;
}

@media (min-width: 600px){
	#home #contents .pd-area,
	#home #contents .st-area{
	  width: 90%;
	}
	#home #contents .pd-tit-txtimg,
	#home #contents .st-tit-txtimg{
	  display: block;
	  position: absolute;
	  width: 45%;
	  left: 3%;
    top: 2%;
	}
	#home #contents .pd-tit-img .pd-tit-txtimg,
	#home #contents .st-tit-img .st-tit-txtimg{
	  display: none;
	}
	
	#home #contents .pd-tit-img,
	#home #contents .st-tit-img {
	  position: absolute;
	  width: 51%;
	  max-width: 900px;
	  right: 0;
	  padding: 15px;
	  background: #FFF;
	}
	#home #contents .pd-text {
	  margin-top: 5.6%;
	  padding: 30px 0 0 60px;
	}
	#home #contents .pd-text p,
	#home #contents .st-text p {
	  width: 36%;
	  margin: 20px 0 30px;
	}
}
#home #contents .pd-text-tit,
#home #contents .st-text-tit {
  font-family: "Noto Serif Japanese", serif;
  font-size: 2em;
}
#home #contents .pd-area .more,
#home #contents .st-area .more {
  margin-left: 0;
}
#home #contents .pd-area .more a:first-child,
#home #contents .st-area .more a:first-child {
  margin-right: 50px;
}
#home #contents .pd-slide,
#home #contents .st-slide {
  width: 95%;
}
#home #contents .pd-slides .pd-slide-img {
  margin-top: 30px;
}
#home #contents .pd-slides .pd-slide-img a:hover .slider {
  opacity: 0.8;
}
#home #contents .pd-slides .pd-slide-txt-tit {
  margin: 10px 0;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}
#home #contents .pd-slides .pd-slide-txt-det{
  margin-bottom: 30px;
}
@media (min-width: 600px){
    #home #contents .pd-slide {
      width: 100%;
      overflow: hidden;
      position: relative;
      margin-top: 3%;
    }
    #home #contents .pd-slides {
	  width: 130%;
    }
    #home #contents .pd-slides .pd-slide-img > div.left {
	  max-width: 1200px;
      width: 47%;
      margin-right: 30px;
      -webkit-box-ordinal-group:1;
	  -ms-flex-order:1;
	  -webkit-order:1;
	  order:1;
    }
    #home #contents .pd-slides .pd-slide-img > div.right {
	  max-width: 1200px;
      width: 47%;
      margin-right: 0;
      -webkit-box-ordinal-group: 2;
	  -ms-flex-order: 2;
	  -webkit-order: 2;
	  order: 2;
    }
    #home #contents .slider > a {
      display: inline-flex;
      width: 1.5rem;
      height: 1.5rem;
      background: white;
      text-decoration: none;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      margin: 0 0 0.5rem 0;
      position: relative;
    }
    #home #contents .slider > a:active {
      top: 1px;
    }
    #home #contents .slider > a:focus {
      background: #000;
    }
    #home #contents .pd-slide .pd-slide-btn {
      position: absolute;
      top: 2.5%;
      right: 20%;
    }
    #home #contents .pd-slide .pd-slide-btn span {
      color: #403434;
      margin: 0 5px;
    }
    #home #contents .pd-slide .pd-slide-btn span:not(:first-child) {
      opacity: 0.8;
    }
    #home #contents .pd-slide .pd-slide-btn button {
      color: #403434;
      margin: 0 20px;
      border-radius: 50%;
      border: 1px solid #403434;
      outline: none;
    }
    #home #contents .pd-slide .pd-slide-btn button {
      color: #403434;
      background: #F3E9D0;
    }
    #home #contents .pd-slide .pd-slide-btn button:not(:last-child) {
      width:50px;
      height:50px;
      font-size:2rem;
    }
    #home #contents .pd-slide .pd-slide-btn button:last-child {
      width:50px;
      height:50px;
      font-size:2rem;
    }
    #home #contents .pd-slide .pd-slide-btn button:hover {
      color: #FFF;
      background: #403434;
    }
    #home #contents .pd-slides .pd-slide-txt {
      border: 1px solid #382e2c;
      position: absolute;
      z-index: 2;
      width: 465PX;
      padding: 5px;
      text-align: left;
    }
    #home #contents .pd-slides .pd-slide-txt .pd-slide-txt-area {
      border: none;
      background: rgba(255,255,255,0.55);
	  min-height: 206px
    }
    #home #contents .pd-slides .pd-slide-txt .pd-slide-txt-link-area {
      border: none;
      padding: 20px;
	  min-height: 206px
    }
    #home #contents .pd-slides .pd-slide-txt .pd-slide-txt-tit {
      margin-bottom: 10px;
      font-size: 1.3em;
    }
    #home #contents .pd-slides .pd-slide-txt .pd-slide-txt-tit.left,
    #home #contents .pd-slides .pd-slide-txt .pd-slide-txt-det.left{
      display: block;
    }
    #home #contents .pd-slides .pd-slide-txt .pd-slide-txt-tit.right,
    #home #contents .pd-slides .pd-slide-txt .pd-slide-txt-det.right{
      display: none;
    }
    #home #contents .pd-slides .pd-slide-img {
      width: 85%;
      display:-webkit-box;
	  display: -webkit-flex;
	  display:-ms-flexbox;
	  display: flex;
	  -webkit-flex-wrap:wrap;
	  -ms-flex-wrap:wrap;
	  flex-wrap:wrap;
      align-items: center;
      transition: transform 400ms ease-out;
      margin: 45px 0 0 auto;
    }
    #home #contents .left ul.slider {
      margin: 45px 0 0 auto;
    }
    #home #contents .right ul.slider {
      margin: 45px auto 0 0;
    }
}
#home #contents .innerback{
	display: none;
}
@media (min-width: 1281px){
	#home #contents #about3 .innerback{
		display: none;
	}
}
@media (min-width: 600px){
	#home #contents .innerback{
		display: block;
	}
}

#home #contents .pd-area .innerback,
#home #contents .st-area .innerback{
    margin-top: -13%;
}
#home #contents .innerback img{
    width: 100%;
}
#home #contents .st-text {
  background: #ECEAEB;
  padding: 30px 15px 50px 15px;
}
@media (min-width: 600px){
	#home #contents .st-text {
	  margin-top: 5.6%;
	  padding: 30px 0 0 60px;
	}
}
#home #contents .st-slide {
  width: 100%;
  height: 442px;
  overflow: hidden;
  position: relative;
  margin-top: 10%;
}
#home #contents .st-slides {
  width: 100%;
  overflow-x: scroll;
  position: relative;
}
#home #contents .st-slides .st-slide-area {
  width: 2200px;
  display:-webkit-box;
  display: -webkit-flex;
  display:-ms-flexbox;
  display: flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
#home #contents .st-slide .st-slide-btn {
  width: 100%;
  margin: 0 0 20px auto;
}
#home #contents .st-slide .st-slide-btn button {
  color: #403434;
  margin: 0 5px;
  border-radius: 50%;
  border: 1px solid #403434;
  outline: none;
  padding:0;
  width:30px;
  height:30px;
}
#home #contents .st-slide .st-slide-btn button {
  color: #403434;
  background: #ECEAEB;
}
/*#home #contents .st-slide .st-slide-btn button:last-child {
  position: absolute;
  right: 0;
}*/
#home #contents .st-slide .st-slide-btn button:hover {
  color: #FFF;
  background: #403434;
}
#home #contents .st-slides .st-slide-area .st-slide-list {
  margin-right: 20px;
}
#home #contents .st-slides .st-slide-area .st-slide-list a:hover .st-slide-img,
#home #contents .st-slides .st-slide-area .st-slide-list a:hover .st-slide-text {
  opacity: 0.8;
}
#home #contents .st-slides .st-slide-area .st-slide-list .st-slide-img {
  width: 350px;
}
#home #contents .st-slide-text p {
  width: 100%;
  margin: 0;
}
#home #contents .semi-title {
  position: relative;
}
#home #contents .semi-title span.text-line {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #827E78;
}
#home #contents .semi-item {
  font-family: "Noto Serif Japanese", serif;
  font-size: 1.2em;
}
@media (min-width: 600px){
	#home #contents .st-slide {
	  height: 480px;
	  margin-top: 3%;
	}
	#home #contents .st-slide .st-slide-btn {
	  width: 25%;
	  margin: 0 0 20px auto;
	}
    #home #contents .st-slide .st-slide-btn button:not(:last-child) {
      width:50px;
      height:50px;
      font-size:2rem;
    }
    #home #contents .st-slide .st-slide-btn button:last-child {
      width:50px;
      height:50px;
      font-size:2rem;
      position: static;
    }
}
#home #contents .cl-slide {
  width: 100%;
  height: 328px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 600px){
	#home #contents .cl-slide {
	  height: 360px;
	}
}
#home #contents .cl-slides {
  width: 100%;
  padding: 0 30px;
  overflow-x: scroll;
  position: relative;
}
#home #contents .cl-slides .cl-slide-area {
  width: 3500px;
  display:-webkit-box;
  display: -webkit-flex;
  display:-ms-flexbox;
  display: flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
#home #contents .cl-slides .cl-slide-area .cl-slide-list {
  margin-right: 20px;
  width: 350px;
  background: #FFF;
  padding-right: 15px;
}
#home #contents .cl-slide-btn {
  width: 100%;
  position: relative;
  margin: 30px auto;
}
#home #contents .st-slides .st-slide-area .st-slide-list:last-of-type{
  margin-right:0;
}
@media (min-width: 600px){
	#home #contents .cl-slide-btn {
	  width: 50%;
	}
  #home #contents .st-slides .st-slide-area {
    width:3330px;
  }
  #home #contents .st-slides .st-slide-area .st-slide-list:last-of-type{
    margin-right:20px;
  }
}
#home #contents .cl-slide-btn span {
  color: #403434;
  margin: 0 5px;
}
#home #contents .cl-slide-btn span:not(:first-child) {
  opacity: 0.8;
}
#home #contents .cl-slide-btn button {
  color: #403434;
  margin: 0 5px;
  border-radius: 50%;
  border: 1px solid #403434;
  outline: none;
}
#home #contents .cl-slide-btn button {
  color: #403434;
  background: #ECEAEB;
}
#home #contents .cl-slide-btn button:not(:last-child) {
  position: absolute;
  left: 10px;
  padding: 2px 7px 2px 3px;
}
#home #contents .cl-slide-btn button:last-child {
  position: absolute;
  right: 10px;
  padding: 2px 3px 2px 7px;
}
#home #contents .cl-slide-btn button:hover {
  color: #FFF;
  background: #403434;
}
@media (min-width: 600px) { .cl-slide-area .item .img { height: 201px; overflow: hidden; }  .cl-slide-area .item .img img { max-height: 100%; } }
@media (min-width: 600px) { .cl-slide-area .item .link { display: block; opacity: 1; -webkit-transition: all .3s; transition: all .3s; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }  .cl-slide-area .item .link:hover { opacity: .7; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; } }
.cl-slide-area .item .link .cat-content { padding-left: 15px; padding-bottom: 20px; }
.cl-slide-area .item .link .cat { box-sizing: border-box; height: 20px; padding: 2px 8px; color: #fff; font-size: 1.1rem; text-align: center; -webkit-transform: translateY(-100%); transform: translateY(-100%); }
@media (min-width: 600px) { .cl-slide-area .item .link .cat { height: 26px; padding: 1px 10px; font-size: 1.3rem; } }
.cl-slide-area .item .link .cat.cat-column { background-color: #aea985; }
.cl-slide-area .item .link .cat.cat-report { background-color: #9eacc8; }
.cl-slide-area .item .link .cat.cat-shop { background-color: #f3b5aa; }
.cl-slide-area .item .link .tit { margin-top: 2px; font-weight: 700; font-size: 1.4rem; }
@media (min-width: 600px) { .cl-slide-area .item .link .tit { display: inline-block; margin-top: 0; font-size: 1.6rem; } }
.cl-slide-area .item .link .time { margin-top: -10px; color: #a19f9f; font-weight: 400; font-size: 1.2rem; }
@media (min-width: 600px) { .cl-slide-area .item .link .time { margin-top: -13px; margin-bottom: 10px; font-size: 1.3rem; } }
@media (min-width: 600px) { .cl-slide-area .item .link .txt { margin-top: -2px; font-size: 1.4rem; } }

@media (min-width: 600px) { 
  #home #contents .pd-text-tit,
  #home #contents .st-text-tit {
    font-family: "Noto Serif Japanese", serif;
    font-size: 2.5em;
  }
  #home #contents .st-slide .st-slide-btn button{
    margin: 0 20px;
  }
}
.pc{
  display: none;
}
.sp{
  display: block;
}
@media (min-width: 600px) { 
  .pc{
    display: block;
  }
  .sp{
    display: none;
  }
}

/* 母の日バナーのCSS ※「common.css」の#home #mainimgのmarginを非表示にしています*/

#home .bnr_mom {
  margin: 15px auto;
  text-align: center;
}

@media (min-width: 600px) {
  #home .bnr_mom {
    width: 100%;
    margin: 30px auto ;
    text-align: center;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  #home .bnr_mom a:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}

/* 母の日バナーのCSS ここまで*/

/* add 20250324 */
#home #contents .st-tit-img .st-tit-txtimg {
  display: block;
  position: absolute;
  width: 40%;
  bottom: 0;
  top: auto;
}

#home #contents .st-tit-txtimg {
  display: none;
}

@media (min-width: 600px) {
  #home #contents .st-tit-img .st-tit-txtimg {
    display: none;
  }
  #home #contents .st-tit-txtimg {
    display: block;
    position: absolute;
    width: 22%;
    left: 3%;
    top: 1%;
  }
}