@charset "UTF-8";
/* CSS Document */
@import url(slick.css);
@import url(slick-theme.css);
h2 {
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.0555555556;
  margin-bottom: 1em;
}

@media only screen and (max-width: 780px) {
  h2 {
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}
.swiper-container {
  position: relative;
}
.swiper-container .slideNav {
  margin: auto;
  width: 13px;
  height: 26px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 20;
}
.swiper-container .slideNav.next {
  background: url("../img/icon/icon_arrow_l.svg") no-repeat center center/contain;
  left: calc((100vw - 1200px) / 2 - 45px);
  right: auto;
}
@media (max-width: 1240px) {
  .swiper-container .slideNav.next {
    left: 1.5%;
  }
}
.swiper-container .slideNav.prev {
  background: url("../img/icon/icon_arrow_r.svg") no-repeat center center/contain;
  left: auto;
  right: calc((100vw - 1200px) / 2 - 45px);
}
@media (max-width: 1240px) {
  .swiper-container .slideNav.prev {
    right: 1.5%;
  }
}

.itemSliderArea h2 {
  text-align: center;
  margin-bottom: 30px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.itemSliderArea ul li a .txtBox {
  padding: 10px 20px 0;
  word-break: break-all;
}
@media (max-width: 480px) {
  .itemSliderArea ul li a .txtBox {
    padding: 12px 5px 0;
  }
}
.itemSliderArea ul li a .txtBox p.nameTxt {
  margin-bottom: 8px;
}
.itemSliderArea ul li a .txtBox p.nameTxt span {
  display: block;
}
.itemSliderArea ul li a .txtBox p.nameTxt span.brand {
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 5px;
}
.itemSliderArea ul li a .txtBox p.nameTxt span.name {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
@media (max-width: 480px) {
  .itemSliderArea ul li a .txtBox p.nameTxt span.name {
    font-size: 1.6rem;
  }
}
.itemSliderArea ul li a .txtBox .desc {
  line-height: 1.25;
  letter-spacing: 0.03em;
}
.itemSliderArea ul li a .txtBox .desc p {
  max-height: 52px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .itemSliderArea ul li a .txtBox .desc p {
    max-height: 68px;
  }
}
.itemSliderArea ul li a .txtBox .desc p.small {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  max-height: 52px;
}
@media (max-width: 480px) {
  .itemSliderArea ul li a .txtBox .desc p.small {
    font-size: 1.3rem;
    max-height: 48px;
  }
}
.itemSliderArea ul li a .txtBox .desc p + p {
  margin-top: 8px;
}
.itemSliderArea ul li a .txtBox p.size {
  font-size: 1.4rem;
  margin-top: 9px;
}
.itemSliderArea ul li a .txtBox p.sold {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 9px;
  color: #EB503C;
}
.itemSliderArea ul li a .txtBox p.price {
  margin-top: 3px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 480px) {
  .itemSliderArea ul li a .txtBox p.price {
    font-size: 1.6rem;
  }
}
.itemSliderArea ul li a .txtBox p.price span {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.5714285714;
}
@media (max-width: 480px) {
  .itemSliderArea ul li a .txtBox p.price span {
    font-size: 1.3rem;
  }
}
.itemSliderArea ul li a .txtBox p.price span.sale {
  color: #EB503C;
}
.itemSliderArea .slideNav.next::before {
  content: "";
  border: 0.5px solid #000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
}
.itemSliderArea .slideNav.prev::before {
  content: "";
  border: 0.5px solid #000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 780px) {
  .itemSliderArea .swiper-container {
    width: 90%;
    margin: 0 auto;
  }
  .itemSliderArea .swiper-container .swiper {
    width: 100%;
    overflow: visible;
  }
  .itemSliderArea .swiper-container .swiper.swiper-initialized .swiper-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    transform: none !important;
    transition: none !important;
  }
  .itemSliderArea .swiper-container .swiper-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 -10px;
    width: auto !important;
    transform: none !important;
  }
  .itemSliderArea .swiper-container .swiper-slide {
    width: calc(50% - 20px) !important;
    margin: 0 10px 20px !important;
    flex-shrink: 0;
    height: auto;
  }
  .itemSliderArea .swiper-container .slideNav {
    display: none !important;
  }
}

.topCategorySliderArea {
  margin-top: 120px;
}
@media (max-width: 480px) {
  .topCategorySliderArea {
    margin-top: 90px;
  }
}

/*----------------------------------------------
	slider
-----------------------------------------------*/
#eyecatch {
  margin: 0 auto;
  padding: 10px 0 10px;
  width: 100%;
  height: auto;
  /*	background: #f5f5f5;*/
}
@media (max-width: 480px) {
#eyecatch {
  padding: 30px 0 10px;
  }
}
  #eyecatch .slick-slide {
  margin: 0 10px;
}
#eyecatch .slick-slide figure {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}
#eyecatch .slick-slide figure::before {
  content: "";
  display: block;
  padding-top: 66.666%;
}
#eyecatch .slick-slide figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 780px) {
  #eyecatch .slick-slide figure img {
    margin: 0;
  }
}

