@charset "UTF-8";

/* font-family: "Josefin Sans", sans-serif; */
/* font-family: "Zen Kaku Gothic New", sans-serif; */

/* ==========

common

========== */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background: #f5f5f5;
  color: #3f3f3f;
  line-height: 1;
  letter-spacing: 0.05em;
}

a {
  color: #3f3f3f;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.8;
}

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

ul {
  list-style: none;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

.flexB {
  display: flex;
  justify-content: space-between;
}

.section-ttl {
  font-size: 5.6rem;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  font-weight: normal;
  margin-bottom: 4rem;
}

.section-ttl span {
  display: block;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.section-ttl span::before {
  content: "";
  display: block;
  width: 120px;
  border-bottom: 1px solid #3f3f3f;
  margin: 0.6rem auto;
}

/*== Loading ==*/

#splash {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #f5f5f5;
}

#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #3f3f3f;
}

.loader_cover {
  width: 100%;
  height: 50%;
  background-color: #cecece;
  transition: all 0.6s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  transform: scaleY(1);
}

.loader_cover-up {
  transform-origin: center top;
}

.loader_cover-down {
  position: absolute;
  bottom: 0;
  transform-origin: center bottom;
}

.coveranime {
  transform: scaleY(0);
}

/* == lightbox == */
.lum-lightbox {
  z-index: 10000 !important;
  background: rgba(0, 0, 0, 0.8) !important;
  padding: 0 2rem;
}


.lum-lightbox-inner {
  padding-top: 50px;
}

.lum-lightbox-inner img {
  max-width: 85vw;
  max-height: 80vh;
  object-fit: contain;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.lum-close-button {
  position: fixed;
  top: 50px;
  right: 50px;
  font-size: 60px;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}

.lum-previous-button,
.lum-next-button {
  position: fixed !important;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  color: #fff;
  cursor: pointer;
  z-index: 10005;
}

.lum-previous-button {
  left: 5% !important;
}

.lum-next-button {
  right: 5% !important;
}

.lum-caption {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 20px;
  border-radius: 4px;
  margin-top: 20px;
  text-align: center;
  font-size: 0.9rem;
  max-width: 80vw;
}

.lum-lightbox-caption {
  display: block !important;
  margin: 20px auto 0 !important;
  padding: 10px 20px !important;
  color: #fff !important;
  text-align: center !important;
  line-height: 1.6 !important;
}

/* == fadeIn == */
.fadeIn {
  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity 0.8s,
    transform 1.2s;
}

.fadeIn.is-show {
  opacity: 1;
  transform: translateY(0);
}

[id] {
  scroll-margin-top: 90px;
}

@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }

  .section-ttl {
    font-size: 3.2rem;
  }

  .section-ttl span {
    font-size: 1.2rem;
  }

  .section-ttl span::before {
    width: 80px;
    margin: 0.5rem auto 0.7rem;
  }

  .inner {
    padding: 0 1.4rem;
  }

  .flexB {
    flex-direction: column;
  }

  .lum-lightbox-inner img {
    max-width: 70vw !important;
    max-height: 60vh !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
  }

  .lum-lightbox-inner {
    padding: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .lum-close-button {
    top: 10px !important;
    right: 10px !important;
    font-size: 35px !important;
    padding: 10px !important;
    line-height: 1 !important;
  }

  .lum-previous-button,
  .lum-next-button {
    font-size: 20px !important;
    width: 60px !important;
    height: 50px !important;
    z-index: 10010 !important;
  }

  .lum-previous-button {
    left: 2% !important;
  }

  .lum-next-button {
    right: 2% !important;
  }

  .lum-lightbox-caption {
    position: relative !important;
    top: auto !important;
    left: 0 !important;
    transform: none !important;
    width: 90% !important;
    margin: 15px auto 0 !important;
  }

  .fadeIn {
    transform: translateY(20px);
  }

  [id] {
    scroll-margin-top: 62px;
  }
}

/* max-width:768px */

