@charset "utf-8";

.stalker {
  display: none;
}

/* loop  */
.loop__top-wrapper {
  position: relative;
  width: 100%;
  padding: 40px 0;
  overflow: hidden;
}

.loop__top.txt__top {
  font-size: 1.6rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
  opacity: 0;
  /* 初期は透明 */
  transform: translateY(20px);
  /* 下から上に移動 */
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.loop__top.txt__top.show {
  opacity: 1;
  transform: translateY(0);
}

.txt__top::after {
  position: relative;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.6s;
  display: inline-flex;
  align-items: center;
  font-family: "Tenor Sans";
  margin: 0 1rem;
  font-size: 1.4rem;
  padding: 1em;
  font-weight: 300;
  letter-spacing: 2px;
}

.loop__wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 200px;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
  display: flex;
}

.loop__ichigo {
  display: flex;
  gap: 50px;
  animation: ichigoScroll 30s linear infinite;
  padding-left: 100px;
  align-items: center;
}

/* 横に流れる */
@keyframes ichigoScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.ichigo {
  width: 70px;
  height: auto;
  opacity: 0.3;
  display: block;
}

/* 偶数番目だけ上下反転＋スイング逆方向に */
.ichigo__wrap:nth-child(even) .ichigo {
  transform: scaleY(-1);
  animation-direction: reverse;
}


.ichigo__wrap {
  flex-shrink: 0;
  /* 縮まらないようにする */
  width: max-content;
}

.loop__imgtop {
  width: 30px;
  height: 30px;
  margin: 0 10px;
  vertical-align: middle;
}


/* common pc */
@media screen and (min-width:769px) {

  .contents__title {
    font-size: 2.6rem;
    text-align: left;
  }
}

.body {
  font-family: "Zen Kaku Gothic New";
}

/* ---------- fv -----------*/
.main__hidden {
  padding: 80px 2.6% 0 2.6%;
  flex: 1;
}

.fv__sentence {
  text-align: left;
}

.fv__txt {
  font-family: "Vollkorn";
  font-size: 1.4rem;
  letter-spacing: 3px;
  margin-top: 8px;
}

.fv {
  margin: 32px auto;
  position: relative;
  overflow: hidden;
  height: 45vh;
  width: 100%;
}

.fv__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  object-fit: contain;
  opacity: 0;
  transition: opacity 3s ease-in-out;
}

.fv__img.active {
  opacity: 1;
}

/* ---------------------------
intro
------------------------------ */
.section--intro {
  padding: 0 2.6% 80px 2.6%;
  border-bottom: #75633e solid 0.7px;
}

.intro__txt {
  font-size: 2.4rem;
  animation: 0.8s textShadow linear forwards;

  &+p {
    margin-top: 20px;
  }
}

@keyframes textShadow {
  0% {
    color: transparent;
    text-shadow: none;
    opacity: 0;
  }

  50% {
    color: transparent;
    text-shadow: 0 0 25px #000;
  }

  99% {
    color: #333;
  }

  100% {
    color: #333;
    text-shadow: none;
    opacity: 1;
  }
}

.intro__mes {
  font-size: 1.6rem;
  letter-spacing: 1.8px;
  margin-top: 32px;
  animation: 0.8s textShadow linear forwards;

  &+p {
    margin-top: 20px;
  }
}

@keyframes textShadow {
  0% {
    color: transparent;
    text-shadow: none;
    opacity: 0;
  }

  50% {
    color: transparent;
    text-shadow: 0 0 25px #000;
  }

  99% {
    color: #333;
  }

  100% {
    color: #333;
    text-shadow: none;
    opacity: 1;
  }
}

.intro__txt,
.intro__mes,
.about__link {
  opacity: 0;
  transition: opacity 0.6s;
  transform: translateY(30px);
}


.intro__txt.animate,
.intro__mes.animate,
.about__link {
  animation: textShadow 0.6s linear forwards;
}


.intro__mes p {
  margin-top: 8px;
}

.about__link {
  margin-top: 32px;
}

.about__btn {
  font-family: "Tenor Sans";
  font-size: 1.6rem;
  padding: 8px 20px;
  border: #43361a solid 0.7px;
  border-radius: 16px;
}

.about__btn::after.active {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 0;
  height: 100%;
  background-color: #6b5c50;
  transform: skew(50deg);
  transform-origin: top left;
  transition: width 0.6s;
  z-index: 0;
}

.about__btn span {
  font-family: "Tenor Sans";
}

/* ---------------------------
works
------------------------------ */
.contents__banner {
  border-top: #75633e solid 0.7px;
  padding: 32px 2.6%;
}

.section--works {
  background-color: #F6F5F2;
  border-bottom: #75633e solid 1px;
}

.works__name {
  position: relative;
  font-size: 2rem;
}


.works__name02 {
  font-size: 1.6rem;
}

.item__group {
  margin-top: 32px;
}

