@charset "utf-8";
html {
    scroll-behavior: smooth;
}
body {
    font-family: "游ゴシック", YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
    color: #333;
}
a {
    color: #333333;
    text-decoration: none;
}
header {
    height: 60px;
    background-color: #f8f8f8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -3px;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
}
footer {
    height: 50px;
    background-color: #f8f8f8;
    font-size: 1.4rem;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 30px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px 3px;
}
.gotop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 100;
}
.gotop a {
    border: 1px solid #333;
    border-radius: 50%;
    width: 62px;
    height: 62px;
    text-align: center;
    background-color: #ffffff80;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.gotop i {
    padding-bottom: 0.5em;
}
nav ul {
    display: flex;    
    margin-right: 100px;
}
nav ul li a {
    position: relative;
    font-size: 2rem;
    padding: 0 23px 5px;
    display: block;
    font-weight: 500;
}
nav ul li a:hover::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 25%;
    width: 50%;
    height: 3px;
    background-color: #8b795d;
}
.icon {
    display: flex;
    align-items: center;
    margin-left: 100px;
}
.icon-img {
    padding-right: 10px;
    width: 50px;
}
.icon-n {
    font-family: "M PLUS 2", sans-serif;
    font-size: 1.7rem;
    letter-spacing: 0.03em;
    padding-right: 0.5em;
}
.icon-f {
    font-family: "Moon Dance", cursive;
    letter-spacing: 0.09em;;
    font-size: 2rem;
}
.header-container {
    height: 110px;
    width: 100%;
}
.main-visual {
    height: 100vh;
    background-position: 45% 60%;
    background-size: cover;
    position: relative;
    width: 40%;
    height: 480px;
    left: 46%;
    margin: 0 50px 50px;
}
.mv-name {
    position: absolute;
    top: 58%;
    left: -83%;
    text-align: right;
    z-index: 1;
}
.name {
    font-family: "M PLUS 2", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 6.5rem;
}
.pf {
    font-family: "Moon Dance", cursive;
    font-weight: 400;
    font-style: normal;
    padding-top: 13px;
    font-size: 5rem;
    letter-spacing: 0,09em;
}
section {
    padding: 50px 0;
    width: 80%;
    margin: 0 auto;
}
.about-wrap, .works-wrap {
    background-color: #f8f8f8;
}
 .sub-title {
    font-size: 3rem;
    color: #8b795d;
    font-weight: 600;
}
.sub-title::after {
    content: "";
    display: block;
    height: 1px;
    background: linear-gradient(to left, #d8d4cd,#8b795d);
    margin-top: 3px;
}
.intro {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 30px;
    margin: 30px;
}
.intro img {
    width: 100%;
}
.intro-text {
    font-size: 1.5rem;
    line-height: 2.5em;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.ab-name {
    display: flex;
}
.ja-name {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    margin-right: 1em;
}
.en-name {
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.07em;
}
.type {
    display: flex;
    margin-top: 1em;
}
.type li {
    border: 1px solid #8b795d;
    border-radius: 30px;
    color: #8b795d;
    padding: 0.15em 1em;
    margin-right: 0.5em;
}
.skill-list ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
    margin: 50px auto;
    width: 93%;
}
.skill-list ul li {
    font-size: 1.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
}
.skill-list ul li img {
    width: 32px;
}
.skill-wrap {
    padding-left:10px;
}
.skill-title {
    font-weight: bold;
    margin-bottom: 0.5em;
}
.shikaku {
    border: 1px solid #cccccc;
    margin: 50px auto 0;
    font-size: 1.8rem;
    width: 60%;
}
.shikaku th {
    text-align: center;
    border-bottom: 1px solid #cccccc;
    padding: 5px 0;
    font-size: 1.65rem;
}
.shikaku td {
    padding: 10px;
}
#works ul li{
    margin-top:50px;
}
.gengo {
    font-size: 1.8rem;
    padding-left: 20px;
    font-weight: bold;
}
.gengo span {
    color: #8b795d;
    border: 1px solid #8b795d;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 5px;
    padding: 5px;
    margin-right: 10px;
}
.works-detail {
    display: grid;
    grid-template-columns: 2fr 5fr;
    gap: 30px;
    margin: 20px 30px 0;
}
.works-detail img {
    width: 100%;
}
.works-table {
    border-spacing: 3px;
    border-collapse: collapse;
}
.works-table th {
    border: 1px solid #ffffff;
    background-color: #e0dcd1;
    font-size: 1.5rem;
    padding: 5px 10px;
    width: 5em;
    vertical-align: middle;
}
.works-table td {
    border: 1px solid #e0dcd1;
    font-size: 1.5rem;
    padding: 10px;
    line-height: 1.5em;
}
.access-btn {
    display: flex;
    justify-content: end;
    margin-right: 4%;
    margin-top: 10px;
    font-size: 1.3rem;
}
.arrow {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #333333;
    padding-bottom: 3px;
    font-weight: bold;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.arrow::after { 
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/arrow.png);
    background-size: contain;
    vertical-align: middle;
}
.form-box {
    width: 50%;
    margin: 30px auto;
    font-size: 1.8rem;
}
.form-box p {
    margin-top: 20px;
}
.form {
    width: 100%;
    display: block;
    margin-top: 10px;
    line-height: 2em;
}
textarea {
    display: block;
    width: 100%;
    height: 120px;
    margin-top: 10px;
}
button {
    width: 100px;
    height: 40px;
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #333333;
    border-radius: 5px;
}
.form-btn {
    text-align: center;
}
.btn-submit {
    background-color: #ffffff;
    border: 1px solid #999;
    padding: 0.3em 1em;
    border-radius: 3px;
}
.btn-submit:hover {
    opacity: 0.5;
}
small {
    margin: 0 auto;
}
.res-menu {
    display: none;
}

