@charset "utf-8";
body.loaded {
  overflow-y: hidden;
}

body > #splash {
  background: #f4f2ef; /*遷移アニメーションと同じ色を指定*/
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100vh;
}
div#splash-logo {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

body {
  background: #f4f2ef;
}
body.appear {
  background: #344699; /*画面を開いた後の背景色を指定*/
  overflow-x: hidden;
}
.top_page header,
.home div:nth-of-type(2) {
  opacity: 0;
}
body.appear header,
body.appear .home div:nth-of-type(2) {
  opacity: 1;
}

/*画面遷移アニメーション*/
.splashbg1,
.splashbg2 {
  display: none;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg1,
body.appear .splashbg2 {
  display: block;
}

/*上に消えるエリア*/
body.appear .splashbg1 {
  animation-name: PageAnime;
  animation-duration: 1.4s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  bottom: 50%;
  left: 0;
  transform: scaleY(1);
  background-color: #f4f2ef; /*伸びる背景色の設定*/
}

@keyframes PageAnime {
  0% {
    transform-origin: top;
    transform: scaleY(1);
  }

  100% {
    transform-origin: top;
    transform: scaleY(0);
  }
}

/*下に消えるエリア*/
body.appear .splashbg2 {
  animation-name: PageAnime2;
  animation-duration: 1.4s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 50%;
  left: 0;
  transform: scaleY(1);
  background-color: #f4f2ef; /*伸びる背景色の設定*/
}

@keyframes PageAnime2 {
  0% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}

/*画面遷移の後現れるコンテンツ設定*/
#container {
  opacity: 0; /*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #container {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.eye {
  position: absolute;
  top: 22%;
  left: 17%;
}
.open_eye {
  width: 200px;
  position: absolute;
  top: 0;
  left: 0;
}
#eye2 {
  width: 200px;
  position: absolute;
  top: 0;
  left: 0;
  animation: blink_anime 1.2s infinite;
  opacity: 0;
}
.close_eye {
  width: 200px;
  position: absolute;
  top: 0;
  left: 0;
  animation: blink_anime 1.2s infinite;
  opacity: 0;
}
@keyframes blink_anime {
  0% {
    opacity: 1;
  }
  34% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
}

#eye2 {
  animation-delay: 0.4s;
}
#eye3 {
  animation-delay: 0.8s;
}

.loading {
  display: block;
  font-family: "futura-pt-bold", "sans-serif";
  font-style: normal;
  font-weight: 700;
  width: 300px;
  font-size: 22px;
  line-height: 1.6;
  position: relative;
}
.loading svg {
  overflow: visible;
  animation: naminami 10s infinite linear;
  transform-origin: center center;
}
.loading path {
  fill: none;
}
.loading text {
  fill: #ff7041;
}

body {
  background-color: #344699;
  position: relative;
  margin: 0 auto;
}

/******** header ********/
.header_menu {
  font-family: "futura-pt-bold", "sans-serif";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  display: flex;
  justify-content: right;
  gap: 40px;
  align-items: baseline;
}

.sp_btn,
.sp_nav {
  display: none;
}

a:hover {
  color: #ff7041;
}

.conect {
  font-family: "futura-pt-bold", "sans-serif";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #f4f2ef;
  background-color: #ff7041;
  width: 172px;
  height: 47px;
  border-radius: 23.5px;
  margin: 20px 20px 20px 0;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.conect:hover a {
  background-color: #f4f2ef;
  color: #ff7041;
}
.conect:hover {
  background-color: #f4f2ef;
}

/******** MV ********/

h1 {
  font-family: "bovine-mvb", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #344699;
  font-size: 90px;
  -webkit-text-stroke: 0.5px #f4f2ef;
}
.sp_br {
  display: none; /*767px以上では改行タグを無効に。*/
}

.home {
  max-width: 1110px;
  padding-top: 60px;
  margin: 0 auto;
}

@keyframes zoomInAnime {
  from {
    opacity: 0;
    transform: scale(0.6);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

body.appear .home p,
body.appear .home h1 {
  animation-name: zoomInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.title_desing {
  padding-left: 30px;
  font-family: "bovine-mvb", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #344699;
  font-size: 90px;
  -webkit-text-stroke: 0.5px #f4f2ef;
  animation-delay: 0.2s;
  opacity: 0;
}

.title_feeling {
  font-family: "bovine-mvb", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #344699;
  font-size: 90px;
  -webkit-text-stroke: 0.5px #f4f2ef;
  padding-left: 100px;
  animation-delay: 0.4s;
  opacity: 0;
}

.main_title {
  color: #ff7041;
  font-size: 140px;
  background-color: #f4f2ef;
  width: 95%;
  height: 202px;
  border: solid 3px #ff7041;
  box-shadow: 7px 7px 0px 0 #ff7041;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  margin: 0 auto;
  animation-delay: 0.9s;
  opacity: 0;
}

.main_title:hover {
  transform: translateY(4px);
  box-shadow: none;
  background-color: #ff7041;
  color: #f4f2ef;
  border: solid 3px #f4f2ef;
}
.main_title a {
  text-align: center;
}
.main_title a:hover {
  color: #f4f2ef;
}

.title_idea {
  font-family: "bovine-mvb", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #344699;
  font-size: 90px;
  -webkit-text-stroke: 0.5px #f4f2ef;
  padding: 15px 0 0 265px;
  animation-delay: 0.5s;
  opacity: 0;
}

.title_thinking {
  font-family: "bovine-mvb", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #344699;
  font-size: 90px;
  -webkit-text-stroke: 0.5px #f4f2ef;
  padding: 0 0 45px 365px;
  animation-delay: 0.3s;
  opacity: 0;
}

.kira_orn_solid {
  width: 118px;
  position: absolute;
  top: 4%;
  right: 8%;
  animation: anime1 1s ease 0s infinite alternate;
  transform-origin: center;
}
@keyframes anime1 {
  from {
    transform: scale(0, 0);
  }
  to {
    transform: scale(1, 1);
  }
}
.kira_orn {
  width: 68px;
  position: absolute;
  top: 6.5%;
  right: 13%;
  animation: anime2 1.5s ease 0s infinite alternate;
  transform-origin: center;
}
@keyframes anime2 {
  from {
    transform: scale(0, 0);
  }
  to {
    transform: scale(1, 1);
  }
}

.kira_orn_2 {
  width: 60px;
  position: absolute;
  top: 14%;
  left: 17%;
  animation: anime2 1s ease 0s infinite alternate;
  transform-origin: center;
}
@keyframes anime2 {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(0, 0);
  }
}

.kira_wh {
  width: 45px;
  position: absolute;
  top: 5.5%;
  right: 17%;
  animation: anime2 0.7s ease 0s infinite alternate;
  transform-origin: center;
}
@keyframes anime2 {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(0, 0);
  }
}

.kira_wh_solid {
  width: 143px;
  position: absolute;
  top: 12%;
  left: 9%;
  animation: anime2 1.2s ease 0s infinite alternate;
  transform-origin: center;
}
@keyframes anime2 {
  from {
    transform: scale(0, 0);
  }
  to {
    transform: scale(1, 1);
  }
}

.kira_wh_sp,
.kira_orn_solid_sp,
.kira_orn_sp,
.kira_wh_solid_sp {
  display: none;
}

/******** TOP-ABOUT ********/
.about {
  position: relative;
}
.about_top {
  position: relative;
  width: 63%;
  margin-left: auto;
}

.toge_top {
  width: 100%;
  position: relative;
  right: -100%;
}
.about_top.move .toge_top {
  animation: toge 4s linear forwards;
}

@keyframes toge {
  0% {
    transform: rotateZ(0);
    right: -100%;
  }
  80% {
    transform: rotateZ(370deg);
    right: 20px;
  }
  90% {
    transform: rotateZ(380deg);
    right: 40px;
  }
  100% {
    transform: rotateZ(360deg);
    right: 0;
  }
}

.toge_top_sp {
  display: none;
}

.about_contents {
  position: absolute;
  top: 42%;
  left: 50%;
  width: 82%;
  transform: translate(-50%, -50%);
  text-align: center;
}

h2 {
  font-family: "bovine-mvb", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #344699;
  z-index: 1000;
}

.sub_good,
.sub_good_con {
  font-size: 65px;
  color: #f4f2ef;
  -webkit-text-stroke: 1px #344699;
  text-shadow: 5px 5px 0 #344699;
  padding-top: 100px;
}
.sub_good_sp {
  display: none;
}

.sub_about {
  font-family: "bovine-mvb", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #344699;
  font-size: 88px;
  padding-bottom: 20px;
}

.name {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #344699;
  font-size: 53px;
  padding-bottom: 30px;
}

.about_top_text p {
  width: 550px;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  color: #344699;
  line-height: 1.35;
  padding-top: 25px;
}

.about_btn {
  display: flex;
  justify-content: end;
  padding-top: 20px;
}

.viewmore {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 23px;
  color: #f4f2ef;
  background-color: #ff7041;
  width: 176px;
  height: 47px;
  border-radius: 23.5px;
  border: none;
  position: relative;
  line-height: 44px;
}
.viewmore:hover {
  background-color: #f4f2ef;
  border: #ff7041 solid 1px;
}
.viewmore:hover .arrow {
  color: #ff7041;
}
.viewmore:hover .arrow::after {
  border-color: #ff7041;
}

.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.3em; /* arrow size */
  height: 0.3em; /* arrow size */
  border-top: 2px solid #f4f2ef;
  border-right: 2px solid #f4f2ef;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 13px;
}

.about_top_photo {
  width: 30%;
  position: absolute;
  top: 33%;
  left: 14%;
  opacity: 0;
  transform: translateX(40px);
  transition: 4s;
}
.about_top_photo.show {
  opacity: 1;
  transform: translateX(0);
}

.about_top_photo_sp,
.scroll {
  display: none;
}

.anime_wrap {
  position: relative;
  overflow: hidden;
}

/******** TOP-SKILL ********/
.skill {
  max-width: 1200px;
  padding-top: 95px;
  text-align: center;
  margin: auto;
}

.sub_good_skill {
  font-size: 65px;
  color: #344699;
  -webkit-text-stroke: 1px #f4f2ef;
  text-shadow: 5px 5px 0 #f4f2ef;
}
.sub_skill {
  font-family: "bovine-mvb", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #f4f2ef;
  font-size: 88px;
}
/*bound text animetions*/
@keyframes showTextFromBottom {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(0px);
  }
}
.sub_good_skill.displayed span,
.sub_skill.displayed span {
  animation: showText 1s backwards;
  display: inline-block;
}
.sub_good_skill.displayed,
.sub_skill.displayed {
  overflow: hidden;
}
.sub_good_skill.displayed > span > span,
.sub_skill.displayed > span > span {
  animation: showTextFromBottom 0.5s backwards;
}

.skill_img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes naminami {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.naminami {
  width: 259px;
  animation: naminami 10s infinite linear;
  transform-origin: center center;
}
.naminami_sp {
  display: none;
}

.desing {
  width: 153px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.coding {
  width: 153px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.movie {
  width: 117px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.skill_title {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 25px;
  padding: 30px 0 18px 0;
}

.skill_text {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #f4f2ef;
  font-size: 17px;
  text-align: left;
  width: 80%;
  margin: 0 auto;
  line-height: 1.4;
}

.skill_contens {
  display: flex;
  justify-content: space-between;
  padding: 40px;
  gap: 35px;
}
.skill_contens > div {
  width: 100%;
}

.switching {
  display: flex;
  justify-content: center;
}
.kira_switching_wh {
  width: 100px;
  padding-top: 80px;
}
.kira_switching_orn_solid {
  width: 50px;
  animation: anime2 1.5s ease 0s infinite alternate;
  transform-origin: center;
}
@keyframes anime2 {
  from {
    transform: scale(0, 0);
  }
  to {
    transform: scale(1, 1);
  }
}

/******** TOP-WORKS ********/
.works_top {
  position: relative;
  text-align: center;
  background-image: url(../image/SVG/moku.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 100px 0;
}

.works_contens {
  text-align: center;
}

.moku_top {
  width: 100%;
  padding-top: 90px;
}

.sub_good_works {
  font-size: 65px;
  color: #f4f2ef;
  -webkit-text-stroke: 1px #344699;
  text-shadow: 5px 5px 0 #344699;
}
.sub_works {
  font-size: 88px;
  padding-bottom: 50px;
}
/*bound text animetions*/
@keyframes showTextFromBottom {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(0px);
  }
}
.sub_good_works.displayed span,
.sub_works.displayed span {
  animation: showText 1s backwards;
  display: inline-block;
}
.sub_good_works.displayed,
.sub_works.displayed {
  overflow: hidden;
}
.sub_good_works.displayed > span > span,
.sub_works.displayed > span > span {
  animation: showTextFromBottom 0.5s backwards;
}

.slick-list {
  width: 100%;
  box-sizing: border-box;
}
.slick-slide {
  margin: 0 7vw;
}
.slick-slide img {
  width: 100%;
  border-radius: 70px;
}

.slick-dotted.slick-slider {
  margin-bottom: 135px;
}

.dots-wrap {
  display: flex;
  justify-content: center;
  padding: 15px;
}

.dots-wrap li {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
  background: #334699;
}
.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.works_btn {
  position: absolute;
  top: 84%;
  right: 20%;
}
.viewmore {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 23px;
  color: #f4f2ef;
  background-color: #ff7041;
  width: 176px;
  height: 47px;
  border-radius: 23.5px;
  border: none;
  position: relative;
  line-height: 44px;
  display: block;
}
.viewmore:hover {
  background-color: #f4f2ef;
  border: #ff7041 solid 1px;
}
.viewmore:hover .arrow {
  color: #ff7041;
}
.viewmore:hover .arrow::after {
  border-color: #ff7041;
}
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.3em;
  height: 0.3em;
  border-top: 2px solid #f4f2ef;
  border-right: 2px solid #f4f2ef;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 13px;
}
.moku_top_sp {
  display: none;
}

/******** TOP-CONTACT ********/
.contact_top_text {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #f4f2ef;
  font-size: 25px;
  padding-top: 110px;
  text-align: center;
  line-height: 1.2;
}

.contact_btn {
  position: relative;
  text-align: center;
}

.contact_bg {
  width: 410px;
  position: relative;
}

.contact_top {
  text-align: center;
}

.contact_btn a {
  display: inline-block;
  margin: 40px;
}

.contact_contens {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}

.contact_good {
  font-family: "bovine-mvb", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #f4f2ef;
  font-size: 56px;
}

.contact {
  font-family: "bovine-mvb", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #f4f2ef;
  font-size: 70px;
}

.good_conect {
  font-family: "bovine-mvb", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  color: #f4f2ef;
  background-color: #ff7041;
  width: 352px;
  height: 135px;
  border-radius: 23.5px;
  border: none;
  position: relative;
  padding-bottom: 7px;
}
.contact_btn a:hover .cls-1 {
  fill: #f4f2ef;
  stroke: #f4f2ef;
  stroke-miterlimit: 10;
  stroke-width: 5px;
}
.contact_btn a:hover .contact_contens p {
  color: #ff7041;
}

.kira_wh_solid_con {
  width: 85px;
  position: absolute;
  left: 25%;
  bottom: 6%;
  animation: anime2 0.9s ease 0s infinite alternate;
  transform-origin: center;
}
@keyframes anime2 {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(0, 0);
  }
}

.kira_orn_con {
  width: 48px;
  position: absolute;
  left: 30%;
  bottom: 5.5%;
  animation: anime2 1.2s ease 0s infinite alternate;
  transform-origin: center;
}
@keyframes anime2 {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(0, 0);
  }
}

.kira_wh_con {
  width: 43px;
  position: absolute;
  right: 32%;
  bottom: 3.5%;
  animation: anime2 1s ease 0s infinite alternate;
  transform-origin: center;
}
@keyframes anime2 {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(0, 0);
  }
}

.kira_orn_solid_con {
  width: 85px;
  position: absolute;
  right: 26%;
  bottom: 2.5%;
  animation: anime2 1.4s ease 0s infinite alternate;
  transform-origin: center;
}
@keyframes anime2 {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(0, 0);
  }
}

