@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;

  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {
  outline: 0 !important;
  text-decoration: none !important;
}
html,
body {
  margin: 0 !important;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
input,
textarea {
  max-width: 100%;
  font-size: inherit;
  font-family: inherit;
}
caption,
th,
td {
  text-align: left;
  padding: 5px 10px;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a img {
  border: none;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main,
time {
  display: block;
}
a {
  color: #191919;
  text-decoration: none;
}
a:hover,
a:active {
  color: #fff;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
span {
  margin: 0px;
  padding: 0px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}
figure {
  max-width: 100%;
}
* {
  box-sizing: border-box;
}
:root {
  --color-1: #68462f;
  --color-2: #faffdc;
  --color-3: #91c64f;
  --color-4: #6a72b5;
}
/*page
----------------------------------------------------*/
body {
  margin: 0px;
  padding: 0px;
  background-color: var(--color-2);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: var(--color-1);
  text-decoration: none;
  line-height: 1.7;
  position: relative;
}
.fl {
  float: left;
}
.fr {
  float: right;
}

.bold {
  font-weight: bold;
}
.mobile {
  display: none;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.txt-green {
  color: var(--color-3);
}
.txt-brown {
  color: var(--color-1);
}
.txt-purple {
  color: var(--color-4);
}
.relative {
  position: relative;
}
table td,
table th {
  border: 1px solid #000000;
  padding: 10px;
  vertical-align: middle;
  width: auto;
}
input,
textarea {
  border: 1px solid #000000;
  padding: 3px 10px;
}
a:hover img {
  opacity: 0.8;
}
.container {
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
}
.container-sm {
  max-width: 830px;
}
.icon-dot {
  position: relative;
  padding-left: 25px;
  display: block;
}
.icon-dot:before {
  content: "";
  position: absolute;
  background: url(../img/icon-dot.png) center no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  left: 0;
  top: 5px;
}
.icon-arrow {
  position: relative;
  padding-right: 20px;
}
.icon-arrow:before {
  content: "";
  position: absolute;
  background: url(../img/icon-arrow.png) center no-repeat;
  background-size: 23px;
  width: 23px;
  height: 23px;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}
.color-white{
  color: #fff;
}
.tit-md {
  font-size: 28px;
}
.subtit-sec{
  font-size: 12px;
  margin: 10px 0 25px 0;
}
.box-titdecr {
    display: flex;
    justify-content: center;
}
.tit-descr {
    max-width: 800px;
    width: 100%;
    text-align: left;
}
.tit-lg {
  font-size: 36px;
}
.btn-animation.btn-ft {
  background: #fff;
  color: #09572c;
  font-size: 16px;
  border-radius: 30px;
  padding: 10px 25px;
  border: 0px;
}
.btn-animation {
  padding: 10px 40px;
  color: #fff;
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  border: 1px solid var(--color-4);
  background: var(--color-4);
  border-radius: 15px;
  font-size: 18px;
}
.btn-animation:before {
  -webkit-transition: right 0.6s cubic-bezier(0.46, 0.05, 0.02, 0.99);
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background-color: #595fa261;
  content: "";
  pointer-events: none;
  transition: right 0.6s cubic-bezier(0.46, 0.05, 0.02, 0.99);
}
.btn-animation > .wrap-text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.btn-animation span {
  z-index: 3;
  position: relative;
  overflow: hidden;
}
.btn-animation:hover span {
  color: #fff;
}
.btn-animation:hover::before {
  -webkit-transition: right 0.5s cubic-bezier(0.46, 0.05, 0.02, 0.99);
  right: 0;
  border-radius: 10px;
  transition: right 0.5s cubic-bezier(0.46, 0.05, 0.02, 0.99);
}
/*header*/
.img-wave {
  max-width: 152px;
}
.desc-award h3 {
  text-align: center;
  margin-bottom: 35px;
}
.wrap-cnt-header {
  padding: 60px 0;
}
.bg-brown {
  background-color: var(--color-1);
  color: #fff;
}
.bg-brown h3 {
  color: var(--color-3);
}
.bg-light-green {
  background-color: var(--color-2);
}
.bg-purple {
  background-color: var(--color-4);
  color: var(--color-1);
}
.bg-purple h3 {
  color: #fff;
}
#sec-intro-1 {
  padding: 80px 0;
}
#sec-intro-1 .cnt-sec {
  margin-top: 30px;
}
#sec-intro-1 .btn-animation {
  font-size: 16px;
  padding: 10px 35px;
}
.btn-sec {
  margin-top: 45px;
}
#sec-intro-2 {
  padding: 100px 0 130px 0;
}
ul.list-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 45px;
}

ul.list-box > li {
  background-color: #fff;
  padding: 25px;
  border-radius: 15px;
}

