@charset "UTF-8";

/* 基本背景色・文字色設定 */
html {
  background-color: #ffffff;
  color: #000000;
}

body {
  background-color: #ffffff;
  color: #000000;
}

/* ==========================================================================

	TOP

========================================================================== */

/*--------------------------------
    基本レイアウト
--------------------------------*/
main {
  padding-top: 0;
}

/*--------------------------------
    共通パーツ
--------------------------------*/

/* グラデーション */
.gradient {
  position: relative;
}

.gradient::after {
  content: "";
  width: 100%;
  height: 400px;
  background: linear-gradient(to top, #000 10%, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

@media only screen and (max-width: 812px) {
  .gradient::after {
    height: 100px;
    background: linear-gradient(to top, #000 5%, transparent);
  }
}

/* 日本語 */
.jp_text {
  line-height: 2;
}

.jp_text p + p {
  margin-top: 1.5em;
}

/* 英語 */
.en_text {
  font-size: 88%;
  text-align: left;
  line-height: 2;
}

.en_text p + p {
  margin-top: 1.5em;
}

/* 署名 */
.signature {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  text-align: right;
  align-content: flex-end;
  align-items: flex-end;
  justify-content: flex-end;
}

.signature p {
  width: 100%;
  text-align: right;
}

.signature img {
  margin: 10px 0 !important;
  max-width: 200px;
}

@media only screen and (max-width: 812px) {
  .signature {
    margin-top: 3rem;
  }

  #DIRECTOR .signature,
  #DESIGNER .signature {
    font-size: 1.4rem;
  }

  .signature img {
    max-width: 100px;
  }
}

/*--------------------------------
	スプラッシュ
--------------------------------*/

.splash {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100vw;
  height: 100vh;
  background: #000;
}

.splash strong {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  width: 500px;
}

@media only screen and (max-width: 812px) {
  .splash strong {
    width: 80%;
  }
}

/*--------------------------------
    メインビジュアル
--------------------------------*/

#mainvisual {
  position: relative;
  width: 100%;
  height: 500px;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  transition: 0.4s;
}

/* スライドショー */
#mainvisual .slide {
  width: 100%;
  height: 100%;
}

#mainvisual .slide .slick-list,
#mainvisual .slide .slick-track,
#mainvisual .slide .slick-slide,
#mainvisual .slide .slick-slide > div,
#mainvisual .slide .slick-slide > div picture {
  width: 100%;
  height: 100%;
}

#mainvisual .slide picture img {
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

#mainvisual .title {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 11;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#mainvisual .title h2 {
  color: #fff;
  font-size: 26px;
  text-align: center;
}

#mainvisual .title figure:nth-child(1) img {
  width: 85px;
  display: block;
}

#mainvisual .title figure:nth-child(1) figcaption {
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  margin-top: 3.5rem;
}

@media only screen and (max-width: 812px) {
  #mainvisual {
    height: 300px;
  }
  #mainvisual .title figure:nth-child(1) figcaption {
    font-size: 1.8rem;
    letter-spacing: 0.06em;
  }
}

/*--------------------------------
    動画サムネイル
--------------------------------*/

#MOVIE {
}

#MOVIE .column[data-pc-col="2"] > div {
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 16/9;
}

#MOVIE .column[data-pc-col="2"] > div:first-child {
  width: 100%;
}

#MOVIE .column[data-pc-col="2"] > div:first-child video {
  display: block;
  width: 100%;
  height: 100%;
}

#MOVIE .column[data-pc-col="2"] > div a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: brightness(90%) saturate(0.6);
  backdrop-filter: brightness(90%) saturate(0.6);
}

#MOVIE .column[data-pc-col="2"] > div a .mov_ver {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
  margin-bottom: 0.5em;
}

#MOVIE .column[data-pc-col="2"] > div a .mov_btn {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}

#MOVIE .column[data-pc-col="2"] > div a .mov_btn svg {
  width: 14px;
  height: 12px;
  fill: #fff;
}

#MOVIE .column[data-pc-col="2"] > div a .mov_time {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  margin-top: 1em;
}

@media only screen and (min-width: 813px) {
  #MOVIE .column[data-pc-col="2"] > div a:hover {
    -webkit-backdrop-filter: brightness(100%) saturate(1.2);
    backdrop-filter: brightness(100%) saturate(1.2);
  }

  #MOVIE .column[data-pc-col="2"] > div a:hover .mov_btn {
    background-color: rgba(255, 255, 255, 0.5);
  }

  #MOVIE .column[data-pc-col="2"] > div a .mov_btn svg {
    width: 14px;
    height: 12px;
    fill: #fff;
  }
}

