@charset "UTF-8";
@media (max-width: 1024px) {
  .wrapper {
    width: 92%;
    max-width: none;
    min-width: 450px;
  }
  .link-btn {
    margin: 80px auto;
    -webkit-appearance: none;
    text-decoration: none;
  }
  .link-btn:after, .link-btn::before {
    border-bottom-color: #E73F63;
    border-right-color: #E73F63;
    border-top-color: #E73F63;
    border-left-color: #E73F63;
    width: 100%;
    height: 100%;
  }
  .no-scroll {
    overflow: hidden;
  }
  .link-btn, .link-btn:link, .link-btn:visited, .link-btn:active {
    color: inherit !important;
    -webkit-text-fill-color: inherit !important;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    text-decoration: none !important;
  }
  .slick-prev,
  .slick-next {
    z-index: 0;
    position: relative;
  }
  .top-page header {
    /* アニメーション用クラス */
  }
  .top-page header .hamburger-btn {
    display: block;
    width: 52px;
    height: 32px;
    z-index: 12;
    position: fixed;
    top: 50px;
    right: 30px;
  }
  .top-page header .hamburger-btn .bar {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #1c1c1c;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .top-page header .hamburger-btn .bar:nth-child(2) {
    width: 80%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .top-page header .hamburger-btn .bar:last-child {
    width: 60%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .top-page header .hamburger-btn .btn-active:first-child {
    -webkit-transform: rotate(320deg) translateY(-50%);
            transform: rotate(320deg) translateY(-50%);
    top: 50%;
  }
  .top-page header .hamburger-btn .btn-active:nth-child(2) {
    opacity: 0;
  }
  .top-page header .hamburger-btn .btn-active:last-child {
    -webkit-transform: rotate(-320deg) translateY(-50%);
            transform: rotate(-320deg) translateY(-50%);
    bottom: 50%;
    width: 100%;
  }
  .top-page header .header-nav {
    display: none;
  }
  .top-page header .responsive-nav {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 11;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
  .top-page header .responsive-nav.active {
    right: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
  .top-page header .responsive-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100%;
    width: 87%;
    margin: 0 auto;
  }
  .top-page header .responsive-nav li {
    position: relative;
    overflow: hidden;
    z-index: 0;
    margin-bottom: 100px;
  }
  .top-page header .responsive-nav li a {
    font-size: 2rem;
    font-weight: 400;
    color: #1c1c1c;
    display: block;
    padding-bottom: 30px;
  }
  .top-page header .responsive-nav li:first-child a {
    margin-left: 40px;
  }
  .top-page header .responsive-nav li:nth-child(2) a {
    margin-left: 80px;
  }
  .top-page header .responsive-nav li:nth-child(3) a {
    margin-left: 120px;
  }
  .top-page header .responsive-nav li:nth-child(4) a {
    margin-left: 160px;
  }
  .top-page header .responsive-nav li::after {
    content: '';
    position: absolute;
    /* ← ポイント！親じゃなく「画面」に対して配置 */
    top: auto;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background-color: #E73F63;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
    z-index: -1;
  }
  .top-page header .responsive-nav li.border-animate::after {
    width: 100%;
    /* ← 画面幅いっぱいに伸ばす */
  }
  .about-eyecatch {
    margin: 250px 0 300px;
  }
  .profile-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .profile-img {
    margin-left: 0;
    width: 60%;
    height: 450px;
    margin-bottom: 50px;
  }
  .profile-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .profile-text {
    position: static;
    width: 100%;
  }
  #concept {
    margin-top: 200px;
  }
  #concept .concept-eyecatch {
    width: 35vw;
    height: 35vw;
    min-width: 220px;
    min-height: 220px;
  }
  footer {
    margin-top: 200px;
  }
  .sub-page {
    width: 92%;
    max-width: 708px;
    margin: 0 auto;
  }
  .sub-page .hamburger-btn {
    display: block;
    width: 52px;
    height: 32px;
    z-index: 12;
    position: fixed;
    top: 50px;
    right: 30px;
  }
  .sub-page .hamburger-btn .bar {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #1c1c1c;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .sub-page .hamburger-btn .bar:nth-child(2) {
    width: 80%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sub-page .hamburger-btn .bar:last-child {
    width: 60%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .sub-page .hamburger-btn .btn-active:first-child {
    -webkit-transform: rotate(320deg) translateY(-50%);
            transform: rotate(320deg) translateY(-50%);
    top: 50%;
  }
  .sub-page .hamburger-btn .btn-active:nth-child(2) {
    opacity: 0;
  }
  .sub-page .hamburger-btn .btn-active:last-child {
    -webkit-transform: rotate(-320deg) translateY(-50%);
            transform: rotate(-320deg) translateY(-50%);
    bottom: 50%;
    width: 100%;
  }
  .sub-page header {
    /* アニメーション用クラス */
  }
  .sub-page header .header-nav {
    display: none;
  }
  .sub-page header .responsive-nav {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 11;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
  .sub-page header .responsive-nav.active {
    right: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
  .sub-page header .responsive-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100%;
  }
  .sub-page header .responsive-nav li {
    position: relative;
    overflow: hidden;
    z-index: 0;
    margin-bottom: 100px;
  }
  .sub-page header .responsive-nav li a {
    font-size: 2rem;
    font-weight: 400;
    color: #1c1c1c;
    display: block;
    padding-bottom: 30px;
  }
  .sub-page header .responsive-nav li:first-child a {
    margin-left: 40px;
  }
  .sub-page header .responsive-nav li:nth-child(2) a {
    margin-left: 80px;
  }
  .sub-page header .responsive-nav li:nth-child(3) a {
    margin-left: 120px;
  }
  .sub-page header .responsive-nav li:nth-child(4) a {
    margin-left: 160px;
  }
  .sub-page header .responsive-nav li::after {
    content: '';
    position: absolute;
    /* ← ポイント！親じゃなく「画面」に対して配置 */
    top: auto;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background-color: #E73F63;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
    z-index: -1;
  }
  .sub-page header .responsive-nav li.border-animate::after {
    width: 100%;
    /* ← 画面幅いっぱいに伸ばす */
  }
  .sub-page header .header-contents {
    display: none;
  }
  .sub-page header .tab-header-contents {
    display: block;
    margin-top: 270px;
  }
  .sub-page header .tab-header-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sub-page header .header-img {
    height: 385px;
    width: 47%;
  }
  .sub-page header .header-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sub-page header .header-text {
    font-size: 1.8rem;
    margin-top: 50px;
    line-height: 1.6;
  }
  .sub-page #skill .skill-set {
    width: 100%;
  }
  .sub-page #skill .skill-text {
    width: 100%;
  }
  .sub-page #strength .strength-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sub-page #strength .strength-contents {
    width: 70%;
    margin-bottom: 50px;
    padding: 30px;
  }
  .sub-page #strength .strength-contents .strength-img {
    margin: 30px auto;
  }
  .sub-page #pros-and-cons {
    margin-top: 150px;
  }
  .sub-page #pros-and-cons .good-at, .sub-page #pros-and-cons .be-not-at {
    width: 100%;
  }
  .sub-page #pros-and-cons .good-at h2::after {
    right: -100px;
  }
  .sub-page #pros-and-cons .good-at ul li p::before {
    top: 3px;
    -webkit-transform: none;
            transform: none;
  }
  .sub-page #pros-and-cons .be-not-at h2::after {
    right: -120px;
  }
  .sub-page #pros-and-cons .be-not-at ul li p::before {
    top: 3px;
    -webkit-transform: none;
            transform: none;
  }
  .sub-page #works .works-item {
    width: clamp(269px, 35vw, 289px);
    height: 238px;
  }
  .sub-page .single-wrapper {
    width: 92%;
  }
}