.item__contents,
.item__contentssub,
.item__contents02 {
  border-top: #75633e solid 0.7px;
}

.item__contents {
  background-color: #f3ede5;
}

.item__contentssub {
  background-color: #ede0d8;
}

.item__img {
  width: 80%;
}

.item__imgpc {
  display: none;
}

.item__imgsp {
  width: 90%;
}

.item__title {
  margin-top: 32px;
  font-size: 2rem;
}

.cate {
  margin-top: 12px;
  padding-left: 2.6%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.item__description {
  margin-top: 32px;
  display: grid;
  padding: 0 2.8%;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr 1fr;
  text-align: left;
  gap: 20px;
  padding-bottom: 40px;
}

.item__description> :last-child {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  align-items: center;
}

.item__description a {
  font-family: "Tenor Sans";
  justify-self: end;
  align-self: end;
  border-bottom: #75633e solid 1px;
  display: inline-flex;
  gap: 0.3em;
  font-size: 1.8rem;
  letter-spacing: 1.6px;
}

.date {
  font-size: 1.4rem;
}

.item__txt {
  text-align: left;
  letter-spacing: 1.2px;
}

.class {
  font-family: "Zen Kaku Gothic New";
  margin-top: 8px;
  font-size: 1.4rem;
}

.next__page {
  text-align: right;
}

.item__title02 {
  font-size: 1.6rem;
}

.item__contents02 {
  flex: 1;
  /* 幅を均等に */
  display: flex;
  gap: 20px;
  border-bottom: 0.5px solid #75633e;
  padding: 8px;
  box-sizing: border-box;
}


.item__img02 {
  width: 100%;
  height: 22vh;
  object-fit: cover;
}

.item__title02 {
  margin-top: 20px;
}

.item__txt02 {
  font-size: 1.4rem;
  letter-spacing: 1.2px;
  margin-top: 12px;
}

.c__mark02 {
  font-size: 1.3rem;
  padding: 4px 18px;
  border: #75633e solid 0.5px;
  border-radius: 16px;
}

.item__description02 {
  margin: 40px;
}


.next__page {
  margin-top: 20px;
}

.next__page02 {
  font-family: "Tenor Sans";
  margin-top: 32px;
  justify-content: center;
  align-items: center;
  border-bottom: #75633e solid 1px;
  display: inline-flex;
  gap: 0.3em;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 1.6px;
}

.item__contents03 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  gap: 40px;
}

.item__title {
  margin-top: 32px;
  font-size: 1.8rem;
}

.item__titleb {
  margin-top: 32px;
}

.c__mark03 {
  padding: 2px 16px;
  border: #75633e solid 0.7px;
  border-radius: 16px;
}

.banner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 0 2.6%;
}

.eyecatch {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 0 2.6% 32px;
}

.txt {
  letter-spacing: 1.8px;
  margin-top: 32px;
}

.skill__box {
  display: block;
  border-radius: 8px;
  padding-top: 20px;
}

.skill__title {
  padding: 0;
  margin-top: 40px;
  font-size: 2rem;
}


.skill__theme {
  font-size: 2.2rem;
  margin: 0;
  text-align: left;
}

.next__page03 {
  font-family: "Tenor Sans";
  margin-top: 32px;
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
  position: relative;
  text-decoration: none;
  color: #383a36;
  font-size: 1.2rem;
  letter-spacing: 1px;
  padding-bottom: 2px;
}

.next__page03::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #75633e;
}

.loop__txt {
  color: #eeece4;
  font-family: "Tenor Sans";
  display: inline-flex;
  align-items: center;
  margin: 0 3rem;
  font-size: 3rem;
}

.view__morebtn {
  width: 100%;
  margin-top: 40px;
  text-align: right;
}

/* ---------------------------
about
------------------------------ */
.section--about {
  padding: 0 2.8%;
}

.myphoto {
  width: 100%;
  filter: grayscale(100%);
}

.myname {
  font-size: 2rem;
  margin-top: 32px;
}

@media screen and (max-width: 768px) {

  .nav-grid__sections {
    grid-template-columns: 1fr;
  }

  .nav-grid__link {
    font-size: 20px;
  }
}

/* header pc */
@media screen and (min-width:769px) {

  .main__hidden {
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
    padding-top: 120px;
  }

  .main__hidden>* {
    width: 50%;
  }
}

