/* 共通 */
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "Noto Sans", Meiryo, sans-serif;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.hidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
a {
  color: #888888;
}
img {
  pointer-events: none;
  user-select: none;
}
video {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
}
h2 {
  font-size: clamp(40px, 10vw, 100px);
}
p.prof_name_a {
  font-size: clamp(20px, 5vw, 40px);
}
.modal-card__title,
.profile__title {
  font-size: clamp(16px, 3.4vw, 20px);
}
.open .sp-nav ul li a {
  font-size: clamp(16px, 2.4vw, 24px);
}
.stock_linkArea {
  font-size: clamp(14px, 2vw, 18px);
}
.buttons label,
.form-item label {
  font-size: clamp(12px, 2.4vw, 16px);
}
.sp-nav span {
  font-size: clamp(12px, 2vw, 20px);
}
#fv_area .fv_txt {
  font-size: clamp(12px, 3vw, 30px);
}
.modal__cards .buttons label,
.modal__wrapper .buttons label,
.profile__text,
p.prof_name_b,
.prof_txt,
.contact_txt,
.wpcf7-response-output,
.privacy_policy p,
.prof_skill {
  font-size: clamp(12px, 2vw, 14px);
}
.prof_skill {
  font-size: clamp(12px, 1.2vw, 12px);
}
footer p,
.breadcrumb,
.form-hissu,
.form-free,
.wpcf7-not-valid-tip {
  font-size: clamp(10px, 1.4vw, 12px);
}
label,
.buttons button,
.modal__trigger,
.modal__close,
.menu_icon,
.black-bg,
.modal__layer {
  cursor: pointer;
}
#menu_txt,
.modal__container,
.modal-card__image img,
ul.profile__image.ptof_img_list.waku li img,
.prof_other li img,
.prof_skill,
.form-item textarea,
.privacy_policy {
  border-radius: 20px;
}
.open .sp-nav {
  border-radius: 0 0 0 40px;
}
footer {
  border-radius: 100% 100% 0 0;
}
.modal > div.buttons label,
.link_btn,
.form-item.send-btn input,
.form-box .form-item input,
.form-flex input,
.form-hissu,
.form-free {
  border-radius: 50px;
}
.modal__cards .buttons label,
.modal__wrapper .buttons label,
.modal__close {
  border-radius: 100px;
}
footer {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.box-shadow,
.open .sp-nav {
  box-shadow: 0px 2px 6px 0px rgba(51, 51, 51, 0.3);
}
.loading {
  z-index: calc(infinity);
}
.menu_icon {
  z-index: 8;
}
.sp-nav {
  z-index: 5;
}
.black-bg {
  z-index: 3;
}
.modal__wrapper {
  z-index: 10;
}
.modal__close {
  z-index: 20;
}
#work_area,
#prof_area,
#contact_area {
  padding: 0 40px 20px;
}
/* 矢印 */
.arrow_top span {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 0.1em;
  height: 1em;
  margin: 0 0 5px 10px;
  background: currentColor;
}
.arrow_top span::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top right;
  position: absolute;
  top: -0.05em;
  right: 50%;
  box-sizing: border-box;
}
/* 矢印右 */
.arrow_right span {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 0.1em;
  margin: 0 0 5px 10px;
  background: currentColor;
}
.arrow_right span::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}
/* 別窓 */
.dli-external-link {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  color: #000000;
  line-height: 1;
  width: 0.9em;
  height: 0.9em;
  border: 0.1em solid currentColor;
  border-radius: 0.1em;
  background: #ffffff;
  box-sizing: content-box;
  position: relative;
}

.dli-external-link > span {
  position: absolute;
  top: -0.2em;
  right: -0.2em;
  width: 45%;
  height: 45%;
  border: 0.1em solid currentColor;
  border-bottom: 0;
  border-left: 0;
  background: #ffffff;
  box-shadow: -0.1em 0.1em 0 0.1em #ffffff;
  box-sizing: border-box;
}

