@charset "utf-8";

/* 共通部分 */
*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    background-color: #092A83;
    background-image: url(images/space-bk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.6;
    color: #3C3C3C;
    text-size-adjust: 100%;
}
.wrapper {
    width: 100%;
    margin: 0 auto;
}
img {
    max-width: 100%;
    vertical-align: top;
}
ul {
    list-style-type: none;
}
.menu-title,
.main-title,
h2,
h3,
h4,
.scroll,
.copy {
    font-family: "Kodchasan", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #F3FAF9;
}
h3 {
    font-size: 2.5rem;
    text-align: center;
    border-bottom: #F3FAF9 1px solid;
    margin: 5% 15%;
}
a {
    text-decoration: none;
    color: #F3FAF9;
}
a:hover {
    color: #EE8081;
}
/* ヘッダータイトル */
#header {
    display: flex;
    width: 100%;
    height: 80vh;
}
.header_info {
    width: 40%;
    background-color: #092A83;
}
.header_info_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.logo img {
    max-width: 180px;
    margin-top: 40%;
}
.header_menu {
    margin-top: 15%;
}
.menu-title {
    display: flex;
}
.menu-title li {
    display: block;
    width: 100px;
    font-size: 1.3rem;
    text-align: center;
    border-right: #F3FAF9 1px solid;
    border-left: #F3FAF9 1px solid;
}
.menu-title li:nth-child(2),
.menu-title li:nth-child(3),
.menu-title li:nth-child(4) {
    border-left: none;
}
/* ハンバーガーメニュー */
#menu {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 0;
    height: 0;
    background-color: transparent;
    border: none;
}
/*ヘッダー　メインビジュアル*/
.header_container {
    width: 60%;
    position: relative;
}
h2 {
    font-size: 4rem;
    font-weight: 500;
}
.main-title-container {
    width: 100%;
    max-width: 500px;
    position: absolute;
    top: 45%;
    left: 45%;
    transform: translate(-45%, -45%);
}
.main-title1 {
    display: flex;
    overflow: hidden;
}
.main-title2 {
    display: flex;
    overflow: hidden;
}
.main-title1 p,
.main-title2 p {
    letter-spacing: .06em;
    margin: 0;
    /* アニメーション関係 */
    transform: translateY(2em);
    animation: textanimation 1s forwards;
}
.illust1 {
    position: absolute;
    top: 8%;
    left: 1%;
    animation: floating-y1 1.3s ease-in-out infinite alternate-reverse
}
@keyframes floating-y1 {
    0% {
      transform: translateY(-10%);
    }
    100% {
      transform: translateY(10%);
    }
  }
.illust2 {
    position: absolute;
    top: 45%;
    left: 70%;
    max-width: 250px;
    animation: floating2 2s ease-in-out infinite alternate-reverse
}
@keyframes floating2 {
    0% {
      transform: translateY(-10%);
    }
    100% {
      transform: translateY(10%);
    }
  }