@media (max-width: 767px) {
  html, body {
    overflow-x: hidden;
    max-width: 100%;
  }
  .wrapper {
    min-width: 0;
  }
  .link-btn {
    padding: 0.6em;
  }
  header .hamburger-btn {
    width: 35px;
    height: 23px;
    right: 20px;
  }
  header .responsive-nav li {
    margin-bottom: 75px;
  }
  header .responsive-nav li a {
    font-size: 1.8rem;
  }
  header .responsive-nav li:first-child a {
    margin-left: 10px;
  }
  header .responsive-nav li:nth-child(2) a {
    margin-left: 30px;
  }
  header .responsive-nav li:nth-child(3) a {
    margin-left: 60px;
  }
  header .responsive-nav li:nth-child(4) a {
    margin-left: 90px;
  }
  header h1 {
    font-size: calc(2.5rem + (7.6vw - 1.48rem));
    line-height: 1.5;
  }
  #about h2 {
    font-size: 3rem;
  }
  #about .about-eyecatch {
    margin: 200px 0 300px;
  }
  #about .about-eyecatch .about-catch__copy {
    font-size: 2.4rem;
  }
  #profile h2 {
    font-size: 3rem;
  }
  .profile-img {
    width: 312.8px;
    max-width: 100%;
    height: 300px;
  }
  .profile-text {
    width: 100%;
  }
  .line-decoration {
    padding: 20px;
  }
  .my-name {
    font-size: 1.8rem;
    font-weight: 300;
  }
  .my-name::after {
    content: "KOHSAKA MASAHIRO";
    font-size: 1.6rem;
  }
  .self-introduction {
    font-size: 1.2rem;
    margin-top: 20px;
    line-height: 1.8;
  }
  #concept h2 {
    font-size: 3rem;
  }
  #concept .concept-img {
    height: 72vw;
  }
  #concept .concept-eyecatch {
    min-width: 103px;
  }
  #concept .concept-eyecatch h3 {
    font-size: clamp(0.8rem, 3vw, 2rem);
  }
  #concept .concept-list {
    margin-top: 50px;
  }
  #concept .concept-list__item {
    padding-left: 30px;
    margin-bottom: 50px;
  }
  #concept .concept-list__item::before {
    font-size: 1.6rem;
    /* フォントサイズを h4 と統一 */
  }
  #concept .concept-list__item h4 {
    font-size: 1.6rem;
    /* h4 のフォントサイズ */
    font-weight: normal;
    margin-bottom: 10px;
  }
  #concept .concept-list__item p {
    font-size: 1.2rem;
    line-height: 1.8;
  }
  #works {
    margin-top: 150px;
    /* 矢印の先端（三角部分） */
    /* 左矢印の先端 */
    /* 右矢印の先端 */
    /* ドットインジケーターのデザイン */
    /* 矢印の配置 */
  }
  #works h2 {
    font-size: 3rem;
  }
  #works .slider {
    margin: 150px auto 80px;
  }
  #works .slick-prev, #works .slick-next {
    width: 60px;
    height: 20px;
    bottom: -50px;
  }
  #works .slick-prev::after,
  #works .slick-next::after {
    width: 20px;
  }
  #works .slick-prev::after {
    top: 3px;
  }
  #works .slick-next::after {
    top: 3px;
    right: 2px;
  }
  #works .slick-dots {
    gap: 20px;
    /* ドット間の余白 */
    bottom: -100px;
  }
  #works .slick-prev {
    left: -20px;
  }
  #works .slick-next {
    right: -20px;
  }
  #works .link-btn {
    margin-top: 200px;
  }
  #contact {
    width: 92%;
    max-width: none;
  }
  #contact h2 {
    font-size: 3rem;
  }
  #contact form {
    width: 100%;
    display: block;
  }
  #contact label {
    font-size: 1.5rem;
  }
  #contact input {
    width: 100%;
  }
  #contact textarea {
    width: 100%;
  }
  footer div {
    padding: 20px 0;
  }
  footer div small {
    font-size: 1rem;
  }
  .sub-page header .tab-header-contents {
    display: none;
  }
  .sub-page header .sp-header-contents {
    display: block;
    margin-top: 140px;
  }
  .sub-page header .header-img {
    width: 100%;
    margin-top: 30px;
  }
  .sub-page header h2 {
    margin-top: 50px;
    font-size: 2.4rem;
  }
  .sub-page header h2::after {
    content: "KOHSAKA MASAHIRO";
    font-size: 1.8rem;
    display: block;
    margin-top: 10px;
  }
  .sub-page header .header-text {
    font-size: 1.5rem;
    margin-top: 30px;
  }
  .sub-page #skill .skill-text {
    padding: 20px;
    font-size: 1.5rem;
  }
  .sub-page #strength .strength-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sub-page #strength .strength-contents {
    width: 100%;
    margin-bottom: 50px;
  }
  .sub-page #pros-and-cons .good-at, .sub-page #pros-and-cons .be-not-at {
    padding: 20px;
  }
  .sub-page #works .works-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sub-page .single-main-title {
    font-size: 2.2rem;
  }
  .sub-page .single-category p {
    font-size: 1.6rem;
  }
  .sub-page .link-btn {
    width: 140px;
    padding: 1.2em;
  }
  .sub-page .works-info dt, .sub-page .works-info dd {
    font-size: 1.6rem;
  }
  .sub-page .single-title {
    font-size: 2.4rem;
  }
  .sub-page .design-banner {
    width: 100%;
  }
  .sub-page .design-info .design-info-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
  .sub-page .design-info dd {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-top: 20px;
  }
}
/*# sourceMappingURL=responsive.css.map */