.dli-external-link > span::before {
  content: "";
  position: absolute;
  top: -0.05em;
  right: -0.1em;
  width: 0.1em;
  height: 0.9em;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: top center;
}
/* hover */
a:hover,
.menu_icon:hover,
.menu_icon_chara:hover,
.fv_scroll_icon a .scroll_down:hover,
.buttons label:hover,
.modal-card__image:hover,
.modal__close:hover,
.form-item.send-btn input:hover {
  transform: scale(0.9, 0.9);
  transition: all 0.5s ease-out;
}
.buttons label:hover {
  background: #efefef;
}
.page_top a,
.sp-nav ul li a {
  color: #000000;
}
/* パンくず */
.breadcrumb {
  display: flex;
  gap: 0 20px;
  list-style: none;
  margin: 20px;
  padding: 0;
}
.breadcrumb li {
  display: flex;
  align-items: center;
}
.breadcrumb li:first-child::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 4px;
  background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22home_icon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cpath%20d%3D%22M23.9%2C13.6L12.3%2C2.5c-.2-.2-.5-.2-.7%2C0L.1%2C13.6c-.3.3-.1.9.3.9h4v6.2c0%2C.6.4%2C1%2C1%2C1h3.9c.3%2C0%2C.5-.2.5-.5v-3c0-1.1.8-2.1%2C1.9-2.2%2C1.3-.1%2C2.3.9%2C2.3%2C2.1v3.1c0%2C.3.2.5.5.5h3.9c.6%2C0%2C1-.4%2C1-1v-6.2h4c.4%2C0%2C.7-.5.3-.9Z%22%20fill%3D%22%23231815%22%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  content: "";
}
.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  transform: rotate(45deg);
  width: 0.3em;
  height: 0.3em;
  margin-left: 10px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  content: "";
}
/* 見出し */
h2 {
  padding: 50px 0 40px;
  text-align: center;
}

/* ローディング */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  transform: scale(1);
}
.loading-wrapper {
  position: absolute;
  top: -5%;
  height: 100%;
}
.loading.isLoaded {
  transform: scale(0);
  z-index: 0;
}

/* menu */
.menu_icon {
  position: fixed;
  right: 30px;
  top: 20px;
  width: 80px;
  height: 80px;
}
.menu_icon img {
  pointer-events: auto;
}
.menu_icon_chara {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
  right: 0;
  transition: all 0.5s;
}
#menu_txt {
  position: absolute;
  bottom: -20px;
  display: block;
  margin: auto;
  width: 100%;
  background: #ffffff;
  text-align: center;
}

.sp-nav {
  position: fixed;
  top: -100%;
  right: 0;
  width: 50%;
  height: 70%;
  background-color: #fff;
  transition: all 0.5s;
  overflow-y: auto;
}
/* .sp-nav span {
  display: block;
  margin-top: 4px;
  font-weight: normal;
} */
.open .sp-nav {
  top: 0;
}
.open .sp-nav ul li a {
  font-weight: bold;
}
#sp-nav_all {
  width: 100%;
  height: 100%;
  padding: 20% 10% 10%;
}
#sp-nav_all .menu_top_icon {
  width: 80px;
  display: block;
  position: absolute;
  top: 7%;
}
.sp-nav ul li {
  text-align: center;
}
.sp-nav ul li a {
  display: inline-block;
  padding: 20px;
}
.gnavSns {
  display: flex;
  margin: 40px auto 0;
  max-width: 150px;
}
.gnavSns .gnavSns_menu_item {
  width: calc(100% / 2 - 20px);
  float: left;
  margin: 0 10px;
  text-align: center;
}
.gnavSns .gnavSns_menu_item a {
  display: inline-block;
}
.gnavSns .gnavSns_menu_item a img {
  width: 40px;
  height: auto;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
  opacity: 0.2;
  visibility: visible;
}

/* FV */
#fv_area {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

#fv_area .firstview_full {
  position: absolute;
  top: 3%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#fv_area .fv_txt_area {
  display: inline-block;
  width: 100%;
}
#fv_area .fv_txt {
  position: absolute;
  top: 4%;
  right: 0;
  left: 0;
  margin: auto;
  padding: 30px 0 0;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.9);
}

/* work_area */
.modal {
  margin: 0 auto;
  max-width: 800px;
}
.stock_linkArea {
  margin: 0 auto 50px;
  line-height: 1.4;
}
.inner {
  width: 100%;
  margin: 0 auto;
}
/* モーダルを開くボタン */
.modal__cards {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
}

.modal__card {
  width: 100%;
}
.modal-card__image {
  position: relative;
}
.modal-card__image:before {
  display: block;
  padding-top: 100%;
  content: "";
}

