@charset "utf-8";
/******************************************************************
VLOCKERS FIORE COSMOS BRIGHT&COMET FLARE
STYLE-TEASER
last update - 2026.04.06
******************************************************************/
: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;
  margin: 2.5rem auto 0;
  padding: 2.2rem 2rem;
}
main {
  background-size: contain;
  background-color: #fff;
  background-image: radial-gradient(circle, #dedede 1px, transparent 1px);
  background-size: 6px 8px;
  padding-bottom: 0;
}
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--tsubaki {
  background: #ffe330;
  font-weight: bold;
  margin: 3rem 0 0;
  color: #3e3e3e;
  font-size: var(--fs-l);
}
.link-btn.link-btn--more.link-btn--tsubaki:hover {
  background: #333;
  color: #fff;
  filter: drop-shadow(2px 4px 6px #721029);
}
.link-btn.link-btn--more.link-btn--fiore {
  background: #3e3e3e;
  font-weight: bold;
}
.link-btn.link-btn--more.link-btn--fiore:hover {
  background: #f0ba41;
  color: #3e3e3e;
}
.link-btn::after {
    border-left-color: #3e3e3e;
}
.link-btn.link-btn--more.link-btn--fiore:after {
    border-left-color: #fff;
}
/*-------------------------
 NEWS TEMPLATE --RESET
--------------------------*/
.news  {
  max-width: calc(var(--w-md) + 4vw);
  background-color: #fff; 
  background-image: radial-gradient(circle, #dedede 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 picture {
  display: block;
  pading: 0 0 2rem;
}
.hero_catch {
  background: #d62417;
  padding: 5rem 4vw 5rem;
  color: #fff;
}
.hero_catch dt , .hero_catch dd {
  position: relative;
  z-index: 15;
}
.hero_catch dt {
  text-align: left;
  width: min(100%, 68rem);
  padding: 0 0 1.5rem;
  font-size: calc(var(--fs) * 4.2);
  font-weight: bold;
}
.hero_catch dd {
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: calc(var(--fs) * 2);
  line-height: 2.2;
}
@media (max-width: 768px) {
  .hero_catch dt {
    font-size: calc(var(--fs) * 2.6);
  }
  .hero_catch dd {
    font-size: calc(var(--fs) * 1.6);
  }
}
/* USP - IMAGE */
.usp_image01 {
  padding: 3rem 0;
}
.usp_image01-map {
  position: relative;
  display: inline-block;
}
.cosmos_flyer01 {
  width: 100%;
  height: auto;
  display: block;
}
.usp_image01-map a:nth-of-type(1) {
  position: absolute;
  left: 2.83%;
  top: 69.99%;
  width: 14.53%;
  height: 10.51%;
}
.usp_image01-map a:nth-of-type(2) {
  position: absolute;
  left: 18.40%;
  top: 69.86%;
  width: 14.72%;
  height: 10.91%;
}
.usp_image01-map a:nth-of-type(3) {
  position: absolute;
  left: 2.83%;
  top: 83.08%;
  width: 14.43%;
  height: 10.58%;
}
.usp_image01-map a:nth-of-type(4) {
  position: absolute;
  left: 18.21%;
  top: 83.08%;
  width: 14.81%;
  height: 10.71%;
}
.usp_image01-map > a::before {
  content: url(/event/assets/image/hr/ic_magnify_blue_l.gif);
  position: absolute;
  right: -0.8rem;
  bottom: -0.6rem;
  z-index: 2;
}



.usp_image02 {
  padding: 3rem 0 2rem;
  background: #ffffff;
  background: linear-gradient(180deg,rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
}
/*  */
.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: #e22012;
}
.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: #e22012;
  padding: 50px 4vw;
}
.gallery {
  --_column: 4;
  display: grid;
  grid-template-columns: repeat(var(--_column), 1fr);
  gap: 1vw;
  @media (max-width: 768px) {
    --_column: 2;
    gap: 2vw;
  }
}
.gallery .gallery__list {
  background: #fff;
  border: 1px solid #ccc;
}
/*  */
.profile_container {
  padding: 50px 4vw;
  background: var(--color-bg-container);
}
.profile {
  width: 100%;
  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);
}
/***************************
 関連アイテム
***************************/
#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) {
  .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;
  }

}