#eyecatch .slick-dots {
  padding: 15px 0;
  /*background: -moz-linear-gradient(to bottom, transparent,#f5f5f5 30%,#f5f5f5); 
  background: -webkit-linear-gradient(to bottom, transparent,#fff 30%,#f5f5f5); 
  background: linear-gradient(to bottom, transparent,#f5f5f5 30%,#f5f5f5); */
  position: absolute;
  /*bottom: -25px;*/
  display: none;
}

@media (max-width: 780px) {
  #eyecatch .slick-slide img {
    padding: 0;
  }
}

/*----------------------------------------------
	main_top
-----------------------------------------------*/
#mainTop {
  margin: 0 auto;
  padding: 30px 0;
  /*
  	background: -webkit-linear-gradient( rgba(245,245,245,1) 80%, rgba(255,255,255,1) );
  	background: -o-linear-gradient( rgba(245,245,245,1) 80%, rgba(255,255,255,1) );
  	background: linear-gradient( rgba(245,245,245,1) 80%, rgba(255,255,255,1) );
  */
}

#topSleepPick {
  margin-top: 100px;
}
@media (max-width: 820px) {
  #topSleepPick {
    margin-top: 80px;
  }
}
#topSleepPick h2 {
  text-align: center;
}
#topSleepPick ul li {
  width: 32.02%;
}
#topSleepPick ul li a {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 780px) {
  #topSleepPick ul {
    display: block;
    margin: 0 auto;
  }
  #topSleepPick ul li {
    width: 65%;
    margin: 0 auto;
  }
  #topSleepPick ul li + li {
    margin-top: 20px;
  }
}

#topRecommendItem {
  margin-top: 100px;
}
@media (max-width: 480px) {
  #topRecommendItem {
    margin-top: 80px;
  }
}

#topSeasonItem {
  margin-top: 100px;
}
@media (max-width: 480px) {
  #topSeasonItem {
    margin-top: 80px;
  }
}

#topCategoryRecommendItem {
  margin-top: 100px;
}
@media (max-width: 480px) {
  #topCategoryRecommendItem {
    margin-top: 80px;
  }
}
#topCategoryRecommendItem h2 {
  text-align: left;
  margin-bottom: 30px;
}
#topCategoryRecommendItem .categoryNav {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  justify-content: space-between;
  margin-bottom: 30px;
}
#topCategoryRecommendItem .categoryNav .sp-slider {
  display: none;
}
#topCategoryRecommendItem .categoryNav ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#topCategoryRecommendItem .categoryNav ul li a {
  line-height: 1.2;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1.5em 1em;
  display: block;
  color: #e3e3e3;
  text-align: center;
  transition: all 0.2s ease;
  cursor: pointer;
}
#topCategoryRecommendItem .categoryNav ul li a.active {
  color: #5a5a5c;
}
#topCategoryRecommendItem .categoryNav ul li:nth-of-type(1) a {
  padding: 1.5em 1em 1.5em 0;
}
#topCategoryRecommendItem .categoryNav ul li:nth-last-child(1) a {
  padding: 1.5em 0 1.5em 1em;
}
@media (max-width: 1024px) {
  #topCategoryRecommendItem .categoryNav .sp-slider {
    display: block;
    width: 100%;
  }
  #topCategoryRecommendItem .categoryNav .swiper {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
  }
  #topCategoryRecommendItem .categoryNav #tabcontrol {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #topCategoryRecommendItem .categoryNav #tabcontrol.pc-tabs {
    display: none;
  }
  #topCategoryRecommendItem .categoryNav #tabcontrol li {
    width: auto;
    flex-shrink: 0;
    margin: 0 10px;
  }
  #topCategoryRecommendItem .categoryNav #tabcontrol li a {
    white-space: nowrap;
    display: block;
    padding: 10px 20px;
  }
  #topCategoryRecommendItem .categoryNav .slideNav {
    width: 13px;
    height: 26px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #topCategoryRecommendItem .categoryNav .slideNav.prev {
    left: 0;
    right: auto;
    background: url("../img/icon/icon_arrow_l.svg") no-repeat center center/contain;
  }
  #topCategoryRecommendItem .categoryNav .slideNav.next {
    right: 0;
    left: auto;
    transform: translateY(-50%) rotate(180deg);
    background: url("../img/icon/icon_arrow_l.svg") no-repeat center center/contain;
  }
}

