@charset "UTF-8";
body * {
  font-weight: 500;
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-title {
  font-size: 54px;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .sec-title {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .sec-title {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .sec-title {
    font-size: 28px;
  }
}

.border {
  border: 14px solid transparent;
  -o-border-image: linear-gradient(to right, #b1823c, #ddbd83);
     border-image: linear-gradient(to right, #b1823c, #ddbd83);
  border-image-slice: 1;
}

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

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

.is-sp {
  display: none;
}

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

@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}
.hidden {
  display: none;
}

#loadMoreButton {
  display: block;
  width: 60%;
  margin: 30px auto 0;
  background: rgb(221, 189, 131);
  background: radial-gradient(circle, rgb(221, 189, 131) 0%, rgb(177, 130, 60) 100%);
  border: none;
  padding: 20px 20px;
  cursor: pointer;
  border-radius: 40px;
  transition: 0.3s;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #loadMoreButton {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  #loadMoreButton {
    font-size: 20px;
    padding: 15px 15px;
  }
}
@media screen and (max-width: 400px) {
  #loadMoreButton {
    font-size: 16px;
    padding: 10px 10px;
  }
}

#loadMoreButton:hover {
  opacity: 0.7;
}

#loadMoreButtons {
  display: block;
  width: 60%;
  margin: 30px auto 0;
  background: rgb(221, 189, 131);
  background: radial-gradient(circle, rgb(221, 189, 131) 0%, rgb(177, 130, 60) 100%);
  border: none;
  padding: 20px 20px;
  cursor: pointer;
  border-radius: 40px;
  transition: 0.3s;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #loadMoreButtons {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  #loadMoreButtons {
    font-size: 20px;
    padding: 15px 15px;
  }
}
@media screen and (max-width: 400px) {
  #loadMoreButtons {
    font-size: 16px;
    padding: 10px 10px;
  }
}

#loadMoreButtons:hover {
  opacity: 0.7;
}

.sidebar {
  position: sticky;
  top: 140px;
  width: 26%;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .sidebar {
    display: none;
  }
}
.sidebar h3 {
  font-size: 28px;
  margin-bottom: 40px;
}
.sidebar ul li {
  margin-bottom: 30px;
}
.sidebar ul li ul {
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.sidebar ul li a {
  display: flex;
  align-items: center;
}
.sidebar ul li span {
  margin-right: 10px;
  font-weight: bold;
  line-height: 1;
  color: #ddbd83;
}

.contentsBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 40px;
  box-sizing: border-box;
}

.left {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .left {
    width: 100%;
  }
}

header {
  padding: 20px 20px;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background-color: #fff;
  z-index: 10000;
}
@media screen and (max-width: 768px) {
  header {
    padding: 10px 20px;
  }
}
header .header-inner {
  display: flex;
  align-items: center;
  justify-content: left;
  height: 100%;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  header .header-inner {
    height: 40px;
    padding-bottom: 0;
  }
}
header .header-inner .logo-box {
  width: 70px;
  height: 40px;
  background-color: #ccc;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  header .header-inner .logo-box {
    width: 30px;
    height: 20px;
    margin-right: 10px;
  }
}
header .header-inner h1 {
  font-size: 40px;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  header .header-inner h1 {
    font-size: 20px;
  }
}
header .header-inner h1 a {
  transition: 0.3s;
}
header .header-inner h1 a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  header .header-inner h1 a img {
    width: 110px;
  }
}
header .header-inner .tel-box {
  text-align: center;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  header .header-inner .tel-box {
    display: none;
  }
}
header .header-inner .tel-box li {
  font-size: 11px;
  color: #000;
  line-height: 1.3;
}
header .header-inner .tel-box li a {
  font-size: 24px;
  font-weight: bold;
  transition: 0.3s;
}
header .header-inner .tel-box li a:hover {
  opacity: 0.7;
}
header .header-inner .line-box {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  header .header-inner .line-box {
    display: none;
  }
}
header .header-inner .line-box:hover {
  opacity: 0.7;
}
header .header-inner .line-box p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #00bb2c;
  text-align: center;
  padding: 10px 20px;
}
header .header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  header .header-nav {
    display: none;
  }
}
header .header-nav li {
  margin: 0 5px;
}
header .header-nav li:first-child {
  margin-left: 0;
}
header .header-nav li:last-child {
  margin-right: 0;
}
header .header-nav li a {
  font-size: 20px;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  header .header-nav li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  header .header-nav li a {
    font-size: 14px;
  }
}
header .header-nav li a:hover {
  color: #ff8c00;
}
header .header-nav li.brandMenu a {
  font-size: 14px !important;
}
header .header-nav li.brandMenu a span {
  margin-right: 10px;
  font-weight: bold;
  line-height: 1;
  color: #ddbd83;
}

/* ハンバーガーメニューアイコンのデザイン */
.hamburger-menu {
  position: fixed;
  right: 0;
  top: 0;
  padding: 20px 14px;
  display: none;
  cursor: pointer;
  background: #ff8c00;
}

