@charset "UTF-8";

#concept + section .-w-wrapper {
  grid-template-columns: 1fr min(500px, 50%);
  display: grid;
  gap: 0 min(11.459vw, 300px);
  justify-content: space-between;
  align-items: center;
  margin-inline: auto;
}
#concept + section .-w-ttl_wrap {
  margin-bottom: min(50px, 5vw);
  margin-left: 0;
  max-width: 453px;
}
#concept + section .-w-list_item {
  --mask-width: 0.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 15px;
  width: calc(100% - 30px);
  background: 0;
  border: 0;
  font-weight: 400;
  text-decoration: none;
  transition: .3s;
  position: relative;
  border-bottom: 1px solid #a4a4a4;
  ::after {
    content: "";
    display: block;
    width: 10px;
    min-width: 10px;
    height: 10px;
    border: 1px solid #a4a4a4;
    border-radius: 50%;
    transition: 0.3s;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
  }
}
#concept + section .-w-list_item:nth-child(1){
  border-top: 1px solid #a4a4a4;
}
#concept + section .-w-image_contents {
  flex-shrink: 0;
  position: relative;
  aspect-ratio: 500/600;
  ::after{
    content: '美を諦めない';
    letter-spacing: 1rem;
    font-size: 3rem;
    z-index: 10;
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 5px #fff;
    font-family: "Quattrocento", 'Noto Serif JP', "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
}
#concept + section .-w-contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: min(6rem, 3vw);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  max-height: 600px;
  img{
    width: max-content;
    width: 100%;
  }
}
#concept + section .-w-list_item {
  padding: 15px;
}
#concept + section .-w-list_item.-w-active .-w-title::after {
  background: #a4a4a4;
}
#concept + section .-w-contents.-w-active {
  opacity: 1;
  pointer-events: auto;
}
#concept + section .heading.block_header_2 .h {
  font-size: 5rem !important;
  letter-spacing: 0.3rem !important;
  line-height: 1.4;
  color: var(--i_txt_color);
  padding: 0;
  position: relative;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
#concept + section .heading.block_header_2 .h:before {
    /*display:none;*/
    bottom: 0;
    top: initial;
    border-radius: 0;
    transform: rotate(45deg);
    left: 2px;
}
#concept + section .heading.block_header_2 p {
  font-size: 1.7rem !important;
  letter-spacing: 0.2rem !important;
  padding-left: 0;
  font-weight: 400;
  color: var(--i_main_color);
}
#concept + section [data-contents-id="44237"] {
  background:
  url(/common/upload_data/12vividstylejp/image/20250331153327.jpg)
  no-repeat center center / cover;
}
#concept + section [data-contents-id="44238"] {
  background:
  url(/common/upload_data/12vividstylejp/image/20250317171124.jpg)
  no-repeat center center / cover;
}
#concept + section [data-contents-id="44256"] {
  background:
  url(/common/upload_data/12vividstylejp/image/20250317171120.jpg)
  no-repeat center center / cover;
}
#concept + section [data-contents-id="44257"] {
  background:
  url(/common/upload_data/12vividstylejp/image/20250317170340.jpg)
  no-repeat center center / cover;
}
@media screen and (min-width: 1024px){
  #concept + section [data-w-width="0"].-w-wrapper {
    max-width: calc(100% - 8rem);
    margin-inline: auto;
  }
  #concept + section .-w-ttl_wrap {
   text-align: left;
  }
   #concept + section  .-w-image_btn a:hover::after {
    transform: translateX(10px);
  }
}

@media screen and (max-width: 1023px){
  #concept + section .-w-wrapper {
    grid-template-columns: 1fr;
    width: calc(100% - 12%);
    width:100%;
  }
  #concept + section h2.-w-general{
    text-align: center;
  }
  #concept + section .-w-ttl_wrap {
    margin-left: auto;
    max-width: 100%;
  }
  #concept + section .-w-text_contents{
    margin-bottom: 50px;
  }
  #concept + section .-w-image_contents {
    width: 100vw;
    max-width: unset;
    margin-left: calc(-50vw + 50%);
    margin-top: 2rem;
    max-height: 600px;
    width: 100%;
    aspect-ratio: 5 / 3;
    margin-left: initial;
  }
  #concept + section .-w-text {
    text-align: left;
  }
  #concept + section .-w-list_item.-w-active::after {
    background: inherit;
  }
  #concept + section .-w-list_item {
    padding: 15px;
  }
  #concept + section .-w-list_item:hover {
    transition: none;
  }
}

@media screen and (max-width: 900px) {
  #concept + section .heading.block_header_2 .h {
    font-size: 3rem !important;
    text-align: center;
    display: block;
    padding-bottom:15px;
    margin-bottom:15px;
  }
  #concept + section .heading.block_header_2 p {
    text-align: center;
  }
  #concept + section .-w-image_contents,
  #concept + section .-w-contents {
    max-height: 450px;
  }
  #concept + section .heading.block_header_2 .h:before {
    position: absolute;
    display: block;
    content: "";
    background: var(--i_main_color);
    width: 5px;
    bottom: 0px;
    height: 5px;
    top: auto;
    left: calc(50% - 5px);
    pointer-events: none;
    z-index: 9;
    border-radius: 0;
    transform: rotate(45deg);
  }
}

@media screen and (any-hover: hover){
  #concept + section .-w-list_item.-w-active {
    background: #dedede;
  }
}