@charset "UTF-8";
:where(.interview-vcm) {
  color: #000;
  --defaultBorder: 1px solid #8b8b8b;
}
:where(.interview-vcm) .intro .intro_detail_wrap {
  position: relative;
}
.intro_detail_image {
  margin-top: 20px;
}
.intro_product_name {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
.intro_product_link {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
}
.intro_product_link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2.5px;
  width: 0;
  height: 1px;
  background: #000;
  transition: width .25s;
}
.intro_product_name .large {
  font-size: 2.7rem;
}
:where(.interview-vcm) .intro .intro_link {
  display: inline-block;
  padding: 12px 40px;
  font-size: 1.6rem;
  color: #fff;
}
:where(.interview-vcm) .intro .intro_link::before {
  width: 0;
  height: 0;
  background: none;
}
:where(.interview-vcm),
:where(.interview-vcm) .panel,
:where(.interview-vcm) .artist .artist_tab {
  background: #bebebe;
}
:where(.interview-vcm) .artist .artist_tab_list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
:where(.interview-vcm) .artist .artist_tab_button:nth-of-type(n + 2){
  border-left: var(--defaultBorder);
}
:where(.interview-vcm) .artist .artist_tab_button {
  font-size: 4rem;
  color: #000;
  text-align: center;
  line-height: 1;
}
:where(.interview-vcm) .artist .artist_tab_button .area {
  font-size: 2.5rem;
}
:where(.interview-vcm) .banner_group .banner_group_heading span {
  color: #fff;
}
:where(.interview-vcm) .interview-2 {
  border-top: none;
  border-bottom: var(--defaultBorder);
}
.anchorLink {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.anchorLink::before {
  content: '';
  position: absolute;
  left: 0.75em;
  bottom: 3px;
  width: 10.5em;
  height: 1px;
  background: #000;
  transition: background 0.3s;
}

@media (hover: hover) {
  .intro_product_link:hover::before {
    width: 100%;
  }
  .anchorLink:hover::before {
    background: none;
  }
}

@media (max-width: 767px) {
  :where(.interview-vcm) .intro {
    padding-bottom: 13.3333vw;
  }
  :where(.interview-vcm) .intro .intro_heading {
    margin-left: 4.8vw;
    font-size: 6.2667vw;
  }
  .intro_detail_image {
    margin-top: 2.6666vw;
  }
  .intro_product_name {
    font-size: 2.9333vw;
  }
  .intro_product_name .large {
    font-size: 4.8vw;
  }
  .intro_product_link {
    margin-top: 1.3333vw;
  }
  :where(.interview-vcm) .intro .intro_link {
    margin-top: 6.6666vw;
  }
  :where(.interview-vcm) .artist .artist_tab_button {
    font-size: 5.3333vw;
  }
  :where(.interview-vcm) .artist .artist_tab_button .area {
    font-size: 3.2vw;
  }
}


/* artworkBlk
-------------------------------------------------- */
.artworkBlk {
  margin-bottom: 150px;
  border-top: var(--defaultBorder);
  border-bottom: var(--defaultBorder);
}
.artworkBlk__inner {
  max-width: 1100px;
  margin: 0 auto;
  border-left: var(--defaultBorder);
  border-right: var(--defaultBorder);
}
.artworkBlk__list li {
  position: relative;
  padding: 70px 13.6%;
}
.artworkBlk__list li + li {
  border-top: var(--defaultBorder);
}
.artworkBlk__copy {
  margin-top: 20px;
  font-size: 1.7rem;
  line-height: 1.8;
}
.artworkBlk__photo figcaption {
  display: block;
  margin-top: 5px;
  font-size: 1.2rem;
  text-align: right;
}

@media (min-width: 768px) {
  .artworkBlk__title {
    position: absolute;
    right: 7.27%;
    top: 70px;
    width: 3.9%;
  }
}

@media (max-width: 767px) {
  .artworkBlk {
    margin-bottom: 20vw;
  }
  .artworkBlk__title {
    width: 69.3333vw;
    margin: 0 auto 4vw;
  }
  .artworkBlk__list li {
    padding: 13.3333vw 5.0666vw;
  }
  .artworkBlk__photo figcaption {
    margin-top: 0.6666vw;
    font-size: 2.6666vw;
  }
  .artworkBlk__copy {
    margin-top: 1.3333vw;
    font-size: 3.7333vw;
  }
}


/* interview
-------------------------------------------------- */
.interview__inner {
  max-width: 1100px;
  margin: 80px auto 0;
  padding-bottom: 60px;
}
.interview__title {
  font-size: 3rem;
  font-weight: 600;
}
.interview__copy {
  margin-top: 15px;
  font-size: 1.7rem;
  line-height: 1.85;
}
.interview__copy.gear {
  margin-top: 50px;
}
.interview__col + .interview__col {
  margin-top: 80px;
}
.interview__col + .interview__title {
  margin-top: 80px;
}
.interview_photo {
  position: relative;
  transition: transform 0.2s cubic-bezier(0, 0, 0.58, 1), filter 0.2s cubic-bezier(0, 0, 0.58, 1);

}

@media (hover: hover) {
  .interview_photo:hover {
    transform: scale3d(0.98, 0.98, 1);
    filter: brightness(0.9);
  }
}

@media (min-width: 768px) {
  .interview__col.flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .interview__col.flex .interview__copy {
    width: 51.6364%;
  }
  .interview__col.flex .interview__copy.wide {
    width: 65%;
  }
  .interview_photo {
    width: 45.8182%;
  }
  .interview_photo.vertical {
    width: 30.6364%;
  }
}

@media (max-width: 767px) {
  .interview__inner {
    margin-top: 8vw;
    padding: 0 5.0667vw 8vw;
  }
  .interview__title {
    font-size: 5.0666vw;
  }
  .interview__copy {
    margin-top: 2.6666vw;
    font-size: 3.2vw;
  }
  .interview__col + .interview__title {
    margin-top: 8vw;
  }
  .interview_photo {
    margin-top: 2.6666vw;
  }
  .interview_photo.vertical {
    width: 60vw;
    margin-left: auto;
    margin-right: auto;
  }
}


/* lensDetailBlk
-------------------------------------------------- */
.lensDetailBlk {
  margin-top: 150px;
  border-top: var(--defaultBorder);
  border-bottom: var(--defaultBorder);
}
.lensDetailBlk__inner {
  max-width: 1100px;
  margin: 0 auto;
  border-left: var(--defaultBorder);
  border-right: var(--defaultBorder);
}
.lensDetailBlk__main {
  padding: 60px 0 50px;
  border-bottom: var(--defaultBorder);
  text-align: center;
}
.lensDetailBlk__image1 {
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}
.lensDetailBlk__title1 {
  margin-top: 20px;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.2; 
}
.lensDetailBlk__title1 .textSmall {
  font-size: 2.2rem;
}
.lensDetailBlk__title2 {
  font-size: 3.2rem;
  font-weight: 600;
}
.lensDetailBlk__title2.textCenter {
  text-align: center;
}
.lensDetailBlk__copy {
  margin-top: 20px;
  font-size: 1.7rem;
  line-height: 1.85;
}
.lensDetailBlk__copy .note {
  display: block;
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 1.6;
}
.lensDetailBlk__list {
  border-bottom: var(--defaultBorder);
}
.lensDetailBlk__list li {
  padding: 40px 3% 20px;
}
.lensDetailBlk__designUpper {
  display: flex;
  padding: 50px 50px 40px;
}
.lensDetailBlk__designUpper .lensDetailBlk__title2 {
  flex-shrink: 0;
}
.lensDetailBlk__designUpper .lensDetailBlk__copy {
  margin-top: 0;
  margin-left: 30px;
}
.lensDetailBlk__designImage figcaption {
  display: block;
  margin-top: 20px;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}
.lensDetailBlk__btn {
  display: inline-block;
  padding: 12px 40px;
  border-radius: 26px;
  background: #be0000;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  transition: transform 0.2s cubic-bezier(0, 0, 0.58, 1), filter 0.2s cubic-bezier(0, 0, 0.58, 1);
}
.lensDetailBlk__btn.detail {
  background: #8c8c8c;
}
.lensDetailBlk__btnArea {
  display: flex;
  justify-content: center;
  gap: 5%;
  margin-top: 60px;
  padding: 60px 0;
  border-top: var(--defaultBorder);
}

@media (hover: hover) {
  .lensDetailBlk__btn:hover {
    transform: scale3d(0.98, 0.98, 1);
    filter: brightness(0.8);
  }
}

@media (min-width: 768px) {
  .lensDetailBlk__list {
    display: flex;
  }
  .lensDetailBlk__list li {
    width: 33.3333%;
  }
  .lensDetailBlk__list li + li {
    border-left: var(--defaultBorder);
  }
  .lensDetailBlk__designLower {
    display: flex;
    justify-content: center;
    gap: 5%;
  }
  .lensDetailBlk__designImage {
    max-width: 412px;
  }
}

@media (max-width: 767px) {
  .lensDetailBlk {
    margin-top: 20vw;
  }
  .lensDetailBlk__main {
    padding: 10vw 0;
  }
  .lensDetailBlk__image1 {
    width: 33.8667vw;
  }
  .lensDetailBlk__title1 {
    font-size: 6.6666vw;
  }
  .lensDetailBlk__title1 .textSmall {
    font-size: 4vw;
  }
  .lensDetailBlk__title2 {
    font-size: 7.2vw;
  }
  .lensDetailBlk__copy {
    margin-top: 3.2vw;
    font-size: 3.7333vw;
  }
  .lensDetailBlk__list li {
    padding: 10vw 5.3333vw;
  }
  .lensDetailBlk__list li + li {
    border-top: var(--defaultBorder);
  }
  .lensDetailBlk__designUpper {
    display: block;
  }
  .lensDetailBlk__designUpper .lensDetailBlk__copy {
    margin-left: 0;
  }
  .lensDetailBlk__designImage {
    width: 86.6667vw;
    margin-left: 2.6666vw;
  }
  .lensDetailBlk__designImage + .lensDetailBlk__designImage {
    margin-top: 13.3333vw;
  }
  .lensDetailBlk__designImage figcaption {
    margin-top: 2.6666vw;
    padding-left: 2.6666vw;
    font-size: 5.0667vw;
  }
  .lensDetailBlk__btnArea {
    flex-direction: column;
    margin-top: 13.3333vw;
    padding: 13.3333vw 0;
  }
  .lensDetailBlk__btn {
    width: 48.8vw;
    margin-left: auto;
    margin-right: auto;
    padding: 3.2vw 0;
    font-size: 3.6vw;
    text-align: center;
  }
  .lensDetailBlk__btn + .lensDetailBlk__btn {
    margin-top: 5.3333vw;
  }
}


/* seriesBlk
-------------------------------------------------- */
.seriesBlk {
  margin-top: 150px;
  border-top: var(--defaultBorder);
  border-bottom: var(--defaultBorder);
}
.seriesBlk__inner {
  max-width: 1100px;
  margin: 0 auto;
  border-left: var(--defaultBorder);
  border-right: var(--defaultBorder);
}
.seriesBlk__title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.65;
}
.seriesBlk__main {
  margin-top: 80px;
  padding: 80px 2.5% 20px;
  border-top: var(--defaultBorder);
}
.seriesBlk__image {
  margin-top: 40px;
}
.seriesBlk__image figcaption {
  display: block;
  margin-top: 40px;
  font-size: 1.2rem;
  text-align: center;
}
.seriesBlk__bnrArea {
  padding: 60px 0 50px;
}
.seriesBlk__banner {
  display: block;
  max-width: 660px;
  margin: 0 auto 40px;
  transition: filter 0.2s cubic-bezier(0, 0, 0.58, 1);
}
.seriesBlk__title {
  margin-bottom: 10px;
  text-align: center;
}