@media only screen and (max-width: 812px) {
  #MOVIE {
    padding-top: 4rem;
  }

  #MOVIE .column[data-pc-col="2"] > div {
    width: 100%;
    margin: 0 0 5rem 0;
  }

  #MOVIE .column[data-pc-col="2"] > div:first-child {
    width: 100%;
  }

  #MOVIE .column[data-pc-col="2"] > div:last-child {
    width: 100%;
    margin: 0 auto;
  }

  #MOVIE .column[data-pc-col="2"] > div a {
    -webkit-backdrop-filter: brightness(100%) saturate(1);
    backdrop-filter: brightness(100%) saturate(1);
  }

  #MOVIE .column[data-pc-col="2"] > div a .mov_ver {
    font-size: 2.2rem;
    margin-bottom: 0.5em;
  }

  #MOVIE .column[data-pc-col="2"] > div:last-child a .mov_ver {
    font-size: 1.5rem;
  }

  #MOVIE .column[data-pc-col="2"] > div a .mov_btn {
    width: 60px;
    height: 60px;
  }

  #MOVIE .column[data-pc-col="2"] > div:last-child a .mov_btn {
    width: 30px;
    height: 30px;
  }

  #MOVIE .column[data-pc-col="2"] > div a .mov_time {
    font-size: 1.4rem;
    margin-top: 1em;
  }

  #MOVIE .column[data-pc-col="2"] > div:last-child a .mov_time {
    font-size: 1.1rem;
  }
}

/*--------------------------------
    寄稿
--------------------------------*/

/* #CONTRIBUTION .jp_text {
  margin-bottom: 6rem;
} */
@media only screen and (max-width: 812px) {
}

@media only screen and (min-width: 813px) {
  #CONTRIBUTION .tategaki {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-text-orientation: upright;
    letter-spacing: 0.12em;
    margin: 0 auto;
  }

  #CONTRIBUTION .tategaki p + p {
    margin-top: 0;
    margin-right: 1.5em;
  }

  #CONTRIBUTION .tategaki .signature {
    margin-top: 0;
    margin-right: 2em;
    text-align: right;
  }

  #CONTRIBUTION .tategaki .signature img {
    display: inline-block !important;
    width: 34px;
    height: auto;
    margin-bottom: 25px;
  }
}

/*--------------------------------
    プロフィール
--------------------------------*/

#PROFILE .portrait {
  margin-bottom: 8rem;
}

@media only screen and (max-width: 812px) {
  #PROFILE .portrait {
    margin-bottom: 6rem;
  }

  #PROFILE .column[data-pc-col="2"] > * {
    margin: 0 0 6rem 0;
  }

  #PROFILE .column[data-pc-col="2"] > *:last-child {
    margin-bottom: 0;
  }
}

/*--------------------------------
    編集後記
--------------------------------*/

#DIRECTOR .gradient + .container.narrow {
  margin-top: -50rem;
}

@media only screen and (max-width: 812px) {
  #DIRECTOR .gradient + .container.narrow {
    margin-top: -9rem;
  }
}

/*--------------------------------
    デザインについて
--------------------------------*/

#DESIGNER .gradient + .container.narrow {
  margin-top: -48rem;
}

.photos {
  margin-top: 10rem;
}

.photos picture + picture {
  display: block;
  margin-top: 6rem;
}

@media only screen and (max-width: 812px) {
  #DESIGNER .gradient + .container.narrow {
    margin-top: -9rem;
  }

  .photos {
    margin-top: 8rem;
  }

  .photos picture + picture {
    margin-top: 3rem;
  }
}

.toggle-btn {
  border: 1px solid #fff;
  color: #fff;
  font-family: sans-serif;
  font-size: 11px;
  padding: 6px 10px;
  line-height: 1;
  background: rgba(0, 0, 0, 0.5);
}

.listIn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 42px;
  margin-bottom: 42px;
}

.listIn:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.listIn figure {
  line-height: 0;
  width: calc(50% - 42px);
}

.listIn figure span {
  display: block;
  position: relative;
}

.listIn figure span .bg {
  display: block;
}

