@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,FILL@20..48,0..1&display=swap');

*,
::before,
::after {
  box-sizing: border-box;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-right {
  text-align: right;
}
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-end {
  justify-content: flex-end;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.shadow {
  box-shadow: 0 4px 16px #b38b7d20;
}
.rounded {
  border-radius: 0.25rem;
}
.select-none {
  user-select: none;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new_arrival--section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 1.25rem;
}

.new_arrival--section_title {
  font-size: 2.25rem;
  text-align: center;
}

.new_arrival--list {
  /* margin: 1rem auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem; */
}

.new_arrival--list_item {
  display: contents;
}

.new_arrival--item_link {
  position: relative;
  color: #485357;
  /* block bg-white rounded outline-none hover:bg-primary/10 focus:bg-primary/10 */
}

.new_arrival--new_label {
  background: red;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
}

.new_arrival--ad_thumb_photo img {
  aspect-ratio: 2 / 1;
  object-fit: cover;
  width: 100%;
}

.want_to_do--section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 1.25rem;
}

.want_to_do--section_title {
  font-size: 2.25rem;
  text-align: center;
}

.want_to_do--section_catchcopy {
  margin: 1rem auto 2rem;
  text-align: center;
  font-size: 1.5rem;
}

.want_to_do--list {
  margin: 1rem auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

.want_to_do--list_item {
  display: contents;
}

.want_to_do--item_link {
}

.want_to_do--item_link--inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem;
  box-shadow: 0 4px 16px #b38b7d20;
  border-radius: 0.5rem;
  background-color: #fff;
}

.want_to_do--item_link--image {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 0.25rem;
  width: 100%;
  max-width: 100%;
}

.want_to_do--item_link--label {
  font-size: 0.875rem;
  color: #26aada;
  line-height: 1.25rem;
  padding-top: 0.25rem;
  font-weight: bold;
}

.special--section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 1.25rem;
}

.special--section_title {
  font-size: 2.25rem;
  text-align: center;
}

.special--section_catchcopy {
  margin: 1rem auto 2rem;
  text-align: center;
  font-size: 1.5rem;
}

.special--list {
  margin: 1rem auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.special--item_link {
}

.special--item_link--inner {
  padding: 0.5rem;
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-template-rows: min-content 1fr;
  gap: 0.25rem 0.5rem;
  box-shadow: 0 4px 16px #b38b7d20;
  border-radius: 0.5rem;
  background-color: #fff;
}

.special--item_link--title {
  font-weight: bold;
  color: #26aada;
}

.special--item_link--image {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  grid-area: 1 / 1 / 3 / auto;
  border-radius: 0.25rem;
  width: 100%;
  max-width: 100%;
}

.special--item_link--description {
  font-size: 0.875rem;
  color: #485357;
  line-height: 1.25rem;
  align-self: start;
  white-space: pre-wrap;
}

.ad_list--container {
  max-width: 640px;
  margin: 0 auto;
}

.ad_list_item--link {
  font-size: 0.875rem;
  color: #485357;
  line-height: 1.25rem;
}

.ad_list_item--ad_main_photo img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  border: 1px solid currentColor;
}

.ad_list_item--company_name {
  display: inline flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.25rem;
}

.ad_detail--ad_subject {
  font-size: 1.5rem;
}

.ad_detail--container {
  max-width: 640px;
  margin: 0 auto;
  font-size: 0.875rem;
}

.ad_detail--section_title {
  font-weight: bold;
  font-size: 1.125rem;
  border-bottom: 1px solid currentColor;
}

.ad_detail--ad_main_photo img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  border: 1px solid currentColor;
}

.ad_detail--company_name {
  display: inline flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.25rem;
}

.datalist {
  display: flex;
  flex-direction: column;
  gap: 1rem;

  /* if (props.flow === 'auto') {
    return 'flex flex-col gap-4 md:grid md:grid-cols-[max-content_1fr]'
  } else if (props.flow === 'row') {
    return 'grid grid-cols-[max-content_1fr] gap-4'
  } else if (props.flow === 'col') {
    return 'flex flex-col gap-4'
  } */
}

.datalist > div {
  /* md:contents */
}

.datalist dt {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(38 170 218 / 0.5);
  /* mb-2 md:leading-6 md:mb-0 md:self-start */
}

.base_label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-style: solid;
  border-color: rgb(38 170 218 / 1);
  border-width: 1px;
  border-radius: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumb {
  display: flex;
}
.breadcrumb > li {
}
.breadcrumb > li a {
  text-decoration: underline;
}
.breadcrumb > li:not(:last-child)::after {
  content: '>';
  margin: 0 0.5em;
}

.material-symbols-outlined {
  --material-symbols--fill: 'FILL' 0;
  --material-symbols--opsz: 'opsz' 48;
  font-variation-settings: var(--material-symbols--fill), 'wght' 400, 'GRAD' 0,
    var(--material-symbols--opsz);
}
.fill {
  --material-symbols--fill: 'FILL' 1;
}
.opsz-40 {
  --material-symbols--opsz: 'opsz' 40;
}
.opsz-24 {
  --material-symbols--opsz: 'opsz' 24;
}
.opsz-20 {
  --material-symbols--opsz: 'opsz' 20;
}