/* タイトル文字アニメーション */
/* 1文字目E */
.main-title1 p:nth-child(1) {
    animation-delay: 0.2s
}
.main-title1 p:nth-child(2) {
    animation-delay: 0.4s
}
/* 3文字目U */
.main-title1 p:nth-child(3) {
    animation-delay: 0.6s
}
/* 4文字目R */
.main-title1 p:nth-child(4) {
    animation-delay: 0.8s
}
/* 5文字目E */
.main-title1 p:nth-child(5) {
    animation-delay: 1s
}
/* 6文字目 */
.main-title1 p:nth-child(6) {
    animation-delay: 1.2s
}
/* 7文字目A */
.main-title1 p:nth-child(7) {
    animation-delay: 1.4s
}
/* 8文字目K */
.main-title1 p:nth-child(8) {
    animation-delay: 1.6s
}
/* 9文字目A */
.main-title1 p:nth-child(9) {
    animation-delay: 1.8s
}
/* 10文字目N */
.main-title1 p:nth-child(10) {
    animation-delay: 2s
}
/* 11文字目E */
.main-title1 p:nth-child(11) {
    animation-delay: 2.2s
}
/* 12文字目 P*/
.main-title2 p:nth-child(1) {
    animation-delay: 2.4s
}
/* 13文字目 O*/
.main-title2 p:nth-child(2) {
    animation-delay: 2.6s
}
/* 14文字目 R*/
.main-title2 p:nth-child(3) {
    animation-delay: 2.8s
}
/* 15文字目 T*/
.main-title2 p:nth-child(4) {
    animation-delay: 3s
}
/* 16文字目 F*/
.main-title2 p:nth-child(5) {
    animation-delay: 3.2s
}
/* 17文字目 O*/
.main-title2 p:nth-child(6) {
    animation-delay: 3.4s
}
/* 18文字目 L*/
.main-title2 p:nth-child(7) {
    animation-delay: 3.6s
}
/* 19文字目 I*/
.main-title2 p:nth-child(8) {
    animation-delay: 3.8s
}
/* 20文字目 O*/
.main-title2 p:nth-child(9) {
    animation-delay: 4s
}
@keyframes textanimation {
    0% {
        transform: translateY(2em);
    }

    100% {
        transform: translateY(0);
    }
}
/* スクロール */
.scroll-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 30vh;
    background-color: rgba(243, 250, 249, .8);
    margin-bottom: 0;
    text-align: center;
}
.scroll {
    display: inline-block;
    width: 300px;
    color: #8476b5;
    font-size: 1.6rem;
    margin-top: 3%;
    letter-spacing: 1px;
}

