@charset "UTF-8";
#wrapper.re-xc .p-storageit {
  color: #000;
  font-size: max(10.3333333333px, 0.8333333333vw);
}
#wrapper.re-xc .p-storageit * {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
}
#wrapper.re-xc .p-storageit__about {
  margin: 3em 0;
  text-align: center;
}
#wrapper.re-xc .p-storageit__about .text {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.5;
}
#wrapper.re-xc .p-storageit__about .text + .text {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  #wrapper.re-xc .p-storageit__about .text + .text {
    margin-top: 0.6em;
  }
}
#wrapper.re-xc .p-storageit__about-head .title {
  margin-bottom: 0.5em;
}
#wrapper.re-xc .p-storageit__about-head .title img {
  width: 57.8em;
}

#wrapper.re-xc .p-storageit__about-bottom .lead {
  margin: 3em 0 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #wrapper.re-xc .p-storageit__about-bottom .lead {
    margin-bottom: 0.5em;
  }
}
#wrapper.re-xc .p-storageit__about-bottom .lead img {
  width: 90em;
}
@media screen and (max-width: 768px) {
  #wrapper.re-xc .p-storageit__about-bottom .lead img {
    width: 27.2em;
  }
}
#wrapper.re-xc .p-storageit__about-bottom .catch {
  margin-bottom: 1em;
  font-size: 2.2em;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #wrapper.re-xc .p-storageit__about-bottom .catch {
    margin-bottom: 0.5em;
    font-size: 1em;
  }
}

#wrapper.re-xc .p-storageit__famous-items {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
#wrapper.re-xc .p-storageit__famous-item {
  position: relative;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  grid-template-areas: "title title" "image designer";
  align-items: end;
  row-gap: 1em;
  column-gap: 2em;
  width: 50%;
  /*min-height: 58em;*/
  padding: 0;
  overflow: hidden;
}

#wrapper.re-xc .p-storageit__famous-item:nth-child(1) {background-color: #fb6161;}
#wrapper.re-xc .p-storageit__famous-item:nth-child(2) {background-color: #c5e592;}
#wrapper.re-xc .p-storageit__famous-item:nth-child(3) {background-color: #d0afff;}
#wrapper.re-xc .p-storageit__famous-item:nth-child(4) {background-color: #ffff99;}
#wrapper.re-xc .p-storageit__famous-item:nth-child(5) {background-color: #dedede;}
#wrapper.re-xc .p-storageit__famous-item:nth-child(6) {background-color: #db3f8f;}
#wrapper.re-xc .p-storageit__famous-item:nth-child(7) {background-color: #e2eb3b;}
#wrapper.re-xc .p-storageit__famous-item:nth-child(8) {background-color: #cee3f4;}
#wrapper.re-xc .p-storageit__famous-item:nth-child(9) {background-color: #000000;}
#wrapper.re-xc .p-storageit__famous-item:nth-child(10) {background-color: #ff99ff;}
#wrapper.re-xc .p-storageit__famous-item .contents {
  display: contents;
}
#wrapper.re-xc .p-storageit__famous-item .image {
  grid-area: image;
  justify-self: start;
  align-self: end;
  width: auto;
  min-height:30em;
}

#wrapper.re-xc .p-storageit__famous-item .image img {
  width: auto;
  height: 100%;
}

#wrapper.re-xc .p-storageit__famous-item .contents .title {
  grid-area: title;
  margin-bottom: 0;
  font-size: 2.8em;
  font-weight: 900;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 1em 2em 0;
}

#wrapper.re-xc .p-storageit__famous-item:nth-child(2) .title,
#wrapper.re-xc .p-storageit__famous-item:nth-child(4) .title,
#wrapper.re-xc .p-storageit__famous-item:nth-child(5) .title,
#wrapper.re-xc .p-storageit__famous-item:nth-child(7) .title,
#wrapper.re-xc .p-storageit__famous-item:nth-child(8) .title,
#wrapper.re-xc .p-storageit__famous-item:nth-child(10) .title,
#wrapper.re-xc .p-storageit__famous-item:nth-child(2) .contents .designer .text > span,
#wrapper.re-xc .p-storageit__famous-item:nth-child(4) .contents .designer .text > span,
#wrapper.re-xc .p-storageit__famous-item:nth-child(5) .contents .designer .text > span,
#wrapper.re-xc .p-storageit__famous-item:nth-child(7) .contents .designer .text > span,
#wrapper.re-xc .p-storageit__famous-item:nth-child(8) .contents .designer .text > span,
#wrapper.re-xc .p-storageit__famous-item:nth-child(10)  .contents .designer .text > span {
    color: #000;
}


