@charset "utf-8";

/* css Document
*****************************************************************/
@import "../../n_common/css/_variable.css";

.storage {
  padding-block-end: 6vw;
  font-feature-settings: "halt";
  @media (width < 480px) {
    padding-block-end: 40px;
  }
}

.txt_space {
  font-size: clamp(18px, 1.04cqw + 14.1px, 27px);
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
  line-height: 1.5em;
}

.hd_h2_storage {
  font-size: clamp(24px, 1.85vw + 17.06px, 40px) ;
  text-align: center;
  background-color: var(--main_c);
  color: #FFF;
  font-weight: 900;
  margin-block-start: 6cqw;
  padding: 5px;
  word-break: keep-all;
  overflow-wrap: anywhere;
  line-height: 1.3em;
  @media (width < 480px) {
    margin-block-start: 50px;
  }
}

.hd_h3_storage {
  font-size: clamp(24px, 1.85vw + 17.06px, 40px) ;
  text-align: center;
  color: var(--main_c);
  font-weight: 900;
  margin-block-start: 6cqw;
  word-break: keep-all;
  overflow-wrap: anywhere;
  line-height: 1.1em;
  @media (width < 480px) {
    margin-block-start: 40px;
  }
}

.smaller {
  font-size: 0.8em;
}

.txt_storage_center {
  font-size: clamp(16px, 0.23cqw + 15.13px, 18px);
  line-height: 1.8em;
  text-align: center;
}

.cap_closet {
  font-size: 14px;
  line-height: 1.8em;
}

.sp_justify {
  @media (width < 896px) {
    text-align: justify;
  }
}

.mt05 {
  margin-block-start: 5px;
}

.mt10 {
  margin-block-start: 10px;
}

.mt20 {
  margin-block-start: 20px;
}

.movie_storage {
  padding: 30px;
  @media (width < 480px) {
    padding: 0px;
    margin-block: 10px;
  }
  iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
}

.column_closet {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 2.4cqw;
  padding-block-start: 5cqw;
  @media (width < 480px) {
    grid-template-columns: repeat(1,1fr);
    row-gap: 20px;
  }
}

.closet_img {
  width: 100%;
  aspect-ratio: 9 / 14;
  overflow: hidden;
  position: relative;
  img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
  }
}

.txt_exam {
  position: absolute;
  bottom: 8px;
  right: 8px;
  font-size: clamp(12px, 0.23cqw + 11.13px, 14px);
  color: #FFF;
  font-weight: 500;
  text-shadow: 0 0 3px rgba(0,0,0,0.6);
  line-height: 1em;
}

.column_closet_box {
  text-align: left;
}

.closet_map {
  padding-block-start: 8px;
}

.list_closet {
  display: grid;
  grid-template-rows: repeat(3,1fr);
  gap: 20px;
  padding-block-start: 20px;
  justify-content: center;
  @media (width < 480px) {
    gap: 10px;
  }
}

.item_closet {
  background-color: var(--main_c);
  border-radius: 6px;
  padding: 8px;
  color: #FFF;
  font-size: clamp(20px, 1.16vw + 15.66px, 30px);
  font-weight: 900;
  line-height: 1.1em;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
  align-content: center;
}

.column_map {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 2.4cqw;
  row-gap: 0cqw;
  padding-block-start: 3cqw;
  @media (width < 480px) {
    grid-template-columns: repeat(1,1fr);
  }
}

.column_space {
  display: flex;
  padding-block-start: 4cqw;
  justify-content: center;
  flex-wrap: wrap;
  margin-inline: -1.5cqw;
}

.column_space_box {
  width: calc(100% / 3);
  box-sizing: border-box;
  padding-inline: 1.5cqw;
  padding-block: 2cqw;
  @media (width < 896px) {
    width: calc(100% / 1);
    padding-block: 15px;
  }
}

.hd_h3_closet {
  font-size: clamp(24px, 0.46cqw + 22.27px, 28px);
  font-weight: 700;
  line-height: 1.3em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.closet_ttl {
  border-bottom: #666 solid 1px;
  padding-block-start: 20px;
  padding-block-end: 16px;
  @media (width < 480px) {
    padding-block-start: 10px;
    padding-block-end: 8px;
  }
}

.sub_closet {
  font-size: clamp(14px, 0.23cqw + 13.13px, 16px);
  line-height: 1.4em;
  padding-block-start: 5px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.closet_txt {
  text-align: justify;
  padding-block-start: 16px;
  @media (width < 480px) {
    padding-block-start: 8px;
  }
  .kome {
    padding-block-start: 5px;
    font-size: 14px;
    line-height: 1.6em;
  }
}

.txt_closet {
  font-size: clamp(16px, 0.23cqw + 15.13px, 18px);
  line-height: 1.8em;
}

.column_space_mini {
  display: flex;
  padding-block-start: 4cqw;
  justify-content: center;
  flex-wrap: wrap;
  width: 90%;
  margin: auto;
  @media (width < 480px) {
    width: 100%;
  }
}

.column_space_mini_box {
  width: calc(100% / 3);
  box-sizing: border-box;
  padding-inline: 1.5cqw;
  padding-block: 2cqw;
  @media (width < 896px) {
    width: calc(100% / 2);
  }
  .hd_h3_closet {
    font-size: clamp(18px, 1.16vw + 13.66px, 28px);
  }
}