@charset "UTF=8";

:root{
    --text-primary: #312A20;
    --bg-primary: #EBE1D2;
    --bg-secondty: #F6AD49;
    --pointcolor: #6E49F6;
    --padding-title140px: 9.7%;
    --padding-item170px: 11.8%;
    --padding-title14px: 3.7%;
    --padding-item17px: 4.7%;
    --font-title:"Dela Gothic One";
}

* {
    padding: 0;
    margin: 0;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "Lato", "Noto Sans",sans-serif;
    font-style: normal;
    color: var(--text-primary, #312A20);
    background-color: var(--bg-primary, #EBE1D2);
    line-height: 1.6;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
}

li {
    list-style: none;  
}


.btn {
    width: 200px;
    height: 60px;
    color:  var(--text-primary,#312A20);
    border: 1px solid var(--text-primary,#312A20);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;    
    background-image: linear-gradient(135deg, #F6AD49 50%, transparent 50%);
    background-position: 100%;
    background-size: 300%;
    text-decoration: none;
    transition: all 0.8s;
    margin: 90px auto 130px;
}

.btn--about{
    width: 260px;
    padding-left: 8px;
}

.btnTxt {
    text-align: center;
    
}

.btn__txtBox {
    position: relative;
}

.btn__border {
    display: block;
    background-color: var(--text-primary,#312A20);
    height: 1px;    
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 1s;
}

.btn:hover .btn__border {
    animation: btnBorder 0.4s linear 1;
}

@keyframes btnBorder {
    0% {
        width: 0;    
    }
    100% {
        width:  100%;
    }
}




.btnTxt__finger {
    font-size:  24px;
    padding-left: 18px;
}

.finger--about {
    padding-left: 10px;
}


.btn:hover {
    background-position: 0px;
    /* color: var(--text-primary, #312A20); */
}

.btn:hover .btnTxt__finger{
    animation: finger 0.4s linear 1;
}

@keyframes finger {
    0% {
        transform: translateX(-30%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
/* 
load
===============================*/
.load {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: var(--bg-secondty,#F6AD49);
    top: 0px;
    left: 0px;
    z-index: 500;
}

.loader {

    position: fixed;
    top: 50%;
    left: 50%;
    color: var(--text-primary,#312A20);
    font-family: var(--font-title);
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    z-index: 502;
    mix-blend-mode: multiply;
}

.loader img{
    background-size: cover;
    width: 110px;
    height: 110px;
    mix-blend-mode: multiply;
}
/* 
header
=============================== */


@media screen and (min-width: 769px) {
    .sp {
        display: none;
    }
}

.menu {
    background-color: var(--text-primary, #312A20);
    color: #fff;
    width: 100%;
    height: 50px;
    position: fixed;    
    z-index: 100;
}


@media screen and (min-width: 769px) {
    .menu {
        width: 100%;
        height: 70px;
        position: static;    
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        
    }
}

.titleName {
    color: #FFF;
    font-size: 1.6rem;
    line-height: 120%;
    z-index: 150;
    position: absolute;
    margin: 5px var(--padding-title14px);
    letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
    .titleName {
        font-size: 3rem;
        line-height: 150%;
        margin: 11px 2%;
        font-weight: 300;
        letter-spacing: 0.01em;
    }
    
}

.nav {
    font-family: "Dela Gothic One";
    width: 100%;
    height: 100vh;
    background-color:  var( --text-primary, #312A20);
    transform: translateY(-100%);
    transition: 0.4s;
}

@media screen and (min-width: 769px) {
    .nav {
        width: 465px;
        height: 53px;
        transform: none;
        background-color: transparent;
        margin: 11px 2% 11px auto;
    }
}

.navmenu {
    display: flex;
    flex-direction: column;
    align-items: center;  

}

@media screen and (min-width: 769px) {
    .navmenu {
        flex-direction: row;
        align-items: center;  
        justify-content: flex-end;
    }
    
}

.nav.active {
    transform: translateX(0);
    transition: 0.4s;
}


.navitem {
    font-size: 3.6rem;
    font-weight: 300;
    width: 100%;
    height: 100px;
    text-align: center;
    margin-top: 10px;
    padding-top: 15px;
}

.navitem:first-of-type {
    margin-top: 60px;
}

@media screen and (min-width: 769px) {
    .navitem {
        height: 48px;
        width: fit-content;
        text-align: center;
        font-family: "lato";
        font-size: 3rem;
        padding-top: 0px;
        margin-top: 0;
        margin-left: 9%;
        
    }
    
    .navitem:first-of-type {
        margin-top: 0px;
        margin-left: 0;
    }

}

.humbugermenu {
    background-color: var(--text-primary, #3A3131);
    height: 50px;
    width: 50px;
    z-index: 150;
    position: fixed;
    padding: 14px 13px;
    top: 0px;
    right: 0px;
}


@media screen and (min-width: 769px) {
    .humbugermenu {
        display: none;
    }
}

.humbugermenu span {
    display: block;
    height: 2px;
    width: 25px;
    border-radius: 20%;
    background-color: var(--bg-primary, #fff);
    transition: 0.4s;
    position: relative;
}


.humbugermenu span:nth-of-type(1) {
    top: 0;
}

.humbugermenu span:nth-of-type(2){
    margin: 8px 0;
}

.humbugermenu span:last-of-type {
    top: 0;
    width: 25px;

}

.activeBtn  span:nth-of-type(1){
    transform: rotate(-45deg);
    width: 30px;
    top: 10px;
    left: -2px;
}

.activeBtn  span:nth-of-type(2){
    opacity: 0;
}

.activeBtn  span:last-of-type{
    transform: rotate(45deg);
    width: 30px;
    top: -10px;
    left: -2px;

}

.fadeIn {
    transform: translateY(20%);
    opacity: 0;
    transition: 1s;
}

.active {
    transform: translateY(0);
    opacity: 1;
}


/* 
footer
================================ */

.contact {
    background-color: var(--bg-secondty, #F6AD49);
    border-color: var(--text-primary,#312A20);
    border-style: solid;
    border-width: 1px 0;
}

.contact__box {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%;
}

@media screen and (min-width: 769px) {
    .contact__box {
        height: 318px;
        gap: 9%;
    }
}
.contact__text {
    font-family: var(--font-title);
    font-size: 10vw;
}

.block {
    width: 100px;
    height: 100px;
    
}

@media screen and (min-width: 769px) {
    .block {
        width: 150px;
        height: 150px;
        
    }
}

.circleText {
    overflow: visible;
}

.circleText__circle {
    fill: none;
  }

.circleText__text {
    fill: var(--pointcolor,#6E49F6);
    font-size: 2rem;
    letter-spacing: 0.04em;
  }
  


  .block{
    animation: contact 15s linear 0s infinite running ;
  }

  @keyframes contact {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

.container {
    position: relative;
}

.container::after {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background-image: url(../images/anime_contact.gif);
    mix-blend-mode: multiply;
    background-size: contain;
    position: absolute;
    top: 15%;
    left: 15%;
    transform: translate(-50%, -50%);
    z-index: 10;
    transform:rotate(25deg)
}

@media screen and (min-width: 769px) {
    .container::after {
        width: 100px;
        height: 100px;
        top: 20%;
        left: 20%;
    }
}

/* 
footer
========================== */

.footer {
    background-color: var(--text-primary,#312A20);
    color: #FFF;
}

.footer__box {
    border-bottom: 1px solid #FFF;
}

@media screen and (min-width: 769px) {
    .footer__box {
        height: 100px;
        display: flex;
        justify-content: space-between;
        padding: 45px 2% 5px;
    }
}


.footer__name {
    font-size: 11vw;
    text-align: center;
    font-weight: 300;
}

@media screen and (min-width: 769px) {
    .footer__name {
        font-size: 4rem;
        font-weight: 300;
        text-align:left;
        width: fit-content;
    }
}

.footer__nav {
    display: flex;
    flex-direction: column;
    padding-left: var(--padding-title14px);
}

@media screen and (min-width: 769px) {
    .footer__nav {
        flex-direction: row;
        padding-left: 0;
        width: 376px;
        margin: 10px 4% 0 auto;
    }
    
}

.footer__item {
    margin-top: 25px;
    font-size: 2.4rem;
    font-weight: 300;
}

@media screen and (min-width: 769px) {
    .footer__item {
        margin-top: 0px;
        font-size: 3.2rem;
        font-weight: 300;
        margin-left: 9%;
    }
    
}

.footer__item:first-of-type {
    margin-top: 35px;
}

@media screen and (min-width: 769px) {
    .footer__item:first-of-type {
        margin-top: 0px;
    }
}

.footer__item:last-of-type {
    margin-bottom: 25px;
}

@media screen and (min-width: 769px) {
    .footer__item:last-of-type {
        margin-bottom: 0px;
    }
}


.footer__copylight {
    height: 30px;
    width: 100%;
    text-align: center;
}

@media screen and (min-width: 769px) {
    .footer__copylight {
        height: 35px;
    }
}


small {
    margin-top: 9px;
    display: block;
}

@media screen and (min-width: 769px) {
    small {
        margin-top: 19px;
    }
}

/* 
title
=================================*/

.title {
    display: flex;
    align-items: flex-end;
    height: 70px;
    margin: 0 var(--padding-title14px);
    padding-left: 5px;
    position: relative;
    overflow: hidden;
}

@media screen and (min-width: 769px) {
    .title {
        padding: 0 5%;
        height: 160px;
        padding-left: 23px;
    }
}

.title__boder{
    display: block;
    background-color: var(--text-primary,#312A20);
    height: 3px;    
    width: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 1s;
}

.activeLine {
    width: 100%;
}


.titleTxt {
    font-family: var(--font-title);
    font-size: 4rem;
    line-height: 1.2;
}

@media screen and (min-width: 769px) {
    .titleTxt {
        font-family: var(--font-title);
        font-size: 7.2rem;
        line-height: 1.2;
    }
}

.title--example h2{
    margin: 0 auto;
}


.titleNote {
    line-height: 1.6;
    padding-left: 10px;

}

@media screen and (min-width: 769px) {
    .titleNote {
        font-size: 2rem;
        line-height: 2;
        padding-left: 20px;
    
    }
}

.fadeInTitle {
    transform: translateY(100%);
    transition: 0.8s;
}

.activeTitle {
    transform: translateY(0);
}

/* 
artwork item
========================== */


.artwork__box {
    padding: 0 var(--padding-item17px);
}

@media screen and (min-width: 769px) {
    .artwork__box {
        padding: 0 5%;
    }
}

.artwork__boxFt{
    padding: 0;
    margin: 0 auto; 
    width: 100%;
    overflow: scroll;

}


.artwork__contents {
    width: 335px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

@media screen and (min-width: 769px) {
    .artwork__contents {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        gap: 5%;
    }
}

.artwork__contentsFt {
    width: 337px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 6%;
}

@media screen and (min-width: 769px) {
    .artwork__contentsFt {
        width: 100%;
        align-items: center;
    }
}

@media screen and (min-width: 1340px) {
    .artwork__contentsFt {

        flex-wrap: nowrap;
        justify-content: center;
        gap: 6%;
    }
}

.artwork__item {
    width: 335px;
    margin-top: 60px;
}

.artwork__item:first-of-type {
    margin-top: 33px;
}

@media screen and (min-width: 769px) {
    .artwork__item {
        width: 45%;
        max-width: 550px;
        margin-top: 120px;
    }

    .artwork__item:first-of-type {
        margin-top: 120px;
    }
}

.artwork__itemFt {
    width: 337px;
    margin-top: 10px;
}

@media screen and (min-width: 769px) {
    .artwork__itemFt {
        width: 380px;
        margin-top: 10px;
    }
}

.artwork__itemFt:first-of-type {
    margin-left: 0;
    margin-top: 45px;
}

@media screen and (min-width: 769px) {
    .artwork__itemFt:first-of-type {
        margin-left: 3%;
        margin-top: 10px;
    }
}

@media screen and (min-width: 1340px) {
    .artwork__itemFt:first-of-type {
        margin-left: 0%;
        margin-top: 10px;
    }
    
}

.artwork__sitename {
    font-size: 2rem;
    line-height: 1.2;
}

@media screen and (min-width: 769px) {
    .artwork__sitename {
        /* font-size: 2.6rem; */
        font-size: 1.8vw;
        line-height: 1;
    }
}

@media screen and (min-width: 1440px) {
    .artwork__sitename {
        font-size: 2.6rem;
    }
}
.artwork__sitenameFt {
    font-size: 2rem;
}

.artwork__state {
    font-size: 1.2rem;
    margin-left: 5px;
}

@media screen and (min-width: 769px) {
    .artwork__state {
        /* font-size: 1.6rem; */
        font-size: 1.1vw;
        margin-left: 5px;
        line-height: 1.1;
    }
}

@media screen and (min-width: 1440px) {
    .artwork__state {
        font-size: 1.6rem;
    }
}

.artwork__stateFt {
    font-size: 1.2rem;
}


.artwork__titleBox {
    width: 335px;
    height: 66px;
    display: flex;
    justify-content: space-between;
    padding: 27px 0 10px;
    align-items: flex-end;
}


@media screen and (min-width: 769px) {
    .artwork__titleBox {
        width: 100%;
        height: 66px;
        padding: 27px 0 20px;
    }
}

.artwork__titleBoxFt {
    width: 337px;

}

@media screen and (min-width: 769px) {
    .artwork__titleBoxFt {
        width: 380px;
    }
}

.artwork__nameBox {
    display: flex;
    align-items: flex-end;
}

.artwork__form {
    width: fit-content;
    height: 24px;
    border-radius: 5px;
    border: 1px solid var(--text-primary);
    padding: 3px 8px;
    /* margin: auto 0 10px auto; */
}

.artwork__formTxt {
    font-size: 1.5rem;
    line-height: 1;
}

.artwork__thumbnail {
    width: 335px;
    height: 216px;
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid var(--text-primary);
}

@media screen and (min-width: 769px) {
    .artwork__thumbnail {
        width: 100%;
        height: auto;
        aspect-ratio: 11/7;
    }
}

.artwork__thumbnail img {
    width: 335px;
    height: 216px;
    object-fit: cover;
    background-color: #312A20;
    transition: 0.6s;
}


.artwork__thumbnail img:hover {
    transform: scale(1.1);
}

@media screen and (min-width: 769px) {
    .artwork__thumbnail img {
        width: 100%;
        height: auto;
        aspect-ratio: 11/7;
    }
}

.artwork__thumbnailFt  {
    width: 337px;
    height: 216px;
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid var(--text-primary);
}

.artwork__thumbnailFt img{
    width: 337px;
    height: 216px;
}

@media screen and (min-width: 769px) {
    .artwork__thumbnailFt img{
        width: 380px;
        height: 245px;

    }
    .artwork__thumbnailFt  {
        width: 380px;
        height: 245px;
        overflow: hidden;
        border-radius: 15px;
        border: 1px solid var(--text-primary);
    }
}


.artwork__thumbnailBn img {
    object-fit: contain;
}

.artwork__processTxt {
    font-size: 1.2rem;
}

@media screen and (min-width: 769px) {
    .artwork__processTxt {
        margin-top: 10px;
        font-size: 1.1vw;
        /* font-size: 1.6rem; */
    }
}

@media screen and (min-width: 1440px) {
    .artwork__processTxt {
        font-size: 1.6rem;
    }
}
.parentheses {
    vertical-align: 5%;
}