ul.list-box > li.item-full {
  grid-column: span 2;
}
.list-box .header-box {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  padding-left: 10px;
}
.list-box .item-full .header-box {
  padding-left: 0px;
}
.list-box .header-box .left {
  color: var(--color-4);
  font-weight: bold;
}

.list-box .header-box .left .sub-stt {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}

.list-box .header-box .left .stt {
  font-size: 53px;
  line-height: 50px;
}

.list-box .header-box .right {
  font-weight: bold;
  font-size: 21px;
  line-height: 1.2;
}

.list-box .header-box .right .small {
  font-size: 14px;
}

.text-purple {
  color: var(--color-4);
}

.list-box .header-box .left {
  color: var(--color-4);
  font-weight: bold;
}

.list-box .header-box .left .sub-stt {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}

.list-box .header-box .left .stt {
  font-size: 53px;
  line-height: 50px;
}

.list-box .header-box .right {
  font-weight: bold;
  font-size: 21px;
}

.list-box .header-box .right .small {
  font-size: 14px;
}

.text-purple {
  color: var(--color-4);
}
ul.list-box .list-dot {
  margin-top: 25px;
}
ul.list-box .list-dot li {
  position: relative;
  padding-left: 17px;
}
ul.list-box .list-dot li + li {
  margin-top: 10px;
}
ul.list-box .list-dot li::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--color-4);
  left: 0px;
  top: 10px;
}
ul.list-box > li.item-full .header-box .tit-left {
  font-size: 24px;
}
ul.list-box > li.item-full .list-dot {
  /*display: flex;
  align-items: center;
  justify-content: space-between;*/
  margin-top: 15px;
}
.bg-arrow {
  position: relative;
}
.bg-arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 35px solid var(--color-1);
}
.bloc-scroll {
  padding: 60px 0;
  text-align: center;
}
.bloc-scroll .item-scroll {
  padding: 10px 18px;
  background: #fffdf1;
  color: var(--color-1);
  font-weight: bold;
  width: 259px;
  display: inline-block;
  position: relative;
  font-size: 21px;
  text-align: left;
  border-radius: 15px;
}
.bloc-scroll .wrap-bloc-scroll {
  margin-top: 25px;
}
.bloc-scroll .item-scroll:hover {
  color: #2aa562;
  transition: all 0.1s linear;
}
.pd-section {
  padding: 75px 0px;
}

.tit-header {
  font-size: 36px;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
}
.icon-number {
  max-width: 90px;
  position: absolute;
  top: 0;
  left: 0;
}
.product-award {
  background: #fff;
  padding: 23px;
}
.wrap-list-product .product-award {
  padding: 23px 23px 35px 23px;
}
.product-award.award-1 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  box-shadow: 2px 5px 10px #888888b8;
  padding: 45px 20px;
  border-radius: 10px;
}
.product-award.award-1 .l-award {
  width: 30%;
  position: relative;
  text-align: center;
}
.product-award.award-1 .l-award .img-product-1 {
  max-width: 199px;
  margin-left: 15px;
}
.product-award.award-1 .r-award {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#sec-award-3 {
  padding: 75px 0 150px 0;
}
.list-note li {
  position: relative;
  padding-left: 20px;
  border-bottom: 1px dotted #4b3213;
  padding-bottom: 10px;
}
.list-note li + li {
  margin-top: 10px;
}
.wrap-no-border .list-note li {
  border-bottom: unset;
  padding-bottom: 0;
}
.list-note li:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: var(--color-4);
  border-radius: 50%;
  top: 8px;
  left: 5px;
}
.list-note li.no-dot:before {
  display: none;
}

.product-award .l-award {
  position: relative;
}
.cate {
  font-size: 15px;
}
.tit-award {
  font-size: 21px;
  line-height: 1.5;
}
.product-award.number-one .tit-award {
  font-size: 28px;
}
.product-award.number-one .cate {
  font-size: 18px;
}
.desc-product {
  font-size: 18px;
  margin-top: 10px;
}
.desc-product.desc-product-6 {
  margin-top: 50px;
}
.tit-bloc-note {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.bloc-note {
  padding: 15px 20px;
  background: var(--color-2);
  border-radius: 10px;
  margin: 25px 0 20px 0;
}
#sec-award-1 .pd-section {
  padding: 150px 0 75px 0;
}
.wrap-list-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrap-list-product > div {
  width: calc(100% / 2 - 10px);
  background: #fff;
  box-shadow: 2px 5px 10px #888888b8;
  border-radius: 10px;
  overflow: hidden;
}
.wrap-list-product .l-award .img-product-2 {
  max-width: 106px;
}
.wrap-list-product .l-award .img-product-3 {
  max-width: 93px;
}
.wrap-list-product .r-award {
  margin-top: 15px;
  margin-bottom: 80px;
}
.item-product .wrap-btn-award {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
}
.item-product {
  position: relative;
}
.img-product-4 {
  max-width: 165px;
  padding-left: 30px;
}
.img-product-5 {
  max-width: 85px;
}
.img-product-6 {
  max-width: 95px;
}
.img-product-7 {
  max-width: 130px;
}
.img-product-8 {
  max-width: 81px;
}
.img-product-9 {
  max-width: 80px;
}
#sec-best-seller {
  padding: 100px 0 150px 0;
  background-color: #802588;
}

