@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;600;700&family=Zen+Maru+Gothic:wght@400;700&display=swap");
:root {
  --vw: 1vw;
}

html {
  font-size: 10px;
  line-height: 1.5;
}

body {
  background: #F8EFE7;
  color: #27201A;
  font-family: "Zen Maru Gothic", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 1023px) {
  .spHide {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .pcHide {
    display: none;
  }
}

.m_btn {
  display: inline-block;
  text-align: center;
  transition: 0.3s ease;
  color: #C47734;
  border: 1px solid #C47734;
  border-radius: 100px;
  font-family: "Comfortaa", sans-serif;
}
@media screen and (min-width: 1024px) {
  .m_btn {
    width: 270px;
    font-size: 1.6rem;
    height: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .m_btn {
    width: 250px;
    font-size: 1.4rem;
    height: 50px;
    line-height: 50px;
  }
}
.m_btn:hover {
  background: #C47734;
  color: #fff;
}
.m_btn.prev::after {
  transition: 0.3s ease;
  background: url(../images/icn_arrow_prev.svg) no-repeat center center/contain;
  left: 20px;
}
@media screen and (min-width: 1024px) {
  .m_btn.prev:hover::after {
    left: 15px;
  }
}

.m_productsList {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .m_productsList {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    min-width: 1000px;
    max-width: 1200px;
    gap: 60px 50px;
  }
}
@media screen and (max-width: 1023px) {
  .m_productsList {
    width: 95%;
    max-width: 320px;
  }
}
.m_productsList > li {
  position: relative;
  height: auto;
  transition: 0.4s ease;
}
@media screen and (min-width: 1024px) {
  .m_productsList > li {
    width: calc((100% - 100px) / 3);
  }
}
@media screen and (max-width: 1023px) {
  .m_productsList > li + li {
    margin-top: 30px;
  }
}
.m_productsList > li > a {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.m_productsList > li > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 35/24;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media screen and (min-width: 1024px) {
  .m_productsList > li > img {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 1023px) {
  .m_productsList > li > img {
    margin: 0 0 10px;
  }
}
.m_productsList > li .name {
  display: block;
}
@media screen and (min-width: 1024px) {
  .m_productsList > li .name {
    font-size: 1.6rem;
    margin: 0 0 5px;
  }
}
@media screen and (max-width: 1023px) {
  .m_productsList > li .name {
    font-size: 14px;
    margin: 0 0 3px;
  }
}
.m_productsList > li .price {
  display: block;
}
@media screen and (min-width: 1024px) {
  .m_productsList > li .price {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .m_productsList > li .price {
    font-size: 1.4rem;
  }
}
.m_productsList > li:hover {
  opacity: 0.65;
}

.m_newsList {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .m_newsList {
    width: 90%;
    max-width: 1100px;
    gap: 60px 36px;
  }
}
@media screen and (max-width: 1023px) {
  .m_newsList {
    width: 100%;
    gap: 20px 10px;
  }
}
.m_newsList > li {
  background: #fff;
  position: relative;
  transition: 0.4s ease;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .m_newsList > li {
    border-radius: 20px;
    width: calc((100% - 108px) / 4);
    padding: 0 0 25px;
  }
}
@media screen and (max-width: 1023px) {
  .m_newsList > li {
    border-radius: 15px;
    width: calc(50% - 5px);
    padding: 0 0 20px;
  }
}
.m_newsList > li > a {
  position: absolute;
  inset: 0;
  display: block;
}
.m_newsList > li:hover {
  opacity: 0.65;
}
.m_newsList > li .img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 26/19;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .m_newsList > li .img {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 1023px) {
  .m_newsList > li .img {
    margin: 0 0 13px;
  }
}
.m_newsList > li .date {
  display: block;
  font-family: "Comfortaa", sans-serif;
  flex-shrink: 0;
  margin: 0 0 3px;
}
@media screen and (min-width: 1024px) {
  .m_newsList > li .date {
    padding: 0 20px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .m_newsList > li .date {
    padding: 0 13px;
  }
}
.m_newsList > li .ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .m_newsList > li .ttl {
    font-size: 1.4rem;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1023px) {
  .m_newsList > li .ttl {
    font-size: 1.2rem;
    padding: 0 13px;
  }
}

.m_pager {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .m_pager {
    margin: 50px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .m_pager {
    margin: 35px 0 0;
  }
}
.m_pager .arrow {
  font-size: 0;
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  border: 1px solid #C47734;
  border-radius: 50%;
  transition: 0.3s ease;
}
.m_pager .arrow::after {
  display: block;
  position: absolute;
  border-top: 1px solid #C47734;
  border-right: 1px solid #C47734;
  width: 10px;
  height: 10px;
  content: "";
  top: 14.5px;
  transition: 0.3s ease;
}
.m_pager .arrow.prev::after {
  transform: rotate(-135deg);
  left: 17px;
}
.m_pager .arrow.next::after {
  transform: rotate(45deg);
  right: 17px;
}
.m_pager .arrow:hover {
  background: #C47734;
}
.m_pager .arrow:hover::before, .m_pager .arrow:hover::after {
  border-color: #fff;
}
.m_pager .pages {
  list-style: none;
  margin: 0 30px;
  padding: 0;
  font-family: "Comfortaa", sans-serif;
}
.m_pager .pages > li {
  margin: 0 10px;
  display: inline-block;
  font-size: 1.8rem;
}
.m_pager .pages > li > a {
  color: #C47734;
  position: relative;
  transition: 0.3s ease;
}
.m_pager .pages > li > a:hover {
  color: #27201A;
}

.gMenu {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent linear-gradient(180deg, rgba(156, 117, 84, 0.5333333333) 0%, rgba(156, 117, 84, 0) 100%) 0% 0% no-repeat padding-box;
}
@media screen and (min-width: 1024px) {
  .gMenu {
    height: 135px;
  }
}
@media screen and (max-width: 1023px) {
  .gMenu {
    height: 75px;
  }
}
.gMenu .inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .gMenu .inner {
    padding: 50px 50px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .gMenu .inner {
    padding: 15px 20px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .gMenu .inner .insta {
    margin: 0 55px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .gMenu .inner .insta {
    margin: 0 20px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .gMenu .inner .insta > img {
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 1023px) {
  .gMenu .inner .insta > img {
    width: 25px;
    height: 25px;
  }
}
.gMenu .inner .openBtn {
  color: #fff;
  position: relative;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .gMenu .inner .openBtn {
    font-size: 12px;
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .gMenu .inner .openBtn {
    padding: 24px 0 0;
  }
}
.gMenu .inner .openBtn::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  transform: translateX(-50%);
  left: 50%;
  background: url(../images/ico_menu.svg) no-repeat center/contain;
}
@media screen and (min-width: 1024px) {
  .gMenu .inner .openBtn::before {
    width: 26px;
    height: 33px;
  }
}
@media screen and (max-width: 1023px) {
  .gMenu .inner .openBtn::before {
    width: 24px;
    height: 19px;
  }
}
.gMenu .menu {
  position: fixed;
  background: #fff;
  z-index: 10;
  transition: 0.4s ease;
}
@media screen and (min-width: 1024px) {
  .gMenu .menu {
    border-radius: 50px;
    height: calc(100dvh - 100px);
    top: 50%;
    right: -320px;
    transform: translateY(-50%);
    width: 300px;
    padding: 143px 40px 50px;
  }
}
@media screen and (max-width: 1023px) {
  .gMenu .menu {
    height: 100dvh;
    top: 0;
    width: 300px;
    right: -300px;
    padding: 145px 50px 50px;
    border-radius: 50px 0 0 50px;
  }
}
@media screen and (min-width: 1024px) {
  .gMenu .menu.is-open {
    right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .gMenu .menu.is-open {
    right: 0;
  }
}
.gMenu .menu .closeBtn {
  position: absolute;
  right: 40px;
  top: 40px;
  padding: 38px 0 0;
  text-align: center;
  z-index: 5;
  cursor: pointer;
  font-family: "Comfortaa", sans-serif;
  font-size: 1.2rem;
}
.gMenu .menu .closeBtn::before, .gMenu .menu .closeBtn::after {
  position: absolute;
  display: block;
  content: "";
  width: 45px;
  height: 5px;
  background: #27201A;
  border-radius: 2.5px;
  top: 16px;
}
.gMenu .menu .closeBtn::before {
  transform: rotate(45deg) translateY(-50%);
  right: -5px;
}
.gMenu .menu .closeBtn::after {
  right: -9px;
  transform: rotate(-45deg) translateY(-50%);
}
.gMenu .menu .menuList {
  font-family: "Comfortaa", sans-serif;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .gMenu .menu .menuList {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1023px) {
  .gMenu .menu .menuList {
    margin: 0;
    font-size: 2.2rem;
  }
}
.gMenu .menu .menuList li {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .gMenu .menu .menuList li + li {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .gMenu .menu .menuList li + li {
    margin-top: 25px;
  }
}
.gMenu .menu .menuList li a {
  transition: 0.3s ease;
}
.gMenu .menu .menuList li a:hover {
  color: #C47734;
}

.info {
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .info {
    margin: 0 auto;
    border-radius: 50px;
    padding: 80px 80px 90px;
  }
}
@media screen and (max-width: 1023px) {
  .info {
    border-radius: 30px;
    padding: 50px 20px 60px;
  }
}
.info .heading {
  color: #C47734;
  font-weight: 700;
  font-family: "Comfortaa", sans-serif;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .info .heading {
    font-size: 3.2rem;
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 1023px) {
  .info .heading {
    font-size: 2.6rem;
    margin: 0 0 35px;
  }
}
@media screen and (min-width: 1024px) {
  .info .inner {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .info .inner .map {
    width: 350px;
    height: 240px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1023px) {
  .info .inner .map {
    width: 100%;
    height: auto;
    aspect-ratio: 35/24;
    margin: 0 0 25px;
  }
}
@media screen and (min-width: 1024px) {
  .info .inner .data {
    font-size: 1.6rem;
    width: 100%;
    margin: 0 0 0 50px;
  }
}
@media screen and (max-width: 1023px) {
  .info .inner .data {
    font-size: 1.4rem;
  }
}
.info .inner .data .subHeading {
  font-family: "Comfortaa", sans-serif;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (min-width: 1024px) {
  .info .inner .data .subHeading {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 1023px) {
  .info .inner .data .subHeading {
    margin: 0 0 15px;
  }
}
.info .inner .data > address {
  font-style: normal;
}
@media screen and (min-width: 1024px) {
  .info .inner .data > address {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 1023px) {
  .info .inner .data > address {
    margin: 0 0 15px;
  }
}
.info .inner .data > address .address {
  display: block;
}
@media screen and (min-width: 1024px) {
  .info .inner .data > address .address {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 1023px) {
  .info .inner .data > address .address {
    margin: 0 0 10px;
  }
}
.info .inner .data > address .tel {
  margin: 0;
}
.info .inner .data .hours {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .info .inner .data .btnWrap {
    text-align: right;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .info .inner .data .btnWrap {
    text-align: center;
    margin: 35px 0 0;
  }
}

.footer {
  background: #E5DBD3;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .footer {
    font-size: 1.6rem;
    margin: 200px 0 0;
    padding: 80px 0 10px;
  }
}
@media screen and (max-width: 1023px) {
  .footer {
    padding: 75px 0 20px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer .inner {
    width: 90%;
    min-width: 1000px;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  .footer .inner {
    padding: 0 20px;
  }
}
.footer .logo {
  font-weight: 600;
  font-family: "Comfortaa", sans-serif;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .footer .logo {
    font-size: 3.6rem;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 1023px) {
  .footer .logo {
    font-size: 3rem;
    margin: 0 0 35px;
  }
}
.footer .main {
  display: flex;
  font-family: "Comfortaa", sans-serif;
}
@media screen and (min-width: 1024px) {
  .footer .main {
    margin: 0 0 35px;
  }
}
@media screen and (max-width: 1023px) {
  .footer .main {
    margin: 0 0 30px;
  }
}
.footer .main .mainList {
  margin: 0;
  padding: 0;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .footer .main .mainList {
    gap: 0 35px;
  }
}
@media screen and (max-width: 1023px) {
  .footer .main .mainList {
    flex-direction: column;
    gap: 15px 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer .sub {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1023px) {
  .footer .sub {
    margin: 10px 0 0;
  }
}
.footer .sub .subList {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0 25px;
}
.footer .copyright {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .footer .copyright {
    margin: 50px 0 0;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .footer .copyright {
    margin: 65px 0 0;
    font-size: 1rem;
  }
}

.fv {
  height: 500px;
  position: relative;
  background: no-repeat center/cover;
}
.fv .heading {
  font-family: "Comfortaa", sans-serif;
  font-weight: 700;
  position: absolute;
  z-index: 1;
  text-align: center;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .fv .heading {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1023px) {
  .fv .heading {
    font-size: 3.4rem;
  }
}

@media screen and (min-width: 1024px) {
  .content {
    margin: 120px auto 160px;
    width: 90%;
    min-width: 1000px;
    max-width: 1200px;
  }
}
@media screen and (max-width: 1023px) {
  .content {
    margin: 50px 0 100px;
    padding: 0 20px;
  }
}

.returnBtnWrap {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .returnBtnWrap {
    margin: 80px 0 100px;
  }
}
@media screen and (max-width: 1023px) {
  .returnBtnWrap {
    margin: 50px 0 70px;
  }
}

.top .mvWrap {
  position: relative;
  height: 100dvh;
}
.top .mvWrap .mv {
  background: url(../images/index_fv.jpg) no-repeat center center/cover;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100dvh;
}
.top .mvWrap .heading {
  font-family: "Comfortaa", sans-serif;
  font-weight: 700;
  position: absolute;
  z-index: 1;
  text-align: center;
  width: 100%;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 1024px) {
  .top .mvWrap .heading {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1023px) {
  .top .mvWrap .heading {
    font-size: 4.8rem;
    line-height: 5.3rem;
  }
}
.top .sec {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .top .sec {
    margin: 150px 0;
  }
}
@media screen and (max-width: 1023px) {
  .top .sec {
    margin: 80px 0;
  }
}
.top .sec .heading {
  font-weight: 700;
  font-family: "Comfortaa", sans-serif;
  color: #C47734;
}
@media screen and (min-width: 1024px) {
  .top .sec .btnWrap {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 1023px) {
  .top .sec .btnWrap {
    margin: 35px auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .top .sec01 {
    margin-bottom: 220px;
  }
}
@media screen and (max-width: 1023px) {
  .top .sec01 {
    margin: 70px auto 275px;
  }
}
.top .sec01 .img {
  position: absolute;
  background: #fff url(../images/index_sec01.jpg) no-repeat center/cover;
  top: 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .top .sec01 .img {
    left: calc((var(--vw) * 100 - 100%) / 2 * -1);
    border-radius: 0 40px 40px 0;
    height: 475px;
    width: calc(540px + (var(--vw) * 100 - 100%) / 2);
  }
}
@media screen and (max-width: 1023px) {
  .top .sec01 .img {
    left: -20px;
    right: 10px;
    height: 265px;
    border-radius: 0 30px 30px 0;
  }
}
.top .sec01 .txt {
  position: relative;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .top .sec01 .txt {
    top: 70px;
    margin: 0 calc((var(--vw) * 100 - 100%) / 2 * -1) 0 auto;
    width: calc(100% - 420px + (var(--vw) * 100 - 100%) / 2);
    padding: 80px calc((var(--vw) * 100 - 100%) / 2) 90px 190px;
    border-radius: 0 0 0 50px;
  }
}
@media screen and (max-width: 1023px) {
  .top .sec01 .txt {
    top: 195px;
    right: -20px;
    padding: 110px 30px 50px;
    border-radius: 0 0 0 30px;
  }
}
@media screen and (min-width: 1024px) {
  .top .sec01 .txt .heading {
    font-size: 2rem;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 1023px) {
  .top .sec01 .txt .heading {
    font-size: 1.8rem;
    margin: 0 0 20px;
  }
}
.top .sec01 .txt .subHeading {
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .top .sec01 .txt .subHeading {
    font-size: 4rem;
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 1023px) {
  .top .sec01 .txt .subHeading {
    font-size: 2.4rem;
    margin: 0 0 20px;
  }
}
.top .sec01 .txt .body {
  line-height: 2;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .top .sec01 .txt .body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .top .sec01 .txt .body {
    font-size: 1.4rem;
  }
}
.top .sec01 .txt .btnWrap {
  text-align: left;
}
.top .sec02 {
  background: #fff;
  width: calc(var(--vw) * 100);
}
@media screen and (min-width: 1024px) {
  .top .sec02 {
    margin-left: calc((var(--vw) * 100 - 100%) / 2 * -1);
    border-radius: 50px;
    padding: 80px 0 90px;
  }
}
@media screen and (max-width: 1023px) {
  .top .sec02 {
    margin-left: -20px;
    border-radius: 30px;
    padding: 50px 0 60px;
  }
}
.top .sec02 .heading {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .top .sec02 .heading {
    font-size: 3.2rem;
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 1023px) {
  .top .sec02 .heading {
    font-size: 2.6rem;
    margin: 0 0 35px;
  }
}
.top .sec02 .btnWrap {
  text-align: center;
}
.top .sec03 .heading {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .top .sec03 .heading {
    margin: 0 0 50px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .top .sec03 .heading {
    font-size: 2.6rem;
    margin: 0 0 35px;
  }
}
.top .sec03 .btnWrap {
  text-align: center;
}

.concept .fv {
  background-image: url(../images/concept_fv.jpg);
}
.concept .sec {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .concept .sec01 {
    margin-bottom: 170px;
  }
}
@media screen and (max-width: 1023px) {
  .concept .sec01 {
    margin: 70px auto 265px;
  }
}
.concept .sec01 .img {
  position: absolute;
  background: #fff url(../images/concept_01.jpg) no-repeat center/cover;
  top: 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .concept .sec01 .img {
    left: calc((var(--vw) * 100 - 100%) / 2 * -1);
    border-radius: 0 40px 40px 0;
    height: 475px;
    width: calc(540px + (var(--vw) * 100 - 100%) / 2);
  }
}
@media screen and (max-width: 1023px) {
  .concept .sec01 .img {
    left: -20px;
    right: 10px;
    height: 265px;
    border-radius: 0 30px 30px 0;
  }
}
.concept .sec01 .txt {
  position: relative;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .concept .sec01 .txt {
    top: 70px;
    margin: 0 calc((var(--vw) * 100 - 100%) / 2 * -1) 0 auto;
    width: calc(100% - 420px + (var(--vw) * 100 - 100%) / 2);
    padding: 80px calc((var(--vw) * 100 - 100%) / 2) 90px 190px;
    border-radius: 0 0 0 50px;
  }
}
@media screen and (max-width: 1023px) {
  .concept .sec01 .txt {
    top: 195px;
    right: -20px;
    padding: 110px 30px 50px;
    border-radius: 0 0 0 30px;
  }
}
@media screen and (min-width: 1024px) {
  .concept .sec01 .txt .heading {
    font-size: 2rem;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 1023px) {
  .concept .sec01 .txt .heading {
    font-size: 1.8rem;
    margin: 0 0 20px;
  }
}
.concept .sec01 .txt .subHeading {
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .concept .sec01 .txt .subHeading {
    font-size: 4rem;
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 1023px) {
  .concept .sec01 .txt .subHeading {
    font-size: 2.4rem;
    margin: 0 0 20px;
  }
}
.concept .sec01 .txt .body {
  line-height: 2;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .concept .sec01 .txt .body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .concept .sec01 .txt .body {
    font-size: 1.4rem;
  }
}
.concept .sec01 .txt .btnWrap {
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .concept .sec02 {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 1023px) {
  .concept .sec02 {
    margin-bottom: 210px;
  }
}
.concept .sec02 .txt {
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .concept .sec02 .txt {
    width: 795px;
    border-radius: 50px;
    padding: 80px 100px 90px;
  }
}
@media screen and (max-width: 1023px) {
  .concept .sec02 .txt {
    padding: 40px 30px 90px;
    border-radius: 30px;
  }
}
.concept .sec02 .txt .subHeading {
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .concept .sec02 .txt .subHeading {
    margin: 0 0 25px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1023px) {
  .concept .sec02 .txt .subHeading {
    font-size: 2.4rem;
    margin: 0 0 20px;
  }
}
.concept .sec02 .txt .body {
  line-height: 2;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .concept .sec02 .txt .body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .concept .sec02 .txt .body {
    font-size: 1.4rem;
  }
}
.concept .sec02 .img {
  position: absolute;
  background: url(../images/concept_02.jpg) no-repeat center/cover;
}
@media screen and (min-width: 1024px) {
  .concept .sec02 .img {
    top: 260px;
    width: calc(100% - 715px);
    border-radius: 50px;
    height: 335px;
    right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .concept .sec02 .img {
    bottom: -165px;
    height: 205px;
    border-radius: 30px 0 0 30px;
    right: -20px;
    width: calc(100% - 80px);
  }
}

.products .fv {
  background-image: url(../images/products_fv.jpg);
}
.products.detail .mainImg {
  margin: 0 0 50px;
}
@media screen and (min-width: 1024px) {
  .products.detail .mainImg {
    display: flex;
  }
}
.products.detail .mainImg .img {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .products.detail .mainImg .img {
    width: 50%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1023px) {
  .products.detail .mainImg .img {
    margin: 0 0 15px;
  }
}
.products.detail .mainImg .img > img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .products.detail .mainImg .img > img {
    border-radius: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .products.detail .mainImg .img > img {
    border-radius: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .products.detail .mainImg .txt {
    margin: 0 0 0 35px;
  }
}
.products.detail .mainImg .txt .heading {
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .products.detail .mainImg .txt .heading {
    margin: 0 0 40px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .products.detail .mainImg .txt .heading {
    margin: 0 0 5px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .products.detail .mainImg .txt .price {
    font-size: 2.4rem;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 1023px) {
  .products.detail .mainImg .txt .price {
    font-size: 1.8rem;
    margin: 0 0 25px;
  }
}
.products.detail .mainImg .txt .body {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .products.detail .mainImg .txt .body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .products.detail .mainImg .txt .body {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .products.detail .subImg {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .products.detail .subImg + .subImg {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .products.detail .subImg + .subImg {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .products.detail .subImg .img {
    text-align: right;
    width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  .products.detail .subImg .img {
    margin: 0 0 25px;
  }
}
.products.detail .subImg .img > img {
  height: auto;
  border-radius: 30px;
}
@media screen and (min-width: 1024px) {
  .products.detail .subImg .img > img {
    width: 380px;
  }
}
@media screen and (max-width: 1023px) {
  .products.detail .subImg .img > img {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .products.detail .subImg .txt {
    margin: 0 0 0 35px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .products.detail .subImg .txt {
    font-size: 1.4rem;
  }
}
.products.detail .subImg .txt > p {
  margin: 0;
}
.products.detail .btnWrap {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .products.detail .btnWrap {
    margin: 70px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .products.detail .btnWrap {
    margin: 50px 0 0;
  }
}

.topics .fv {
  background-image: url(../images/topics_fv.jpg);
}

.topicsDetail .fv {
  background-image: url(../images/topics_detail_fv.jpg);
}
.topicsDetail .articleTtl {
  border-bottom: 1px solid #C47734;
}
@media screen and (min-width: 1024px) {
  .topicsDetail .articleTtl {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 0 23px;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 1023px) {
  .topicsDetail .articleTtl {
    padding: 0 0 7px;
    margin: 0 0 20px;
  }
}
.topicsDetail .articleTtl > h1 {
  font-weight: 400;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .topicsDetail .articleTtl > h1 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .topicsDetail .articleTtl > h1 {
    font-size: 2.6rem;
  }
}
.topicsDetail .articleTtl .date {
  font-family: "Comfortaa", sans-serif;
  display: block;
}
@media screen and (min-width: 1024px) {
  .topicsDetail .articleTtl .date {
    font-size: 1.4rem;
    margin: 0 0 0 30px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1023px) {
  .topicsDetail .articleTtl .date {
    text-align: right;
    font-size: 1.2rem;
    margin: 6px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .topicsDetail .article {
    font-size: 1.6rem;
    margin: 60px auto 0;
    width: 1000px;
  }
}
@media screen and (max-width: 1023px) {
  .topicsDetail .article {
    font-size: 1.4rem;
    margin: 38px 0 0;
  }
}
.topicsDetail .article h2,
.topicsDetail .article h3,
.topicsDetail .article h4,
.topicsDetail .article h5,
.topicsDetail .article h6 {
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .topicsDetail .article h2 {
    margin: 35px 0;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1023px) {
  .topicsDetail .article h2 {
    margin: 25px 0;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .topicsDetail .article h3 {
    margin: 25px 0;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1023px) {
  .topicsDetail .article h3 {
    margin: 20px 0;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .topicsDetail .article h4 {
    margin: 20px 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .topicsDetail .article h4 {
    margin: 15px 0;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .topicsDetail .article h5 {
    margin: 20px 0;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1023px) {
  .topicsDetail .article h5 {
    margin: 15px 0;
    font-size: 1.6rem;
  }
}
.topicsDetail .article h6 {
  border-bottom: 1px solid rgba(196, 119, 52, 0.5);
  padding: 0 0 5px;
  margin: 15px 0;
}
@media screen and (min-width: 1024px) {
  .topicsDetail .article h6 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .topicsDetail .article h6 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .topicsDetail .article p {
    margin: 10px 0;
  }
}
@media screen and (max-width: 1023px) {
  .topicsDetail .article p {
    margin: 7px 0;
  }
}
.topicsDetail .article .table {
  overflow: auto;
}
@media screen and (min-width: 1024px) {
  .topicsDetail .article .table {
    margin: 50px 0;
  }
}
@media screen and (max-width: 1023px) {
  .topicsDetail .article .table {
    margin: 40px 0;
  }
}
.topicsDetail .article table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
}
@media screen and (max-width: 1023px) {
  .topicsDetail .article table {
    white-space: nowrap;
  }
}
.topicsDetail .article table tr th,
.topicsDetail .article table tr td {
  border: 1px solid transparent;
}
@media screen and (min-width: 1024px) {
  .topicsDetail .article table tr th,
  .topicsDetail .article table tr td {
    padding: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .topicsDetail .article table tr th,
  .topicsDetail .article table tr td {
    padding: 20px;
  }
}
.topicsDetail .article table tr th {
  font-weight: 700;
  text-align: center;
  background: #fff;
}
.topicsDetail .article table tr td {
  background: rgba(255, 255, 255, 0.5);
}
.topicsDetail .article ul,
.topicsDetail .article ol {
  line-height: 2;
  list-style: none;
  padding: 0 0 0 25px;
}
@media screen and (min-width: 1024px) {
  .topicsDetail .article ul,
  .topicsDetail .article ol {
    margin: 15px 0;
  }
}
.topicsDetail .article ul > li,
.topicsDetail .article ol > li {
  position: relative;
}
.topicsDetail .article ul > li::before,
.topicsDetail .article ol > li::before {
  position: absolute;
}
.topicsDetail .article ul > li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #9C7554;
  border-radius: 50%;
  display: block;
  left: -11px;
}
@media screen and (min-width: 1024px) {
  .topicsDetail .article ul > li::before {
    top: 13px;
  }
}
@media screen and (max-width: 1023px) {
  .topicsDetail .article ul > li::before {
    top: 12px;
  }
}
.topicsDetail .article ol {
  counter-reset: list;
}
.topicsDetail .article ol > li {
  counter-increment: list;
}
.topicsDetail .article ol > li::before {
  content: counter(list) ".";
  font-family: "Comfortaa", sans-serif;
  left: -33px;
  top: 1px;
  width: 25px;
  text-align: right;
  color: #9C7554;
}
.topicsDetail .article blockquote {
  position: relative;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 1024px) {
  .topicsDetail .article blockquote {
    padding: 30px 40px;
    margin: 50px 0;
  }
}
@media screen and (max-width: 1023px) {
  .topicsDetail .article blockquote {
    padding: 20px;
    margin: 40px 0;
  }
}
.topicsDetail .article blockquote p {
  position: relative;
  z-index: 2;
}
.topicsDetail .article .card {
  display: block;
  transition: 0.3s ease;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .topicsDetail .article .card {
    border-radius: 40px;
    padding: 40px 40px 10px;
  }
}
@media screen and (max-width: 1023px) {
  .topicsDetail .article .card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
    border-radius: 20px;
  }
}
.topicsDetail .article .card:hover {
  opacity: 0.6;
}
.topicsDetail .article .card .img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .topicsDetail .article .card .img {
    width: 300px;
    height: 200px;
    float: left;
    margin: 0 40px 20px 0;
    border-radius: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .topicsDetail .article .card .img {
    width: 160px;
    height: 107px;
    margin: 0 10px 10px 0;
    flex-shrink: 0;
    border-radius: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .topicsDetail .article .card .heading {
    margin: 0 0 25px;
    padding: 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .topicsDetail .article .card .heading {
    flex: 1;
  }
}
.topicsDetail .article .card .body {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .topicsDetail .article .card .body::after {
    display: block;
    content: "";
    clear: left;
    margin-top: 20px;
  }
}
.topicsDetail .btnWrap {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .topicsDetail .btnWrap {
    margin: 70px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .topicsDetail .btnWrap {
    margin: 50px 0 0;
  }
}

.infoPage .fv {
  background-image: url(../images/info_fv.jpg);
}
.infoPage .sec01 {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .infoPage .sec01 {
    margin-bottom: 515px;
  }
}
@media screen and (max-width: 1023px) {
  .infoPage .sec01 {
    margin-bottom: 300px;
  }
}
.infoPage .sec01 .img {
  background: url(../images/info_01.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .infoPage .sec01 .img {
    border-radius: 40px;
    width: 55%;
    left: 0;
    height: 475px;
  }
}
@media screen and (max-width: 1023px) {
  .infoPage .sec01 .img {
    border-radius: 0 20px 20px 0;
    height: 270px;
    width: 100%;
    left: -20px;
  }
}
.infoPage .sec01 .txt {
  background: #fff;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .infoPage .sec01 .txt {
    border-radius: 50px;
    padding: 90px 100px;
    width: 60%;
    margin: 0 0 0 auto;
    font-size: 1.6rem;
    top: 415px;
  }
}
@media screen and (max-width: 1023px) {
  .infoPage .sec01 .txt {
    width: 100%;
    font-size: 1.4rem;
    padding: 70px 30px 50px;
    top: 240px;
    right: -20px;
    border-radius: 20px 0 0 20px;
  }
}
.infoPage .sec01 .txt .name {
  font-family: "Comfortaa", sans-serif;
}
@media screen and (min-width: 1024px) {
  .infoPage .sec01 .txt .name {
    font-size: 3.2rem;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 1023px) {
  .infoPage .sec01 .txt .name {
    font-size: 2.4rem;
    margin: 0 0 30px;
  }
}
.infoPage .sec01 .txt > address {
  font-style: normal;
  margin: 0 0 20px;
}
.infoPage .sec01 .txt > address .address {
  display: block;
  margin: 0 0 20px;
}
.infoPage .sec01 .txt > address .tel {
  display: block;
}
.infoPage .sec02 {
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .infoPage .sec02 {
    border-radius: 40px;
    padding: 80px 100px 90px;
  }
}
@media screen and (max-width: 1023px) {
  .infoPage .sec02 {
    border-radius: 20px;
    padding: 40px 20px 50px;
  }
}
.infoPage .sec02 .heading {
  text-align: center;
  font-family: "Comfortaa", sans-serif;
  color: #C47734;
}
@media screen and (min-width: 1024px) {
  .infoPage .sec02 .heading {
    margin: 0 0 40px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .infoPage .sec02 .heading {
    margin: 0 0 20px;
    font-size: 2.4rem;
  }
}
.infoPage .sec02 .map {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .infoPage .sec02 .map {
    height: 350px;
  }
}
@media screen and (max-width: 1023px) {
  .infoPage .sec02 .map {
    height: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .infoPage .sec02 .note {
    margin: 20px 0 0;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .infoPage .sec02 .note {
    margin: 10px 0 0;
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=styles.css.map */