.modal-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-card__content {
  padding: 20px 10px 0;
}
.modal-card__title {
  text-align: center;
}
.link_btn {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 10px;
  color: #000000;
  background: #ffffff;
  text-align: center;
  box-sizing: border-box;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.modal__content.profile .buttons {
  max-width: 500px;
  margin: 0 auto;
}
.buttons label {
  color: #888888;
}
.modal > div.buttons {
  margin: 0 0 50px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
}
.modal > div.buttons label {
  padding: 4% 6%;
  text-align: center;
  background: #ffffff;
  border: none;
}
.modal__cards .buttons {
  margin: 10px 0 0;
}
.modal__cards .buttons label,
.modal__wrapper .buttons label {
  padding: 6px;
  background: none;
  border: none;
  box-shadow: none;
}
.modal__wrapper .buttons label {
  margin: 6px 6px 0 0;
}
.modal > div.buttons label:has(input:checked) {
  background: #efefef;
}
.buttons input {
  display: none;
}

/* モーダル本体 */
.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal__layer {
  height: 100%;
  background: rgb(129 129 129 / 42%);
}

.modal__container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 20px 20px 0px;
  width: min(calc(100% - 40px), 90%);
  height: min(calc(100% - 80px), 90%);
  background: #fff;
}

.modal__inner {
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 90%;
  padding: 10px 4px;
}

/* モーダルを閉じるボタン */
.modal__close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 50px;
  height: 50px;
  background: #ffffff;
  transition: opacity 0.6s;
}
.modal__close:hover {
  background: #efefef;
}
.modal__close:hover:before,
.modal__close:hover:after {
  width: 30px;
  transition: all 0.5s ease-out;
}
.modal__close:before,
.modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 1px;
  background: #000000;
  content: "";
}

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

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

/* モーダル内のコンテンツ */
.profile__image {
  position: relative;
  width: auto;
  height: 40vh;
}

.profile__image:before {
  display: block;
  content: "";
}

.profile__image img,
.profile__image video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
ul.profile__image.ptof_img_list {
  display: flex;
  margin: 10px auto 0;
  padding: 10px 0;
  width: 100%;
  max-width: 500px;
  height: auto;
}
ul.profile__image.ptof_img_list li {
  width: calc(100% / 2 - 20px);
  float: left;
  margin: 0 10px;
  text-align: center;
}
ul.profile__image.ptof_img_list.anime_list li {
  width: calc(100% / 3 - 5px);
  float: left;
  margin: 0 5px;
}
ul.profile__image.ptof_img_list li img {
  position: static;
}
ul.profile__image.ptof_img_list.waku li img {
  border: 1px solid #cccccc;
}

.profile__content {
  display: contents;
  width: 100%;
  padding: 30px 0 0;
  max-width: 1000px;
  text-align: center;
}
.profile__title {
  margin: 30px 0 0;
  text-align: center;
  font-weight: bold;
}

.profile__text {
  margin: 0 auto;
  padding-top: 30px;
  max-width: 500px;
  text-align: left;
  line-height: 2;
}

/* プロフィール */
.prof_box {
  position: relative;
  margin: 0 auto;
  padding: 0 20px 0 50px;
  width: 100%;
  max-width: 800px;
  text-align: center;
}
.prof_box.other_box {
  padding: 40px 20px 20px;
}
.prof_img {
  float: left;
  margin: 0;
  padding: 30px 20px 0;
  width: 40%;
  max-width: 300px;
  max-height: 300px;
}
.prof_txt_area {
  display: inline-block;
  width: 60%;
}
p.prof_name_a,
p.prof_name_b {
  font-weight: bold;
  text-align: left;
}
p.prof_name_b {
  margin: 6px 0 20px;
}
.prof_txt {
  display: block;
  margin: 6px auto 0;
  text-align: left;
  line-height: 1.4;
}
.prof_box.other_box .prof_txt {
  text-align: center;
}

.prof_other {
  display: flex;
  margin: 10px auto 0;
  padding: 10px;
  width: 100%;
  max-width: 500px;
}
.prof_box:last-child {
  margin: 0 auto;
}
.prof_other li {
  width: calc(100% / 2 - 20px);
  float: left;
  margin: 0 10px;
  text-align: center;
}
.prof_other li img {
  width: 100%;
  height: auto;
}
.prof_skill {
  margin: 8px 0;
  padding: 10px 0;
  text-align: left;
  max-width: 500px;
}
.prof_skill.scroll_up p {
  margin: 8px 0;
  line-height: 1.4;
}
.prof_skill p.prof_skill_head {
  margin: 20px 0 0;
  font-weight: bold;
}
.prof_skill p.prof_skill_head:first-child {
  margin: 0;
}

