/* 全般
---------------------------------------------- */
span {
  display: inline-block;
}
.inner {
  margin-inline: auto;
  max-width: 960px;
}
.fade {
  opacity: 1;
  transition: var(--transition-fade);
}
.fade:hover {
  opacity: 0.5;
}

.title__featuring {
  margin-bottom: clamp(1.5rem, 0.648rem + 3.636vw, 3.375rem);
  align-items: center;
  display: flex; 
  justify-content: center; 
  font-size: clamp(0.625rem, 0.284rem + 1.455vw, 1.375rem);
}
.title__featuring::before,
.title__featuring::after {
  background-color: var(--text-dark);
  content: "";
  height: 1px;
  width: 3.25rem;
}
.title__featuring::before {
  margin-right: var(--space-s);
}
.title__featuring::after {
  margin-left: var(--space-s);
}

@media screen and (width <= 960px) {
  .inner {
    margin-inline: var(--space-xl);
  }
}


/* ヘッダー
---------------------------------------------- */
header {
  max-height: 850px;
  min-height: 720px;
  height: 100vh;
  background: #000 url(../img/bg-header.webp) no-repeat center center / cover;
  text-align: center;
  color: var(--text-light)
}
.header__container {
  max-width: 960px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-direction: column;
  margin-inline: auto;
  background: transparent url(../img/header-camera.webp) no-repeat center center / contain;
  height: 100%;
}
.header__logo {
  width: 382px;
  max-width: 382px;
  margin: var(--space-4xl) auto;
  text-shadow: var(--text-shadow);
}
.header__title  {
  text-shadow: var(--text-shadow);
}
.header__title .--jp {
  margin-bottom: var(--space-s);
  letter-spacing: var(--space-4xs);
  text-indent: var(--space-4xs);
  font-size: clamp(1.5rem, 0.591rem + 3.879vw, 3.5rem);
}
.header__title .--jp span {
  position: relative;
  top: 0.15rem;
  display: inline;
  letter-spacing: 0;
  font-size: clamp(1.75rem, 0.727rem + 4.364vw, 4rem);
}
.header__title .--en {
  letter-spacing: var(--space-5xs);
  font-size: clamp(0.625rem, 0.455rem + 0.727vw, 1rem);
  font-weight: 600;
}

@media screen and (width <= 768px) {
  header {
    max-height: 980px;
    min-height: 120vw;
    height: 50vh;
    background-position: 55.9% center;
  }
  .header__logo {
    width: 70%;
  }
  .header__container {
    background: transparent url(../img/header-camera-sp.webp) no-repeat center center / contain;
  }
  .header__title .--jp {
    line-height: 1.25;
  }
}


/* スローガン
---------------------------------------------- */
.slogan {
  padding: clamp(3rem, 1.636rem + 5.818vw, 6rem) 0;
  background-color: var(--bg-primary);
}
.slogan__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.slogan__text {
  max-width: 768px;
  line-height: 2.4;
  letter-spacing: var(--space-5xs);
}
.slogan__logo {
  max-width: 168px;
  width: 100%;
}

@media screen and (width <= 1000px) {
  .slogan__container {
    margin-inline: var(--space-xl);
  }
}
@media screen and (width <= 768px) {
  .slogan__container {
    flex-direction: column;
    gap: var(--space-xl);
  }
  .slogan__text {
    text-align: justify;
    word-break: break-all; 
    text-justify: inter-ideograph;
    text-justify: inter-character;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 2.2;
  }
  .slogan__text span {
    display: inline;
  }
  .slogan__logo {
    max-width: clamp(6.25rem, 5.057rem + 5.089vw, 7.5rem);
  }
}


