@charset "uft-8";
/* 共通 */
body {
  background-image: url(../images/back.png);
  background-size: 96%;
  background-position: center;
  background-color: #ba1e1e;
}
.dotfont {
  font-family: "AB-megadot9";
}
.dotfont-color {
  font-family: "AB-megadot9";
  color: #ba1e1e;
}
.top-section-title {
  font-size: 40px;
  padding-bottom: 40px;
}
.section {
  padding-bottom: 115px;
}
.section-title {
  font-size: 40px;
  padding-bottom: 65px;
  padding-top: 248px;
}
.page-set {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 3%;
  padding-right: 3%;
}
.border {
  background-color: #fff;
  border: 2px solid #ba1e1e;
  padding: 6px;
  border-radius: 7px;
}

/* ヘッダーnav */
.header-nav {
  display: flex;
  justify-content: flex-end;
  position: fixed;
  right: 5%;
  top: 3%;
  z-index: 9998;
}
#header .border {
  width: 190px; /*280px */
}
.header-nav ul {
  font-size: 22px; /*31px */
  background-color: #fff;
  border: 2px solid #ba1e1e;
  border-radius: 7px;
  padding: 39px 5px 34px 41px; /*39px 13px 34px 64px */
}
.header-nav li {
  padding-bottom: 18px; /*15px */
}
.header-nav li:last-child {
  padding-bottom: 0;
}

/* 三角 */
.nav a {
  position: relative;
  text-decoration: none;
}
.nav a:hover:before {
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  border-left: solid 17px #ba1e1e;
  border-right: 0;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  left: -27px;
}

.sns-nav {
  position: fixed;
  width: 2%;
  right: 1.3%;
  top: 250px;
  z-index: 9998;
}
.sns-nav::after {
  position: absolute;
  content: "";
  height: 85px;
  width: 2px;
  background-color: #fff;
  left: 50%;
  transform: translateY(-50%);
  bottom: -190px;
}
.sns-icon {
  width: 28px;
  display: flex;
  flex-direction: column;
  padding-top: 180px;
  row-gap: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.sns-nav p {
  writing-mode: vertical-rl;
  color: #fff;
  font-family: "AB-megadot9";
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* MV */
.top-area {
  text-align: center;
  margin-bottom: 219px;
  height: 100vh;
  position: relative;
}
.reef-photo {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 1000px;
}
.me-photo {
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 15%;
  max-width: 190px;
  animation: yurayura1 2s linear infinite;
}
.sunny-photo {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20%;
  max-width: 200px;
  animation: yurayura 1s linear infinite;
}
@keyframes yurayura1 {
  0%,
  100% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
}
@keyframes yurayura {
  0%,
  100% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
}

.top-area h1 {
  font-size: 128px;
  padding-top: 110px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  text-align: center;
  position: relative;
  content: "";
}

/* .top-area h1::before {
  position: absolute;
  content: "";
  top: 100px;
  left: 0px;
  color: #ea80aa;
} */

.logo-under {
  color: #ea80aa;
  line-height: 1.2;
  padding-bottom: 11px;
  padding-top: 8px;
}
.logo-over {
  line-height: 1.2;
  position: absolute;
  /* z-index: 9996; */
}

.job-cat-header {
  font-size: 22px;
  line-height: 1.68;
  padding-bottom: 20px;
}
.copy {
  font-size: 33px;
}

/* わたしのこと */
.about-item {
  font-family: AB-Don;
  font-size: 46px;
  padding-bottom: 13px;
  margin-left: -50px;
}
.about-lead {
  font-size: 24px;
  line-height: 1.96;
  padding-bottom: 33px;
}
.about-text {
  font-size: 18px;
  line-height: 2.11;
}
.profile-img-top {
  width: 44%;
}
.about-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sns-btn2 img {
  width: 34px;
  display: block;
}
.sns-btn2 {
  display: flex;
  gap: 15px;
}
.btn-area {
  display: flex;
  justify-content: flex-end;
  /* align-items: center; */
  gap: 49px;
  padding-top: 58px;
}

/* more btn */
.btn-block {
  text-align: right;
  padding-top: 42px;
}
.btn-block2 {
  text-align: right;
  padding-top: 7px;
}
.more-btn {
  color: #ba1e1e;
  border-left: 2px solid #ba1e1e;
  border-bottom: 2px solid #ba1e1e;
  padding: 5px 24px;
  position: relative;
  font-size: 17px;
}
.more-btn::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 14px solid #ba1e1e;
  border-top: 0;
  transform: rotate(90deg);
  right: 0;
  bottom: -8px;
}
.more-btn::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 5px;
  background-color: #fff;
  bottom: -7px;
  right: 0;
}