/* ==========

header

========== */
header {
  background: #fff;
  font-family: "Josefin Sans", sans-serif;
  padding: 3.2rem 3.73%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

header .inner.flexB {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo img {
  height: 2.6rem;
  width: auto;
  display: block;
  transition: all 0.3s ease;
}

header nav ul {
  display: flex;
  gap: 3rem;
  font-size: 1.8rem;
}

header nav a {
  color: #3f3f3f;
  display: inline-block;
  position: relative;
}

header nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 2px;
  background: #7e7e7e;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: left top;
}

header nav a:hover::after {
  transform: scale(1, 1);
}

@media (max-width: 768px) {
  header {
    padding: 1.5rem 1.3rem;
  }

  header .inner.flexB {
    flex-direction: row;
  }

  .logo img {
    height: 2.2rem;
  }

  /* == Hamburger Menu == */
  .toggle {
    width: 32px;
    height: 32px;
    position: relative;
  }

  .toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #3f3f3f;
    position: absolute;
    left: 0;
    transition: 0.35s ease-in-out;
    z-index: 999;
  }

  .toggle span:nth-child(1) {
    top: 8px;
  }

  .toggle span:nth-child(2) {
    top: 16px;
  }

  .toggle span:nth-child(3) {
    top: 24px;
  }

  .toggle.active span:nth-child(1) {
    top: 16px;
    transform: rotate(45deg);
  }

  .toggle.active span:nth-child(2) {
    left: 50%;
    width: 0;
  }

  .toggle.active span:nth-child(3) {
    top: 16px;
    transform: rotate(-45deg);
  }

  nav {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.96);
    z-index: 100;
    transform: translateX(100%);
    transition: 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header nav ul {
    width: 100%;
    flex-direction: column;
    gap: 0;
  }

  nav li {
    width: 100%;
  }

  nav li a {
    display: block;
    text-align: center;
    padding: 2rem 0;
    font-size: 2.4rem;
  }

  nav.open {
    transform: translateX(0);
  }
}

/* ==========

mv

========== */
.mv {
  position: relative;
}

.mv img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.mv__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(102, 102, 102, 0.8);
  font-size: 5.6rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: normal;
}

.mv__ttl span {
  display: block;
  font-size: 2.8rem;
  margin-top: 1rem;
  text-align: center;
  font-weight: 200;
}

/* == scroll-down == */
.scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
}

