@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
h1 {
  background: none;
}

h2 {
  border-bottom: none;
}

h3 {
  background: none;
}

h4 {
  border-left: none;
}

img {
  vertical-align: bottom;
  height: auto;
}

/******************************
　キーカラーを指定して下さい。
******************************/

:root {
  --color-primary: #47c7c7;
  /*キーカラー(16進数)*/
  --color-primary-rgb: 71, 199, 199;
  /*キーカラー(RBG)*/
  --color-txt: #3b464f;
  /*テキストカラー(RBG)*/
}

.mv__h1 {
  margin: 0;
  padding: 0;
}

.lead {
  padding: 0 1.5em;
}

.lead__txt {
  text-align: center;
  padding: 1.2em 0;
  line-height: 2em;
  color: var(--color-txt);
  letter-spacing: .03em;
}

.nav {
  width: 94%;
  margin: .7em auto 2em;
}

.nav__list-link {
  display: flex;
  align-items: center;
  padding: .75em 1.1em;
  margin-bottom: .5em;
  position: relative;
  border: solid .14em rgba(var(--color-primary-rgb), 0.3);
}

.nav__list-link::after {
  content: "";
  width: .7em;
  height: .7em;
  border: .12em solid;
  border-color: transparent transparent var(--color-primary) var(--color-primary);
  transform: rotate(-45deg) translate(0, -50%);
  position: absolute;
  right: 1.1em;
  bottom: 1.3em;
}

.nav__item-num, .nav__item-txt {
  color: var(--color-primary);
}

.nav__item-num {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1.35em;
  letter-spacing: .06em;
}

.nav__item-txt {
  font-size: 1.1em;
  font-weight: 600;
  margin-left: .5em;
  letter-spacing: .05em;
}

.item__wrapper {
  width: 94%;
  margin: 0 auto;
}

.item-ttl__top {
  background-color: rgba(var(--color-primary-rgb), 0.8);
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 1.1em;
  letter-spacing: .1em;
  padding: .1em 0 .19em;
}

.item__ttl-num {
  font-size: 1.15em;
  margin-left: .1em;
  margin-top: 3em;
}

.item-ttl__txt-inner {
  text-align: center;
  color: var(--color-primary);
  font-size: 1.5em;
  letter-spacing: .1em;
  padding: .2em 0 .5em;
  margin-bottom: 0;
}

.item-ttl__txt-border {
  font-weight: 600;
  /* border-bottom: 2px solid rgba(var(--color-primary-rgb), 0.6); */
  padding-bottom: .1em;
}

.item {
  border-bottom: 2px solid #e7e7e9;
  margin: 1em 0 2.3em;
}

.item:last-child {
  border-bottom: none;
}

.item__about-img-height {
  height: auto;
}

.item__about-name {
  text-align: center;
  color: var(--color-primary);
  font-size: 1.5em;
  letter-spacing: .04em;
  margin-bottom: 0;
  font-weight: 600;
  padding-bottom: .15em;
  line-height: 1.4em;
}

.item__about-copy {
  text-align: center;
  display: block;
  font-size: 1.3em;
  color: var(--color-txt);
  margin-bottom: .5em;
  font-weight: 600;
  opacity: .85;
  letter-spacing: .04em;
}

.item__about-copy--marker {
  background: linear-gradient(transparent 60%, rgba(var(--color-primary-rgb), 30%) 0%);
  font-weight: 600;
}

.item__about-txt {
  color: var(--color-txt);
  margin-bottom: 2em;
  text-align: justify;
  line-height: 1.8em;
  padding: 0 .8em;
}

.item__prod-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.item__prod {
  width: 49%;
  margin-bottom: 1.8em;
  position: relative;
}

.item__prod:nth-child(odd) {
  margin-right: 1%;
}

.item__prod:nth-child(even) {
  margin-left: 1%;
}

.item__prod-img-height {
  height: auto;
}

