@charset "utf-8";
/******************************************************************
VLOCKERS FIORE TSUBAKI
STYLE-TEASER
last update - 2026.01.12
******************************************************************/
:root {
  /* box-shadow */
  --bs-cmn: 0 2px 5px 1px rgba(0,0,0,0.2);
  /* font-size */
  /*--fs: clamp(0.5rem, 1.5vw, 1rem);*/
  --fs: min(2.114vw,1rem);
  /* responsive size */
  /*--rs: clamp(0.5rem, 1vw, 1rem);*/
  --rs: clamp(0.5rem, 1.042vw, 1rem);
  /* width */
  --w-md: min(100% , 96rem);
}
img {
  vertical-align: bottom;
}
.link-btn.link-btn--more {
  width: min(96%, 56rem);
  background: #0095d9;
  padding: 2rem 1rem;
  margin: 2.5rem auto 0;
}
main {
  background-image: url(/assets/image/news/vlockers/vlk-fio-0019/fio-0019_bg.webp);
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: center;
  background-size: contain;
  padding-bottom: 0;
  overflow: hidden;
}
main > section {
padding: 2rem 2%;
}
.br-off {
  display: none;
}
.br-on {
  display: block;
}
@media screen and (min-width: 767px) {
  .br-off {
    display: block;
  }
  .br-on {
    display: none;
  }
}
.pagination {
  padding: 3rem 2vw;
  margin: 0 auto;
  border-image: linear-gradient(#ffffff 0 0) fill 0 / / 0 100vi;
}
/*-------------------------
 NEWS TEMPLATE --RESET
--------------------------*/
.news  {
  max-width: var(--w-md);
  background-color: #fff; 
  background-image: radial-gradient(circle, #f8f8f8 1px, transparent 1px);
  background-size: 6px 8px; 
  padding: 0;
  margin: 0 auto;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 0.4);
}
.news-tit, .news-date {
  display: none;
}
.main_image {
  padding: 30px 0 0;
  display: grid;
  position: relative;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0) 100%), url(/assets/image/news/vlockers/vlk-fio-0019/fio-0019_bg.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom 220px center;
  padding-bottom: 0;
}
@media (max-width: 600px) {
  .main_image {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 100%), url(/assets/image/news/vlockers/vlk-fio-0019/fio-0019_bg.webp);
    background-size: contain;
    background-position: bottom 380px center;
  }
}
.main_image picture, .hero_catch {
  grid-area: 1/2;
}
.main_image picture {
  position: relative;
  z-index: 10;
}
.hero_catch {
  color: #fff;
  padding: 90% 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.hero_catch div {
  background: #ab1a44;
  padding: 5rem 0 5rem;
}
.hero_catch dt , .hero_catch dd {
  padding: 0 4vw;
  position: relative;
  z-index: 15;
}
.hero_catch dt {
  width: min(96%, 75rem);
  padding: 0 0 1em;
  margin: 0 auto;
}
.hero_catch dd {
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--fs) * 1.8);
  line-height: 2;
}
/* USP IMAGE */
.usp_image01 {
  padding: 50px 4vw;
}
.usp_itemcatch {
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: clamp(2rem, 0.723rem + 4.085vw, 4.4rem);
  color: #b70050;
  position: relative;
  z-index: 10;
  @media (max-width: 500px) {
    font-size: calc(var(--fs) * 2.8);
  }
}
.usp_itemcatch + .usp_text {
  padding: 1em 0 0;
}
.usp_image01 picture {
  margin-top: -20px;
  display: block;
  position: relative;
  @media (min-width: 768px) {
    margin-top: -50px;
  }
}
.usp_text {
  font-size: calc(var(--fs) * 1.6);
  line-height: 1.6;
}
/**/
.usp_image02 {
  background-image: url(/assets/image/news/vlockers/vlk-fio-0019/fio-0019_bg02.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 4vw;
  overflow: hidden;
}
.flexBox_txt {
  font-size: calc(var(--fs) * 1.6);
}
.flexBox_txt b {
  font-size: calc(var(--fs) * 1.8);
  display: inline-block;
  padding: 0 0 0.5em;
}
.usp_flexBox {
  display: flex;
  flex-direction: column-reverse;
  padding: 2em 0 0;
  gap: 1em;
}
.flexBox_img01 {
  background-image: url("/assets/image/news/vlockers/vlk-fio-0019/fio-0019_deco01.png");
  background-position: top 50px left;
  background-repeat: no-repeat;
  background-size: 50%;
}
.fio-0019_usp02 {
  display: block;
  width: 120%;
  max-width: none;
  height: auto;
  margin-left: -15%;
}
.flexBox_img02 {
  background-image: url("/assets/image/news/vlockers/vlk-fio-0019/fio-0019_deco02.png");
  background-position: bottom 70px left;
  background-repeat: no-repeat;
  background-size: 50%;
}
@media (min-width: 639px) {
  .usp_flexBox {
    flex-direction: row;
    gap: 0;
  }
  .usp_flexBox li {
    width: calc(100% / 2);
  }
  .usp_flexBox.usp_flexBox01 {
    padding: 2em 0 0;
  }
  .usp_flexBox.usp_flexBox02 {
    flex-direction: row-reverse;
    margin-top: -40%;
  }

  .flexBox_img01, .flexBox_img02 {
    background-image: none;
  }
  .flexBox_txt01 {
    background-image: url("/assets/image/news/vlockers/vlk-fio-0019/fio-0019_deco01.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 60%;
  }
  .fio-0019_usp02 {
    width: 150%;
    margin-left: -40%;
  }
  .flexBox_txt02 {
    background-image: url("/assets/image/news/vlockers/vlk-fio-0019/fio-0019_deco02.png");
    background-position: bottom 130px right;
    background-repeat: no-repeat;
    background-size: 60%;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
  .fio-0019_usp03 {
    display: block;
    width: 130%;
    max-width: none;
    height: auto;
    margin-left: -30%;
  }
  .flexBox_txt01 p {
    display: block;
    width: 110%;
    max-width: none;
    height: auto;
    margin: 20% 0 0 5vw;
    text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px,#fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px;
    position: relative;
    z-index: 10;
  }
  .flexBox_txt02 p {
    margin: 0 0 5em 0;
    text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px,#fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px;
  }
}
/**/
.usp_image03 {
  padding: 50px 4vw;
}
.usp_image03 picture {
  padding: 2em 0 0;
  display: block;
}
.face_flexBox {
  margin-top: -30%;
  --_column: 4;
  display: grid;
  grid-template-columns: repeat(var(--_column), 1fr);
  gap: 1vw;
}
.face_flexBox li {
  border: 1px solid #af1b51;
  padding: 1px;
  background: #fff;
  box-shadow: var(--bs-cmn);
}
.face_flexBox figcaption {
  color: #fff;
  text-align: center;
  background: #af1b51;
  padding: 5px 0 3px;
}
/*  */
.product_container {
  background: #fff;
  padding: 50px 4vw;
}
.container-tit {
  font-size: calc(var(--fs) * 2.4);
}
.item-spec-container {
  font-size: calc(var(--fs) * 1.4);
  padding: calc(var(--rs) * 2);
  margin: 1rem auto;
  container-type: inline-size;
}
@media (min-width: 768px) {
  .item-spec-container {
    display: grid;
    grid-template-columns: min(50% , 355px) 1fr;
    gap: 1vw;
  }
}
.item-spec-data {
  margin-bottom: 1vw;
}
.item-spec-information {
  margin: 0 auto 0;
  padding: 1vw;
}
.item-spec-info__title {
  line-height: 1;
  padding: 1.4rem 1rem 1rem;
  margin: 0 auto 1rem;
  background: #a82852;
}
.item-spec__tit-label {
  padding: 0.4rem 1rem 0.1rem;
}
.item-spec-info__date {
  font-size: calc(var(--fs) * 1.4);
}
@media screen and (max-width: 835px) {
  .item-spec__tit, .item-spec__dtl {
    font-size: calc(var(--fs) * 1.4);
  }
}
.item-spec-info__venue {
  font-size: calc(var(--fs) * 1.4);
}
.item-spec-info__Shipments {
  font-size: calc(var(--fs) * 1.2);
  text-indent: -1em;
  padding: 0.5em 0 0 1em;
}
.price-hontai {
  display: none;
}
/* spec - note */
.item-spec-note {
  margin-top: 1em;
  color: var(--c-gry-dark);
  font-size: calc(var(--fs) * 1.2);
  line-height: 1.3;
  text-align: left;
}
.item-spec__note-list,
.item-spec-note__list {
  padding: 0.2em 0 0.2em 1em;
  margin: 0 0 0 0;
  display: inline-block;
  text-indent: -1em;
}
/*  */
.gallery_container {
  background: #ab1a44;
  padding: 50px 4vw;
}
.gallery {
  --_column: 5;
  display: grid;
  grid-template-columns: repeat(var(--_column), 1fr);
  gap: 1vw;
  @media (max-width: 768px) {
    --_column: 2;
    gap: 2vw;
  }
}
.gallery__list {
  background: #fff;
  border: 1px solid #ccc;
}
/*  */
.profile_container {
  padding: 50px 4vw;
  background: var(--color-bg-container);
}
.profile {
  width: min(100% , 60rem);
  margin: 0 auto;
  padding: calc(var(--rs) * 2);
  background: #fff;
  display: grid;
  grid-template-columns: 10em 1fr;
  gap: 2vw;
}
.profile_text dt {
  font-weight: bold;
  font-size: calc(var(--fs) * 1.6);
  padding: 0 0 0.2em;
}
.profile_text dd {
  font-size: calc(var(--fs) * 1.4);
}