/******** footer ********/
.footer_menu {
  background-color: #f4f2ef;
  width: 100%;
  height: 87px;
  bottom: 0;
  display: flex;
  gap: 44px;
  align-items: center;
  padding-left: 50px;
  box-sizing: border-box;
}

.footer_item {
  font-family: "futura-pt-bold", "sans-serif";
  font-style: normal;
  font-weight: 700;
  color: #344699;
  font-size: 17px;
}

.header_menu_sub {
  font-family: "futura-pt-bold", "sans-serif";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  display: flex;
  justify-content: right;
  gap: 40px;
  align-items: baseline;
  position: sticky;
  top: 0;
}

/******** ABOUT ********/
.about_box_sp {
  display: none;
}

.about_detail {
  position: relative;
  width: 100%;
  height: 845px;
  background-color: #f4f2ef;
}
.about_box {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 0 auto;
}
.about_title {
  text-align: center;
}
.sub_good_2 {
  font-size: 65px;
  color: #f4f2ef;
  -webkit-text-stroke: 1px #344699;
  text-shadow: 5px 5px 0 #344699;
  padding-top: 44px;
}
.sub_about_2 {
  font-family: "bovine-mvb", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #344699;
  font-size: 88px;
  padding-bottom: 74px;
}

.concept {
  font-family: "bovine-mvb", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #f4f2ef;
  font-size: 110px;
  z-index: 2000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.about_box_title {
  position: relative;
  animation-name: zoomInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.blue_toge {
  width: 558px;
  z-index: 1000;
}
.about_text p {
  width: 550px;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #344699;
  font-size: 20px;
  line-height: 1.75;
}
p.about_text_2,
p.about_text_3 {
  padding-top: 30px;
}
.sp_about_myphoto {
  display: none;
}
.about_myphoto {
  width: 390px;
  padding: 75px 0 75px 0;
}
.about_prf {
  display: flex;
  justify-content: center;
  gap: 110px;
}
.name_ja {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 29px;
  padding-top: 190px;
}
.name_en {
  font-family: "futura-pt-bold", "sans-serif";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  padding: 10px 0 38px 0;
}
/*bound text animetions*/
@keyframes showTextFromBottom {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(0px);
  }
}
.name_en.displayed span,
.name_ja.displayed span {
  animation: showText 1s backwards;
  display: inline-block;
}
.name_en.displayed,
.name_ja.displayed {
  overflow: hidden;
}
.name_en.displayed > span > span,
.name_ja.displayed > span > span {
  animation: showTextFromBottom 0.5s backwards;
}

.prf_contens {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.35;
}
.prf_me {
  font-family: "bovine-mvb", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #344699;
  font-size: 115px;
  background-color: #f4f2ef;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prf_me_title_box {
  padding: 80px 20px;
}

/*bound text animetions*/
@keyframes showTextFromBottom {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(0px);
  }
}
.prf_title.displayed span {
  animation: showText 1s backwards;
  display: inline-block;
}
.prf_title.displayed {
  overflow: hidden;
}
.prf_title.displayed > span > span {
  animation: showTextFromBottom 0.5s backwards;
}

