@charset "UTF-8";
* {
  margin-left: 0;
  margin-right: 0;
  margin: auto;
  max-width: 1920px;
}

img {
  vertical-align: top;
}

body {
  transition: 0.5s;
}

:root {
  --hover_text_color:#ececec;
  --text_color:#232323;
  --pagetop_text_color:#fff;
  --wrapper_bg_color:#ececec;
  --accent_color:#3f4c59;
  --accent_color2:#3f4c59;
  --index_bg_color:rgba(230, 230, 230, 0.68);
  --weak_bg_color:#ddd;
  --bg_color:#fff;
}

@media (prefers-color-scheme: dark) {
  :root {
    --hover_text_color:#232323;
    --text_color:#ececec;
    --pagetop_text_color:#fff;
    --wrapper_bg_color:#545454;
    --accent_color:#e8aa14;
    --accent_color2:#70623c;
    --index_bg_color:rgba(84, 84, 84, 0.678);
    --weak_bg_color:#898989;
    --bg_color:#3a3a3a;
  }
  :root body {
    background-color: #3a3a3a;
    color: #ececec;
  }
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 共通要素 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
#about, #works, #contact {
  max-width: 1440px;
  padding: 0 5%;
}

@media (max-width: 959px) {
  #works {
    width: 90%;
    padding: 0 5% 0 5%;
  }
  .section2 {
    border-radius: 50px 0px 0 50px;
  }
}
h1 {
  margin-top: 1rem;
  letter-spacing: 0.15rem;
  font-size: 2em;
  font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
  margin-bottom: 1.5rem;
  padding-top: 20vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-caption::after, .projects-caption::after, .update-caption::after, .contact-caption::after {
  display: block;
  font-size: 0.85rem;
  line-height: 0.85rem;
  margin: 0.5rem 0 1rem 0.1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05rem;
}

.about-caption::after {
  content: "おばさんずについて";
}

.projects-caption::after {
  content: "つくったものたち";
}

.update-caption::after {
  content: "更新情報";
}

.contact-caption::after {
  content: "ご連絡";
}

.main_text {
  letter-spacing: 0.07rem;
  line-height: 1.8rem;
  font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
}

@media (max-width: 959px) {
  .se-ex {
    margin: 0;
  }
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ ヘッダー ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
header {
  position: fixed;
  width: 95vw;
  top: 0px;
  padding: 0 2.5vw 0;
  z-index: 999;
  font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
  /*■■■　スマホ用ヘッダー　■■■*/
  /*■■■　pagetopより下のヘッダー　■■■*/
}
header a {
  text-decoration: none;
  line-height: 100px;
  position: relative;
}
header .header_logo {
  font-size: 1.4rem;
  letter-spacing: 0.13rem;
  font-weight: 600;
  color: var(--pagetop_text_color);
  position: relative;
  z-index: 4;
}
header .header_logo span {
  font-size: 0.8rem;
  margin-left: 0.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.08rem;
}
header .header_logo.white {
  color: #ececec !important;
  z-index: 5;
  margin-left: 2.5vw;
}
header .header_logo.white span {
  color: #ececec !important;
}
header .header_list {
  margin-top: -100.5px;
  margin-right: calc(1.5vw + 50px);
  text-align: right;
  color: var(--text_color);
}
header .header_list li {
  list-style: none;
  font-weight: 600;
  font-weight: 0;
  letter-spacing: 0.13rem;
  display: inline-block;
  position: relative;
  z-index: 4;
  margin-right: 1%;
}
header .header_list li a {
  padding: 26px 0.5rem 25px 0.5rem;
  color: var(--pagetop_text_color);
}
header .header_list li a::before {
  content: "●";
  display: block;
  color: rgba(255, 255, 255, 0);
  font-size: 0.7rem;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  height: 5px;
  transition: 0.2s;
}
header .header_list li a:hover::before {
  color: var(--pagetop_text_color);
}
@media (max-width: 959px) {
  header {
    background: var(--bg_color);
    height: 50px;
    line-height: 50px;
    width: 97%;
    top: 0;
    padding-left: 5%;
    z-index: 1000;
  }
  header .header_logo {
    line-height: 50px;
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--text_color);
  }
  header .header_logo span {
    font-size: 0.8rem;
    margin-left: 0.75rem;
    letter-spacing: 0.02em;
    font-weight: 500;
    color: #8b8b8b;
  }
  header .header_list {
    display: none;
  }
  header .nav-list-sp a, header .nav-list-item-sp, header .header1 a {
    color: var(--text_color);
  }
}
header.active .header_list, header.active .header_list li a, header.active .header_logo {
  color: var(--text_color);
  background: none;
}
header.active .header_logo span {
  color: #8b8b8b;
}
header.active .header_list .pc_hamburger span {
  background: var(--text_color);
}
header.active .header_list li a:hover::before {
  color: var(--accent_color);
}

@media (min-width: 960px) {
  .globalMenuSp, .hamburger {
    display: none;
  }
  .pc_hamburger {
    display: block;
    position: fixed;
    z-index: 6;
    right: 2.5vw;
    top: 0px;
    width: 50px;
    height: 100px;
    cursor: pointer;
    text-align: center;
  }
  .pc_hamburger span {
    display: block;
    position: absolute;
    width: 45px;
    height: 4px;
    transform: scaleY(0.5) translateY(2px);
    background: var(--pagetop_text_color);
    transition: 0.2s ease-in-out;
  }
  .pc_hamburger span:nth-child(1) {
    top: 45px;
    right: 0px;
    width: 45px;
  }
  .pc_hamburger span:nth-child(2) {
    bottom: 41px;
    right: 0px;
    width: 45px;
  }
  .pc_hamburger.active span:nth-child(1) {
    top: 50.75%;
    width: 45px;
    right: 0;
    background: #ececec !important;
    transform: rotate(-30deg);
    height: 2px;
  }
  .pc_hamburger.active span:nth-child(2) {
    top: 47%;
    width: 45px;
    right: 0;
    background: #ececec !important;
    transform: rotate(30deg);
    height: 2px;
  }
  .pc_globalMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: #3f4c59;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
    transition: 0.2s;
    overflow: scroll;
  }
  .pc_globalMenu.active {
    opacity: 100;
    visibility: visible;
  }
  .pc_globalMenu::-webkit-scrollbar {
    display: none;
  }
  .pcgm_content {
    display: flex;
    gap: 2.5vw;
    padding: 2.5vw;
    border-top: solid 2px #576675;
  }
  .pcgm_flex {
    flex: 2;
    margin-top: 0;
  }
  .pcgm_flex.img {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: sticky;
  }
  .pcgm_flex.img img {
    height: calc(100dvh - 102.5px - 2.5vw - 2.5vw);
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50px 50px 0 50px;
    top: 0;
  }
  .pcgm_flex.right {
    position: relative;
    flex: 1.5;
  }
  .pcgm_button {
    display: block;
    color: #ececec;
    font-size: 3.5rem;
    line-height: 3.5rem;
    letter-spacing: 0.2rem;
    font-weight: 600;
  }
  .pcgm_button span {
    display: block;
    margin-top: 0.75rem;
    font-size: 0.8rem;
    line-height: 0.9rem;
    letter-spacing: 0.05rem;
    color: #afafaf;
  }
  .pcgm_button:hover {
    color: #576675 !important;
  }
  .pcgm_button.small {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.05rem;
  }
  .pcgm_button.small span {
    font-size: 0.6rem;
    line-height: 0.6rem;
    margin-top: 0.5rem;
  }
  .pcgm_button:visited {
    color: #ececec;
  }
  .pcgm_button:visited:hover {
    color: #576675;
  }
  .pcgm_button .pcgm_2nd_button {
    padding-left: 3vw;
    margin-left: 1vw;
    margin-top: 1rem;
    position: relative;
  }
  .pcgm_button .pcgm_2nd_button::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    display: inline-block;
    width: 2vw;
    background: #576675;
    height: 2px;
  }
  .pcgm_line {
    background: #576675;
    height: 2px;
    width: 100%;
    margin: 1.5rem 0;
  }
  .pcgm_line.padding_top {
    margin-top: 1.5rem;
  }
  .social_media_container a {
    line-height: 0rem;
  }
  .social_media_container i {
    background: #576675;
    padding: 0.7rem;
    color: #ececec;
    border-radius: 50%;
    margin-right: 1rem;
  }
  .pcgm_sns {
    color: #ececec;
    margin: 1rem 0;
    letter-spacing: 0.125rem;
    font-weight: 500;
    font-size: 1rem;
  }
  .pcgm_copy {
    color: #ececec;
    position: fixed;
    bottom: 1.5vw;
    right: 3vw;
    letter-spacing: 0.125rem;
    font-size: 0.8rem;
  }
}
@media (max-width: 959px) {
  .pc_globalMenu {
    display: none;
  }
  /* ■■■■■■■■■■■■■■■■■ ハンバーガー ■■■■■■■■■■■■■■■■■ */
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 4px;
    transform: scaleY(0.5) translateY(2px);
    left: 6px;
    background: var(--text_color);
    transition: 0.2s;
  }
  .hamburger span:nth-child(1) {
    top: 19.5px;
    right: 8.5px;
    width: 25px;
  }
  .hamburger span:nth-child(2) {
    top: 26.5px;
    right: 0;
    width: 30%;
  }
  .hamburger.active span:nth-child(1) {
    top: 25px;
    width: 25px;
    left: 7.6px;
    background: var(--text_color);
    transform: rotate(-45deg);
    height: 2px;
  }
  .hamburger.active span:nth-child(2) {
    top: 25px;
    right: 7.6px;
    width: 25px;
    background: var(--text_color);
    transform: rotate(45deg);
    height: 2px;
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    -webkit-backdrop-filter: blur(3 0px);
    backdrop-filter: blur(30px);
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
    margin-top: 50px;
    padding-top: 7%;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 5rem;
    height: calc(100dvh - 50px);
    overflow: auto;
    border-radius: 25px 25px 0 0;
  }
  nav.globalMenuSp.active {
    opacity: 100;
    display: block;
    pointer-events: auto;
  }
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100vh;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenuSp .sp-menu-bottom {
    position: absolute;
    bottom: 10vw;
    left: 10vw;
    letter-spacing: 0.07rem;
    font-size: 0.7rem;
  }
  nav.globalMenuSp .sp-menu-bottom a {
    display: block;
    line-height: 2rem;
    font-weight: 500;
    color: var(--text_color);
    font-size: 0.9rem;
  }
  nav.globalMenuSp .sp-menu-bottom a:visited {
    color: var(--text_color);
  }
}
.mgm_wrapper {
  margin: 10px 7vw;
  position: relative;
  padding: 3vw;
}
.mgm_wrapper p {
  letter-spacing: 0.13rem;
  font-size: 1.3rem;
  line-height: 1.4rem;
}
.mgm_wrapper p span {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.05rem;
  line-height: 0.75rem;
  margin-top: 8px;
}
.mgm_wrapper p span span {
  margin-right: 7px;
  display: inline;
}
.mgm_wrapper i {
  position: absolute;
  right: 3vw;
  top: 50%;
  transform: translateY(-50%);
}
.mgm_wrapper a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sp-menu-line {
  width: calc(100% - 14vw);
  margin: 0 7vw;
  height: 2px;
  background: #4d4d4d;
}