.scroll-down span {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  position: absolute;
  left: 10px;
  bottom: 1px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.scroll-down::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove {
  0% {
    bottom: 30px;
  }

  100% {
    bottom: -5px;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

.scroll-down::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 35px;
  background: #fff;
}

@media (max-width: 768px) {
  .mv img {
    height: 100dvh;
  }

  .mv__ttl {
    font-size: 4.5rem;
    width: 100%;
    text-align: center;
  }

  .mv__ttl span {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .mv__ttl {
    font-size: 5rem;
    width: 100%;
    text-align: center;
  }
}

/* max-width:768px */

/* ==========

works

========== */

.works {
  padding: 15rem 3.73% 10rem;
}

.works-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 3.5%;
  justify-content: flex-start;
}

.works__card {
  width: calc((100% - 3.5% * 2) / 3);
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  text-align: right;
  margin-bottom: 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.works__card.fadeIn {
  transition-delay: 0.3s;
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out;
}

.works__card:hover {
  transform: translateY(-5px);
}

.works__card.is-show:hover {
  transform: translateY(-8px) !important;
  opacity: 0.6;
}

.works__card:nth-last-child(-n + 3) {
  margin-bottom: 0;
}

.works__image {
  overflow: hidden;
  position: relative;
  padding: 30px 20px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.works__image img {
  width: 100%;
  height: auto;
  max-width: 250px;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.label {
  font-family: "Josefin Sans", sans-serif;
  position: absolute;
  top: 15px;
  left: 15px;
  background: #f0f0f0;
  padding: 4px 12px 3px;
  border-radius: 20px;
  font-size: 1.3rem;
  color: #555555;
}

.works__info {
  padding: 20px;
  text-align: center;
}

.works__info h3 {
  font-size: 1.4rem;
  color: #3f3f3f;
}

.works__info h3 span {
  font-family: "Josefin Sans", sans-serif;
  font-weight: normal;
}

.works__info p {
  font-family: "Josefin Sans", sans-serif;
  margin-top: 0.8rem;
  font-size: 1.1rem;
  color: #bfbfbf;
}

@media (max-width: 1084px) and (min-width: 769px) {
  .works__card {
    width: calc((100% - 3.5%) / 2);
  }
}

@media (max-width: 768px) {
  .works {
    padding: 8rem 0 5rem;
  }

  .works__card {
    width: 100%;
  }
}

/* max-width:768px */

/* ==========

skills

========== */
.skills {
  padding: 10rem 3.73%;
}

.skills-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0;
}

.skills__item {
  flex: 0 0 calc(50% - 2%);
  display: flex;
  align-items: flex-start;
}

.skills__item.fadeIn {
  transition-delay: 0.3s;
  transition:
    opacity 1s ease-out,
    transform 1s ease-out;
}

.skills__icon {
  width: 80px;
  height: auto;
  margin-right: 15px;
  flex-shrink: 0;
  display: block;
}

.skills__txt h3 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 1rem;
}

.skills__txt p {
  line-height: 1.625;
}

@media (max-width: 768px) {
  .skills {
    padding: 5rem 0.5rem;
  }

  .skils__item {
    flex: 1 1 100%;
    margin-bottom: 30px;
  }

  .skills__icon {
    width: 60px;
    margin-right: 15px;
  }

  .skills__txt h3 {
    font-size: 1.7rem;
    margin-bottom: 0.5rem;
  }
}

/* max-width:768px */

/* ==========

about

========== */
.about {
  padding: 10rem 3.73%;
}

.about__detail {
  align-items: flex-start;
}

.about p {
  margin-bottom: 2rem;
  line-height: 2;
}

.pf_img {
  width: 35%;
  object-fit: cover;
}

.pf_img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

.pf-txt {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.btn {
  align-self: flex-end;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #3f3f3f;
  border-radius: 60px;
  padding: 10px 30px;
  text-align: center;
  outline: none;
  transition: ease 0.2s;
}

.btn span {
  font-family: "Josefin Sans", sans-serif;
  position: relative;
  z-index: 3;
  color: #3f3f3f;
}

.btn:hover span {
  color: #fff;
}

.bgleft:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #3f3f3f;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.bgleft:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

@media (max-width: 768px) {
  .about .flexB {
    gap: 2rem;
  }

  .about {
    padding: 5rem 0;
  }

  .about p {
    line-height: 1.64;
    margin-bottom: 2.5rem;
  }

  .pf_img,
  .pf-txt {
    width: 100%;
  }

  .pf_img img {
    height: 200px;
  }

  .btn {
    align-self: center;
    margin-right: 0;
  }
}

/* max-width:768px */

/* ==========

contact

========== */
.contact {
  color: #3f3f3f;
  padding: 6rem 3.73% 3rem;
  text-align: center;
  background: #fff;
  width: 92.54%;
  max-width: 1000px;
  margin: 10rem auto;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

.contact .section-ttl span::before {
  border-color: #3f3f3f;
}

.contact .contact_txt {
  font-size: 1.4rem;
  line-height: 1.7;
}

.sp-only {
  display: none;
}

.contact .contact_btn {
  border: 1px solid #3f3f3f;
  display: inline-block;
  transition: transform 0.6s ease;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4rem auto 3rem;
}

.contact .contact_btn:hover {
  transform: rotate(360deg) scale(0.8);
}

.contact img {
  display: block;
  width: 40px;
  height: auto;
}

@media (max-width: 768px) {
  .contact {
    width: auto;
    margin: 5rem 1.4rem;
    padding: 5rem 0 2.5rem;
  }

  .contact .contact_txt {
    text-align: left;
    line-height: 1.64;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .sp-only {
    display: block;
  }

  .contact .contact_btn {
    width: 60px;
    height: 60px;
    padding: 1.2rem 0;
  }

  .contact img {
    width: 30px;
  }
}

/* max-width:768px */

/* ==========

footer

========== */
footer {
  color: #3f3f3f;
  padding: 2.1rem 3.73%;
  font-size: 1.2rem;
  text-align: center;
}

@media (max-width: 768px) {
  footer {
    padding: 2rem 0;
    font-size: 1rem;
  }
}

/* max-width:768px */

/* ==========

pagetop

========== */
.pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #3f3f3f;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s, transform 0.3s, visibility 0.5s;
}

.pagetop.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.pagetop:hover {
  transform: translateY(-5px);
  opacity: 0.8;
}

.pagetop__arrow {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #3f3f3f;
  border-right: 2px solid #3f3f3f;
  transform: translateY(20%) rotate(-45deg);
}

@media (max-width: 768px) {
  .pagetop {
    width: 40px;
    height: 40px;
  }

  .pagetop__arrow {
    width: 8px;
    height: 8px;
  }
}

/* ==========

profile Page

========== */

.profile {
  padding: 19rem 3.73% 5rem;
}

.profile__detail {
  padding: 8rem 3.73%;
  background-color: #fff;
  width: 92.54%;
  max-width: 1000px;
  margin: 10rem auto 5rem;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

.profile__detail .inner.flexB {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 5%;
}

.pf_img_2 {
  width: 30%;
}

.pf_img_2 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  aspect-ratio: 3 / 4;
}

.pf-txt_2 {
  width: 65%;
}

.pf-name {
  font-size: 2rem;
  font-weight: 700;
  color: #3f3f3f;
  margin-bottom: 2rem;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.pf-name span {
  font-family: "Josefin Sans", sans-serif;
}

.pf-txt_2 p {
  font-size: 1.6rem;
  line-height: 2;
  text-align: justify;
  margin: 0;
}

@media (max-width: 768px) {
  .profile {
    padding: 11.2rem 1.4rem 2rem;
  }

  .profile__detail {
    width: 100%;
    padding: 4rem 2rem;
    margin: 0 auto 3rem;
  }

  .profile__detail .inner.flexB {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .profile p {
    font-size: 1.4rem;
    line-height: 1.64;
    text-align-last: left;
  }

  .pf_img_2 {
    width: 100%;
    max-width: 280px;
    margin-bottom: 0;
  }

  .pf-txt_2 {
    width: 100%;
  }

  .pf_img_2 img {
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
    object-position: center;
  }

  .pf-name {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.4;
  }

  .pf-name .sp-hide {
    display: none;
  }

  .pf-name span {
    display: block;
    font-size: 1.6rem;
  }
}

/* max-width:768px */

/* ==========

career

========== */

.career {
  padding: 5rem 3.73%;
}

.timeline-list {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 2rem 0;
}

.timeline-list::before {
  content: "";
  position: absolute;
  left: 120px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ccc;
}

.timeline-item {
  display: flex;
  position: relative;
  margin-bottom: 3rem;
  align-items: flex-start;
}

.timeline-item dt {
  width: 100px;
  text-align: right;
  padding-right: 40px;
  font-weight: bold;
  font-size: 1.6rem;
  color: #000;
  line-height: 1.625;
  margin: 0;
}

.timeline-item dd {
  flex: 1;
  padding-left: 40px;
  margin: 0;
  line-height: 1.625;
  font-size: 1.6rem;
}

.timeline-item::after {
  content: "";
  position: absolute;
  left: 117px;
  top: 1rem;
  width: 7px;
  height: 7px;
  background: #3f3f3f;
  border-radius: 50%;
  z-index: 1;
  transform: scale(0);
  transition: all 0.6s ease;
}

.timeline-item.is-active::after {
  opacity: 1;
  transform: scale(1.5);
  background: #7d9732;
}

@media (max-width: 768px) {
  .career {
    width: auto;
    margin: 5rem 1.4rem;
    padding: 0;
  }

  .timeline-list::before {
    left: 0;
  }

  .timeline-item {
    flex-direction: column;
  }

  .timeline-item::after {
    left: -3px;
  }

  .timeline-item dt {
    width: 100%;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 0.5rem;
  }

  .timeline-item dd {
    font-size: 1.4rem;
    padding-left: 20px;
  }

  .timeline-item dt.current {
    font-size: 1.7rem;
  }
}

/* max-width:768px */

/* ==========

strength

========== */
.strength {
  padding: 10rem 3.73%;
}

.strength-container {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  margin-top: 5rem;
}

.strength-item {
  flex: 1;
  background: #fff;
  padding: 30px 30px 40px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.strength-icon {
  font-size: 3rem;
  margin-bottom: 20px;
  color: #3f3f3f;
}

.strength-item h3 {
  font-size: 1.6rem;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.625;
  position: relative;
  padding-bottom: 20px;
}

.strength-item h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background: #bfbfbf;
}

.strength-item p {
  font-size: 1.4rem;
  line-height: 1.625;
  text-align: left;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .strength {
    padding: 5rem 3.73%;
  }

  .strength-container {
    flex-direction: column;
    gap: 3rem;
    margin-top: 0;
  }

  .strength-item {
    padding: 20px 30px 40px;
  }

  .strength-item h3 {
    font-size: 1.7rem;
  }

  .strength-item p {
    line-height: 1.64;
  }
}

/* max-width:768px */

/* ==========

likes

========== */
.likes {
  padding: 5rem 3.73%;
}

.likes ul {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  margin-top: 5rem;
}

.likes li {
  flex: 1;
}

.likes li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border-radius: 8px;
}

.likes li h3 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  border-bottom: 1px solid #bfbfbf;
  margin: 2rem 0 1rem;
  padding-bottom: 1rem;
}

.likes li p {
  font-size: 1.4rem;
  line-height: 1.625;
}

@media (max-width: 768px) {
  .likes {
    padding: 5rem 3.73%;
  }

  .likes ul {
    flex-direction: column;
    gap: 3rem;
  }

  .likes li {
    width: 100%;
  }

  .likes li h3 {
    font-size: 1.7rem;
    margin: 1.5rem 0 0.5rem;
  }

  .likes li p {
    line-height: 1.642;
  }
}

/* max-width:768px */

/* ==========

recommendation

========== */
.recommendation {
  padding: 10rem 3.73%;
  background: #fff;
  width: 92.54%;
  max-width: 1000px;
  margin: 10rem auto 5rem;
  border-radius: 12px;
  box-sizing: border-box;
}

.recommendation__detail {
  padding: 0 3.73%;
}

.map {
  width: 40%;
}

.map iframe {
  width: 100%;
}

.recommendation table {
  width: 60%;
  border-collapse: collapse;
}

.recommendation table th {
  width: 40%;
  line-height: 1.625;
  text-align: left;
  font-weight: 500;
  padding: 1rem 0;
}

.recommendation table th::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 1.1em;
  background: #aaa;
  margin-right: 8px;
  vertical-align: -0.2em;
}

.recommendation table td {
  padding: 1rem 0;
  line-height: 1.625;
}

.recommendation table tr {
  vertical-align: top;
  border-bottom: 1px solid #f0f0f0;
}

.recommendation .flexB {
  gap: 5%;
}

.recommendation table tr:last-child {
  border-bottom: none;
}

@media (max-width: 768px) {
  .recommendation {
    margin: 5rem auto 3rem;
    padding: 5rem 0;
    width: 92.5%;
  }

  .recommendation .flexB {
    flex-direction: column;
    gap: 2rem;
  }

  .map {
    width: 100%;
    height: 300px;
    position: relative;
  }

  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .recommendation table {
    width: 100%;
  }

  .recommendation table tr {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
    border-bottom: 1px solid #bfbfbf;
  }

  .recommendation table tr:last-child {
    border-bottom: none;
  }

  .recommendation table th {
    width: 100%;
    padding: 0.5rem 0 0;
  }

  .recommendation table td {
    width: 100%;
    line-height: 1.6;
    margin-bottom: 0;
    line-height: 1.6;
    padding: 0.8rem 0;
  }

  .recommendation table br {
    display: none;
  }
}

/* max-width:768px */

/* ==========

Works Page

========== */

.works-contents {
  padding: 12rem 3.73% 5rem;
}

.load-fade {
  animation: simpleFade 1.2s ease-out forwards;
  opacity: 0;
}

@keyframes simpleFade {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

.works-contents .inner {
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff;
  padding: 6rem 8%;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.contents-img {
  margin-bottom: 4rem;
  text-align: center;
}

.contents-img img {
  max-width: 100%;
  height: auto;
}

.contents-title {
  font-size: 2.3rem;
  font-weight: 600;
  text-align: center;
  color: #3f3f3f;
  margin-bottom: 1.5rem;
}

.contents-title span {
  font-family: "Josefin Sans", sans-serif;
  font-weight: normal;
}

.contents-subtitle {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.3rem;
  text-align: center;
  color: #aaa;
  margin-bottom: 5rem;
}

.spec-area {
  background-color: #fdfdfd;
  border: 1px solid #f0f0f0;
  padding: 2.5rem;
  border-radius: 8px;
  margin-bottom: 5rem;
}

.spec-area .contents-item {
  font-size: 1.4rem;
}

.contents-list {
  display: block;
}

.contents-item {
  display: flex;
  margin-bottom: 1rem;
  line-height: 1.6;
  align-items: flex-start;
}

.contents-item dt {
  color: #333;
  line-height: 2;
  font-weight: bold;
  flex-shrink: 0;
}

.contents-item dt::after {
  content: " /";
  margin-left: 0.5rem;
}

.contents-item dd {
  color: #3f3f3f;
  margin-left: 1rem;
  line-height: 2;
}

.contents-item dd ul li {
  position: relative;
  padding-left: 1.2em;
}

.contents-item dd ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.detail-column {
  margin-bottom: 6rem;
}

.column-content a,
.contents-item a {
  border-bottom: 1px solid #aaa;
  transition: all 0.3s ease;
  padding-bottom: 2px;
}

.column-content a:hover,
.contents-item a:hover {
  color: #666;
  border-bottom: 1px solid #666;
}

.column-content a::after,
.contents-item a::after {
  content: " \2197";
  font-size: 0.8em;
  margin-left: 4px;
  color: #666;
  transition: all 0.3s ease;
}

.is-topic .contents-item dt {
  width: 130px;
  color: #333;
  font-weight: normal;
}

.is-topic .contents-item dt::after {
  display: none;
}

.column-label {
  font-size: 1.8rem;
  color: #333;
  border-left: 3px solid #aaa;
  padding-left: 1.5rem;
  margin-bottom: 2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1.1;
}

.column-content p,
.column-content .contents-list {
  padding-left: 1.5rem;
}

.column-content p {
  line-height: 2;
}

/* == works1 == */
.device-showcase {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4%;
  margin: 6rem 0;
  width: 100%;
}

.img-pc {
  width: 75%;
  height: auto;
  display: block;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  object-fit: contain;
}

.img-sp {
  width: 21%;
  height: auto;
  display: block;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  object-fit: contain;
}

.design-visual {
  margin-top: 3rem;
}

.visual-gallery {
  display: flex;
  gap: 20px;
}

.visual-item {
  flex: 1;
}

.visual-item img {
  width: 100%;
  height: auto;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
}

.visual-caption {
  font-size: 1rem;
  color: #3f3f3f;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}

/* == video == */
.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #ebebeb;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* == works-nav == */
.works-nav {
  margin-top: 8rem;
  padding-top: 4rem;
  border-top: 1px solid #f0f0f0;
  text-align: center;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  margin: 0 auto 4rem;
  font-family: "Josefin Sans", sans-serif;
}

/* == Prev/Next/number == */
.nav-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 1.4rem;
  transition: all 0.3s ease;
}

.nav-btn:hover {
  opacity: 0.7;
  transform: scale(1.1);
}

.nav-btn.hidden {
  visibility: hidden;
  pointer-events: none;
}

.arrow-left {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 8px solid #3f3f3f;
}

.arrow-right {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #3f3f3f;
}

.page-number {
  font-size: 1.4rem;
  color: #3f3f3f;
  letter-spacing: 0.2em;
}

/* == btn == */
.back-btn {
  text-transform: uppercase;
  text-align: center;
}

.back-btn .btn {
  margin-right: 0;
}

.bgright:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #3f3f3f;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: left top;
}

.bgright:hover:before {
  transform-origin: right top;
  transform: scale(1, 1);
}

@media (max-width: 768px) {
  .works-contents {
    padding: 8rem 3.73% 4rem;
  }

  .works-contents .inner {
    margin: 0 1.4rem;
    padding: 4rem 2rem;
    border-radius: 8px;
  }

  .contents-title {
    font-size: 1.8rem;
    margin-bottom: 1.1rem;
  }

  .contents-subtitle {
    font-size: 1rem;
    margin-bottom: 3rem;
  }

  .contents-item {
    flex-direction: column;
    gap: 0.5rem;
  }

  .spec-area .contents-item {
    flex-direction: column;
    font-size: 1.3rem;
    align-items: flex-start;
  }

  .spec-area .contents-item dt {
    font-weight: bold;
    color: #333;
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .spec-area .contents-item dd {
    margin-left: 0;
    padding-left: 0;
    line-height: 1.6;
  }

  .is-topic .contents-item {
    margin-bottom: 1.5rem;
  }

  .is-topic .contents-item dt {
    font-size: 1.1rem;
    color: #333;
  }

  .spec-area .contents-item dt::after,
  .is-topic .contents-item dt::after {
    display: none;
  }

  .is-topic .contents-item dd {
    padding-left: 0.5rem;
    margin-left: 0;
  }

  .column-content p,
  .column-content .contents-list {
    padding-left: 0;
  }

  .device-showcase {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }

  .img-pc {
    width: 100%;
  }

  .img-sp {
    width: 50%;
  }

  .visual-gallery {
    flex-direction: column;
  }

  .works-nav {
    margin-top: 5rem;
  }

  .nav-links {
    padding: 0 1rem;
  }
}

/* max-width:768px */