@media screen and (min-width:1000px) {
  .fv {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 66.6666%;
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .fv__img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    object-fit: contain;
    opacity: 0;
    transition: opacity 3s ease-in-out;
  }

  .fv__sentence {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 90%;
    box-sizing: border-box;
  }

  .fv__mes {
    margin-top: 48px;
  }

  .fv__txt {
    font-size: 2rem;
  }

  .img-wrap {
    overflow: hidden;
    display: inline-block;
  }
}

  @media screen and (min-width:769px) {
  /* ------- intro -------*/

  .intro__txt {
    font-size: 3rem;
    margin-top: 100px;
  }

  .about__link {
    margin-top: 64px;
  }

  .about__btn {
    position: relative;
    display: inline-block;
    font-size: 2rem;
    padding: 12px 48px;
    border: 0.7px solid #43361a;
    border-radius: 32px;
    overflow: hidden;
    background: transparent;
    color: #43361a;
    cursor: pointer;
  }

  .about__btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 0;
    height: 100%;
    background-color: #6b5c50;
    transform: skew(50deg);
    transform-origin: top left;
    transition: width 0.6s;
    z-index: 0;
  }

  .about__btn span {
    position: relative;
    z-index: 1;
    transition: color 0.3s;
  }

  .about__btn:hover::after {
    width: 150%;
  }

  .about__btn:hover span {
    color: #fff;
  }


  /* --------- work pc----------- */

  .section--works {
    padding: 0 10.2%;
  }

  .item__imgpc {
    display: block;
    transition: transform 0.4s ease;
    transform: scale(1.2);
  }

  .item__imgpc:hover {
    transform: scale(1.3);
  }

  .item__title,
  .item__description {
    margin: 0;
  }

  .item__contents,
  .item__contentssub {
    background-color: transparent;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    padding: 32px 2.6%;
    gap: 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
  }

  .item__contents:hover {
    background-color: #f3ede5;
  }

  .item__contentssub:hover {
    background-color: #ede7d9;
  }

  .item__img {
    width: 90%;
    height: auto;
    box-shadow: 0 0 4px gray;
  }

  .item__img02 {
    width: 80vw;
    height: 40vh;
    object-fit: cover;
  }

  .item__group {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .item__imgsp {
    display: none;
  }

  .item__set {
    text-align: left;
  }

  .item__txt {
    font-size: 1.6rem;
    letter-spacing: 1.8px;
  }

  .skill__title {
    font-size: 3rem;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .cate {
    justify-content: flex-start;
    padding: 0;
  }

  .txt {
    font-family: 'Noto Sans JP';
    font-size: 1.6rem;
    text-align: left;
    margin-top: 0;
  }

  .txt__top {
    font-size: 2.5rem;
    letter-spacing: 3px;
  }

  .loop__imgtop {
    width: 50px;
    height: 50px;

  }

  .banner,
  .eyecatch {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
  }

  .item__set {
    flex: 1 1 calc(25% - 40px);
    /* 4列表示を維持 */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }

  .item__groupb {
    aspect-ratio: 4 / 3;
    overflow: hidden;
  }

  .item__img {
    width: 100%;
    object-fit: contain;
  }

  .item__titleb {
    margin-top: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .myphoto {
    width: 80%;
    height: auto;
    position: relative;
    z-index: 1;
  }

  .item__description02 {
    margin: 0;
    padding: 32px 0;
  }

  .works__name02 {
    font-size: 2rem;
  }

  .item__contents03 {
    display: grid;
    grid-template-columns: 2fr 2fr;
    grid-template-rows: auto auto;
    gap: 40px;
  }

  /* ------about pc-------- */
  .section--about {
    padding: 0 10.2%;
  }

  .about__contents {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: start;
  }

  .about__detail {
    display: grid;
    grid-template-rows: auto auto;
    gap: 32px;
  }

  .profile,
  .skill__set {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: start;
    gap: 16px;
  }

  .skill__box {
    padding: 0;
  }

  .cording {
    margin-top: 20px;
  }

  .myname {
    text-align: left;
    font-size: 2.4rem;
    letter-spacing: 1.8px;
    margin: 0;
  }

  .enname {
    font-size: 1.4rem;
  }

  .description a {
    text-align: right;
  }

  .c__mark03 {
    font-size: 1.4rem;
  }

  .cate {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .next__page03 {
    font-size: 1.6rem;
  }

  .loop__top-wrapper {
    padding: 60px 0;
  }

  .loop__top.txt__top {
    font-size: 2.6rem;
  }

  .loop__ichigo {
    padding-left: 60px;
  }

  .ichigo {
    width: 80px;
    height: auto;
    opacity: 0.3;
    display: block;
  }

  .loop__img {
    width: 80px;
    height: 80px;
    margin: 0 20px;
    transition: opacity 0.3s;
    vertical-align: center;
  }

  .stalker {
    display: block;
    position: fixed;
    top: 5%;
    left: 0;
    width: 30px;
    height: 30px;
    pointer-events: none;
    transform: translate(-20%, 50%);
    z-index: 9999;
  }

  .stalker img {
    width: 100%;
    height: auto;
    display: block;
  }
}

/* break point */
@media screen and (min-width:769px) and (max-width:1000px){
  .main__hidden {
    height: 60%;
    align-items: flex-end;
  }

  .name span {
    font-size: 9rem;
  }

  .fv__name {
    margin-bottom: 80px;
  }
}

@media screen and (min-width:550px) and (max-width:769px){
  .fv {
    height: 50vh;
  }
  }