@charset "UTF-8";

/* -------------------------------
mv
------------------------------- */
#mainvisual{
    max-width: 1240px;
    margin: 0 auto;
}
.mainvisual{
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 4% 32px 4%;
}
/* ==========
slick
==========*/
.slick-slide video{
    border-radius: 15px;
    transform: scale(0.8);
}
.slick-slide img{
    border-radius: 15px;
    transform: scale(0.8);
}
.slick-active video{
    border-radius: 15px;
    transform: scale(1);
}
.slick-active img{
    border-radius: 15px;
    transform: scale(1);
}
.mainvisual__btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 4%;
    padding-right: 4%;
}
.dots-wrap {
    display: flex;
    justify-content: center;
    margin-top: -8px;
}
.dots-wrap li {
    width: 20px;
    height: 3px;
    margin: 0 5px;
    background: #e5e1da;
    cursor: pointer;
}
.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: #452e13;
}
.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
/* -------------------------------
mukudesign
------------------------------- */
.muku-section{
    display: block;
    width: 100%;
    margin-top: 80px;
}
.muku-title{
    text-align: center;
}
.muku-wrapper{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}
.muku-innner__text .muku-innner__img{
    width: 50%;
}
.muku-innner__text{
    padding-right: 7.6%;
}
.ashirai-katachi{
    width: 100%;
}
.muku-subtitle{
    text-align: left;
}
.muku-text{
    text-align: left;
    padding-top: 32px;
}
/* -------------------------------
profile
------------------------------- */
.profile-section{
    display: block;
    width: 100%;
    margin-top: 136px;
    margin-bottom: 144px;
}
.profile-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}
.profile-inner__img .profile-inner__text{
    display: block;
    width: 50%;
}
.profile-inner__img{
    position: relative;
}
.profile-bg__cercle{
    display: block;
    width: 309px;
    position: relative;
    left: -70%;
    top: -96px;
    z-index: 1;
    animation: rotate_anime 20s infinite;
}
@keyframes rotate_anime{
    to{
        transform: rotate(360deg);
    }
}
.profile-img{
    display: block;
    width: 300px;
    position: absolute;
    left: -10%;
    top: 0;
    z-index: 10;
}
.profile-inner__text{
    padding-left: 7%;
    z-index: 10;
}
.profile-title .profile-designer .profile-JaName{
    text-align: left;
}
.profile-designer{
    font-size: 20px;
    font-weight: bold;
    padding-top: 32px;
}
.profile-name{
    font-size: 32px;
    font-weight: bold;
    padding-top: 8px;
}
.profile-JaName{
    font-size: 16px;
    letter-spacing: 0.18rem;
    padding-top: 8px;
}
.profile__btn{
    padding-top: 48px;
}
#profile{
    position: relative;
    overflow: hidden;
}
.profile-bg__line svg{
    display: inline-block;
    width: 300px;
    position: absolute;
    top: 350px;
    right: -100px;
    z-index: -1;
}
/* -------------------------------
service
------------------------------- */
.service-section{
    display: block;
    width: 100%;
    height: 750px;
}
.service-title{
    text-align: center;
}
.service-tab__img{
    display: block;
    width: 615px;
    margin: 0 auto;
}
.service-text{
    display: block;
    width: 575px;
    line-height: 2.25;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 100px auto 0 auto;
}
.service-tab{
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.tab{
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #e0ded7;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 3px;
    float: left;
    transition: all 0.2s ease;
    position: relative;
    top: 480px;
}
.tab:not(:first-of-type)::before{
    display: inline-block;
    font-size: 24px;
    content: '・';
    padding-left: 24px;
    padding-right: 24px;
}
.tab:hover{
    opacity: 0.75;
}
input[name="tab"]{
    display: none;
}
.service-tab__content{
    display: none;
    clear: both;
    transition: 0.2s opacity;
}
#tab-design:checked ~ #service-tab__design,
#tab-cording:checked ~ #service-tab__cording,
#tab-movie:checked ~ #service-tab__movie,
#tab-illust:checked ~ #service-tab__illust{
    display: block;
    transition: all 0.6s ease;
}
.service-tab input:checked + .tab{
    color: #452e13;
}
#service{
    max-width: 1200px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.service-blue__img svg{
    width: 180px;
    position: absolute;
    top: 400px;
    z-index: -1;
}
.service-pink__img svg{
    width: 200px;
    position: absolute;
    top: 250px;
    right: 0;
    z-index: -1;
}
/* -------------------------------
work
------------------------------- */
.work-section{
    display: block;
    width: 100%;
    margin-top: 120px;
    position: relative;
}
.work-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: 
        "item01 item02 ."
        "item03 item04 item05"
        ". item06 item07";
        gap: 20px;
        max-width: 1000px;
        margin: 0 auto;
}
.work-item:nth-child(1){
    grid-area: item01;
}
.work-item:nth-child(2){
    grid-area: item02;
}
.work-item:nth-child(3){
    grid-area: item03;
}
.work-item:nth-child(4){
    grid-area: item04;
}
.work-item:nth-child(5){
    grid-area: item05;
}
.work-item:nth-child(6){
    grid-area: item06;
}
.work-item:nth-child(7){
    grid-area: item07;
}
.work-img img{
    width: 100%;
    border-radius: 15px;
}
.work-item{
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 40px;
}
.work-content{
    display: block;
    width: 100%;
}
.work-label{
    font-size: 16px;
    font-weight: bold;
}
.work-shopname,
.work-itemname{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1rem;
    padding-top: 16px;
}
.work-yellow__img svg{
    width: 300px;
    position: absolute;
    top: 150px;
    right: 15px;
    z-index: -1;
}
.work-green__img svg{
    width: 300px;
    position: absolute;
    top: 1000px;
    z-index: -1;
}
.work-blue__img svg{
    width: 150px;
    position: absolute;
    top: 1300px;
    z-index: -1;
}
.work__btn{
    width: 200px;
    padding-top: 96px;
    margin: 0 auto;
}
/* -------------------------------
work-page
------------------------------- */
.work-page{
    display: block;
    width: 100%;
    position: relative;
}
.work-page__filter{
    display: flex;
    align-items: center;
    gap: 40px;
    padding-top: 40px;
}
.work-page__filter li{
    font-size: 20px;
    color: #e0ded7;
    font-weight: bold;
    cursor: pointer;
}
.work-page__filter li.work-page__active{
    color: #452e13;
}
.work-page__list{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 40px;
}
.work-page__img img{
    width: 100%;
    border-radius: 15px;
}
.work-page__item{
    display: flex;
    width: calc((100% - 80px) / 3);
    flex-direction: column;
    gap: 16px;
    padding-top: 40px;
}
.work-page__label{
    font-size: 16px;
    font-weight: bold;
}
.work-page__shopname,
.work-page__itemname{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1rem;
    padding-top: 16px;
}
/* -------------------------------
work-post
------------------------------- */
.work-post__inner{
    display: block;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 48px;
}
.work-post__split{
    display: flex;
}
.work-post__left-innner{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 20%;
}
.work-post__left{
    -webkit-flex: 0 1 40%;
    flex: 0 1 40%;
    padding-right: 40px;
}
.work-post__right{
    -webkit-flex: 0 1 60%;
    flex: 0 1 60%;
}
.work-post__category{
    display: inline-block;
    width: 180px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    background: #452e13;
}
.work-post__text{
    line-height: 2.25;
    letter-spacing: 0.18rem;
    padding-top: 28px;
    text-align: justify;
    text-justify: inter-ideograph;
}
.work-post__line{
    text-decoration: underline;
    background-image: linear-gradient(to right, #452e13 1px, transparent 1px);
    background-size: 5px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-top: 16px;
}
#work-post__list{
    margin-top: 8px;
}
#work-post__list tr,
#work-post__list th,
#work-post__list td{
    border: none;
}
#work-post__list th,
#work-post__list td{
    padding-top: 16px;;
}
#work-post__list th{
    width: 30%;
    font-weight: bold;
    padding-right: 16px;
}
.work-post__img{
    width: 100%;
}
.work-post__btn{
    display: flex;
    max-width: 1000px;
    align-items: center;
    justify-content: space-between;
    padding-top: 168px;
    margin: 0 auto;
}
/* -------------------------------
profile-page
------------------------------- */
.profile-page__wrapper{
    display: block;
    max-width: 1000px;
    margin: 0 auto;
}
.profile-page__inner{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.profile-page__img{
    display: block;
    width: 40%;
}
.profile-page__img{
    display: block;
    width: 380px;
}
.profile-page__text{
    display: block;
    width: 50%;
    padding-left: 80px;
}
.profilepage-designer,
.profilepage-heading,
.profilepage-heading{
    font-size: 16px;
    font-weight: bold;
}
.profilepage-mao{
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 12px;
}
.profilepage-janame{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.15rem;
}
.profilepage-name{
    font-size: 16px;
    font-weight: bold;
}
.profile-page__content{
    padding-top: 16px;
}
.profilepage-hometown,
.profilepage-favorite{
    font-size: 16px;
    letter-spacing: 0.18rem;
    line-height: 2;
}
.profilepage-heading{
    padding-top: 16px;
}
#profilepage-about{
    background-image: url(../img/profile_bg.svg);
    background-repeat: no-repeat;
    background-position: 50% -120px;
    background-size: 1400px auto;
}
.profilepage-about__section{
    display: block;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 264px;
}
.profilepage-about__title{
    text-align: center;
}
.profilepage-about__text{
    font-size: 16px;
    letter-spacing: 0.18rem;
    line-height: 2.5;
    text-align: center;
    padding-top: 48px;
    padding-bottom: 336px;
}
.profilepage-skill__section{
    display: block;
    max-width: 1000px;
    margin: 0 auto;
}
.profilepage-skill__title{
    text-align: center;
}
.profilepage-graph__inner{
    padding-top: 40px;
}
.profilepage-graph__list{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 88px;
}
.profilepage-graph__list--left,
.profilepage-graph__list--right{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.profilepage-graph__item{
    display: flex;
    align-items: center;
    justify-content: center;
}
.profilepage-graph__text{
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding-right: 48px;
    margin: 0 auto 0 0;
}
.profilepage-graph{
    width: 200px;
    height: 20px;
    background: #e5e1da;
    position: relative;
    overflow: hidden;
    content: "";
}
.ani{
    transition: 1s all;
    opacity: 0;
}
.ani.move{
    opacity: 1;
}
.move .profilepage-graph .profilepage-graph__photoshop{
    height: 100%;
    background: #452e13;
    position: absolute;
    animation-name: profilepage-graph__photoshop;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}
@keyframes profilepage-graph__photoshop{
    0%{
        width: 0;
    }
    100%{
        width: 80%;
    }
}
.move .profilepage-graph .profilepage-graph__illustrator{
    height: 100%;
    background: #452e13;
    position: absolute;
    animation-name: profilepage-graph__illustrator;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}
@keyframes profilepage-graph__illustrator{
    0%{
        width: 0;
    }
    100%{
        width: 100%;
    }
}
.move .profilepage-graph .profilepage-graph__figma{
    height: 100%;
    background: #452e13;
    position: absolute;
    animation-name: profilepage-graph__figma;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}
@keyframes profilepage-graph__figma{
    0%{
        width: 0;
    }
    100%{
        width: 50%;
    }
}
.move .profilepage-graph .profilepage-graph__html{
    height: 100%;
    background: #452e13;
    position: absolute;
    animation-name: profilepage-graph__html;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}
@keyframes profilepage-graph__html{
    0%{
        width: 0;
    }
    100%{
        width: 90%;
    }
}
.move .profilepage-graph .profilepage-graph__css{
    height: 100%;
    background: #452e13;
    position: absolute;
    animation-name: profilepage-graph__css;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}
@keyframes profilepage-graph__css{
    0%{
        width: 0;
    }
    100%{
        width: 90%;
    }
}
.move .profilepage-graph .profilepage-graph__js{
    height: 100%;
    background: #452e13;
    position: absolute;
    animation-name: profilepage-graph__js;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}
@keyframes profilepage-graph__js{
    0%{
        width: 0;
    }
    100%{
        width: 70%;
    }
}
.move .profilepage-graph .profilepage-graph__premia{
    height: 100%;
    background: #452e13;
    position: absolute;
    animation-name: profilepage-graph__premia;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}
@keyframes profilepage-graph__premia{
    0%{
        width: 0;
    }
    100%{
        width: 100%;
    }
}
.move .profilepage-graph .profilepage-graph__af{
    height: 100%;
    background: #452e13;
    position: absolute;
    animation-name: profilepage-graph__af;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}
@keyframes profilepage-graph__af{
    0%{
        width: 0;
    }
    100%{
        width: 60%;
    }
}
.move .profilepage-graph .profilepage-graph__pagefly{
    height: 100%;
    background: #452e13;
    position: absolute;
    animation-name: profilepage-graph__pagefly;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}
@keyframes profilepage-graph__pagefly{
    0%{
        width: 0;
    }
    100%{
        width: 60%;
    }
}
.move .profilepage-graph .profilepage-graph__gmail{
    height: 100%;
    background: #452e13;
    position: absolute;
    animation-name: profilepage-graph__gmail;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}
@keyframes profilepage-graph__gmail{
    0%{
        width: 0;
    }
    100%{
        width: 100%;
    }
}
.move .profilepage-graph .profilepage-graph__line{
    height: 100%;
    background: #452e13;
    position: absolute;
    animation-name: profilepage-graph__line;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}
@keyframes profilepage-graph__line{
    0%{
        width: 0;
    }
    100%{
        width: 100%;
    }
}
.move .profilepage-graph .profilepage-graph__slack{
    height: 100%;
    background: #452e13;
    position: absolute;
    animation-name: profilepage-graph__slack;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}
@keyframes profilepage-graph__slack{
    0%{
        width: 0;
    }
    100%{
        width: 100%;
    }
}
.move .profilepage-graph .profilepage-graph__chatwork{
    height: 100%;
    background: #452e13;
    position: absolute;
    animation-name: profilepage-graph__chatwork;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}
@keyframes profilepage-graph__chatwork{
    0%{
        width: 0;
    }
    100%{
        width: 100%;
    }
}
.move .profilepage-graph .profilepage-graph__excel{
    height: 100%;
    background: #452e13;
    position: absolute;
    animation-name: profilepage-graph__excel;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}
@keyframes profilepage-graph__excel{
    0%{
        width: 0;
    }
    100%{
        width: 80%;
    }
}
.move .profilepage-graph .profilepage-graph__word{
    height: 100%;
    background: #452e13;
    position: absolute;
    animation-name: profilepage-graph__word;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}
@keyframes profilepage-graph__word{
    0%{
        width: 0;
    }
    100%{
        width: 80%;
    }
}
.move .profilepage-graph .profilepage-graph__powerpoint{
    height: 100%;
    background: #452e13;
    position: absolute;
    animation-name: profilepage-graph__powerpoint;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}
@keyframes profilepage-graph__powerpoint{
    0%{
        width: 0;
    }
    100%{
        width: 80%;
    }
}
.move .profilepage-graph .profilepage-graph__zoom{
    height: 100%;
    background: #452e13;
    position: absolute;
    animation-name: profilepage-graph__zoom;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}
@keyframes profilepage-graph__zoom{
    0%{
        width: 0;
    }
    100%{
        width: 100%;
    }
}
.move .profilepage-graph .profilepage-graph__meet{
    height: 100%;
    background: #452e13;
    position: absolute;
    animation-name: profilepage-graph__meet;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}
@keyframes profilepage-graph__meet{
    0%{
        width: 0;
    }
    100%{
        width: 100%;
    }
}
/* -------------------------------
PrivacyPolicy-page
------------------------------- */
.privacy-page__wrapper{
    display: block;
    max-width: 1000px;
    margin: 0 auto;
}
.privacy-page__description{
    padding-top: 40px;
}
.privacy-page__top-text,
.privacy-page__text{
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
    text-justify: inter-ideograph;
}
.privacy-page__inner{
    padding-top: 88px;
}
.privacy-page__list{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.privacy-page__heading{
    font-size: 18px;
    font-weight: bold;
}
.privacy-page__item{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
/* -------------------------------
contact-page
------------------------------- */
.contact-page__wrapper{
    display: block;
    max-width: 1000px;
    margin: 0 auto;
}
.contact-page__text--bold{
    font-size: 16px;
    line-height: 2.0;
    font-weight: bold;
    padding-top: 40px;
}
.contact-page__text{
    font-size: 16px;
    line-height: 2.0;
    padding-top: 32px;
}
.contact-page__text a{
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
}
.contact-page__text--small{
    font-size: 14px;
    line-height: 1.8;
}
.contact-page__text--red{
    color: #c92a14;
}
.contact-form{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 40px;
    padding-top: 80px;
}
.contact-form__item{
    display: block;
}
.contact-form__text--bold{
    font-size: 16px;
    letter-spacing: 0.18rem;
    font-weight: bold;
}
.contact-form__required{
    font-size: 14px;
    letter-spacing: 0.18rem;
    font-weight: bold;
    color: #c92a14;
}
.contact-form__label{
    display: block;
    width: 100%;
}
.category__select{
    display: block;
    width: 250px;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    padding: 16px;
    margin-top: 12px;
    border: 1px solid #452e13;
    border-radius: 5px;
}
select{
    position: relative;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.category__select--item{
    position: relative;
    width: 70%;
}
.category__select--item::after{
    position: absolute;
    content: "";
    left: 225px;
    top: 75%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #452e13;
    border-left: 2px solid #452e13;
    pointer-events: none;
    transform: translateY(-50%) rotate(-135deg);
}
.contact-form__type{
    display: block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    padding: 16px;
    margin-top: 12px;
    border: 1px solid #452e13;
    border-radius: 5px;
}
input::placeholder{
    font-size: 16px;
    color: #91867a;
    font-weight: bold;
}
.contact-form__textarea{
    display: block;
    width: 100%;
    height: 250px;
    font-size: 16px;
    padding: 16px;
    margin-top: 12px;
    border: 1px solid #452e13;
    border-radius: 5px;
}
textarea::placeholder{
    font-size: 16px;
    color: #91867a;
    font-weight: bold;
    line-height: 1.6;
    text-align: start;
}
.contact-form__submit{
    display: block;
    margin: 80px auto 16px auto;
}
/* -------------------------------
thanks-page
------------------------------- */
#thanks-page{
    background-image: url(../img/thanks_bg.svg);
    background-repeat: no-repeat;
    background-position: 50% 55px;
    background-size: 900px auto;
}
.thanks-page__textarea{
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 128px;
    padding-bottom: 272px;
}
.thanks-page__text--bold{
    font-size: 24px;
    font-weight: bold;
}
.thanks-page__text{
    padding-top: 40px;
}
.thankspage__btn{
    display: block;
    width: 285px;
    margin: 0 auto;
}


/* -------------------------------
769px-1050px
------------------------------- */
@media screen and (max-width: 1050px) {
    /* -------------------------------
    mukudesign
    ------------------------------- */
    .muku-innner__text{
        padding-right: 16px;
    }
    /* -------------------------------
    work
    ------------------------------- */
    .work-yellow__img svg{
        width: 230px;
        position: absolute;
        top: 150px;
        right: 16px;
        z-index: -1;
    }
    .work-green__img svg{
        width: 230px;
        position: absolute;
        top: 1000px;
        left: 50px;
        z-index: -1;
    }
    .work-blue__img svg{
        width: 150px;
        position: absolute;
        top: 1250px;
        z-index: -1;
    }
    /* -------------------------------
    profile-page
    ------------------------------- */
    .profile-page__text{
        padding-left: 40px;
    }
    /* -------------------------------
    work-post
    ------------------------------- */
    .work-post__wrapper{
        padding-left: 16px;
        padding-right: 16px;
    }
    .work-post__split{
        padding-left: 16px;
        padding-right: 16px;
    }
    .work-post__left{
        -webkit-flex: 0 1 50%;
        flex: 0 1 50%;
        padding-right: 40px;
    }
    .work-post__right{
        -webkit-flex: 0 1 50%;
        flex: 0 1 50%;
    }
    .work-post__btn{
        padding-left: 32px;
        padding-right: 32px;
    }
}


/* -------------------------------
769px-900px
------------------------------- */
@media screen and (max-width: 900px) {
    /* -------------------------------
    work
    ------------------------------- */
    .work-green__img svg{
        width: 200px;
        position: absolute;
        top: 910px;
        left: 16px;
        z-index: -1;
    }
    .work-blue__img svg{
        width: 150px;
        position: absolute;
        top: 1100px;
        z-index: -1;
    }
}


/* -------------------------------
-768px
------------------------------- */
@media screen and (max-width: 768px) {
    /* -------------------------------
    mv
    ------------------------------- */
    #mainvisual{
        max-width: 100%;
        margin: 0 auto;
    }
    .mainvisual{
        display: block;
        width: 100%;
        padding: 32px 0 24px 0;
    }
    .mainvisual__btn{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 16px;
        padding-right: 16px;
    }
    .mainvisual__btn--innner{
        width: 120px;
    }
    /* -------------------------------
    mukudesign
    ------------------------------- */
    .muku-section{
        display: block;
        width: 100%;
        margin-top: 88px;
    }
    .muku-wrapper{
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 40px;
        padding-top: 32px;
    }
    .muku-innner__text .muku-innner__img{
        width: 100%;
    }
    .muku-innner__text{
        padding-right: 0;
    }
    .ashirai-katachi{
        width: 100%;
    }
    .muku-subtitle{
        text-align: left;
    }
    .muku-text{
        text-align: left;
        padding-top: 24px;
    }
    /* -------------------------------
    profile
    ------------------------------- */
    .profile-section{
        display: block;
        width: 100%;
        margin-top: 104px;
        margin-bottom: 104px;
    }
    .profile-wrapper{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .profile-inner__img .profile-inner__text{
        display: block;
        width: 100%;
    }
    .profile-inner__img{
        position: relative;
        display: block;
        width: 230px;
        padding-top: 56px;
    }
    .profile-bg__cercle{
        display: block;
        width: 250px;
        position: absolute;
        left: -50%;
        top: 0;
        z-index: 1;
        animation: rotate_anime 20s infinite;
    }
    .profile-img{
        display: block;
        width: 230px;
        position: relative;
        margin: 0 auto;
        left: 0;
        z-index: 10;
    }
    .profile-inner__text{
        padding-left: 0;
        z-index: 10;
        text-align: center;
    }
    .profile-title,
    .profile-designer,
    .profile-JaName{
        text-align: center;
    }
    .profile-designer{
        font-size: 14px;
        font-weight: bold;
        padding-top: 32px;
    }
    .profile-name{
        font-size: 24px;
        font-weight: bold;
        padding-top: 8px;
    }
    .profile-JaName{
        font-size: 14px;
        letter-spacing: 0.18rem;
        padding-top: 8px;
    }
    .profile__btn{
        padding-top: 48px;
    }
    #profile{
        position: relative;
        overflow: hidden;
    }
    .profile-bg__line svg{
        display: inline-block;
        width: 200px;
        position: absolute;
        top: 450px;
        right: -80px;
        z-index: -1;
    }
    /* -------------------------------
    service
    ------------------------------- */
    .service-section{
        display: block;
        width: 400px;
        height: 560px;
        position: relative;
    }
    .service-tab__img{
        display: block;
        width: 300px;
        margin: 0 auto;
    }
    .service-text{
        display: block;
        width: 100%;
        font-size: 14px;
        line-height: 1.85;
        text-align: justify;
        text-justify: inter-ideograph;
        margin: 24px auto 0 auto;
        padding-right: 16px;
    }
    .service-tab{
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
        position: absolute;
        top: 50px;
    }
    .tab{
        display: block;
        width: 135px;
        font-size: 20px;
        font-weight: bold;
        color: #e0ded7;
        text-align: center;
        text-decoration: none;
        text-underline-offset: 8px;
        text-decoration-thickness: 2px;
        border-bottom: solid 2px #e0ded7;
        float: none;
        transition: all 0.2s ease;
        position: absolute;
        top: 400px;
    }
    .tab-design{
        display: block;
        position: absolute;
        right: 50%;
        margin-right: 12px;
        padding-bottom: 8px;
    }
    .tab-cording{
        display: block;
        position: absolute;
        left: 50%;
        padding-bottom: 8px;
    }
    .tab-movie{
        display: block;
        position: absolute;
        right: 50%;
        margin-top: 48px;
        margin-right: 12px;
        padding-bottom: 8px;
    }
    .tab-illust{
        display: block;
        position: absolute;
        left: 50%;
        margin-top: 48px;
        padding-bottom: 8px;
    }
    .tab:not(:first-of-type)::before{
        display: none;
    }
    .service-tab input:checked + .tab{
        color: #452e13;
        border-bottom: solid 2px #452e13;
    }    
    #service{
        max-width: 100%;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
    }
    .service-blue__img svg{
        width: 65px;
        position: absolute;
        top: 70px;
        z-index: -1;
    }
    .service-pink__img svg{
        width: 60px;
        position: absolute;
        top: 200px;
        right: 0;
        z-index: -1;
    }
    /* -------------------------------
    work
    ------------------------------- */
    .work-section{
        display: block;
        width: 100%;
        margin-top: 80px;
        position: relative;
        overflow: hidden;
    }
    .work-list{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: 
            "item01 item02"
            "item03 item04"
            "item05 item06"
            "item07 .";
            gap: 16px;
            max-width: 100%;
            margin: 0 auto;
    }
    .work-item{
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding-top: 32px;
    }
    .work-label{
        font-size: 12px;
        font-weight: bold;
    }
    .work-shopname,
    .work-itemname{
        font-size: 14px;
        line-height: 1.5;
        font-weight: 500;
        letter-spacing: 0.1rem;
        padding-top: 8px;
    }
    .work-green__img svg{
        width: 170px;
        position: absolute;
        top: 74%;
        left: 60%;
        z-index: -1;
    }
    .work-blue__img svg{
        width: 80px;
        position: absolute;
        top: 85%;
        left: 56%;
        z-index: -1;
    }
    .work__btn{
        width: 175px;
        padding-top: 40px;
        margin: 0 auto;
    }
    /* -------------------------------
    work-page
    ------------------------------- */
    .work-page__filter{
        display: flex;
        width: 300px;
        flex-wrap: wrap;
        align-items: center;
        gap: 24px;
        padding-top: 40px;
        padding-bottom: 8px;
    }
    .work-page__filter li{
        width: calc((100% - 32px) / 2);
        font-size: 20px;
        color: #e0ded7;
        font-weight: bold;
        cursor: pointer;
    }
    .work-page__list{
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: flex-start;
        gap: 16px;
    }
    .work-page__img img{
        width: 100%;
        border-radius: 15px;
    }
    .work-page__item{
        display: flex;
        width: calc((100% - 16px) / 2);
        flex-direction: column;
        gap: 16px;
        padding-top: 32px;
        flex-grow: 0;
    }
    .work-page__label{
        font-size: 12px;
        font-weight: bold;
    }
    .work-page__shopname,
    .work-page__itemname{
        font-size: 14px;
        line-height: 1.5;
        font-weight: 500;
        letter-spacing: 0.1rem;
        padding-top: 8px;
    }
    /* -------------------------------
    work-post
    ------------------------------- */
    .work-post__inner{
        display: block;
        max-width: 100%;
        margin: 0 auto;
        padding-top: 40px;
    }
    .work-post__split{
        display: flex;
        flex-direction: column;
    }
    .work-post__left-innner{
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        position: -webkit-static;
        position: static;
        top: 0;
        padding-top: 24px;
    }
    .work-post__left{
        -webkit-flex: 0 1 100%;
        flex: 0 1 100%;
        padding-right: 0;
    }
    .work-post__right{
        -webkit-flex: 0 1 100%;
        flex: 0 1 100%;
        padding-top: 40px;
    }
    .work-post__sp-img img{
        width: 100%;
        border-radius: 15px;
    }
    .work-post__category{
        display: inline-block;
        width: 150px;
        font-size: 12px;
        font-weight: bold;
        color: #ffffff;
        line-height: 30px;
        text-align: center;
        border-radius: 50px;
        background: #452e13;
    }
    .work-post__text{
        line-height: 2.25;
        letter-spacing: 0.18rem;
        padding-top: 16px;
        text-align: justify;
        text-justify: inter-ideograph;
    }
    .work-post__line{
        text-decoration: underline;
        background-image: linear-gradient(to right, #452e13 1px, transparent 1px);
        background-size: 5px 1px;
        background-repeat: repeat-x;
        background-position: left bottom;
        padding-top: 24px;
    }
    #work-post__list{
        margin-top: 16px;
    }
    #work-post__list tr,
    #work-post__list th,
    #work-post__list td{
        border: none;
    }
    #work-post__list th,
    #work-post__list td{
        padding-top: 16px;;
    }
    #work-post__list th{
        width: 30%;
        font-weight: bold;
        padding-right: 8px;
    }
    .work-post__img{
        width: 100%;
    }
    .work-post__btn{
        display: flex;
        max-width: 100%;
        align-items: center;
        justify-content: space-between;
        padding-top: 0;
        margin: 32px auto 0 auto;
    }
    .workpage-btn-prev__inner,
    .workpage-btn-next__inner{
        width: 120px;
    }
    /* -------------------------------
    profile-page
    ------------------------------- */
    .profile-page__wrapper{
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }
    .profile-page__inner{
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
        margin-top: 40px;
    }
    .profile-page__img{
        display: block;
        width: 100%;
    }
    .profile-page__img{
        display: block;
        width: 300px;
    }
    .profile-page__text{
        display: block;
        width: 100%;
        max-width: 500px;
        padding-left: 0;
        padding-top: 32px;
        margin: 0 auto;
    }
    .profilepage-designer,
    .profilepage-heading,
    .profilepage-heading{
        font-size: 14px;
        font-weight: bold;
    }
    .profilepage-mao{
        display: flex;
        align-items: center;
        gap: 16px;
        padding-top: 8px;
    }
    .profilepage-janame{
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0.15rem;
    }
    .profilepage-name{
        font-size: 14px;
        font-weight: bold;
    }
    .profile-page__content{
        padding-top: 16px;
    }
    .profilepage-hometown,
    .profilepage-favorite{
        font-size: 14px;
        letter-spacing: 0.18rem;
        line-height: 1.8;
    }
    .profilepage-heading{
        padding-top: 16px;
    }
    #profilepage-about{
        background-image: url(../img/profile_bg.svg);
        background-repeat: no-repeat;
        background-position: 50% -65px;
        background-size: 900px auto;
    }
    .profilepage-about__section{
        display: block;
        max-width: 100%;
        margin: 0 auto;
        padding-top: 112px;
    }
    .profilepage-about__text{
        font-size: 14px;
        letter-spacing: 0.18rem;
        line-height: 2.5;
        text-align: center;
        padding-top: 32px;
        padding-bottom: 136px;
    }
    .profilepage-skill__section{
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }
    .profilepage-skill__title{
        text-align: center;
    }
    .profilepage-graph__inner{
        padding-top: 32px;
    }
    .profilepage-graph__list{
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }
    .profilepage-graph__list--left,
    .profilepage-graph__list--right{
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .profilepage-graph__item{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .profilepage-graph__text{
        font-size: 16px;
        font-weight: bold;
        text-align: left;
        padding-right: 40px;
        margin: 0 auto 0 0;
    }
    /* -------------------------------
    PrivacyPolicy-page
    ------------------------------- */
    .privacy-page__wrapper{
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }
    .privacy-page__description{
        padding-top: 24px;
    }
    .privacy-page__top-text,
    .privacy-page__text{
        font-size: 14px;
        line-height: 1.6;
        text-align: justify;
        text-justify: inter-ideograph;
    }
    .privacy-page__inner{
        padding-top: 64px;
    }
    .privacy-page__list{
        display: flex;
        flex-direction: column;
        gap: 32px;
    }
    .privacy-page__heading{
        font-size: 16px;
        font-weight: bold;
    }
    .privacy-page__item{
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .privacy-page__text{
        padding-left: 24px;
    }
    /* -------------------------------
    contact-page
    ------------------------------- */
    .contact-page__wrapper{
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }
    .contact-page__text--bold{
        font-size: 16px;
        line-height: 2.0;
        font-weight: bold;
        padding-top: 40px;
    }
    .contact-page__text{
        font-size: 14px;
        line-height: 2.0;
        padding-top: 24px;
    }
    .contact-page__text a{
        text-decoration: underline;
        text-underline-offset: 5px;
        text-decoration-thickness: 1px;
    }
    .contact-page__text--small{
        font-size: 12px;
        line-height: 1.8;
    }
    .contact-page__text--red{
        color: #c92a14;
    }
    .contact-form{
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 24px;
        padding-top: 48px;
    }
    .contact-form__item{
        display: block;
    }
    .contact-form__text--bold{
        font-size: 14px;
        line-height: 1;
        letter-spacing: 0.18rem;
        font-weight: bold;
    }
    .contact-form__required{
        font-size: 12px;
        letter-spacing: 0.18rem;
        font-weight: bold;
        color: #c92a14;
    }
    .contact-form__label{
        display: block;
        width: 100%;
    }
    .category__select{
        display: block;
        width: 250px;
        height: 50px;
        font-size: 14px;
        font-weight: bold;
        padding: 16px;
        margin-top: 5px;
        border: 1px solid #452e13;
        border-radius: 5px;
    }
    .category__select--item::after{
        position: absolute;
        content: "";
        left: 225px;
        top: 70%;
        width: 8px;
        height: 8px;
        border-top: 2px solid #452e13;
        border-left: 2px solid #452e13;
        pointer-events: none;
        transform: translateY(-50%) rotate(-135deg);
    }
    .contact-form__type{
        display: block;
        width: 100%;
        height: 50px;
        font-size: 14px;
        padding: 16px;
        margin-top: 5px;
        border: 1px solid #452e13;
        border-radius: 5px;
    }
    input::placeholder{
        font-size: 14px;
        color: #91867a;
        font-weight: bold;
    }
    .contact-form__textarea{
        display: block;
        width: 100%;
        height: 250px;
        font-size: 14px;
        padding: 16px;
        margin-top: 5px;
        border: 1px solid #452e13;
        border-radius: 5px;
    }
    textarea::placeholder{
        font-size: 14px;
        color: #91867a;
        font-weight: bold;
        line-height: 1.6;
        text-align: start;
    }
    .contact-form__submit{
        display: block;
        margin: 48px auto 16px auto;
    }
    /* -------------------------------
    thanks-page
    ------------------------------- */
    #thanks-page{
        background-image: url(../img/thanks_bg.svg);
        background-repeat: no-repeat;
        background-position: 50% 160px;
        background-size: 350px auto;
    }
    .thanks-page__textarea{
        display: block;
        width: 100%;
        text-align: center;
        padding-top: 48px;
        padding-bottom: 72px;
    }
    .thanks-page__text--bold{
        font-size: 24px;
        font-weight: bold;
    }
    .thanks-page__text{
        padding-top: 32px;
    }
    .thankspage__btn{
        display: block;
        width: 224px;
        margin: 0 auto;
    }
}