#topBrandArea {
  margin-top: 120px;
}
@media (max-width: 480px) {
  #topBrandArea {
    margin-top: 90px;
  }
}
#topBrandArea h2 {
  text-align: left;
  margin-bottom: 30px;
}
#topBrandArea .brandSlider .slideNav {
  top: -60px;
  bottom: auto;
}
#topBrandArea .brandSlider .slideNav.next {
  left: auto;
  right: 5.56%;
}
@media (max-width: 780px) {
  #topBrandArea .brandSlider .slideNav.next {
    right: 10.56%;
  }
}
#topBrandArea .brandSlider .slideNav.prev {
  left: auto;
  right: 3%;
}
#topBrandArea .brandSlider .swiper-container .swiper.swiper-initialized .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease;
}
#topBrandArea .brandSlider .swiper-container .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
#topBrandArea .brandSlider .swiper-container .swiper-slide {
  width: auto;
  margin: 0;
}
#topBrandArea .brandSlider .swiper-container .slideNav {
  display: block !important;
}
#topBrandArea ul li a {
  display: block;
  width: 100%;
  height: auto;
}
#topBrandArea ul li a figure {
  width: 100%;
  height: auto;
}
#topBrandArea ul li a .txtBox {
  padding: 15px 20px;
}
@media (max-width: 480px) {
  #topBrandArea ul li a .txtBox {
    padding: 10px 10px;
  }
}
#topBrandArea ul li a .txtBox p.nameTxt span.name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 480px) {
  #topBrandArea ul li a .txtBox p.nameTxt span.name {
    font-size: 1.8rem;
  }
}
#topBrandArea ul li a .txtBox p.desc {
  margin-top: 12px;
  line-height: 1.25;
}

#mainTop .mainTxt {
  font-size: 1.8rem;
}

#mainTop .mainTxt h1 {
  margin: 0 auto 40px;
}

#mainTop .mainTxt p {
  margin-bottom: 40px;
  line-height: 2.2;
}

#mainTop .mainTxt ul li + li {
  margin-left: 20px;
}

#mainTop .innerBox figure {
  width: 520px;
  height: auto;
}

@media (max-width: 1200px) {
  #mainTop .mainTxt {
    font-size: 1.6rem;
    width: 60%;
  }
  #mainTop .innerBox figure {
    width: 35%;
    height: auto;
  }
}
@media (max-width: 1024px) {
  #mainTop .innerBox {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  #mainTop .mainTxt h1 {
    margin: 0 auto 20px;
  }
  #mainTop .mainTxt {
    width: 100%;
    text-align: center;
  }
  #mainTop .innerBox figure {
    margin: 0 auto;
    width: 80%;
    height: auto;
    text-align: center;
  }
  #mainTop .mainTxt ul li {
    width: 50%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  #mainTop .mainTxt p {
    margin-bottom: 20px;
    line-height: 2.1;
  }
  #mainTop .mainTxt {
    margin: 0 auto 20px;
    font-size: 1.4rem;
    text-align: left;
  }
  #mainTop .mainTxt ul {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  #mainTop .mainTxt ul li {
    width: 70%;
    text-align: center;
    margin: 0 auto;
  }
  #mainTop .mainTxt ul li + li {
    margin: 0 auto;
  }
}
/*----------------------------------------------
	scene
-----------------------------------------------*/
#sel_scene {
  margin: 80px auto;
}

#sel_scene > h1 {
  margin: 0 auto 30px;
  padding: 5px 0;
  color: #ffffff;
  font-size: 2.8rem;
  text-align: center;
  background: #53565a;
  border-radius: 10px;
}