.design {
    background-color: #ae8686;
}
.front {
    background-color: #77738e;
}
.back {
    background-color: #738e7b;
}
.ana {
    background-color: #5c7b8a;
}
.office {
    background-color: #a3a464;
}
.work {
    background-color: #b38eab;
}
.skill-icon {
    font-size: 1.2rem;
    margin-bottom: 5px;
    width: fit-content;
    padding: 2px 6px;
    color: #ffffff;
    border-radius: 10px;    
}
.detail {
    line-height: 1.5em;
}

.gif-resize-wide1 {
    width: 100%;
    max-width: 730px; 
    height: auto;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
.gif-resize-wide2 {
    width: 100%;
    max-width: 380px; 
    height: auto;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.derail_title {
    font-size:2rem;
    font-weight: bold;
    margin-bottom: 25px;
}
.gif-title {
    font-size:1.3rem;
    font-weight: bold;
    padding-left: 5px;
    border-left: 3px solid #8b795d;
    margin-bottom: 20px;
}
.detail-sub-title {
    font-size:1.6rem;
    font-weight: bold;
    border-bottom: 1px solid #8e8e8e;
    padding-bottom: 3px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.detail-list {
    font-size:1.5rem;
    font-weight: bold;
    line-height: 1.5em;
}
.detail-link-wrap {
    font-size: 1.5rem;
    margin-top: 20px;
}
.detail-link-wrap p {
    margin-bottom: 12px;
}
.detail-link-wrap p a{
    border-bottom: 1px solid #333;
    padding-bottom: 2px;
}
.detail-list-title {
    font-size:1.35rem;
    font-weight: bold;
}


.lity {
    background: #f8f8f8;
}.lity-wrap {
  padding: 20px;
  overflow: scroll;
  display: flex;
  align-items: center;
  justify-content: center;
  }

.lity-content > * {
  max-height: none !important;
  }
.lity-image img {
  margin: 0 auto;
  }
.lity-close {
    color: #8b795d;
    right: 3%;
    height: 3%;
}
.image-wrap {
    position: relative;
    display: inline-block;
}
.image-wrap::before{
    content: "";
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: #3333336b;
}
.click {
    position: absolute;
    bottom: 10%;
    right: 10%;
    color: #ffffff;
    font-family: "M PLUS 2", sans-serif;
    font-size: 2rem;
}
.click::after {
    content: '';
    width: 5px;
    height: 5px;
    border: 0;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: 42%;
    right: -28%;
    margin: auto;
}

@media(max-width:600px) {
.gotop a {
    width: 45px;
    height: 45px;
}

.res-menu {
    display: block;
    position: fixed;
    top: 0px;
    right: 0px;
    color: #8b795d;
    padding: 20px 12px;
    font-size: 2rem;
    z-index: 200;
}
.res-menu i:first-child {
    display: block;
    width: 25px;
    text-align: center;
}
.res-menu i:last-child {
    display: none;
}
.header-container {
    height: 0;
}
.icon {
    margin-left: 65px;
}
.icon-img {
    width: 40px;
}
.main-visual {
    height: 70vh;
    background-position: 45% 60%;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 300px;
    top:0;
    left: 0;
    margin: 0 ;
}
.show {
   top: 60px;
   transition-duration: 1s;
}
.show2 i:first-child {
    display: none;
}
.show2 i:last-child {
    display: block; 
    width: 25px;
    text-align: center;
}
nav {
    position: fixed;
    top: -1000px;
    transition-duration: 1s;
    right: 0;
    width: 70%;
    height: 100vh;
    background-color: #ffffff;
    z-index: 50;
}
nav ul {
    margin-top: 50px;
    display: block;
    width: 100%;
}
nav li {
    font-size: 3rem;
    border-left: none;
    border-right: none;
    border-bottom: 1px dotted #adacac;
    margin: 0 50px;
}
nav ul li a {
    padding: 20px 0 20px 30px;
    font-size: 2.3rem;
    position: relative;
}
nav ul li a::after {
    content: ">";
    font-size: 1.25rem;
    position: absolute;
    top: 39%;
    right: 15%;
}
nav ul li:last-child {
    border: none; 
}
nav ul li a:hover::after{
    content: none;
}

.skill-list ul {
    grid-template-columns: 1fr 1fr;
    width: auto;
    gap: 20px 0;
}
.mv-name {
    top: 25%;
    right: 5%;
    color: #ffffff;
}
.sp-visual {
    display: block;
}
.name {
    font-size: 4.3rem;
    letter-spacing: 0.05em;
    line-height: 1.1em;
}
.pf {
    font-size: 4rem;
    padding-right: 10px;
    padding-top: 5px;
}
.type {
    justify-content: space-between;
}
.type li {
    font-size: 1.3rem;
}
.intro, .works-detail {
    display: flex;
    flex-direction: column-reverse;
}
.sub-title {
    font-size: 2.3rem;
    margin: 0 10px;
}
section {
    padding: 50px 0;
    width: 95%;
}
.intro {
    margin: 30px 20px 0;
}
.intro img {
    width: 65%;
    margin: 0 auto;
}
.skill-list ul {
    gap: 20px 12px;
}
.detail {
    font-size: 1.35rem;
}
.works-table {
    padding-top: 30px;
}
.works-detail {
    margin: 30px 20px 0;
}
.form-box {
    width: 80%;
}
.access-btn {
    font-size: 1.15rem;
}
.gif-wrap {
    display: block;
}
.gif-wrap p {
    margin-top: 20px;
}

}