@charset "UTF-8";
/* ::::::::::  ブランド  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.titleKv .wrapper {
  position: relative;
  padding-block: 0;
}
@media (min-width: 768px) {
  .titleKv .wrapper {
    max-width: none;
  }
}
.titleKv .kvPhoto {
  margin-inline: auto;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .titleKv .kvPhoto {
    margin-inline: calc(50% - 50vw);
  }
}
.titleKv .kvPhoto .photo img {
  width: 100%;
  height: auto;
}
.titleKv .textBlock {
  position: absolute;
  top: 0;
  left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 60px);
  height: 100%;
  padding-bottom: 8.3vw;
}
@media (max-width: 767px) {
  .titleKv .textBlock {
    left: 0;
    width: 100%;
    padding-bottom: 0;
  }
}
.titleKv .textBlock .ribbon {
  position: absolute;
  top: 0;
  bottom: 10px;
  left: 350px;
  margin: auto 0;
  width: 374px;
  height: auto;
  padding-bottom: 8.3vw;
}
@media screen and (max-width: 1300px) {
  .titleKv .textBlock .ribbon {
    width: 28.7vw;
    height: auto;
    left: 27vw;
  }
}
@media (max-width: 767px) {
  .titleKv .textBlock .ribbon {
    width: 72vw;
    height: auto;
    left: calc(25% - 19px);
    padding-bottom: 0;
  }
}
.titleKv .textBlock .btmLogos {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 101vw;
  transform: translateX(-50%);
}
.titleKv .textBlock .btmLogos img {
  width: 100%;
  height: auto;
  max-width: none;
}
.titleKv .kvLead {
  position: relative;
  margin-top: 20px;
  font-size: 3.5rem;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  .titleKv .kvLead {
    font-size: 2.7vw;
  }
}
@media (max-width: 767px) {
  .titleKv .kvLead {
    margin-top: 5px;
    font-size: 2rem;
    line-height: 1.8;
    font-size: 5.77vw;
  }
}
.titleKv .kvTitle {
  position: relative;
  line-height: 1;
  font-family: "Roboto", serif;
  font-size: 8.5rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  .titleKv .kvTitle {
    font-size: 6.54vw;
  }
}
@media (max-width: 767px) {
  .titleKv .kvTitle {
    line-height: 1.1;
    font-size: 4.5rem;
    font-size: 11.7vw;
  }
}
.titleKv .pageTitle {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
}
@media (max-width: 767px) {
  .titleKv .pageTitle {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
.titleKv .pageTitle img {
  margin-left: 45px;
}
@media (max-width: 767px) {
  .titleKv .pageTitle img {
    margin-left: 0;
    width: 65%;
  }
}
.titleKv .pageTitle .en {
  color: inherit;
}
.titleKv .pageTitle .ja {
  top: 10px;
}
@media (max-width: 767px) {
  .titleKv .pageTitle .ja {
    top: 0;
  }
}

/* =========================================================
brand
========================================================= */
.brand .wrapper {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .brand .wrapper {
    padding-top: 45px;
  }
}
.brandList {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .brandList {
    margin-top: 30px;
  }
}
.brandList .listItem .textBlock .btn02 {
  margin-top: auto;
}
@media (min-width: 768px) {
  .brandList .listItem .textBlock .btn02.long a::after {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .brandList .listItem .textBlock .btn02 {
    margin-top: 20px;
  }
}

/* =========================================================
brandDetail
========================================================= */
@media (max-width: 767px) {
  .brandDetail .secTitle01 {
    margin-top: 30px;
  }
  .brandDetail .secTitle01 .en.nowrap {
    white-space: nowrap;
  }
}
.brandDetail .secTitle01 .ja {
  display: none;
}
.brandDetail p:not([class]) + p:not([class]) {
  margin-top: 1lh;
}

/* =========================================================
brandProduct
========================================================= */
.brandProduct {
  position: relative;
  background: none;
}
.brandProduct::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #F9F4ED;
  width: 97%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .brandProduct::before {
    width: 100%;
  }
}
.brandProductHeader {
  display: flex;
  align-items: flex-end;
  gap: 70px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .brandProductHeader {
    display: block;
  }
}
.brandProductHeader .secTitle01 {
  margin-bottom: 0;
}
.brandProductHeader .tabList {
  margin-bottom: 0;
  gap: 10px 30px;
}
@media (max-width: 767px) {
  .brandProductHeader .tabList {
    gap: 15px 0;
  }
}
.brandProductHeader .tabList:has(li:nth-child(2):last-child) li:first-child {
  display: none;
}
@media (max-width: 767px) {
  .brandProductHeader .tabList:has(li:nth-child(2):last-child) li:nth-child(2):last-child {
    border-left: none;
  }
  .brandProductHeader .tabList:has(li:nth-child(2):last-child) li:nth-child(2):last-child a {
    padding-left: 0;
  }
}
.brandProductHeader:has(.tabList li:nth-child(7)) {
  display: block;
}
.brandProductHeader:has(.tabList li:nth-child(7)) .tabList {
  flex-wrap: wrap;
}
.brandProductList {
  margin-bottom: 0;
}
.brandProductList .listItem a {
  text-decoration: none;
  color: inherit;
}
.brandProductList .listItem .photo {
  margin-bottom: 15px;
}
.brandProductList .listItem .photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}
.brandProductList .listItem .title {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.8;
  font-weight: 700;
  font-size: 1.5rem;
}
.brandProductList .listItem .title span {
  font-weight: 500;
}