#sel_scene .sceneBox {
  margin: 0 6% 30px 0;
  padding: 35px 25px;
  width: 47%;
  background: #f1f1f1;
  border-radius: 10px;
  border-bottom: 4px solid #e8e7e7;
  box-sizing: border-box;
}

#sel_scene .sceneBox:nth-of-type(2n) {
  margin: 0 0 30px 0;
}

@media (max-width: 780px) {
  #sel_scene .sceneBox {
    margin: 0 auto 30px;
    padding: 20px;
    width: 100%;
    background: #f1f1f1;
    border-radius: 10px;
    border-bottom: 4px solid #e8e7e7;
  }
}
@media (max-width: 480px) {
  #sel_scene .sceneBox {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
#sel_scene .sceneBox .sceneTxt {
  margin-right: 20px;
  width: calc(100% - 185px);
}

#sel_scene .sceneBox .sceneTxt > h1 {
  margin-bottom: 10px;
  font-size: 2.2rem;
  /* font-weight: 600; */
  border-bottom: 2px solid #53565a;
}

#sel_scene .sceneBox figure {
  width: 165px;
  height: auto;
}

#sel_scene .sceneBox a.btn {
  margin: 40px 0 0;
  padding: 8px 0;
  /* font-weight: 600; */
  color: #53565a;
  width: 12rem;
  height: auto;
  line-height: 1.6;
  text-align: center;
  border: 2px solid #53565a;
  background: #ffffff;
  border-radius: 8px;
  display: block;
}

@media (max-width: 1200px) {
  #sel_scene .sceneBox .sceneTxt {
    margin-right: 20px;
    width: calc(70% - 20px);
  }
  #sel_scene .sceneBox .sceneTxt > h1 {
    margin-bottom: 10px;
    font-size: 2rem;
    /* font-weight: 600; */
    border-bottom: 2px solid #53565a;
  }
  #sel_scene .sceneBox figure {
    width: 30%;
    height: auto;
  }
  #sel_scene .sceneBox a.btn {
    margin: 20px 0 0;
  }
}
@media (max-width: 480px) {
  #sel_scene .sceneBox .sceneTxt {
    margin-right: 20px;
    width: 100%;
  }
  #sel_scene .sceneBox figure {
    margin: 20px auto 0 auto;
    width: 75%;
    height: auto;
  }
  #sel_scene .sceneBox a.btn {
    margin: 20px 0 0;
    padding: 10px 0;
    width: 100%;
  }
}
/*----------------------------------------------
	itemList
-----------------------------------------------*/
.itemListArea {
  margin: 80px auto;
}

.itemListArea > h1 {
  margin-bottom: 40px;
  padding: 0 0 5px 25px;
  font-size: 2.8rem;
  /* font-weight: 600; */
  letter-spacing: 4px;
  border-left: 1px solid #53565a;
  border-bottom: 1px solid #53565a;
  border-radius: 0 0 0 10px;
  box-sizing: border-box;
}

.itemListArea > h1.list01 {
  background: url(../img/index/bg_ttl01.png) no-repeat right 10px center;
}

.itemListArea > h1.list02 {
  background: url(../img/index/bg_ttl02.png) no-repeat right 10px center;
}

.itemListArea > h1.list03 {
  background: url(../img/index/bg_ttl03.png) no-repeat right 10px center;
}

@media (max-width: 780px) {
  .itemListArea > h1 {
    margin-bottom: 40px;
    padding: 0 0 20px 25px;
    font-size: 2.8rem;
    /* font-weight: 600; */
    letter-spacing: 4px;
    border-left: 1px solid #53565a;
    border-bottom: 1px solid #53565a;
    border-radius: 0 0 0 10px;
    box-sizing: border-box;
  }
  .itemListArea > h1.list01 {
    background: url(../img/index/bg_ttl01.png) no-repeat right 10px bottom 5px;
  }
  .itemListArea > h1.list02 {
    background: url(../img/index/bg_ttl02.png) no-repeat right 10px bottom 5px;
  }
  .itemListArea > h1.list03 {
    background: url(../img/index/bg_ttl03.png) no-repeat right 10px bottom 5px;
  }
}
@media (max-width: 480px) {
  .itemListArea > h1 {
    margin-bottom: 40px;
    padding: 0 0 20px 25px;
    font-size: 2.2rem;
    /* font-weight: 600; */
    letter-spacing: 4px;
    border-left: 1px solid #53565a;
    border-bottom: 1px solid #53565a;
    border-radius: 0 0 0 10px;
    box-sizing: border-box;
  }
}
.itemListArea ul li {
  margin: 0 4% 20px 0;
  width: 22%;
  height: auto;
}

