@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

article, aside, footer, header, nav, section, figcaption, figure, main, details, menu {
  display: block;
}

body {
  font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  font-size: 14px;
  color: #3c3c3c;
  line-height: 1.5;
}

a {
  color: #3c3c3c;
  text-decoration: none;
}

a:hover {
  color: #00a5b8;
  text-decoration: underline;
}

a img:hover {
  opacity: 0.6;
  transition: 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

ul.list,
ol.list {
  list-style: none;
}

/* ==========================================
  ヘッダー(header.html)
========================================== */
#header {
  margin-bottom: 66px;
}

#headeBar {
  position: relative;
  background: rgba(0, 165, 184, 0.8);
  z-index: 1;
}

.headWrap {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 960px;
}

#headeBar .logo {
  padding: 10px 0;
}

#headeBar .subNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#headLink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 14px;
}

#headLink li {
  padding: 0 12px;
  border-right: 2px solid #fff;
}

#headLink li:first-child {
  padding-left: 0;
}

#headLink li:last-child {
  padding-right: 0;
  border-right: 0;
}

#headLink a {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#headSearch {
  position: relative;
  margin-right: 15px;
}

#headSearch form .txt {
  padding-left: 10px;
  width: 178px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 6px;
  outline: 0;
  font-size: 11px;
  font-weight: bold;
}

#headSearch form .txt::placeholder {
  color: #9c9c9c;
}

#headSearch form .btn {
  position: absolute;
  top: 8px;
  right: 12px;
}

#headBtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#headBtn .cart {
  margin-right: 11px;
}
/*
#headWord {
  position: relative;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
}

#headWord .headWrap {
  justify-content: flex-start;
}

#headWord dt {
  margin-right: 1em;
  font-weight: bold;
}

#headWord .list {
  display: flex;
  align-items: center;
}

#headWord .list li:not(:last-child) {
  margin-right: 0.5em;
}

#headWord .list a {
  display: block;
  padding: 5px 8px;
  background: #68b82e;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
}

#headWord .list a:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: 0.3s ease-in-out;
}
*/
#fv {
  position: relative;
  margin-top: -71px;
  z-index: 0;
}

#fv .catch {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 35.5px 0 0;
  transform: translate(-50%, -50%);
  z-index: 2;
}

#fv .catch img {
  width: 604px;
  max-width: 604px;
}

.swiper-fv {
  position: relative;
  z-index: 1;
}

.swiper-fv .swiper-slide {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}

.swiper-fv .swiper-slide img {
  max-width: none;
}

#gNav {
  margin-bottom: 50px;
}

#gNav .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  width: 960px;
}

#gNav .list a {
  display: block;
  padding: 0;
  width: 120px;
  color: #595757;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

#gNav .list a  span {
  font-size: 15px;    
}

#gNav .list a:hover {
  color: #00a5b8;
}

#gNav .list img {
  margin-bottom: 24px;
}
/*
#headBanner {
  margin: -43px 0 40px;
}

#headBanner .banner {
  text-align: center;
}

#headBanner .banner:not(:last-child) {
  margin-bottom: 1em;
}
*/
#headRecommend {
  position: relative;
  padding: 0 0 30px;
}

#headRecommend::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 150px;
  background: #e2f2f4;
}

#headRecommend h2 {
  margin-bottom: 28px;
  text-align: center;
}

.swiper-recommend .swiper-wrapper {
  transition-timing-function: linear !important;
}

.swiper-recommend {
  position: relative;
}

.swiper-recommend .swiper-slide {
  margin-right: 16px;
  width: auto !important;
}

.swiper-recommend .swiper-slide img {
  width: 180px;
  height: auto;
}

/* ==========================================
  メイン部分(main.html)
========================================== */
#main {
  width: 760px;
}

.topTitle {
  margin-bottom: 50px;
  text-align: center;
}

#main .itemList {
  display: flex;
  flex-wrap: wrap;
}

