@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Noto+Sans+JP:wght@100..900&display=swap");
html,
body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  overflow-x: hidden;
  background: #fff;
  line-height: 1.7;
}
@media screen and (max-width: 1400px) {
  html,
  body {
    font-size: 0.0714285714vw;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 0.1333333333vw;
  }
}

*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.en {
  font-family: "DM Sans", serif;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0%;
  padding: 0%;
}

ul li,
ol li {
  list-style: none;
}

figure,
table {
  margin: auto;
}

.sec_contain {
  max-width: 1200px;
  margin: auto !important;
}

div {
  font-size: 14px;
}

ul,
ol {
  margin: auto;
  padding: 0;
}

@media screen and (max-width: 1400px) {
  .sec_contain {
    max-width: 1200rem;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .sec_contain {
    max-width: 100%;
    margin: auto;
    padding: 0 50rem;
  }
}
.nolink {
  pointer-events: none !important;
  opacity: 0.5 !important;
}

.sec_pd {
  padding: 80px 0;
}
@media screen and (max-width: 1400px) {
  .sec_pd {
    padding: 80rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec_pd {
    padding: 80rem 0;
  }
}

.sec_title {
  margin: auto;
  text-align: center;
}
.sec_title h2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1400px) {
  .sec_title h2 {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_title h2 {
    gap: 20rem;
  }
}
.sec_title h2 img {
  max-width: 35px;
}
@media screen and (max-width: 1400px) {
  .sec_title h2 img {
    max-width: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_title h2 img {
    max-width: 60rem;
  }
}
.sec_title h2 .en {
  font-family: "DM Sans", serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #6e3f21;
}
@media screen and (max-width: 1400px) {
  .sec_title h2 .en {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_title h2 .en {
    font-size: 24rem;
  }
}
.sec_title h2 .jp {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .sec_title h2 .jp {
    font-size: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_title h2 .jp {
    font-size: 44rem;
  }
}

.btn_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 50px;
  border-radius: 25px;
  background: rgba(161, 44, 38, 0.9019607843);
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  color: #fff;
  margin: auto;
  border: 1px solid rgba(161, 44, 38, 0.9019607843);
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .btn_link:hover {
    color: #a12c26;
    background-color: #fff;
  }
}
@media screen and (max-width: 1400px) {
  .btn_link {
    width: 270rem;
    height: 50rem;
    border-radius: 25rem;
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .btn_link {
    width: 480rem;
    height: 90rem;
    font-size: 30rem;
    border-radius: 45rem;
  }
}

.color_red {
  color: #A02D26;
}

.main {
  margin-top: 135px;
}
@media screen and (max-width: 1400px) {
  .main {
    margin-top: 135rem;
  }
}
@media screen and (max-width: 768px) {
  .main {
    margin-top: 220rem;
  }
}

.t-fv {
  position: relative;
}
.t-fv .fv_slider {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  max-height: 400px;
}
@media screen and (max-width: 1400px) {
  .t-fv .fv_slider {
    max-width: 750rem;
    max-height: 400rem;
  }
}
@media screen and (max-width: 768px) {
  .t-fv .fv_slider {
    max-width: 100%;
    max-height: none;
  }
}
.t-fv .fv_slider .slick-list {
  overflow: visible;
}
.t-fv .fv_slider .slick-slide {
  margin: 0 10px;
}
@media screen and (max-width: 1400px) {
  .t-fv .fv_slider .slick-slide {
    margin: 0 10rem;
  }
}
@media screen and (max-width: 768px) {
  .t-fv .fv_slider .slick-slide {
    margin: 0;
  }
}
.t-fv .fv_slider .slick-slide .item {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  .t-fv .fv_slider .slick-slide .item {
    height: 400rem;
  }
}
@media screen and (max-width: 768px) {
  .t-fv .fv_slider .slick-slide .item {
    height: auto;
  }
}
.t-fv .fv_slider .slick-slide img {
  width: 100%;
  max-height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .t-fv .fv_slider .slick-slide img {
    width: 100%;
    max-height: none;
    -o-object-fit: initial;
       object-fit: initial;
  }
}
.t-fv .fv_slider .slick-arrow {
  display: none;
}
.t-fv .fv_slider .slick-dots {
  bottom: -30px;
}
@media screen and (max-width: 1400px) {
  .t-fv .fv_slider .slick-dots {
    bottom: -30rem;
  }
}
@media screen and (max-width: 768px) {
  .t-fv .fv_slider .slick-dots {
    bottom: -20rem;
  }
}
.t-fv .fv_slider .slick-dots li {
  height: 5px;
  width: 10px;
  padding: 0;
}
@media screen and (max-width: 1400px) {
  .t-fv .fv_slider .slick-dots li {
    width: 10rem;
    height: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .t-fv .fv_slider .slick-dots li {
    width: 32rem;
  }
}
.t-fv .fv_slider .slick-dots li button {
  padding: 0;
  margin: 0;
  height: 5px;
  width: 10px;
}
@media screen and (max-width: 1400px) {
  .t-fv .fv_slider .slick-dots li button {
    width: 10rem;
    height: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .t-fv .fv_slider .slick-dots li button {
    width: 32rem;
  }
}
.t-fv .fv_slider .slick-dots li button::before {
  content: "";
  width: 10px;
  height: 3px;
  background-color: #6e3f21;
}
@media screen and (max-width: 1400px) {
  .t-fv .fv_slider .slick-dots li button::before {
    width: 10rem;
    height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .t-fv .fv_slider .slick-dots li button::before {
    width: 32rem;
  }
}

.t-reasons {
  padding-bottom: 120px;
}
@media screen and (max-width: 1400px) {
  .t-reasons {
    padding-bottom: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .t-reasons {
    padding-bottom: 120rem;
  }
}
.t-reasons .reasonsbox {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1400px) {
  .t-reasons .reasonsbox {
    margin-top: 60rem;
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .t-reasons .reasonsbox {
    flex-wrap: wrap;
    margin-top: 60rem;
    gap: 60rem 25rem;
  }
}
.t-reasons .reasonsbox__item {
  position: relative;
  max-width: 210px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .t-reasons .reasonsbox__item {
    max-width: 210rem;
  }
}
@media screen and (max-width: 768px) {
  .t-reasons .reasonsbox__item {
    max-width: 310rem;
  }
}
.t-reasons .reasonsbox__item_head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.t-reasons .reasonsbox__item_head .txt {
  font-family: "DM Sans", serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #6e3f21;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .t-reasons .reasonsbox__item_head .txt {
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .t-reasons .reasonsbox__item_head .txt {
    font-size: 23rem;
  }
}
.t-reasons .reasonsbox__item_head .txt::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  bottom: 0px;
  left: -10px;
  transform: rotate(-45deg);
  background-color: #6e3f21;
}
@media screen and (max-width: 1400px) {
  .t-reasons .reasonsbox__item_head .txt::before {
    height: 10rem;
    left: -10rem;
  }
}
@media screen and (max-width: 768px) {
  .t-reasons .reasonsbox__item_head .txt::before {
    left: -15rem;
    height: 20rem;
  }
}
.t-reasons .reasonsbox__item_head .txt::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  bottom: 0px;
  right: -10px;
  transform: rotate(45deg);
  background-color: #6e3f21;
}
@media screen and (max-width: 1400px) {
  .t-reasons .reasonsbox__item_head .txt::after {
    height: 10rem;
    right: -10rem;
  }
}
@media screen and (max-width: 768px) {
  .t-reasons .reasonsbox__item_head .txt::after {
    height: 20rem;
    right: -15rem;
  }
}
.t-reasons .reasonsbox__item_head .number {
  font-family: "DM Sans", serif;
  font-weight: bold;
  font-size: 31px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  color: #a02d26;
  border: 1px solid rgba(0, 0, 0, 0);
}
@media screen and (max-width: 1400px) {
  .t-reasons .reasonsbox__item_head .number {
    font-size: 31rem;
  }
}
.t-reasons .reasonsbox__item_img {
  margin-top: -30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .t-reasons .reasonsbox__item_img {
    margin-top: -30rem;
  }
}
@media screen and (max-width: 768px) {
  .t-reasons .reasonsbox__item_img {
    margin-top: -25rem;
  }
}
.t-reasons .reasonsbox__item_txt {
  margin-top: 15px;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #222;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  .t-reasons .reasonsbox__item_txt {
    margin-top: 15rem;
    font-size: 16rem;
    line-height: 26rem;
    height: 55rem;
  }
}
@media screen and (max-width: 768px) {
  .t-reasons .reasonsbox__item_txt {
    font-size: 28rem;
    line-height: 52rem;
    height: 145rem;
  }
}
.t-reasons .reasonsbox__item .readmore {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 10px;
  width: 30px;
  height: 30px;
  border: 1px solid #dedede;
  border-radius: 50%;
  position: relative;
}
.t-reasons .reasonsbox__item .readmore::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
}
@media screen and (max-width: 1400px) {
  .t-reasons .reasonsbox__item .readmore::before {
    width: 10rem;
    height: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .t-reasons .reasonsbox__item .readmore::before {
    width: 20rem;
  }
}
.t-reasons .reasonsbox__item .readmore::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
}
@media screen and (max-width: 1400px) {
  .t-reasons .reasonsbox__item .readmore::after {
    height: 10rem;
    width: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .t-reasons .reasonsbox__item .readmore::after {
    height: 20rem;
  }
}
@media screen and (max-width: 1400px) {
  .t-reasons .reasonsbox__item .readmore {
    margin-top: 10rem;
    width: 30rem;
    height: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .t-reasons .reasonsbox__item .readmore {
    width: 55rem;
    height: 55rem;
  }
}

.productsbox {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 40px;
}
@media screen and (max-width: 1400px) {
  .productsbox {
    grid-gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .productsbox {
    padding-left: 40rem;
    display: block;
  }
}
.productsbox__item {
  position: relative;
  padding-top: 30px;
}
@media screen and (max-width: 1400px) {
  .productsbox__item {
    padding-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .productsbox__item {
    padding-top: 40rem;
  }
}
@media screen and (min-width: 768px) {
  .productsbox__item:hover .productsbox__item_img img {
    border: 2px solid #A02D26;
  }
}
.productsbox__item .rankingimg {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 52px;
}
@media screen and (max-width: 1400px) {
  .productsbox__item .rankingimg {
    max-width: 52rem;
  }
}
@media screen and (max-width: 768px) {
  .productsbox__item .rankingimg {
    max-width: 90rem;
  }
}
.productsbox__item_img {
  transition: 0.3s;
}
.productsbox__item_img img {
  border-radius: 5px;
  transition: 0.3s;
  border: 2px solid transparent;
}
.productsbox__item_content {
  margin-top: 15px;
}
@media screen and (max-width: 1400px) {
  .productsbox__item_content {
    margin-top: 15rem;
  }
}
.productsbox__item_title {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #222;
  margin-bottom: 5px;
}
@media screen and (max-width: 1400px) {
  .productsbox__item_title {
    margin-bottom: 5rem;
    font-size: 16rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .productsbox__item_title {
    margin-bottom: 15rem;
    font-size: 30rem;
    line-height: 42rem;
  }
}
.productsbox__item_producer {
  margin: 5px 0;
  font-weight: 500;
  font-size: 13px;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .productsbox__item_producer {
    margin: 5rem 0;
    font-size: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .productsbox__item_producer {
    margin: 15rem 0;
    font-size: 24rem;
  }
}
.productsbox__item_producer span {
  border-radius: 3px;
  background: #fff;
  text-align: center;
  padding: 3px 5px;
}
@media screen and (max-width: 1400px) {
  .productsbox__item_producer span {
    border-radius: 3rem;
    padding: 3rem 5rem;
  }
}
@media screen and (max-width: 768px) {
  .productsbox__item_producer span {
    padding: 5rem 10rem;
    border-radius: 5rem;
  }
}
.productsbox__item_price .origin {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .productsbox__item_price .origin {
    font-size: 12rem;
    line-height: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .productsbox__item_price .origin {
    font-size: 18rem;
    line-height: 30rem;
  }
}
.productsbox__item_price .origin .txt {
  color: #707070;
  font-size: 12px;
  margin-right: 5px;
}
@media screen and (max-width: 1400px) {
  .productsbox__item_price .origin .txt {
    font-size: 12rem;
    margin-right: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .productsbox__item_price .origin .txt {
    font-size: 23rem;
    margin-right: 15rem;
  }
}
.productsbox__item_price .origin .price {
  font-family: "DM Sans", serif;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 1400px) {
  .productsbox__item_price .origin .price {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .productsbox__item_price .origin .price {
    font-size: 26rem;
  }
}
.productsbox__item_price .discount {
  font-weight: 400;
  font-size: 12px;
  text-align: left;
  color: #6e3f21;
}
@media screen and (max-width: 1400px) {
  .productsbox__item_price .discount {
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .productsbox__item_price .discount {
    font-size: 21rem;
  }
}
.productsbox__item_price .discount .price {
  font-family: "DM Sans", serif;
  font-weight: 500;
  font-size: 21px;
}
@media screen and (max-width: 1400px) {
  .productsbox__item_price .discount .price {
    font-size: 21rem;
  }
}
@media screen and (max-width: 768px) {
  .productsbox__item_price .discount .price {
    font-size: 40rem;
  }
}
.productsbox__item_txt {
  margin-top: 10px;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #707070;
}
@media screen and (max-width: 1400px) {
  .productsbox__item_txt {
    margin-top: 10rem;
    font-size: 14rem;
    line-height: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .productsbox__item_txt {
    margin-top: 10rem;
    font-size: 28rem;
    line-height: 52rem;
  }
}
.productsbox .slick-list {
  padding-left: 0 !important;
}
@media screen and (max-width: 768px) {
  .productsbox .slick-slide {
    margin: 0 10rem;
  }
}

.t-ranking {
  background: #f9f6f0;
  position: relative;
  z-index: 2;
  padding-bottom: 100px;
}
@media screen and (max-width: 1400px) {
  .t-ranking {
    padding-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .t-ranking {
    padding-bottom: 180rem;
  }
}
@media screen and (max-width: 768px) {
  .t-ranking .sec_contain {
    padding: 0;
  }
}
.t-ranking.sec_before::before {
  position: absolute;
  content: "";
  width: 246px;
  height: 246px;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  background: #f9f6f0;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  .t-ranking.sec_before::before {
    width: 246rem;
    height: 246rem;
    top: -45rem;
  }
}
@media screen and (max-width: 768px) {
  .t-ranking.sec_before::before {
    top: -65rem;
  }
}
.t-ranking .rankingbox {
  margin-top: 60px;
}
@media screen and (max-width: 1400px) {
  .t-ranking .rankingbox {
    margin-top: 60rem;
  }
}

.t-pickup {
  background: #efe6d5;
  position: relative;
  z-index: 2;
  padding-bottom: 100px;
}
@media screen and (max-width: 1400px) {
  .t-pickup {
    padding-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .t-pickup {
    padding-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .t-pickup .sec_contain {
    padding: 0;
  }
}
.t-pickup.sec_before::before {
  position: absolute;
  content: "";
  width: 246px;
  height: 246px;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  background: #efe6d5;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  .t-pickup.sec_before::before {
    width: 246rem;
    height: 246rem;
    top: -45rem;
  }
}
@media screen and (max-width: 768px) {
  .t-pickup.sec_before::before {
    top: -65rem;
  }
}
.t-pickup .rankingbox {
  margin-top: 60px;
}
@media screen and (max-width: 1400px) {
  .t-pickup .rankingbox {
    margin-top: 60rem;
  }
}

.t-category {
  background: #f9f6f0;
}
@media screen and (max-width: 768px) {
  .t-category .sec_contain {
    padding: 0;
  }
}
.t-category .categorybox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 60px 30px;
}
@media screen and (max-width: 1400px) {
  .t-category .categorybox {
    grid-gap: 60rem 30rem;
  }
}
@media screen and (max-width: 768px) {
  .t-category .categorybox {
    grid-template-columns: 1fr 1fr;
    grid-gap: 60rem 25rem;
  }
}
.t-category .categorybox__head {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
}
@media screen and (max-width: 1400px) {
  .t-category .categorybox__head {
    height: 250rem;
  }
}
@media screen and (max-width: 768px) {
  .t-category .categorybox__head {
    height: 325rem;
  }
}
.t-category .categorybox__head .sec_title .jp {
  font-size: 23px;
}
@media screen and (max-width: 1400px) {
  .t-category .categorybox__head .sec_title .jp {
    font-size: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .t-category .categorybox__head .sec_title .jp {
    font-size: 40rem;
  }
}
@media screen and (min-width: 768px) {
  .t-category .categorybox__item:hover img {
    border: 2px solid #a02d26;
  }
}
.t-category .categorybox__item_img {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
@media screen and (max-width: 1400px) {
  .t-category .categorybox__item_img {
    border-radius: 6rem;
  }
}
.t-category .categorybox__item_img img {
  border: 2px solid #f9f6f0;
  border-radius: 6px;
  transition: 0.5s;
}
@media screen and (max-width: 1400px) {
  .t-category .categorybox__item_img img {
    border-radius: 6rem;
  }
}
.t-category .categorybox__item_title {
  margin-top: 10px;
}
@media screen and (max-width: 1400px) {
  .t-category .categorybox__item_title {
    margin-top: 10rem;
  }
}
.t-category .categorybox__item_title .jp {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .t-category .categorybox__item_title .jp {
    font-size: 18rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .t-category .categorybox__item_title .jp {
    font-size: 28rem;
    line-height: 52rem;
  }
}
.t-category .categorybox__item_title .en {
  margin-top: 5px;
  font-family: "DM Sans", serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-align: center;
  color: rgba(110, 62, 33, 0.6);
}
@media screen and (max-width: 1400px) {
  .t-category .categorybox__item_title .en {
    font-size: 13rem;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .t-category .categorybox__item_title .en {
    font-size: 24rem;
  }
}

.t-brand .brandbox {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px 40px;
}
@media screen and (max-width: 1400px) {
  .t-brand .brandbox {
    margin-top: 60rem;
    grid-gap: 30rem 40rem;
  }
}
@media screen and (max-width: 768px) {
  .t-brand .brandbox {
    margin-top: 60rem;
    grid-gap: 40rem 20rem;
    grid-template-columns: 1fr 1fr;
  }
}
.t-brand .brandbox__item {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .t-brand .brandbox__item:hover img {
    border-radius: 4px;
    border: 2px solid #a02d26;
  }
}
.t-brand .brandbox__item img {
  transition: 0.5s;
  border: 2px solid #dedede;
  border-radius: 4px;
}
.t-brand .brandbox__item_title {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .t-brand .brandbox__item_title {
    font-size: 16rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .t-brand .brandbox__item_title {
    font-size: 30rem;
    line-height: 46rem;
  }
}

.t-news {
  background: #f9f6f0;
}
.t-news .newsbox {
  display: flex;
  align-items: flex-start;
  gap: 100px;
}
@media screen and (max-width: 1400px) {
  .t-news .newsbox {
    gap: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .t-news .newsbox {
    flex-direction: column;
    gap: 60rem;
  }
}
.t-news .newsbox_left {
  max-width: 270px;
  width: 1000%;
}
@media screen and (max-width: 1400px) {
  .t-news .newsbox_left {
    max-width: 270rem;
  }
}
@media screen and (max-width: 768px) {
  .t-news .newsbox_left {
    max-width: 100%;
  }
}
.t-news .newsbox_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .t-news .newsbox_title {
    gap: 10rem;
  }
}
.t-news .newsbox_title .en {
  font-family: "DM Sans", serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #6e3f21;
}
@media screen and (max-width: 1400px) {
  .t-news .newsbox_title .en {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .t-news .newsbox_title .en {
    font-size: 24rem;
  }
}
.t-news .newsbox_title .jp {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .t-news .newsbox_title .jp {
    font-size: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .t-news .newsbox_title .jp {
    font-size: 44rem;
  }
}
.t-news .viewlink {
  margin-top: 40px;
}
@media screen and (max-width: 1400px) {
  .t-news .viewlink {
    margin-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .t-news .viewlink {
    margin-top: 60rem;
  }
}
.t-news .newslist {
  max-width: 820px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .t-news .newslist {
    max-width: 820rem;
  }
}
@media screen and (max-width: 768px) {
  .t-news .newslist {
    max-width: 100%;
  }
}
.t-news .newslist_item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 30px 0 10px;
  border-bottom: 1px solid #d5cebf;
}
@media screen and (max-width: 1400px) {
  .t-news .newslist_item {
    gap: 15rem;
    padding: 30rem 0 10rem;
  }
}
@media screen and (max-width: 768px) {
  .t-news .newslist_item {
    flex-direction: column;
    align-items: flex-start;
    gap: 30rem;
    padding: 30rem 0;
  }
}
.t-news .newslist_item:first-child {
  padding-top: 0;
}
.t-news .newslist_item_info {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1400px) {
  .t-news .newslist_item_info {
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .t-news .newslist_item_info {
    gap: 20rem;
  }
}
.t-news .newslist_item_info .date {
  font-family: "DM Sans", serif;
  font-weight: normal;
  font-size: 15px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .t-news .newslist_item_info .date {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .t-news .newslist_item_info .date {
    font-size: 28rem;
  }
}
.t-news .newslist_item_info .tag {
  padding: 0 5px;
  border-radius: 4px;
  background: #6e3f21;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .t-news .newslist_item_info .tag {
    font-size: 14rem;
    border-radius: 4rem;
    padding: 0 5rem;
  }
}
@media screen and (max-width: 768px) {
  .t-news .newslist_item_info .tag {
    font-size: 26rem;
    border-radius: 5rem;
    padding: 0 10rem;
  }
}
.t-news .newslist_item_title {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .t-news .newslist_item_title {
    font-size: 16rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .t-news .newslist_item_title {
    font-size: 28rem;
    line-height: 46rem;
  }
}

.p-reference {
  background: #f9f6f0;
}
.p-reference .referencebox {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px;
  align-items: flex-start;
}
@media screen and (max-width: 1400px) {
  .p-reference .referencebox {
    grid-gap: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-reference .referencebox {
    grid-template-columns: 1fr;
    grid-gap: 75rem;
  }
}
.p-reference .referencebox .mt-20 {
  margin-top: 20px;
}
@media screen and (max-width: 1400px) {
  .p-reference .referencebox .mt-20 {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-reference .referencebox .mt-20 {
    margin-top: 40rem;
  }
}
.p-reference .referencebox .mt-40 {
  margin-top: 40px;
}
@media screen and (max-width: 1400px) {
  .p-reference .referencebox .mt-40 {
    margin-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .p-reference .referencebox .mt-40 {
    margin-top: 75rem;
  }
}
.p-reference .referencebox__item {
  height: 100%;
}
.p-reference .referencebox__item:first-child .referencebox__itembox {
  height: auto;
}
.p-reference .referencebox__itembox {
  border-radius: 8px;
  background: #fff;
  border: 1px solid #6e3f21;
  padding: 30px;
  position: relative;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-reference .referencebox__itembox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1400px) {
  .p-reference .referencebox__itembox {
    border-radius: 8rem;
    padding: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .p-reference .referencebox__itembox {
    border: 2rem solid #6e3f21;
    padding: 50rem 40rem;
  }
}
.p-reference .referencebox__itembox_head {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(transparent 55%, #fff 55%);
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  color: #6e3f21;
  padding: 0 30px;
}
@media screen and (max-width: 1400px) {
  .p-reference .referencebox__itembox_head {
    top: -10rem;
    font-size: 17rem;
    padding: 0 30rem;
  }
}
@media screen and (max-width: 768px) {
  .p-reference .referencebox__itembox_head {
    font-size: 29rem;
    padding: 0 40rem;
    top: -20rem;
  }
}
.p-reference .referencebox__itembox_head::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 15px;
  bottom: 0;
  left: 10px;
  background-image: url(../image/common/icon-line01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1400px) {
  .p-reference .referencebox__itembox_head::before {
    width: 10rem;
    height: 15rem;
    left: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-reference .referencebox__itembox_head::before {
    width: 16rem;
    height: 27rem;
    left: 5rem;
  }
}
.p-reference .referencebox__itembox_head::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 15px;
  bottom: 0;
  right: 10px;
  background-image: url(../image/common/icon-line02.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1400px) {
  .p-reference .referencebox__itembox_head::after {
    width: 10rem;
    height: 15rem;
    right: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-reference .referencebox__itembox_head::after {
    width: 16rem;
    height: 27rem;
    right: 5rem;
  }
}
.p-reference .referencebox__itembox_content .txt {
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .p-reference .referencebox__itembox_content .txt {
    font-size: 15rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .p-reference .referencebox__itembox_content .txt {
    font-size: 25rem;
    line-height: 43rem;
  }
}
.p-reference .referencebox__itembox_content .color-brown {
  color: #6E3F21;
}
.p-reference .referencebox__itembox_content .tellink {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-family: "DM Sans", serif;
  font-weight: bold;
  font-size: 29px;
  line-height: 35px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #6e3f21;
}
@media screen and (max-width: 1400px) {
  .p-reference .referencebox__itembox_content .tellink {
    margin-top: 10rem;
    gap: 5rem;
    font-size: 29rem;
    line-height: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .p-reference .referencebox__itembox_content .tellink {
    margin-top: 20rem;
    font-size: 47rem;
    line-height: 60rem;
    gap: 10rem;
  }
}
.p-reference .referencebox__itembox_content .tellink img {
  max-width: 20px;
}
@media screen and (max-width: 1400px) {
  .p-reference .referencebox__itembox_content .tellink img {
    max-width: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-reference .referencebox__itembox_content .tellink img {
    max-width: 33rem;
  }
}
.p-reference .referencebox__itembox_content .timetxt {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .p-reference .referencebox__itembox_content .timetxt {
    margin-bottom: 10rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .p-reference .referencebox__itembox_content .timetxt {
    font-size: 26rem;
  }
}
.p-reference .referencebox__itembox_content .itemrow {
  max-width: 280px;
  margin: auto;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  font-weight: normal;
  font-size: 15px;
  line-height: 2;
  padding: 5px 0;
  border-bottom: 1px solid rgba(222, 222, 222, 0.5019607843);
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .p-reference .referencebox__itembox_content .itemrow {
    font-size: 15rem;
    max-width: 280rem;
    gap: 20rem;
    padding: 5rem 0rem;
  }
}
@media screen and (max-width: 768px) {
  .p-reference .referencebox__itembox_content .itemrow {
    font-size: 25rem;
    max-width: 455rem;
    gap: 30rem;
    padding: 10rem 0;
  }
}
.p-reference .referencebox__itembox_content .itemrow_head {
  min-width: 45px;
}
@media screen and (max-width: 1400px) {
  .p-reference .referencebox__itembox_content .itemrow_head {
    min-width: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .p-reference .referencebox__itembox_content .itemrow_head {
    min-width: 90rem;
  }
}
.p-reference .referencebox__itembox_content .mapbox {
  margin: auto;
  margin-top: 15px;
  max-width: 280px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .p-reference .referencebox__itembox_content .mapbox {
    max-width: 280rem;
    margin-top: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-reference .referencebox__itembox_content .mapbox {
    margin-top: 30rem;
    max-width: 455rem;
  }
}
.p-reference .referencebox__itembox_content .mapbox iframe {
  width: 100%;
  height: 95px;
}
@media screen and (max-width: 1400px) {
  .p-reference .referencebox__itembox_content .mapbox iframe {
    height: 95rem;
  }
}
@media screen and (max-width: 768px) {
  .p-reference .referencebox__itembox_content .mapbox iframe {
    height: 250rem;
  }
}
.p-reference .referencebox__itembox .viewlink {
  margin-top: 15px;
}
@media screen and (max-width: 1400px) {
  .p-reference .referencebox__itembox .viewlink {
    margin-top: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-reference .referencebox__itembox .viewlink {
    margin-top: 30rem;
  }
}

@media screen and (max-width: 768px) {
  .footer .sec_contain {
    padding: 0;
  }
}
.footer_top {
  padding: 40px 0;
  background: #6e3f21;
}
@media screen and (max-width: 1400px) {
  .footer_top {
    padding: 40rem 0;
  }
}
@media screen and (max-width: 768px) {
  .footer_top {
    padding: 0rem;
  }
}
.footer .navlist {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 1400px) {
  .footer .navlist {
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .navlist {
    gap: 0;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .footer .navlist__item {
    width: 100%;
    padding: 50rem;
    border-bottom: 1px solid #f9f6f0;
  }
}
.footer .navlistbox {
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 1400px) {
  .footer .navlistbox {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .navlistbox {
    width: 100%;
    flex-direction: row;
    gap: 20rem 15rem;
  }
}
.footer .navlistbox:last-child li a {
  max-width: 170px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer .navlistbox:last-child li a {
    max-width: 170rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .navlistbox:last-child li a {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer .navlistbox li {
    max-width: 315rem;
    width: 100%;
  }
}
.footer .navlistbox li a {
  max-width: 150px;
  min-width: 150px;
  width: 100%;
  display: block;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  color: #fff;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
}
@media screen and (max-width: 1400px) {
  .footer .navlistbox li a {
    max-width: 150rem;
    min-width: 150rem;
    font-size: 14rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .navlistbox li a {
    max-width: 100%;
    min-width: auto;
    font-weight: 500;
    font-size: 26rem;
    text-align: left;
    color: #fff;
  }
}
.footer .headlink {
  display: flex;
  margin-bottom: 10px;
  padding: 3px 10px;
  border-radius: 4px;
  background: #f9f6f0;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  color: #6e3f21;
}
@media screen and (max-width: 1400px) {
  .footer .headlink {
    padding: 3rem 10rem;
    border-bottom: 10rem;
    border-radius: 4rem;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .headlink {
    font-size: 30rem;
    color: #6e3f21;
    padding: 10rem 20rem;
  }
}
.footer .productslist_box .navlistbox {
  height: 120px;
  gap: 10px 30px;
}
@media screen and (max-width: 1400px) {
  .footer .productslist_box .navlistbox {
    height: 120rem;
    gap: 10rem 30rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .productslist_box .navlistbox {
    height: auto;
    gap: 20rem 15rem;
  }
}
.footer_bottom {
  margin: auto;
  text-align: center;
}
.footer__logo {
  padding: 30px 0;
  max-width: 140px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  .footer__logo {
    padding: 30rem 0;
    max-width: 140rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo {
    max-width: 225rem;
    margin: 40rem auto 15rem;
  }
}
.footer .copyright {
  padding-bottom: 15px;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .footer .copyright {
    font-size: 14rem;
    padding-bottom: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .copyright {
    font-size: 24rem;
    padding-bottom: 30rem;
  }
}

.topbtn {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 999;
}
@media screen and (max-width: 1400px) {
  .topbtn {
    bottom: 40rem;
    right: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .topbtn {
    right: 20rem;
    bottom: 70rem;
  }
}
.topbtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #d5cebf;
  transition: all 0.3s;
}
@media screen and (max-width: 1400px) {
  .topbtn a {
    width: 50rem;
    height: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .topbtn a {
    width: 70rem;
    height: 70rem;
  }
}
@media screen and (min-width: 769px) {
  .topbtn a:hover {
    background: #e9eaec;
  }
  .topbtn a:hover img {
    filter: invert(1);
  }
}
.topbtn a img {
  width: 15px;
}
@media screen and (max-width: 1400px) {
  .topbtn a img {
    width: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .topbtn a img {
    width: 21rem;
  }
}/*# sourceMappingURL=style.css.map */