@charset "UTF-8";
@media screen and (min-width: 1024px) {
  html {
    scroll-padding-top: 120px;
  }
  @keyframes loading {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 2;
    }
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
      top: 36px;
    }
    100% {
      opacity: 1;
      top: 0;
    }
  }
  @keyframes scale {
    0% {
      opacity: 0;
      transform: scale(1.1, 1.1);
    }
    100% {
      opacity: 1;
      transform: scale(1, 1);
    }
  }
  html body {
    margin: 0;
    padding: 0;
  }
  html body .sp-only {
    display: none !important;
  }
  html body h1,
  html body h2,
  html body h3,
  html body h4,
  html body p,
  html body span,
  html body ul,
  html body li,
  html body a {
    color: #444;
    margin: 0;
    padding: 0;
    font-family: "a-otf-ryumin-pr6n", serif;
    font-style: normal;
    font-weight: 300;
    font-feature-settings: "palt";
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
    display: block;
    transition: 0.3s;
  }
  html body h1,
  html body h2,
  html body h3,
  html body h4 {
    font-family: "a-otf-ryumin-pr6n", serif;
    font-style: normal;
    font-weight: 200;
    letter-spacing: 2px;
  }
  html body img {
    width: 100%;
    height: auto;
    display: block;
  }
  html body a:hover {
    color: #aaa;
  }
  html body ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  html body .fade-in {
    opacity: 0;
    top: 36px;
  }
  html body .scale-in {
    animation: scale-in 1.5s;
    animation-fill-mode: forwards;
  }
  html body .visible {
    animation: fade-in 1.5s;
    animation-fill-mode: forwards;
  }
  html body header {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  html body header .ttl_header .ttl_top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 12px;
    line-height: 100%;
    margin-left: 16px;
    color: #444;
    position: relative;
    z-index: 100;
    transition: opacity 0.3s;
  }
  html body header .ttl_header .ttl_top span {
    display: block;
    margin-left: 16px;
    font-size: 24px;
    color: #444;
  }
  html body header .ttl_header .ttl_top:hover {
    color: #444;
    opacity: 0.3;
    transition: opacity 0.3s;
  }
  html body header .area_menu {
    position: absolute;
    top: 0;
    right: 0;
  }
  html body header .area_menu .header_menu {
    width: 124px;
    height: 60px;
    line-height: 60px;
    padding: 0;
  }
  html body header .area_menu .header_menu input.menu_check {
    display: none;
  }
  html body header .area_menu .header_menu label.menu_label {
    cursor: pointer;
    width: 124px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 2vw;
    font-weight: bold;
    line-height: 1vw;
    color: #444;
    box-sizing: border-box;
    transition: 0.2s;
    position: relative;
    z-index: 100;
  }
  html body header .area_menu .header_menu label.menu_label p {
    font-size: 16px;
    letter-spacing: 1px;
    display: flex;
    justify-content: end;
    transition: 0.3s;
  }
  html body header .area_menu .header_menu label.menu_label p:hover {
    opacity: 0.5;
    transition: 0.3s;
  }
  html body header .area_menu .header_menu label.menu_label p .icon_menu {
    transition: 0.3s;
  }
  html body header .area_menu .header_menu label.menu_label p .icon_menu::before {
    content: "";
    display: block;
    width: 30px;
    height: 12px;
    margin-left: 18px;
    border-top: solid 1px #444;
    border-bottom: solid 1px #444;
    transition: 0.3s;
  }
  html body header .area_menu .header_menu label.menu_label p .icon_menu::after {
    content: "";
    display: block;
    width: 30px;
    height: 12px;
    margin-left: 18px;
    border-bottom: solid 1px #444;
    transition: 0.3s;
  }
  html body header .area_menu .header_menu #menu_check:checked + .menu_label + div.contents_menu {
    width: 320px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0.97;
    transition: 0.5s;
    background: #ffffff;
    visibility: visible;
    pointer-events: auto;
    z-index: 20;
  }
  html body header .area_menu .header_menu #menu_check:checked + .menu_label + div.contents_menu a {
    margin-left: 18px;
    display: block;
    font-size: 16px;
    position: relative;
    visibility: visible;
    opacity: 1;
  }
  html body header .area_menu .header_menu #menu_check:checked + .menu_label + div.contents_menu ul.contents_menu_list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-left: 24px;
    padding: 12px 0;
    border-left: solid 1px #d4d4d4;
  }
  html body header .area_menu .header_menu #menu_check:checked + .menu_label + div.contents_menu ul.contents_menu_list li.single_menu {
    width: 100%;
    transition: 0.5s;
    position: relative;
  }
  html body header .area_menu .header_menu #menu_check:checked + .menu_label + div.contents_menu .bg_dark {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 60px;
    left: 0;
    transform: translate(-100vw, 0);
    background: #000;
    opacity: 0.8;
    z-index: -1;
  }
  html body header .area_menu .header_menu #menu_check:checked + .menu_label p .icon_menu::before {
    content: "";
    display: block;
    width: 30px;
    height: 12px;
    margin-left: 18px;
    border-top: solid 1px #444;
    border-bottom: solid 0 transparent;
    transform: translate(-8px, 2px) rotate(-45deg);
    transform-origin: top right;
    transition: 0.3s;
  }
  html body header .area_menu .header_menu #menu_check:checked + .menu_label p .icon_menu::after {
    content: "";
    display: block;
    width: 30px;
    height: 12px;
    margin-left: 18px;
    border-bottom: solid 1px #444;
    transform: translate(-8px, -2px) rotate(45deg);
    transform-origin: bottom right;
    transition: 0.3s;
  }
  html body header .area_menu .header_menu .contents_menu {
    width: 320px;
    height: 100%;
    padding-top: 72px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: fixed;
    top: 0;
    right: -320px;
    opacity: 0;
    transition: 0.3s;
    background: #ccc;
    visibility: hidden;
    pointer-events: none;
  }
  html body header .area_menu .header_menu .contents_menu a {
    margin-left: 18px;
    display: block;
    font-size: 18px;
    position: relative;
    visibility: visible;
    opacity: 1;
    transition: 0.3s;
  }
  html body header .area_menu .header_menu .contents_menu ul.contents_menu_list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-left: 24px;
    padding: 12px 0;
    border-left: solid 1px #d4d4d4;
  }
  html body header .area_menu .header_menu .contents_menu ul.contents_menu_list li.single_menu {
    width: 100%;
    transition: 0.5s;
    position: relative;
  }
  html body header .area_menu .header_menu .contents_menu .bg_dark {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 60px;
    left: 0;
    transform: translate(-100vw, 0);
    background: #000;
    opacity: 0.8;
    z-index: -1;
  }
  html body .contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #F4F4F4;
  }
  html body .contents section.mv {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    padding-top: 60px;
    z-index: 10;
    animation: loading 1s;
  }
  html body .contents section.mv .slide_mv {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 680px;
    overflow: hidden;
    position: relative;
    z-index: 10;
  }
  html body .contents section.mv .slide_mv .slick-list {
    height: 100%;
  }
  html body .contents section.mv .slide_mv .slick-list .slick-track {
    height: 100%;
  }
  html body .contents section.mv .slide_mv .slick-slide {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  html body .contents section.mv .slide_mv .item {
    height: 100%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  html body .contents section.mv .slide_mv .item img {
    height: 100%;
  }
  html body .contents section.mv .slide_mv_bg {
    width: 100%;
    height: 680px;
    overflow: hidden;
    opacity: 0.8;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 2;
    background: #000;
  }
  html body .contents section.mv .slide_mv_bg .slick-list {
    height: 680px;
    opacity: 0.1;
  }
  html body .contents section.mv .slide_mv_bg .slick-list .slick-track {
    height: 680px;
  }
  html body .contents section.mv .slide_mv_bg .slick-list .slick-track .item {
    width: 100%;
  }
  html body .contents section.mv .slide_mv_bg .slick-list .slick-track .item img {
    width: auto;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
  }
  html body .contents section.profile {
    width: 960px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    gap: 36px;
  }
  html body .contents section.profile h2.ttl_pf {
    margin-bottom: 24px;
    font-size: 24px;
    letter-spacing: 3px;
  }
  html body .contents section.profile .wrap_pf {
    position: relative;
  }
  html body .contents section.profile .wrap_pf p {
    line-height: 2;
  }
  html body .contents section.profile .wrap_pf .txt_contact {
    margin-top: 24px;
    display: flex;
    justify-content: end;
  }
  html body .contents section.profile .wrap_pf .txt_contact span {
    display: inline-block;
  }
  html body .contents section.profile .area_career {
    display: flex;
    gap: 48px;
  }
  html body .contents section.profile .area_career .wrap_career .list_career,
  html body .contents section.profile .area_career .wrap_career .list_awards,
  html body .contents section.profile .area_career .wrap_awards .list_career,
  html body .contents section.profile .area_career .wrap_awards .list_awards {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 12px 0;
    height: auto;
  }
  html body .contents section.profile .area_career .wrap_career .list_career li,
  html body .contents section.profile .area_career .wrap_career .list_awards li,
  html body .contents section.profile .area_career .wrap_awards .list_career li,
  html body .contents section.profile .area_career .wrap_awards .list_awards li {
    line-height: 2;
    letter-spacing: 0.5px;
  }
  html body .contents section.works {
    margin-top: 90px;
    padding-bottom: 120px;
  }
  html body .contents section.works .list_works {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 180px;
  }
  html body .contents section.works .list_works .item_work {
    width: 1080px;
    height: 580px;
    display: flex;
    position: relative;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-out;
    overflow: hidden;
  }
  html body .contents section.works .list_works .item_work:hover {
    opacity: 0.9;
    transform: scale(1.01);
    transition: 0.3s ease-out;
    box-shadow: none;
  }
  html body .contents section.works .list_works .item_work .link_work .ttl_work {
    width: 580px;
    height: 72px;
    line-height: 72px;
    font-family: "Hina Mincho", serif;
    font-size: 20px;
    letter-spacing: 6px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 0;
    left: 72px;
    transform: rotate(90deg);
    transform-origin: 0 0;
  }
  html body .contents section.works .list_works .item_work .link_work .tmb_work {
    display: flex;
    align-items: center;
    width: 1008px;
    position: absolute;
    right: 0;
  }
  html body .contents section.works .list_works #toiki {
    height: 518px;
  }
  html body .contents section.works .list_works #toiki .ttl_work {
    width: 518px;
  }
  html body .contents section.works .list_works #toiki .gallery_toiki {
    height: 518px;
  }
  html body .contents footer {
    width: 100%;
    height: 60px;
  }
  html body .contents footer p {
    text-align: center;
    line-height: 60px;
  }
  html .mfp-container {
    width: 100%;
    height: 100%;
  }
  html .mfp-content {
    position: fixed;
    z-index: 100;
  }
  html .mfp-content .mfp-figure {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  html .mfp-content .mfp-figure .mfp-close {
    width: 48px;
    height: 48px;
    text-align: center;
    border-radius: 24px;
    background: #fff;
    color: transparent;
    position: fixed;
    bottom: 48px;
    border: none;
    cursor: pointer;
  }
  html .mfp-content .mfp-figure .mfp-close::before {
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    background: #444;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0) rotate(-45deg);
    transform-origin: center;
  }
  html .mfp-content .mfp-figure .mfp-close::after {
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    background: #444;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0) rotate(45deg);
    transform-origin: center;
  }
  html .mfp-content .mfp-figure figure {
    margin: 0;
  }
  html .mfp-content .mfp-figure figure .mfp-img {
    width: auto;
    height: auto;
    max-width: 800px;
    max-height: 700px !important;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  html .mfp-arrow {
    display: block;
    position: fixed;
    z-index: 100;
    bottom: 60px;
    transform: translate(0, 0) rotate(-45deg);
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
  }
  html .mfp-arrow-left {
    left: 25%;
    border-top: solid 12px #fff;
    border-left: solid 12px #fff;
    border-right: solid 12px transparent;
    border-bottom: solid 12px transparent;
  }
  html .mfp-arrow-right {
    right: 25%;
    border-top: solid 12px transparent;
    border-left: solid 12px transparent;
    border-right: solid 12px #fff;
    border-bottom: solid 12px #fff;
  }
  html .mfp-dark-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 5;
    transition: background 0.3s ease;
    background: rgba(0, 0, 0, 0.6);
    /* 初期状態：透明 */
    /* 変化の速さとイージングを指定 */
  }
}
@media screen and (max-width: 1024px) {
  html {
    scroll-padding-top: 16vw;
  }
  @keyframes loading {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 2;
    }
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
      top: 4.8vw;
    }
    100% {
      opacity: 1;
      top: 0;
    }
  }
  @keyframes scale {
    0% {
      opacity: 0;
      transform: scale(1.1, 1.1);
    }
    100% {
      opacity: 1;
      transform: scale(1, 1);
    }
  }
  html body {
    margin: 0;
    padding: 0;
  }
  html body .pc-only {
    display: none !important;
  }
  html body h1,
  html body h2,
  html body h3,
  html body h4,
  html body p,
  html body span,
  html body ul,
  html body li,
  html body a {
    color: #444;
    margin: 0;
    padding: 0;
    font-family: "Noto Serif JP", serif;
    font-weight: 200;
    font-feature-settings: "palt";
    letter-spacing: 0.5333333333vw;
    font-size: 2.8vw;
    line-height: 1.5;
    text-decoration: none;
    display: block;
    transition: 0.3s;
  }
  html body h1,
  html body h2,
  html body h3,
  html body h4 {
    letter-spacing: 0.5333333333vw;
  }
  html body img {
    width: 100%;
    height: auto;
    display: block;
  }
  html body a:hover {
    color: #aaa;
  }
  html body ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  html body .fade-in {
    opacity: 0;
    top: 36px;
  }
  html body .scale-in {
    animation: scale-in 1.5s;
    animation-fill-mode: forwards;
  }
  html body .visible {
    animation: fade-in 1.5s;
    animation-fill-mode: forwards;
  }
  html body .contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #F4F4F4;
    overflow: hidden;
  }
  html body .contents header {
    width: 100%;
    height: 16vw;
    display: flex;
    justify-content: space-between;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0.95;
  }
  html body .contents header .ttl_header {
    width: 100%;
  }
  html body .contents header .ttl_header a {
    height: 16vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 2.4vw;
  }
  html body .contents header .ttl_header a span {
    font-size: 4vw;
  }
  html body .contents header nav .header_menu {
    width: 17.6vw;
    height: 16vw;
    line-height: 16vw;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  html body .contents header nav .header_menu input.menu_check {
    display: none;
  }
  html body .contents header nav .header_menu label.menu_label {
    cursor: pointer;
    width: 17.6vw;
    height: 16vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    line-height: 1vw;
    color: #444;
    box-sizing: border-box;
    transition: 0.2s;
    position: absolute;
    top: 0;
    right: 0;
  }
  html body .contents header nav .header_menu label.menu_label .txt_menu {
    letter-spacing: 0.2666666667vw;
    display: flex;
    justify-content: end;
    transition: 0.3s;
  }
  html body .contents header nav .header_menu label.menu_label .txt_menu .icon_menu {
    transition: 0.3s;
  }
  html body .contents header nav .header_menu label.menu_label .txt_menu .icon_menu::before {
    content: "";
    display: block;
    width: 8vw;
    height: 3.2vw;
    margin-left: 0;
    border-top: solid 1px #444;
    border-bottom: solid 1px #444;
    transition: 0.3s;
  }
  html body .contents header nav .header_menu label.menu_label .txt_menu .icon_menu::after {
    content: "";
    display: block;
    width: 8vw;
    height: 3.2vw;
    margin-left: 0;
    border-bottom: solid 1px #444;
    transition: 0.3s;
  }
  html body .contents header nav .header_menu #menu_check:checked + .menu_label + div.contents_menu {
    width: 100%;
    height: 100%;
    padding-top: 6.4vw;
    display: flex;
    flex-direction: column;
    gap: 4.8vw;
    position: fixed;
    top: 16vw;
    right: 0;
    opacity: 1;
    transition: 0.7s;
    background: #efefef;
    visibility: visible;
    pointer-events: auto;
    z-index: 20;
  }
  html body .contents header nav .header_menu #menu_check:checked + .menu_label + div.contents_menu a {
    margin-left: 5.6vw;
    display: block;
    font-size: 4.2666666667vw;
    position: relative;
    visibility: visible;
    opacity: 1;
  }
  html body .contents header nav .header_menu #menu_check:checked + .menu_label + div.contents_menu ul.contents_menu_list {
    display: flex;
    flex-direction: column;
    gap: 4.8vw;
    margin-left: 5.6vw;
    padding: 3.2vw 0;
    border-left: solid 1px #d4d4d4;
  }
  html body .contents header nav .header_menu #menu_check:checked + .menu_label + div.contents_menu ul.contents_menu_list li.single_menu {
    width: 100%;
    transition: 0.7s;
    position: relative;
  }
  html body .contents header nav .header_menu #menu_check:checked + .menu_label + div.contents_menu .bg_dark {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-100vw, 0);
    background: #000;
    opacity: 0.8;
    z-index: -1;
  }
  html body .contents header nav .header_menu #menu_check:checked + .menu_label .txt_menu .icon_menu::before {
    content: "";
    display: block;
    width: 8vw;
    height: 3.2vw;
    margin-left: 0;
    border-top: solid 1px #444;
    border-bottom: solid 0 transparent;
    transform: translate(-2vw, 0.5vw) rotate(-45deg);
    transform-origin: top right;
    transition: 0.3s;
  }
  html body .contents header nav .header_menu #menu_check:checked + .menu_label .txt_menu .icon_menu::after {
    content: "";
    display: block;
    width: 8vw;
    height: 3.2vw;
    margin-left: 0;
    border-bottom: solid 1px #444;
    transform: translate(-2vw, -0.5vw) rotate(45deg);
    transform-origin: bottom right;
    transition: 0.3s;
  }
  html body .contents header nav .header_menu .contents_menu {
    width: 100%;
    height: 100%;
    padding-top: 6.4vw;
    display: flex;
    flex-direction: column;
    gap: 1.6vw;
    position: fixed;
    top: 16vw;
    right: -100vw;
    opacity: 0;
    transition: 0.7s;
    background: #ccc;
    visibility: hidden;
    pointer-events: none;
  }
  html body .contents header nav .header_menu .contents_menu a {
    margin-left: 5.6vw;
    display: block;
    font-size: 4.2666666667vw;
    position: relative;
    visibility: visible;
    opacity: 1;
  }
  html body .contents header nav .header_menu .contents_menu ul.contents_menu_list {
    display: flex;
    flex-direction: column;
    gap: 1.6vw;
    margin-left: 5.6vw;
    padding: 3.2vw 0;
    border-left: solid 1px #d4d4d4;
  }
  html body .contents header nav .header_menu .contents_menu ul.contents_menu_list li.single_menu {
    width: 100%;
    transition: 0.5s;
    position: relative;
  }
  html body .contents header nav .header_menu .contents_menu .bg_dark {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-100vw, 0);
    background: #000;
    opacity: 0.8;
    z-index: -1;
  }
  html body .contents section.mv {
    width: 100%;
    height: 117.8666666667vw;
    margin-top: 16vw;
    overflow: hidden;
    background: rgba(17, 17, 17, 0.9);
    position: relative;
    z-index: 10;
    animation: loading 1s;
  }
  html body .contents section.mv .slide_mv {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 10;
  }
  html body .contents section.mv .slide_mv_bg {
    width: 100%;
    height: 117.8666666667vw;
    opacity: 0.1;
    position: absolute;
    top: 0;
    z-index: 2;
  }
  html body .contents section.mv .slide_mv_bg .slick-list {
    height: 117.8666666667vw;
  }
  html body .contents section.mv .slide_mv_bg .slick-list .slick-track {
    height: 117.8666666667vw;
  }
  html body .contents section.mv .slide_mv_bg .slick-list .slick-track .item {
    width: 100%;
  }
  html body .contents section.mv .slide_mv_bg .slick-list .slick-track .item img {
    width: auto;
    height: 117.8666666667vw;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
  }
  html body .contents section.profile {
    width: 87.2vw;
    display: flex;
    flex-direction: column;
    gap: 9.6vw;
    padding-bottom: 4.8vw;
  }
  html body .contents section.profile h2.ttl_pf {
    margin-bottom: 3.2vw;
    text-align: center;
    font-size: 4vw;
  }
  html body .contents section.profile .wrap_pf {
    position: relative;
  }
  html body .contents section.profile .wrap_pf .txt_pf {
    line-height: 1.7;
    letter-spacing: 1px;
  }
  html body .contents section.profile .wrap_pf .txt_contact {
    margin-top: 3.2vw;
    display: flex;
    justify-content: end;
    line-height: 2;
    font-size: 2.8vw;
    letter-spacing: 1px;
  }
  html body .contents section.profile .wrap_pf .txt_contact span {
    display: inline-block;
  }
  html body .contents section.profile .area_career {
    display: flex;
    flex-direction: column;
    gap: 9.6vw;
  }
  html body .contents section.profile .wrap_career,
  html body .contents section.profile .wrap_awards {
    height: auto;
  }
  html body .contents section.profile .wrap_career .list_career,
  html body .contents section.profile .wrap_career .list_awards,
  html body .contents section.profile .wrap_awards .list_career,
  html body .contents section.profile .wrap_awards .list_awards {
    widows: 100vw;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 1.6vw;
  }
  html body .contents section.profile .wrap_career .list_career li,
  html body .contents section.profile .wrap_career .list_awards li,
  html body .contents section.profile .wrap_awards .list_career li,
  html body .contents section.profile .wrap_awards .list_awards li {
    display: inline-block;
    line-height: 2;
    letter-spacing: 0.1333333333vw;
  }
  html body .contents section.works {
    margin-top: 8vw;
    padding-bottom: 11.2vw;
  }
  html body .contents section.works .list_works {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16vw;
  }
  html body .contents section.works .list_works .item_work {
    width: 93.6vw;
    height: auto;
    position: relative;
    background: #fff;
    box-shadow: 0 0 4vw rgba(0, 0, 0, 0.2);
    transition: 0.3s;
  }
  html body .contents section.works .list_works .item_work .link_work {
    display: flex;
    flex-direction: column-reverse;
  }
  html body .contents section.works .list_works .item_work .link_work .ttl_work {
    width: 100%;
    height: 11.2vw;
    line-height: 11.2vw;
    text-align: center;
    font-size: 3.6vw;
    letter-spacing: 0.8vw;
    border-top: 1px solid #F4F4F4;
  }
  html body .contents section.works .list_works .item_work .link_work .tmb_work {
    width: 93.6vw;
  }
  html body .contents footer {
    width: 100%;
    height: 12.8vw;
  }
  html body .contents footer p {
    text-align: center;
    line-height: 12.8vw;
    letter-spacing: 0.5333333333vw;
  }
  html body .mfp-content {
    position: fixed;
    z-index: 100;
    top: 50vh;
  }
  html body .mfp-content .mfp-figure {
    width: 100vw;
    display: flex;
    justify-content: center;
  }
  html body .mfp-content .mfp-figure .mfp-close {
    width: 8vw;
    height: 8vw;
    text-align: center;
    border-radius: 8vw;
    background: #fff;
    color: transparent;
    position: fixed;
    bottom: 8vw;
  }
  html body .mfp-content .mfp-figure .mfp-close::before {
    content: "";
    display: block;
    width: 4.2666666667vw;
    height: 0.1333333333vw;
    background: #444;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0) rotate(-45deg);
    transform-origin: center;
  }
  html body .mfp-content .mfp-figure .mfp-close::after {
    content: "";
    display: block;
    width: 4.2666666667vw;
    height: 0.1333333333vw;
    background: #444;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0) rotate(45deg);
    transform-origin: center;
  }
  html body .mfp-content .mfp-figure figure {
    width: 92vw;
    margin: 0;
    transform: translate(0, -50%);
  }
  html body .mfp-content .mfp-figure figure .mfp-img {
    width: 100%;
  }
  html body .mfp-content .mfp-figure figure figcaption {
    display: none;
  }
  html body .mfp-arrow {
    display: none;
  }
  html .mfp-dark-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 5;
    transition: background 0.3s ease;
    background: rgba(0, 0, 0, 0.6);
    /* 初期状態：透明 */
    /* 変化の速さとイージングを指定 */
  }
}/*# sourceMappingURL=main.css.map */