@charset "UTF-8";
/* 文字コードの指定 */
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Noto+Serif+JP&display=swap");
.theme-footer {
  background-color: #333;
  color: #fff;
}

html {
  font-size: 62.5%;
  color: #333;
  background-color: #fff;
}

body {
  font-family: "minion-pro", "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
}

@media (min-width: 960px) {
  main {
    max-width: 120rem;
    margin: auto;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

input {
  border: 1px solid #333;
}

textarea {
  border: 1px solid #333;
}

.for-sp {
  display: block;
}
@media (min-width: 960px) {
  .for-sp {
    display: none !important;
  }
}

.for-pc {
  display: none !important;
}
@media (min-width: 960px) {
  .for-pc {
    display: flex !important;
  }
}

.l-about {
  padding: 12rem 3rem 8rem;
}

.l-profile-wrapper {
  display: block;
}
@media (min-width: 960px) {
  .l-profile-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 12rem;
  }
}

.l-my-img-wrapper {
  margin-top: 4rem;
  text-align: center;
}

.l-my-image {
  width: 30rem;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
}
@media (min-width: 960px) {
  .l-my-image {
    width: 40rem;
    height: 40rem;
  }
}

.l-info {
  margin-top: 4rem;
  margin-bottom: 6rem;
}
@media (min-width: 960px) {
  .l-info {
    width: 50%;
  }
}

.l-name-ja {
  margin-top: 0.5rem;
}

.l-job {
  margin-top: 1.5rem;
}
@media (min-width: 960px) {
  .l-job {
    margin-top: 2rem;
  }
}

.l-text {
  margin-top: 4rem;
}

.l-skills {
  margin-bottom: 6rem;
}
@media (min-width: 960px) {
  .l-skills {
    margin-bottom: 12rem;
  }
}

.l-skills-wrapper {
  margin-top: 2rem;
}
@media (min-width: 960px) {
  .l-skills-wrapper {
    margin-top: 4rem;
  }
}

.l-skills-container {
  display: flex;
  align-items: baseline;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (min-width: 960px) {
  .l-skills-container {
    gap: 8rem;
  }
}
.l-skills-container li:nth-of-type(3n+1) {
  margin-top: 1rem;
}
@media (min-width: 960px) {
  .l-skills-container li:first-of-type {
    margin-left: 3rem;
  }
}
.l-skills-container .l-skill-item {
  width: 33.3333333333%;
  text-align: center;
}
@media (min-width: 960px) {
  .l-skills-container .l-skill-item {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.l-skills-container .l-skill-item img {
  width: 6rem;
  height: 6rem;
}
@media (min-width: 960px) {
  .l-skills-container .l-skill-item img {
    width: 8rem;
    height: 8rem;
  }
}
.l-skills-container .l-skill-item p {
  margin-top: 0.5rem;
}
@media (min-width: 960px) {
  .l-skills-container .l-skill-item p {
    font-size: 2rem;
  }
}

.time-line {
  margin-top: 2rem;
}
@media (min-width: 960px) {
  .time-line {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.time-line li:first-child dl {
  height: 3rem;
}
.time-line .career-item::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-color: #716046;
  border-radius: 50%;
}
@media (min-width: 960px) {
  .time-line .career-item::before {
    width: 4rem;
    height: 4rem;
  }
}
.time-line dl {
  margin-left: 1rem;
  padding-left: 2rem;
  border-left: 0.1rem solid #eee;
}
@media (min-width: 960px) {
  .time-line dl {
    margin-left: 2rem;
    padding-left: 4rem;
    padding-bottom: 7rem;
  }
}
.time-line .year {
  margin-bottom: 1rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #656565;
}
@media (min-width: 960px) {
  .time-line .year {
    font-size: 1.6rem;
  }
}
.time-line .career-text {
  padding-bottom: 4rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .time-line .career-text {
    width: 70rem;
    padding-bottom: 0;
  }
}

.contact {
  padding: 12rem 3rem 8rem;
}

.l-input-explanation {
  margin-top: 2rem;
  margin-bottom: 4rem;
}

@media (min-width: 960px) {
  .l-form {
    width: 100rem;
    margin: auto;
  }
}

.l-inputarea {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}

.l-input-label {
  margin-bottom: 1rem;
}

.l-input-box {
  height: 3.5rem;
  padding: 0.5rem;
  background-color: #fff;
}

.l-input-box-l {
  padding: 0.5rem;
  background-color: #fff;
}

.required {
  margin-left: 0.3rem;
  color: #DB7400;
}

.l-header {
  z-index: 1000;
  position: fixed;
  width: 100%;
  height: 6rem;
  padding-right: 3rem;
  padding-left: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-logo {
  width: 12rem;
}

.l-mainvisual {
  position: relative;
  height: 100vh;
  padding-left: 3rem;
}
.l-mainvisual .l-mainvisual-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  vertical-align: middle;
}

.l-title-m {
  margin-top: 1rem;
}

.l-subtitle {
  margin-top: 4rem;
}

.l-scroll-down {
  position: absolute;
  left: 1.5rem;
  bottom: 10rem;
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
  text-align: start;
  transform: rotate(90deg);
  transform-origin: left bottom;
}
@media (min-width: 960px) {
  .l-scroll-down {
    left: 4rem;
    bottom: 30rem;
  }
}
.l-scroll-down span {
  display: inline-block;
  width: 20rem;
  border: 0.1rem solid #656565;
}
@media (min-width: 960px) {
  .l-scroll-down span {
    width: 40rem;
  }
}

.l-lead {
  padding-left: 3rem;
  padding-top: 10rem;
  padding-right: 3rem;
  padding-bottom: 16rem;
}

.l-catch {
  margin-bottom: 4rem;
}
@media (min-width: 960px) {
  .l-catch {
    margin-bottom: 0;
  }
}

.l-catch-text {
  width: 100%;
}
@media (min-width: 960px) {
  .l-catch-text {
    width: 50%;
    margin-left: 50%;
  }
}

.l-works {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 8rem;
}

.l-works-list {
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  width: 30rem;
}
@media (min-width: 960px) {
  .l-works-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}
.l-works-list .l-works-item {
  margin-bottom: 4rem;
}
@media (min-width: 960px) {
  .l-works-list .l-works-item {
    width: 32.2222222222%;
  }
}
.l-works-list li:last-child {
  margin-bottom: 0;
}

.l-work-category {
  margin-top: 1.6rem;
  margin-bottom: 0.8rem;
}

.l-frame {
  padding: 12rem 3rem 8rem;
}
@media (min-width: 960px) {
  .l-frame {
    padding: unset;
  }
}

.l-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 100%;
  height: 27.2rem;
  text-align: center;
  padding-top: 4rem;
}
@media (min-width: 960px) {
  .l-footer {
    padding-top: 2rem;
    height: 20.2rem;
  }
}
@media (min-width: 960px) {
  .l-footer .link-banar-wrapper {
    display: flex;
    flex-direction: row;
    gap: 4rem;
  }
}

.l-footer3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 100%;
  height: 35.5rem;
  text-align: center;
  padding-top: 2rem;
}
@media (min-width: 960px) {
  .l-footer3 {
    height: 20.2rem;
  }
}
@media (min-width: 960px) {
  .l-footer3 .link-banar-wrapper {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
}

.copyright {
  font-size: 1rem;
}
@media (min-width: 960px) {
  .l-work {
    max-width: none;
  }
}

@media (min-width: 960px) {
  .work-basic-info {
    max-width: 120rem;
    margin: auto;
    padding-top: 10rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 960px) {
  .work-info {
    width: 38rem;
  }
}
.work-info .category {
  font-family: 1.6rem;
  margin-top: 2rem;
  color: #8c8c8c;
}
.work-info .title {
  font-family: "Noto Serif JP", selif;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.2;
  margin-top: 0.5rem;
}
@media (min-width: 960px) {
  .work-info .title {
    font-size: 4rem;
    letter-spacing: 0.4;
    margin-top: 1.5rem;
  }
}
.work-info .position {
  font-family: "Noto Serif JP", selif;
  font-weight: 400;
  font-size: 1.4rem;
  margin-top: 2rem;
}
.work-info .introduction {
  font-family: "Noto Serif JP", selif;
  font-weight: 400;
  font-size: 1.6rem;
  margin-top: 2rem;
}

.work-catch {
  font-family: "Noto Serif JP", selif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 4rem;
  max-width: 33rem;
  margin: auto;
  margin-top: 6rem;
  margin-bottom: 6rem;
}
@media (min-width: 960px) {
  .work-catch {
    max-width: 80rem;
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}

.work-details {
  z-index: 2;
  position: relative;
  background: #fff;
}
.work-details .explain-list {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media (min-width: 960px) {
  .work-details .explain-list {
    max-width: 120rem;
    margin: auto;
    padding-top: 4rem;
    padding-bottom: 16rem;
  }
}
.work-details dl {
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .work-details dl {
    flex-direction: row;
    align-items: center;
  }
}
.work-details dl .explain-title {
  font-family: "Noto Serif JP", selif;
  font-weight: 500;
  font-size: 2rem;
}
@media (min-width: 960px) {
  .work-details dl .explain-title {
    width: 30rem;
  }
}
.work-details dl hr {
  width: 3rem;
  border-bottom: 0.5px solid;
  -o-border-image: linear-gradient(to right, #CABC12, #F2A655) 1;
     border-image: linear-gradient(to right, #CABC12, #F2A655) 1;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 960px) {
  .work-details dl hr {
    width: 3rem;
    transform: rotate(90deg);
    margin-left: 4rem;
    margin-right: 10rem;
  }
}
.work-details dl dd {
  font-family: "Noto Serif JP", selif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .work-details dl dd {
    width: 80rem;
  }
}
.work-details dl .explain-proposal {
  position: relative;
  overflow: hidden;
  padding-bottom: 50%;
  padding-top: 65px;
}
@media (min-width: 960px) {
  .work-details dl .explain-proposal {
    padding-bottom: unset;
    padding-top: unset;
  }
}
.work-details dl .explain-proposal iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 960px) {
  .work-details dl .explain-proposal iframe {
    position: static;
    height: 50rem;
  }
}
.work-details .time {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.work-details .time .item {
  display: flex;
  flex-direction: row;
}
.work-details .time .item dt {
  width: 50%;
  font-family: "Noto Serif JP", selif;
  font-weight: 400;
  font-size: 1.6rem;
}
@media (min-width: 960px) {
  .work-details .time .item dt {
    width: 20%;
  }
}
.work-details .time .item dd {
  width: 50%;
  font-family: "Noto Serif JP", selif;
  font-weight: 400;
  font-size: 1.6rem;
}

.other-works-wrapper {
  z-index: 2;
  position: relative;
  background: #333;
}
.other-works-wrapper .other-works {
  padding: 4rem 3rem 3rem;
}
@media (min-width: 960px) {
  .other-works-wrapper .other-works {
    padding: unset;
    padding-top: 4rem;
    max-width: 120rem;
    margin: auto;
  }
}
.other-works-wrapper .section-title {
  font-size: 2.4rem;
  letter-spacing: 0;
  color: #fff;
}
@media (min-width: 960px) {
  .other-works-wrapper .section-title {
    font-size: 4rem;
  }
}
.other-works-wrapper .l-works-list {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  gap: 2rem;
}
@media (min-width: 960px) {
  .other-works-wrapper .l-works-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    max-width: 120rem;
    gap: unset;
  }
}
@media (min-width: 960px) {
  .other-works-wrapper .l-works-item {
    width: 32.2222222222%;
  }
}

.TextRandomAnime span {
  opacity: 0;
}

.TextRandomAnime.appearRandomtext span {
  animation: text_randomanime_on 0.5s ease-out forwards;
}

@keyframes text_randomanime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.TextRandomAnime.appearRandomtext span:nth-child(2n) {
  /* spanのついた2の倍数の文字列の変化を0.5秒遅らせる*/
  animation-delay: 0.5s;
}

.TextRandomAnime.appearRandomtext span:nth-child(3n+1) {
  /* spanのついた3の倍数＋1の文字列の変化を0.15秒遅らせる*/
  animation-delay: 0.15s;
}

.blurAppear {
  animation-name: blurAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}

.menu-button {
  position: relative;
  width: 3rem;
  height: 6rem;
  cursor: pointer;
}
.menu-button span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: inherit;
  height: 0.1rem;
  background-color: #333;
  transition: all 0.4s;
}
.menu-button span:nth-of-type(1) {
  top: 2.4rem;
}
.menu-button span:nth-of-type(2) {
  top: 3.5rem;
}
@media (min-width: 960px) {
  .menu-button {
    display: none;
  }
}

.menu-panel {
  z-index: -1;
  position: fixed;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.4s;
}
.menu-panel ul {
  z-index: 999;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.menu-panel li {
  font-family: "Cinzel";
  font-size: 4rem;
  text-align: center;
  margin-bottom: 8rem;
}
.menu-panel li:hover {
  background: linear-gradient(to right, #CABC12, #F2A655);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.menu-panel-pc {
  display: none;
}
@media (min-width: 960px) {
  .menu-panel-pc {
    display: block;
  }
}
@media (min-width: 960px) {
  .menu-panel-pc .nav-text-wrapper {
    display: flex;
    flex-direction: row;
    min-width: 40rem;
    gap: 4rem;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: auto;
    line-height: inherit;
  }
}
.menu-panel-pc .nav-text-wrapper .l-nav-text {
  font-family: "Cinzel", serif;
}
.menu-panel-pc .nav-text-wrapper .l-nav-text:hover {
  line-height: inherit;
  background: linear-gradient(to right, #CABC12, #F2A655);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.menu-bg-pc {
  display: none;
}
@media (min-width: 960px) {
  .menu-bg-pc {
    z-index: -1;
    display: block;
    position: absolute;
    right: 0;
    width: 36rem;
    height: 6rem;
    background-color: rgba(255, 255, 255, 0.5);
    border-bottom-left-radius: 2rem;
  }
}

.link-banar {
  position: relative;
  width: 30rem;
  height: 8rem;
}
@media (min-width: 960px) {
  .link-banar {
    width: 50rem;
    height: 12rem;
  }
}

.link-banar3 {
  position: relative;
  width: 30rem;
  height: 8rem;
}
@media (min-width: 960px) {
  .link-banar3 {
    width: 39rem;
    height: 12rem;
  }
}
@media (min-width: 960px) {
  .link-banar3 img {
    width: 39rem;
    height: 12rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 30%;
       object-position: 50% 30%;
  }
}

.banar-text {
  z-index: 10;
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Cinzel";
  font-size: 2.4rem;
  color: #fff;
}
@media (min-width: 960px) {
  .banar-text {
    left: 6rem;
    font-size: 3rem;
  }
}

.banar-text-black {
  z-index: 10;
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Cinzel";
  font-size: 2.4rem;
  color: #333;
}
@media (min-width: 960px) {
  .banar-text-black {
    left: 6rem;
    font-size: 3rem;
  }
}

.banar-text3 {
  z-index: 10;
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Cinzel";
  font-size: 2.4rem;
  color: #fff;
}
@media (min-width: 960px) {
  .banar-text3 {
    left: 4rem;
    font-size: 3rem;
  }
}

.banar-text-black3 {
  z-index: 10;
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Cinzel";
  font-size: 2.4rem;
  color: #333;
}
@media (min-width: 960px) {
  .banar-text-black3 {
    left: 6rem;
    font-size: 3rem;
  }
}

.stickarrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 8rem;
  height: 0.7rem;
  border-bottom: 0.5px solid #fff;
  border-right: 0.5px solid #fff;
  transform: skew(45deg) translateY(-50%);
}
@media (min-width: 960px) {
  .stickarrow {
    width: 12rem;
    height: 1rem;
  }
}

.stickarrow-black {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 8rem;
  height: 0.7rem;
  border-bottom: 0.5px solid #333;
  border-right: 0.5px solid #333;
  transform: skew(45deg) translateY(-50%);
}
@media (min-width: 960px) {
  .stickarrow-black {
    width: 12rem;
    height: 1rem;
  }
}

.button-anker {
  z-index: 50;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 4rem;
  height: 4rem;
  background-color: #333;
  opacity: 0.8;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.4s ease-out;
}
.button-anker img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.button-anker:hover {
  opacity: 0.5;
}

.button-submit-wrapper {
  margin-top: 4rem;
  text-align: center;
}

.button-submit {
  width: 30rem;
  height: 6rem;
  text-align: center;
  border: 1px solid;
  -o-border-image: linear-gradient(to right, #CABC12, #F2A655) 1;
     border-image: linear-gradient(to right, #CABC12, #F2A655) 1;
  box-shadow: 0.2rem 0.2rem 1rem rgba(51, 51, 51, 0.1);
  outline: none;
  transition: all 0.6s ease-out;
}
.button-submit:hover {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(270deg, #F2A655 0%, #CABC12 50%, #F2A655 100%);
  background-size: 300% auto;
  background-position: right center;
  box-shadow: unset;
}

.web-access-btn-wrapper {
  margin-top: 4rem;
  text-align: center;
}
@media (min-width: 960px) {
  .web-access-btn-wrapper {
    margin-top: 8rem;
    text-align: start;
  }
}

.web-access-btn {
  width: 30rem;
  height: 6rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #716046;
  border: 1px solid;
  -o-border-image: linear-gradient(to right, #CABC12, #F2A655) 1;
     border-image: linear-gradient(to right, #CABC12, #F2A655) 1;
  box-shadow: 0.2rem 0.2rem 1rem rgba(51, 51, 51, 0.1);
  background: #fff;
  outline: none;
  transition: all 0.6s ease-out;
}
.web-access-btn:hover {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(270deg, #F2A655 0%, #CABC12 50%, #F2A655 100%);
  background-size: 300% auto;
  background-position: right center;
  box-shadow: unset;
}

/*画像の拡大*/
.zoomIn img {
  transform: scale(1);
  transition: 0.3s ease-in-out; /*移り変わる速さを変更したい場合はこの数値を変更*/
}

.zoomIn a:hover img { /*hoverした時の変化*/
  transform: scale(1.2); /*拡大の値を変更したい場合はこの数値を変更*/
}

/*画像のマスク*/
.mask {
  display: block;
  line-height: 0; /*行の高さを0にする*/
  overflow: hidden; /*拡大してはみ出る要素を隠す*/
}

.background-img {
  z-index: -1;
  position: fixed;
  background: url(/img/mainvisual.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
}
@media (min-width: 960px) {
  .mockup-img-l {
    width: 80rem;
    height: 60rem;
  }
}

.img-mockup-pages {
  z-index: 1;
  position: sticky;
  top: 0;
  width: 100%;
  height: 20rem;
  background: url("../img/work/work_demo/mockup_pages.jpg") no-repeat top center;
  background-size: cover;
  transform-origin: center;
}
@media (min-width: 960px) {
  .img-mockup-pages {
    height: 40rem;
  }
}

.img-mockup-pages-kira {
  z-index: 1;
  position: sticky;
  top: 0;
  width: 100%;
  height: 20rem;
  background: url("../img/work/kiralp/mockup_pages.jpg") no-repeat top center;
  background-size: cover;
  transform-origin: center;
}
@media (min-width: 960px) {
  .img-mockup-pages-kira {
    height: 40rem;
  }
}

.img-mockup-pages-portfolio {
  z-index: 1;
  position: sticky;
  top: 0;
  width: 100%;
  height: 20rem;
  background: url("../img/work/portfolio/mockup_pages.jpg") no-repeat top center;
  background-size: cover;
  transform-origin: center;
}
@media (min-width: 960px) {
  .img-mockup-pages-portfolio {
    height: 40rem;
  }
}

.img-mockup-pages-gsclp {
  z-index: 1;
  position: sticky;
  top: 0;
  width: 100%;
  height: 20rem;
  background: url("../img/work/gsclp/mockup_pages.jpg") no-repeat top center;
  background-size: cover;
  transform-origin: center;
}
@media (min-width: 960px) {
  .img-mockup-pages-gsclp {
    height: 40rem;
  }
}

.img-mockup-pages-wachy {
  z-index: 1;
  position: sticky;
  top: 0;
  width: 100%;
  height: 20rem;
  background: url("../img/work/wachy/mockup_pages.jpg") no-repeat top center;
  background-size: cover;
  transform-origin: center;
}
@media (min-width: 960px) {
  .img-mockup-pages-wachy {
    height: 40rem;
  }
}

.img-mockup-pages-it {
  z-index: 1;
  position: sticky;
  top: 0;
  width: 100%;
  height: 20rem;
  background: url("../img/work/itconsulting/mockup_pages.jpg") no-repeat top center;
  background-size: cover;
  transform-origin: center;
}
@media (min-width: 960px) {
  .img-mockup-pages-it {
    height: 40rem;
  }
}

.img-mockup-pages-ryokan {
  z-index: 1;
  position: sticky;
  top: 0;
  width: 100%;
  height: 20rem;
  background: url("../img/work/ryokan/mockup_pages.jpg") no-repeat top center;
  background-size: cover;
  transform-origin: center;
}
@media (min-width: 960px) {
  .img-mockup-pages-ryokan {
    height: 40rem;
  }
}

.img-mockup-pages-beautysalon {
  z-index: 1;
  position: sticky;
  top: 0;
  width: 100%;
  height: 20rem;
  background: url("../img/work/beautysalon/mockup_pages.jpg") no-repeat top center;
  background-size: cover;
  transform-origin: center;
}
@media (min-width: 960px) {
  .img-mockup-pages-beautysalon {
    height: 40rem;
  }
}

#splash {
  position: fixed;
  z-index: 1001;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #CABC12, #F2A655);
  text-align: center;
  color: #fff;
}

.splash-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.splash-title {
  font-size: 2.2rem;
  font-family: 400;
  letter-spacing: 0.4rem;
  margin-bottom: 2rem;
}
@media (min-width: 960px) {
  .splash-title {
    font-size: 4rem;
  }
}

#loading_container {
  display: block;
  position: relative;
  width: 20rem;
  height: 10rem;
}

.L {
  position: absolute;
  left: 5%;
  top: 50%;
  animation: L 2s infinite;
}

.O {
  position: absolute;
  left: 18%;
  top: 50%;
  animation: O 2s infinite;
  animation-delay: 100ms;
}

.A {
  position: absolute;
  left: 35%;
  top: 50%;
  animation: A 2s infinite;
  animation-delay: 200ms;
}

.D {
  position: absolute;
  left: 50%;
  top: 50%;
  animation: D 2s infinite;
  animation-delay: 300ms;
}

.I {
  position: absolute;
  left: 65%;
  top: 50%;
  animation: I 2s infinite;
  animation-delay: 400ms;
}

.N {
  position: absolute;
  left: 75%;
  top: 50%;
  animation: N 2s infinite;
  animation-delay: 500ms;
}

.G {
  position: absolute;
  left: 90%;
  top: 50%;
  animation: G 2s infinite;
  animation-delay: 600ms;
}

@keyframes L {
  0% {
    top: 0px;
    opacity: 0;
  }
  50% {
    top: 50px;
    opacity: 1;
  }
  100% {
    top: 0px;
    opacity: 0;
  }
}
@keyframes O {
  0% {
    top: 0px;
    opacity: 0;
  }
  50% {
    top: 50px;
    opacity: 1;
  }
  100% {
    top: 0px;
    opacity: 0;
  }
}
@keyframes A {
  0% {
    top: 0px;
    opacity: 0;
  }
  50% {
    top: 50px;
    opacity: 1;
  }
  100% {
    top: 0px;
    opacity: 0;
  }
}
@keyframes D {
  0% {
    top: 0px;
    opacity: 0;
  }
  50% {
    top: 50px;
    opacity: 1;
  }
  100% {
    top: 0px;
    opacity: 0;
  }
}
@keyframes I {
  0% {
    top: 0px;
    opacity: 0;
  }
  50% {
    top: 50px;
    opacity: 1;
  }
  100% {
    top: 0px;
    opacity: 0;
  }
}
@keyframes N {
  0% {
    top: 0px;
    opacity: 0;
  }
  50% {
    top: 50px;
    opacity: 1;
  }
  100% {
    top: 0px;
    opacity: 0;
  }
}
@keyframes G {
  0% {
    top: 0px;
    opacity: 0;
  }
  50% {
    top: 50px;
    opacity: 1;
  }
  100% {
    top: 0px;
    opacity: 0;
  }
}
.spacer {
  width: 100%;
}

.br::before {
  content: "\a";
  white-space: pre;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.mainvisual {
  font-family: "Cinzel", serif;
  font-weight: 400;
}
.mainvisual .title {
  font-size: 6rem;
  letter-spacing: 0.6rem;
}
@media (min-width: 960px) {
  .mainvisual .title {
    font-size: 10rem;
    letter-spacing: 1rem;
  }
}
.mainvisual .title .title-m {
  font-size: 3rem;
  letter-spacing: 0;
}
@media (min-width: 960px) {
  .mainvisual .title .title-m {
    font-size: 6rem;
  }
}
.mainvisual .subtitle {
  font-size: 2rem;
}
@media (min-width: 960px) {
  .mainvisual .subtitle {
    font-size: 3rem;
  }
}

.scroll-down {
  font-family: "Cinzel";
  font-size: 1.2rem;
}

.lead {
  font-family: "Noto Serif JP", serif;
}
.lead .catch {
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.2rem;
  line-height: 2;
}
@media (min-width: 960px) {
  .lead .catch {
    font-size: 3rem;
    letter-spacing: 0.3rem;
  }
}
.lead .catch-text {
  line-height: 1.5;
}

.work-category {
  font-size: 1.2rem;
  color: #8c8c8c;
}

.section-title {
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: 4rem;
  letter-spacing: 0.2rem;
}
@media (min-width: 960px) {
  .section-title {
    font-size: 6rem;
    letter-spacing: 0.6rem;
  }
}
.section-title .sub-title {
  margin-left: 1rem;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media (min-width: 960px) {
  .section-title .sub-title {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}

.name-en {
  font-family: "Cinzel", serif;
  font-family: 400;
  font-size: 2.4rem;
}
@media (min-width: 960px) {
  .name-en {
    font-size: 4rem;
  }
}

.name-ja {
  font-family: "Noto Serif JP" serif;
  font-family: 500;
  font-size: 1.6rem;
  color: #656565;
}
@media (min-width: 960px) {
  .name-ja {
    font-size: 2rem;
  }
}

.job {
  font-family: "Cinzel";
  font-family: 400;
  font-size: 1.6rem;
  color: #333;
}
@media (min-width: 960px) {
  .job {
    font-size: 2.2rem;
  }
}

.text {
  font-family: "Noto Serif JP" serif;
  font-family: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333;
}

.skills-label {
  font-size: 2rem;
  color: #8c8c8c;
}

.skills-container p {
  font-size: 1.6rem;
}

.input-explanation {
  font-family: "Noto Serif JP" serif;
  font-weight: 500;
  font-size: 1.4rem;
}

.input-box .input-box-l {
  font-family: "Noto Serif JP" serif;
  font-weight: 500;
  font-size: 1.2rem;
}

.subtext {
  font-family: "Noto Serif JP" serif;
  font-weight: 500;
  font-size: 1.2rem;
}

.bg-text {
  z-index: -1;
  position: fixed;
  top: 0;
  left: -1rem;
  font-family: "Cinzel";
  font-weight: 400;
  font-size: 10rem;
  letter-spacing: 1rem;
  line-height: 8rem;
  color: #fff;
  text-shadow: 1px 1px 0 #eee, -1px -1px 0 #eee, -1px 1px 0 #eee, 1px -1px 0 #eee, 0px 1px 0 #eee, -1px 0 #eee, -1px 0 0 #eee, 1px 0 0 #eee;
  transform: rotate(90deg);
  transform-origin: left bottom;
}

.menu-button.open span:nth-of-type(1) {
  top: 3rem;
  transform: rotate(-45deg);
}
.menu-button.open span:nth-of-type(2) {
  top: 3rem;
  transform: rotate(45deg);
}

.blur {
  filter: blur(0.5rem);
  transition: all 1s;
}

.menu-panel.open {
  z-index: 999;
  opacity: 1;
}
.menu-panel.open ul {
  display: block;
}/*# sourceMappingURL=style.css.map */