.itemListArea ul li:nth-of-type(4n) {
  margin: 0 0 20px 0;
}

.itemListArea ul li figure {
  margin-bottom: 15px;
  padding: 0;
  width: 100%;
  height: auto;
  position: relative;
}

.itemListArea ul li figure:before {
  content: "";
  padding-top: 100%;
  width: 100%;
  display: block;
}

.itemListArea ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
}

.itemListArea ul li p.ttl {
  margin-bottom: 10px;
  padding: 10px;
  text-decoration: underline;
  background: #ededed;
}

.itemListArea ul li span.price {
  text-align: right;
  display: block;
  margin-top: 10px;
}

.itemListArea ul li a:hover {
  text-decoration: none;
}

@media (max-width: 780px) {
  .itemListArea ul li {
    margin: 0 6% 20px 0;
    width: 47%;
    height: auto;
  }
  .itemListArea ul li:nth-of-type(2n) {
    margin: 0 0 20px 0;
  }
}
/*----------------------------------------------
	brand
-----------------------------------------------*/
#sel_brand {
  margin: 100px auto;
}

#sel_brand > h1 {
  margin: 0 auto 30px;
  padding: 5px 0;
  color: #ffffff;
  font-size: 2.8rem;
  text-align: center;
  background: #53565a;
  border-radius: 10px;
}

#sel_brand ul li {
  /* margin: 0 6% 30px 0; */
  margin-bottom: 30px;
  max-width: 555px;
  width: 47%;
  height: 230px;
  border: 1px solid #53565a;
  box-sizing: border-box;
}

#sel_brand ul li:nth-of-type(2n) {
  margin: 0 0 30px 0;
}

#sel_brand ul li h1 {
  padding: 12px;
  height: 53px;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  #sel_brand ul li {
    /* margin: 0 4% 30px 0; */
    width: 48%;
    height: auto;
  }
}
@media (max-width: 780px) {
  #sel_brand {
    margin: 40px auto;
  }
}
@media (max-width: 480px) {
  #sel_brand ul li {
    /* margin: 0 0 30px 0; */
    width: 100%;
  }
}
/*----------------------------------------------
	mail magazine
-----------------------------------------------*/
.mmBox {
  margin: 0 auto;
  padding: 10px 0;
  max-width: 740px;
  text-align: center;
  border: 1px solid #53565a;
  border-radius: 10px;
  display: block;
}

@media (max-width: 780px) {
  .mmBox {
    margin: 0 auto 40px;
    padding: 20px;
    width: 80%;
    border: 1px solid #53565a;
    border-radius: 10px;
  }
}
/*-----・ねむりの宅配オンライン・-----*/
#nemuridelivery-top {
  width: 100%;
  margin: 0 auto;
}

#nemuridelivery-top .innerBox {
  border: solid 1px #ccc;
  padding-top: 10px;
  padding-left: 10px;
}

#nemuridelivery-top .mainTxt {
  text-align: center;
  margin: 0 auto;
}

#nemuridelivery-top .mainTxt h1 {
  margin: 0 auto 5px;
  text-align: center;
  font-size: 2.4rem;
}

#nemuridelivery-top .mainTxt a.btn {
  margin: 20px auto 0 auto;
  padding: 8px 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  width: 28rem;
  height: auto;
  line-height: 2;
  text-align: center;
  border: 2px solid #29a7e2;
  background: #29a7e2;
  border-radius: 30px;
  display: block;
}

#nemuridelivery {
  width: 70%;
  margin: 0 auto;
  /*	background: -webkit-linear-gradient( rgba(245,245,245,1) 80%, rgba(255,255,255,1) );
  background: -o-linear-gradient( rgba(245,245,245,1) 80%, rgba(255,255,255,1) );
  background: linear-gradient( rgba(245,245,245,1) 80%, rgba(255,255,255,1) );*/
}

#nemuridelivery .mainTxt {
  font-size: 1.6rem;
}

#nemuridelivery .mainTxt h1 {
  padding-top: 50px;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 2.4rem;
}

#nemuridelivery .mainTxt img {
  text-align: center;
}