.me_dog,
.dog_hover {
  overflow: hidden;
  cursor: pointer;
  width: 332px;
  height: 442px;
  position: relative;
  clip-path: url("#mask");
}
.me_dog img,
.me_dog > div {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease;
  transition: 0.4s ease-in-out;
}
.over-layer {
  position: absolute;
  top: 0;
  left: 0;
}
.caption_dog {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  margin: 0 auto;
  text-align: center;
  color: #f4f2ef;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -267%);
  width: 100%;
  opacity: 0;
  transition: 0.2s;
  transition-delay: 0.4s;
}
.me_dog > div {
  top: -100%;
}
.me_dog:hover > div {
  top: 50%;
}
.me_dog:hover .caption_dog {
  opacity: 1;
}
.caption_sp {
  display: none;
}

.me_plant,
.plant_hover {
  overflow: hidden;
  cursor: pointer;
  width: 332px;
  height: 442px;
  position: relative;
  clip-path: url("#mask");
}
.me_plant img,
.me_plant > div {
  width: 100%;
  position: absolute;
  top: 39%;
  left: 44%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease;
  transition: 0.4s ease-in-out;
}
.over-layer {
  position: absolute;
  top: 0;
  left: 0;
}
.caption_plant {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  margin: 0 auto;
  text-align: center;
  color: #f4f2ef;
  position: absolute;
  top: 39;
  left: 44%;
  transform: translate(-55%, -195%);
  width: 100%;
  opacity: 0;
  transition: 0.2s;
  transition-delay: 0.4s;
}
.me_plant > div {
  top: -100%;
}
.me_plant:hover > div {
  top: 50%;
  left: 56%;
}
.me_plant:hover .caption_plant {
  opacity: 1;
}

.me_emb,
.emb_hover {
  overflow: hidden;
  cursor: pointer;
  width: 332px;
  height: 442px;
  position: relative;
  clip-path: url("#mask");
}
.me_emb img,
.me_emb > div {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease;
  transition: 0.4s ease-in-out;
}
.over-layer {
  position: absolute;
  top: 0;
  left: 0;
}
.caption_emb {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  margin: 0 auto;
  text-align: center;
  color: #f4f2ef;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -130%);
  width: 100%;
  opacity: 0;
  transition: 0.2s;
  transition-delay: 0.4s;
}
.me_emb > div {
  top: -100%;
}
.me_emb:hover > div {
  top: 50%;
}
.me_emb:hover .caption_emb {
  opacity: 1;
}

.me_music,
.music_hover {
  overflow: hidden;
  cursor: pointer;
  width: 332px;
  height: 442px;
  position: relative;
  clip-path: url("#mask");
}
.me_music img,
.me_music > div {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease;
  transition: 0.4s ease-in-out;
}
.over-layer {
  position: absolute;
  top: 0;
  left: 0;
}
.caption_music {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  margin: 0 auto;
  text-align: center;
  color: #f4f2ef;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -150%);
  width: 100%;
  opacity: 0;
  transition: 0.2s;
  transition-delay: 0.4s;
}
.me_music > div {
  top: -100%;
}
.me_music:hover > div {
  top: 50%;
}
.me_music:hover .caption_music {
  opacity: 1;
}

.footer_menu_2 {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 44px;
  align-items: center;
  padding-bottom: 12px;
}

.footer_item_2 {
  font-family: "futura-pt-bold", "sans-serif";
  font-style: normal;
  font-weight: 700;
  color: #f4f2ef;
  font-size: 17px;
}
.sp_about_myphoto,
.wh_toge,
.dog_sp,
.me_img_sp,
.caption_sp {
  display: none;
}

/******** WORKS ********/
.works {
  width: 100%;
  background-color: #f4f2ef;
}

.works_main {
  text-align: center;
  padding-top: 58px;
}

.works_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 20px 60px 20px;
}