/* 製品情報
---------------------------------------------- */
.product {
  padding: clamp(2.25rem, 1.455rem + 3.394vw, 4rem) 0 clamp(2.5rem, 1.818rem + 2.909vw, 4rem);
  background: radial-gradient(circle at 20% 100%, #19221d, #040404);
  color: var(--text-light);
}
.product__container {
  max-width: 1240px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: clamp(1.5rem, -52.500rem + 80vw, 7.5rem);
}
.product__image {
  position: relative;
  top: clamp(0rem, -0.682rem + 2.909vw, 1.5rem);
}
.product__text {
  max-width: 554px;
  width: 50%;
}
.product__text h2 {
  margin-bottom: clamp(2rem, 1.773rem + 0.97vw, 2.5rem);
  font-size: var(--font-size-l);
}
.product__text p {
  margin-bottom: clamp(2rem, 1.773rem + 0.97vw, 2.5rem);
  text-align: justify;
  word-break: break-all; 
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 2.2;
  letter-spacing: var(--space-5xs);
}
.product__link a {
  display: inline-block;
  border: 1px solid var(--text-light);
  padding: var(--space-m) var(--space-xs) var(--space-m) var(--space-2xl);
  background-color: var(--color-primary);
  text-decoration: none;
  letter-spacing: 0.1875rem;
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--text-light);
}
.product__link a:after {
  position: relative;
  top: 1px;
  content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2015%22%20fill%3D%22%23fff%22%20width%3D%2210%22%20height%3D%2215%22%20%3E%3Cpath%20d%3D%22M10%207.5%202.5%200H.753l7.513%207.5L.755%2015H2.5z%22%2F%3E%3C%2Fsvg%3E");
  padding-left: var(--space-xl);
}

@media screen and (width <= 1280px) {
  .product__container {
    margin-inline: var(--space-xl);
  }
}
@media screen and (width <= 1080px) {
  .product__container {
    flex-direction: column;
    align-items: center;
    gap: var(--space-l);
  }
  .product__text {
    max-width: 768px;
    width: 100%;
  }
  .product__text h2 {
    text-align: center;
  }
  .product__link {
    text-align: center;
  }
}
@media screen and (width <= 576px) {
  .product__link a {
    padding: var(--space-l) var(--space-s) var(--space-l) var(--space-4xl);
  }
}


/* 連載コンテンツ
---------------------------------------------- */
.content {
  padding: clamp(3rem, 1.636rem + 5.818vw, 6rem) 0;
  background-color: var(--bg-primary);
}
.content__title {
  margin-bottom: var(--space-3xl);
  text-align: center;
}
.content__title .--ja {
  margin-bottom: 0.75rem;
  letter-spacing: var(--space-3xs);
  font-size: clamp(1.625rem, 1.170rem + 1.939vw, 2.625rem);
}
.content__title .--en {
  letter-spacing: var(--space-5xs);
  font-size: clamp(0.625rem, 0.455rem + 0.727vw, 1rem);
  font-weight: 600;
  color: var(--color-secondary);
}
.content__text p {
  margin-bottom: var(--space-l);
  text-align: justify;
  word-break: break-all; 
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 2.2;
  letter-spacing: var(--space-5xs);
}
.content__text-link {
  margin-bottom: clamp(3.375rem, 3.091rem + 1.212vw, 4rem);
}
.content__text-link a {
  letter-spacing: var(--space-4xs);
  text-decoration: none;
  font-weight: 700;
}
.content__text-link a::before {
  display: inline-block;
  content: "→";
}

.content__photographers {
  max-width: 1200px;
}
.content__photographer-list {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
  gap: clamp(2.25rem, 2.080rem + 0.727vw, 2.625rem);
  margin: 0 auto;
  padding: 0;
}
.content__photographer-item {
  width: calc((100% - clamp(2.25rem, 2.080rem + 0.727vw, 2.625rem)*3) / 4);
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.content__photographer-item img {
  width: 100%;
  max-width: clamp(6.25rem, 5.227rem + 4.364vw, 8.5rem);
  aspect-ratio: 1/1;
  border-radius: var(--circle);
  border: 4px solid var(--bg-primary);
  box-shadow:0 0 0 1px var(--color-secondary);
  margin: 0 auto var(--space-s);
}
.content__photographer-item a {
  text-decoration: none;
}
.content__photographer-item h4 {
  margin-bottom: var(--space-2xs);
  text-align: center;
  font-size: var(--font-size-m);
}
.content__photographer-item h5 {
  margin: 0 0 clamp(0.625rem, 0.114rem + 2.182vw, 1.75rem);
  text-align: center;
  font-size: clamp(0.75rem, 0.636rem + 0.485vw, 1rem);
}
.content__photographer-item p {
  text-align: justify;
  word-break: break-all; 
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.8;
  font-size: var(--font-size-s);
}

@media screen and (width <= 1240px) {
  .content__photographers {
    margin-inline: var(--space-xl);
  }
}
@media screen and (width <= 768px) {
  .content__photographer-list {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: unset;
    row-gap: clamp(2.25rem, 2.080rem + 0.727vw, 2.625rem);
  }
  .content__photographer-item {
    width: calc((100% - var(--space-m)*2) / 2);
  }
}


/* 連載・投稿コンテンツ
---------------------------------------------- */
.posts {
  padding: clamp(1.875rem, 1.364rem + 2.182vw, 3rem) 0 var(--space-4xl);
  background-color: var(--bg-secondary);
  color: var(--text-light);
}
.posts__container {
  max-width: 1580px;
  margin-inline: auto;
  text-align: center;
}
.posts__title {
  margin-bottom: var(--space-3xl);
}
.posts__title .--ja {
  margin-bottom: 0.75rem;
  letter-spacing: var(--space-3xs);
  font-size: clamp(1.625rem, 1.455rem + 0.727vw, 2rem);
}
.posts__title .--en {
  letter-spacing: var(--space-5xs);
  font-size: clamp(0.625rem, 0.511rem + 0.485vw, 0.875rem);
  font-weight: 600;
  color: var(--color-secondary);
}
.posts__comingsoon {
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  letter-spacing: var(--space-3xs);
  font-size: var(--font-size-l);
  font-weight: 600;
}
.posts__slide-wrapper {
  width: 100%;
}
.posts__slide-wrapper img {
  width: 100%;
  max-width: 480px;
}

.swiper-container {
  position: relative;
  margin-inline: var(--space-xl);
}
.posts .swiper-pagination {
  bottom: -30px !important;
}
.posts .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 8px !important;
  background-color: white;
  opacity: 0.6;
}
.posts .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.2);
}