#sec-best-seller .header-sec img {
  max-width: 250px;
}

#sec-best-seller ul.list-product {
  margin-top: 100px;
}

#sec-best-seller ul.list-product li {
  padding: 35px;
  background-color: #fff;
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 50px;
  border-radius: 15px;
}
#sec-best-seller ul.list-product .right img {
  max-width: 80px;
}

#sec-best-seller ul.list-product li + li {
  margin-top: 30px;
}

#sec-best-seller ul.list-product .right .cate {
  font-weight: 600;
  font-size: 18px;
  margin-top: 15px;
}

#sec-best-seller ul.list-product .right .name {
  line-height: 1.3;
  margin-bottom: 15px;
}

#sec-best-seller ul.list-product .right .desc {
  font-size: 17px;
}

#sec-best-seller ul.list-product .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#sec-best-seller ul.list-product .right .r-bottom {
  text-align: right;
}
#colophon {
  background: var(--color-1);
  padding: 25px;
}
.wrap-cnt-ft {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copyright {
  font-size: 12px;
}
.wrap-cnt-ft .copyright {
  color: #fff;
}
.note-desc {
  margin-top: 14px;
  font-size: 11px;
}
.descr-pro {
    margin-top: 5px;
}

.mb-20 {
  margin-bottom: 20px;
}

@media screen and (max-width: 980px) {
  .tit-award {
    font-size: 21px;
  }
  .desc-product {
    font-size: 15px;
  }
  .cate {
    font-size: 16px;
  }
  .product-award.award-1 .l-award {
    width: 40%;
  }
  .product-award.award-1 .r-award {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  .product-award.award-1,
  .wrap-list-product,
  .wrap-cnt-ft {
    flex-direction: column;
  }
  .product-award.award-1 > div,
  .wrap-list-product > div {
    width: 100% !important;
  }
  .wrap-list-product > div:not(:last-child) {
    margin-bottom: 20px;
  }
  .tit-header {
    font-size: 30px;
    margin-top: 20px;
  }
  .bloc-note {
    padding: 10px;
  }
  .icon-number {
    max-width: 70px;
  }
  .bloc-scroll .item-scroll {
    margin-bottom: 10px;
  }
  .tit-award {
    font-size: 18px;
  }
  .cate {
    font-size: 15px;
  }
  .product-award.award-1 .l-award {
    margin-bottom: 15px;
  }
  .award-1 .wrap-btn-award.text-right {
    text-align: center;
  }
  .wrap-cnt-ft .copyright {
    margin-bottom: 10px;
  }
  ul.list-box,
  #sec-best-seller ul.list-product li {
    grid-template-columns: 1fr;
  }
  #sec-best-seller ul.list-product li {
    padding: 20px 15px;
  }
  #colophon{
    padding: 15px;
  }
  ul.list-box > li.item-full {
    grid-column: 1;
  }
  #sec-best-seller ul.list-product .right .r-bottom {
    text-align: center;
    margin-top: 30px;
  }
  .item-product .wrap-btn-award {
    width: 200px;
  }
  ul.list-box > li.item-full .list-dot {
    flex-direction: column;
    align-items: baseline;
  }
  .tit-md {
    font-size: 22px;
  }
  .img-product-4 {
    padding-left: 0px;
  }
  .product-award.award-1 .l-award .img-product-1 {
    margin-left: 0px;
  }
  #sec-best-seller ul.list-product .right {
    text-align: center;
  }
  #sec-best-seller ul.list-product .right .cate,
  #sec-best-seller ul.list-product .right .name,
  #sec-best-seller ul.list-product .right .cate,
  #sec-best-seller ul.list-product .right .desc {
    text-align: left;
  }
  #sec-best-seller ul.list-product {
    margin-top: 40px;
  }
  #sec-award-3 {
    padding: 35px 0 70px;
  }
  .pd-section {
    padding: 35px 0px;
  }
  #sec-intro-2,
  #sec-intro-1,
  .wrap-cnt-header,
  #sec-best-seller {
    padding: 50px 0;
  }
}
/*end 767*/
@media screen and (max-width: 375px) {
}
