@charset "utf-8";

/* 目次 ーーーーーーーーーーーーーーーーーーーー
/* 01. 共通 
/* 02. 全体
/* 03. #top
/* 04. #about このセレクションについて
/* 05. #adviser 今月のアドバイザー
/* 06. #selection 今月のセレクション
/* 07. #back-number バックナンバー

/* 01. 共通 ーーーーーーーーーーーーーーーーーーーーーーー*/

html {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

section,
aside {
  padding: 0;
}

#photographers-selection {
  box-sizing: border-box;
  overflow: hidden;
}

.bar-black {
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  letter-spacing: 1px;
  line-height: 3.2;
  text-align: center;
  width: 100%;
}

.gray-alphabet {
  color: rgba(0, 0, 0, .3);
  font-family: angie-sans, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.1;
  margin: 20px 0;
}

/*ボタン*/

.button-b {
  background: #000;
  border-radius: 1px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  width: 65%;
}

.button-b-text {
  color: #fff !important;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 2.7;
}

#photographers-selection a:hover {
  color: #333;
}

.pc-display-none {
  /*pc、タブレットでは非表示、spでは表示*/
  display: block !important;
  margin: 0 auto;
}

.sp-display-none {
  /*pc、タブレットでは表示、spでは非表示*/
  display: none !important;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .button-b {
    margin: 0 auto;
    padding: 0 0 50px;
    width: 250px;
  }

  .button-b-text {
    font-size: 1.6rem;
    letter-spacing: 2px;
    line-height: 3.2;
  }

  .pc-display-none {
    /*pc、タブレットでは非表示、spでは表示*/
    display: none !important;
    margin: 0 auto;
  }

  .sp-display-none {
    /*pc、タブレットでは表示、spでは非表示*/
    display: block !important;
    margin: 0 auto;
  }

  .bar-black {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 2.5;
  }
}

/* 02. #top ーーーーーーーーーーーーーーーーーーーーーーー*/

/*キービジュアル*/

#photographers-selection #top {
  padding: 0;
  text-align: center;
}

#photographers-selection #top p > img {
  padding: 30px 0 10px;
  width: 65%;
}

#photographers-selection #top .kv h1 img {
  display: flex;
  margin: 10px auto 0;
  width: 80%;
}

/*ナビゲーション*/

#photographers-selection #top .nav {
  background: #000;
  height: auto;
  width: 100%;
}

#photographers-selection #top .nav .nav-list {
  display: flex;
  flex-wrap: wrap;
}

#photographers-selection #top .nav .nav-list li {
  width: 50%;
}

#photographers-selection #top .nav .nav-list li a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.5;
  text-align: center;
}

#photographers-selection #top .nav .nav-list li:nth-child(odd) {
  border-right: 1px solid #fff;
}

#photographers-selection #top .nav .nav-list li:nth-child(1) {
  border-bottom: 1px solid #fff;
}

#photographers-selection #top .nav .nav-list li:nth-child(2) {
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  #photographers-selection #top .kv {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin: 0 auto;
    width: clamp(600px, 100%, 1200px);
  }

  #photographers-selection #top p {
    width: 40%;
  }

  #photographers-selection #top h1 {
    padding: 30px 0 10px;
    width: 60%;
  }

  #photographers-selection #top .nav .nav-list {
    display: flex;
    flex-wrap: nowrap;
    height: 50px;
    justify-content: space-evenly;
    margin: 0 auto;
    padding: 8px 0 12px;
  }

  #photographers-selection #top .nav .nav-list li {
    border: none;
    width: auto;
  }

  #photographers-selection #top .nav .nav-list li:nth-child(odd) {
    border-right: none;
  }

  #photographers-selection #top .nav .nav-list li:nth-child(1) {
    border-bottom: none;
  }

  #photographers-selection #top .nav .nav-list li:nth-child(2) {
    border-bottom: none;
  }

  #photographers-selection #top .nav .nav-list li a {
    display: inline-block;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
}

