@charset "UTF-8";
/*--------------------------------------------
  header
----------------------------------------------*/
.breadcrumbs {
  padding: 10px 20px 5px;
}
@media screen and (max-width: 768px) {
}
/*--------------------------------------------
  MV
----------------------------------------------*/
.mv {
  text-align: center;
}
.mv_top {
  margin: 0 auto;
}
.mv img {
  margin: 0 auto;
  width: 100%;
}
.mv_ttl {
  position: relative;
  font-size: 1.8rem;
  color: #ffffff;
  background-image: url("/item/mat/collection/renew2020/images/mv_img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: calc(1400 / 419);
}
.mv_ttl h1 {
  position: absolute;
  top: 59.5%;
  right: 6.1%;
  width: 37.5%;
  height: auto;
}
.mv_ttl span {
  position: absolute;
  bottom: -31%;
  left: 0%;
  font-size: 1.28vw;
  color: #000;
  font-weight: bold;
  width: 100%;
  white-space: nowrap;
  text-align: left;
}
.mv_ttl_img {
  position: relative;
  display: block;
  right: 35px;
  bottom: -100px;
  margin-bottom: 32px;
  text-align: right;
  transition: all 0.5s;
}
.mv_ttl_img img {
  margin: 0 0 0 auto;
}
.mv_ttl_catch {
  display: block;
  position: relative;
  bottom: -70px;
  right: 4.6em;
  color: #000;
  text-align: right;
  transition: all 0.5s;
}
.mv_bottom {
  background: #ea526b;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.87;
  padding: 35px 20px 40px;
}
.mv_bottom_txt {
  font-weight: bold;
}
.mv_btn_block {
  margin-top: 31px;
}
.mv_btn_area {
}
.mv_btn {
  position: relative;
  width: 320px;
  text-align: center;
  color: #ea526b;
  background: #ffffff;
  font-size: 1.5rem;
  padding: 17px 19px 16px;
  box-sizing: border-box;
}
.mv_btn.active:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 19px;
  width: 12px;
  height: 12px;
  background-image: url("/item/mat/collection/renew2020/common/images/icon/icon_close_red.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-origin: content-box;
}
.mv_btn span {
  position: relative;
  padding-left: 27px;
  font-weight: 700;
}
.mv_btn span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  background: url("/item/mat/collection/renew2020/common/images/icon/icon_search_red.svg") center no-repeat;
}
.mv_btn.howto_btn span {
  position: relative;
  padding-left: 0;
  padding-right: 27px;
  width: 100%;
  display: block;
}
.mv_btn.howto_btn span:before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  background: url("/item/mat/collection/renew2020/common/images/icon/icon_anchor_arrow_right.svg") center no-repeat;
}
@media screen and (max-width: 1100px) {
  .mv_ttl_img {
    /* width:80%; */
    right: 3px;
    bottom: -80px;
  }
  .mv_ttl_img img {
    max-width: 360px;
    width: 100%;
  }
  .mv_ttl_catch {
    font-size: 1.6rem;
    bottom: -50px;
    right: 3em;
  }
}
@media screen and (max-width: 767px) {
  .mv_ttl {
    background-image: url("/item/mat/collection/renew2020/images/mv_img_sp.jpg");
    aspect-ratio: calc(750 / 598);
  }
  .mv_ttl h1 {
    top: 70.5%;
    right: 19%;
    width: 55%;
    height: auto;
  }
  .mv_ttl span {
    bottom: -102%;
    left: -7%;
    font-size: 3.1vw;
    text-align: center;
  }
  .mv_top {
    background-size: cover;
  }
  .mv_ttl_img {
    max-width: 240px;
    margin: 0 0 28px auto;
    right: 8px;
    bottom: -50px;
  }
  .mv_ttl_img img {
  }
  .mv_ttl_catch {
    line-height: 1.4;
    max-width: 20em;
    right: 0;
    bottom: -25px;
    margin: 0 0 0 auto;
  }
  .mv_bottom {
    padding: 28px 20px 30px;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
  }
  .mv_btn_block {
    margin-top: 28px;
  }
  .mv_btn {
    width: 100%;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .mat_block .arr_link.sp_only span {
    margin-top: 0;
    padding-bottom: 10px;
  }
  .mv_bottom_txt {
    font-weight: normal;
  }
  .mv_btn.howto_btn span {
    padding-right: 17px;
  }
}
.text_link{
  display: block;
  position: relative;
  font-size: 1.5rem;
  color: #ffffff;
  width: fit-content;
  margin: 8px auto;
  font-weight: bold;
}
.text_link:first-of-type{
  margin-top: 14px;
}
.text_link:after{
  content: "";
  position: absolute;
  width: 8px;
  height: 14px;
  top: 50%;
  margin-left: 5px;
  transform: translateY(-50%);
  background:url("/item/mat/collection/renew2020/common/images/icon/icon_link_arrow_w.svg") no-repeat;
background-size: contain;
;}
/*--------------------------------------------
  Search
----------------------------------------------*/
.search_wrap {
  display: none;
  background: #ffffff;
  color: #000000;
  max-width: 1000px;
  margin: 40px auto 0;
  padding: 40px 40px 10px;
  box-sizing: border-box;
  text-align: left;
}
.search_wrap.active {
}
.search_wrap li {
  width: calc(100% / 6);
  margin-bottom: 13px;
}
.search_wrap .check_all {
  width: 100%;
  margin-bottom: 18px;
  display: block;
}
.search_wrap .check_all > .label_checkbox {
  display: inline-block;
}
.search_link {
  text-align: center;
}
form .nodisp {
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .search_wrap {
    display: block !important;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 1060;
    height: 100%;
    margin: 0;
    width: calc(100% - 50px);
    transition: 0.5s all;
    padding: 0;
    overflow-y: scroll;
    background: #f2f2f2;
  }
  .search_wrap.active {
    left: 0;
  }
  .search_wrap li {
    width: 50%;
    margin-bottom: 22px;
  }
  .search_wrap .sub_menu_inner {
    padding-bottom: 0;
  }
  .search_wrap .sub_menu_btn {
    margin-bottom: 45px;
  }
}
/*--------------------------------------------
  Content
----------------------------------------------*/
.about_link {
  margin: 30px 0 40px;
}
.about_link ul {
  display: flex;
  justify-content: flex-end;
}
.about_link li {
  margin-left: 10px;
}
.about_link li button {
  display: block;
  font-size: 1.3rem;
  border: 1px solid #c4c4c4;
  line-height: 1;
  padding: 8px 9px 7px 10px;
}

@media screen and (max-width: 767px) {
  .about_link {
    margin: 20px 0 40px;
  }
  .about_link ul {
    display: block;
    margin: 0 0 0 auto;
    flex-direction: column;
  }
  .about_link li {
    margin-left: 0;
    display: block;
    text-align: right;
  }
  .about_link li:first-child {
    margin-bottom: 3px;
  }
  .about_link li button {
    width: auto;
    display: inline-block;
    font-size: 1.3rem;
    padding: 8px 10px;
    border: none;
    text-align: right;
    margin: 0 0 0 auto;
  }
  .about_link li button .sp_only {
    display: inline !important;
  }
}
/* mat_block
----------------------------*/

.mat_ttl:before {
  content: "";
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  /* top: 0; */
  /* top: -2px; */
  width: 24px;
  height: 23px;
  margin: auto;
  vertical-align: middle;
  margin-right: 15px;
}
.icon_all:before {
  top: -2px;
  width: 27px;
  height: 27px;
  /* margin-bottom: 2px; */
}
.icon_northern_europe:before {
  top: -4px;
  width: 20px;
  height: 30px;
}
.icon_flower:before {
  /* margin-bottom: 2px; */
  top: -2px;
}
.icon_kids:before {
  width: 25px;
  top: -3px;
  /* padding-bottom: 5px; */
}
.icon_animal:before {
  height: 24px;
  top: -2px;
}
.icon_retro:before {
  width: 26px;
  height: 26px;
}
.icon_japanese_style:before {
  top: -3px;
}
.icon_negai:before {
  height: 24px;
  top: -1px;
}
.icon_dusken:before {
  width: 26px;
  top: -3px;
}

.icon_tradition:before {
  width: 26px;
  top: -3px;
}

.link_all.section_inner {
  text-align: right;
  margin-bottom: 60px;
}
.link_all .arr_link {
  display: inline-block;
  font-size: 1.4rem;
}
.link_all .arr_link span:before {
  top: 6px;
}
@media screen and (max-width: 1000px) {
  .mat_ttl:before {
    margin-right: 6px;
  }
}
@media screen and (max-width: 767px) {
  .mat_block {
    margin-bottom: 30px;
  }
}
/*--------------------------------------------
  set image
----------------------------------------------*/
.set_image_area {
  padding: 50px 0;
}
.set_image_ttl {
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
}
.set_image_block {
  margin-top: 50px;
  margin-bottom: 120px;
  display: flex;
  gap: 100px;
}
.set_image_block.item02 {
  flex-direction: row-reverse;
}
.set_image_block_img_wrap {
  position: relative;
  width: 57%;
}
.set_image_block_img_area {
  position: relative;
  margin-left: auto;
  width: fit-content;
}
.set_image_block.item02 .set_image_block_img_area {
  margin-right: auto;
  margin-left: 0;
}
.set_image_block_img {
}
.set_image_block_img_bkg {
  position: absolute;
  top: 30px;
  right: -30px;
  width: calc(100% + 30px);
  height: 100%;
  z-index: -1;
  background-size: cover;
}
.set_image_block.item01 .set_image_block_img_bkg,
.set_image_block.item03 .set_image_block_img_bkg {
  background-image: url("/item/mat/collection/renew2020/images/set_image01_bkg.jpg");
}
.set_image_block.item02 .set_image_block_img_bkg {
  background-image: url("/item/mat/collection/renew2020/images/set_image02_bkg.jpg");
  left: -30px;
}
.set_image_block_sub_img {
  position: absolute;
  height: auto;
}
.set_image_block.item01 .set_image_block_sub_img.subitem01 {
  left: -9%;
  bottom: -17%;
  width: 28%;
}
.set_image_block.item01 .set_image_block_sub_img.subitem02 {
  left: 11%;
  bottom: -15%;
  width: 21%;
}
.set_image_block.item02 .set_image_block_sub_img.subitem01 {
  left: 79%;
  bottom: -12%;
  width: 28%;
}
.set_image_block.item02 .set_image_block_sub_img.subitem02 {
  left: 67%;
  bottom: -17%;
  width: 22%;
}
.set_image_block.item03 .set_image_block_sub_img.subitem01 {
  left: -10%;
  bottom: -12%;
  width: 28%;
}
.set_image_block.item03 .set_image_block_sub_img.subitem02 {
  left: 8%;
  bottom: -17%;
  width: 21%;
}
.set_image_block_txt_wrap {
  display: flex;
  align-items: center;
}
.set_image_block.item02 .set_image_block_txt_wrap {
  justify-content: flex-end;
}
@media screen and (max-width: 1100px) {
  .set_image_area {
    padding: 35px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .set_image_block,
  .set_image_block.item02 {
    margin-top: 25px;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }
  .set_image_block:last-child {
    margin-bottom: 50px;
  }
  .set_image_block .set_image_block_img_wrap,
  .set_image_block.item02 .set_image_block_img_wrap,
  .set_image_block .set_image_block_txt_wrap,
  .set_image_block.item02 .set_image_block_txt_wrap {
    width: 100%;
    justify-content: center;
  }
  .set_image_block.item01 .set_image_block_sub_img.subitem02 {
    left: 19%;
    bottom: -10%;
    width: 18%;
  }
  .set_image_block.item01 .set_image_block_sub_img.subitem01 {
    left: 3%;
    bottom: -13%;
    width: 24%;
  }
  .set_image_block.item02 .set_image_block_sub_img.subitem02 {
    left: 65%;
    bottom: -12%;
    width: 18%;
  }
  .set_image_block.item02 .set_image_block_sub_img.subitem01 {
    left: 74%;
    bottom: -38%;
    width: 24%;
  }
  .set_image_block.item03 .set_image_block_sub_img.subitem01 {
    left: 2%;
    bottom: -7%;
    width: 23%;
  }
  .set_image_block.item03 .set_image_block_sub_img.subitem02 {
    left: 17%;
    bottom: -12%;
    width: 18%;
  }
  .set_image_txt {
    width: 200px;
  }
  .set_image_block_img {
    width: calc(100% - 57px);
    margin: 0 auto;
  }
  .set_image_block_img_bkg {
    top: 15px;
    right: 10px;
    width: calc(100% - 10px);
  }
  .set_image_block.item02 .set_image_block_img_bkg {
    left: 10px;
  }
}