.works_thumbnail > img {
  width: 100%;
  border-radius: 10%;
}
a {
  text-decoration: none;
  color: inherit;
}
.works_thumbnail {
  width: 100%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition-duration: 0.2s;
  box-sizing: border-box;
}
.works_mask {
  font-family: "futura-pt-bold", "sans-serif";
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  width: 100%;
  height: 100%;
  border-radius: 10%;
  background-color: rgba(41, 98, 205, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.works_mask:hover {
  opacity: 1;
  transition-delay: 0.3s;
}
.works_detail {
  width: 30%;
}
.works_sub {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #344699;
  font-size: 18px;
  border-right: #344699 solid 0.5px;
  padding: 0 10px 5px 10px;
}

.works_sub_2 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #344699;
  font-size: 18px;
  padding-left: 10px;
}

.works_text {
  display: flex;
  padding-top: 18px;
}

.works_title {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  color: #344699;
  padding: 10px;
}

/******** WORKS詳細 ********/
.works_detail_contens {
  text-align: center;
}
.works_contens_title {
  font-family: "futura-pt-bold", "sans-serif";
  font-style: normal;
  font-weight: 700;
  color: #344699;
  font-size: 54px;
}
.works_contens_thumbnail > img {
  width: 50%;
  border-radius: 86px;
}
.works_detail_text {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #344699;
  font-size: 18px;
  padding: 80px 0 30px 0;
  line-height: 1.65;
}

.works_detail {
  width: 30%;
}

.works_detail_text_box {
  width: 42%;
  margin: 0 auto;
  padding-bottom: 20px;
  box-sizing: border-box;
  counter-reset: item;
}
.works_detail_text_2 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #344699;
  font-size: 18px;
  line-height: 1.65;
  display: flex;
  justify-content: center;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 20px;
}
.works_detail_text_3 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #344699;
  font-size: 18px;
  padding-bottom: 50px;
  line-height: 1.65;
  padding-left: 1em;
  text-indent: -1em;
}
.works_detail_sub {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #344699;
  font-size: 18px;
  text-align: left;
  padding-left: 350px;
}
h3.works_contens_title {
  text-align: left;
  padding: 13px 0 20px 350px;
}
.detail_works {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #344699;
  display: flex;
  align-items: center;
  gap: 100px;
  border-bottom: solid 1px #344699;
  padding: 20px 0 20px 0;
  max-width: 550px;
  margin: 0 auto;
  text-align: start;
}
.detail_box {
  background-color: #344699;
  width: 145px;
  height: 45px;
  color: #f4f2ef;
  border-radius: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
p.detail_box_contens {
  color: #344699;
  font-size: 20px;
  line-height: 1.6;
}
.pf_img {
  padding: 90px 0 30px 0;
}
.pf_pc {
  width: 50%;
  border-radius: 63px;
  vertical-align: top;
  padding: 30px;
}
.pf_sp {
  width: 30%;
  border-radius: 57px;
  padding: 30px;
}
.back_btn {
  padding: 75px;
}
.back_btn > a {
  font-family: "dela-gothic-one", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  color: #344699;
  background-color: #f4f2ef;
  border: solid 1px #344699;
  border-radius: 17px;
  padding: 20px 30px;
  transition: 0.4s;
  cursor: pointer;
  box-shadow: 4px 4px #344699;
}
.back_btn a:hover {
  transform: translateY(3px);
  box-shadow: none;
}
.point {
  font-family: "futura-pt-bold", "sans-serif";
  font-style: normal;
  font-weight: 700;
  color: #344699;
  font-size: 27px;
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
  margin: 25px 0 25px 0;
  padding: 10px;
}
.point:before,
.point:after {
  border-top: 1px solid;
  content: "";
  width: 8em; /* 線の長さ */
}
.point:before {
  margin-right: 1em; /* 文字の右隣 */
}
.point:after {
  margin-left: 1em; /* 文字の左隣 */
}
.model_pc,
.model_sp {
  display: none;
}

/******** CONTACT ********/
form {
  max-width: 670px;
  margin: 0 auto;
  padding: 10px;
}
.contact_title {
  background-color: #f4f2ef;
  width: 100%;
  text-align: center;
}

.contact_text {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #344699;
  font-size: 20px;
  line-height: 1.35;
  padding: 50px 0 70px 0;
}
.contact_text_completed {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #344699;
  font-size: 20px;
  line-height: 1.35;
  padding-top: 100px;
}
span.label_name,
.label_co,
.label_mail,
.label_message {
  display: flex;
  flex-direction: column;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
}
.input_form .label_name::after {
  content: "NAME";
  font-size: 17px;
  padding-top: 6px;
}
.input_form .label_co::after {
  content: "COMPANY NAME";
  font-size: 17px;
  padding-top: 6px;
}
.input_form .label_mail::after {
  content: "MAIL ADDRESS";
  font-size: 17px;
  padding-top: 6px;
}
.input_form .label_message::after {
  content: "MESSAGE";
  font-size: 17px;
  padding-top: 6px;
}

.c_form {
  max-width: 690px;
  margin: 0 auto;
}

.c_form_item {
  display: flex;
  margin-bottom: 30px;
  color: #344699;
  font-size: 22px;
  text-align: left;
}

.c_form_label,
.c_form_input {
  padding: 10px;
}
.c_form_label {
  width: 70%;
  display: flex;
  align-items: flex-start;
}
.c_form_input {
  width: 90%;
  font-size: 17px;
  border: solid 1px #344699;
  border-radius: 4px;
}
.c_form_input:focus-visible {
  outline: #344699 auto 1px;
}
.c_form_required {
  color: #f4f2ef;
  background-color: #344699;
  border-radius: 5px;
  padding: 5px 5px;
  margin: 0 0 0 18px;
  font-size: 13px;
}
textarea.c_form_input {
  height: 160px;
}
.c_form_submit {
  text-align: center;
  margin: 80px;
}
.c_form_submit button {
  font-family: "dela-gothic-one", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  color: #344699;
  background-color: #f4f2ef;
  border: solid 1px #344699;
  border-radius: 10px;
  padding: 5px 32px;
  transition: 0.4s;
  cursor: pointer;
  box-shadow: 3px 3px #344699;
  position: relative;
}
.c_arrow::after {
  position: absolute;
  top: 50%;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.3em; /* arrow size */
  height: 0.3em; /* arrow size */
  border-top: 2px solid #344699;
  border-right: 2px solid #344699;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translateY(-50%);
}

form.c_form.confirm_form {
  padding-top: 100px;
}

.footer_menu_3 {
  background-color: #344699;
  width: 100%;
  height: 87px;
  bottom: 0;
  display: flex;
  justify-content: left;
  gap: 44px;
  align-items: center;
  padding-left: 50px;
}

.thanks_text {
  font-family: "bovine-mvb", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 0.9;
  position: relative;
  z-index: 1000;
  padding: 70px;
}

.thankyou {
  color: #344699;
}
.verymuch {
  color: #f4f2ef;
  text-shadow: 1px 1px 0 #334699, -1px -1px 0 #334699, -1px 1px 0 #334699,
    1px -1px 0 #334699, 0px 1px 0 #334699, 0-1px 0 #334699, -1px 0 0 #334699,
    1px 0 0 #334699;
}
.circle {
  width: 600px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: -1000;
}
.c_form_submit_2 {
  text-align: center;
}
.c_form_submit_2 button {
  font-family: "futura-pt-bold", "sans-serif";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #344699;
  background-color: #f4f2ef;
  border: solid 1px #344699;
  border-radius: 10px;
  padding: 8px 23px;
  transition: 0.4s;
  cursor: pointer;
  box-shadow: 3px 3px #344699;
}
.kira_orn_solid_thx {
  width: 110px;
  position: absolute;
  top: 60px;
  left: 380px;
  animation: anime2 1.2s ease 0s infinite alternate;
  transform-origin: center;
}
@keyframes anime2 {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(0, 0);
  }
}

.kira_orn_thx {
  width: 65px;
  position: absolute;
  top: 142px;
  left: 450px;
  animation: anime2 1s ease 0s infinite alternate;
  transform-origin: center;
}
@keyframes anime2 {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(0, 0);
  }
}
.kira_orn_solid_thx_r {
  width: 55px;
  position: absolute;
  top: 260px;
  right: 395px;
  animation: anime2 0.8s ease 0s infinite alternate;
  transform-origin: center;
}
@keyframes anime2 {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(0, 0);
  }
}
.kira_orn_thx_r {
  width: 95px;
  position: absolute;
  top: 275px;
  right: 440px;
  animation: anime2 1.2s ease 0s infinite alternate;
  transform-origin: center;
}
@keyframes anime2 {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(0, 0);
  }
}
.c_form_item_conf {
  display: flex;
  margin-bottom: 30px;
  color: #344699;
  font-size: 22px;
}
.c_form_label_conf {
  width: 45%;
  padding: 15px;
  color: #f4f2ef;
  border: solid 1px #334699;
  background-color: #344699;
  text-align: center;
  border-radius: 15px 0 0 15px;
}
.corr_btn {
  font-family: "dela-gothic-one", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #344699;
  background-color: #f4f2ef;
  border: solid 1px #344699;
  border-radius: 10px;
  padding: 10px 33px;
  transition: 0.4s;
  cursor: pointer;
  box-shadow: 5px 5px #344699;
  position: relative;
}
.c_arrow_left::after {
  position: absolute;
  top: 44%;
  left: 22%;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.3em; /* arrow size */
  height: 0.3em; /* arrow size */
  border-top: 2px solid #344699;
  border-right: 2px solid #344699;
  -webkit-transform: rotate(45deg);
  transform: rotate(-135deg) translateY(-50%);
}
.send_btn {
  font-family: "dela-gothic-one", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #344699;
  background-color: #f4f2ef;
  border: solid 1px #344699;
  border-radius: 13px;
  padding: 15px 34px;
  transition: 0.4s;
  cursor: pointer;
  box-shadow: 5px 5px #344699;
  position: relative;
}
.confirm_form,
.completed_form {
  display: none;
}
.confirm_form input,
.confirm_form textarea {
  background: transparent;
  border: none;
  padding: 0;
  width: 100%;
  padding-left: 30px;
}

.confirm_form input:focus,
.confirm_form textarea:focus {
  outline: none;
}

.confirm_form .form_group:not(.message) {
  align-items: center;
}

.confirm_form label {
  margin: 0;
}

.confirm_form textarea {
  resize: none;
}

