/* ==================================================
 * Color set
 * ================================================== */
/* ==================================================
 * Font
 * ================================================== */
/* ==================================================
 * width
 * ================================================== */
/* ==================================================
 * layout
 * ================================================== */
/* ==================================================
 * bg
 * ================================================== */
/* ==================================================
 * font text
 * ================================================== */
/* ==================================================
 * other
 * ================================================== */
.btn-01__link, .btn-02__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  color: #fff;
}
.btn-01__link:hover, .btn-02__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-01__link {
  width: 302px;
  max-width: 100%;
  aspect-ratio: 302/66;
  background: url("/img/common/btn-base.png") center center no-repeat;
  background-size: cover;
}
.btn-02__link {
  background: url("/img/common/ptn-orn.jpg");
  border-radius: 50rem;
}

.side-btn {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 88;
}

.ic-cart {
  position: relative;
}
.ic-cart::before {
  content: "";
  display: block;
  width: 23px;
  aspect-ratio: 23/22;
  background-image: url("/img/common/ic-cart.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.ic-outlink {
  position: relative;
}
.ic-outlink::after {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 15/16;
  background-image: url("/img/common/ic-outlink.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.ic-outlink:hover::after {
  transform: translate(2px, calc(-50% - 2px));
}
.ic-circle {
  position: relative;
}
.ic-circle::after {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: url("/img/common/ptn-grn.jpg");
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.ic-circle:hover::after {
  transform: translate(-2px, -50%);
}
.ic-tel {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-tel::before {
  content: "";
  display: block;
  width: 32px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-tel.png");
  background-size: 100%;
}

.com-side-01-rt::after, .com-side-01-lft:before {
  content: "";
  display: block;
  width: 303px;
  max-width: 15.78125%;
  aspect-ratio: 303/622;
  background-image: url("/img/common/obj-side-01.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  z-index: -1;
}
.com-side-01-lft::before {
  right: inherit;
  left: 0;
  transform: scaleX(-1);
}
.com-side-02-rt::after, .com-side-02-lft::before {
  content: "";
  display: block;
  width: 227px;
  max-width: 11.8229166667%;
  aspect-ratio: 227/585;
  background-image: url("/img/common/obj-side-02.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  z-index: -1;
}
.com-side-02-lft::before {
  right: inherit;
  left: 0;
  transform: scaleX(-1);
}
.com-circle {
  position: relative;
  z-index: 1;
}
.com-circle::after {
  content: "";
  display: block;
  width: 153px;
  aspect-ratio: 153/156;
  background-image: url("/img/common/obj-circle.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.tbl-01 th, .tbl-01 td {
  vertical-align: middle;
  font-weight: 600;
  border-bottom: dotted 4px #ff9600;
}
.tbl-01 th {
  padding: 24px 0;
  width: 25%;
  text-align: center;
}
.tbl-01 td {
  padding: 24px 0 24px 4%;
}

.com-layout {
  display: flex;
}
.com-tel .tel {
  font-family: "Zen Maru Gothic", serif;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 800;
}

#ctn-top section, #ctn-lower section {
  position: relative;
  z-index: 1;
}

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
.layout-clm-2 .list-item,
.layout-clm-2 .layout-item {
  width: calc((100% - 80px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-2-c .list-item,
.layout-clm-2-c .layout-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-3 .list-item,
.layout-clm-3 .layout-item {
  width: calc((100% - 80px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-3-c .list-item,
.layout-clm-3-c .layout-item {
  width: calc((100% - 80px) / 3);
}
.layout-clm-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-4 .list-item,
.layout-clm-4 .layout-item {
  width: calc((100% - 120px) / 4);
}
.layout-clm-4-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-4-c .list-item,
.layout-clm-4-c .layout-item {
  width: calc((100% - 120px) / 4);
}

.list-blog .list-item, .list-news .list-item, .list-privacy .list-item, .list-products-low .list-item, .list-faq .list-item {
  width: 100%;
}
.list-news time {
  display: block;
  line-height: 1;
}
.list-news__item {
  padding: 40px 0;
}
.list-news__item:not(:first-child) {
  border-top: dotted 4px #ff9600;
}
.list-news__item:first-child {
  padding-top: 0 !important;
}
.list-news__item:last-child {
  padding-bottom: 0 !important;
}
.list-news__link {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.list-news__bx {
  display: flex;
  align-items: center;
  gap: 10px;
}
.list-news__ttl {
  width: 100%;
  overflow-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
}
.list-products {
  row-gap: 60px;
}
.list-products__item {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-products__img {
  width: 100%;
  aspect-ratio: 500/350;
  border-radius: 20px;
  overflow: hidden;
}
.list-products__ttl {
  justify-content: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 800;
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .list-products__ttl {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-products__ttl {
    font-size: 23.3333333333px;
  }
}
.list-info dl {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.list-info dt, .list-info dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.list-info dt {
  color: #ff9600;
  border-right: solid 1px #ff9600;
  padding-right: 5px;
}
.list-products-low__item {
  background: url("/img/common/ptn-wht.jpg");
  padding: 40px;
  border-radius: 20px;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.list-products-low .img {
  width: 500px;
  min-width: 500px;
  aspect-ratio: 500/430;
  border-radius: 20px;
  overflow: hidden;
}
.list-products-low dl {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.list-products-low dt, .list-products-low dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.list-products-low dt {
  background: #629c2e;
  color: #fff;
  padding: 0 5px;
  border-radius: 4px;
}
.list-products-low .txtbx {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-products-low__txt {
  white-space: pre-wrap;
}
.list-faq__item {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-faq dt, .list-faq dd {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.list-faq dt span, .list-faq dd span {
  width: calc(100% - 82px);
}
.list-faq dt::before, .list-faq dd::before {
  content: "";
  display: block;
  width: 52px;
  aspect-ratio: 1/1;
  background-image: url("/img/faq/ic-q.png");
  background-size: 100%;
}
.list-faq dt {
  font-family: "Zen Maru Gothic", serif;
  border-bottom: dotted 4px #573f0b;
  padding-bottom: 15px;
  font-size: 23px;
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  .list-faq dt {
    font-size: 33px;
    font-size: 4.296875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt {
    font-size: 22px;
  }
}
.list-faq dt span {
  padding-top: 5px;
}
.list-faq dd {
  background: url("/img/common/ptn-wht.jpg");
  padding: 30px 40px;
  border-radius: 20px;
}
.list-faq dd span {
  line-height: 2;
  white-space: pre-wrap;
  padding-top: 10px;
}
.list-faq dd::before {
  background-image: url("/img/faq/ic-a.png");
  background-size: 100%;
}

.tag-main__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .tag-main__list {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-main__list {
    font-size: 18.6666666667px;
  }
}
.tag-main__link {
  display: block;
  background: #629c2e;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
}
.tag-main__link:hover {
  opacity: 0.8;
}
.tag-sub__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .tag-sub__list {
    font-size: 23px;
    font-size: 2.9947916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-sub__list {
    font-size: 15.3333333333px;
  }
}
.tag-sub__item {
  line-height: 1;
  background: #629c2e;
  color: #fff;
  padding: 5px;
  border-radius: 4px;
}

.ttl-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 20px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 800;
}
.ttl-main span {
  letter-spacing: 0.2em;
}
.ttl-main .en {
  color: #ff9600;
  letter-spacing: 0.1em;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .ttl-main .en {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .en {
    font-size: 23.3333333333px;
  }
}
.ttl-main.txt-aln-c {
  align-items: center;
}
.ttl-sub {
  border-left: solid #ff9600 6px;
  background: #f5f5f5;
  padding: 15px 20px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sub {
    font-size: 22.6666666667px;
  }
}
.ttl-01, .ttl-02 {
  display: flex;
}
.ttl-01__inner, .ttl-02__inner {
  position: relative;
  z-index: 1;
}
.ttl-01__inner::before, .ttl-02__inner::before {
  content: "";
  display: block;
  width: 44px;
  aspect-ratio: 44/45;
  background-image: url("/img/common/deco-circle-orn.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-40%, -10%);
  z-index: -1;
}
.ttl-02 {
  border-bottom: dotted 4px #573f0b;
  padding-bottom: 20px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 800;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .ttl-02 {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-02 {
    font-size: 24px;
  }
}

.txt-01, .txt-plain {
  line-height: 2.1875;
}
.txt-02 {
  line-height: 2.375;
}

.header-nav__item,
.drawer-nav__item,
.footer-nav__item {
  line-height: 1;
}
.header-nav__link:hover,
.drawer-nav__link:hover,
.footer-nav__link:hover {
  opacity: 0.8;
}

.header-nav__list {
  display: flex;
  justify-content: flex-end;
}
.header-nav__item {
  display: flex;
  align-items: center;
}
.header-nav__item:not(:first-child)::before {
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: url("/img/common/ptn-orn.jpg");
  margin: 0 20px;
}

.footer-nav {
  position: absolute;
  top: 0;
  right: 0;
}
.footer-nav__list {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 160px 200px;
  grid-template-rows: repeat(5, auto);
  gap: 30px 50px;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .footer-nav__list {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-nav__list {
    font-size: 16.6666666667px;
  }
}
.footer-nav__item {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.footer-nav__item::before {
  content: "";
  display: block;
  width: 13px;
  min-width: 13px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: url("/img/common/ptn-orn.jpg");
}

#header {
  padding: 0 4.43%;
  background: url("/img/common/ptn-beg.jpg");
}

.header-bar {
  padding: 30px 0;
}

.mv, .sv {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}

.mv {
  aspect-ratio: 1763/853;
  background: url("/img/top/mv-img.png") center center no-repeat;
  background-size: cover;
}
.mv-cc {
  width: 725px;
  max-width: 37.7604166667%;
}

.sv {
  aspect-ratio: 1763/570;
}
.sv-ttl {
  width: 520px;
  max-width: 100%;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.2em;
  font-weight: 800;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .sv-ttl {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .sv-ttl {
    font-size: 33.3333333333px;
  }
}
.sv-ttl span {
  width: 100%;
  border-top: dotted 6px #fff;
  border-bottom: dotted 6px #fff;
  padding: 20px 0;
}
.sv-bg-about {
  background: url("/img/about/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-products {
  background: url("/img/products/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-faq {
  background: url("/img/faq/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-info {
  background: url("/img/info/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-news {
  background: url("/img/news/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-contact {
  background: url("/img/contact/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-complete {
  background: url("/img/complete/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-privacy {
  background: url("/img/privacy/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-site {
  background: url("/img/site/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-notfound {
  background: url("/img/notfound/sv.png") center center no-repeat;
  background-size: cover;
}

.top-about .cts-1080, .top-bnr .cts-1080, .top-news .cts-1080 {
  position: relative;
  z-index: 1;
}

.top-online-shop {
  padding: 120px 0 0;
}
.top-online-shop .ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -30%);
}
.top-online-shop .obj-corner {
  position: relative;
  z-index: 1;
}
.top-online-shop .obj-corner::before, .top-online-shop .obj-corner::after {
  content: "";
  display: block;
  width: 142px;
  aspect-ratio: 142/167;
  background-image: url("/img/top/online-shop-corner.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.top-online-shop .obj-corner:after {
  top: inherit;
  left: inherit;
  right: 0;
  bottom: 0;
  transform: scale(-1);
}
.top-online-shop .obj-dot::after {
  content: "";
  display: block;
  width: 23px;
  aspect-ratio: 23/9;
  background-image: url("/img/top/online-shop-dot.png");
  background-size: 100%;
  margin: 0 auto;
}
.top-online-shop.obj-bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 145px;
  background: url("/img/common/ptn-wht.jpg");
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.top-about {
  padding: 125px 0 0;
}
.top-about .img {
  margin-left: -190px;
}
.top-about .txtbx {
  margin-top: 50px;
}
.top-about .obj-bg::after {
  content: "";
  display: block;
  width: 517px;
  aspect-ratio: 517/416;
  background-image: url("/img/top/about-obj.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-345px, -70px);
  z-index: -1;
}
.top-about .obj-illust::before {
  content: "";
  display: block;
  width: 235px;
  aspect-ratio: 235/251;
  background-image: url("/img/top/about-illust.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(180px);
  z-index: -1;
}
.top-about.com-side-01-rt::after {
  bottom: 0;
}

.top-products {
  padding: 165px 0 0;
}
.top-products .com-base {
  padding: 65px 0 80px 0;
}
.top-products .ttl-main {
  margin-top: -90px;
}
.top-products .obj-line {
  position: relative;
  z-index: 1;
}
.top-products .obj-line::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  border-top: dotted 4px #573f0b;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}

.top-bnr {
  padding: 150px 0 0;
}
.top-bnr .obj-circle::before {
  content: "";
  display: block;
  width: 240px;
  aspect-ratio: 240/272;
  background-image: url("/img/top/bnr-obj.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-115px, -50px);
  z-index: -1;
}
.top-bnr .com-circle::after {
  right: 0;
  bottom: 0;
  transform: translate(70px, 0);
}
.top-bnr.com-side-01-lft::before {
  bottom: 0;
  transform: translateY(50%) scaleX(-1);
}

.top-news {
  padding: 120px 0 0;
}
.top-news .cts-1080 {
  min-height: 200px;
}
.top-news .btn {
  position: absolute;
  top: 140px;
  left: 0;
  z-index: 1;
}
.top-news.com-side-02-rt::after {
  bottom: 0;
  transform: translateY(65%);
}

#ctn-lower section {
  padding: 150px 0;
}
#ctn-lower section:first-child {
  background: url("/img/common/ptn-beg.jpg");
}
#ctn-lower .ttl-main {
  margin-bottom: 60px;
  align-items: center;
  text-align: center;
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  #ctn-lower .ttl-main {
    font-size: 45px;
    font-size: 5.859375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #ctn-lower .ttl-main {
    font-size: 30px;
  }
}

.low-concept .img {
  margin: -60px -170px 0 0;
}
.low-concept.com-side-02-lft::before {
  top: 0;
  transform: translateY(15%) scaleX(-1);
}

.low-feature .cts-1080 {
  position: static;
}
.low-feature.com-side-01-lft::before {
  top: 0;
  transform: translateY(100%) scaleX(-1);
}
.low-feature.com-side-02-rt::after {
  top: 50%;
}
.low-feature .com-side-02-lft::before {
  bottom: 0;
}

.low-greeting .img {
  margin-left: -190px;
}
.low-greeting.com-side-02-rt::after {
  top: 0;
  transform: translateY(20%);
}

.low-info.com-side-01-lft::before {
  top: 0;
  transform: translateY(20%) scaleX(-1);
}
.low-info.com-side-02-rt::after {
  bottom: 0;
}

#com-contact {
  padding: 150px 0;
}
#com-contact .com-base {
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
#com-contact .ttl-main {
  margin-bottom: 50px;
}
#com-contact .com-layout__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#com-contact .com-layout__item:not(:first-child) {
  border-left: dotted 4px #ff9600;
  padding-left: 40px;
}
#com-contact .obj-corner {
  position: relative;
  z-index: 1;
}
#com-contact .obj-corner::before, #com-contact .obj-corner::after {
  content: "";
  display: block;
  width: 276px;
  aspect-ratio: 276/245;
  background-image: url("/img/common/contact-corner-01.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#com-contact .obj-corner::after {
  width: 275px;
  aspect-ratio: 275/245;
  background-image: url("/img/common/contact-corner-02.png");
  background-size: 100%;
  top: inherit;
  left: inherit;
  right: 0;
  bottom: 0;
}
#com-contact .obj-illust::before {
  content: "";
  display: block;
  width: 259px;
  aspect-ratio: 259/140;
  background-image: url("/img/common/contact-illust.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-70px, 45px);
  z-index: -1;
}

#footer {
  padding: 100px 0;
  background: url("/img/common/ptn-brw.jpg");
  color: #fff;
}
#footer a {
  color: #fff;
}/*# sourceMappingURL=style.css.map */