@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  color: #454545;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
  line-height: 1.7;
}

img {
  width: 100%;
  vertical-align: top;
}

ul, ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

img {
  width: 100%;
  vertical-align: top;
}

a {
  text-decoration: none;
  color: #454545;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  opacity: .7;
}

span {
  display: block;
}

.latest-art {
  display: grid;
  gap: 80px 0;
  margin: 160px 0;
}

.main-photo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 2%;
}

.video-container {
  position: relative;
  height: 100vh;
}

.top-video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.top-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.prof-movie {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.prof-movie iframe {
  width: 100%;
  height: 100%;
}

.link {
  color: #3996D7;
  text-decoration: underline;
}

header {
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: white;
  opacity: 0.8;
}

.header_inner {
  margin: 0 5%;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 0;
}

.logo img {
  height: 40px;
}

.header_nav ul {
  display: flex;
  list-style: none;
  gap: 1em;
}

.header_nav ul li {
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
}

.header_nav ul li a {
  display: block;
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
}

.header_nav ul li a:hover {
  color: #555;
}

/* ハンバーガーボタンの基本スタイル */
.menu_toggle {
  display: none;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  flex-direction: column;
  justify-content: space-between;
  width: 20px;
  /* 線の横幅 */
  height: 15px;
  /* ボタンの高さ */
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1000;
}

/* 線のスタイル */
.menu_toggle span {
  display: block;
  height: 1px;
  /* 線の太さ */
  width: 100%;
  background: #333;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  position: relative;
}

/* 線のアニメーション（メニューが開いた状態） */
.menu_toggle.open span:nth-child(1) {
  transform: translateY(13px) rotate(45deg);
}

.menu_toggle.open span:nth-child(2) {
  opacity: 0;
  /* 真ん中の線を消す */
}

.menu_toggle.open span:nth-child(3) {
  transform: translateY(-13px) rotate(-45deg);
}

/* ハンバーガーのアニメーション */
.menu_toggle.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.menu_toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu_toggle.active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

h1 {
  font-size: 2rem;
}

section {
  margin: 80px 0;
  display: inline-block;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.hv-detail {
  display: grid;
  grid-template-columns: 70% 25%;
  gap: 0 5%;
}

.career {
  display: grid;
  grid-template-columns: 65% 35%;
  align-items: center;
}

.spnsr {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 5%;
  align-items: center;
}

main {
  max-width: 1200px;
  margin: 67px auto 0;
  padding: 0 1em;
}

#wrapper {
  margin: 0 5%;
}

.ttl {
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 2rem;
  padding: 16px;
  border-bottom: solid 1px #B7B7B7;
}

.full {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: relative;
}

.info-container {
  background: #FF5D60;
  padding: 1em;
  margin: 40px 0;
  font-size: 1.5rem;
  color: white;
}

.info-container .info {
  display: flex;
  gap: 0 1em;
}

.info-container .info a {
  color: white;
  text-decoration: underline;
}

.event {
  margin: 0 0 20px 0;
}

.r-end {
  text-align-last: right;
  color: #FF5457;
}

.ranger {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 40px;
}

.pen-txt {
  width: 80%;
  margin: 0 auto;
}

.arearight {
  width: 50%;
  margin-left: auto;
}

.prof-photo {
  width: 30%;
}

/*作品紹介ページ*/
.large-p {
  width: 100%;
  margin-bottom: 50px;
}

.layout-same-height {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px 5%;
}

.caption {
  margin: 10px auto;
  text-align: center;
}

.for-john {
  display: grid;
  grid-template-columns: 70% 25%;
  gap: 0 5%;
  align-items: flex-start;
}

.layout-four {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 2%;
}

.layout-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 2%;
}

.scr-target {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  display: grid;
  gap: 80px 0;
  margin: 160px 0;
}

.scr-target.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 1s;
}

.gallery {
  display: grid;
  grid-template-columns: 100%;
  gap: 80px 0;
  margin: 0 5%;
}

.work-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em 2%;
}

#to-top-btn {
  position: fixed;
  bottom: 10px;
  right: 15px;
  height: 50px;
  width: 50px;
  background-color: white;
  border: 1px solid #949494;
  border-radius: 50%;
  transition-duration: 0.5s;
  z-index: 2;
  opacity: 0;
}

.arrow {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 2px #949494;
  border-left: solid 2px #949494;
  position: absolute;
  top: 42%;
  left: 37%;
  transform: rotate(45deg);
}

@media (max-width: 599px) {
  section {
    margin: 40px 0;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .logo img {
    height: 30px;
  }
  .menu_toggle {
    display: flex;
  }
  .header_nav ul {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background: white;
    flex-direction: column;
    padding: 1em 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  .header_nav ul.active {
    display: flex;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .header_nav ul li {
    margin: 0.5em 0;
    text-align: center;
  }
  .latest-art {
    gap: 80px 0;
    margin: 0;
  }
  .main-photo {
    grid-template-columns: 100%;
    gap: 5em 0;
  }
  .scr-target {
    gap: 20px 0;
  }
  .movie {
    margin-bottom: 80px;
  }
  .hv-detail {
    grid-template-columns: 100%;
    gap: 2em 0;
  }
  .career {
    grid-template-columns: 100%;
    gap: 20px 0;
  }
  .career img {
    width: 50%;
    margin: 0 auto;
  }
  .spnsr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em 10%;
    align-items: center;
  }
  .full {
    position: static;
    margin-bottom: 20px;
  }
  .info-container .info {
    display: block;
  }
  .info-container .info a {
    color: white;
    text-decoration: underline;
  }
  .sub-container {
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
  }
  .sub-container li {
    width: calc(50% - 2%);
  }
  .sub-container li:nth-child(3) {
    width: 100%;
  }
  .ranger {
    grid-template-columns: repeat(3, 1fr);
  }
  .ranger .pr-1 {
    order: 1;
  }
  .ranger .pr-2 {
    order: 3;
  }
  .ranger .pr-3 {
    order: 2;
  }
  .ranger .pr-4 {
    order: 4;
  }
  .ranger .pr-5 {
    order: 5;
  }
  .pen-txt {
    width: 100%;
  }
  .arearight {
    width: 100%;
    margin: 0 auto;
  }
  .order-box {
    display: flex;
    flex-direction: column;
  }
  .order1 {
    order: 2;
    margin-bottom: 50px;
  }
  .order2 {
    order: 1;
    margin-bottom: 50px;
  }
  .order3 {
    order: 3;
    margin-bottom: 50px;
  }
  .prof-photo {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .work-list {
    grid-template-columns: repeat(2, 1fr);
  }
  /*作品紹介ページ*/
  .for-john {
    grid-template-columns: 100%;
    gap: 20px 0;
  }
  .layout-two {
    grid-template-columns: 100%;
    gap: 20px 0;
  }
  .layout-same-height {
    grid-template-columns: 100%;
  }
}
/*# sourceMappingURL=style.css.map */