.item__prod-name {
  text-align: center;
  letter-spacing: .04em;
  margin-bottom: 0;
  font-size: 1.12em;
  color: var(--color-txt);
  font-weight: 600;
  line-height: 1.5em;
}

.item__prod-price {
  text-align: center;
  display: block;
  margin-bottom: .6em;
  color: var(--color-txt);
  font-size: 96%;
  margin-bottom: 3.2em;
}

.item__prod-tax {
  font-size: 75%;
}

.item__prod-btn {
  font-weight: bold;
  background-color: rgba(var(--color-primary-rgb), 0.9);
  width: 72%;
  color: white;
  text-align: center;
  margin: 0 auto;
  display: block;
  border-radius: 2em;
  padding: .5em 0;
  letter-spacing: .05em;
  position: absolute;
  font-weight: 600;
  bottom: 0;
  right: 0;
  left: 0;
}
.item__prod-btn.soldout {
  background-color: #a9a9a9;
}

.item__prod-btn::after {
  content: "";
  width: .5em;
  height: .5em;
  border: 1.6px solid white;
  border-color: white white transparent transparent;
  transform: rotate(45deg);
  position: absolute;
  right: 1em;
  bottom: 1em;
}
.item__prod-btn.soldout::after {
  content: none;
  display: none;
}

.item__btn-l {
  position: relative;
  width: 97%;
  color: var(--color-primary);
  border: .1em solid rgba(var(--color-primary-rgb), 0.75);
  display: block;
  text-align: center;
  border-radius: 5em;
  padding: 1em 1.5em;
  margin: 0 auto 2em;
  font-weight: bold;
  font-size: 1.1em;
  letter-spacing: .04em;
}

.item__btn-l-inner {
  /* position: relative; */
}

.item__btn-l-inner::after {
  content: "";
  width: .6em;
  height: .6em;
  border: 2px solid white;
  border-color: rgba(var(--color-primary-rgb), 0.8) rgba(var(--color-primary-rgb), 0.8) transparent transparent;
  transform: rotate(45deg) translate(0, -50%);
  position: absolute;
  right: 20px;
  top: 50%;
  /* bottom: .2em; */
}

.category {
  width: 100%;
  background-color: #ecedef;
  padding: 1em 0 2em;
}

.category__ttl {
  text-align: center;
  color: #555;
  font-size: 1.35em;
  letter-spacing: .1em;
  line-height: 1.4em;
  font-weight: 600;
  margin-bottom: 1em;
  margin-top: .8em;
}

.category__ttl-inner {
  padding-bottom: .2em;
}

.category__list {
  width: 96%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.category__item {
  width: 46%;
  margin: 0 2% .8em 2%;
  background-color: white;
  text-align: center;
  border-radius: 2em;
  padding: .5em 1.5em .5em .5em;
  min-height: 3.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4em;
  font-weight: 600;
  position: relative;
  letter-spacing: .05em;
}

.category__item::after {
  content: "";
  width: .5em;
  height: .5em;
  border: 1.6px solid white;
  border-color: var(--color-primary) var(--color-primary) transparent transparent;
  transform: rotate(45deg);
  position: absolute;
  right: 1em;
  bottom: 40%;
}

.category__item a {
  display: block;
  color: var(--color-primary);
}

.list__mark {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  font-size: 22px;
  font-weight: 500;
}

.list__mark > li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
  width: 50%;
  color: #333;
  box-sizing: border-box;
  line-height: 1.6;
}

.list__mark > li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  border: 1px solid #aaa;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  transform: translate(0,-50%);
}

.list__mark > li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin: -5px 5px 0 5px;
  width: 8px;
  height: 15px;
  border-right: 3px solid var(--color-primary);
  border-bottom: 3px solid var(--color-primary);
  transform: rotate(50deg) translate(0,-50%);
}