/* しごと */
.job-img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 38px;
}
.job-img a {
  width: 32.2%;
}
.job-img01,
.job-img02,
.job-img03,
.job-img04,
.job-img05,
.job-img06 {
  position: relative;
}
.job-work-img01-hover,
.job-work-img02-hover,
.job-work-img03-hover,
.job-work-img04-hover,
.job-work-img05-hover,
.job-work-img06-hover {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.job-work-img01-hover:hover,
.job-work-img02-hover:hover,
.job-work-img03-hover:hover,
.job-work-img04-hover:hover,
.job-work-img05-hover:hover,
.job-work-img06-hover:hover {
  opacity: 1;
}
.job-work-img01:hover,
.job-work-img02:hover,
.job-work-img03:hover,
.job-work-img04:hover,
.job-work-img05:hover,
.job-work-img06:hover {
  display: none;
}

/* お問い合わせ */
.contact-contents {
  display: flex;
  position: relative;
}
.box-area,
.contact-area {
  width: 50%;
}
.box-area p {
  width: 100%;
  background-color: #fff;
  border: 2px solid #ba1e1e;
  border-radius: 7px;
  font-size: 30px;
  line-height: 1.83;
  padding: 30px;
  box-sizing: border-box;
}
.contact-area {
  background-color: #ba1e1e;
  padding: 30px 30px 30px 105px;
}
.question-box {
  position: relative;
  max-width: 162px;
  margin: 139px 139px 100px auto;
}
.question-line {
  position: absolute;
  height: 50px;
  width: 2px;
  background-color: #1f1f1f;
  animation: line 2s linear infinite;
}
.question-line01 {
  top: -128px;
  left: 50%;
}
.question-line02 {
  top: -110px;
  left: 23px;
  transform: rotate(-25deg);
}
.question-line03 {
  top: -74px;
  left: -40px;
  transform: rotate(-40deg);
}
.question-line04 {
  top: -18px;
  left: -70px;
  transform: rotate(-69deg);
}
.question-line05 {
  top: 42px;
  left: -92px;
  transform: rotate(-89deg);
}
.question-line06 {
  top: -110px;
  right: 23px;
  transform: rotate(25deg);
}
.question-line07 {
  top: -74px;
  right: -40px;
  transform: rotate(40deg);
}
.question-line08 {
  top: -18px;
  right: -70px;
  transform: rotate(69deg);
}
.question-line09 {
  top: 42px;
  right: -92px;
  transform: rotate(89deg);
}

@keyframes line {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.border-box {
  background-color: #fff;
  border: 2px solid #ba1e1e;
  border-radius: 7px;
  padding: 6px;
  position: absolute;
  right: 50%;
  bottom: 219px;
}
.question-box img {
  width: 100%;
}
.contact-area {
  color: #fff;
  margin-top: 60px;
}
.contact-heading {
  padding-bottom: 32px;
  font-size: 40px;
  color: #fff;
}
.contact-area p {
  color: #fff;
  font-size: 16px;
  line-height: 1.81;
  padding-bottom: 41px;
}
.contact-btn {
  font-family: "AB-megadot9";
  background-color: #fff;
  border: 2px solid #ba1e1e;
  border-radius: 7px;
  color: #ba1e1e;
  max-width: 335px;
  width: 100%;
}
.contact-box {
  max-width: 340px;
  margin-bottom: 60px;
}
.contact-btn a {
  display: block;
  font-size: 30px;
}
.contact-btn a:hover::before {
  left: 8px;
}
.yes-btn {
  padding: 30px 30px 22px 30px;
}
.little-btn {
  padding: 0% 30px 30px 30px;
}
.contact-area h2 {
  padding-top: 70px;
}

/* フッター */
.footer-nav {
  display: flex;
  gap: 74px;
  font-size: 22px;
}
#footer {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 3% 70px 3%;
}
.footer-block {
  display: flex;
  align-items: center;
  gap: 83px;
}
.footer-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-logo-over {
  font-size: 47px;
  line-height: 1.19;
  position: absolute;
  z-index: 9997;
}
.footer-logo-under {
  color: #ea80aa;
  line-height: 1.19;
  padding-top: 5px;
}
.footer-logo {
  font-size: 47px;
  text-align: center;
}
.sns-btn img {
  width: 34px;
  display: block;
}
.sns-btn {
  display: flex;
  gap: 17px;
}
.insta-btn {
  padding-right: 3%;
}

/* ----わたしのこと---- */
.profile-block {
  max-width: 930px;
  display: flex;
  justify-content: center;
  gap: 8%;
  padding: 0 16px 75px;
  /* padding-bottom: 75px; */
  align-items: center;
}
.profile-contents {
  display: flex;
  align-items: end;
  gap: 10px;
  width: 462px;
}
/* .profile-img2 {
  width: calc(100% - 462px);
} */

.profile-img2 {
  position: relative;
}

.profile-img2 img:last-of-type {
  position: absolute;
  top: 50%; /*追記*/
  transform: translate(-50%, -50%); /*追記*/
  left: 50%; /*追記*/
  opacity: 0;
  transition: 0.3s;
}
.profile-img2:hover img:last-of-type {
  opacity: 0.8;
}

.job-cat {
  font-size: 20px;
  line-height: 1.45;
  padding-bottom: 16px;
}
.name-contents p {
  font-size: 45px;
}
.name-ja {
  font-size: 20px;
  padding-bottom: 29px;
}
.name-contents {
  display: flex;
  align-items: center;
  padding-bottom: 14px;
  gap: 85px;
}
.name-en {
  font-size: 45px;
  padding-bottom: 14px;
}
.profile-list {
  font-size: 16px;
}
.profile-list li {
  width: 100%;
  padding-bottom: 9px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.profile-list li .list-title {
  display: block;
  width: 98px;
  text-align-last: justify;
}
.profile-list li .list-item {
  display: block;
  color: #1f1f1f;
}
.profile-list .list-item--last {
  letter-spacing: -0.3px;
}

.box-block {
  background-color: #ffffff;
  padding: 43px 20px;
  border: 2px solid #ba1e1e;
  border-radius: 7px;
}
.profile-area .border {
  max-width: 1000px;
}
.box-text {
  max-width: 693px;
  margin: 0 auto;
  width: 100%;
  font-size: 20px;
  line-height: 2.35;
  letter-spacing: -0.1px;
}
.box-margin {
  margin-bottom: 150px;
}

.border-line {
  border: 2px dashed #ba1e1e;
  margin: 150px 0 150px 0;
}

/* 心を動かされる */
.about-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-block img {
  width: 444px;
}
.profile-text {
  padding-top: 58px;
}
.profile-text p {
  font-size: 16px;
  line-height: 1.81;
}
.bold-font {
  font-weight: bold;
}
.profile-text-padding {
  padding-bottom: 27px;
}
.profile-text-padding2 {
  padding-bottom: 56px;
}
/* .container {
  padding-bottom: 150px;
} */

/* わざ */
.skill-area {
  max-width: 1000px;
  width: 100%;
}
.skill-block {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.about-heading {
  font-size: 40px;
  padding-bottom: 65px;
}
.skill-list {
  width: 50%;
}
.skill-list ul {
  width: 100%;
}
.skill-list li {
  display: flex;
  gap: 10px;
  font-size: 20px;
  line-height: 1.85;
  position: relative;
  align-items: center;
}
.skill-list li .skill-text {
  width: 172px;
}
.skill-list li .bar {
  width: calc(100% - 172px);
  height: 16px;
  background-color: #aeaeae;
  border-radius: 8px;
  position: relative;
  display: block;
}
.skill-list li .bar::after {
  position: absolute;
  content: "";
  height: 16px;
  background-color: #ba1e1e;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 4;
  width: 0;
  transition: width 2s; /* Transition added for smooth animation */
}
.skill-list li.Illustrator .bar.animate::after {
  width: 100%;
  border-radius: 8px;
}
.skill-list li.Photoshop .bar.animate::after {
  width: 80%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.skill-list li.HTML .bar.animate::after {
  width: 50%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.skill-list li.CSS .bar.animate::after {
  width: 50%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.skill-list li.JavaScript .bar.animate::after {
  width: 25%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.skill-list li.CapCut .bar.animate::after {
  width: 80%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.skill-list li.PremierePro .bar.animate::after {
  width: 25%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

/* らぶ */
.love-list li {
  font-size: 20px;
  line-height: 3.35;
}

/* ----しごと---- */
.category-list li {
  font-size: 20px;
  position: relative;
}
.category-list li:hover:before {
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  border-left: solid 17px #ba1e1e;
  border-right: 0;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  left: -27px;
}
.category-list {
  display: flex;
  justify-content: center;
  gap: 12%;
  background-color: #ffffff;
  border: 2px solid #ba1e1e;
  border-radius: 7px;
  padding-top: 46px;
  padding-bottom: 46px;
  cursor: pointer;
}
/* .tab {
  width: calc(100% / 4);
} */
.tab .active {
  background-color: #000;
  color: #fff;
}
.panel {
  display: none;
}
.panel.active {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  animation: fade 0.5s linear forwards;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.category-area p {
  font-size: 30px;
  position: absolute;
  top: -15px;
  z-index: 5;
  left: 79px;
}
.category-area {
  padding-bottom: 83px;
  position: relative;
}
.category-area::before {
  position: absolute;
  content: "";
  width: 226px;
  height: 50px;
  background-color: #fff;
  left: 45px;
  top: 0;
  z-index: 3;
}
/* .works-img-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
} */
.works-img-area a {
  width: 47%;
  padding-bottom: 59px;
}
.pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.btn-text {
  width: 35px;
  height: 35px;
  color: #ba1e1e;
  border: 2px solid#ba1e1e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.this-page {
  background-color: #ba1e1e;
  color: #fff;
}
.works-area-img:hover {
  opacity: 1;
}

/* ----しごと詳細---- */
.works-area p {
  font-size: 16px;
}
.works-category {
  padding-bottom: 12px;
}
.works-title h3 {
  font-size: 30px;
}
.works-title {
  display: flex;
  align-items: flex-end;
  gap: 56px;
  padding-bottom: 47px;
}
.works-text {
  line-height: 2;
}
.works-area {
  padding-bottom: 91px;
}

.works-btn-list {
  display: flex;
  justify-content: space-between;
}
.works-btn-area {
  background-color: #ffffff;
  padding: 43px 20px;
  border: 2px solid #ba1e1e;
  border-radius: 7px;
  box-sizing: border-box;
}
.works-img {
  padding-bottom: 62px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.high-img {
  height: 650px;
  /* object-fit: contain; */
}
.row-img {
  height: auto;
}
.pc-scroll {
  height: 650px;
  overflow-y: scroll;
  margin-bottom: 62px;
}

.link-text {
  font-size: 15px;
}
.link-text a {
  transition: color 0.3s;
  line-height: 1.7;
}
.link-text a:hover {
  color: #494949;
}
.link-url {
  position: relative;
  text-decoration: underline 1px;
  text-underline-offset: 8px;
}
.link-url::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  text-underline-offset: 8px;
  background-image: url(../images/link.png); /*背景画像のパス*/
  background-repeat: no-repeat; /*背景画像の繰り返し*/
  background-position: center right; /*背景画像の配置*/
  padding-right: 10px; /*背景画像を入れる余白をつくる*/
  background-size: 16px 16px;
}
#works6 .works-text {
  padding-bottom: 25px;
}

/* ----お問い合わせ---- */
.contact-text {
  font-size: 16px;
  line-height: 2.31;
  padding-bottom: 79px;
}

.c-form {
  max-width: 1000px;
  margin: 0 auto;
}
.c-form__item {
  display: flex;
  flex-wrap: nowrap;
  /* justify-content: space-evenly; */
  margin-bottom: 20px;
}
.c-form__label {
  padding: 10px 10px 10px 0;
}
.c-form__input {
  padding: 10px;
  font-size: 20px;
}
.c-form__label {
  width: 40%;
}
.c-form__input {
  width: 100%;
  font-size: 16px;
  border: solid 2px #ba1e1e;
  border-radius: 10px;
}
.c-form__input:focus-visible {
  outline: #ba1e1e auto 2px;
}
.c-form__required {
  color: #ba1e1e;
  border-radius: 4px;
  padding: 5px 5px;
  margin: 0 0 0 18px;
}
textarea.c-form__input {
  height: 160px;
}
.c-form__submit {
  text-align: center;
  margin-top: 101px;
}
.c-form__submit button {
  cursor: pointer;
  background-color: #ba1e10;
  color: #fff;
  font-size: 29px;
  width: 552px;
  height: 74px;
  border-radius: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: 0.4s;
  border-style: none;
}
.c-form__submit button:hover {
  color: #fff;
  background-color: #ba1e1e74;
}

/* ----サンクスページ---- */
.thanks-text {
  font-size: 16px;
  line-height: 2.3;
}
.thanks-block {
  text-align: center;
  padding-bottom: 82px;
}
.back-btn a {
  cursor: pointer;
  background-color: #ba1e10;
  color: #fff;
  font-size: 29px;
  width: 552px;
  height: 74px;
  border-radius: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 115px;
}
.back-btn a:hover {
  color: #fff;
  background-color: #ba1e1e74;
}

.thanks-area {
  margin-bottom: 59px;
  height: 84vh;
  position: relative;
}
.reef-photo {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 1000px;
}
.me-photo {
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 15%;
  max-width: 190px;
  animation: yurayura1 2s linear infinite;
}
.sunny-photo {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20%;
  max-width: 200px;
  animation: yurayura 1s linear infinite;
}

/* ローディング */
#load {
  width: 100%;
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/back.png);
  background-size: 96%;
  background-position: center;
  background-color: #ba1e1e;
  position: fixed;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#load p {
  font-family: "AB-megadot9";
  color: #ba1e1e;
  font-size: 22px;
  text-align: center;
}
.prog-bar {
  width: 284px;
  height: 20px;
  background: #aeaeae; /*バーの背景色*/
  border-radius: 13px;
  position: relative;
  overflow: hidden;
  margin-top: 38px;
}
.prog-bar .bar {
  height: 100%;
  background: #ba1e1e; /*バーカラー*/
  position: absolute;
  animation: progress 3.5s normal; /*アニメーションスピード*/
  animation-fill-mode: forwards;
}
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.sp-nav,
.sp-menu-btn,
.sp-br,
.tab-br {
  display: none;
}

/* ----レスポンシブ---- */
@media screen and (max-width: 1050px) {
  .header-nav,
  .sns-nav {
    display: none;
  }
  .tab-br {
    display: block;
  }
  .profile-block img.tab-br {
    display: none;
  }

  .sp-menu-btn {
    display: block;
    width: 30px;
    height: 30px;
    position: fixed;
    top: 3%;
    right: 6%;
    cursor: pointer;
    z-index: 9998;
  }
  .sp-menu-btn span {
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    background-color: #ba1e1e;
    top: 25px;
    transition: 0.5s;
  }
  .sp-menu-btn span::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    background-color: #ba1e1e;
    top: -11px;
    transition: 0.5s;
  }
  .sp-menu-btn span::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    background-color: #ba1e1e;
    bottom: -11px;
    transition: 0.5s;
  }

  /* hamメニューが開いた時 */
  .open span {
    background-color: transparent;
  }
  .open span::before {
    transform: rotate(45deg);
    top: 0;
  }
  .open span::after {
    transform: rotate(-45deg);
    bottom: 0;
  }

  .sp-nav {
    position: fixed;
    width: 95%;
    height: 97vh;
    background-color: #fffffff9;
    z-index: 9997;
    border: 2px solid #ba1e1e;
    border-radius: 7px;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
  }
  .sp-nav ul {
    height: 97%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    gap: 32px;
    border: 2px solid #ba1e1e;
    border-radius: 7px;
    margin: 13px;
  }
  .sp-nav-border {
    background-color: #fff;
    padding: 2.5%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 9997;
    box-sizing: border-box;
    display: none;
  }
  .nav a:hover {
    opacity: 1;
  }
  .nav a:hover:before {
    display: none;
  }
  .sp-sns-icon {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
  }
  .sp-sns-icon img {
    width: 45px;
  }
  .sns-insta {
    padding-right: 20px;
  }

  #about,
  #works,
  #footer,
  #thanks,
  #contact-form,
  .works-wrapper {
    width: 94%;
    margin: 0 auto;
  }

  /* お問い合わせ */
  .box-area {
    width: 85%;
  }
  .contact-area {
    width: 88%;
    box-sizing: border-box;
    margin-left: auto;
    padding: 10px 4% 10px 29px;
  }
  .contact-btn a {
    font-size: 20px;
  }
  .yes-btn,
  .little-btn {
    padding-right: 10px;
  }
  /* .box-area {
    margin-bottom: 40px;
  } */
  .box-area p {
    font-size: 18px;
    padding: 20px 10px;
  }
  .border-box {
    right: 57%;
    bottom: 280px;
  }

  .question-box {
    max-width: 115px;
    margin: 139px auto 30px auto;
  }
  .question-line {
    height: 32px;
  }
  .question-line01 {
    display: none;
  }
  .question-line02 {
    top: -70px;
    left: 34px;
  }
  .question-line03 {
    top: -44px;
    left: -9px;
  }
  .question-line04 {
    top: -8px;
    left: -40px;
  }
  .question-line05 {
    top: 42px;
    left: -52px;
  }
  .question-line06 {
    top: -70px;
    right: 34px;
  }
  .question-line07 {
    top: -44px;
    right: -9px;
  }
  .question-line08 {
    top: -8px;
    right: -40px;
  }
  .question-line09 {
    top: 42px;
    right: -52px;
  }

  .footer-nav {
    display: none;
  }
  .footer-area {
    flex-direction: column;
  }
  .footer-block {
    gap: 0;
  }
  .footer-logo {
    padding-bottom: 20px;
  }

  /* ----わたしのこと---- */
  .name-contents .sns-btn {
    display: none;
  }

  .profile-img2 {
    width: 306px;
  }
  .profile-conteiner {
    width: calc(100% - 306px - 8%);
  }

  /* .profile-img2:hover img:first-of-type {
    pointer-events: none;
  }
  .profile-img2:hover img:last-of-type {
    pointer-events: none;
  } */

  .profile-contents {
    width: auto;
  }

  .job-cat {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 13px;
  }
  .name-contents p {
    font-size: 30px;
  }
  .name-ja {
    font-size: 13px;
  }
  .name-contents {
    padding-bottom: 5px;
  }
  .list-item--height {
    line-height: 1.3;
  }
  .profile-list li {
    padding-bottom: 12px;
    align-items: flex-start;
  }

  .name-en {
    font-size: 30px;
    padding-bottom: 5px;
  }

  /* ----実績詳細---- */
  #works1 .high-img,
  #works6 .high-img {
    height: auto;
  }

  /* ----サンクスページ---- */
  #thanks .section-title {
    font-size: 35px;
  }
}

@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
  }
  .pc-br {
    display: none;
  }
  .profile-block img.tab-br {
    display: block;
  }
  .profile-img2:hover img:first-of-type {
    opacity: 1;
  }
  .profile-img2:hover img:last-of-type {
    display: none;
  }

  /* ----共通---- */
  .top-section-title {
    font-size: 30px;
    padding-bottom: 37px;
  }
  .section {
    padding-bottom: 160px;
  }
  .section-title {
    font-size: 30px;
    padding-top: 159px;
    padding-bottom: 43px;
  }

  /* ----MV---- */
  .top-area h1 {
    font-size: 69px;
  }
  .top-area .logo-under {
    padding-top: 7px;
  }
  .job-cat-header {
    font-size: 18px;
  }
  .copy {
    font-size: 20px;
    line-height: 1.45;
  }

  /* わたしのこと */
  .profile-conteiner {
    width: 100%;
  }
  .about-area {
    display: block;
  }
  .profile-img-top {
    width: 75%;
    margin: 0 auto;
  }
  .about-item {
    padding-bottom: 0;
    margin-left: -20px;
    margin-bottom: -20px;
    padding-top: 40px;
  }
  .about-lead {
    padding-bottom: 30px;
  }
  .sns-btn2 {
    display: none;
  }
  .btn-block2 {
    margin: 0 auto;
  }
  .more-btn {
    font-size: 25px;
    padding: 8px 29px;
    border-left: 3px solid #ba1e1e;
    border-bottom: 3px solid #ba1e1e;
  }
  .more-btn::before {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 13px solid #ba1e1e;
    right: -5px;
    bottom: -9px;
  }
  .more-btn::after {
    bottom: -8px;
    right: -6px;
  }
  .btn-area {
    padding-top: 27px;
  }

  /* しごと */
  .job-img01,
  .job-img02,
  .job-img03 {
    display: none;
  }
  .job-img {
    flex-direction: column;
    row-gap: 23px;
  }
  .job-img a {
    width: 100%;
  }
  .btn-block {
    text-align: center;
  }
  .border-box {
    max-width: 400px;
    position: static;
    margin: 0 auto;
  }

  /* お問い合わせ */
  .contact-contents {
    flex-direction: column;
    align-items: center;
  }
  .contact-heading {
    font-size: 30px;
  }

  /* ----わたし---- */
  .profile-block {
    flex-direction: column;
    align-items: stretch;
    padding: 0 16px 59px;
  }
  .profile-img2 {
    width: 100%;
    padding-bottom: 27px;
  }
  .box-text {
    font-size: 16px;
    line-height: 2.69;
  }
  .box-block {
    padding: 26px 17px;
  }
  .box-margin {
    margin-bottom: 126px;
  }
  .profile-contents {
    width: 100%;
  }
  .profile-list li .list-item {
    width: calc(100% - 95px);
  }

  .border-line {
    margin: 100px 0 100px 0;
  }

  .about-block .about-item {
    padding-top: 0;
  }
  .about-block {
    flex-direction: column;
    align-items: stretch;
  }
  .game-img {
    text-align: end;
    padding-top: 18px;
  }

  .skill-block {
    flex-direction: column;
    gap: 0;
  }
  .skill-text {
    font-size: 16px;
  }
  .skill-list {
    width: 100%;
  }
  .skill-list li .skill-text {
    width: 140px;
  }
  .skill-list li .bar {
    width: calc(100% - 140px);
  }
  .skill-list li .bar::after {
    left: -1px;
  }

  .love-list li {
    font-size: 18px;
    line-height: 2.33;
  }

  /* ----しごと---- */
  .category-area p {
    font-size: 24px;
    top: -10px;
    left: 61px;
  }

  .category-area::before {
    width: 156px;
  }
  .category-list {
    flex-wrap: wrap;
    gap: 4%;
    row-gap: 41px;
    padding-left: 9%;
  }
  .category-list li {
    font-size: 18px;
    width: 44%;
  }
  .category-list li:hover:before {
    display: none;
  }
  .works-img-area {
    flex-direction: column;
  }
  .works-img-area a {
    width: 100%;
    padding-bottom: 83px;
  }

  /* ----しごと詳細---- */
  .works-title {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-bottom: 25px;
  }
  .works-title p {
    text-align: end;
  }
  .works-title h3 {
    padding-bottom: 14px;
  }

  .high-img {
    height: auto;
  }

  /* ----お問い合わせ---- */
  .contact-text {
    padding-bottom: 56px;
  }

  .c-form__item {
    flex-wrap: wrap;
  }
  .c-form__label {
    width: 90%;
  }

  .c-form__submit button {
    font-size: 16px;
    width: 80%;
    height: 53px;
  }
  .c-form__submit {
    margin-top: 53px;
  }

  /* ----サンクスページ---- */
  .thanks-block {
    text-align: start;
  }
  #thanks .section-title {
    font-size: 30px;
    line-height: 1.67;
  }
  .back-btn a {
    font-size: 16px;
    width: 80%;
    height: 53px;
  }
}