@media (hover: hover) {
  .seriesBlk__banner:hover {
    filter: brightness(0.7);
  }
}

@media (max-width: 767px) {
  .seriesBlk {
    margin-top: 20vw;
  }
  .seriesBlk__main {
    padding: 13.3333vw 0;
  }
  .seriesBlk__title {
    font-size: 4.2667vw;
    text-align: center;
    line-height: 1.5;
  }
  .seriesBlk__image figcaption {
    margin-top: 6.6666vw;
    font-size: 2.6666vw;
    line-height: 1.85;
  }
    .seriesBlk__bnrArea {
      padding: 13.3333vw 5.3333vw;
    }
  .seriesBlk__banner {
    margin-bottom: 2.6666vw;
  }
}


/* galleryBlk
-------------------------------------------------- */
.galleryBlk {
  margin-top: 150px;
  border-top: var(--defaultBorder);
  border-bottom: var(--defaultBorder);
}
.galleryBlk__inner {
  max-width: 1100px;
  margin: 0 auto;
  border-left: var(--defaultBorder);
  border-right: var(--defaultBorder);
}
.gallery__noteContainer {
  max-width: 1100px;
  margin: 5px auto 0;
}
.gallery__note {
  width: 84.5455%;
  font-size: 1.2rem;
  text-align: right;
}
.js-gallery .swiper {
  width: 100%;
}
.js-gallery .swiper-slide {
  position: relative;
}
.js-gallery .js-gallery-thumbs .swiper-slide {
  opacity: 1;
  cursor: pointer;
}
.js-gallery .js-gallery-thumbs .swiper-slide-thumb-active img{
  border: 2px solid #fff;
}
.js-gallery .js-gallery-thumbs img {
  pointer-events: auto;
}
.js-gallery .js-gallery-thumbs-prev,
.js-gallery .js-gallery-thumbs-next {
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 10;
}
.js-gallery .js-gallery-thumbs-prev::before,
.js-gallery .js-gallery-thumbs-next::before {
  content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	transform: rotate(45deg);
}
.js-gallery .js-gallery-thumbs-next::before {
  transform: rotate(-135deg);
}
.js-gallery .swiper-slide .exif {
  position: absolute;
  left: 0;
  bottom: -1.5em;
  font-size: 1.2rem;
  text-align: right;
  color: #000;
}