.confirm_form .button_wrap {
  display: flex;
  margin: 100px;
  gap: 75px;
}
.contact_title.completed_form {
  margin-bottom: 100px;
}
.c_form_submit button:hover,
.corr_btn:hover,
.send_btn:hover,
.c_form_submit_2 button:hover {
  transform: translateY(2px);
  box-shadow: none;
}

.pagetop_btn {
  width: 100px;
  height: 100px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #f4f2ef;
  border-radius: 50%;
  border: #334699 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 9999;
}
.page_top {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 25px;
  color: #344699;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  text-align: center;
  line-height: 0.8;
}
.arrow_pagetop::after {
  position: absolute;
  top: -16px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 13px;
  height: 13px;
  border-top: 3px solid #344699;
  border-right: 3px solid #344699;
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
  right: 17px;
}
.sp_br_2 {
  display: none;
}

/******** レスポンシブ ********/
@media screen and (max-width: 1110px) {
  .title_desing,
  .title_feeling,
  .title_idea,
  .title_thinking {
    font-size: 70px;
  }
  .sub_works {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1160px) {
  .kira_wh_solid_con {
    left: 17%;
  }
  .kira_orn_con {
    left: 23%;
  }
}

@media screen and (max-width: 1085px) {
  .prf_me {
    font-size: 90px;
  }
}

@media screen and (max-width: 945px) {
  .title_desing,
  .title_feeling,
  .title_idea,
  .title_thinking {
    font-size: 60px;
  }
}

@media screen and (max-width: 892px) {
  .main_title {
    width: 80%;
    height: 300px;
  }
  .kira_orn_solid {
    top: 2%;
  }
  .kira_wh {
    top: 3.6%;
    right: 21%;
  }
  .kira_orn {
    top: 4.5%;
    right: 15%;
  }
  .kira_wh_solid {
    top: 12%;
  }
  .kira_orn_2 {
    top: 14%;
    left: 20%;
  }
  .kira_wh_solid_con {
    left: 9%;
    bottom: 6%;
  }
  .kira_orn_con {
    left: 17%;
    bottom: 5%;
  }
  .kira_wh_con {
    right: 17%;
    bottom: 3%;
  }
  .kira_orn_solid_con {
    right: 7%;
    bottom: 2.1%;
  }

  /******** TOP-ABOUT ********/
  .about_top {
    width: 79%;
  }
  .about_contents {
    top: 42%;
    left: 50%;
  }
  .about_top_text p {
    font-size: 17px;
  }
  .about_top_photo {
    top: 41%;
    left: 5%;
    transform: translate(-140%, -490%);
  }
  .works_btn {
    top: 77%;
    right: 14%;
  }
  .contact_top_text {
    padding: 0;
  }

  /******** SKILL ********/
  .skill_contens {
    display: flex;
    flex-direction: column;
    gap: 100px;
  }
  .skill_text {
    display: inline-block;
  }
  .naminami {
    display: none;
  }
  .naminami_sp {
    display: block;
    width: 400px;
    animation: naminami 10s infinite linear;
    transform-origin: center center;
    margin: 0 auto;
  }
  .desing {
    width: 200px;
  }
  .coding {
    width: 200px;
  }
  .movie {
    width: 170px;
  }

  .works_detail_sub {
    padding-left: 280px;
  }
  h3.works_contens_title {
    padding: 13px 0 20px 280px;
  }
}

@media screen and (max-width: 600px) {
  .circle {
    width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .home {
    text-align: center;
  }

  /******** header ********/
  .pc_nav,
  .header_menu {
    display: none;
  }

  .sp_header {
    background-color: #334699;
    width: 100%;
    height: 87px;
  }

  .sp_btn {
    font-family: "futura-pt-bold", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: #f4f2ef;
    background-color: #ff7041;
    width: 172px;
    height: 47px;
    border-radius: 23.5px;
    margin: 20px 20px 0 0;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1000;
    right: 30px;
  }
  .sp_btn.open {
    color: #ff7041;
    background-color: #f4f2ef;
  }
  .sp_btn:hover {
    background-color: #f4f2ef;
    color: #ff7041;
  }
  .sp_nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #ff7041;
    z-index: 100;
  }
  .sp_nav > ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    font-size: 35px;
    font-family: "futura-pt-bold", "sans-serif";
    font-style: normal;
    font-weight: 700;
  }
  .sp_nav a:hover {
    color: inherit;
  }
  .sp_item {
    transition-duration: 0.4s;
  }
  .sp_item:hover {
    transform: scale(1.1);
  }
  .sp_br {
    display: block; /*767px未満で改行タグを有効に。*/
  }

  /******** MV ********/
  .title {
    display: block;
    text-align: center;
  }
  .main_title {
    width: 80%;
    height: 300px;
    margin-bottom: 30px;
    font-size: 120px;
  }
  .title_desing {
    padding: 24px 260px 30px 0;
  }
  .title_feeling {
    padding: 0 0 30px 240px;
  }
  .title_idea {
    width: 50%;
    padding: 0;
  }
  .title_thinking {
    padding-left: 255px;
  }
  .kira_orn_solid {
    top: 1.5%;
    right: 8%;
  }
  .kira_wh {
    top: 3%;
    right: 19%;
  }
  .kira_orn {
    top: 3.5%;
    right: 7%;
  }
  .kira_wh_solid {
    top: 3.5%;
    left: 5%;
  }
  .kira_orn_2 {
    top: 5%;
    left: 19%;
  }
  .kira_wh_sp {
    display: block;
    width: 100px;
    position: absolute;
    top: 11%;
    left: 65%;
    animation: anime1 1s ease 0s infinite alternate;
    transform-origin: center;
  }
  @keyframes anime1 {
    from {
      transform: scale(0, 0);
    }
    to {
      transform: scale(1, 1);
    }
  }

  .kira_orn_solid_sp {
    display: block;
    width: 50px;
    position: absolute;
    top: 12%;
    left: 76%;
    animation: anime2 0.8s ease 0s infinite alternate;
    transform-origin: center;
  }
  @keyframes anime1 {
    from {
      transform: scale(0, 0);
    }
    to {
      transform: scale(1, 1);
    }
  }

  .kira_orn_sp {
    display: block;
    width: 90px;
    position: absolute;
    top: 14%;
    left: 12%;
    animation: anime1 1.2s ease 0s infinite alternate;
    transform-origin: center;
  }
  @keyframes anime1 {
    from {
      transform: scale(0, 0);
    }
    to {
      transform: scale(1, 1);
    }
  }
  .kira_wh_solid_sp {
    display: block;
    width: 45px;
    position: absolute;
    top: 13.6%;
    left: 21%;
    animation: anime2 0.6s ease 0s infinite alternate;
    transform-origin: center;
  }
  @keyframes anime1 {
    from {
      transform: scale(0, 0);
    }
    to {
      transform: scale(1, 1);
    }
  }
  .scroll {
    display: block;
    font-family: "futura-pt-bold", "sans-serif";
    font-style: normal;
    font-weight: 700;
    width: 140px;
    margin: 30px auto 200px;
    font-size: 19px;
    line-height: 1.35;
    position: relative;
  }
  .scroll svg {
    overflow: visible;
    animation: naminami 10s infinite linear;
    transform-origin: center center;
  }
  .scroll path {
    fill: none;
  }
  .scroll text {
    fill: #f4f2ef;
  }
  .dli-caret-down {
    display: inline-block;
    vertical-align: middle;
    color: #f4f2ef;
    line-height: 1;
    width: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 1em 0.6em;
    border-top-color: currentColor;
    border-bottom: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8%;
  }

  /******** TOP-ABOUT ********/
  .anime_wrap {
    overflow: visible;
  }
  .about {
    padding-top: 334px;
  }
  .about_top {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow-x: visible !important;
  }

  .toge_top_sp {
    display: block;
    width: calc(100% + 120px);
    margin-left: -60px;
    margin-right: -60px;
  }

  .toge_top {
    display: none;
  }

  .about_contents {
    top: 49%;
  }
  .sub_good {
    display: none;
  }
  .sub_good_sp {
    display: block;
    -webkit-text-stroke: 1px #ff7041;
    text-shadow: 5px 5px 0 #ff7041;
    padding-top: 0;
    font-size: 65px;
    color: #f4f2ef;
    position: absolute;
    top: -330px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 148%;
  }
  .sub_about {
    color: #ff7041;
    padding-bottom: 115px;
    position: absolute;
    left: 50%;
    bottom: 117%;
    transform: translateX(-50%);
    width: 100%;
    font-size: 65px;
  }
  /*bound text animetions*/
  @keyframes showTextFromBottom {
    0% {
      transform: translateY(100%);
    }
    50% {
      transform: translateY(-20%);
    }
    100% {
      transform: translateY(0px);
    }
  }
  .sub_good_sp.displayed span,
  .sub_about.displayed span {
    animation: showText 1s backwards;
    display: inline-block;
  }
  .sub_good_sp.displayed,
  .sub_about.displayed {
    width: 100%;
  }
  .sub_good_sp.displayed > span > span,
  .sub_about.displayed > span > span {
    animation: showTextFromBottom 0.5s backwards;
  }
  .about_top_photo {
    display: none;
  }
  .about_top_photo_sp {
    display: block;
    width: 100%;
    margin-top: -207px;
  }
  .name {
    position: absolute;
    top: 26%;
    left: 18%;
  }
  .about_top_text {
    margin-top: 20px;
  }
  .about_btn {
    display: flex;
    justify-content: center;
    padding-top: 50px;
  }
  .works_btn {
    top: 81%;
    right: 38%;
  }

  /******** TOP-WORKS ********/
  .works_top {
    background-image: url(../image/SVG/sp_moku.svg);
  }
  .moku_top {
    display: none;
  }
  .moku_top_sp {
    display: block;
    padding-top: 100px;
    width: calc(100% + 120px);
    margin-left: -60px;
    margin-right: -60px;
  }
  .slick-slide {
    margin: 0 4vw;
  }

  .kira_wh_solid_con {
    left: 7%;
    bottom: 4%;
  }
  .kira_orn_con {
    left: 16%;
    bottom: 3.5%;
  }
  .kira_wh_con {
    right: 16%;
    bottom: 2.3%;
  }
  .kira_orn_solid_con {
    right: 7%;
    bottom: 1.5%;
  }
  .contact_top_text {
    font-size: 20px;
    padding-top: 50px;
  }

  .works_box {
    display: block;
    width: 90%;
    padding: 20px;
  }
  .works_detail {
    width: 80%;
    padding-bottom: 70px;
    margin: 0 auto;
  }
  .sp_br_2 {
    display: none;
  }

  /******** CONTACT ********/
  .sub_good_con {
    font-size: 65px;
    color: #f4f2ef;
    -webkit-text-stroke: 1px #344699;
    text-shadow: 5px 5px 0 #344699;
    padding-top: 100px;
  }
  .c_form_item {
    display: block;
  }
  .kira_orn_solid_thx {
    left: 45px;
  }
  .kira_orn_thx {
    left: 120px;
  }
  .kira_orn_thx_r {
    right: 85px;
  }
  .kira_orn_solid_thx_r {
    right: 40px;
  }
  .confirm_form .button_wrap {
    margin: 100px 0;
    justify-content: center;
  }

  /******** WORKS詳細 ********/
  .works_detail_sub {
    padding-left: 100px;
  }
  h3.works_contens_title {
    padding-left: 100px;
  }
  .works_contens_thumbnail > img {
    width: 80%;
  }
  .pf_img {
    display: none;
  }
  .works_detail_text,
  .works_detail_text_2,
  .works_detail_text_3,
  p.detail_box_contens {
    font-size: 14px;
  }
  .works_detail_text {
    padding: 45px 0 0 0;
  }
  .works_detail_text_2 {
    padding: 0 10px 0 10px;
  }
  .works_detail_text_3 {
    padding: 20px 0 50px 0;
  }
  .point {
    display: flex;
    align-items: center; /* 垂直中心 */
    justify-content: center; /* 水平中心 */
    margin: 50px 0 15px 0;
  }
  .point:before,
  .point:after {
    border-top: 0.5px solid;
    content: "";
  }
  .point:before {
    margin-right: 1em; /* 文字の右隣 */
  }
  .point:after {
    margin-left: 1em; /* 文字の左隣 */
  }
  .detail_works {
    border-bottom: solid 0.5px #344699;
  }
  .detail_box {
    width: 110px;
    height: 32px;
    font-size: 14px;
    gap: 50px;
    max-width: 380px;
  }

  .model_btn {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 20px;
  }
  .model_pc,
  .model_sp {
    display: block;
  }
  #openModal > span {
    position: absolute;
    top: 50%;
    right: 11px;
    transform: translateY(calc(-50% - 1.5px));
  }
  #openModalSp > span {
    position: absolute;
    top: 50%;
    right: 11px;
    transform: translateY(calc(-50% - 1.5px));
  }
  .dli-plus {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 8px;
    height: 2px;
    background: #344699;
    position: relative;
  }

  .dli-plus::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
  }

  .dli-plus_sp {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 8px;
    height: 2px;
    background: #344699;
    position: relative;
  }

  .dli-plus_sp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
  }
  #openModal,
  #openModalSp {
    font-family: "futura-pt-bold", "sans-serif";
    font-style: normal;
    font-weight: 700;
    border: #334699 1px solid;
    border-radius: 15px;
    color: #344699;
    width: 100px;
    height: 30px;
    box-shadow: #334699 3px 3px;
    cursor: pointer;
    position: relative;
  }
  #closeModal,
  #closeModalSp {
    font-family: "futura-pt-bold", "sans-serif";
    font-style: normal;
    font-weight: 700;
    color: #344699;
    font-size: 15px;
    border: none;
    display: flex;
    align-items: center;
  }
  .modal_img {
    max-width: 100%;
    width: 70%;
  }
  #modal,
  #modalSp {
    position: fixed;
    top: 0;
    background-color: rgba(244, 242, 239, 0.8);
    padding: 20px;
    border-radius: 5px;
    z-index: 1000; /* モーダルを他の要素の上に表示 */
    width: 90%;
    border: solid #344699;
    height: 90vh;
    overflow-y: scroll;
  }

  #modal::backdrop,
  #modalSp::backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 半透明の背景 */
    z-index: 999;
    display: none; /* 初期状態は非表示 */
  }

  .close_batsu {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
  }

  .close_batsu::before,
  .close_batsu::after {
    /* 共通設定 */
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px; /* 棒の幅（太さ） */
    height: 15px; /* 棒の高さ */
    background: #344699;
  }

  .close_batsu::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .close_batsu::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  /******** ABOUT ********/
  .about_box {
    display: none;
  }
  .about_detail {
    background-color: #344699;
    z-index: 10;
  }
  .about_box_sp {
    display: block;
    padding-top: 35px;
  }
  .about_title {
    background-color: #334699;
  }
  .sub_good_2 {
    -webkit-text-stroke: 1px #ff7041;
    text-shadow: 5px 5px 0 #ff7041;
    padding-top: 50px;
  }
  .sub_about_2 {
    color: #ff7041;
    padding: 0;
  }
  .blue_toge,
  .about_myphoto {
    display: none;
  }
  .wh_toge {
    display: block;
    width: 100%;
    z-index: 1000;
    position: relative;
  }
  .concept {
    color: #334699;
    font-size: 70px;
    top: 40%;
    left: 37%;
    animation-name: zoomInAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }

  .about_prf {
    display: block;
    margin-top: 300px;
  }
  p.about_text_2,
  p.about_text_3 {
    padding-top: 18px;
  }
  .about_text {
    position: absolute;
    top: 60%;
    left: 30%;
    z-index: 2000;
  }
  .about_text p {
    font-size: 17px;
    top: 25%;
    left: 16%;
    z-index: 3000;
    text-align: center;
    line-height: 1.5;
    width: 100%;
  }
  .about_text_2 {
    padding-top: 240px;
  }
  .about_text_3 {
    padding-top: 280px;
  }
  .name_ja {
    font-size: 20px;
    text-align: center;
    padding: 0;
    position: absolute;
    top: 28.7%;
    left: 44%;
  }
  .name_en {
    font-size: 45px;
    text-align: center;
    padding: 0;
    position: absolute;
    left: 30%;
    top: 29.3%;
    z-index: 1000;
  }
  .prf_me_title_box {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 60px 0;
  }

  .sp_about_myphoto {
    display: block;
    width: 50%;
    margin: 0 auto;
    position: relative;
  }
  .prf_contens {
    font-size: 15px;
    text-align: center;
    padding: 10px 0 30px 0;
  }
  .prf_me h2 br {
    display: none;
  }
  .prf_me {
    font-size: 65px;
    display: block;
  }
  .dog_hover,
  .caption_dog,
  .plant_hover,
  .caption_plant,
  .emb_hover,
  .caption_emb,
  .music_hover,
  .caption_music {
    display: none;
  }
  .me_dog,
  .me_plant,
  .me_emb,
  .me_music {
    cursor: auto;
  }

  .prf_me_contens > svg,
  .me_dog,
  .me_plant,
  .me_emb,
  .me_music {
    display: none;
  }
  .me_img_sp {
    display: block;
    width: 42%;
    margin: 0 auto;
  }
  .caption_sp {
    display: block;
    color: #344699;
    font-size: 17px;
    padding: 15px 0 50px 0;
  }
}

