@charset "UTF-8";
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.019em;
  background-color: #f4f4f4;
  overflow: hidden;
}

.ja {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
}

img,
video,
object {
  width: 100%;
  border: none;
  display: block;
}

@media screen and (min-width: 958px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 958px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .pcNone {
    display: block;
  }
}

/*--------------------------------------*
* aタグ
*--------------------------------------*/
a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #000;
}
a[href=""] {
  pointer-events: none;
}

/*--------------------------------------*
* layout
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ヘッダー
*--------------------------------------*/
header {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
}

#menu-open {
  position: absolute;
  right: 10px;
}

#menu-close {
  margin: 30px auto 0;
  display: block;
}

#menu-open,
#menu-close {
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  background-color: transparent;
  text-decoration: underline;
}

#menu {
  display: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  z-index: 1000;
}

#menu ul li {
  border-bottom: 1px solid #444;
}

#menu ul li a {
  display: block;
  padding: 10px;
}

/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
footer {
  margin-top: 50px;
  padding: 100px 0 50px;
  border-top: 1px solid #000;
}
footer .btn_wrap {
  display: grid;
  gap: 10px;
  width: 280px;
  margin: 0 auto;
}
footer .btn_wrap a {
  background-color: #fff;
  padding: 15px;
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .arrow {
  rotate: -90deg;
}
footer .logo {
  width: 100px;
  margin: 160px auto 20px;
}
footer .copy {
  font-size: 11px;
  text-align: center;
}

/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* コンテンツ幅
*--------------------------------------*/
/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.fv {
  position: relative;
}
.fv .number {
  position: relative;
}
.fv .number:before {
  content: "";
  width: 60px;
  height: 0.5px;
  position: absolute;
  transform: 0 -50%;
  top: 50%;
  left: 0;
}
.fv .item_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
}
.fv .item_list li a {
  position: relative;
}
.fv .item_list .item {
  font-size: 6.4vw;
  position: absolute;
  bottom: 10px;
  right: 15px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.fv .item_list .item.white {
  color: #fff;
}
.fv .item_list .item.white .arrow {
  border: 1px solid #fff;
}
.fv .item_list .item.white .arrow:before, .fv .item_list .item.white .arrow:after {
  background-color: #fff;
}
.fv .item_list img {
  border-radius: 5px;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
@media screen and (max-width: 960px) {
  .fv .fv_slider {
    height: 100svh;
    position: relative;
  }
  .fv .fv_slider:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
  }
  .fv .fv_slider img {
    object-fit: cover;
    height: 100%;
  }
  .fv .main_wrap {
    width: 89.3333333333vw;
    margin: 0 auto;
    position: absolute;
    translate: -50% -50%;
    top: 50%;
    left: 50%;
    z-index: 10;
    color: #fff;
  }
  .fv .number {
    font-size: 7.4666666667vw;
    padding-left: 70px;
  }
  .fv .number:before {
    background-color: #fff;
  }
  .fv h1 {
    padding-top: 4vw;
    font-size: 7.2vw;
    line-height: 1.7037037037;
    margin-bottom: 10.6666666667vw;
  }
  .fv .item_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .fv .item_list li a {
    height: 89.3333333333vw;
  }
  .fv .item_list .item {
    font-size: 6.4vw;
  }
  .fv .item_list:has(li:nth-child(2)) li a {
    height: 42.6666666667vw;
  }
  .fv .item_list:has(li:nth-child(2)) .item {
    font-size: 4.5333333333vw;
  }
}

.arrow {
  border: 1px solid #000;
  border-radius: 100vmax;
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
}
.arrow:before, .arrow:after {
  content: "";
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  background-color: #000;
  height: 1px;
  width: 10px;
}
.arrow:before {
  rotate: 60deg;
  left: 12%;
}
.arrow:after {
  rotate: -60deg;
  right: 12%;
}

.nav {
  margin-left: 4.1666666667vw;
}
.nav .logo {
  width: 8.3333333333vw;
  transition: all 0.4s;
}
.nav .logo:hover {
  opacity: 0.6;
  transition: all 0.4s;
}
.nav .nav_li {
  display: flex;
  gap: 2.0833333333vw;
  margin: 20px 0 50px;
  font-size: 13px;
}
.nav .nav_li a:hover {
  text-decoration: underline;
}

.fv .copy {
  font-size: 11px;
  padding-top: 30px;
  margin-left: 4.1666666667vw;
}

@media screen and (min-width: 958px) {
  .fv .fv_slider .swiper-wrapper {
    transition-timing-function: linear !important;
  }
  .fv_slider img {
    border-radius: 5px;
  }
  .fv .number {
    padding-left: 55px;
    font-size: 1.75vw;
  }
  .fv .number:before {
    background-color: #000;
    width: 45px;
  }
  .fv h1 {
    font-size: 2.75vw;
    padding: 20px 0 50px;
    line-height: 1.7272727273;
  }
  .fv .item_list {
    width: 41.6666666667vw;
    margin-inline: auto;
  }
  .fv .item_list .item {
    font-size: 2vw;
  }
  .fv .item_list li a {
    height: 270px;
    overflow: hidden;
    border-radius: 5px;
  }
  .fv .item_list li a img {
    transition: all 0.5s;
    object-position: center;
  }
  .fv .item_list li a:hover img {
    scale: 1.05;
    transition: all 0.5s;
  }
  .fv .item_list:has(li:nth-child(2)) {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .fv .pc_flex .fv_slider {
    width: 50vw;
  }
  .fv .pc_flex .fv_slider img {
    height: 100%;
    object-fit: cover;
  }
  .fv .pc_flex .fv_slider .swiper-slide {
    height: 31.6666666667vw;
  }
  .fv .pc_left {
    position: fixed;
    inset: 0;
    height: 100vh;
    width: 50%;
    display: grid;
    place-content: center;
    background-color: #fff;
  }
  .fv .pc_right {
    width: 50%;
    margin: 0 0 0 auto;
    height: 100vh;
    background-color: #f4f4f4;
    display: grid;
    place-content: center;
    box-shadow: -5px -10px 7px rgba(0, 0, 0, 0.2);
    position: relative;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
section .container {
  width: 89.3333333333vw;
  max-width: 375px;
  margin: 0 auto;
  padding: 100px 0;
}

section h2 {
  font-size: 28px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  text-decoration: underline;
}
section h2:before {
  content: "";
  border: 1px solid #000;
  width: 15px;
  height: 15px;
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  left: 0;
}
section .com_wrap {
  border-bottom: 1px solid #000;
  margin: 40px auto;
  width: 300px;
}
section .com_wrap .com_title {
  font-size: 18px;
  padding: 0 0 0 5px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
section .com_wrap .com_title span {
  background-color: #000;
  height: 1px;
  width: 180px;
  display: block;
  margin: 0 0 0 auto;
}
section .com_wrap .com {
  width: 300px;
  font-size: 14px;
  line-height: 1.8;
  padding: 20px 0;
  margin: 0 auto;
}
section .main_credit {
  font-size: 18px;
  display: flex;
  width: fit-content;
  margin: 0 auto;
  gap: 20px;
  align-items: center;
}
@media screen and (min-width: 958px) {
  section .main_credit:hover span {
    background-color: #fff;
    color: #000;
    transition: all 0.3s;
  }
}
section .main_credit p {
  font-weight: 400;
  text-decoration: underline;
}
section .main_credit span {
  width: 110px;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 3px;
  border: 1px solid #000;
  transition: all 0.3s;
}
section h3 {
  font-size: 30px;
  text-align: center;
  position: absolute;
  translate: -50% 0;
  left: 50%;
  top: -15px;
}
section .coordinate {
  position: relative;
  padding: 80px 0;
  background-color: #fff;
  width: 95%;
  margin: 120px auto 0;
}
section .staff_list {
  display: grid;
  gap: 100px;
}
section .staff_list .data_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  font-size: 11px;
  text-align: center;
  gap: 3px;
  margin-bottom: -1px;
}
section .staff_list .data_wrap li {
  padding: 7px 0;
  border: 0.5px solid #000;
  border-radius: 0 10px 0 0;
  display: grid;
  place-content: center;
  line-height: 1.2;
}
section .staff_list .list_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
section .staff_list .list_wrap:nth-child(even) .flex {
  flex-direction: row-reverse;
}
section .staff_list .list_wrap:not(.list_wrap:first-child) {
  padding-top: 30px;
}
section .staff_list .list_wrap:not(.list_wrap:first-child):before {
  content: "";
  background-color: #000;
  height: 0.5px;
  width: 100%;
  rotate: -8deg;
  position: absolute;
  top: -50px;
  left: 0;
}
section .staff_list .flex {
  display: flex;
  align-items: center;
  position: relative;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
}
section .staff_list .flex:nth-child(even) {
  flex-direction: row-reverse;
}
section .staff_list .flex:not(.flex:first-child) {
  padding-top: 30px;
}
section .staff_list .flex:not(.flex:first-child):before {
  content: "";
  background-color: #000;
  height: 0.5px;
  width: 100%;
  rotate: -8deg;
  position: absolute;
  top: -50px;
  left: 0;
}
section .staff_list .left {
  width: 240px;
}
section .staff_list .right {
  text-align: center;
  height: fit-content;
}
section .staff_list .right p {
  text-align: left;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 1.5;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  width: fit-content;
  display: inline-block;
  height: 50%;
}
section .credit {
  margin: 20px auto;
  display: grid;
  gap: 15px;
  width: 90%;
}
section .credit li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 958px) {
  section .credit li a:hover span {
    background-color: #fff;
    color: #000;
    transition: all 0.3s;
  }
}
section .credit p {
  text-decoration: underline;
  font-weight: 400;
  font-size: 14px;
}
section .credit span {
  transition: all 0.3s;
  width: 55px;
  display: block;
  background-color: #000;
  color: #fff;
  padding: 3px;
  border-radius: 3px;
  text-align: center;
  border: 1px solid #000;
}
section .link_wrap {
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
  gap: 10px;
  width: 90%;
  margin: 30px auto;
  max-width: 345px;
}
section .link_wrap a {
  border: 0.5px solid #000;
  padding: 10px;
  border-radius: 3px;
  color: #fff;
  background-color: #000;
  transition: all 0.3s;
}
section .link_wrap a:hover {
  background-color: #fff;
  color: #000;
  transition: all 0.3s;
}

.page_top {
  text-decoration: underline;
  text-align: center;
  padding: 20px;
  width: fit-content;
  margin: 0 auto;
}

.color_variation {
  margin: 120px 0;
}
.color_variation h2 {
  margin-bottom: 40px;
}
.color_variation .color {
  width: 80%;
  margin: 0 auto;
}
.color_variation figure {
  position: relative;
  overflow: hidden;
}
.color_variation figure img {
  border-radius: 5px;
}
.color_variation li {
  margin: 30px auto 0 0;
  width: 80%;
  position: relative;
}
.color_variation li .plus {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: clamp(30px, 8vw, 45px);
}
.color_variation li:nth-child(odd) {
  margin: 30px 0 0 auto;
}
.color_variation p {
  position: relative;
  font-size: clamp(24px, 6.4vw, 27px);
  text-align: center;
  padding-top: clamp(5px, 1.3333333333vw, 10px);
}

.movie {
  margin: 120px auto;
  width: 80%;
  position: relative;
}
.movie:before, .movie:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border: solid #000;
}
.movie:before {
  top: -20px;
  right: -20px;
  border-width: 1px 1px 0 0;
}
.movie:after {
  bottom: -20px;
  left: -20px;
  border-width: 0 0 1px 1px;
}

.detail .detail_text {
  padding: 10px 0 50px;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (min-width: 958px) {
  .side {
    width: 50%;
    margin: 0 0 0 auto;
    box-shadow: -5px 10px 7px rgba(0, 0, 0, 0.2);
    position: relative;
    padding-bottom: 150px;
  }
  #sec1 {
    margin-top: -20px;
  }
  section .staff_list .flex:not(.flex:first-child):before {
    content: "";
    background-color: #000;
    height: 0.5px;
    width: 50vw;
    margin: 0 calc(50% - 25vw);
    rotate: -8deg;
    position: absolute;
    top: -50px;
    left: 0;
  }
  section .top {
    width: 80%;
    margin: 0 auto;
  }
  .color_variation,
  .detail {
    width: 80%;
    margin: 120px auto;
  }
  .detail .color {
    width: 80%;
    margin: 0 auto;
  }
  section .coordinate {
    width: 100%;
  }
  section .container {
    width: 41.6666666667vw;
    max-width: 100%;
  }
  section .staff_list .left {
    width: 345px;
  }
  section .staff_list .flex {
    justify-content: center;
    gap: 40px;
  }
  section .link_wrap {
    grid-template-columns: 1fr 1fr;
    max-width: 425px;
  }
  .page_top {
    padding: 20px 30px;
    margin: 50px auto 0;
    border-radius: 3px;
  }
  .page_top:hover {
    background-color: #fff;
  }
}
.swiper-scrollbar {
  bottom: 10px !important;
  width: 80% !important;
  translate: -50% 0;
  left: 50% !important;
  background-color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 960px) {
  section .staff_list .right {
    height: 80%;
  }
  section .staff_list .right p {
    height: 300%;
    font-size: 12px;
    width: 25px;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
.archive h4 {
  font-size: 22px;
  text-align: center;
  padding-bottom: 10px;
}
.archive .sub_title {
  font-size: 10px;
  text-align: center;
}
.archive .archive_li {
  border: solid #000;
  border-width: 1px 0;
  padding: 10px 0;
}
.archive .archive_li:first-child {
  margin-top: 40px;
}
.archive .archive_li:nth-child(2) {
  border: none;
  border-bottom: solid 1px #000;
}
.archive .archive_li:last-child {
  border-width: 0 0 1px 0;
}
.archive .archive_li p {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  grid-column: 1/3;
  text-align: center;
}
.archive .archive_li p .arrow {
  rotate: -90deg;
  transition: all 0.4s;
}
.archive .archive_li p .arrow.open {
  rotate: 0deg;
}
.archive .archive_li ol {
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 1fr;
  padding: 10px 0 20px;
}
.archive .archive_li li {
  height: fit-content;
  background-color: #fff;
  font-size: 14px;
}
.archive .archive_li li a {
  border-radius: 3px;
  padding: 10px;
  display: grid;
  grid-template-columns: 40px 75px auto;
  font-size: 10px;
  justify-content: space-between;
  transition: all 0.3s;
  border: 1px solid transparent;
  gap: 3px;
  line-height: 1.4;
}
@media screen and (min-width: 958px) {
  .archive .archive_li li a:hover {
    border: 1px solid #000;
    transition: all 0.3s;
  }
}
.archive .archive_li li a figure {
  width: 40px;
  height: 50px;
}
.archive .archive_li li a figure img {
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.archive .archive_li li .arrow {
  rotate: -90deg;
  position: relative;
  translate: 0 -50%;
  top: 50%;
}

@media screen and (min-width: 958px) {
  .archive .archive_li li a {
    grid-template-columns: 40px clamp(120px, 10vw, 200px) auto;
    gap: 10px;
    justify-content: left;
    position: relative;
    font-size: 12px;
  }
  .archive .archive_li li .arrow {
    position: absolute;
    right: 10px;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ローディング
*--------------------------------------*/
#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  display: grid;
  place-content: center;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
#loading-bg .bg {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  inset: 0;
}
#loading-bg .inner {
  width: 100vw;
}
#loading-bg .bar {
  width: 70%;
  max-width: 400px;
  margin: 30px auto 0;
  background-color: rgba(255, 255, 255, 0.5);
  height: 5px;
  border-radius: 100vmax;
  position: relative;
}
#loading-bg .bar span {
  position: absolute;
  height: 5px;
  border-radius: 100vmax;
  position: absolute;
  inset: 0;
  background-color: #464646;
  width: 0;
  animation: loading 2s 1s forwards;
}
#loading-bg .weekly_logo {
  width: 60%;
  max-width: 200px;
  position: absolute;
  bottom: 5%;
  translate: -50% 0;
  left: 50%;
}

@keyframes loading {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@media screen and (min-width: 958px) {
  #loading-bg {
    display: flex;
    justify-content: right;
    align-items: center;
  }
  #loading-bg .inner {
    width: 50vw;
    margin: 0 0 0 auto;
  }
  #loading-bg .weekly_logo {
    left: 75%;
  }
}
.fv .item_list img {
  object-position: top !important;
}/*# sourceMappingURL=style.css.map */