#wrapper.re-xc .p-storageit__famous-item .contents .designer {
  grid-area: designer;
  justify-self: center;
  align-self: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
  text-align: center;
margin-top:3rem;
}
#wrapper.re-xc .p-storageit__famous-item .contents .designer img {
  width: 14em;
  height: 14em;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
#wrapper.re-xc .p-storageit__famous-item .contents .designer .text > span {
  display: block;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}
#wrapper.re-xc .p-storageit__famous-item .contents .designer .text > span:nth-child(1) {
  font-size: 1.2em;
}

#wrapper.re-xc .p-storageit__famous-item .contents .designer .text > span:nth-child(2) {
  font-size: 2.2em;
}

#wrapper.re-xc .p-storageit__famous-item .contents .designer .text > span:nth-child(2) .small {
  font-size: 70%;
  font-weight: bold;
}

#wrapper.re-xc .p-storageit__famous-item .read-more {
  position: absolute;
  display: block;
  width: 15em;
  top: auto;
  right: 5em;
  bottom: 3rem;
  left: auto;
}
#wrapper.re-xc .p-storageit__famous-item .contents .designer .read-more-2 {
  display: block;
  margin-top: 1em;
}
#wrapper.re-xc .p-storageit__famous-item .contents .designer .read-more-2 img{
    border-radius: unset;
    object-fit: unset;
    height: auto;
    width: 17em;
}
#wrapper.re-xc .p-storageit__famous-item .read-more.hide {
  display: none!important;
}

#wrapper.re-xc .p-storageit__famous-item .read-more a {
  display: block;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  #wrapper.re-xc .p-storageit__famous-item .read-more a:hover {
    opacity: 0.7;
  }
}
#wrapper.re-xc .p-storageit__famous-item .read-more a img {
  width: 100%;
}

#wrapper.re-xc .banner{width: 60%; margin: 6em auto 0;}

#wrapper.re-xc .s-buttonList {
    max-width: 996px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 6em;
    margin-bottom:6em;
}
#wrapper.re-xc .s-buttonList_link{
width: 270px;
        padding: 21px 30px;
        font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    background-color: #FFF;
    border: 2px solid #000;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.39;
    -webkit-transition: background-color .3s ease, color .3s ease, border-color .3s ease;
    transition: background-color .3s ease, color .3s ease, border-color .3s ease;
}
#wrapper.re-xc .s-buttonList_link:hover{
    background-color: #000;
    border: 2px solid #000;
    color: #FFF;
    -webkit-transition: background-color .3s ease, color .3s ease, border-color .3s ease;
    transition: background-color .3s ease, color .3s ease, border-color .3s ease;
}
#wrapper.re-xc .s-buttonList_link .s-buttonList_arrow {
-ms-flex-negative: 0;
    flex-shrink: 0;
    stroke: #fff;
    width: 13px;
    height: 13px;
    margin-left: 20px;
    -webkit-transition: stroke .3s ease;
    transition: stroke .3s ease;
    }


@media screen and (max-width: 768px) {
#wrapper.re-xc .p-storageit {
    padding: 0;
    font-size: 2.6666666667vw;
  }
#wrapper.re-xc .p-storageit__about .text {
    font-size: 0.9em;
  }
  #wrapper.re-xc .p-storageit__about-head .title {
    margin-bottom: 0.3em;
  }
  #wrapper.re-xc .p-storageit__about-head .title img {
    width: 31.2em;
  }
  #wrapper.re-xc .p-storageit__famous-item {
    /*grid-template-columns: 1fr;*/
    /*grid-template-areas: "title" "image" "designer";*/
    width: 100%;
    min-height: auto;
    padding: 0;
  column-gap: 1em;
  }
  #wrapper.re-xc .p-storageit__famous-item .image {
    min-height:20em;
  }
  #wrapper.re-xc .p-storageit__famous-item .contents .title {
    font-size: 1.8em;  padding: 0.5em 1em 0;
  }
#wrapper.re-xc .p-storageit__famous-item .contents .designer {
margin-top: 1.6em;
}
  #wrapper.re-xc .p-storageit__famous-item .contents .designer img {
    width: 9em;
    height: 9em;
  }
  #wrapper.re-xc .p-storageit__famous-item .contents .designer .text > span:nth-child(1) {
    font-size: 0.9em;
  }
  #wrapper.re-xc .p-storageit__famous-item .contents .designer .text > span:nth-child(2) {
    font-size: 1.5em;
  }
  #wrapper.re-xc .p-storageit__famous-item .contents .designer .text > span:nth-child(2) .small {
    font-size: 80%;
  }
#wrapper.re-xc .p-storageit__famous-item .read-more {width: 9em; right: 3.5em; bottom: 2rem;}
#wrapper.re-xc .banner{width: 100%;}
}