@charset "UTF-8";
.sub .contents {
  padding: 52px 0 0;
}
.sub .contents img {
  -o-object-fit: contain;
     object-fit: contain;
}
.sub .contents .goods_cap {
  max-width: 700px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 800;
}
.sub .contents section {
  padding-top: 80px;
}
.sub .contents section.topsection {
  padding-top: 36px;
}
.sub .contents section .fashionbox {
  margin-bottom: 36px;
}
.sub .contents section .fashionbox .flex {
  margin-bottom: 0;
}
.sub .contents section .fashionbox .flex .original_item {
  margin-bottom: 0;
}
.sub .contents section .mds {
  background-color: #E60012;
  width: 100%;
  color: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.sub .contents section .tablist {
  margin: 0 auto;
  font-size: 26px;
  display: block;
  text-align: center;
  margin-bottom: 36px;
}
@media screen and (max-width: 750px) {
  .sub .contents section .tablist {
    font-size: 22px;
  }
}
.sub .contents section .tablist a {
  cursor: pointer;
  color: #000;
}
.sub .contents section .tablist a.current {
  color: #E60012;
}
.sub .contents section .tablist a:hover {
  opacity: 1;
  color: #E60012;
}
.sub .contents section .tablist a.disable {
  color: #C0C0C0;
}
.sub .contents section .tabcont {
  display: none;
}
.sub .contents section .tabcont.show {
  display: block;
}
.sub .contents section .caption {
  margin: 24px 0;
}
.sub .contents section .flex {
  gap: 24px;
  margin-top: -80px;
  padding-top: 80px;
  margin-bottom: 36px;
}
.sub .contents section .flex.collabo {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .sub .contents section .flex {
    flex-direction: column;
    gap: 0;
  }
  .sub .contents section .flex img {
    margin-bottom: 10px;
  }
}
.sub .contents section .flex .left,
.sub .contents section .flex .right {
  flex: 1 1 50%;
}
.sub .contents section .flex.smallimg .left img {
  max-width: 390px;
  max-height: 390px;
}
.sub .contents section .flex.smallimg .right {
  flex: 1 1 100%;
}
.sub .contents section .flex .original_item {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}
.sub .contents section .flex .original_item img {
  margin-bottom: 10px;
}
.sub .contents section .flex .original_item img.ougi_img {
  margin-bottom: 5px;
}
.sub .contents section .flex.twoitem .original_item {
  flex: 1 1 50%;
}
.sub .contents section .flex.threeitem .original_item {
  flex: 1 1 30%;
}
.sub .contents section .flex.fouritem .original_item {
  flex: 1 1 25%;
}
.sub .contents section .goods {
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .sub .contents section .goods {
    flex-direction: row;
  }
}
.sub .contents section .goods .item {
  flex: 0 1 30%;
  display: flex;
  flex-direction: column;
  border: 1px solid #E60012;
}
@media screen and (max-width: 750px) {
  .sub .contents section .goods .item {
    flex: 0 1 100%;
    margin-bottom: 24px;
  }
}
.sub .contents section .goods .item a:hover img {
  transform: scale(1.2, 1.2);
}
.sub .contents section .goods .item a.disable {
  pointer-events: none;
  opacity: 0.4;
}
.sub .contents section .goods .item a .imgbox {
  overflow: hidden;
  height: 170px;
}
@media screen and (max-width: 750px) {
  .sub .contents section .goods .item a .imgbox {
    width: auto;
  }
}
.sub .contents section .goods .item a .imgbox img {
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.6s ease;
}
.sub .contents section .goods .item a .title {
  background-color: #fff;
  font-size: 1rem;
  color: #000;
}
.sub .contents section .box {
  width: 100%;
  max-width: initial;
  height: auto;
  margin: 24px 0 36px;
}
.sub .contents section .box .prof {
  color: #00A0E9;
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}
.sub .contents section .box .left {
  flex: 1 1 auto;
}
@media screen and (max-width: 750px) {
  .sub .contents section .box .left {
    display: flex;
    flex-direction: column;
  }
  .sub .contents section .box .left a button {
    width: 100%;
  }
}
.sub .contents section .box .left a {
  display: inline-block;
}
.sub .contents section .box .right {
  flex: 0 1 30%;
}
.sub .contents section .box .right .profimg {
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .sub .contents section .box .right .profimg {
    margin: 15px auto 0;
  }
}
.sub .contents section .box.news {
  max-width: 620px;
  border-radius: 10px;
  margin: 0 auto;
  height: 120px;
}
.sub .contents section .box.news .title {
  color: #00A0E9;
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 0;
}
.sub .contents section .box.news ul {
  overflow-y: auto;
  max-width: 620px;
  height: 130px;
}
.sub .contents section .box.news ul li {
  height: 50px;
  display: flex;
  flex-direction: row;
  font-weight: 600;
  padding: 0;
}
.sub .contents section .box.news ul li::before {
  content: "";
}
@media screen and (max-width: 750px) {
  .sub .contents section .box.news ul li {
    flex-direction: column;
    height: auto;
    margin-bottom: 15px;
  }
}
.sub .contents section .box.news ul li .date {
  display: inline-block;
  margin-right: 24px;
  color: #00A0E9;
  font-weight: 800;
}
@media screen and (max-width: 750px) {
  .sub .contents section .box.news ul li .date {
    display: block;
  }
}
.sub .contents section .attention {
  margin: 15px 0;
  font-size: 18px;
}
.sub .contents section ul {
  margin-bottom: 24px;
}
.sub .contents section ul li {
  padding-left: 20px;
  position: relative;
}
.sub .contents section ul li::before {
  content: "※ ";
  position: absolute;
  left: 0;
  top: 0;
}
.sub .contents section ul li.red {
  color: #E60012;
}

.red-box {
  font-weight: 800;
  border: 2px solid #E60012;
  padding: 1em;
  margin: 1em 0;
  background-color: #fff5f5; /* 任意：薄い背景をつけて強調 */
  border-radius: 5px; /* 任意：角を丸くする */
}/*# sourceMappingURL=goods.css.map */