@media screen and (width <= 1280px) {
  .posts__title {
    text-align: center;
  }
}
@media screen and (width <= 960px) {
  .posts .inner {
    margin-inline: 0;
  }
  .swiper-container {
    margin-inline: 0;
  }
}


/* モニターキャンペーン
---------------------------------------------- */
.trial {
  padding: clamp(3rem, 1.636rem + 5.818vw, 6rem) 0;
  background: var(--bg-primary);
}
.trial__title {
  margin-bottom: var(--space-3xl);
  text-align: center;
}
.trial__title .--ja {
  margin-bottom: 0.75rem;
  letter-spacing: var(--space-3xs);
  font-size: clamp(1.625rem, 1.170rem + 1.939vw, 2.625rem);
}
.trial__title .--en {
  letter-spacing: var(--space-5xs);
  font-size: clamp(0.625rem, 0.455rem + 0.727vw, 1rem);
  font-weight: 600;
  color: var(--color-secondary);
}
.trial__image {
  margin-bottom: clamp(2rem, 1.091rem + 3.879vw, 4rem);
}
.trial__copy {
  margin-bottom: clamp(2rem, 1.091rem + 3.879vw, 4rem);
  text-align: center;
  line-height: 1.6;
  letter-spacing: var(--space-4xs);
  font-size: clamp(1rem, 0.659rem + 1.455vw, 1.75rem);
}
.trial__text p {
  margin-bottom: var(--space-xl);
  text-align: justify;
  word-break: break-all; 
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 2.2;
  letter-spacing: var(--space-5xs);
}
.trial__text p.--note {
  font-size: var(--font-size-s);
}
.trial__link {
  text-align: center;
}
.trial__link a {
  display: inline-block;
  padding: var(--space-m) var(--space-xs) var(--space-m) var(--space-2xl);
  background-color: var(--color-primary);
  text-decoration: none;
  letter-spacing: 0.1875rem;
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--text-light);
}
.trial__link a:after {
  position: relative;
  top: 1px;
  content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2015%22%20fill%3D%22%23fff%22%20width%3D%2210%22%20height%3D%2215%22%20%3E%3Cpath%20d%3D%22M10%207.5%202.5%200H.753l7.513%207.5L.755%2015H2.5z%22%2F%3E%3C%2Fsvg%3E");
  padding-left: var(--space-xl);
}

@media screen and (width <= 576px) {
  .trial__link a {
    padding: var(--space-l) var(--space-s) var(--space-l) var(--space-4xl);
  }
}


/* バナーエリア
---------------------------------------------- */
.banners {
  padding: var(--space-2xl) 0;
  background-color: var(--bg-secondary);
}
.banners__list {
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--space-2xl);
}

@media screen and (width <= 1280px) {
  .banners__list {
    margin-inline: var(--space-xl);
  }
}

@media screen and (width <= 768px) {
  .banners__list {
    flex-direction: column;
    gap: var(--space-xl); 
  }
}

/* フッター
---------------------------------------------- */
footer {
  padding: var(--space-xl) 0;
  background-color: var(--bg-primary);
}
.footer__copyright {
  text-align: center;
  font-size: clamp(0.5rem, 0.340rem + 0.684vw, 0.75rem);
}