@charset "utf-8";
/******************************************************************
VLOCKERS FIORE KIKYO
STYLE-TEASER
last update - 2026.09.18
******************************************************************/
:root {
  /* color */
  --c-ppl:#500748;
  /* box-shadow */
  --bs-cmn: 0 2px 5px 1px rgba(0,0,0,0.2);
  /* font-family */
  --font-mn:"Shippori Mincho", serif;
  /* 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-0021/fio-0021_bg.jpg);
  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;
}
.link-btn.link-btn--more.link-btn--usp {
  background: #ff3786;
  color: #fff;
  font-weight: bold;
  margin: 5rem 0 0;
}
.link-btn.link-btn--more.link-btn--usp:hover {

  filter: brightness(1.2);
  /*filter: drop-shadow(2px 4px 6px #470441);*/
}
.link-btn.link-btn--more.link-btn--fiore {
  background: #ff3786;
  color: #fff;
  font-weight: bold;
  margin: 5rem 0 0;
}
.link-btn.link-btn--more.link-btn--fiore:hover {
  filter: brightness(1.2);
}
.link-btn.link-btn--more.link-btn--amazon {
  background: #fe9900;

}
.link-btn.link-btn--more.link-btn--amazon:hover {
  filter: brightness(1.2);
}
@media (max-width: 767px) {
  .link-btn.link-btn--more.link-btn--usp {
    margin: 4rem 0 0;
  }
  .link-btn.link-btn--more.link-btn--fiore {
    margin: 4rem auto 0;
  }
}
/*-------------------------
 NEWS TEMPLATE --RESET
--------------------------*/
.news  {
  max-width: 100%;
  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;
}
.btn-container {
  font-size: calc(var(--fs)* 1.6);
  width: 100%;
  margin: 1em auto 0;
}
/*-------------------------
 FV
--------------------------*/
.topMain {
  background: #fff url(/assets/image/news/vlockers/vlk-fio-0021/hero-bg.jpg) 50% 0% no-repeat;
  line-height: 0;
  text-align: center;
  width: 100%;
  max-width: 100%;
  padding: 0 0;
}
/*-------------------------
 USP-about
--------------------------*/
.section-about {
  max-width: none;
  background-color: var(--c-ppl);
  color: #fff;
  padding: 0 4vw;
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.section-about::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(0,0,0,.3) 0%,
      transparent calc((100vw - 1280px) / 2),
      transparent calc(100% - ((100vw - 1280px) / 2)),
      rgba(0,0,0,.3) 100%);
  pointer-events: none;
}
.about__content {
  width: min(880px, 100%);
  margin-inline: auto;
  padding: 7rem 0 7rem;
  container-type: inline-size;
  position: relative;
  z-index: 1;
}
.about__title {
  font-family: var(--font-mn);
  font-size: calc(var(--fs) * 4.2);
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.08em;
  padding-bottom: calc(var(--fs)*1.2);
}
.about__title span{
  letter-spacing: 0;
  padding: 0 0 0 0.2em;
}
.about__text {
  margin: 0;
  font-family: var(--font-mn);
  font-size: calc(var(--fs) * 2);
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.06em;
}
.hr-solid{
  border-top: 1px solid #fff;
  opacity: 0.1;
  margin: 4rem auto 3.5rem;
}
.spec-container{
  padding: 0 0 5rem;
}
.spec{
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0.5em;
}
.spec-name{
  padding: 0.5em 0;
  display: flex;
  flex-flow: row nowrap;
}
.spec-name br{
  display: none;
}
.spec-name__title{
  font-family: var(--font-mn);
  font-size: calc(var(--fs) * 2.4);
  line-height: 1.6;
  text-align: left;
}
.spec-th{
  vertical-align: baseline;
  padding: 0.2rem;
  width: 6em;
}
.spec-th-label{
  padding:0.2em 1em 0;
  background: #340130;
  border-radius: 2em;
  color: #fff;
  font-size: 87.5%;
  display: block;
}
.spec-td{
  padding: 0 1em;
  line-height: 1.7
}
.spec-td-text{
  padding: 0 1em 1em;
}
.link-text__deco--more::after{
  content: none;
}
.spec-th-label.spec-price{
   vertical-align: middle;
}
.spec-td.spec-price{
  font-size: 125%;
  font-weight: bold;
}
.spec-td.spec-price:not:nth-of-type(1){
  padding-top: 1rem;
}
.price-hontai{
  margin-left: 0.5em;
  display: none;
}
.news-info-usp{
  display: block;
  text-indent: -1em;
  padding: 0 0 0 1em;
}
.news-info-usp-link{
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.news-info-usp-link:hover{
  color: #fff;
  opacity: 0.8;
}
.news-info-usp-link::after{
  content: "";
    width: 0.5em;
    height: 0.5em;
    margin: 0 0 2px 5px;
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
}
.item-spec-note{
  margin-top: 1em;
  color: var(--c-gray);
  font-size: calc(var(--fs-xs) * 0.9);
  line-height: 1.3;
  text-align: left;
}
.item-spec__note-list, .item-spec-note__list {
  padding: 0.2em 0 0.2em 1em;
  margin-right: 1em;
  display: inline-block;
  text-indent: -1em;
}
.gallery{
  --_column: 5;
  display: grid;
  grid-template-columns: repeat(var(--_column), 1fr);
  gap: 0.5vw;
}
.gallery__list {
  background: #fff;
  border: 1px solid #ccc;
}
.gallery__list-pc{
    display: block;
  }
@media (max-width: 767px) {
  .about__content {
    width: 100%;
    padding: 4rem 2vw;
  }
  .about__title {
    font-size: calc(var(--fs) * 2.6);
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
  .about__title span{
    display: none;
  }
  .about__text {
    font-size: calc(var(--fs)*1.7);
    letter-spacing: 0.04em;
  }
  .hr-solid{
    margin: 3rem auto 2.5rem;
  }
  .spec-container{
    padding: 0 0 3rem;
  }
  .spec-name br{
  display:block;
}
  .gallery{
    --_column: 3;
    gap:1vw;
  }
  .gallery__list-pc{
    display: none;
  }
}
/*--------------------------------
USP-01
--------------------------------*/
.sec-container{
  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);
}
.usp_image01 {
  padding: 5rem 4vw;
}
.usp_itemcatch {
  font-family: var(--font-mn);
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: calc(var(--fs) * 3.8);
  color: #8d1882;
  position: relative;
  z-index: 10;
}
.usp_text {
  font-size: calc(var(--fs) * 1.8);
  line-height: 1.8;
  padding: 2rem 0;
}
/* USP IMAGE */
.usp_itemcatch + .usp_text {
  padding: 1em 0 0;
}
.usp_image01 picture {
  margin-top: 3rem;
  display: block;
  position: relative;
}
@media (max-width: 767px){
  .usp_itemcatch{
    font-size: calc(var(--fs) * 2.4);
  }
  .usp_text {
    font-size: calc(var(--fs) * 1.6);
    line-height: 1.6;
  }
  .usp_image01 {
    padding: 3rem 6vw;
  }
  .usp_image01 picture{
    margin-top: 0;
  }
  .usp_image01 picture:nth-of-type(2){
    margin-top: 2rem;
  }
}
/*------------------------
USP-02
--------------------------*/
.usp_image02 {
  background-image: url(/assets/image/news/vlockers/vlk-fio-0021/fio-0021_bg02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 6vw;
  overflow: hidden;
}
.usp_flexBox {
  display: flex;
  flex-direction: column-reverse;
  padding:2rem 0 0;
  gap: 1.6rem;
}
.flexBox_txt {
  font-size: calc(var(--fs) * 1.8);
  line-height: 1.8;
}
.flexBox_txt b {
  font-size: calc(var(--fs) * 1.9);
  display: inline-block;
  padding: 0 0 0.5em;
}
.usp_flexBox01 {
  padding: 0;
}
.flexBox_txt01{
  z-index: 10;
}
.flexBox_img01 {
  width: calc(100% + 9%);
  background-image: url("/assets/image/news/vlockers/vlk-fio-0021/fio-0021_deco01.png");
  background-position: top 4rem left 10%;
  background-repeat: no-repeat;
  background-size: 40%;
  margin-left: -5%;
}
.flexBox_img02 {
  background-image: url("/assets/image/news/vlockers/vlk-fio-0021/fio-0021_deco02.png");
  background-position: bottom 12rem left;
  background-repeat: no-repeat;
  background-size: 50%;
}
.fio-0021_usp03 {
  display: block;
  width: 68%;
  max-width: none;
  height: auto;
  margin: auto;
}
@media (min-width: 563px) and (max-width:767px){
  .flexBox_img01 {
    padding: 2em 0 0 0;
  }
} 
@media (min-width: 768px) {
  .usp_image02{
    padding: 5rem 3vw;
  }
  .usp_flexBox {
    flex-direction: row;
    gap: 0;
  }
  .usp_flexBox01{
    display: flex;
    align-items: flex-start;
    position: relative;
  }
  .usp_flexBox.usp_flexBox01 {
    padding: 2em 0 0;
    width: calc(100% + 13%);
  }
  .flexBox_txt01{
    flex: 0 0 43%;
  }
  .flexBox_txt01{
    margin: 2rem 0 0 0;
    height: 50rem;
  }
  .flexBox_txt01 p{
    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;
  }
  .flexBox_img01{
    flex: 0 0 93%;
    position: relative;
    margin-left: -45%;
    background-position: top 25rem left 2rem;
    background-size: 30%;
  }
  /*.fio-0021_usp01{
  }*/
  .usp_flexBox.usp_flexBox02 {
    margin-top: -24%;
  }
    .flexBox_img02 {
      flex: 0 0 50%;
      background-image: none;
  }
  .flexBox_txt02 {
    flex: 0 0 48%;
    background-image: url("/assets/image/news/vlockers/vlk-fio-0021/fio-0021_deco02.png");
    background-position: bottom 10rem right;
    background-repeat: no-repeat;
    background-size: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .flexBox_txt02 p {
    margin: 0 0 3em 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;
  }
  .fio-0021_usp03 {
    display: block;
    width: 96%;
    max-width: none;
    height: auto;
    margin-left: 3%;
    margin-top: 9%;
  }
}
/*-------------------
USP-03
--------------------*/
.usp_image03 {
  padding: 5rem 4vw;
}
.usp_image03 picture {
  padding: 0em 0 0;
  display: block;
}
.face_flexBox {
  margin-top: -11%;
  --_column: 4;
  display: grid;
  grid-template-columns: repeat(var(--_column), 1fr);
  gap: 1vw;
}
.face_flexBox li {
  border: 1px solid #8d1882;
  padding: 1px;
  background: #fff;
  box-shadow: var(--bs-cmn);
}
.face_flexBox li a:hover{
  opacity: 0.7;
  text-decoration: none;
}
.face_flexBox figcaption {
  color: #fff;
  text-align: center;
  background: #8d1882;
  padding: 5px 0 3px;
}
.face_flexBox li a::before {
    content: url(/event/assets/image/hr/ic_magnify_blue_l.gif);
    position: absolute;
    z-index: 2;
}
@media screen and (max-width: 767px) {
  .usp_image03 {
    padding: 3rem 6vw;
  }
}
/* -------------------------
spec-info
------------------------------*/
.product_container {
  background: #fff;
  padding: 3rem 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;
  gap:2vw;
}
.item-spec-container a img:hover{
  opacity: 0.7;
}
.item-spec-box{
  background: #fff;
  padding: 1vw;
  margin-bottom: 1vw;
}
.item-spec-list{
    display: flex;
    padding: 0 0 1em;
    gap: 0.5vw;
}
.item-spec-title{
  min-width: 8em;
  padding: 0.5rem 1rem 0.5rem 0;
  font-weight: normal;
  text-align: center;
  position: relative;
  vertical-align: top;
  white-space: nowrap;
}
.item-spec__price{
  font-size: calc(var(--fs)*1.8);
}
.news-info{
  display: block;
  text-indent: -1em;
  padding: 0.6em 0 0.6em 1em;
  max-inline-size:max-content;
  margin-inline:auto;
}
.item-spec-info{
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .product_container {
  background: #fff;
  padding: 5rem 4vw;
}
  .item-spec-container {
    /*display: grid;*/
    grid-template-columns: min(50% , 355px) 1fr;
    gap: 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: #8d1882;
}
.item-spec__tit-label {
  padding: 0.4em 1em 0.2em;
}
.item-spec-info__date {
  font-size: calc(var(--fs) * 1.8);
}
@media screen and (max-width: 835px) {
  .item-spec-box{
  padding: 2vw;
}
  .item-spec__tit, .item-spec__dtl {
    font-size: calc(var(--fs) * 1.4);
  }
}
.item-spec-info__venue {
  font-size: calc(var(--fs) * 1.5);
}
.item-spec-info__venue + .item-spec-info__venue{
  margin: 2rem auto 0.5rem;
}
.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: 1rem auto 0;
  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;
}
/*  */
.profile_container {
  padding: 5rem 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);
}
@media (max-width: 768px) {
  .profile_container {
  padding: 3rem 4vw;
}
}
/***************************
 関連アイテム
***************************/
#productRelatedItems {
  padding: 4rem 0;
}
#productRelatedItems .conts-heading {
}
.conts-heading {
  font-size: calc(var(--fs) * 3.6);
  letter-spacing: 0.1rem;
  text-align: center;
  position: relative;
  padding: 0 0 2rem;
  line-height: 1.6;
}
.conts-heading-title {
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1;
  display: inline-block;
}
.conts-heading-shoulder {
  padding: 0 0.5em;
  margin-top: -0.8em;
  font-size: calc(var(--fs) * 1.4);
  display: block;
}
.related-items {
  margin: 0 auto;
  padding: 0 4vw 0;
  position: relative;
  display: grid;
  --_column: 4;
  grid-template-columns: repeat(var(--_column) , 1fr);
  gap: 1vw
}
@media (max-width: 768px) {
  #productRelatedItems {
  padding: 3rem 0;
}
  .related-items {
    --_column: 2;
  }
}
/* item link */
.item-list__link:hover {
  filter: opacity(0.8);
  text-decoration: none;
  display: inline-block;
}
/* item name */
.item-list-name {
  color: var(--c-wht);
  padding: 0.5em 2px;
  line-height: 1.3;
}
.related-items a {
  color: var(--color-black);
}
.related-items a:hover {
    color: var(--color-link-nml-hover);
}
@media (max-width: 768px) {
  .card-news__title {
    font-size: inherit;
  }
}
/***************************
 カスタムパーツ
***************************/
.ctm_image01 {
  padding: 50px 0 0;
}
.ctm_head {
  padding: 50px 0 0;
  border-top: 3px dotted #d12378;
  width: calc(100% - 4vw);
  margin: 0 auto;
}
.ctm_itemcatch {
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: clamp(2rem, 0.723rem + 4.085vw, 4rem);
  color: #d8247f;
  position: relative;
  z-index: 10;
  @media (max-width: 500px) {
    font-size: calc(var(--fs) * 2.8);
  }
}
.ctm_itemcatch + .usp_text {
  padding: 1em 0 0;
}
.ctmImge_panel {
  display: grid;
  padding: 0 4vw 0;
  grid-template-columns: min(50% , 450px) 1fr;
}
.ctmImge_02 {
  margin-top: -8rem;
}
.ctmImge_03 {
  margin: 0 auto 2rem;
  display: block;
  width: 80%;
}
.ctmImge_03 img {
  filter: drop-shadow(2px 4px 6px rgb(0 0 0 / 34%));
}
.ctmImge__spec {
  border: 2px solid #d8247f;
  padding: 1em 1em 0;
}
.ctmImge__spec h3 {
  font-size: calc(var(--fs) * 2);
}
.ctmImge__spec .item-spec-data {
  margin-bottom: 0;
}
.ctmImge__spec .item-spec__tit {
  padding: 0.5rem 0 0 0;
  width: 6em;
}
.ctm__sale {
  font-weight: bold;
  color: #fff;
  background: #d8247f;
  padding: 0.5em 1em;
}
@media (max-width: 700px) {
  .ctmImge_panel {
    display: revert;
  }
  .ctmImge_02 {
    display: none;
  } 
}