.sp-menu-sns {
  margin: 10% 7vw 0;
  padding: 0 3vw;
  letter-spacing: 0.1rem;
  line-height: 1rem;
  font-size: 1.2rem;
}
.sp-menu-sns a {
  line-height: 0px;
  margin-left: 3vw;
  color: var(--text_color);
}
.sp-menu-sns a:visited {
  color: var(--text_color);
}
.sp-menu-sns i.fa-brands {
  font-size: 1.3rem;
}
.sp-menu-sns .discord-caption {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 1.3rem;
  padding: 15px;
  background: #ddd;
  border-radius: 20px 20px 0 20px;
  margin-top: 1rem;
  opacity: 0;
  transition: 0.2s;
}
.sp-menu-sns .discord-caption span {
  background: #5567E3;
  padding: 2px 5px;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 0.075rem;
}

.discord-caption.active {
  opacity: 100;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■  footer  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
@media (max-width: 959px) {
  footer {
    padding: 2.5rem 5% 5vw 5%;
    margin-top: 10vw;
    font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
    font-weight: 500;
    position: relative;
  }
  .f-copy {
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }
  .f-sns {
    position: absolute;
    top: 0px;
    width: 70%;
  }
  .f-sns a {
    transition: 0.2s;
    border-radius: 50%;
    padding: 1rem 1rem 1rem 0;
    color: var(--text_color);
    text-decoration: none;
  }
}
@media (min-width: 960px) {
  footer {
    font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
    font-weight: 500;
    max-width: 1440px;
    margin: 7.5vw auto 2.5vw;
    padding: 0 5vw;
    position: relative;
  }
  footer a {
    text-decoration: none;
    position: relative;
    margin: 0 0 0 1.5rem;
    padding: 1rem 0;
  }
  footer a .fa-brands {
    padding: 0.75rem 0;
    transition: 0.2s;
    color: var(--text_color);
    font-size: 0.9rem !important;
  }
  footer a::before {
    content: "●";
    display: block;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.4rem;
    color: rgba(255, 255, 255, 0);
    transition: 0.2s;
  }
  footer a:hover::before {
    color: var(--accent_color);
  }
  footer a:visited {
    color: var(--text_color);
  }
  footer .f-copy {
    flex: 90;
    font-size: 0.9rem;
    letter-spacing: 0.075rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  footer .f-item {
    font-size: 0.9rem;
    font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 0.9rem;
    letter-spacing: 0.075rem;
    color: var(--text_color);
    text-decoration: none;
    display: inline-block;
    position: relative;
  }
  footer .f-item::before {
    content: "●";
    display: block;
    position: absolute;
    top: -7.5px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.4rem;
    color: rgba(255, 255, 255, 0);
    transition: 0.2s;
  }
  footer .f-item:hover::before {
    color: var(--accent_color);
  }
  footer .f-item:visited {
    color: var(--text_color);
  }
  footer .f-sns {
    text-align: right;
  }
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ main ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.img_01 {
  background-image: url("../img/scroll/6.jpg");
  animation: slide-animation-01 100s infinite;
  background-position: center;
}

.img_02 {
  background-image: url("../img/scroll/7.jpg");
  animation: slide-animation-02 100s infinite;
  background-position: center;
}

.img_03 {
  background-image: url("../img/scroll/8.jpg");
  animation: slide-animation-03 100s infinite;
  background-position: center;
}

.img_04 {
  background-image: url("../img/scroll/15.jpg");
  animation: slide-animation-04 100s infinite;
  background-position: center;
}

.img_05 {
  background-image: url("../img/scroll/11.jpg");
  animation: slide-animation-05 100s infinite;
  background-position: center;
}

.img_06 {
  background-image: url("../img/scroll/12.jpg");
  animation: slide-animation-06 100s infinite;
  background-position: center;
}

.img_07 {
  background-image: url("../img/scroll/14.jpg");
  animation: slide-animation-07 100s infinite;
  background-position: center;
}

.img_08 {
  background-image: url("../img/scroll/4.jpg");
  animation: slide-animation-08 100s infinite;
  background-position: center;
}

.img_09 {
  background-image: url("../img/scroll/9.jpg");
  animation: slide-animation-09 100s infinite;
  background-position: center;
}

.img_10 {
  background-image: url("../img/scroll/10.jpg");
  animation: slide-animation-10 100s infinite;
  background-position: center;
}

@keyframes slide-animation-01 {
  0% {
    opacity: 1;
  }
  8% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  98% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-animation-02 {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  18% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-animation-03 {
  0% {
    opacity: 0;
  }
  18% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  28% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-animation-04 {
  0% {
    opacity: 0;
  }
  28% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  38% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-animation-05 {
  0% {
    opacity: 0;
  }
  38% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  48% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-animation-06 {
  0% {
    opacity: 0;
  }
  48% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  58% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-animation-07 {
  0% {
    opacity: 0;
  }
  58% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  68% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-animation-08 {
  0% {
    opacity: 0;
  }
  68% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  78% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-animation-09 {
  0% {
    opacity: 0;
  }
  78% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  88% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-animation-10 {
  0% {
    opacity: 0;
  }
  88% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  98% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ■■■■■■■■■■■■■■■■■ スマホ用トップ画面 ■■■■■■■■■■■■■■■■■ */
@media (max-width: 959px) {
  .topview {
    height: calc(100dvh - 50px);
    padding-top: 100px;
    margin-top: -50px;
    position: relative;
    border-radius: 20px;
    border-radius: 20px 20px 0 20px;
  }
}
/* ■■■■■■■■■■■■■■■■■ スライドのフレーム ■■■■■■■■■■■■■■■■■ */
@media (min-width: 960px) {
  .topview {
    height: 100vh;
  }
  .img-frame {
    position: relative;
    width: 100%;
    height: 100dvh;
    overflow: hidden;
  }
}
@media (max-width: 959px) {
  .img-frame {
    position: relative;
    width: 100%;
    height: calc(100dvh - 50px);
    overflow: hidden;
    margin: 0 auto;
  }
}
/* ■■■■■■■■■■■■■■■■■ スライドの画像たち ■■■■■■■■■■■■■■■■■ */
.img_01, .img_02, .img_03, .img_04, .img_05, .img_06, .img_07, .img_08, .img_09, .img_10 {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 959px) {
  .img_01, .img_02, .img_03, .img_04, .img_05, .img_06, .img_07, .img_08, .img_09, .img_10 {
    bottom: 1.5%;
    top: 0;
    left: 3%;
    width: 94%;
    height: 98.5%;
    border-radius: 20px 20px 0 20px;
  }
}
.img_01 .gradient, .img_02 .gradient, .img_03 .gradient, .img_04 .gradient, .img_05 .gradient, .img_06 .gradient, .img_07 .gradient, .img_08 .gradient, .img_09 .gradient, .img_10 .gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 959px) {
  .img_01 .gradient, .img_02 .gradient, .img_03 .gradient, .img_04 .gradient, .img_05 .gradient, .img_06 .gradient, .img_07 .gradient, .img_08 .gradient, .img_09 .gradient, .img_10 .gradient {
    border-radius: 20px 20px 0 20px;
  }
}
.img_01 .topview_text, .img_02 .topview_text, .img_03 .topview_text, .img_04 .topview_text, .img_05 .topview_text, .img_06 .topview_text, .img_07 .topview_text, .img_08 .topview_text, .img_09 .topview_text, .img_10 .topview_text {
  position: absolute;
  left: 6.5vw;
  bottom: 2.5vw;
  font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  z-index: 91;
}
.img_01 .topview_text span, .img_02 .topview_text span, .img_03 .topview_text span, .img_04 .topview_text span, .img_05 .topview_text span, .img_06 .topview_text span, .img_07 .topview_text span, .img_08 .topview_text span, .img_09 .topview_text span, .img_10 .topview_text span {
  display: block;
  font-size: 0.8rem;
  margin-top: 0.5rem;
  line-height: 0.8rem;
  letter-spacing: 0.05rem;
}
@media (max-width: 959px) {
  .img_01 .topview_text, .img_02 .topview_text, .img_03 .topview_text, .img_04 .topview_text, .img_05 .topview_text, .img_06 .topview_text, .img_07 .topview_text, .img_08 .topview_text, .img_09 .topview_text, .img_10 .topview_text {
    left: 4%;
    bottom: 1.45rem;
    font-size: 1.3rem;
  }
  .img_01 .topview_text span, .img_02 .topview_text span, .img_03 .topview_text span, .img_04 .topview_text span, .img_05 .topview_text span, .img_06 .topview_text span, .img_07 .topview_text span, .img_08 .topview_text span, .img_09 .topview_text span, .img_10 .topview_text span {
    display: block;
    font-size: 0.8rem;
    margin-top: 0.3rem;
    line-height: 0.8rem;
  }
}
.img_01 .topview_count, .img_02 .topview_count, .img_03 .topview_count, .img_04 .topview_count, .img_05 .topview_count, .img_06 .topview_count, .img_07 .topview_count, .img_08 .topview_count, .img_09 .topview_count, .img_10 .topview_count {
  position: absolute;
  right: 2.5vw;
  bottom: 2.5vw;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  color: #fff;
  z-index: 91;
}
@media (max-width: 959px) {
  .img_01 .topview_count, .img_02 .topview_count, .img_03 .topview_count, .img_04 .topview_count, .img_05 .topview_count, .img_06 .topview_count, .img_07 .topview_count, .img_08 .topview_count, .img_09 .topview_count, .img_10 .topview_count {
    right: 4%;
    bottom: 1.45rem;
  }
}

/* ■■■■■■■■■■■■■■■■■ プログレスバー ■■■■■■■■■■■■■■■■■ */
.progBar .bar {
  position: absolute;
  height: 100%;
  background-color: var(--weak_bg_color);
  animation: progress 10s -1.5s linear infinite;
}
@media (max-width: 959px) {
  .progBar .bar {
    display: none;
  }
}

@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .progBar {
    width: calc(100% - 4vw);
    height: 5px;
    background-color: none;
    position: relative;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 4vw;
    z-index: 91;
  }
}
@media (min-width: 960px) and (max-width: 959px) {
  .progBar {
    width: 90%;
    height: 2px;
    bottom: 1.75rem;
    left: 7%;
  }
}
@media (min-width: 960px) {
  .progBar_bg {
    height: 5px;
    width: 95vw;
    background: var(--wrapper_bg_color);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 50;
  }
}
/* ■■■■■■■■■■■■■■■■■ スクロールダウン ■■■■■■■■■■■■■■■■■ */
@media (max-width: 959px) {
  .scrolldown_wrapper {
    display: none;
  }
}
.scrolldown_wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 16vh;
  width: 4vw;
  background: var(--bg_color);
  border-radius: 0 25px 0 0;
}
.scrolldown_wrapper .scrolldown {
  position: absolute;
  height: 13vh;
  padding-left: 1vw;
  width: 3vw;
  bottom: 0;
  background: var(--bg_color);
}
.scrolldown_wrapper .scrolldown span {
  position: absolute;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  bottom: 9vh;
  font-family: "Lato", sans-serif;
  transform: rotate(90deg);
}
.scrolldown_wrapper .scrolldown::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 7.5px;
  height: 13vh;
  background: var(--weak_bg_color);
  animation: scrolldown 2.5s ease-in-out infinite;
}
.scrolldown_wrapper .scrolldown::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 7.5px;
  height: 13vh;
  background: var(--wrapper_bg_color);
}

@keyframes scrolldown {
  0% {
    height: 0;
    top: 0;
    opacity: 1;
  }
  25% {
    height: 13vh;
    top: 0;
    opacity: 1;
  }
  50% {
    height: 0;
    top: 13vh;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 0px;
    opacity: 0;
  }
}
/* ■■■■■■■■■■■■■■■■■ topview info ■■■■■■■■■■■■■■■■■ */
.topview-info {
  opacity: 0;
  position: absolute;
  right: 2%;
  padding-bottom: 1rem;
  top: 103px;
  height: auto;
  width: 410px;
  background: var(--index_bg_color);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  border-radius: 20px 20px 0 20px;
  overflow: scroll;
}
.topview-info img {
  width: calc(100% - 4vw);
  margin: 0.5vw 0 0.5vw 2vw;
  border-radius: 20px 20px 0 20px;
}
.topview-info::-webkit-scrollbar {
  display: none;
}

.topview-info.active {
  opacity: 100;
}

.t-i-title {
  font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
  letter-spacing: 0.13rem;
  margin: 1vw 1vw 0 1vw;
  font-size: 1.3rem;
}
.t-i-title span {
  font-size: 0.8rem;
  letter-spacing: 0.05rem;
  margin-left: 0.8rem;
  font-weight: 600;
}

.t-i-article {
  font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
  letter-spacing: 0.06rem;
  margin: 0.5vw 1vw 0 1vw;
  font-size: 0.9rem;
  line-height: 1.75rem;
}

.t-i-close {
  font-size: 2rem;
  position: absolute;
  top: 0.8vw;
  right: 1.2vw;
  transition: 0.2s;
}
.t-i-close:hover {
  color: #a13e3e;
}

@media (max-width: 959px) {
  .topview-info {
    position: absolute;
    right: 3%;
    top: 0;
    width: 94%;
  }
  .t-i-title {
    padding: 3vw 3vw 0 3vw;
    font-size: 1.3rem;
  }
  .t-i-article {
    padding: 3vw 3vw 0 2vw;
  }
  .t-i-close {
    position: absolute;
    top: 3vw;
    right: 3vw;
  }
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ about ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.section1 {
  max-width: 1366px;
  margin: 0 auto;
}

#about {
  width: 90%;
  padding: 0 5%;
}
@media (max-width: 959px) {
  #about {
    width: 90%;
  }
}
#about .flex {
  display: flex;
  gap: 2rem;
}
@media (max-width: 1024px) {
  #about .flex {
    display: block;
  }
}
#about .flex .flex_item {
  flex: 1;
}
#about .flex .flex_item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px 50px 0 50px;
}
@media (max-width: 1024px) {
  #about .flex .flex_item {
    margin-top: 1rem;
  }
}

/* ■■■■■■■■■■■■■■■■■ SNSグリッド ■■■■■■■■■■■■■■■■■ */
@media (min-width: 801px) {
  .sns_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: calc(50px + 1.1rem) 100px 100px;
    -moz-column-gap: 1.1rem;
         column-gap: 1.1rem;
    row-gap: 1.1rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 800px) {
  .sns_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: calc(50px + 1rem + 5vw) 130px 90px;
    -moz-column-gap: 3%;
         column-gap: 3%;
    row-gap: 3vw;
  }
}
/* ■■■■■■■■■■■■■■■■■ readmoreボタン ■■■■■■■■■■■■■■■■■ */
.about_button {
  transition: 0.2s;
  text-decoration: none;
  color: var(--text_color);
  margin-bottom: 1.1rem;
  background: var(--wrapper_bg_color);
  display: inline-block;
  padding: 0.95rem 0 1rem 2rem;
  font-size: 1rem;
  width: calc(100% - 2.2rem);
  font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  border-radius: 20px 20px 0 20px;
  letter-spacing: 0.13rem;
  position: relative;
}
.about_button:visited {
  color: var(--text_color);
}
.about_button:hover {
  color: var(--hover_text_color);
  background: var(--accent_color);
  box-shadow: none;
}
.about_button i {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 959px) {
  .about_button {
    font-size: 0.9rem;
    padding-left: 1rem;
    width: calc(100% - 1.1rem);
    margin: 1rem 0 5vw;
  }
  .about_button i {
    right: 1rem;
  }
}
/* ■■■■■■■■■■■■■■■■■ SNSグリッド - ベース・大きさ・色 ■■■■■■■■■■■■■■■■■ */
.sns_wrapper {
  width: 100%;
  height: 100%;
  background: var(--wrapper_bg_color);
  border-radius: 20px 20px 0 20px;
  position: relative;
  transition: 0.2s;
}
.sns_wrapper .fa-x-twitter, .sns_wrapper .fa-youtube, .sns_wrapper .fa-github {
  position: absolute;
  top: 15px;
  left: 15px;
}
.sns_wrapper .fa-circle-arrow-right {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.sns_wrapper a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sns_wrapper .id {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04rem;
}
.sns_wrapper .id.normal {
  font-size: 1.2rem;
}
.sns_wrapper .id.small {
  font-size: 1.1rem;
  letter-spacing: 0.11rem;
}
@media (max-width: 800px) {
  .sns_wrapper .id.normal {
    font-size: 1rem;
  }
  .sns_wrapper .id.small {
    font-size: 0.9rem;
  }
}
.sns_wrapper .caption {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.sns_wrapper .caption.normal {
  font-size: 0.7rem;
}
.sns_wrapper .caption.small {
  font-size: 0.6rem;
}
@media (max-width: 800px) {
  .sns_wrapper .caption.normal {
    font-size: 0.65rem;
  }
  .sns_wrapper .caption.small {
    font-size: 0.65rem;
  }
}

@media (min-width: 801px) {
  .item1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .item2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .item3 {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  .item4 {
    grid-column: 1/2;
    grid-row: 2/4;
  }
  .item5 {
    grid-column: 2/3;
    grid-row: 2/4;
  }
  .item6 {
    grid-column: 3/4;
    grid-row: 2/3;
  }
  .item7 {
    grid-column: 3/4;
    grid-row: 3/4;
  }
}
.x:hover, .item7:hover {
  background: #4e4e4e;
  color: #dddddd;
}

.yt:hover {
  background: #bb6663;
  color: #dddddd;
}

.misskey:hover {
  background: #99ac5c;
  color: #ddd;
}

.item3 {
  display: none;
}

.br {
  display: inline;
}
@media (max-width: 1439px) {
  .br {
    display: block;
  }
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ projects ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.update_wrapper {
  margin: 0 0 1rem;
  text-align: right;
}
.update_wrapper span {
  font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
  width: auto;
  letter-spacing: 0.1rem;
  font-size: 0.9rem;
}
.update_wrapper span span {
  margin-left: 1rem;
}

/* ■■■■■■■■■■■■■■■■■ 絞り込み ■■■■■■■■■■■■■■■■■ */
.tag-search {
  display: none;
  overflow: scroll;
}

.search-box span {
  font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.05rem;
  margin-left: 0.5rem;
}

label {
  display: inline-block;
  padding: 0.3rem 1rem 0.4rem 1rem;
  margin: 0.5rem 0.25rem 0.5rem 0.25rem;
  font-size: 0.85rem;
  cursor: pointer;
  font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  transition: 0.2s;
  border-radius: 10px 10px 0 10px;
  background: var(--wrapper_bg_color);
}

.tag-search:checked + label {
  background: var(--accent_color);
  color: var(--hover_text_color);
}

input[type=radio] {
  display: none;
}

.label-box {
  margin: 2vw 0 0;
}

label:hover {
  color: var(--accent_color);
}

.is-hide {
  display: none;
}

@media (max-width: 959px) {
  .label {
    display: inline-block;
    padding: 0.3rem 1rem 0.4rem 1rem;
    margin: 1rem 0.25rem 2rem 0.25rem;
    cursor: pointer;
    font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
    font-weight: 500;
    transition: 0.2s;
    border-radius: 20px;
    background: var(--wrapper_bg_color);
    box-shadow: 3px 3px 6px #d2d2d2, -3px -3px 6px #ffffff;
  }
  .search-box {
    overflow: scroll;
    white-space: nowrap;
    scrollbar-width: none;
    position: relative;
  }
  .search-box::-webkit-scrollbar {
    display: none;
  }
  .line {
    width: 100%;
    height: 2px;
    background: var(--weak_bg_color);
    margin: 0.5rem 0 0.5rem 0;
  }
}
@media (min-width: 960px) {
  .line {
    width: 50%;
    height: 2px;
    background: var(--weak_bg_color);
    margin: 0.5rem 0 0.5rem 0;
  }
}
/* ■■■■■■■■■■■■■■■■■ gridベース ■■■■■■■■■■■■■■■■■ */
.pj-flex {
  margin-left: -40px;
  list-style: none;
  padding-bottom: 3rem;
  position: relative;
}

@media (min-width: 960px) {
  .pj-flex {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: 2vw;
    width: 100%;
  }
}
@media (max-width: 959px) {
  .pj-flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3vw;
  }
}
@media (min-width: 526px) {
  .pj-flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 525px) {
  .pj-flex {
    display: grid;
    grid-template-columns: 1fr;
  }
}
/* ■■■■■■■■■■■■■■■■■ サムネイルパーツ・てきすと ■■■■■■■■■■■■■■■■■ */
.works_button_wrapper {
  border-radius: 20px 20px 0 20px;
  transition: 0.2s;
}
.works_button_wrapper:hover .pj-img img {
  transform: scale(1.2);
  border-radius: 20px 20px 0 15px;
}

.pj-title {
  font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
  letter-spacing: 0.05rem;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.5rem 0.5rem 0.5rem 0;
  border-radius: 10px;
  border-radius: 0px 0px 20px 20px;
}

/* ■■■■■■■■■■■■■■■■■ サムネイル画像部分 ■■■■■■■■■■■■■■■■■ */
@media (min-width: 426px) {
  .pj-img {
    transition: 0.2s;
    border-radius: 20px 20px 0 15px;
    overflow: hidden;
  }
  .pj-img img {
    transition: 0.3s;
    border-radius: 20px 20px 0 15px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: var(--wrapper_bg_color);
    background-image: url("../img/loading.svg");
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
@media (max-width: 425px) {
  .pj-img {
    overflow: hidden;
    border-radius: 20px 20px 0 15px;
  }
  .pj-img img {
    transition: 0.2s;
    width: 100%;
    height: 100%;
    margin-top: 2%;
    border-radius: 20px 20px 0 15px;
    background-color: var(--wrapper_bg_color);
    background-image: url("../img/loading.svg");
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
/* ■■■■■■■■■■■■■■■■■ インデックスフレーム ■■■■■■■■■■■■■■■■■ */
@media (min-width: 960px) {
  .works_index_wrapper {
    opacity: 0;
    display: none;
    border-radius: 75px 75px 0 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    margin: 0 auto;
    padding: 140px 5% 0;
    height: 100%;
    z-index: 99;
    overflow: auto;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: var(--index_bg_color);
    animation: fadein 0.2s ease forwards;
  }
  .index-max {
    max-width: 1440px;
    padding-bottom: 10vh;
  }
}
@media (max-width: 959px) {
  .works_index_wrapper {
    display: none;
    transition: 0.2s;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: var(--index_bg_color);
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    width: 90%;
    height: calc(100% - 50px);
    padding: 0 5% 10vw;
    z-index: 99;
    overflow: auto;
    animation: fadein 0.2s ease-out forwards;
    border-radius: 25px 25px 0 0;
  }
  .index-max {
    padding-bottom: 10vh;
  }
}
.works_index_wrapper.active {
  opacity: 100;
  display: block;
}
.works_index_wrapper.active body {
  overflow: hidden;
}

/* ■■■■■■■■■■■■■■■■■ スクロールバー非表示 ■■■■■■■■■■■■■■■■■ */
@media (min-width: 960px) {
  .works_index_wrapper::-webkit-scrollbar {
    display: none;
  }
}
/* ■■■■■■■■■■■■■■■■■ インアニメーション ■■■■■■■■■■■■■■■■■ */
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100;
  }
}
/* ■■■■■■■■■■■■■■■■■ ナンバリング・タイトル・タグ・バツボタン ■■■■■■■■■■■■■■■■■ */
.pj-index-num {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.pj-index-title {
  font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  top: 167px;
  font-weight: 500;
  letter-spacing: 0.1rem;
}

.pj-index-tag {
  margin-left: 0.8rem;
  padding: 0.25rem 1rem 0.25rem 1rem;
  font-size: 0.8rem;
  background: var(--accent_color);
  color: var(--hover_text_color);
  border-radius: 10px 10px 0 10px;
  font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-top: -0.25rem;
  display: inline-block;
}

.pj_index_close {
  position: sticky;
  left: 100%;
  width: 70px;
  height: 70px;
  background: var(--weak_bg_color);
  z-index: 101;
  transition: 0.2s;
  border-radius: 25px;
}
.pj_index_close:hover {
  background: #a13e3e;
}
.pj_index_close:hover span {
  background: #fff;
}
.pj_index_close span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  transform: scaleY(0.5) translateY(2px);
  background: var(--text_color);
  transition: 0.2s ease-in-out;
}
.pj_index_close span:nth-child(1) {
  top: 50%;
  right: 28%;
  transform: translate(-50%, -50%);
  width: 30px;
  transform: rotate(45deg);
}
.pj_index_close span:nth-child(2) {
  top: 50%;
  right: 28%;
  transform: translate(-50%, -50%);
  width: 30px;
  transform: rotate(135deg);
}

@media (max-width: 959px) {
  .pj_index_close {
    top: 1rem;
  }
}
@media (min-width: 960px) {
  .pj_index_close {
    top: calc(103px + 1rem);
  }
}
@media (min-width: 960px) {
  .pj-index-num {
    font-size: 5rem;
    margin-top: 3rem;
  }
}
@media (max-width: 959px) {
  .pj-index-num {
    font-size: 4rem;
    margin-top: -1rem;
  }
}
@media (min-width: 960px) {
  .pj-index-title {
    font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
    font-size: 3rem;
    top: 167px;
  }
}
/* ■■■■■■■■■■■■■■■■■ 文章・画像グリッド・モデル・地図 ■■■■■■■■■■■■■■■■■ */
.pj-index-explain {
  font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
  margin-top: 1rem;
  line-height: 1.85rem;
}
.pj-index-explain span {
  color: #f1f1f1;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.pj-img-grid {
  display: grid;
  grid-template-columns: 1fr;
  margin: 1vw 0 0 !important;
  width: 100%;
}

.pj-index-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  background-color: var(--wrapper_bg_color);
  background-image: url("../img/loading.svg");
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 959px) {
  .pj-index-img {
    margin-bottom: 1rem;
  }
}

.pj-index-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 80%;
  margin: calc(1rem + 1.5vw) 0 1.5vw;
}

.pj-index-map iframe {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 15px 15px 0 15px;
}

@media (min-width: 960px) {
  .pj-img-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 1.5vw;
         column-gap: 1.5vw;
    row-gap: 1.5vw;
  }
  .pj-index-img {
    height: auto;
    width: 100%;
    border-radius: 15px 15px 0 15px;
  }
  .pj-index-map {
    position: relative;
    padding-top: 35%;
    margin-top: 1.5vw;
    margin-bottom: 1.5vw;
  }
}
/* ■■■■■■■■■■■■■■■■■ 日付・モデル表示 ■■■■■■■■■■■■■■■■■ */
table {
  margin: 1.5vw 0;
  font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
  border-collapse: collapse;
}

th {
  letter-spacing: 0.12rem;
  text-align: left;
  padding: 0.5rem 1.5rem 0.5rem 0;
  border-right: solid 2px var(--text_color);
}
th .fa-x-twitter {
  padding-right: 0.3rem;
}
th span {
  display: block;
  font-size: 0.6rem;
  letter-spacing: 0.1rem;
}
th span span {
  margin-right: 0.3rem;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 960px) {
  th {
    font-size: 0.9rem;
    padding: 0.5rem 1rem 0.5rem 0;
  }
}

td {
  padding-left: 1.5rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 960px) {
  td {
    font-size: 0.9rem;
    padding-left: 1rem;
  }
}
td a {
  background: var(--wrapper_bg_color);
  color: var(--text_color);
  padding: 0.5rem 1.5rem;
  border-radius: 10px 10px 0 10px;
  text-decoration: none;
  transition: 0.2s;
}
td a .fa-arrow-right {
  padding-left: 0.6rem;
}
td a:visited {
  color: var(--text_color);
}
td a:hover, td a:visited:hover {
  background: var(--text_color);
  color: var(--hover_text_color);
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ contact ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#contact {
  width: 90%;
  padding: 0 5%;
}
#contact .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 170px 100px;
  -moz-column-gap: 1.1rem;
       column-gap: 1.1rem;
  row-gap: 1.1rem;
  margin-top: 2rem;
}
@media (max-width: 959px) {
  #contact .grid {
    grid-template-columns: 1fr 1fr;
  }
}
#contact .grid_wrapper {
  width: 100%;
  height: 100%;
  background: var(--wrapper_bg_color);
  border-radius: 20px 20px 0 20px;
  position: relative;
  transition: 0.2s;
}
#contact .grid_wrapper.contact_X .fa-x-twitter {
  position: absolute;
  top: 15px;
  left: 15px;
}
#contact .grid_wrapper.contact_X .fa-circle-arrow-right {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
#contact .grid_wrapper.contact_X .dm {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}
#contact .grid_wrapper.contact_X .dm::after {
  content: "to @oba_sanz087";
  margin-top: 5px;
  font-size: 0.8rem;
  display: block;
  color: #8b8b8b;
}
#contact .grid_wrapper.contact_X .caption {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
}
#contact .grid_wrapper.contact_X a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#contact .grid_wrapper.contact_X:hover {
  color: #ececec;
  background: #4e4e4e;
}
#contact .grid_wrapper .fa-triangle-exclamation {
  position: absolute;
  top: 15px;
  left: 15px;
}
#contact .grid_wrapper .article {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  right: 15px;
  font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.3rem;
  letter-spacing: 0.05rem;
}
#contact .grid_wrapper .attention {
  position: absolute;
  top: 17px;
  left: 37px;
  font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.8rem;
  letter-spacing: 0.03rem;
}/*# sourceMappingURL=style.css.map */