.list__mark > li > span {
  padding: 0 5px;
  background: linear-gradient(transparent 60%, rgba(var(--color-primary-rgb), 30%) 60%);
}

.intro {
  border-bottom: 2px solid #e7e7e9;
}

.intro.mark {
  border-bottom: none;
}

.intro .item__about-name {
  margin-bottom: 50px;
}

/* スクリーンサイズが320px以下の場合に適用 */

@media screen and (max-width: 320px) {
  .lead__txt {
    font-size: 89%;
  }
  .nav, .item__wrapper, .category {
    font-size: 85%;
  }
  .item-ttl__txt-border {
    border-bottom: .1em solid rgba(var(--color-primary-rgb), 0.6);
  }
}

@media screen and (min-width: 769px) {
  .sp__only {
    display: none;
  }

  .mv--pc {
    border-bottom: 15px solid #ae8b64;
    background-color: #edf2f9;
  }

  .lead {
    width: 1000px;
    margin: 0 auto;
    padding: 0 1em;
  }

  .lead__txt {
    font-size: 1.15em;
    margin: 1.2em 0;
    font-weight: 300;
    letter-spacing: .07em;
    line-height: 2.3em;
  }

  .nav {
    width: 1000px;
    margin: .7em auto 3em;
  }

  .nav__list {
    display: flex;
  }

  .nav__list.row2 {
    flex-wrap: wrap;
  }

  .nav__item {
    width: 100%;
    margin: 4px;
  }

  .nav__list.row2 .nav__item {
    max-width: 325px;
  }

  .nav__list-link {
    display: flex;
    flex-direction: column;
    padding: 42px 0 22px;
    height: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
    border: solid 2px rgba(var(--color-primary-rgb), 0.3);
  }

  .nav__list-link::after {
    right: 47%;
    bottom: 14px;
    width: 14px;
    height: 14px;
    border: 2px solid;
    border-color: transparent transparent var(--color-primary) var(--color-primary);
  }

  .nav__item-num {
    font-size: 1.9em;
    line-height: 1.3em;
    position: absolute;
    top: 12px;
  }

  .nav__item-txt {
    margin-left: 0;
    font-size: 1.3em;
    font-weight: 500;
    letter-spacing: .1em;
    margin-bottom: .4em;
    padding: 0 1em;
    text-align: center;
  }

  .item {
    margin: 1em 0 70px;
  }

  .item-ttl__txt-border {
    font-weight: 500;
    font-size: 1.5em;
    padding-bottom: 0;
    letter-spacing: .15em;
  }

  .item__wrapper {
    width: 1000px;
  }

  .item-ttl__top {
    font-weight: 500;
    font-size: 1.5em;
    padding: .1em 0;
  }

  .item-ttl__txt-inner {
    margin: 28px 0 44px;
  }

  .item__about {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  /*.item__about--reverse{
      flex-direction: row-reverse;
    }*/

  li.item:nth-child(even) .item__about {
    flex-direction: row-reverse;
  }

  li.item:nth-child(even) .item__about-txt-area {
    padding: 0 60px 0 25px !important;
  }

  .item-list {
    padding: 0 16px;
  }

  .item__about-img, .item__about-txt-area {
    width: 480px;
  }

  .item__about-txt-area {
    padding: 0 0 0 55px;
  }

  .item__about-name {
    text-align: left;
    margin-left: 0;
    padding-left: 0;
    font-weight: 500;
    font-size: 1.8em;
    letter-spacing: .08em;
    margin-bottom: 2px;
  }

  .item__about-copy {
    text-align: left;
    font-weight: 400;
    letter-spacing: .05em;
    margin-bottom: 14px;
    font-size: 1.4em;
  }

  .item__about-copy--marker {
    font-weight: 500;
  }

  .item__about-txt {
    padding: 0;
    font-size: 1.1em;
    font-weight: 300;
    letter-spacing: .03em;
  }

  .item__prod-list {
    justify-content: space-between;
    width: 1000px;
  }

  .item__prod {
    width: 100%;
    min-width: 24%;
    max-width: 25%;
    padding: 0 8px;
    text-align: center;
    margin-bottom: 38px;
  }

  .item__prod-name {
    font-size: 1.25em;
    line-height: 1.5em;
    letter-spacing: .07em;
    font-weight: 500;
  }

  .item__prod-price {
    font-size: 110%;
  }

  .item__prod-btn {
    font-weight: 500;
    font-size: 1.15em;
    width: 144px;
  }

  .item__prod-btn:hover {
    opacity: .5;
    transition: .5s;
  }

  .item__prod-btn.soldout:hover {
    opacity: unset;
    transition: none;
  }

  /*** .fewer2 **/

  .item__prod-list.fewer2 .item__prod-link {
    display: flex;
    align-items: center;
  }

  .item__prod-list.fewer2 .item__prod {
    max-width: 47%;
  }

  .item__prod-list.fewer2 .item__prod-img {
    width: 230px;
  }

  .item__prod-list.fewer2 .item__prod-txt {
    width: 200px;
    padding-left: 15px;
    position: relative;
  }

  .item__prod-list.fewer2 .item__prod-name {
    margin-top: 0;
    padding-top: 0;
  }

  .item__prod-list.fewer2 .item__prod-btn {
    left: 15px;
  }

  .item__prod:nth-child(odd) {
    margin-right: 0;
  }

  .item__prod:nth-child(even) {
    margin-left: 0;
  }

  .item__btn-l {
    width: 430px;
    font-size: 18px;
    font-weight: 500;
    margin: 22px auto 70px;
    border: .12em solid rgba(var(--color-primary-rgb), 0.75);
  }

  .item__btn-l-inner::after {
    bottom: .4em;
  }

  .item__btn-l:hover {
    background-color: var(--color-primary);
    color: white;
    border: .12em solid var(--color-primary);
    opacity: .9;
    transition: .5s;
  }

  .item__btn-l:hover span::after {
    /* content: "";
    width: .6em;
    height: .6em; */
    border: 2px solid white;
    border-color: white white transparent transparent;
    /* transform: rotate(45deg);
    position: absolute;
    bottom: 1.4em; */
    right: 1.2em;
    transition: .5s;
  }

  .category {
    padding: 1em 0 4em;
  }

  .category__ttl {
    margin-bottom: 30px;
    margin-top: 40px;
  }

  .category__ttl-inner {
    font-size: 1.3em;
    font-weight: 500;
    padding-bottom: 0;
  }

  .category__list {
    width: 700px;
  }

  .category__item {
    margin: 0 1% .8em 1%;
    font-size: 1.2em;
  }

  .category__item:hover {
    opacity: 0.6;
  }

  .category__item:hover {
    background-color: var(--color-primary);
    opacity: .9;
    transition: .5s;
  }

  .category__item:hover a {
    color: white;
  }

  .category__item:hover::after {
    content: "";
    width: .6em;
    height: .6em;
    border: 2px solid white;
    border-color: white white transparent transparent;
    transform: rotate(45deg);
    position: absolute;
    right: 1.2em;
    bottom: 1.4em;
    transition: .5s;
  }

  .pane-footer {
    padding: 0;
  }

  .flex__reverse {
    flex-direction: row-reverse;
  }
  
  .flex__reverse .item__about-txt-area {
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .pc__only {
    display: none;
  }

  .list__mark {
    margin-bottom: 30px;
    flex-direction: column;
    font-size: 18px;
    font-weight: 600;
  }

  .list__mark > li {
    width: 100%;
  }

  .intro .item__about-name {
    margin-bottom: 15px;
  }
  
  .intro .item__about-txt-area {
    margin-top: 15px;
  }

  .nav__list-link::after {
    bottom: 50%;
    transform: rotate(-45deg) translate(0, -50%);
    margin: 0 0 -5px;
  }
}