@media screen and (max-width: 555px) {
  .detail_works {
    margin: 10px;
  }
}

@media screen and (max-width: 500px) {
  .title_desing {
    font-size: 45px;
    padding: 24px 300px 30px 15px;
  }
  .title_feeling {
    font-size: 45px;
    padding: 0 56px 30px 0;
    display: flex;
    justify-content: end;
  }
  .main_title {
    width: 63%;
    height: 200px;
    font-size: 80px;
  }
  .title_idea {
    font-size: 45px;
    padding-bottom: 30px;
  }
  .title_thinking {
    font-size: 45px;
    padding-left: 40px;
  }
  img.kira_orn_solid {
    width: 70px;
  }
  .kira_wh {
    width: 26px;
  }
  .kira_orn {
    width: 30px;
  }
  .kira_wh_solid {
    width: 88px;
  }
  .kira_orn_2 {
    width: 43px;
  }
  .kira_wh_sp {
    width: 80px;
    top: 10%;
  }
  .kira_orn_solid_sp {
    width: 40px;
    top: 11.5%;
    left: 78%;
  }
  .kira_orn_sp {
    width: 80px;
    top: 13%;
    left: 6%;
  }
  .kira_wh_solid_sp {
    width: 35px;
    top: 12.5%;
    left: 18%;
  }
  .about_contents {
    top: 46%;
  }
  .naminami_sp {
    width: 300px;
  }
  .desing {
    width: 150px;
  }
  .coding {
    width: 150px;
  }
  .movie {
    width: 125px;
  }
  .sub_works {
    font-size: 77px;
    padding-bottom: 33px;
  }
  .slick-slide img {
    border-radius: 45px;
  }
  .works_btn {
    top: 78%;
    right: 32%;
  }
  .contact_top_text {
    padding: 0;
  }
  .kira_wh_solid_con {
    width: 60px;
    left: 3%;
    bottom: 5.5%;
  }
  .kira_orn_con {
    width: 33px;
    left: 12%;
    bottom: 5%;
  }
  .kira_wh_con {
    width: 30px;
    right: 12%;
  }
  .kira_orn_solid_con {
    width: 60px;
    right: 1%;
    bottom: 1.8%;
  }
  .sub_good_sp {
    font-size: 55px;
    bottom: 150%;
  }
  .sub_about {
    bottom: 117%;
  }
  .about_top_text p {
    font-size: 15px;
  }
  .about_top_photo_sp {
  }
  .name {
    font-size: 50px;
    top: 27%;
    left: 20%;
  }
  .sub_good_skill,
  .sub_good_works {
    font-size: 55px;
  }
  .sub_skill {
    font-size: 77px;
  }

  /******** ABOUT ********/
  .toge_top_sp {
    margin: 0;
  }
  .name {
    left: 0;
    top: 165px;
  }
  .about_top_text p {
    padding-top: 10px;
  }
  .wh_toge {
    width: calc(100% + 270px);
    margin-left: -130px;
    margin-right: -130px;
  }
  .about_prf {
    margin-top: 350px;
  }
  .about_text {
    top: 60%;
    left: 18%;
  }
  .name_en {
    left: 18%;
    top: 34.1%;
  }
  .name_ja {
    top: 33.4%;
    left: 41%;
  }
  .prf_contens {
    padding: 11px 0 70px 0;
  }
  .prf_me {
    font-size: 53px;
  }
  .concept {
    left: 30%;
  }
  .works_detail_sub {
    padding-left: 88px;
  }
  h3.works_contens_title {
    padding: 5px 0 10px 88px;
  }
  .works_contens_thumbnail > img {
    border-radius: 66px;
  }

  .thanks_text {
    font-size: 50px;
  }
  .circle {
    width: 355px;
  }
  .kira_orn_solid_thx {
    width: 60px;
    left: 14px;
  }
  .kira_orn_thx {
    width: 30px;
    left: 55px;
    top: 113px;
  }
  .kira_orn_thx_r {
    width: 68px;
    right: 34px;
    top: 193px;
  }
  .kira_orn_solid_thx_r {
    width: 30px;
    right: 28px;
    top: 240px;
  }
  .contact_text_completed {
    font-size: 14px;
    padding-top: 50px;
  }

  .footer_menu_3 {
    height: 62px;
    gap: 30px;
    padding-left: 30px;
  }

  #ModalSp > img {
    max-width: 100%;
  }

  .works_detail_text_box {
    width: 71%;
  }
}