.hamburger-icon {
  width: 30px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hamburger-icon span {
  display: block;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
  border-radius: 2px;
}

/* メニュー開閉時のアニメーション */
.hamburger-menu.active .hamburger-icon span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-menu.active .hamburger-icon span:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.active .hamburger-icon span:nth-child(3) {
  transform: rotate(-45deg) translate(7.5px, -8px);
}

/* メディアクエリ */
@media (max-width: 768px) {
  .hamburger-menu {
    display: block;
  }
  .header-nav {
    display: block !important;
    background: #fff;
    position: fixed;
    transform: translateX(100%);
    height: 100%;
    top: 60px;
    right: 0;
    width: 100%;
    overflow-y: auto;
    transition: all 0.3s ease;
    padding: 50px 20px 60px !important;
  }
  .header-nav li {
    margin-bottom: 20px !important;
  }
  .header-nav li a {
    font-size: 20px !important;
  }
  .header-nav.active {
    transform: translateX(0);
  }
}
.fv-img {
  padding-top: 130px;
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .fv-img {
    padding-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  .fv-img {
    margin-bottom: 80px;
  }
}
.fv-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.type .type-inner {
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto 180px;
}
@media screen and (max-width: 768px) {
  .type .type-inner {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .type .type-inner {
    padding-bottom: 0;
    margin-bottom: 80px;
  }
}
.type .type-inner h2 {
  margin-bottom: 50px;
  text-align: center;
}
.type .type-inner h2 span {
  color: #bf9000;
}
@media screen and (max-width: 768px) {
  .type .type-inner h2 {
    margin-bottom: 30px;
  }
}
.type .type-inner .type-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .type .type-inner .type-box {
    flex-direction: column;
    margin-bottom: 80px;
  }
}
.type .type-inner .type-box .type-1 {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  background-color: #6a4421;
  border: 14px solid transparent;
  -o-border-image: linear-gradient(to right, #b1823c, #ddbd83);
     border-image: linear-gradient(to right, #b1823c, #ddbd83);
  border-image-slice: 1;
  position: relative;
  text-align: left;
  gap: 25px;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .type .type-inner .type-box .type-1 {
    padding: 30px;
    width: 46%;
  }
}
@media screen and (max-width: 768px) {
  .type .type-inner .type-box .type-1 {
    padding: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .type .type-inner .type-box .type-1 {
    padding: 20px 15px 35px;
  }
}
.type .type-inner .type-box .type-1:hover {
  background-color: #ff8c00;
  border: 14px solid transparent;
  -o-border-image: linear-gradient(to right, #b1823c, #ddbd83);
     border-image: linear-gradient(to right, #b1823c, #ddbd83);
  border-image-slice: 1;
}
.type .type-inner .type-box .type-1:hover p {
  color: #fff;
}
.type .type-inner .type-box .type-1:hover p .color {
  color: #6a4421;
}
.type .type-inner .type-box .type-1 .type-img {
  width: 60%;
}
.type .type-inner .type-box .type-1 p {
  display: inline-block;
  width: 100%;
  font-size: 22px;
  line-height: 1.4;
  color: #ff8c00;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .type .type-inner .type-box .type-1 p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .type .type-inner .type-box .type-1 p {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .type .type-inner .type-box .type-1 p {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.type .type-inner .type-box .type-1 p .size {
  font-size: 40px;
}
@media screen and (max-width: 1200px) {
  .type .type-inner .type-box .type-1 p .size {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .type .type-inner .type-box .type-1 p .size {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .type .type-inner .type-box .type-1 p .size {
    font-size: 30px;
  }
}
.type .type-inner .type-box .type-1 p .color {
  color: #fff;
}
.type .type-inner .type-box .type-1 .migiue {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
@media screen and (max-width: 1200px) {
  .type .type-inner .type-box .type-1 .migiue {
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  .type .type-inner .type-box .type-1 .migiue {
    width: 30px;
  }
}
@media screen and (max-width: 600px) {
  .type .type-inner .type-box .type-1 .migiue {
    width: 20px;
  }
}
.type .type-inner .type-box .type-2 {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  background-color: #ff8c00;
  border: 14px solid transparent;
  -o-border-image: linear-gradient(to right, #b1823c, #ddbd83);
     border-image: linear-gradient(to right, #b1823c, #ddbd83);
  border-image-slice: 1;
  position: relative;
  text-align: left;
  gap: 25px;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .type .type-inner .type-box .type-2 {
    padding: 30px;
    width: 46%;
  }
}
@media screen and (max-width: 768px) {
  .type .type-inner .type-box .type-2 {
    padding: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .type .type-inner .type-box .type-2 {
    padding: 20px 15px 35px;
  }
}
.type .type-inner .type-box .type-2:hover {
  background-color: #6a4421;
  border: 14px solid transparent;
  -o-border-image: linear-gradient(to right, #b1823c, #ddbd83);
     border-image: linear-gradient(to right, #b1823c, #ddbd83);
  border-image-slice: 1;
}
.type .type-inner .type-box .type-2:hover p {
  color: #fff;
}
.type .type-inner .type-box .type-2:hover p .color {
  color: #ff8c00;
}
.type .type-inner .type-box .type-2 .type-img {
  width: 60%;
}
.type .type-inner .type-box .type-2 p {
  display: inline-block;
  width: 100%;
  font-size: 22px;
  line-height: 1.4;
  color: #6a4421;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .type .type-inner .type-box .type-2 p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .type .type-inner .type-box .type-2 p {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .type .type-inner .type-box .type-2 p {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.type .type-inner .type-box .type-2 p .size {
  font-size: 40px;
}
@media screen and (max-width: 1200px) {
  .type .type-inner .type-box .type-2 p .size {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .type .type-inner .type-box .type-2 p .size {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .type .type-inner .type-box .type-2 p .size {
    font-size: 30px;
  }
}
.type .type-inner .type-box .type-2 p .color {
  color: #fff;
}
.type .type-inner .type-box .type-2 .migiue {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
@media screen and (max-width: 1200px) {
  .type .type-inner .type-box .type-2 .migiue {
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  .type .type-inner .type-box .type-2 .migiue {
    width: 30px;
  }
}
@media screen and (max-width: 600px) {
  .type .type-inner .type-box .type-2 .migiue {
    width: 20px;
  }
}
.type .type-inner h3 {
  display: inline-block;
  text-align: left;
  font-size: 60px;
  padding: 0 40px;
  border-right: 2px solid #b1823c;
  border-left: 2px solid #b1823c;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .type .type-inner h3 {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .type .type-inner h3 {
    font-size: 60px;
  }
}
@media screen and (max-width: 600px) {
  .type .type-inner h3 {
    font-size: 24px;
    padding: 0 15px;
  }
}
.type .type-inner .item-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px 0;
  margin-bottom: 180px;
}
@media screen and (max-width: 600px) {
  .type .type-inner .item-box {
    margin-bottom: 80px;
    gap: 10px 0;
  }
}
.type .type-inner .item-box .clocks {
  width: 24.2%;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .type .type-inner .item-box .clocks {
    width: 49%;
  }
}
.type .type-inner .item-box .clocks:nth-child(1), .type .type-inner .item-box .clocks:nth-child(2) {
  width: 49.4%;
}
@media screen and (max-width: 768px) {
  .type .type-inner .item-box .clocks:nth-child(1), .type .type-inner .item-box .clocks:nth-child(2) {
    width: 100%;
  }
}
.type .type-inner .item-box .clocks:hover .bg {
  filter: brightness(50%);
}
.type .type-inner .item-box .clocks:hover h4 {
  color: #fff;
}
.type .type-inner .item-box .clocks:hover .migiue {
  opacity: 0;
}
.type .type-inner .item-box .clocks:hover .migiue2 {
  opacity: 1;
}
.type .type-inner .item-box .clocks .bg {
  transition: 0.3s;
}
.type .type-inner .item-box .clocks h4 {
  font-weight: normal;
  font-family: "Cormorant", serif;
  font-size: 50px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  transition: 0.3s;
}
@media screen and (max-width: 600px) {
  .type .type-inner .item-box .clocks h4 {
    font-size: 30px;
    bottom: 20px;
    left: 20px;
  }
}
.type .type-inner .item-box .clocks .migiue {
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: 0.3s;
}
@media screen and (max-width: 600px) {
  .type .type-inner .item-box .clocks .migiue {
    width: 20px;
    bottom: 15px;
    right: 15px;
  }
}
.type .type-inner .item-box .clocks .migiue2 {
  opacity: 0;
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: 0.3s;
}
@media screen and (max-width: 600px) {
  .type .type-inner .item-box .clocks .migiue2 {
    width: 20px;
    bottom: 15px;
    right: 15px;
  }
}
.type .type-inner .item-box .bags {
  width: 50%;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .type .type-inner .item-box .bags {
    width: 100%;
  }
}
.type .type-inner .item-box .bags:hover .bg {
  filter: brightness(50%);
}
.type .type-inner .item-box .bags:hover h4 {
  color: #fff;
}
.type .type-inner .item-box .bags:hover .migiue {
  opacity: 0;
}
.type .type-inner .item-box .bags:hover .migiue2 {
  opacity: 1;
}
.type .type-inner .item-box .bags .bg {
  transition: 0.3s;
}
.type .type-inner .item-box .bags h4 {
  font-weight: normal;
  font-size: 50px;
  font-family: "Cormorant", serif;
  position: absolute;
  bottom: 20px;
  left: 20px;
  transition: 0.3s;
}
@media screen and (max-width: 600px) {
  .type .type-inner .item-box .bags h4 {
    font-size: 30px;
  }
}
.type .type-inner .item-box .bags .migiue {
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: 0.3s;
}
@media screen and (max-width: 600px) {
  .type .type-inner .item-box .bags .migiue {
    width: 20px;
    bottom: 15px;
    right: 15px;
  }
}
.type .type-inner .item-box .bags .migiue2 {
  opacity: 0;
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: 0.3s;
}
@media screen and (max-width: 600px) {
  .type .type-inner .item-box .bags .migiue2 {
    width: 20px;
    bottom: 15px;
    right: 15px;
  }
}
.type .type-inner .bland-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .type .type-inner .bland-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.type .type-inner .bland-box .top-bland {
  grid-column: span 2; /* 最初の2つの要素は2カラム分の幅を取る */
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .type .type-inner .bland-box .top-bland {
    grid-column: span 1;
  }
}
.type .type-inner .bland-box .top-bland:hover .bg {
  filter: brightness(50%);
}
.type .type-inner .bland-box .top-bland:hover h4 {
  color: #fff;
}
.type .type-inner .bland-box .top-bland:hover .migiue {
  opacity: 0;
}
.type .type-inner .bland-box .top-bland:hover .migiue2 {
  opacity: 1;
}
.type .type-inner .bland-box .top-bland .bg {
  transition: 0.3s;
}
.type .type-inner .bland-box .top-bland h4 {
  font-weight: normal;
  font-size: 90px;
  color: #4D3A00;
  position: absolute;
  bottom: 20px;
  left: 20px;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .type .type-inner .bland-box .top-bland h4 {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .type .type-inner .bland-box .top-bland h4 {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .type .type-inner .bland-box .top-bland h4 {
    font-size: 16px;
    bottom: 10px;
    left: 10px;
  }
}
.type .type-inner .bland-box .top-bland .migiue {
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: 0.3s;
}
@media screen and (max-width: 600px) {
  .type .type-inner .bland-box .top-bland .migiue {
    width: 20px;
    bottom: 10px;
    right: 10px;
  }
}
.type .type-inner .bland-box .top-bland .migiue2 {
  opacity: 0;
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: 0.3s;
}
@media screen and (max-width: 600px) {
  .type .type-inner .bland-box .top-bland .migiue2 {
    width: 20px;
    bottom: 10px;
    right: 10px;
  }
}
.type .type-inner .bland-box .bottom-bland {
  position: relative;
  transition: all 0.3s;
}
.type .type-inner .bland-box .bottom-bland:hover .bg {
  filter: brightness(50%);
}
.type .type-inner .bland-box .bottom-bland:hover h4 {
  color: #fff;
}
.type .type-inner .bland-box .bottom-bland:hover .migiue {
  opacity: 0;
}
.type .type-inner .bland-box .bottom-bland:hover .migiue2 {
  opacity: 1;
}
.type .type-inner .bland-box .bottom-bland .bg {
  transition: 0.3s;
}
.type .type-inner .bland-box .bottom-bland h4 {
  font-weight: normal;
  font-size: 30px;
  font-family: "Cormorant", serif;
  line-height: 1.3;
  color: #4D3A00;
  position: absolute;
  bottom: 20px;
  left: 20px;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .type .type-inner .bland-box .bottom-bland h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .type .type-inner .bland-box .bottom-bland h4 {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .type .type-inner .bland-box .bottom-bland h4 {
    font-size: 16px;
    bottom: 10px;
    left: 10px;
  }
}
.type .type-inner .bland-box .bottom-bland .migiue {
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: 0.3s;
}
@media screen and (max-width: 600px) {
  .type .type-inner .bland-box .bottom-bland .migiue {
    width: 20px;
    bottom: 10px;
    right: 10px;
  }
}
.type .type-inner .bland-box .bottom-bland .migiue2 {
  opacity: 0;
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: 0.3s;
}
@media screen and (max-width: 600px) {
  .type .type-inner .bland-box .bottom-bland .migiue2 {
    width: 20px;
    bottom: 10px;
    right: 10px;
  }
}

.strong-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strong-inner h2 {
  margin-bottom: 60px;
}
.strong-inner .strong-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .strong-inner .strong-card {
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .strong-inner .strong-card {
    margin-bottom: 70px;
  }
}
.strong-inner .strong-card .card-content {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .strong-inner .strong-card .card-content {
    width: 100%;
  }
}
.strong-inner .strong-card .card-content .card-title {
  font-size: 50px;
  font-family: "Cormorant", serif;
  margin-bottom: 40px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .strong-inner .strong-card .card-content .card-title {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .strong-inner .strong-card .card-content .card-title {
    font-size: 30px;
  }
}
.strong-inner .strong-card .card-content .card-title span {
  color: #bf9000;
}
.strong-inner .strong-card .card-content p {
  font-size: 26px;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .strong-inner .strong-card .card-content p {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .strong-inner .strong-card .card-content p {
    font-size: 16px;
  }
}
.strong-inner .strong-card .card-img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .strong-inner .strong-card .card-img {
    width: 65%;
    margin-top: 30px;
  }
}

.sec-shop {
  margin-bottom: 180px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .sec-shop {
    margin-bottom: 90px;
  }
}
.sec-shop .shop-inner h2 {
  max-width: 1200px;
  margin: 0 auto 60px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .sec-shop .shop-inner h2 {
    margin: 0 auto 30px;
  }
}
.sec-shop .shop-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec-shop .shop-list {
    flex-direction: column;
  }
}
.sec-shop .shop-list .list-card {
  width: 300%;
  position: relative;
  aspect-ratio: 1/1;
  transition: 0.3s;
}
.sec-shop .shop-list .list-card:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .sec-shop .shop-list .list-card {
    width: 90%;
  }
}
.sec-shop .shop-list .list-card img {
  height: 100%;
  filter: brightness(50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-shop .shop-list .list-card .soon {
  filter: none;
  width: 120%;
}
.sec-shop .shop-list .list-card .text-box {
  z-index: 2;
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #fff;
}
.sec-shop .shop-list .list-card .text-box h3 {
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1200px) {
  .sec-shop .shop-list .list-card .text-box h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 900px) {
  .sec-shop .shop-list .list-card .text-box h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .sec-shop .shop-list .list-card .text-box h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .sec-shop .shop-list .list-card .text-box h3 {
    font-size: 24px;
  }
}
.sec-shop .shop-list .list-card .text-box p {
  font-size: 26px;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .sec-shop .shop-list .list-card .text-box p {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .sec-shop .shop-list .list-card .text-box p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .sec-shop .shop-list .list-card .text-box p {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .sec-shop .shop-list .list-card .text-box p {
    font-size: 18px;
  }
}

.voice {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .voice {
    margin-bottom: 90px;
  }
}
.voice .voice-inner {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .voice .voice-inner {
    display: block;
  }
}
.voice .voice-inner h2 {
  max-width: 1200px;
  margin: 0 auto 60px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .voice .voice-inner h2 {
    text-align: left;
  }
}
.voice .voice-inner .swiper {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .voice .voice-inner .swiper {
    width: 100%;
  }
}
.voice .voice-inner .swiper-button-prev, .voice .voice-inner .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.voice .voice-inner .swiper-button-prev {
  left: 5%;
  color: #000;
}
@media screen and (max-width: 768px) {
  .voice .voice-inner .swiper-button-prev {
    left: 0;
  }
}
.voice .voice-inner .swiper-button-next {
  right: 5%;
  color: #000;
}
@media screen and (max-width: 768px) {
  .voice .voice-inner .swiper-button-next {
    right: 0;
  }
}
.voice .voice-inner .swiper-slide {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .voice .voice-inner .swiper-slide {
    padding: 0 30px;
  }
}
.voice .voice-inner .swiper-slide img {
  display: block;
}
.voice .voice-inner .swiper-slide .name {
  font-size: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .voice .voice-inner .swiper-slide .name {
    font-size: 26px;
  }
}
.voice .voice-inner .swiper-slide .text {
  font-size: 26px;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .voice .voice-inner .swiper-slide .text {
    font-size: 20px;
  }
}

.st-product-card:hover, .st-product-card-big:hover {
  opacity: 0.8;
}

section.page {
  padding: 180px 20px;
}
@media screen and (max-width: 768px) {
  section.page {
    padding: 120px 20px;
  }
}

.page-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.page-title {
  margin-bottom: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .page-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.page-contents h2 {
  margin-bottom: 40px;
  margin-top: 50px;
  font-weight: bold;
  font-size: 24px;
}
.page-contents h3, .page-contents h4 {
  margin-bottom: 30px;
  margin-top: 30px;
  font-weight: bold;
  font-size: 22px;
}
.page-contents p {
  line-height: 1.7;
  margin-bottom: 30px;
}
.page-contents strong {
  font-weight: bold;
}
.page-contents li {
  line-height: 2;
}

.p_megamenuOpen.is_active {
  border-bottom: 2px solid #ff8c00;
  color: #ff8c00;
}

.megamenuMask {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  display: none;
  cursor: pointer;
}
.megamenuMask.is_active {
  display: block;
}
@media screen and (max-width: 768px) {
  .megamenuMask {
    display: none !important;
  }
}

.megamenu {
  position: fixed;
  top: 127px;
  left: 50%;
  max-height: 80vh;
  opacity: 0;
  transform: translate(-50%, -100%);
  transition: all 0.3s ease;
  max-width: 1200px;
  width: 100%;
  overflow-y: auto;
  background: #fff;
  padding: 40px 80px 80px;
  z-index: 1000;
}
@media screen and (max-width: 1100px) {
  .megamenu {
    padding: 40px 40px 50px;
  }
}
.megamenu.is_active {
  opacity: 1;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .megamenu {
    display: none !important;
  }
}

.b_megmenu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 50px;
}

.b_megmenuItem a {
  display: flex;
  align-items: center;
  gap: 20px;
}
.b_megmenuItem .icon {
  width: 50px;
}
.b_megmenuItem .ja {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}
.b_megmenuItem .en {
  font-size: 12px;
  color: #BBB;
}

footer .footer-top {
  text-align: center;
  padding: 90px 20px;
  background: rgb(221, 189, 131);
  background: radial-gradient(circle, rgb(221, 189, 131) 0%, rgb(177, 130, 60) 100%);
}
@media screen and (max-width: 768px) {
  footer .footer-top {
    padding: 70px 20px;
  }
}
footer .footer-top .footer-title {
  font-size: 60px;
  margin-bottom: 65px;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  footer .footer-top .footer-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-top .footer-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
footer .footer-top .link-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 600px) {
  footer .footer-top .link-box {
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  footer .footer-top .link-box a {
    text-align: center;
  }
  footer .footer-top .link-box a > img {
    width: 50%;
  }
}
footer .footer-top .link-box .line {
  background-color: #00bb2c;
  padding: 25px 45px 55px;
  position: relative;
  border-radius: 5px;
  box-shadow: 5px 5px 3px #333;
  transition: 0.3s;
}
@media screen and (max-width: 600px) {
  footer .footer-top .link-box .line {
    padding: 30px 15px 30px;
  }
}
@media screen and (max-width: 400px) {
  footer .footer-top .link-box .line {
    padding: 20px 15px 30px;
  }
}
footer .footer-top .link-box .line:hover {
  translate: 5px 5px;
  box-shadow: none;
  filter: brightness(50%);
}
footer .footer-top .link-box .line:hover .migiue {
  opacity: 0;
}
footer .footer-top .link-box .line:hover .migiue2 {
  opacity: 1;
}
footer .footer-top .link-box .line p {
  font-size: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  footer .footer-top .link-box .line p {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  footer .footer-top .link-box .line p {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
footer .footer-top .link-box .line .migiue {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
@media screen and (max-width: 600px) {
  footer .footer-top .link-box .line .migiue {
    width: 20px;
  }
}
footer .footer-top .link-box .line .migiue2 {
  position: absolute;
  bottom: 15px;
  right: 15px;
  opacity: 0;
}
@media screen and (max-width: 600px) {
  footer .footer-top .link-box .line .migiue2 {
    width: 20px;
  }
}
footer .footer-top .tel {
  padding: 25px 45px 55px;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
  box-shadow: 5px 5px 3px #333;
  transition: 0.3s;
}
@media screen and (max-width: 600px) {
  footer .footer-top .tel {
    padding: 30px 15px 30px;
  }
}
@media screen and (max-width: 400px) {
  footer .footer-top .tel {
    padding: 20px 15px 30px;
  }
}
footer .footer-top .tel:hover {
  translate: 5px 5px;
  box-shadow: none;
  filter: brightness(50%);
}
footer .footer-top .tel p {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  footer .footer-top .tel p {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  footer .footer-top .tel p {
    font-size: 18px;
  }
}
footer .footer-top .tel .migiue {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
@media screen and (max-width: 600px) {
  footer .footer-top .tel .migiue {
    width: 20px;
  }
}
footer .footer-top .tel .migiue2 {
  position: absolute;
  bottom: 15px;
  right: 15px;
  opacity: 0;
}
@media screen and (max-width: 600px) {
  footer .footer-top .tel .migiue2 {
    width: 20px;
  }
}
footer .footer-inner {
  max-width: 100%;
  margin: 0 auto 125px;
  padding: 0 20px;
}
footer .footer-inner .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-bottom {
    flex-direction: column;
    gap: 30px;
  }
}
footer .footer-inner .footer-bottom .footer-logo {
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  footer .footer-inner .footer-bottom .footer-logo {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  footer .footer-inner .footer-bottom .footer-logo {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-bottom .footer-logo {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-bottom .footer-logo {
    font-size: 20px;
  }
}
footer .footer-inner .footer-bottom .footer-logo span {
  font-size: 26px;
}
@media screen and (max-width: 1200px) {
  footer .footer-inner .footer-bottom .footer-logo span {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  footer .footer-inner .footer-bottom .footer-logo span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-bottom .footer-logo span {
    font-size: 20px;
  }
}
footer .footer-inner .footer-bottom .footer-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-bottom .footer-nav {
    flex-wrap: wrap;
  }
}
footer .footer-inner .footer-bottom .footer-nav li {
  margin-right: 50px;
}
@media screen and (max-width: 1200px) {
  footer .footer-inner .footer-bottom .footer-nav li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  footer .footer-inner .footer-bottom .footer-nav li {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-bottom .footer-nav li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  footer .footer-inner .footer-bottom .footer-nav li {
    margin-right: 10px;
    width: 47%;
    margin-bottom: 20px;
  }
}
footer .footer-inner .footer-bottom .footer-nav li:last-child {
  margin-right: none;
}
footer .footer-inner .footer-bottom .footer-nav li a {
  font-size: 16px;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  footer .footer-inner .footer-bottom .footer-nav li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  footer .footer-inner .footer-bottom .footer-nav li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-bottom .footer-nav li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  footer .footer-inner .footer-bottom .footer-nav li a {
    font-size: 14px;
  }
}
footer .footer-inner .footer-bottom .footer-nav li a:hover {
  color: #ff8c00;
}
footer .footer-inner .footer-bottom .footer-text p {
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 1200px) {
  footer .footer-inner .footer-bottom .footer-text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  footer .footer-inner .footer-bottom .footer-text p {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-bottom .footer-text p {
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  footer .footer-inner .footer-bottom .footer-text p {
    font-size: 14px;
  }
}

.floot-btn-box {
  z-index: 100;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px 10px;
}
@media screen and (max-width: 768px) {
  .floot-btn-box {
    display: flex;
  }
}
@media screen and (max-width: 600px) {
  .floot-btn-box {
    padding: 0 10px 10px;
  }
}
.floot-btn-box .floot-line {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 10px;
  background-color: #00bb2c;
  border-radius: 10px;
  box-shadow: 5px 5px 3px #333;
  transition: 0.3s;
}
.floot-btn-box .floot-line:hover {
  translate: 5px 5px;
  box-shadow: none;
  filter: brightness(50%);
}
.floot-btn-box .floot-line img {
  width: auto;
  height: 30px;
}
.floot-btn-box .floot-line p {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .floot-btn-box .floot-line p {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .floot-btn-box .floot-line p {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .floot-btn-box .floot-line p {
    font-size: 12px;
  }
}
.floot-btn-box .floot-tel {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 3px #333;
  transition: 0.3s;
}
.floot-btn-box .floot-tel:hover {
  translate: 5px 5px;
  box-shadow: none;
  filter: brightness(50%);
}
.floot-btn-box .floot-tel img {
  width: auto;
  height: 30px;
}
.floot-btn-box .floot-tel p {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .floot-btn-box .floot-tel p {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .floot-btn-box .floot-tel p {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .floot-btn-box .floot-tel p {
    font-size: 12px;
  }
}

.delivery {
  background-color: #f0e7d9;
}
.delivery .flow-fv {
  max-width: 1200px;
  margin: 0 auto;
  padding: 180px 20px 0;
}
@media screen and (max-width: 768px) {
  .delivery .flow-fv {
    padding: 50px 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .delivery .flow-fv .fv-img {
    margin-bottom: 90px;
  }
}
.delivery .delivery-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.delivery .delivery-inner h2 {
  margin-bottom: 60px;
}
.delivery .delivery-inner .delivery-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .delivery .delivery-inner .delivery-box {
    flex-direction: column;
    padding-bottom: 60px;
  }
}
.delivery .delivery-inner .delivery-box .delivery-card {
  width: 31%;
}
@media screen and (max-width: 768px) {
  .delivery .delivery-inner .delivery-box .delivery-card {
    width: 100%;
    margin-bottom: 30px;
  }
}
.delivery .delivery-inner .delivery-box .delivery-card h3 {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 30px;
  background: rgb(221, 189, 131);
  background: radial-gradient(circle, rgb(221, 189, 131) 0%, rgb(177, 130, 60) 100%);
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 1200px) {
  .delivery .delivery-inner .delivery-box .delivery-card h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .delivery .delivery-inner .delivery-box .delivery-card h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .delivery .delivery-inner .delivery-box .delivery-card h3 {
    padding: 20px 10px;
    font-size: 30px;
  }
}
.delivery .delivery-inner .delivery-box .delivery-card p {
  font-size: 22px;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .delivery .delivery-inner .delivery-box .delivery-card p {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .delivery .delivery-inner .delivery-box .delivery-card p {
    font-size: 18px;
  }
}
.delivery .price-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .delivery .price-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    margin-bottom: 90px;
  }
}
.delivery .price-box .price-card {
  background: #fff;
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .delivery .price-box .price-card {
    width: 90%;
  }
}
.delivery .price-box .price-card img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  margin-bottom: 15px;
}
.delivery .price-box .price-card .price-tag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  margin-bottom: 10px;
}
.delivery .price-box .price-card .price-tag .price-text {
  width: 30%;
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  .delivery .price-box .price-card .price-tag .price-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .delivery .price-box .price-card .price-tag .price-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .delivery .price-box .price-card .price-tag .price-text {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .delivery .price-box .price-card .price-tag .price-text {
    font-size: 18px;
  }
}
.delivery .price-box .price-card .price-tag .price {
  width: 70%;
  font-size: 34px;
  background-color: #fff;
  padding: 15px;
}
@media screen and (max-width: 1200px) {
  .delivery .price-box .price-card .price-tag .price {
    font-size: 26px;
    padding: 10px;
  }
}
@media screen and (max-width: 900px) {
  .delivery .price-box .price-card .price-tag .price {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .delivery .price-box .price-card .price-tag .price {
    font-size: 48px;
  }
}
@media screen and (max-width: 600px) {
  .delivery .price-box .price-card .price-tag .price {
    font-size: 26px;
  }
}
.delivery .price-box .price-card .product {
  font-size: 16px;
  line-height: 1.5;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 0 20px;
}
@media screen and (max-width: 1200px) {
  .delivery .price-box .price-card .product {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .delivery .price-box .price-card .product {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .delivery .price-box .price-card .product {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .delivery .price-box .price-card .product {
    font-size: 16px;
  }
}
.delivery .flow {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 160px;
}
@media screen and (max-width: 768px) {
  .delivery .flow {
    padding-bottom: 80px;
  }
}
.delivery .flow h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .delivery .flow h2 {
    text-align: center;
  }
}
.delivery .flow .flow-list {
  text-align: center;
}
.delivery .flow .flow-list li {
  display: flex;
  justify-content: center;
  border-top: 4px solid #e2cc8f;
  border-bottom: 4px solid #e2cc8f;
  padding: 50px 10px;
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .delivery .flow .flow-list li {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .delivery .flow .flow-list li {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .delivery .flow .flow-list li {
    font-size: 20px;
  }
}
.delivery .flow .flow-list li:last-child {
  margin-bottom: 0;
}
.delivery .flow .flow-list li img {
  max-width: 80%;
  position: absolute;
  left: 4%;
  top: 30%;
}
@media screen and (max-width: 768px) {
  .delivery .flow .flow-list li img:first-child {
    top: 15%;
  }
}
@media screen and (max-width: 768px) {
  .delivery .flow .flow-list li img {
    left: 2%;
    width: 50px;
  }
}
.delivery .flow .flow-list .sita {
  margin-bottom: 30px;
}

.document {
  max-width: 1200px;
  margin: 0 auto;
  padding: 180px 20px 180px;
}
@media screen and (max-width: 768px) {
  .document {
    padding: 90px 20px 90px;
  }
}
.document h2 {
  margin-bottom: 80px;
}
.document .document-box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .document .document-box {
    flex-direction: column;
  }
}
.document .document-box ul {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .document .document-box ul {
    width: 100%;
  }
}
.document .document-box ul li {
  margin-bottom: 30px;
  font-size: 26px;
}
@media screen and (max-width: 1200px) {
  .document .document-box ul li {
    font-size: 22px;
  }
}
.document .document-box ul li::before {
  content: "";
  display: inline-block;
  background-color: #bf9000;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 20px;
}
.document .document-box ul li span {
  margin-left: 10px;
}
.document .document-box img {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .document .document-box img {
    width: 100%;
  }
}

.qa {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px 180px;
}
@media screen and (max-width: 768px) {
  .qa {
    padding: 90px 20px;
  }
}
.qa h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .qa h2 {
    margin-bottom: 30px;
  }
}
.qa ul {
  padding: 40px 20px;
  border-top: 1px solid #000;
}
.qa ul:last-child {
  border-bottom: 1px solid #000;
}
.qa ul dt {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}
.qa ul dt::before {
  content: "Q.";
  font-size: 40px;
  font-weight: 500;
  margin-right: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .qa ul dt::before {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .qa ul dt {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.qa ul dd {
  font-size: 26px;
  line-height: 1.7;
}
.qa ul dd::before {
  content: "A.";
  color: #bf9000;
  font-size: 40px;
  font-weight: 500;
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  .qa ul dd::before {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .qa ul dd {
    font-size: 14px;
  }
}

.shop {
  background-color: #f0e7d9;
}
.shop .flow-fv {
  max-width: 1200px;
  margin: 0 auto;
  padding: 180px 20px 0;
}
@media screen and (max-width: 768px) {
  .shop .flow-fv {
    padding: 50px 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .shop .flow-fv .fv-img {
    margin-bottom: 90px;
  }
}
.shop .shop-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.shop .shop-inner h2 {
  margin-bottom: 60px;
}
.shop .shop-inner .shop-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .shop .shop-inner .shop-box {
    flex-direction: column;
    padding-bottom: 60px;
  }
}
.shop .shop-inner .shop-box .shop-card {
  width: 31%;
}
@media screen and (max-width: 768px) {
  .shop .shop-inner .shop-box .shop-card {
    width: 100%;
    margin-bottom: 30px;
  }
}
.shop .shop-inner .shop-box .shop-card h3 {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 30px;
  background: rgb(221, 189, 131);
  background: radial-gradient(circle, rgb(221, 189, 131) 0%, rgb(177, 130, 60) 100%);
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 1200px) {
  .shop .shop-inner .shop-box .shop-card h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .shop .shop-inner .shop-box .shop-card h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .shop .shop-inner .shop-box .shop-card h3 {
    padding: 20px 10px;
    font-size: 30px;
  }
}
.shop .shop-inner .shop-box .shop-card p {
  font-size: 22px;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .shop .shop-inner .shop-box .shop-card p {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .shop .shop-inner .shop-box .shop-card p {
    font-size: 18px;
  }
}
.shop .price-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .shop .price-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    margin-bottom: 90px;
  }
}
.shop .price-box .price-card {
  background: #fff;
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .shop .price-box .price-card {
    width: 90%;
  }
}
.shop .price-box .price-card img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  margin-bottom: 15px;
}
.shop .price-box .price-card .price-tag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  margin-bottom: 10px;
}
.shop .price-box .price-card .price-tag .price-text {
  width: 30%;
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  .shop .price-box .price-card .price-tag .price-text {
    font-size: 16px;
    padding: 10px;
  }
}
@media screen and (max-width: 900px) {
  .shop .price-box .price-card .price-tag .price-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .shop .price-box .price-card .price-tag .price-text {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .shop .price-box .price-card .price-tag .price-text {
    font-size: 18px;
  }
}
.shop .price-box .price-card .price-tag .price {
  width: 70%;
  font-size: 38px;
  background-color: #fff;
  padding: 15px;
}
@media screen and (max-width: 1200px) {
  .shop .price-box .price-card .price-tag .price {
    font-size: 26px;
  }
}
@media screen and (max-width: 900px) {
  .shop .price-box .price-card .price-tag .price {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .shop .price-box .price-card .price-tag .price {
    font-size: 48px;
  }
}
@media screen and (max-width: 600px) {
  .shop .price-box .price-card .price-tag .price {
    font-size: 26px;
  }
}
.shop .price-box .price-card .product {
  font-size: 16px;
  padding: 0 20px;
  margin-left: 10px;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .shop .price-box .price-card .product {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .shop .price-box .price-card .product {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .shop .price-box .price-card .product {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .shop .price-box .price-card .product {
    font-size: 16px;
  }
}
.shop .flow {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 160px;
}
@media screen and (max-width: 768px) {
  .shop .flow {
    padding-bottom: 80px;
  }
}
.shop .flow h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .shop .flow h2 {
    text-align: center;
  }
}
.shop .flow .flow-list {
  text-align: center;
}
.shop .flow .flow-list li {
  display: flex;
  justify-content: center;
  border-top: 4px solid #e2cc8f;
  border-bottom: 4px solid #e2cc8f;
  padding: 50px 10px;
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .shop .flow .flow-list li {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .shop .flow .flow-list li {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .shop .flow .flow-list li {
    font-size: 20px;
  }
}
.shop .flow .flow-list li:last-child {
  margin-bottom: 0;
}
.shop .flow .flow-list li img {
  max-width: 80%;
  position: absolute;
  left: 4%;
  top: 30%;
}
@media screen and (max-width: 768px) {
  .shop .flow .flow-list li img:first-child {
    top: 15%;
  }
}
@media screen and (max-width: 768px) {
  .shop .flow .flow-list li img {
    left: 2%;
    width: 50px;
  }
}
.shop .flow .flow-list .sita {
  margin-bottom: 30px;
}

.document {
  max-width: 1200px;
  margin: 0 auto;
  padding: 180px 20px 180px;
}
@media screen and (max-width: 768px) {
  .document {
    padding: 90px 20px 0;
  }
}
.document h2 {
  margin-bottom: 80px;
}
.document .document-box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .document .document-box {
    flex-direction: column;
  }
}
.document .document-box ul {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .document .document-box ul {
    width: 100%;
  }
}
.document .document-box ul li {
  margin-bottom: 30px;
  font-size: 26px;
}
@media screen and (max-width: 1200px) {
  .document .document-box ul li {
    font-size: 22px;
  }
}
.document .document-box ul li::before {
  content: "";
  display: inline-block;
  background-color: #bf9000;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 20px;
}
.document .document-box ul li span {
  margin-left: 10px;
}
.document .document-box img {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .document .document-box img {
    width: 100%;
  }
}

.shop-shop .shop-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .shop-shop .shop-inner {
    padding-top: 80px;
  }
}
.shop-shop .shop-inner h2 {
  margin-bottom: 50px;
}
.shop-shop .shop-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .shop-shop .shop-list {
    flex-direction: column;
  }
}
.shop-shop .shop-list .list-card {
  width: 300%;
  position: relative;
  aspect-ratio: 1/1;
  transition: 0.3s;
}
.shop-shop .shop-list .list-card:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .shop-shop .shop-list .list-card {
    width: 90%;
  }
}
.shop-shop .shop-list .list-card img {
  height: 100%;
  filter: brightness(50%);
}
.shop-shop .shop-list .list-card .soon {
  filter: none;
}
.shop-shop .shop-list .list-card .text-box {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #fff;
}
.shop-shop .shop-list .list-card .text-box h3 {
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1200px) {
  .shop-shop .shop-list .list-card .text-box h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 900px) {
  .shop-shop .shop-list .list-card .text-box h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .shop-shop .shop-list .list-card .text-box h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .shop-shop .shop-list .list-card .text-box h3 {
    font-size: 30px;
  }
}
.shop-shop .shop-list .list-card .text-box p {
  font-size: 26px;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .shop-shop .shop-list .list-card .text-box p {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .shop-shop .shop-list .list-card .text-box p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .shop-shop .shop-list .list-card .text-box p {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .shop-shop .shop-list .list-card .text-box p {
    font-size: 18px;
  }
}

.qa {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px 180px;
}
@media screen and (max-width: 768px) {
  .qa {
    padding: 90px 20px;
  }
}
.qa h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .qa h2 {
    margin-bottom: 30px;
  }
}
.qa ul {
  padding: 40px 20px;
  border-top: 1px solid #000;
}
.qa ul:last-child {
  border-bottom: 1px solid #000;
}
.qa ul dt {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}
.qa ul dt::before {
  content: "Q.";
  font-size: 40px;
  font-weight: 500;
  margin-right: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .qa ul dt::before {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .qa ul dt {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.qa ul dd {
  font-size: 26px;
  line-height: 1.7;
}
.qa ul dd::before {
  content: "A.";
  color: #bf9000;
  font-size: 40px;
  font-weight: 500;
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  .qa ul dd::before {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .qa ul dd {
    font-size: 14px;
  }
}

.clocks-fv {
  max-width: 1200px;
  margin: 0 auto;
  padding: 180px 20px 0;
}
@media screen and (max-width: 768px) {
  .clocks-fv {
    padding: 50px 20px 0;
  }
}

.st-ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .st-ttl {
    text-align: center;
  }
}
.st-ttl span {
  border-bottom: 4px solid #e2cc8f;
  padding-bottom: 10px;
  padding-right: 30%;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .st-ttl span {
    padding-right: 0;
    font-size: 18px;
  }
}

.achieve {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .achieve {
    margin-bottom: 80px;
  }
}
.achieve .achieve-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.achieve .achieve-inner h2 {
  margin-bottom: 80px;
}
.achieve .price-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
@media screen and (max-width: 1100px) {
  .achieve .price-box {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .achieve .price-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.achieve .price-box .price-card {
  border: 1px solid #000;
}
.achieve .price-box .price-card img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  margin-bottom: 15px;
}
.achieve .price-box .price-card .price-tag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  margin-bottom: 10px;
}
.achieve .price-box .price-card .price-tag .price-text {
  width: 30%;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .achieve .price-box .price-card .price-tag .price-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .achieve .price-box .price-card .price-tag .price-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .achieve .price-box .price-card .price-tag .price-text {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .achieve .price-box .price-card .price-tag .price-text {
    font-size: 18px;
  }
}
.achieve .price-box .price-card .price-tag .price {
  width: 70%;
  font-size: 22px;
  background-color: #fff;
  padding: 15px 0;
}
@media screen and (max-width: 1200px) {
  .achieve .price-box .price-card .price-tag .price {
    font-size: 26px;
    padding: 10px;
  }
}
@media screen and (max-width: 900px) {
  .achieve .price-box .price-card .price-tag .price {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .achieve .price-box .price-card .price-tag .price {
    font-size: 48px;
  }
}
@media screen and (max-width: 600px) {
  .achieve .price-box .price-card .price-tag .price {
    font-size: 26px;
  }
}
.achieve .price-box .price-card .product {
  font-size: 16px;
  line-height: 1.5;
  margin-left: 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .achieve .price-box .price-card .product {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .achieve .price-box .price-card .product {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .achieve .price-box .price-card .product {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .achieve .price-box .price-card .product {
    font-size: 16px;
  }
}
.achieve .price-box2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
@media screen and (max-width: 1100px) {
  .achieve .price-box2 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .achieve .price-box2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
}
.achieve .price-box2 .price-card {
  border: 1px solid #000;
}
.achieve .price-box2 .price-card img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  margin-bottom: 15px;
}
.achieve .price-box2 .price-card .price-tag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .achieve .price-box2 .price-card .price-tag {
    padding: 0 10px;
  }
}
.achieve .price-box2 .price-card .price-tag .price-text {
  width: 30%;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .achieve .price-box2 .price-card .price-tag .price-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .achieve .price-box2 .price-card .price-tag .price-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .achieve .price-box2 .price-card .price-tag .price-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .achieve .price-box2 .price-card .price-tag .price-text {
    font-size: 12px;
  }
}
.achieve .price-box2 .price-card .price-tag .price {
  width: 70%;
  font-size: 22px;
  background-color: #fff;
  padding: 15px;
}
@media screen and (max-width: 1200px) {
  .achieve .price-box2 .price-card .price-tag .price {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .achieve .price-box2 .price-card .price-tag .price {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .achieve .price-box2 .price-card .price-tag .price {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .achieve .price-box2 .price-card .price-tag .price {
    font-size: 12px;
  }
}
.achieve .price-box2 .price-card .product {
  font-size: 16px;
  line-height: 1.5;
  box-sizing: border-box;
  margin-bottom: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 1200px) {
  .achieve .price-box2 .price-card .product {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .achieve .price-box2 .price-card .product {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .achieve .price-box2 .price-card .product {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .achieve .price-box2 .price-card .product {
    font-size: 10px;
  }
}

.st-blands {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 200px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .st-blands {
    margin-bottom: 100px;
  }
}
.st-blands .sec-title {
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .st-blands .sec-title {
    margin-bottom: 60px;
  }
}
.st-blands .st-blands-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 0;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .st-blands .st-blands-box {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.st-blands .st-blands-box .st-blands-card {
  width: 20%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .st-blands .st-blands-box .st-blands-card {
    width: 33%;
  }
}
.st-blands .st-blands-box .st-blands-card img {
  margin-bottom: 10px;
  width: 80%;
}
.st-blands .st-blands-box .st-blands-card p {
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .st-blands .st-blands-box .st-blands-card p {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .st-blands .st-blands-box .st-blands-card p {
    font-size: 14px;
  }
}
.st-blands .st-blands-box .etc {
  position: absolute;
  bottom: 0;
  right: 5px;
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .st-blands .st-blands-box .etc {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .st-blands .st-blands-box .etc {
    font-size: 14px;
  }
}

.st-product {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .st-product {
    margin-bottom: 100px;
  }
}
.st-product .sec-title {
  margin-bottom: 60px;
}
.st-product .st-product-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 2%;
}
.st-product .st-product-box .st-product-card-big {
  width: 32%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .st-product .st-product-box .st-product-card-big {
    width: 49%;
  }
}
.st-product .st-product-box .st-product-card-big p {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 20px;
  background-color: #fff;
  padding: 10px 20px;
}
@media screen and (max-width: 1100px) {
  .st-product .st-product-box .st-product-card-big p {
    font-size: 16px;
    padding: 10px 10px;
  }
}
@media screen and (max-width: 600px) {
  .st-product .st-product-box .st-product-card-big p {
    font-size: 16px;
  }
}
.st-product .st-product-box .st-product-card-big:nth-child(1), .st-product .st-product-box .st-product-card-big:nth-child(2) {
  width: 49%;
}
@media screen and (max-width: 1200px) {
  .st-product .st-product-box .st-product-card-big:nth-child(1), .st-product .st-product-box .st-product-card-big:nth-child(2) {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .st-product .st-product-box .st-product-card-big:nth-child(1), .st-product .st-product-box .st-product-card-big:nth-child(2) {
    width: 100%;
  }
}
.st-product .st-product-box .st-product-card-big:nth-child(1) p, .st-product .st-product-box .st-product-card-big:nth-child(2) p {
  font-size: 24px;
}
@media screen and (max-width: 1100px) {
  .st-product .st-product-box .st-product-card-big:nth-child(1) p, .st-product .st-product-box .st-product-card-big:nth-child(2) p {
    font-size: 18px;
    padding: 10px 10px;
  }
}
@media screen and (max-width: 768px) {
  .st-product .st-product-box .st-product-card-big:nth-child(1) p, .st-product .st-product-box .st-product-card-big:nth-child(2) p {
    font-size: 16px;
  }
}
.st-product .st-product-box .st-product-card {
  width: 32%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .st-product .st-product-box .st-product-card {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .st-product .st-product-box .st-product-card {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  .st-product .st-product-box .st-product-card {
    width: 100%;
  }
}
.st-product .st-product-box .st-product-card p {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 40px;
  background-color: #fff;
  padding: 10px 20px;
}
@media screen and (max-width: 1200px) {
  .st-product .st-product-box .st-product-card p {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .st-product .st-product-box .st-product-card p {
    font-size: 30px;
  }
}/*# sourceMappingURL=style.css.map */