@media (min-width: 768px) {
  .js-gallery {
    position: relative;
    width: 100%;
  }
  .js-gallery .js-gallery-main {
    width: 85.5455%;
    margin-left: 0;
    overflow: visible;
  }
  .js-gallery .js-gallery-thumbs {
    position: absolute;
    right: 0.75%;
    top: 50%;
    width: 12.6364%;
    height: 100%;
    max-height: 618px;
    transform: translateY(-40%);
    z-index: 0;
  }
  .js-gallery.short .js-gallery-thumbs {
    transform: translateY(-31.5%);
  }
  .js-gallery-thumbs .swiper-slide {
    max-width: 146px !important;
    max-height: 97px !important;
    height: auto !important;
  }
  .js-gallery-thumbs .swiper-slide + .swiper-slide {
    margin-top: 4.5%;
  }
  .js-gallery .js-gallery-thumbs-prev,
  .js-gallery .js-gallery-thumbs-next {
    position: absolute;
    right: -9.75%;
    transition: opacity .3s;
  }
  .js-gallery .js-gallery-thumbs-prev.is-disabled {
    opacity: 0.3;
    cursor: default;
  }
  .js-gallery .js-gallery-thumbs-next.is-disabled {
    opacity: 0.3;
    cursor: default;
  }
  .js-gallery .js-gallery-thumbs-prev {
    top: 5%;
  }
  .js-gallery .js-gallery-thumbs-next {
    bottom: 5%;
  }
  .js-gallery.short .js-gallery-thumbs-prev {
    top: 12.5%;
  }
  .js-gallery.short .js-gallery-thumbs-next {
    bottom: 12.5%;
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .js-gallery .js-gallery-thumbs {
    transform: translateY(-38.5%);
  }
  .js-gallery-thumbs .swiper-slide + .swiper-slide {
    margin-top: 5px;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .js-gallery .js-gallery-thumbs {
    transform: translateY(-39.5%);
  }
  .js-gallery-thumbs .swiper-slide + .swiper-slide {
    margin-top: 5px;
  }
  .js-gallery .js-gallery-thumbs-prev,
  .js-gallery .js-gallery-thumbs-next {
    right: -10%;
  }
}

@media (max-width: 767px) {
  .galleryBlk {
    margin-top: 20vw;
  }
  :where(.interview-vcm) .js-gallery {
    display: block;
    padding-bottom: 2.6666vw;
  }
  .js-gallery .js-gallery-thumbs-prev {
    left: 1.3333vw;
    bottom: 7vw;
    transform: rotate(-90deg);
  }
  .js-gallery .js-gallery-thumbs-next {
    right: 1.3333vw;
    bottom: 7vw;
    transform: rotate(-90deg);
  }
  .js-gallery .js-gallery-main {
    position: relative;
    z-index: 10;
  }
  .js-gallery .js-gallery-main .swiper-wrapper {
    padding-bottom: 1em;
  }
  .js-gallery .js-gallery-thumbs {
    margin-left: 1px;
    margin-top: 2.6666vw;
  }
  .js-gallery .js-gallery-thumbs .swiper-wrapper {
    justify-content: center;
  }
  .js-gallery .js-gallery-thumbs-prev::before,
  .js-gallery .js-gallery-thumbs-next::before {
    width: 3.2vw;
    height: 3.2vw;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
  }
  .js-gallery .js-gallery-thumbs .swiper-slide-thumb-active img {
    border-width: 1px;
  }
  .gallery__note {
    width: 100%;
    margin-bottom: 20vw;
    font-size: 2.6666vw;
  }
  .js-gallery .swiper-slide .exif {
    right: 0.66665vw;
    bottom: -1.5em;
    font-size: 2.6666vw;
  }
  .js-gallery .js-gallery-thumbs-prev,
  .js-gallery .js-gallery-thumbs-next {
    display: none;
  }
}


/* modal
-------------------------------------------------- */
.modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, visibility 0s linear .2s;
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity .2s ease;
}
.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.modal__open {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 1;
}
.modal__close {
  position: absolute;
  right: 0;
  top: -50px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.modal__open::before,
.modal__open::after,
.modal__close::before,
.modal__close::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 18px;
  width: 26px;
  height: 1px;
  background: #fff;
  z-index: 1;
}
.modal__image {
  position: absolute;
  left: 50%;
  top: calc(50% + 20px);
  width: 80%;
  max-width: 1000px;
  transform: translate(-50%,-50%);
  z-index: 10000;
}
.modal__image.vertical {
  width: auto;
  height: 80vh;
}
.modal__image.vertical img {
  width: auto;
  height: 100%;
}
.modal__open::before {
  transform: rotate(0deg);
}
.modal__open::after {
  transform: rotate(90deg);
}
.modal__close::before {
  transform: rotate(45deg);
}
.modal__close::after {
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .modal__image {
    width: 95%;
  }
  .modal__image.vertical {
    width: 80vw;
    height: auto;
  }
  .modal__open,
  .modal__close {
    width: 6.6666vw;
    height: 6.6666vw;
  }
  .modal__open::before,
  .modal__open::after,
  .modal__close::before,
  .modal__close::after {
    right: 1.3333vw;
    top: 2.8667vw;
    width: 3.4667vw;
  }
  .modal__close {
    top: -8vw;
  }
}


/* utility
-------------------------------------------------- */
@media (min-width: 768px) {
  .uHidden--pc {
    display: none;
  }
}

@media (max-width: 767px) {
  .uHidden--sp {
    display: none;
  }
}


/* animation
-------------------------------------------------- */
.fadeIn {
	transition: opacity 1s ease-in-out;
	opacity: 0;
}
.fadeIn._action {
	opacity: 1;
}
.slideUp {
	transition: opacity 1s ease-in-out, transform 1s ease-in-out;
	transform: translateY(5px);
	opacity: 0;
}
.slideUp._action {
	transform: translateY(0);
	opacity: 1;
}