@media screen and (max-width: 420px) {
  .prf_me_title_box {
    font-size: 45px;
  }
}

@media screen and (max-width: 400px) {
  /******** ローディング ********/
  .open_eye {
    width: 100px;
  }
  #eye2 {
    width: 100px;
  }
  .close_eye {
    width: 100px;
  }
  .loading {
    width: 200px;
    margin: 265px auto;
  }
  .eye {
    top: 27%;
    left: 25%;
  }
  .sp_btn {
    margin: 20px 0 0 0;
  }

  .title_desing {
    font-size: 35px;
    padding: 24px 155px 30px 15px;
  }
  .title_feeling {
    font-size: 35px;
    padding: 0 30px 30px 0;
  }
  .main_title {
    width: 76%;
    height: 172px;
    font-size: 66px;
  }
  .title_idea {
    font-size: 35px;
    padding-bottom: 30px;
  }
  .title_thinking {
    font-size: 35px;
    padding-left: 100px;
  }
  img.kira_orn_solid {
    width: 70px;
  }
  .kira_wh {
    width: 26px;
  }
  .kira_orn {
    width: 30px;
  }
  .kira_wh_solid {
    width: 88px;
  }
  .kira_orn_2 {
    width: 43px;
  }
  .kira_wh_sp {
    width: 80px;
    top: 11%;
  }
  .kira_orn_solid_sp {
    width: 40px;
    top: 12.5%;
    left: 81%;
  }
  .kira_orn_sp {
    width: 80px;
    top: 14%;
  }
  .kira_wh_solid_sp {
    width: 35px;
    top: 13.7%;
    left: 28%;
  }
  .scroll {
    width: 95px;
    margin: 50px auto;
  }
  .about_contents {
    top: 45%;
  }
  .slick-slide img {
    border-radius: 40px;
  }
  .sub_good_sp {
    font-size: 48px;
    bottom: 149%;
    text-shadow: 3px 3px 0 #ff7041;
  }
  .sub_about {
    font-size: 55px;
    bottom: 115%;
  }
  .about_top_photo_sp {
  }
  .about_contents {
    top: 30%;
  }
  .name {
    font-size: 40px;
    top: 26%;
    left: 26%;
  }
  .about_top_text {
    margin-bottom: 20px;
  }
  .about_btn {
    padding: 0;
  }

  /******** SKILL ********/
  .sub_good_skill {
    font-size: 40px;
    text-shadow: 3px 3px 0 #f4f2ef;
  }
  .sub_skill {
    font-size: 55px;
    padding: 0;
  }
  .naminami_sp {
    width: 310px;
  }
  .desing {
    width: 150px;
  }
  .coding {
    width: 150px;
  }
  .movie {
    width: 120px;
  }

  /******** TOP-WORKS ********/
  .sub_good_works {
    font-size: 48px;
    text-shadow: 3px 3px 0 #344699;
  }
  .sub_works {
    font-size: 55px;
    padding-bottom: 45px;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 75px;
  }
  .works_btn {
    top: 76%;
    right: 27%;
  }

  .contact_top_text {
    font-size: 17px;
    padding: 0;
  }
  .contact_bg {
    width: 234px;
  }
  .contact_good {
    font-size: 30px;
  }
  .contact {
    font-size: 40px;
  }
  .kira_wh_solid_con {
    width: 50px;
    left: 4%;
    bottom: 3%;
  }
  .kira_orn_con {
    width: 30px;
    left: 12%;
    bottom: 2.5%;
  }
  .kira_orn_solid_con {
    width: 50px;
    right: 3%;
    bottom: 1.5%;
  }
  .kira_wh_con {
    width: 30px;
    right: 13%;
    bottom: 2%;
  }

  .footer_menu {
    height: 40px;
    gap: 30px;
    padding-left: 20px;
    box-sizing: border-box;
  }
  .footer_item {
    font-size: 14px;
  }

  .pagetop_btn {
    width: 17%;
    height: 9%;
    right: 15px;
    bottom: 10px;
  }
  .page_top {
    font-size: 18px;
    transform: translate(-50%, -23%);
  }
  .arrow_pagetop::after {
    width: 11px;
    height: 11px;
    border-top: 2px solid #344699;
    border-right: 2px solid #344699;
    right: 12px;
  }

  /******** CONTACT ********/
  .sub_good_con {
    font-size: 48px;
    text-shadow: 3px 3px 0 #344699;
    padding-top: 50px;
  }
  .contact_text {
    font-size: 14px;
    padding: 0 10px 35px 10px;
  }
  form.input_form {
    padding: 20px;
  }
  .c_form_submit button {
    font-size: 15px;
    padding: 7px 25px;
  }
  .confirm_form .button_wrap {
    gap: normal;
    justify-content: space-between;
  }
  .c_form_submit {
    margin: 45px;
  }

  form.c_form.confirm_form {
    padding: 70px 20px 20px 20px;
  }
  .corr_btn {
    font-size: 15px;
    padding: 0px 25px;
  }
  .c_arrow_left::after {
    top: 34%;
    left: 17%;
  }
  .send_btn {
    padding: 10px 23px;
  }
  span.label_name,
  .label_co,
  .label_mail,
  .label_message {
    font-size: 14px;
  }

  .circle {
    width: 290px;
  }

  .footer_menu_3 {
    height: 62px;
    gap: 30px;
    padding-left: 30px;
  }

  /******** ABOUT ********/
  .sub_good_sp {
    top: -270px;
  }
  .wh_toge {
    width: calc(100% + 270px);
    margin-left: -130px;
    margin-right: -130px;
  }
  .concept {
    top: 35%;
    left: 25%;
    font-size: 68px;
  }

  .sub_good_2 {
    font-size: 48px;
    text-shadow: 3px 3px 0 #ff7041;
  }
  .sub_about_2 {
    font-size: 55px;
  }
  .about_text {
    top: 53%;
    left: 17%;
  }
  .about_text p {
    font-size: 14px;
  }
  .about_prf {
    margin-top: 163px;
  }
  .name_ja {
    font-size: 18px;
    top: 34.7%;
    left: 41%;
  }
  .name_en {
    font-size: 35px;
    left: 20%;
    top: 35.4%;
  }
  .prf_contens {
    font-size: 14px;
    padding: 10px 0 50px 0;
  }
  .prf_me > h2 {
    font-size: 50px;
    padding: 30px;
  }
  .caption_sp {
    font-size: 14px;
  }
  .sp_br_2 {
    display: block;
  }
  .works_mask {
    font-size: 35px;
  }
  .works_contens_thumbnail > img {
    border-radius: 50px;
  }
  .works_detail_sub {
    padding-left: 66px;
  }
  h3.works_contens_title {
    padding: 5px 0 10px 66px;
  }
}