#main .itemList .itemBox {
  margin-right: 13px;
  margin-bottom: 24px;
  width: 180px;
}

#main .itemList .itemBox:nth-child(4n) {
  margin-right: 0;
}

#main .itemList .itemPrice {
  color: #525252;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}

.topBtn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 338px;
  height: 59px;
  background: #00a5b8;
  border-radius: 5px;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.1em;
  box-shadow: 0px 3px 8.7px 1.3px rgba(84, 84, 84, 0.3);
}

.topBtn a::after {
    content: "";
    position: absolute;
    right: 24px;
    display: inline-block;
    width: 11px;
    height: 18px;
    background: url(../img/icon-arrow_w.png) center no-repeat;
    background-size: contain;
}

.topBtn a:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: 0.3s ease-in-out;
}

.topBtn a:active {
  position: relative;
  top: 2px;
}

#topPickup,
#topNew,
#topAbout {
  margin-bottom: 100px;
}

#topNew .itemList {
  margin-bottom: 26px;
}

#aboutWrap {
  position: relative;
}

#aboutWrap::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 48px;
  display: block;
  width: 535px;
  height: 863px;
  background: #fbeffb;
  z-index: -1;
}

#aboutPh01 {
  margin-bottom: 40px;
  text-align: center;
}

#aboutPh01 img {
  width: 575px;
}

#aboutInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

#aboutPh02 {
  width: 300px;
}

#aboutTxt {
  width: 412px;
  text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, 0px 3px 0 #fff, 0 -3px 0 #fff, -3px 0 0 #fff, 3px 0 0 #fff;
}

#aboutTxt p {
  margin-bottom: 1em;
  font-size: 17px;
  line-height: 1.58;
}

#aboutTxt p:last-child {
  margin-bottom: 0;
}

#aboutPh03 {
  text-align: center;
}

#aboutPh03 img {
  margin-right: -20px;
  width: 576px;
}

#topUse {
    margin:  0 auto 30px;
}

#useInner {
 padding: 46px 40px;
  background: #e2f2f4;
}

#useText {
  margin-bottom: 68px;
  text-align: center;
}

#useList {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 40px;
  margin-bottom: 10px;
}

#useList li {
  position: relative;
  width: 200px;
  background: #fff;
  counter-increment: num;
}

#useList li:nth-child(2n) {
  margin-right: 0;
}

#useList li::before {
  position: absolute;
  top: -19px;
  left: -13px;
  content: counter(num);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  color: #fff;
  background: #772a76;
  border-radius: 100%;
  font-family: "Times New Roman", serif;
  font-size: 28px;
  /*font-weight: bold;*/
}

#useList .ph img {
  vertical-align: bottom;
}

#useList li .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
}

#useList li .ttl {
  color: #111111;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;    
}


/* ==========================================
  レフトナビ(leftnavi.html)
========================================== */
#leftNav {
  width: 180px;
}

#leftNav .obi {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  padding-bottom: 21px;
  background: url(../img/side-obi-bgimg.png) left bottom no-repeat;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
}

#leftSearch {
  margin-bottom: 24px;
}

#leftSearch dt {
  margin-bottom: 8px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
}

#leftSearch dd {
  position: relative;
}

#leftSearch form .txt {
  padding-left: 10px;
  width: 178px;
  height: 30px;
  border: 2px solid #838383;
  border-radius: 10px;
  outline: 0;
  font-size: 11px;
  font-weight: bold;
}

#leftSearch form .txt::placeholder {
  color: #9c9c9c;
  font-weight:  normal;
}

#leftSearch form .btn {
  position: absolute;
  top: 8px;
  right: 12px;
}

#leftLink,
#leftCat,
#leftPrice,
#leftRank,
#leftTxt {
  margin-bottom: 55px;
}

#leftLink li:not(:last-child) {
  margin-bottom: 16px;
}

#leftLink a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 60px;
  background: #00a5b8;
  border-bottom: 5px solid #efbaee;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