@media screen and (min-width:1024px) {
  #photographers-selection #top .nav .nav-list {
    justify-content: center;
  }

  #photographers-selection #top .nav .nav-list li a {
    font-size: 1.5rem;
    letter-spacing: 2px;
    line-height: 2.5;
    padding: 0 28px;
  }
}

/* 03. #about このセレクションについて ーーーーーーーーーーーーーーーーーーーーーーー*/

#about {
  background: #fff;
  padding: 30px 5%;
}

#about > h2 {
  font-family: angie-sans, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: .8;
  text-align: center;
}

#about > p {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 20px 0 30px;
}

@media screen and (min-width: 768px) {
  #about {
    padding: 50px 0;
  }

  #about > h2 {
    font-size: 36px;
    text-align: center;
  }

  #about > p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 auto;
    width: clamp(600px, 95vw, 800px);
  }
}

/* 03. #adviser 先生の紹介 ーーーーーーーーーーーーーーーーーーーーーーー*/

#adviser {
  background: #f2f2f2;
  padding: 30px 5%;
}

.adviser-photo {
  display: flex;
  justify-content: center;
}

.adviser-photo img {
  height: auto;
  width: 50%;
}

.adviser-profile {
  margin-top: 20px;
}

.adviser-profile h2,
.adviser-history {
  font-size: 1.4rem;
  font-weight: 400;
}

.adviser-history {
  margin-top: 20px;
}

.adviser-name {
  font-size: 2.4rem;
}

.adviser-activities {
  margin: 0;
}

.adviser-activities > a {
  color: rgba(0, 0, 0, .5) !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  #adviser {
    padding: 50px 0;
  }

  .adviser-container {
    display: flex;
    gap: 50px;
    margin: 0 auto;
    width: clamp(600px, 95vw, 800px);
  }

  .adviser-photo {
    align-content: space-between;
    align-items: center;
    display: flex;
    width: 30%;
  }

  .adviser-photo img {
    object-fit: contain;
    width: 100%;
  }

  .adviser-profile {
    margin-top: 0;
    width: 70%;
  }

  .adviser-history {
    font-size: 1.6rem;
  }

  .adviser-activities {
    font-size: 1.4rem;
  }
}

/* 04. #selection アドバイス ーーーーーーーーーーーーーーーーーーーーーーー*/

#selection {
  margin: 0 auto;
}

#selection a:hover {
  opacity: .6;
  text-decoration-thickness: 1px !important;
}

.item1 {
  margin: 0 0 0 4px;
}

.selection-odd {
  padding: 50px 5%;
}

.selection-even {
  padding: 0 5%;
}

.selection-odd h3 {
  text-align: left;
}

.item2 img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.item3 {
  margin-top: 20px;
}

#selection cite {
  font-size: 28px;
}

.selection-username {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
}

#selection .pc-display-none {
  margin: 0 4px 0 0;
}

.selection-exif {
  margin-top: 24px;
}

.selection-exif dl {
  display: flex;
  flex-wrap: wrap;
}

.selection-exif dt {
  margin: 0;
  width: 55%;
}

.selection-exif dd {
  margin: 0;
  width: 45%;
}

.item4 {
  align-items: flex-end;
  display: flex;
}

.item4 p {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 24px;
}

.go-details {
  align-items: baseline;
  display: flex;
  justify-content: flex-end;
}

.go-details::after {
  border-bottom: solid 1px;
  border-right: solid 1px;
  color: rgba(0, 0, 0, .3);
  content: "";
  height: 11px;
  margin-right: 10px;
  transform: skew(45deg);
  width: 50px;
}