/* =========================================================
shopList
========================================================= */
.shopList:not(:has(+ .faq)) .wrapper {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .shopListTable th {
    width: 25%;
  }
}
.shopListTable .dash {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(7, auto);
}
@media (max-width: 767px) {
  .shopListTable .dash {
    display: block;
  }
}
.shopListTable .dash a {
  text-decoration: none;
  color: inherit;
}

.bgLink {
  position: relative;
}
.bgLink .photo img {
  width: 100%;
  height: auto;
}
.bgLink a {
  position: absolute;
  inset: 0;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .bgLink a {
    display: flex;
    align-items: center;
  }
}
.bgLink a:hover {
  text-decoration: none;
}
.bgLink a .wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  height: 100%;
  padding: 0;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .bgLink a .wrapper {
    justify-content: space-between;
    width: 100%;
    height: auto;
  }
}
.bgLink a .secTitle01 {
  margin-bottom: 10px;
  color: inherit;
}
.bgLink a .secTitle01 .en {
  color: inherit;
}
.bgLink a .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid;
  width: 88px;
  height: 88px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .bgLink a .icon {
    width: 50px;
    height: 50px;
    margin-top: auto;
  }
}
.bgLink a .icon svg {
  fill: currentColor;
  width: 32px;
  height: 18px;
}
@media (max-width: 767px) {
  .bgLink a .icon svg {
    width: 18px;
    height: 10px;
  }
}
@media (min-width: 768px) {
  .bgLink.bg_white a {
    color: #212121;
  }
  .bgLink.bg_white a .secTitle01 .en {
    color: #D0161B;
  }
}
.bgLink:has(.bg_black) {
  aspect-ratio: 200/31;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .bgLink:has(.bg_black) {
    aspect-ratio: 200/50;
  }
}
@media (max-width: 767px) {
  .bgLink:has(.bg_black) {
    aspect-ratio: 375/241;
  }
}
.bgLink .bg_black {
  display: block;
  background: #212121;
  width: 100%;
  height: 100%;
}