#leftLink a::after {
  content: "";
  position: absolute;
  right: 16px;
  display: inline-block;
  background: url(../img/icon-arrow_w.png) center no-repeat;
  background-size: contain;
  width: 11px;
  height: 18px;
}

#leftLink a:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: 0.3s ease-in-out;
}

#leftLink a:active {
  position: relative;
  top: 2px;
  border-bottom-width: 1px;
}

#leftLink a span {
  display: inline-block;
  margin-left: -20px;
}

#leftCat li a {
  display: flex;
  align-items: center;
  padding: 14px 0;
  background: url(../img/line-left.png) left bottom no-repeat;
  font-size: 16px;
  letter-spacing: 0.1em;
}

#leftCat li.sweets a {
  letter-spacing: 0.03em;
}

#leftCat li a::before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
}

#leftCat li.meat a::before {
  background-image: url(../img/icon-meat.png);
}

#leftCat li.fish a::before {
  background-image: url(../img/icon-fish.png);
}

#leftCat li.rice a::before {
  background-image: url(../img/icon-rice.png);
}

#leftCat li.fruit a::before {
  background-image: url(../img/icon-fruit.png);
}

#leftCat li.vegetable a::before {
  background-image: url(../img/icon-vegetable.png);
}

#leftCat li.product a::before {
  background-image: url(../img/icon-product.png);
}

#leftCat li.sweets a::before {
  background-image: url(../img/icon-sweets.png);
}

#leftCat li.drink a::before {
  background-image: url(../img/icon-drink.png);
}

#leftCat li.spices a::before {
  background-image: url(../img/icon-spices.png);
}

#leftCat li.camp a::before {
  background-image: url(../img/icon-camp.png);
}

#leftCat li.general a::before {
  background-image: url(../img/icon-general.png);
}

#leftCat li.flower a::before {
  background-image: url(../img/icon-flower.png);
}

#leftCat li.regular a::before {
  background-image: url(../img/icon-regular.png);
}

#leftPrice li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 12px 18px 10px;
  background: url(../img/line-left.png) left bottom no-repeat;
  font-size: 18px;
  letter-spacing: 0.1em;
}

#leftPrice a::after {
  content: "";
  display: inline-block;
  background: url(../img/icon-arrow_g.png) center no-repeat;
  background-size: contain;
  width: 11px;
  height: 18px;
}

#leftRank .obi {
  margin-bottom: 22px;
}

#leftRank li:not(:last-child) {
  margin-bottom: 16px;
}

#leftRank .rank {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em
}

#leftRank .rank img {
  margin-right: 11px;
}

#leftRank .price {
  color: #363536;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: right;
}

#leftTxt {
  background: #fff;
  border: 1px solid #772a76;
}

#leftTxt dt {
  padding: 10px 0;
  background: #772a76;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}

#leftTxt dd {
  padding: 10px;
  font-size: 12px;
}

#leftTxt dd p:not(:last-child) {
  margin-bottom: 0.5em;
}


/* ==========================================
  フッター(footer.html)
========================================== */
#footer {
  margin-top: 100px;
  padding-top: 74px;
  background: #00a5b8;
}

#footer .parts_title {
  margin-bottom: 50px;
  text-align: center;
}

#footerBox {
  margin: 0 auto;
  padding: 56px 52px;
  width: 960px;
  background: #fff;
}

.footerWrap {
  display: flex;
  justify-content: space-between;
}

.footerWrap:not(:last-child) {
  margin-bottom: 55px;
}

.footerTxt {
  width: 400px;
}

.footerObi {
  margin-bottom: 30px;
  color: #363536;
  border-bottom: 3px solid #772a76;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 11px;
}

.footerTxt p:not(:last-child) {
  margin-bottom: 1em;
}

.footerTxt .heading {
  font-weight: bold;
}

.footerTxt .attention {
  color: #bf0000;
  font-weight: bold;
}

#footerCopy {
  margin-top: 70px;
  padding: 42px 0 44px;
  border-top: 2px solid #fff;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