#nemuridelivery .mainTxt p {
  margin-bottom: 40px;
  line-height: 2;
  text-align: center;
}

#nemuridelivery .mainTxt ul li + li {
  margin-left: 20px;
}

#nemuridelivery .innerBox figure {
  width: 500px;
  height: auto;
}

@media (max-width: 1200px) {
  #nemuridelivery-top .innerBox {
    border: none;
    padding-top: 0;
    padding-left: 0;
  }
  #nemuridelivery-top .mainTxt h1 {
    font-size: 2.2rem;
    line-height: 1.8;
    margin-bottom: 15px;
  }
  #nemuridelivery .innerBox figure {
    margin-bottom: 20px;
  }
  #nemuridelivery {
    width: 100%;
  }
  #nemuridelivery .mainTxt {
    font-size: 1.6rem;
    width: 60%;
  }
  #nemuridelivery .innerBox figure {
    width: 35%;
    height: auto;
  }
}
@media (max-width: 1024px) {
  #nemuridelivery {
    width: 100%;
  }
  #nemuridelivery .innerBox {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  #nemuridelivery .mainTxt h1 {
    margin: 0 auto 20px;
  }
  #nemuridelivery .mainTxt {
    width: 100%;
    text-align: center;
  }
  #nemuridelivery .innerBox figure {
    margin: 40px auto 0;
    width: 80%;
    height: auto;
    text-align: center;
  }
  #nemuridelivery .mainTxt ul li {
    width: 50%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  #nemuridelivery {
    width: 100%;
  }
  #nemuridelivery .mainTxt {
    margin: 0 auto 20px;
    font-size: 1.4rem;
    text-align: left;
  }
  #nemuridelivery .mainTxt ul {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  #nemuridelivery .mainTxt ul li {
    width: 65%;
    text-align: center;
    margin: 0 auto;
  }
  #nemuridelivery .mainTxt ul li + li {
    margin: 0 auto;
  }
}
#nemuridelivery .mainTxt a.btn {
  margin: 40px auto 0 auto;
  padding: 8px 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  width: 28rem;
  height: auto;
  line-height: 2;
  text-align: center;
  border: 2px solid #29a7e2;
  background: #29a7e2;
  border-radius: 30px;
  display: block;
}

@media (max-width: 1200px) {
  #nemuridelivery .mainTxt a.btn {
    margin: 20px auto 0 auto;
  }
  .tb_opn {
    display: block;
  }
}
@media (max-width: 480px) {
  #nemuridelivery .mainTxt a.btn {
    margin: 20px auto 0 auto;
    padding: 10px 0;
    width: 70%;
  }
}
/*----------------------------------------------
	ピックアップ商品下にバナー
-----------------------------------------------*/
.insert-bn {
  width: 48%;
  margin: 0 auto;
}