/* コンタクト */
#contact #contact_area {
  padding: 0 40px 2px;
}
#home #contact_area h2 {
  border-top: 1px dashed #cccccc;
}
#contact #contact_area h2 {
  padding: 30px 0 40px;
}
.contact_txt {
  display: table;
  margin: 10px auto 0;
  text-align: left;
  line-height: 1.4;
}
.contact_txt a {
  padding: 0 4px;
}

.contact-form-inner {
  max-width: 500px;
  margin: 0 auto;
  padding: 50px 0 0;
}
.form-item:first-child {
  margin-top: 0;
}
.form-item {
  width: 100%;
  margin: 30px auto 0;
}
.form-item label {
  display: block;
  color: #333333;
}
.form-item label#your-check {
  display: inline-block;
}
.form-box .form-item input {
  width: 100%;
  height: 50px;
  border: 1px solid #cccccc;
  margin: 10px 0 0;
  padding-left: 16px;
  letter-spacing: 0.04em;
  box-sizing: border-box;
}
.form-item input::placeholder,
.form-item textarea::placeholder {
  padding-left: 15px;
}
.form-flex {
  display: flex;
  flex-direction: column;
}
.form-flex input {
  height: 50px;
  border: 1px solid #cccccc;
  margin-top: 10px;
}
.form-flex input.your-add-1 {
  width: 40%;
}
.form-flex input.your-add-1 {
  width: 100%;
}
.form-hissu,
.form-free {
  color: #ffffff;
  margin-left: 10px;
  padding: 3px 6px;
  background-color: #ef5252;
}
.form-free {
  background-color: #888888;
}
.form-item textarea {
  height: auto;
  width: 100%;
  border: 1px solid #cccccc;
  margin: 10px 0 0;
  padding: 20px;
  box-sizing: border-box;
}
.last-check {
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.last-check input {
  display: none;
}
.last-check a {
  text-decoration: none;
}
.last-check input + span {
  padding-left: 28px;
  display: inline-block;
  position: relative;
}
.last-check input + span::after,
.last-check input + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
.last-check input + span::before {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.last-check input + span::after {
  border: none;
  background-color: #000000;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.last-check input:checked + span::after {
  display: block;
}

.form-item.send-btn {
  max-width: 500px;
  margin: 0 auto;
}
.wpcf7-response-output {
  margin: 20px 0;
  padding: 20px;
}
.form-item.send-btn input {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 10px;
  background-color: #ffffff;
  color: #888888;
  font-weight: bold;
  cursor: pointer;
  border: none;
  box-shadow: 0px 2px 6px 0px rgba(51, 51, 51, 0.3);
}
input:focus,
.form-item textarea:focus {
  outline: #000000 1px solid;
}
.screen-reader-response {
  display: none;
}
.wpcf7-not-valid-tip {
  color: #ef5252;
}
.wpcf7-form.sent .form-box,
.wpcf7-form.sent .privacy_policy,
.wpcf7-form.sent .form-item.last-check,
.wpcf7-form.sent input.wpcf7-form-control.wpcf7-submit.has-spinner {
  display: none;
}

.privacy_policy {
  display: block;
  margin: 20px 0;
  padding: 30px;
  width: 100%;
  height: 160px;
  background: #efefef;
  overflow: auto;
  box-sizing: border-box;
}
.privacy_policy p {
  margin: 10px 0;
  line-height: 1.2;
}
.privacy_policy p.privacy_title {
  font-weight: bold;
}
.privacy_policy p.privacy_head {
  margin: 24px 0 0;
}
.privacy_policy p.privacy_list {
  margin: 2px 0;
}

/* snsBtn */
ul.snsMenu {
  display: flex;
  margin: 0 auto;
  padding: 20px 20px 10px;
  max-width: 200px;
}
ul.snsMenu li.sns_menu_item {
  width: calc(100% / 2 - 20px);
  max-width: 300px;
  float: left;
  margin: 0 10px;
  text-align: center;
}
ul.snsMenu.snsMenu_oneclm li.sns_menu_item {
  width: 100%;
}
ul.snsMenu li.sns_menu_item a {
  display: inline-block;
}
ul.snsMenu li.sns_menu_item a img {
  width: 40px;
  height: auto;
}
.prof_txt_area ul.snsMenu {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 12px;
  left: 15%;
}

/* footer */
footer {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 40px 0 0;
  background: #ffffff;
}
.page_top {
  padding: 0;
}
.page_top a {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  padding: 30px 0 10px;
}
footer p {
  padding: 0 0 30px;
  text-align: center;
}

/* アニメーション */
.popup_common {
  animation: popup_common 1s;
}
@keyframes popup_common {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ローディング後のFV */
.fv_animScale {
  animation: animScale 2.5s;
}

/* 時間差で表示 */
.animScaleFirst {
  position: absolute;
  transform-origin: 50% 50%;
  animation: animScale 1s both;
  animation-delay: 1s;
}
.animScaleSecond {
  right: 30px;
  top: 20px;
  width: 80px;
  height: 80px;
  transform-origin: 50% 50%;
  animation: animScale 0.5s both;
  animation-delay: 1.5s;
}
#contact .animScaleSecond {
  animation-delay: 1s;
}
.animScaleThird {
  position: absolute;
  bottom: 8%;
  right: 30px;
  transform-origin: 50% 50%;
  animation: animScale 0.5s both;
  animation-delay: 2s;
}
@keyframes animScale {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  25% {
    opacity: 1;
    transform: scale(1);
  }
  40% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

/* スクロールすると表示 */
.scroll_up {
  transform: scale(0);
  transition: 0.5s;
}

/* ポップアップ_モーダル */
.deka {
  animation: deka 0.3s ease-out;
}
@keyframes deka {
  from {
    transform: scale(0);
  }
}

/* 雲_背景 */
#cloud_A {
  animation: PageAnime-A-ltr 20s linear infinite;
  position: absolute;
  top: 0;
}
@keyframes PageAnime-A-ltr {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
#cloud_B {
  animation: PageAnime-B-ltr 20s linear infinite;
  animation-direction: reverse;
  position: absolute;
  bottom: 0;
}
@keyframes PageAnime-B-ltr {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

/* ゆらゆら */
.sway {
  animation: sway 2s infinite ease-in-out;
}
@keyframes sway {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}

/***** レスポンシブ *****/
@media screen and (min-width: 300px) and (max-width: 800px) {
  .modal__close {
    top: 0;
    right: 0;
  }
  .modal__close:before,
  .modal__close:after {
    width: 20px;
  }
  .modal__close:hover:before,
  .modal__close:hover:after {
    width: 20px;
  }
  .prof_box {
    padding: 0;
  }
  .prof_box.other_box {
    padding: 20px 0 0;
  }
  .prof_img {
    float: none;
    margin: 0 auto 20px;
    padding: 0 0 0 10px;
    width: 100%;
    max-width: 200px;
    max-height: 200px;
  }
  .prof_txt_area {
    display: block;
    width: 100%;
  }
  .prof_txt {
    display: table;
    margin: 10px auto 0;
  }
  .prof_box.other_box .prof_txt {
    text-align: left;
  }
  p.prof_name_a,
  p.prof_name_b {
    text-align: center;
  }
  .prof_skill {
    margin: 10px auto 0;
    padding: 10px 0;
    max-width: 370px;
  }
  .prof_txt_area ul.snsMenu {
    margin: 0 auto;
    padding: 10px 20px 0;
    position: static;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 300px) and (max-width: 700px) {
  #work_area h2 {
    padding: 0 0 30px;
  }
  .sp-nav {
    width: 70%;
  }
  .profile__content {
    text-align: left;
  }
}
@media screen and (min-width: 300px) and (max-width: 500px) {
  #cloud_A {
    animation: PageAnime-A-ltr 14s linear infinite;
  }
  #cloud_B {
    animation: PageAnime-B-ltr 14s linear infinite;
    animation-direction: reverse;
    bottom: 10%;
  }
  .menu_icon {
    width: 50px;
    height: 50px;
    right: 20px;
  }
  .menu_icon_chara {
    width: 50px;
    height: 50px;
  }
  #fv_area .firstview_full {
    top: -10%;
  }
  #fv_area .fv_txt {
    top: 2%;
  }
  .animScaleThird {
    right: 0px;
    bottom: 15%;
  }
  .modal__cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .profile__title {
    margin: 20px 0 0;
  }
  .privacy_policy {
    padding: 20px;
  }
}
