html {
  display: flex;
  flex-direction: column;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

body {
  overflow-x: hidden;
  font-family: "corporate-logo-ver2", sans-serif;
  font-size: 16px;
  color: #1d1210;
  background-image:
    linear-gradient(0deg, transparent calc(100% - 1px), #f7f7f7 calc(100% - 1px)),
    linear-gradient(90deg, transparent calc(100% - 1px), #f7f7f7 calc(100% - 1px));
  background-size: 75px 50px;
  background-repeat: repeat;
  background-position: left top;
}
@media (max-width: 575px) {
  body {
    background-size: 55px 30px;
  }
}

main {
  z-index: 3;
}

.container {
  padding: 0;
}
@media (max-width: 575px) {
  .container {
    padding: 0 2%;
  }
}

p {
  line-height: 1.6;
}

a {
  text-decoration: underline;
  color: #222222;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}
a.btn {
  text-decoration: none;
}

:focus,
button:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: none;
}

ul {
  list-style: none;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  margin: 0;
}

dl,
dt,
dd {
  line-height: 1;
  margin: 0;
}

@media (max-width: 575px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}

.area-mainvisual {
  -webkit-clip-path: polygon(0 110%, 100% 140%, 100% 0, 0 0);
  clip-path: polygon(0 110%, 100% 140%, 100% 0, 0 0);
  text-align: center;
}
@media (max-width: 575px) {
  .area-mainvisual {
    -webkit-clip-path: polygon(0 110%, 100% 150%, 100% 0, 0 0);
    clip-path: polygon(0 110%, 100% 150%, 100% 0, 0 0);
  }
}
.area-mainvisual h1 {
  position: relative;
  margin: 60px auto 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .area-mainvisual h1 {
    padding: 0 10px;
    margin: 30px auto 0;
  }
}
.area-mainvisual .bg-kv {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 800px;
  background: url(../img/bg-kv.png);
  background-size: 100%;
  z-index: 1;
}

footer {
  text-align: center;
  background: #24232d;
  position: relative;
  padding: 18px 0;
  margin-top: 160px;
}
@media (max-width: 575px) {
  footer {
    margin-top: 80px;
  }
}
footer .link-pageup {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}
footer .link-pageup:hover {
  opacity: 1;
}
footer .link-pageup img {
  opacity: 1;
}
@media (max-width: 991px) {
  footer .link-pageup img {
    width: 30px;
    height: auto;
  }
}
footer .footer-logo img {
  width: 100px;
}

h2 {
  text-align: center;
  line-height: 1;
  margin: 0 auto;
}
h2 img {
  width: 270px;
}
@media (max-width: 575px) {
  h2 img {
    width: 136px;
  }
}
h2 span {
  display: block;
  color: #7187cf;
  font-size: 30px;
  margin-top: 24px;
}
@media (max-width: 575px) {
  h2 span {
    font-size: 14px;
    margin-top: 12px;
  }
}

.area-about {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .area-about {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .area-about img {
    width: 90%;
    max-width: 280px;
  }
}

.area-goods {
  text-align: center;
  margin-top: 160px;
}
@media (max-width: 575px) {
  .area-goods {
    margin-top: 64px;
  }
}

.goods_ .StyleF_Frame_ {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 64px;
}
@media (max-width: 575px) {
  .goods_ .StyleF_Frame_ {
    margin-top: 20px;
  }
}
.goods_ .StyleF_Frame_ .StyleF_Item_ {
  width: 344px;
  max-width: 33.33%;
  text-align: left;
  margin: 0 8px 48px 8px;
  padding: 20px 20px 24px 20px;
  background: #ffffff;
  border: 2px solid #3e3e4b;
  box-shadow: 2px 3px 0px #3e3e4b;
}
@media (max-width: 1199px) {
  .goods_ .StyleF_Frame_ .StyleF_Item_ {
    max-width: 30%;
  }
}
@media (max-width: 991px) {
  .goods_ .StyleF_Frame_ .StyleF_Item_ {
    max-width: calc(50% - 12px);
    padding: 10px 10px 20px 10px;
    margin: 6px 6px 20px 6px;
    box-shadow: 1px 2px 0px #3e3e4b;
  }
}
.goods_ .StyleF_Frame_ .StyleF_Item_ img {
  width: 100%;
}
.goods_ .StyleF_Frame_ .StyleF_Item_ a {
  color: #1d1210;
  text-decoration: none;
}
@media (min-width: 768px) {
  .goods_ .StyleF_Frame_ .StyleF_Item_ a img:hover {
    opacity: 0.8;
  }
}
.goods_ .StyleF_Frame_ .name_ {
  min-height: 3.16rem;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 24px;
}
@media (max-width: 575px) {
  .goods_ .StyleF_Frame_ .name_ {
    font-size: 12px;
    margin-top: 12px;
  }
}
.goods_ .StyleF_Frame_ .name_ .name1_ {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 575px) {
  .goods_ .StyleF_Frame_ .name_ .name1_ {
    -webkit-line-clamp: 3;
  }
}
.goods_ .StyleF_Frame_ .price_ {
  font-size: 16px;
  line-height: 1;
  margin-top: 24px;
}
@media (max-width: 575px) {
  .goods_ .StyleF_Frame_ .price_ {
    font-size: 13px;
    margin-top: 8px;
  }
}
.goods_ .StyleF_Frame_ .btn_cart_ {
  display: block;
  margin: 20px 0 0 0;
}
.goods_ .StyleF_Frame_ .comment_,
.goods_ .StyleF_Frame_ .rdt_ {
  display: none;
}

.goods_ .StyleF_Frame_ .cart_btn_ {
  width: 100%;
  display: block;
  margin-top: 20px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  border-radius: 0;
  padding: 5px 6px 6px 6px;
}
.goods_ .StyleF_Frame_ .cart_btn_.order_ {
  border: none;
  background: #fa7601 url("../img/arrow-white.png") no-repeat 94% center;
  background-size: 7px auto;
  border-radius: 6px;
  box-shadow: 2px 3px 0px #e5e5e5;
}
.goods_ .StyleF_Frame_ .cart_btn_.reservation_ {
  border: none;
  background: #f8bd02 url("../img/arrow-white.png") no-repeat 94% center;
  background-size: 7px auto;
  border-radius: 6px;
  box-shadow: 2px 3px 0px #e5e5e5;
}
.goods_ .StyleF_Frame_ .cart_btn_.sold_out_,
.goods_ .StyleF_Frame_ .cart_btn_.closed_ {
  color: #332f2f;
  border: none;
  background: #aaaaaa;
}

.StyleF_Item_ .img_ {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.StyleF_Item_ .img_ img {
  width: 100%;
  height: auto;
  position: absolute;
}

.resale_request {
  text-align: center;
}

.resale_request a {
  display: block;
  width: 100%;
  margin: 20px auto 0;
  padding: 8px;
  background: #100964 url("../img/arrow-white.png") no-repeat 94% center;
  background-size: 7px auto;
  border-radius: 6px;
  box-shadow: 2px 3px 0px #e5e5e5;
  text-decoration: none;
  color: #ffffff !important;
  font-weight: bold;
  font-size: 18px;
}

@media (max-width: 575px) {
  .resale_request a {
    font-size: 14px;
    padding: 5px 6px 6px 6px;
  }
}

/* 2026/06/16 リニューアル用表示調整 */
.StyleF_Item_ .cart_ .cart_btn_.order_ {
  text-decoration: none;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}
.StyleF_Item_ .cart_ .cart_btn_.order_:hover {
  color: #fff;
  opacity: 0.8;
}
.StyleF_Item_ .cart_ .cart_btn_.soldout_ {
  background: #ccc;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}