/* スクロールアイコン */
.arrows {
    display: block;
    width: 40px;
    height: 72px;
    margin-top: 10px;
}
  .arrows path {
    stroke: #8476b5;
    fill: transparent;
    stroke-width: 2px;  
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite; 
}
@keyframes arrow {
  0% {opacity:0}
  40% {opacity:1}
  80% {opacity:0}
  100% {opacity:0}
}
@-webkit-keyframes arrow /*Safari and Chrome*/
{
  0% {opacity:0}
  40% {opacity:1}
  80% {opacity:0}
  100% {opacity:0}
}
.arrows path.a1 {
    animation-delay:-1s;
    -webkit-animation-delay:-1s; /* Safari 和 Chrome */
}
.arrows path.a2 {
    animation-delay:-0.5s;
    -webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}
  .arrows path.a3 { 
    animation-delay:0s;
    -webkit-animation-delay:0s; /* Safari 和 Chrome */
}
/*Works*/
#works {
    background-color: rgba(9, 42, 131, .7);
    margin-top: 3%;
    padding-top: 10px;
    padding-bottom: 10px;
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 2s, opacity 3s;
}
#works.scroll_fade {
    transform: translateX(0);
    opacity: 1;
}
.grid {
    display: grid;
    gap: 5vw;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    padding: 3% 10%;
}
figure {
    margin: 0 auto;
}
.grid figure img {
    max-width: 300px;
    transition: transform .6s;
}
.grid figure img:hover {
    transform: scale(1.1, 1.1);
}
figcaption {
    text-align: center;
}
.works-text {
    display: inline-block;
    color:#F3FAF9;
    font-size: 1.2rem;
    border-bottom: #F3FAF9 1px solid;
    width: 300px;
    margin-top: 2%;
    padding: 10px 0 3px 0;
}
/* Worksイラスト */
.works-illust {
    position: relative;
    margin-left: 3%;
}
.illust3 {
    display: block;
    width: 60px;
    height: auto;
    transform-origin: center bottom;
    animation: yurayura 4s linear infinite;
}
.illust4 {
    position: absolute;
    top: 25%;
    left: 4%;
    transform-origin: center bottom;
    animation: yurayura 4s linear infinite;
}
@keyframes yurayura {
    0%, 100% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(-10deg);
    }
}
/* About */
#about {
    background-color: rgba(243, 250, 249, .8);
    margin-top: 3%;
    padding-top: 10px;
    padding-bottom: 50px;
    transform: translateX(100%);
    opacity: 0;
    transition: transform 2s, opacity 3s;
}
#about.scroll_fade {
    transform: translateX(0);
    opacity: 1;
}
#about h3 {
    color: #3c3c3c;
    border-color: #3c3c3c;
}
.about-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 5%;
}
.profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}
.name {
    text-align: center;
    font-size: 1.2rem;
    margin: 3%;
}
.profile-text {
    width: 80%;
    font-size: 1rem;
    margin-top: 3%;
}
.hobby-container {
    width: 80%;
    margin-bottom: 5%;
}
.hobby-container h4 {
    color: #3C3C3C;
    font-size: 1.5rem;
    margin: 0 3%;
}
.hobby {
    display: flex;
    justify-content: space-between;
}
.title-deco {
    display: flex;
    align-items: center;
}
.hobby li p {
    text-align: center;
}
.skill-container {
    width: 50%;
    display: flex;
    flex-direction: column;

}
.title-deco {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 5%;
}
.deco-line-skill {
    display: block;
    width: 35%;
    height: 1px;
    background-color: #3C3C3C;
}
.skill-container h4 {
    color: #3C3C3C;
    font-size: 2rem;
}
.skill-grid {
    display: grid;
    gap: 3%;
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    margin: 0 auto;
}
.skill-ai,
.skill-ps,
.skill-html,
.skill-color,
.skill-js,
.skill-scss {
    text-align: center;

}
.skill-ai p,
.skill-ps p,
.skill-html p,
.skill-color p,
.skill-js p,
.skill-scss p {
    margin-top: 4%;
}
.skill-grid ul {
    display: inline-block;
    width: 250px;
}
/* Contact */
#contact {
    background-color: rgba(9, 42, 131, .7);
    margin-top: 3%;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 100vh;
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 2s, opacity 3s;
}
#contact.scroll_fade {
    transform: translateX(0);
    opacity: 1;
}
/* フォーム */
label {
    font-size: 1.2rem;
    color: #F3FAF9;
    margin-bottom: 10px;
    display: block;
}
form {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}
input[type="text"],
input[type="email"],
input[type="mail-title"] {
    background-color: rgba(243, 250, 249, .9);
    border: #fff 1px solid;
    border-radius: 5px;
    font-size: 1rem;
    width: 100%;
    height: 40px;
    max-width: 780px;
}
textarea {
    width: 100%;
    max-width: 780px;
    height: 300px;
    background-color: rgba(243, 250, 249, .9);
    border: #fff 1px solid;
    border-radius: 5px;
    font-size: 1rem;
}
.form-content {
    margin: 5% 0;
}
.button {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 5% auto;
    padding: 3% 1%;
    color: #F3FAF9;
    font-size: 1rem;
    letter-spacing: 5px;
    background-color: #8476b5;
    border-radius: 5px;
}
.button:hover {
    background-color: #EE8081;
    border-radius: 30px;
    transition: border-radius .3s;
}
/* フッター */
.go-top {
    width: 100%;
    height: 20vh;
    margin: 3% auto;
}
.thanks-text{
    color: #F3FAF9;
    font-size: 1.5rem;
    text-align: center;
    border-bottom: #F3FAF9 1px solid;
    margin: 0 10%;
}
.go-top a img {
    display: block;
    width: 100%;
    max-width: 40px;
    margin: 10px auto 5px;
}
.return-text {
    color: #F3FAF9;
    font-size: 1.2rem;
    text-align: center;
    transition: font-size .6s;
}
.return-text:hover {
    color: #EE8081;
    font-size: 1.4rem;
}
/* フッターアイコン */
.footer-inner {
    width: 100%;
    height: 20vh;
    background-color: rgba(9, 42, 131, .7);
    margin-top: 2%;
}
.menu-icon {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    padding-top: 25px;
}
.menu-icon li img {
    transition: transform .6s;
}
.menu-icon li img:hover {
    transform: scale(1.1, 1.1);
}
.copy {
    color: #F3FAF9;
    text-align: center;
    margin-top: 20px;
}
/* 作品ページ */
#works-header {
    width: 100%;
    height: 15vh;
    background-color: #092A83;
}
#works-header .header_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: none;
    height: auto;
    padding-top: 2%;
}
#works-header .header_title {
    margin-top: auto;
    margin-left: 5%;
}
#works-header .logo img {
    height: auto;
    margin: 0;
}
#works-header .header_menu {
    margin-top: auto;
    margin-right: 5%;
}
.works-wrapper {
    width: 100%;
    margin: 0 auto;
    background-color: rgba(9, 42, 131, .7);
}
#works-info {
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: space-around;   
    margin: auto;
    background-image: url(images/koguma/koguma-top-pc.png);
    background-color: rgba(243, 250, 249, .7);
    background-blend-mode: screen;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.site-title {
    font-size: 2rem;
    font-family: "Zen Maru Gothic", serif;
    color: #3c3c3c;
    border-bottom: #3c3c3c 1px solid;
    margin-bottom: 10px;
}
.site-info {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: auto 5% 3% 0;
    padding-left: 1rem;
}
.site-info p {
    text-align: end;
}
.web-link {
    width: 300px;
    height: auto;
    background: transparent;
    border: #3c3c3c 1px solid;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-top: 10px;
    margin-left: auto;
    padding: 10px;
}
.web-link a {
    color: #3c3c3c;
}
.web-link::after {
    background: #8476b5;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}
.web-link a:hover {
    color: #F3FAF9;
}
.web-link:hover::after {
    transform: scale(1, 1);
}
.production-info {
    width: 50%;
    display: flex;
    flex-direction: column;
    margin: auto 0 3% 3%;
    background-color: rgba(60, 60, 60, .7);
    padding: 1% 5% 2% 2%;
    color: #F3FAF9;
}
.production-info ul {
    display: flex;
    justify-content: space-between;
}
.production-info p {
    margin-top: 20px;
}
.production-info p:nth-child(2) {
    margin-top: 10px;
    margin-bottom: 10px;
}
.production-info ul li img{
    max-width: 80px;
}
/* 作品概要 */
#work-summary {
    width: 100%;
    display: flex;
    margin: 3% auto;
    justify-content: space-around;
    align-items: flex-end;
}
.summary-container h3 {
    font-family: "Zen Maru Gothic", serif;
    font-size: 2rem;
    letter-spacing: 5px;
    width: 100%;
} 
.works-image {
    width: 50%;
    margin: 3% 2% 0 2%;
    min-width: 400px;    
}
.summary-container {
    width: 46%;
    margin: 3% 2% 0 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.summary-text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #F3FAF9;
}
.summary-text-box {
    margin: 10px;
}
.summary-text-box:nth-child(2) {
    padding-left: 1rem;
}
.summary-text-box ul {
    list-style-type: square;
    list-style-position: inside;
    padding-left: 1rem;
}
#works-preview {
    width: 100%;
    margin: 5% auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pc-image {
    max-width: 800px;
    margin: 3% 0;
}
.mobile-image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: start;
    align-items: flex-start;
}
.mb-image {
    width: 300px;
    margin: 5%;
}
.go-top .move-page {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding-bottom: 10px;
    display: flex;
    color: #F3FAF9;
    text-align: justify;
    justify-content: space-around;
    align-items: center;
    border-bottom: #F3FAF9 1px solid;
}
.move-page li a {
    transition: font-size .6s;
}
.move-page li a:hover {
    color: #EE8081;
    font-size: 1.4rem;
}
.works-return-text {
    margin: 10px;
}
/* Works-keytail*/
#works-info.keytail {
    background-image: url(images/keytail/keytail-lp.png);
    background-position: top center;
}
.production-info.keytail ul {
    width: 350px;
}
/* Works-booklogo */
#works-info.bookstore {
    background-image: url(images/store-logo/Store_Sign.jpg);
}
/*Works-ichigomilk*/
#works-info.ichigo-milk {
    background-image: url(images/ichigo/icihigomilk_lp.png);
}
/* Works-pcbanner */
#works-info.pcbanner {
    background-image: url(images/pc-banner/mouse-b.png);
}
/* Works-movie */
#works-info.movie {
    background-image: url(images/movie/movie-poster.png);
}
.production-info.movie ul {
    width: 350px;
    justify-content: space-around;
}
/* Works-sozai-bn */
#works-info.sozaibanner {
    background-image: url(images/sozai-bn/sozai_bunner.png);
}
/* Works-nengajo */
#works-info.nengajo {
    background-image: url(images/nengajo/nenga.jpg);
}
.nengajo-img {
    width: 300px;
}
/* Works-littlebeans */
#works-info.littlebeans {
    background-image: url(images/littlebeans/littlebeans.jpg);
}
/* Works-bd */
#works-info.bd-label {
    background-image: url(images/bd/BD-Jacket.jpg);
}
/* Works-gyoza-land */
#works-info.gyozaland {
    background-image: url(images/gyozaland/gyoza.jpg);
}
/* ローディング */
.loading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: #092A83;
    background-image: url(images/space-bk.jpg);
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;;
    opacity: 0;
    pointer-events: none;
    transition: opacity 1s;
    z-index: 999;
}
.loading img {
    width: 120px;
    animation: floating2 .8s ease-in-out infinite alternate-reverse;
}
.loading p {
    color: #F3FAF9;
    font-size: 2.5rem;
    font-family: "Kodchasan", sans-serif;
    font-weight: bold;
}
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
div.loaded {
    opacity: 1;   
}
/*　レスポンシブ　1100px */
@media screen and (max-width: 1020px) {
    .logo img {
        margin-top: 0;
        margin-bottom: 5%;
    }
    .header_menu {
        margin-top: 20px;
    }
    .menu-title {
        flex-direction: column;
    }
    .menu-title li {
        font-size: 1.5rem;
        border: none;
        border-bottom: #F3FAF9 1px solid;
        margin-bottom: 15px;
        width: 120px;
    }
    #works-header .menu-title {
        flex-direction: row;
    }
    #works-header .menu-title li {
        display: block;
        width: 100px;
        font-size: 1.3rem;
        text-align: center;
        border-right: #F3FAF9 1px solid;
        border-left: #F3FAF9 1px solid;
        border-bottom: none;
    }
    #works-header .menu-title li:nth-child(2),
    #works-header .menu-title li:nth-child(3),
    #works-header .menu-title li:nth-child(4) {
        border-left: none;
    }
    .main-title-container {
        margin-top: 5%;
        margin-left: 5%;
    }
    h2 {
        font-size: 2.5rem;
    }
    .illust1 {
        top: 15%;
    }
}
/*　レスポンシブ*/
@media screen and (max-width: 800px) {
    /* ヘッダー */
    #header {
        height: 80vh;
        flex-direction: column;
    }
    .header_info {
        width: 100%;
        height: 0;
    }
    .header_menu {
        margin-top: 30px;
    }
    #nav {
        height: 500px;
        padding: 50px;
        background-color: rgba(9, 42, 131, .9);
        position: fixed;
        top: -550px;
        opacity: 0;
        pointer-events: none;
        transition: top .8s, opacity .8s;
        z-index: 2;
    }
    .logo img {
        width: 100px;
    }
    /* モバイル版ハンバーガーメニュー */
    #menu {
        position: fixed;
        top: 20px;
        right: 20px;
        width: 30px;
        height: 20px;
        background-color: transparent;
        border: none;
        z-index: 10;
        }
    #menu span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #999;
        position: absolute;
        left: 0;
        transition: transform 0.5s, opacity 0.5s;
        }
    #menu span:nth-child(1) {
        top: 0;
        }
    #menu span:nth-child(2) {
        top: 8px;
        }
    #menu span:nth-child(3) {
        top: 16px;
        }
    #nav.active {
        top: 0;
        opacity: 1;
        pointer-events: all;
        z-index: 3;
        }
    /* ハンバーガーメニュー 動き*/
    #menu.open span{
        background-color: #F3FAF9;
    }
    #menu.open span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    #menu.open span:nth-child(2) {
        opacity: 0;
    }
    #menu.open span:nth-child(3) {
        transform:  translateY(-8px) rotate(-45deg);
    }
    /*メインビジュアル*/
    .header_container {
        width: 100%;
        height: 100vh;
        position: relative;
        z-index: 1;
    }
    .main-title-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 320px;
        position: absolute;
        top: 15%;
        left: 40%;
    }
    .illust1 {
        position: absolute;
        width: 100%;
        top: 32%;
        right: 22%;
        left: 0;
        margin: 0 auto;
        max-width: 120px;
    }
    .illust2 {
        max-width: 180px;
        position: absolute;
        top: 45%;
        right: 0;
        left: 20%;
        margin: 0 auto;
    }
    .about-container {
        flex-direction: column;
    }
    .profile {
        width: 100%;
        margin: 0;
    }
    .skill-container {
        width: 100%;
    }
    .scroll-icon {
        height: 20vh;
    }
    /* レスポンシブ　Works */
    #works {
        padding-bottom: 0;
    }
    .works-text {
        display: inline-block;
        color:#F3FAF9;
        font-size: 1.2rem;
        border-bottom: #F3FAF9 1px solid;
        width: 300px;
        padding: 5px 0 3px 0;
    }
    figure {
        margin-top: 50px;
    }
    .illust3,
    .illust4 {
        margin-top: 10px;
    }
    /* レスポンシブ About*/
    .profile-text {
        margin: 15px auto;
    }
    .hobby {
        display: grid;
        gap: 10%;
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        margin-bottom: 30px;
    }
    .skill-container {
        width: 100%;
        margin: 0 auto;
    }
    .skill-grid {
        margin-top: 30px;
        gap: 35px;
    }
    .skill-grid div {
        max-width: 150px;
    }
    .skill-grid p,
    .skill-grid ul {
        width: 150px;
        font-size: 0.9rem;
    }
    /* Contact */
    form {
        width: 100%;
        max-width: 330px;
        margin: 0 auto;
    }
    /* footer */

    .footer-inner {
        height: 20vh;
    }
    .menu-icon {
        max-width: 360px;
    }
    .menu-icon li img{
        width: 60px;
    }
    .menu-icon li img {
        max-width: 80px;
    }
    /* レスポンシブ作品ページ*/

    #works-header {
        height: 0;
    }
    #works-header .header_info {
        flex-direction: column;
        align-items: center;
    }
    #works-header .header_title {
        margin: 0 auto;
    }
    #works-header .logo img {
        width: 150px;
        margin: 20px auto;
    }
    #works-header .header_info .header_menu .menu-title{
        flex-direction: column;
    }
    #works-header .menu-title li {
        display: block;
        width: 100px;
        font-size: 1.3rem;
        text-align: center;
        border: none;
        border-bottom: #F3FAF9 1px solid;
    }
    #works-info {
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }
    .site-info {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-left: 0;
        margin: 15%;
    }
    .site-info p {
        text-align: center;
    }
    .site-title {
        font-size: 1.25rem;
    }
    .pc-image {
        max-width: 450px;
    }
    .web-link {
        width: 150px;
        height: auto;
        background: transparent;
        background-color: #F3FAF9;
        border: #3c3c3c 1px solid;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
        z-index: 1;
        margin: 0 auto;
        margin-top: 10px;
        padding: 10px;
    }
    .production-info {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: 3% auto;
        background-color: rgba(60, 60, 60, .8);
        padding: 2% 2%;
        color: #F3FAF9;
    }
    .production-info ul {
        display: flex;
        justify-content: space-around;
        width: 350px;
        margin: 0 auto;
    }
    .production-info p {
        margin-top: 5px;
    }
    .production-info p:nth-child(2) {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .production-info ul li img{
        max-width: 60px;
    }
    #work-summary {
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        align-items: center;
    }
    .works-image {
        width: 100%;
        margin: 5% auto 0 auto;
        padding: 0 3%;
        min-width: 200px;
    }
    .summary-container {
        width: 100%;
        margin: 5% auto;
        padding: 0 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .summary-container h3 {
        font-size: 1.8rem;
    }
    .summary-text-container {
        align-items: center;
    }
    .summary-text-box {
        margin: 5px;
    }
    #works-preview {
        width: 100%;
        margin: 5% auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .pc-image {
        margin: 5% auto;
    }
    .pc-image img {
        max-width: 300px;
    }
    .mobile-image-container {
        align-items: center;
    }
    .mb-image {
        width: 300px;
        margin: 5% auto;
    }
    /*レスポンシブWORKSロゴ*/
    .bookstore .site-title {
        text-align: center;
    }
}
/* レスポンシブ　スクロール400px以下 */
@media screen and (max-width: 390px) {
    .scroll-icon {
        height: 25vh;
    }
}