*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  transition: 0.4s;
  color: inherit;
}
a:hover {
  color: inherit;
}
a:visited {
  color: inherit;
}

ul {
  list-style: none;
}

.ib_item {
  display: inline-block;
}

.text_base {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 640px) {
  .text_base {
    font-size: 14px;
  }
}

.contents_wrapper {
  max-width: 1200px;
  margin-inline: auto;
}

.flex_c_c {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

div.sale20260306 {
  width: 100%;
  overflow: hidden;
  font-family: "Yusei Magic", sans-serif;
  position: relative;
}
div.sale20260306 a.btn1 {
  font-size: 16px;
  color: #fff;
  background: #333333;
  border: #333333 1px solid;
  padding: 20px 0;
  width: 360px;
  text-align: center;
  margin: 5% auto;
  display: block;
  box-sizing: border-box;
  text-decoration: none;
}
div.sale20260306 a.btn1:hover {
  background: #fff;
  color: #333333;
  transition: 0.5s;
}
div.sale20260306 div.contents_top {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #efefef;
}
div.sale20260306 div.comment {
  width: 100%;
  background: #fff;
  border-top: 2px solid #e81200;
  border-bottom: 2px solid #e81200;
  padding: 64px 0;
  margin-bottom: 64px;
}
@media screen and (max-width: 640px) {
  div.sale20260306 div.comment {
    padding: 0;
  }
}
div.sale20260306 div.comment p {
  max-width: 600px;
  width: 90%;
  margin: auto;
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 640px) {
  div.sale20260306 div.comment p {
    width: 100%;
    padding: 24px;
  }
}
div.sale20260306 div.comment p span {
  display: inline-block;
  font-weight: bold;
  font-size: 120%;
  color: #333333;
  background: rgba(255, 127, 127, 0.23);
  padding: 4px;
  margin: 0 2px;
  background: linear-gradient(transparent 30%, rgba(255, 127, 127, 0.23) 65%);
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-bottom: 12px;
}
div.sale20260306 div.comment p span.attention {
  display: block;
  font-size: 12px;
  line-height: 21px;
  border: 3px solid #e81200 !important;
  width: 100%;
  margin: 0 auto;
  margin-top: 2%;
  padding: 16px;
  color: #e81200 !important;
  position: relative;
  background: none;
}
div.sale20260306 div.comment p span.attention::after {
  content: "ATTENTION";
  position: absolute;
  top: -14px;
  left: 15px;
  font-size: 14px !important;
  margin: 0;
  padding: 0 16px;
  background: #e81200 !important;
  color: #fff !important;
}

div.event_item {
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1025px) {
  div.event_item {
    width: 100%;
    padding: 8px;
  }
}
@media screen and (max-width: 641px) {
  div.event_item {
    padding: 8px;
  }
}
div.event_item img {
  width: 100%;
  max-width: none;
}
div.event_item > div {
  width: 25%;
  padding: 16px;
}
@media screen and (max-width: 1025px) {
  div.event_item > div {
    padding: 8px;
  }
}
@media screen and (max-width: 640px) {
  div.event_item > div {
    width: 50%;
    padding: 8px;
  }
}
div.event_item > div a {
  background: #fff;
  display: block;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  transition: 0.4s;
  margin-bottom: 32px;
}
@media screen and (max-width: 1025px) {
  div.event_item > div a {
    margin-bottom: 16px;
  }
}
div.event_item > div a:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}
div.event_item > div a > span:nth-of-type(1) {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}
div.event_item > div a > span:nth-of-type(1).blouse {
  padding: 180% 0 0 0;
  background: rgba(221, 41, 41, 0.1);
}
div.event_item > div a > span:nth-of-type(1).blouse img {
  top: 0;
  left: 0;
  width: 180%;
  transform: translate(-18%, 0%);
}
div.event_item > div a > span:nth-of-type(1).bottom {
  padding: 120% 0 0 0;
  background: rgba(204, 201, 195, 0.1);
}
div.event_item > div a > span:nth-of-type(1).bottom img {
  bottom: 0;
  left: 0;
  width: 110%;
  transform: translate(-12%, 0%);
}
div.event_item > div a > span:nth-of-type(1).bottom1 {
  padding: 140% 0 0 0;
  background: rgba(204, 201, 195, 0.1);
}
div.event_item > div a > span:nth-of-type(1).bottom1 img {
  bottom: 0;
  left: 0;
  width: 117%;
  transform: translate(-10%, 0%);
}
div.event_item > div a > span:nth-of-type(1).onpe {
  padding: 215% 0 0 0;
  background: rgba(151, 180, 182, 0.1);
}
div.event_item > div a > span:nth-of-type(1).onpe img {
  bottom: 0;
  left: 0;
  width: 180%;
  transform: translate(-23%, 0%);
}
div.event_item > div a > span:nth-of-type(1) img {
  position: absolute;
}
div.event_item > div a > span:nth-of-type(1) span {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0%;
  font-family: "Josefin Sans";
  background: rgba(217, 20, 2, 0.8);
  color: #fff;
  padding: 4px 12px;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 810px) {
  div.event_item > div a > span:nth-of-type(1) span {
    font-size: 16px;
  }
}
div.event_item > div a > span:nth-of-type(2) {
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 640px) {
  div.event_item > div a > span:nth-of-type(2) {
    padding: 12px;
  }
}
div.event_item > div a > span:nth-of-type(2) span:nth-of-type(1) {
  display: block;
  width: 100%;
  margin-bottom: 4px;
}
@media screen and (max-width: 1025px) {
  div.event_item > div a > span:nth-of-type(2) span:nth-of-type(1) {
    font-size: 12px;
  }
}
div.event_item > div a > span:nth-of-type(2) span:nth-of-type(2) {
  text-decoration: line-through;
  display: inline-block;
  margin-right: 16px;
}
@media screen and (max-width: 1025px) {
  div.event_item > div a > span:nth-of-type(2) span:nth-of-type(2) {
    font-size: 14px;
  }
}
div.event_item > div a > span:nth-of-type(2) span:nth-of-type(3) {
  font-size: 140%;
  color: #e81200;
  font-weight: bold;
}
@media screen and (max-width: 1025px) {
  div.event_item > div a > span:nth-of-type(2) span:nth-of-type(3) {
    font-size: 18px;
  }
}
div.event_item > div a span.off_icon {
  font-family: "Josefin Sans";
  background: rgba(218, 32, 32, 0.4);
  color: #fff;
  padding: 4px 12px;
  width: 100%;
  display: block;
}

div.iteminfo_focus {
  position: fixed;
  z-index: 2;
  bottom: 16px;
  left: 0;
  width: 100%;
  transition: 0.4s;
  transform: translateY(200%);
}

div.iteminfo_focus.info_up,
div.iteminfo_focus.inview_box_in {
  transform: translateY(0);
}

div.iteminfo_focus p {
  margin: 0 auto;
  width: 420px;
}

div.iteminfo_focus p a {
  display: flex;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  align-items: center;
  text-decoration: none;
  color: #fff;
  padding: 4%;
  font-size: 18px;
  position: relative;
  transition: 0.4s;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 20px;
}

div.iteminfo_focus p a:hover {
  background: rgb(0, 0, 0);
}

div.iteminfo_focus p a > span {
  display: block;
}

div.iteminfo_focus p a > span:nth-child(1) {
  font-weight: 700;
  margin-right: 8px;
}

@media screen and (max-width: 460px) {
  div.iteminfo_focus p {
    margin: 0 auto;
    width: 85%;
    border-radius: 3px;
  }
  div.iteminfo_focus p a {
    font-size: 14px;
  }
}/*# sourceMappingURL=os_20260306sale.css.map */