.listIn figure span .logo {
  max-width: 62%;
  max-height: 62%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media all and (max-width: 600px) {
  .listIn figure {
    width: 100%;
    margin-bottom: 16px !important;
  }
}

.listIn dl {
  width: 50%;
}

@media all and (max-width: 600px) {
  .listIn dl {
    width: 100%;
  }
}

.listIn dl dt {
  font-size: 26px;
  margin-bottom: 16px;
  text-align: left !important;
}

.listIn dl dt span {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  margin-bottom: 10px;
}

.listIn dl dt span em {
  display: block;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    sans-serif;
  background: #fff;
  color: #000;
  font-size: 13px;
  font-style: normal;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-right: 6px;
  line-height: 1;
  padding: 6px 10px;
}

@media all and (max-width: 600px) {
  .listIn dl dt {
    font-size: 21px;
    margin-bottom: 10px;
  }

  .listIn dl dt span {
    font-size: 10px;
  }

  .listIn dl dt span em {
    font-size: 10px;
  }
}

.listIn dl dd {
  display: flex;
  flex-wrap: wrap;
  text-align: left !important;
}

.listIn dl dd p {
  margin-bottom: 26px;
  width: 100%;
  text-align: left !important;
}

@media all and (max-width: 600px) {
  .listIn dl dd p {
    font-size: 13px;
    font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic,
      "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
      sans-serif;
    margin-bottom: 16px;
  }
}

.listIn dl dd a.btn1,
.listIn dl dd a.btn2 {
  display: block;
  max-width: max-content;
  color: #fff;
  line-height: 1;
  padding: 16px 26px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-right: 16px;
  text-decoration: none;
}

.listIn dl dd a.btn1 {
  background: #999;
}

.listIn dl dd a.btn2 {
  background: #b7a686;
}

.listIn dl dd a.btn1:after,
.listIn dl dd a.btn2:after {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  top: -2px;
  content: "";
  cursor: pointer;
  text-indent: -9999em;
  overflow: hidden;
  color: #000;
  z-index: 100;
  line-height: 1;
  width: auto;
  height: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: 0 0 !important;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 6px;
}

.listIn dl dd a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

@media all and (max-width: 600px) {
  .listIn dl dd a.btn1,
  .listIn dl dd a.btn2 {
    padding: 16px 0;
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }

  .listIn dl dd a:last-child {
    margin-bottom: 0;
  }
}

.listIn dl dd ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 16px 0;
  margin-bottom: 26px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

@media all and (max-width: 600px) {
  .listIn dl dd ul {
    padding: 16px 0;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.listIn dl dd ul li {
  text-align: center;
  font-family: sans-serif;
  font-size: 10px;
}

@media all and (max-width: 600px) {
  .listIn dl dd ul li {
    font-size: 10px;
    width: 25%;
    margin-bottom: 10px;
  }
}

.listIn dl dd ul li img {
  display: block;
  max-width: 34px;
  margin: 0 auto;
  margin-bottom: 6px;
}

@media all and (max-width: 600px) {
  .listIn dl dd ul li img {
    max-width: 26px;
  }
}

footer .narrow {
  width: 100% !important;
  max-width: 1200px !important;
}

.fAddTxt {
  margin-bottom: 60px;
}

@media all and (max-width: 600px) {
  .fAddTxt {
    text-align: left;
  }
}

#CONTRIBUTION {
  background: #f7f7f7;
}

#DESIGNER {
  padding-top: 0 !important;
}

#DESIGNER picture img {
  object-fit: cover;
  width: 100%;
  height: 600px;
  object-position: center;
  display: block;
  margin-bottom: 8rem;
}

@media all and (max-width: 600px) {
  #DESIGNER picture img {
    height: 300px;
  }
}

footer {
  background: #b7a6861a;
}

.movieBox {
  width: 100%;
  position: relative;
  z-index: 0;
}

.movieBox video {
  display: block;
  width: 100%;
  height: auto;
}
.movieBox:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: radial-gradient(#1111115a 30%, transparent 31%),
    radial-gradient(#1111115a 30%, transparent 31%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}
.slider div {
  line-height: 0;
}

.slider .slick-slide {
  height: auto;
  width: auto !important;
  padding: 0 5px;
}

.slider .slick-track {
  display: flex;
  align-items: stretch;
}

.slider .slick-slide > div {
  height: 100%;
}

.slider .slick-slide img {
  width: auto !important;
  height: 400px; /* 高さを固定（好みの値に調整） */
  object-fit: contain; /* 画像の縦横比を維持 */
  margin: 0 auto; /* 中央寄せ */
  display: block;
}
@media (max-width: 768px) {
  .slider .slick-slide img {
    height: 200px; /* スマホ用の高さ */
  }
}

.topWrap {
  position: relative;
}

header {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

header h1 {
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 1));
}

header h1 img {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 20px;
}
header h1 strong {
  display: block;
  font-size: 50px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  line-height: 1.4;
}

@media (max-width: 768px) {
  header h1 img {
    max-width: 200px;
  }
  header h1 strong {
    font-size: 30px;
  }
}
