@charset "utf-8";

body.nose-lp {
  font-family: "Noto sans JP", sans-serif;
  font-size: 14px;
}
body.nose-lp .main p {
  color: #303030;
  line-height: 170%;
  /* font-size: 14px; */
}
body.nose-lp .main a {
  text-decoration: none;
}

.nose-lp a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
.nose-lp a:active,
.nose-lp a:focus {
  outline: 0;
}

.nose-lp ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nose-lp li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nose-lp img {
  border-style: none;
  padding: 0;
  margin: 0;
}

.nose-lp .pc-only {
  display: block;
}
.nose-lp .sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .nose-lp .pc-only {
    display: none;
  }
  .nose-lp .sp-only {
    display: block;
  }
}

.nose-lp img {
  max-width: 100%;
}

.nose-inner {
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .nose-inner {
    width: 92%;
    margin: 0 auto;
  }
}

.mv-img img {
  width: 100%;
}

.about-area {
  position: relative;
  margin: 5em auto;
}
.about-area p {
  font-size: 20px;
  text-align: center;
}
.about-area p.ttl {
  font-weight: bold;
  font-size: 30px;
}
.about-area p.txt-right {
  color: #666 !important;
  text-align: right;
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
  .about-area p {
    font-size: 16px;
  }
  .about-area p.ttl {
    font-size: 20px;
  }
}

.thought-area .ttl,
.shop-area .ttl {
  font-size: 26px;
  text-align: center;
  margin: 1em 0;
}

.thought-area p,
.shop-area p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .thought-area .ttl,
  .shop-area .ttl {
    font-size: 24px;
  }

  .thought-area p,
  .shop-area p {
    font-size: 16px;
  }
}

.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
.row > div {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .row {
    display: block;
    margin-bottom: 40px;
  }
  .row > div {
    width: 100%;
  }
}

.row.reverse {
  flex-direction: row-reverse;
}

/* btn-area */
.btn-area {
  max-width: 800px;
  margin: 50px auto;
}
.btn-area a {
  transition: all 0.3s;
}

.btn-area a .img-block {
  width: 40%;
  text-align: center;
}

.btn-area a .txt-block {
  width: 55%;
}
.btn-area a .txt-block p {
  font-size: 18px;
  font-weight: bold;
}
.btn-area a .txt-block p.organic {
  /* color: #fff!important; */
  background: #e5d07a;
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  padding: 6px 15px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  line-height: 1;
}
.btn-area a .txt-block p.name {
  font-size: 34px;
}
.btn-area a .txt-block p.name span {
  font-size: 24px;
  padding-left: 10px;
}
.btn-area a .txt-block p.price {
  font-size: 24px;
}
.btn-area a .txt-block p.price span {
  color: #ff4343;
  letter-spacing: 3px;
  font-size: 38px;
  padding-right: 5px;
}
.btn-area a .txt-block .btn-txt {
  margin-top: 20px;
}
.btn-area a .txt-block .btn-txt span {
  font-size: 32px;
  text-align: center;
  color: #fff;
  background: #a9cb9b;
  padding: 15px 30px;
  border-radius: 42px;
  min-width: 350px;
  display: inline-block;
}

.btn-area a p.limited {
  position: absolute;
  top: -14px;
  left: -14px;
  background: #ff4343;
  color: #fff !important;
  border-radius: 50%;
  font-weight: bold;
  font-size: 20px;
  width: 80px;
  height: 80px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1000px) {
  .btn-area {
    width: 94%;
  }
  .btn-area a .txt-block .btn-txt span {
    min-width: unset;
  }
}

@media screen and (max-width: 768px) {
  .btn-area a {
    border-radius: 22px;
    display: block;
  }
  .btn-area a .img-block {
    width: 100%;
  }
  .btn-area a .img-block img {
    max-width: 300px;
  }

  .btn-area a .txt-block {
    width: 100%;
  }

  .btn-area a .txt-block p.organic {
    text-align: center;
    display: block;
  }
  .btn-area a .txt-block p.name {
    text-align: center;
    margin-bottom: 15px;
    line-height: 38px;
  }
  .btn-area a .txt-block p.name span {
    padding-left: 0;
    display: block;
  }
  .btn-area a .txt-block p.production-area {
    text-align: center;
  }

  .btn-area a .txt-block p.price {
    text-align: center;
  }
  .btn-area a .txt-block .btn-txt {
    text-align: center;
  }
  .btn-area a .txt-block .btn-txt span {
    font-size: 22px;
    padding: 10px 40px;
    display: block;
  }
}