iframe {
  aspect-ratio: 16/9;
  display: flex;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #selection h3 {
    display: flex;
    font-size: 42px;
    margin: 0;
  }

  /* 親 */
  .selection-odd {
    display: grid;
    gap: 16px 16px;
    grid-template-columns: 37% 39% 24%;
    grid-template-rows: 10% 68% 18%;
    margin: 0 auto;
    place-content: center;
    width: clamp(600px, 100vw, 1000px);
  }

  .selection-even {
    display: grid;
    gap: 16px 16px;
    grid-template-columns: 24% 39% 37%;
    grid-template-rows: 10% 68% 18%;
    margin: 6em auto;
    place-content: center;
    width: clamp(600px, 100vw, 1000px);
  }

  /* 子 */

  .item1 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: 0;
  }

  .selection-even > .item1 {
    display: grid;
    grid-column: 3/4;
    grid-row: 1/2;
    justify-content: end;
  }

  .item2 {
    align-items: center;

/* display: flex; */
    grid-column: 2/4;
    grid-row: 1/3;
    justify-content: center;
  }

  iframe {
    background: #000;
    height: 350px;
    margin: 0 auto;
    max-width: 600px;
  }

  .selection-odd > .item2 {
    padding: 0 3em 0 0;
  }

  .selection-even > .item2 {
    /* display: grid; */
    grid-column: 1/3;
    grid-row: 1/3;
    justify-content: center;
    padding: 0 0 0 3em;
    place-content: center;
  }

  .item3 {
    grid-column: 1/2;
    grid-row: 2/3;
    margin-top: 0;
    padding: 1em 0 0 3em;
  }

  .selection-even > .item3 {
    grid-column: 3/4;
    grid-row: 2/3;
    padding: 1em 3em 0 0;
    text-align: right;
  }

  .item4 {
    grid-column: 1/3;
    grid-row: 3/4;
  }

  .selection-odd .item4 {
    padding: 0 1em 0 3em;
  }

  .selection-even > .item4 {
    align-items: flex-end;
    display: flex;
    grid-column: 2/4;
    grid-row: 3/4;
    padding: 0 3em 0 1em;
    text-align: right;
  }

  .item5 {
    align-items: flex-end;
    display: flex;
    grid-column: 3/4;
    grid-row: 3/4;
  }

  .item5 .gray-alphabet {
    margin: 0;
  }

  .selection-even .item5 {
    grid-column: 1/2;
    grid-row: 3/4;
    padding: 0 0 0 3em;
  }

  .selection-odd .item5 {
    justify-content: flex-end;
    padding: 0 3em 0 0;
  }

  .item5 .gray-alphabet {
    margin: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  iframe {
    max-height: 292px;
    max-width: 520px;
    width: 100%;
  }

  /* 親 */
  .selection-odd {
    display: grid;
    gap: 16px 16px;
    grid-template-columns: 39% 33% 32%;
    grid-template-rows: 10% 68% 18%;
    margin: 0 auto;
    place-content: center;
    width: clamp(600px, 95vw, 1000px);
  }

  .selection-even {
    display: grid;
    gap: 16px 16px;
    grid-template-columns: 32% 33% 39%;
    grid-template-rows: 10% 68% 18%;
    margin: 6em auto;
    place-content: center;
    width: clamp(600px, 95vw, 1000px);
  }
}

/* 05 .bnr-list バナーエリア ーーーーーーーーーーーーーーーーーーーーーーー*/
.bnr-list {
  margin: 0 auto;
  padding: 10px 5% 15px;
}

.bnr-list li {
  margin: 0 auto;
  padding: 0 0 15px;
}

.bnr-list li:first-of-type {
  padding-top: 20px;
}

.bnr-list li img {
  width: 100%;
}

/* .bnr-list a img:hover {
  opacity: .6;
} */

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .bnr-list {
    padding: 20px 1rem 0;
  }
}

@media screen and (min-width: 1024px) {
  .bnr-list {
    max-width: 1200px;
    padding: 10px 5% 30px;
  }

  .bnr-list li {
    margin: 0 auto;
    padding: 0 0 15px;
  }
}

/* 06. フッター ーーーーーーーーーーーーーーーーーーーーーーー*/

.s5-allProducts a {
  font-size: 12px;
  font-weight: 400;
}

.s5-pageFooter a {
  font-size: 12px;
  font-weight: 400;
}