/* =========================================================
productDetail
========================================================= */
.productDetail .wrapper {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .productDetail .wrapper {
    padding-top: 30px;
  }
}
.productDetail .secTitle02 + .secTitle03 {
  margin-top: -10px;
}
.productDetail .secTitle03 {
  margin-bottom: 5px;
}
.productDetail .articleBody {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  .productDetail .articleBody {
    font-size: 13px;
  }
}
.productDetail .articleBody h1:not([class*=secTitle]) {
  margin: 0.67em 0;
  padding: 0;
  font-size: 2em;
  font-weight: bold;
}
.productDetail .articleBody h2:not([class*=secTitle]) {
  margin: 0.83em 0;
  padding: 0;
  font-size: 1.5em;
  font-weight: bold;
}
.productDetail .articleBody h3:not([class*=secTitle]) {
  margin: 1em 0;
  padding: 0;
  font-size: 1.17em;
  font-weight: bold;
}
.productDetail .articleBody h4:not([class*=secTitle]) {
  margin: 1.33em 0;
  padding: 0;
  font-size: 1em;
  font-weight: bold;
}
.productDetail .articleBody h5:not([class*=secTitle]) {
  margin: 1.67em 0;
  padding: 0;
  font-size: 0.83em;
  font-weight: bold;
}
.productDetail .articleBody h6:not([class*=secTitle]) {
  margin: 2.33em 0;
  padding: 0;
  font-size: 0.67em;
  font-weight: bold;
}
.productDetail .articleBody p {
  margin: 1em 0;
}
.productDetail .articleBody ul, .productDetail .articleBody ol {
  margin: 1em 0;
  padding-left: 40px;
}
.productDetail .articleBody ul {
  list-style-type: disc;
}
.productDetail .articleBody ol {
  list-style-type: decimal;
}
.productDetail .articleBody li {
  display: list-item;
  text-align: -webkit-match-parent;
}
.productDetail .articleBody table:not([class*=table]) {
  display: table;
  text-indent: initial;
  border-color: #B3B3B3;
  margin: 1em 0;
}
.productDetail .articleBody caption {
  display: table-caption;
  text-align: center;
  caption-side: top;
  font-weight: bold;
  padding: 0.5em 0;
}
.productDetail .articleBody table:not([class*=table]) th, .productDetail .articleBody td {
  display: table-cell;
  border: 1px solid #B3B3B3;
}
.productDetail .articleBody hr {
  display: block;
  height: 1px;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0.5em 0;
}
.productDetail .articleBody strong, .productDetail .articleBody b {
  font-weight: bold;
}
.productDetail .articleBody em, .productDetail .articleBody i {
  font-style: italic;
}
.productDetail .articleBody del {
  text-decoration: line-through;
}
.productDetail .articleBody ins {
  text-decoration: underline;
}
.productDetail .articleBody blockquote {
  margin: 1em 40px;
}
.productDetail .articleBody code {
  font-family: monospace;
  font-size: 1em;
}
.productDetail .articleBody img {
  object-fit: cover;
}
.productDetail .articleBody table:not(.table01):not(.table02) {
  table-layout: fixed;
}
@media (max-width: 767px) {
  .productDetail .articleBody table:not(.table01):not(.table02) {
    border-top: 1px solid #B3B3B3;
  }
}
.productDetail .articleBody table:not(.table01):not(.table02) thead th {
  background: #D0161B;
  color: #fff;
  font-weight: 700;
}
.productDetail .articleBody table:not(.table01):not(.table02) tbody th {
  background: #E6E6E6;
}
.productDetail .articleBody table:not(.table01):not(.table02) th,
.productDetail .articleBody table:not(.table01):not(.table02) td {
  border: 1px solid #B3B3B3;
  background: #fff;
  padding: 18px 20px;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .productDetail .articleBody table:not(.table01):not(.table02) th,
  .productDetail .articleBody table:not(.table01):not(.table02) td {
    padding: 10px 15px;
    vertical-align: middle;
  }
}
.productDetail .articleBody table:not(.table01):not(.table02) th {
  padding: 15px 10px;
}
@media (max-width: 767px) {
  .productDetail .articleBody table:not(.table01):not(.table02) th {
    padding: 10px 15px;
  }
}
.productDetail .articleBody table:not(.table01):not(.table02) td {
  text-align: left;
  font-weight: 700;
}
.productDetail .articleBody table:not(.table01):not(.table02) td span:not([class]) {
  font-weight: 500;
}
.productDetail .articleBody:has(+ .btnList) {
  margin-bottom: 20px;
}
.productDetail p:not([class]) a svg {
  fill: currentColor;
}
@media (max-width: 767px) {
  .productDetail .separator {
    margin-block: 40px;
  }
}
.productDetailPhoto {
  display: flex;
  flex-direction: row-reverse;
  gap: 55px;
}
@media (max-width: 767px) {
  .productDetailPhoto {
    display: block;
  }
}
.productDetailPhotoSlide {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 457px;
}
@media screen and (max-width: 1300px) {
  .productDetailPhotoSlide {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .productDetailPhotoSlide {
    width: 100%;
  }
}
.productDetailPhotoSlide .zoomBtn02 {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(33, 33, 33, 0.6);
  width: 46px;
  height: 46px;
  text-indent: -9999px;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .productDetailPhotoSlide .zoomBtn02 {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 20px;
    margin: 0;
    background: #212121;
    width: 100%;
    height: 52px;
    text-indent: 0;
    color: #fff;
  }
}
.productDetailPhotoSlide .zoomBtn02 .icon_zoom {
  fill: #fff;
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .productDetailPhotoSlide .zoomBtn02 .icon_zoom {
    display: none;
  }
}
.productDetailPhotoSlide .zoomBtn02 span:not([class]) {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  height: 2em;
  margin: auto;
}
.productDetailPhotoSlide:has(.photoSlide:not(.slick-initialized)) .zoomBtn02 {
  display: none;
}
.productDetailPhotoSlide .photoSlide {
  z-index: 0;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .productDetailPhotoSlide .photoSlide {
    margin-bottom: 20px;
  }
}
.productDetailPhotoSlide .photoSlide .listItem {
  aspect-ratio: 1;
  width: 100%;
}
.productDetailPhotoSlide .photoSlide .listItem a {
  pointer-events: none;
}
.productDetailPhotoSlide .photoSlide .listItem a.cboxElement {
  pointer-events: auto;
}
.productDetailPhotoSlide .photoSlide .listItem img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.productDetailPhotoSlide .photoSlide:not(.slick-initialized) .listItem:not(:first-child) {
  display: none;
}
.productDetailPhotoSlide .photoSlide .slick-counter {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.6);
  padding: 0 6px;
  color: #fff;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .productDetailPhotoSlide .photoSlide .slick-counter {
    bottom: 57px;
    right: 5px;
    font-size: 1rem;
  }
}
.productDetailPhotoSlide .photoSlide .slick-counter svg {
  fill: currentColor;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .productDetailPhotoSlide .photoSlide .slick-counter svg {
    width: 8px;
    height: 8px;
  }
}
.productDetailPhotoSlide .photoSlide .slick-arrow {
  border: 1px solid;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.productDetailPhotoSlide .photoSlide .slick-arrow svg {
  fill: currentColor;
}
.productDetailPhotoSlide .photoSlideThumb {
  margin-inline: -13px;
}
@media (max-width: 767px) {
  .productDetailPhotoSlide .photoSlideThumb {
    display: none;
  }
}
.productDetailPhotoSlide .photoSlideThumb:not(.slick-initialized) {
  display: none;
}
.productDetailPhotoSlide .photoSlideThumb .listItem {
  aspect-ratio: 1;
  width: 100%;
  margin-inline: 13px;
}
.productDetailPhotoSlide .photoSlideThumb .listItem img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.productDetailPhotoSlide .photoSlideThumb:has(.listItem:only-child) {
  display: none;
}
.productDetailPhotoSlide .photoSlideThumb:has(.listItem:nth-child(2):last-child) .slick-track, .productDetailPhotoSlide .photoSlideThumb:has(.listItem:nth-child(3):last-child) .slick-track {
  transform: none !important;
}
.productDetailPhotoSlide .photoSlideThumb .slick-arrow {
  padding-right: 10px;
}
.productDetailPhotoSlide .photoSlideThumb .slick-prev {
  left: -15px;
}
.productDetailPhotoSlide .photoSlideThumb .slick-next {
  right: -15px;
}
.productDetailText {
  width: 100%;
}
.productDetailText .secTitle02 {
  margin-block: 0 20px;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .productDetailText .secTitle02 {
    margin-bottom: 10px;
    font-size: 2.1rem;
  }
}
.productDetailText .secTitle02 span {
  font-weight: 500;
}
.productDetailText .price {
  margin-block: 10px 20px;
}
@media (max-width: 767px) {
  .productDetailText .price {
    margin-block: 10px;
  }
}
.productDetailText .price strong {
  font-size: 2.4rem;
}
.productDetailText .btnList {
  gap: 20px;
}
@media screen and (max-width: 1300px) {
  .productDetailText .btnList .btn02 {
    width: calc(50% - 10px);
  }
  .productDetailText .btnList .btn02 a {
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .productDetailText .btnList {
    gap: 8px;
  }
  .productDetailText .btnList .btn02 {
    width: 100%;
  }
}
.productDetailLine {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-block: 70px;
}
@media (max-width: 767px) {
  .productDetailLine {
    margin-block: 40px;
  }
}
.productDetailTable {
  table-layout: fixed;
}
.productDetailTable td {
  font-weight: 700;
}
.productDetail iframe {
  display: block;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  margin-block: 35px;
}
@media (max-width: 767px) {
  .productDetail iframe {
    margin-block: 20px;
  }
}

img.size-full {
  width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.wp-caption,
[class*=wp-image] {
  display: block;
  max-width: 100% !important;
  margin-top: 1.5em;
  text-align: center;
}

.wp-caption-text {
  margin-top: 0;
}

@media (max-width: 767px) {
  .cboxPhoto {
    width: 150vw !important;
    height: auto !important;
  }
}

/* =========================================================
faq
========================================================= */
.faqList {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .faqList {
    margin-top: 40px;
  }
}
.faqList h5,
.faqList p.answer {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 16px 54px;
}
@media (max-width: 767px) {
  .faqList h5,
  .faqList p.answer {
    padding: 20px 48px 20px 40px;
  }
}
.faqList h5 .icon,
.faqList p.answer .icon {
  position: absolute;
  top: 8px;
  left: 20px;
  font-size: 2.3rem;
  font-weight: 700;
  color: #D0161B;
  font-family: "Roboto", serif;
}
@media (max-width: 767px) {
  .faqList h5 .icon,
  .faqList p.answer .icon {
    top: 14px;
    left: 15px;
    font-size: 1.8rem;
  }
}
.faqList h5 {
  background: #fff;
  cursor: pointer;
  font-weight: 700;
}
.faqList h5::before, .faqList h5::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  background: #D0161B;
  width: 14px;
  height: 2px;
  margin: auto;
}
.faqList h5::after {
  top: 0;
  bottom: 0;
  right: 26px;
  width: 2px;
  height: 14px;
}
.faqList h5.on::after {
  opacity: 0;
}
.faqList h5:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.faqList h5:has(+ h5)::before, .faqList h5:has(+ h5)::after, .faqList h5:last-child::before, .faqList h5:last-child::after {
  content: none;
}
.faqList p.answer {
  display: none;
  border-top: none;
  background: #e6e6e6;
  padding-right: 20px;
}
.faqList p.answer a .icon_ex {
  fill: #0071BC;
}

/* =========================================================
news
========================================================= */
.news .btnList {
  margin-top: 100px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .news .btnList {
    margin-top: 45px;
    margin-bottom: 10px;
  }
}

/* =========================================================
phottix
========================================================= */
.titleKv:has(img[alt=Phottix]) .pageTitle {
  display: none !important;
}

/* =========================================================
kodak
========================================================= */
.titleKv:has(img[alt=KODAK]):has(.kvPhoto) .pageTitle {
  margin: 0;
}
.titleKv:has(img[alt=KODAK]) .pageTitle {
  display: none !important;
}
@media (max-width: 767px) {
  .titleKv:has(img[alt=KODAK]) .pageTitle img {
    width: 40%;
    margin-inline: auto;
  }
}

/* =========================================================
goocong
========================================================= */
.titleKv:has(img[alt=Goocong]):has(.kvPhoto) .pageTitle {
  margin: 0;
}
.titleKv:has(img[alt=Goocong]) .pageTitle {
  display: none !important;
}
@media (max-width: 767px) {
  .titleKv:has(img[alt=Goocong]) .pageTitle img {
    width: 100%;
  }
}

/* =========================================================
holga
========================================================= */
.titleKv:has(img[alt=Holga]):has(.kvPhoto) .pageTitle {
  margin: 0 0 -20px;
}
@media (max-width: 767px) {
  .titleKv:has(img[alt=Holga]):has(.kvPhoto) .pageTitle {
    margin: 0;
  }
}
.titleKv:has(img[alt=Holga]) .pageTitle {
  display: none !important;
}
@media (max-width: 767px) {
  .titleKv:has(img[alt=Holga]) .pageTitle img {
    width: 66.5%;
  }
}

/* =========================================================
tamrac
========================================================= */
.titleKv:has(img[alt=tamrac]) .pageTitle {
  display: none !important;
}

/* =========================================================
loupedeck
========================================================= */
.titleKv:has(img[alt=LOUPEDECK]):has(.kvPhoto) .pageTitle {
  margin: 0;
}
@media (max-width: 1024px) {
  .titleKv:has(img[alt=LOUPEDECK]) .pageTitle img {
    width: 60.65vw !important;
  }
}
@media (max-width: 767px) {
  .titleKv:has(img[alt=LOUPEDECK]) .pageTitle img {
    width: 100% !important;
  }
}

/* =========================================================
becks
========================================================= */
@media (max-width: 1024px) {
  .titleKv:has(img[alt=BECKS]) .pageTitle img {
    width: 49.91vw !important;
  }
}
@media (max-width: 767px) {
  .titleKv:has(img[alt=BECKS]) .pageTitle img {
    width: 79% !important;
  }
}

/* =========================================================
bejapan
========================================================= */
.titleKv:has(img[alt="B.e."]):has(.kvPhoto) .pageTitle {
  margin: 0;
}
.titleKv:has(img[alt="B.e."]) .pageTitle {
  display: none !important;
}
@media (max-width: 1024px) {
  .titleKv:has(img[alt="B.e."]) .pageTitle img {
    width: 24.8vw !important;
  }
}
@media (max-width: 767px) {
  .titleKv:has(img[alt="B.e."]) .pageTitle img {
    width: 46.5% !important;
  }
}/*# sourceMappingURL=brand.css.map */