@media (max-width: 780px) {
  .insert-bn {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
.accordion-buttons {
  margin: 10px auto 0;
  width: 100%;
  max-width: 225px;
}
.accordion-buttons button {
  max-width: 225px;
  width: 90%;
  border-radius: 0;
  font-weight: bold;
  font-size: 1.8rem;
  height: 50px;
  line-height: 50px;
  color: #5a5a5c;
  border: 1px solid #707070;
  background: none;
}
@media (max-width: 480px) {
  .accordion-buttons button {
    font-size: 1.6rem;
  }
}

.topKutsurogiArea {
  margin-top: 60px;
}
.topKutsurogiArea .innerBox .descBox {
  display: grid;
  grid-template-areas: "text img" "support img";
  grid-template-columns: 1fr 45%;
  gap: 30px;
  align-items: start;
}
@media (max-width: 820px) {
  .topKutsurogiArea .innerBox .descBox {
    grid-template-areas: "text" "img" "support";
    grid-template-columns: 1fr;
  }
}
.topKutsurogiArea .innerBox .descBox .text {
  grid-area: text;
  margin-bottom: 30px;
}
@media (max-width: 820px) {
  .topKutsurogiArea .innerBox .descBox .text {
    margin-bottom: 0;
  }
}
.topKutsurogiArea .innerBox .descBox .text h3 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.06em;
  line-height: 1.2857142857;
}
@media (max-width: 820px) {
  .topKutsurogiArea .innerBox .descBox .text h3 {
    font-size: 2.2rem;
  }
}
.topKutsurogiArea .innerBox .descBox .text p {
  line-height: 1.6875;
  letter-spacing: 0.03em;
}
.topKutsurogiArea .innerBox .descBox .support_content {
  grid-area: support;
  display: flex;
  gap: 20px;
}
@media (max-width: 820px) {
  .topKutsurogiArea .innerBox .descBox .support_content {
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
  }
}
.topKutsurogiArea .innerBox .descBox .support_content .support_item {
  width: 48%;
  background: none;
  max-width: 280px;
  height: 100%;
}
@media (max-width: 820px) {
  .topKutsurogiArea .innerBox .descBox .support_content .support_item {
    width: 100%;
  }
}
.topKutsurogiArea .innerBox .descBox .support_content .support_item a {
  display: block;
  width: 100%;
  border: 1px solid #707070;
  border-radius: 11px;
  text-align: center;
  background: none;
  padding: 15px 0;
}
.topKutsurogiArea .innerBox .descBox .support_content .support_item a i {
  display: block;
  margin-bottom: 10px;
}
.topKutsurogiArea .innerBox .descBox .support_content .support_item a i img {
  width: 30px;
  height: auto;
}
.topKutsurogiArea .innerBox .descBox .support_content .support_item a h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 820px) {
  .topKutsurogiArea .innerBox .descBox .support_content .support_item a h2 {
    font-size: 1.8rem;
  }
}
.topKutsurogiArea .innerBox .descBox .support_content .support_item a p.time {
  font-size: 1.4rem;
  color: #666;
}
.topKutsurogiArea .innerBox .descBox .imgBox {
  grid-area: img;
}
@media (max-width: 820px) {
  .topKutsurogiArea .innerBox .descBox .imgBox {
    width: 90%;
    margin: 0 auto;
  }
}
.topKutsurogiArea .innerBox .descBox .imgBox figure {
  width: 100%;
}
.topKutsurogiArea .innerBox .descBox .imgBox figure img {
  width: 100%;
  height: auto;
}
.topKutsurogiArea .innerBox .staffArea {
  background: #ededed;
  margin-top: 100px;
}
@media (max-width: 820px) {
  .topKutsurogiArea .innerBox .staffArea {
    display: block;
    padding: 60px 5%;
    margin-top: 80px;
  }
}
.topKutsurogiArea .innerBox .staffArea .imgBox {
  width: 54.17%;
}
@media (max-width: 820px) {
  .topKutsurogiArea .innerBox .staffArea .imgBox {
    width: 100%;
  }
}
.topKutsurogiArea .innerBox .staffArea .imgBox figure {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}
.topKutsurogiArea .innerBox .staffArea .imgBox figure::before {
  content: "";
  display: block;
  padding-top: 37.69%;
}
.topKutsurogiArea .innerBox .staffArea .imgBox figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topKutsurogiArea .innerBox .staffArea .textBox {
  width: 45.83%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 820px) {
  .topKutsurogiArea .innerBox .staffArea .textBox {
    width: 100%;
    margin-top: 30px;
  }
}
.topKutsurogiArea .innerBox .staffArea .textBox .text {
  text-align: center;
}
.topKutsurogiArea .innerBox .staffArea .textBox p {
  text-align: center;
}
.topKutsurogiArea .innerBox .staffArea .textBox p.ttl {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #000;
  margin-bottom: 5px;
}
@media (max-width: 820px) {
  .topKutsurogiArea .innerBox .staffArea .textBox p.ttl {
    font-size: 2.2rem;
  }
}
.topKutsurogiArea .innerBox .staffArea .textBox p.text {
  letter-spacing: 0.03em;
  color: rgba(0, 0, 0, 0.8);
}
.topKutsurogiArea .innerBox .staffArea .textBox .btnBox {
  max-width: 300px;
  margin: 25px auto 0;
}
@media (max-width: 820px) {
  .topKutsurogiArea .innerBox .staffArea .textBox .btnBox {
    max-width: 385px;
  }
}
.topKutsurogiArea .innerBox .staffArea .textBox .btnBox a {
  background: #fff;
  display: block;
  width: 100%;
  height: 62px;
  line-height: 62px;
  border-radius: 11px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
}
@media (max-width: 820px) {
  .topKutsurogiArea .innerBox .staffArea .textBox .btnBox a {
    font-size: 1.6rem;
  }
}

.slideNav.swiper-button-lock {
  display: none;
}

.slideNav.swiper-button-disabled {
  opacity: 0.3;
}