@media screen and (max-width: 365px) {
  .prf_me_title_box {
    font-size: 35px;
    gap: 17px;
  }
}

@media screen and (max-width: 320px) {
  .title_feeling {
    padding: 0 50px 30px 0;
  }

  .about_top_photo_sp {
    margin-top: -48px;
  }
  .sub_about {
    bottom: 89%;
  }
  .sub_good_sp {
    bottom: 116%;
    top: -170px;
  }
  .name {
    font-size: 36px;
    top: 45%;
    left: 0%;
  }
  .about_top_text {
    margin-top: 10px;
  }
  .about_top_text p {
    font-size: 12px;
  }

  .naminami_sp {
    width: 240px;
  }
  .desing {
    width: 120px;
  }
  .coding {
    width: 120px;
  }
  .movie {
    width: 100px;
  }
  .skill_text {
    font-size: 14px;
  }

  .works_box {
    width: 86%;
  }
  .works_mask {
    font-size: 30px;
  }
  .works_sub {
    font-size: 14px;
  }
  .works_sub_2 {
    font-size: 14px;
  }
  .works_title {
    font-size: 22px;
  }
  .works_detail_sub {
    padding-left: 50px;
  }
  h3.works_contens_title {
    font-size: 40px;
    padding: 5px 0 10px 50px;
  }
  .works_contens_thumbnail > img {
    border-radius: 47px;
  }
  .point {
    padding: 10px;
  }
  .works_detail_text_2 {
    padding: 0 10px 0 10px;
  }
  .detail_works {
    gap: 35px;
    padding: 20px 10px 20px 10px;
    margin: 10px;
  }
  .concept {
    top: 32%;
    left: 22%;
    font-size: 63px;
  }
  .about_text {
    top: 48%;
    left: 8%;
  }
  p.about_text_2,
  p.about_text_3 {
    padding-top: 12px;
  }
  .about_prf {
    margin-top: 60px;
  }
  .name_ja {
    top: 35.4%;
    left: 38%;
  }
  .name_en {
    left: 11%;
    top: 36.2%;
  }

  .sub_works {
    padding-bottom: 18px;
  }
  .slick-slide img {
    border-radius: 34px;
  }
  .works_btn {
    top: 77%;
    right: 22%;
  }
  .works_top {
    padding: 60px 0;
  }
  .pagetop_btn {
    width: 65px;
    height: 65px;
    right: 18px;
  }
  .contact_btn a {
    margin: 20px;
  }
  .works_detail_text_box {
    width: 81%;
  }
}

/* === 横スクロール抑止の土台（style.cssの末尾に追加） === */
*,
*::before,
*::after {
  box-sizing: border-box;
} /* 1) */
img,
svg,
video,
iframe {
  max-width: 100%;
  height: auto;
  display: block;
} /* 3) */

html {
  -webkit-text-size-adjust: 100%;
}

/* 一時デバッグ用（原因特定できたら外してOK） */
@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }
}

/* 2) “はみ出し”演出の親にクリップを付ける */
.about,
.works_top {
  overflow-x: hidden;
}

/* 2) 要素自身のはみ出しも軽減（演出は維持） */
.toge_top_sp,
.moku_top_sp {
  max-width: 100vw;
}

/* 3) 固定幅SVG/画像の横溢れ対策 */
.contact_bg {
  width: min(410px, 90vw);
} /* 元: 410px 固定 */

/* 4) スライド余白での溢れを抑制 */
.slick-list {
  overflow: hidden;
} /* 横方向をクリップ */
@media (max-width: 767px) {
  .slick-slide {
    margin: 0 4vw;
  } /* 既存より小さめに保険（必要なら） */
}

/* 5) テキストブロックの固定幅→可変に */
.about_top_text p {
  width: 100%;
}

/* フォームの横溢れをさらに安全に（枠＋padding込みで収める） */
.c_form_input {
  width: 100%;
} /* 90% -> 100% にしつつ border-box で収まる */
@media (max-width: 767px) {
  .c_form_item {
    gap: 10px;
  } /* モバイル時のにじみ対策（任意） */
}

/* 0) 全体の土台：パディング足し算で溢れないように */
*,
*::before,
*::after {
  box-sizing: border-box;
}
img,
svg,
video,
iframe {
  max-width: 100%;
  height: auto;
  display: block;
}
html {
  -webkit-text-size-adjust: 100%;
}

/* 1) セクション単位で横にはみ出す装飾をクリップ（PC/SP両方に効く） */
.about,
.about_top,
.works_top,
.top_page header {
  overflow-x: clip; /* clip にしてもOK: overflow-x: clip; */
}

/* 2) スライド風レイアウトの余白での横はみ出しを封じる */
.slick-list {
  overflow: hidden;
} /* 既存に追加でOK */
.slick-slide {
  margin: 0 7vw;
} /* 既存維持でOK（はみ出しは親でクリップ） */

/* 3) 固定幅テキスト/画像の安全化 */
.about_top_text p {
  width: 100%;
} /* 元: width: 550px; のみ */
.contact_bg {
  width: min(410px, 100%);
} /* 元: width: 410px; */

/* 4) “演出で広げている”要素の保険（デザイン維持しつつ上限を与える） */
.toge_top_sp,
.moku_top_sp,
.wh_toge {
  max-width: 100vw; /* 幅を広げる指定があっても画面幅までで止める */
}
