@charset "UTF-8";
/* .zen-maru-gothic-medium {
    font-family: "Zen Maru Gothic", serif;
  }
  .yusei-magic-regular {
    font-family: "Yusei Magic", serif;
  }
  .kanit-regular {
    font-family: "Kanit", serif;
  } */
  
/* header */
h1 {
    font-family: "Yusei Magic", serif;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 5px;
    line-height: 2em;
    
}
p {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

header {
    padding: 20px 80px;
     text-align: center;
}

.nav-list {
display: flex;
justify-content: center;
text-decoration: underline;
color: #d64161;

}
.nav-nav {
    font-family: "Yusei Magic", serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 1em;
}
.submenu-a {
    font-family: "Kanit", serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.4em;
    line-height: 2;
}
.submenu-b {
    font-family: "Kanit", serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.4em;
    line-height: 2;
}

.g-nav ul {
    display: flex;
    gap: 30px;
}

.g-nav .nav-list {
    overflow: visible;
}
.g-nav .nav-list >li {
    position: relative;
    overflow: visible;
}
.g-nav .nav-list .submenu-a {
    position: absolute;
    min-width: 100%;
    display: none;
    z-index: 9999;

}
.g-nav .nav-list li:hover .submenu-a {
    display: block;
}
.g-nav .nav-list .submenu-a li {
    border-top: 1px solid var(--gnav-bd);
}
/*  */
.g-nav .nav-list .submenu-b {
    position: absolute;
    min-width: 100%;
    display: none;
    z-index: 9999;
}
.g-nav .nav-list li:hover .submenu-b {
display: block;
}
.g-nav .nav-list .submenu-b li {
    border-top: 1px solid var(--gnav-bd);
}
a {
    color: #d64161;
    transition: 0.6s;

}
a:hover {
    color: #9702a1;
}
/*  */

/*main*/
body {
    background-color: whitesmoke;
}
section {
    padding: 20px 80px;
}

.main {
    display: flex;
    align-items: center;
}

h2 {
    font-family: "Kanit", serif;
    font-size: 36px;
    letter-spacing: 1.4px;
} 
.mas-1 {
padding-top: 200px;
}

.top-img {
    position: relative;
    z-index: 999;
    right: -38%;
    
    max-width: 520px;
    height: auto;
}
.top-img {
    border-radius: 5%;
}
.mas-2 {
    color: #ff7d00;
    font-family: "Kanit", serif;
    font-size: 42px;
    line-height: 1.5;
    padding-bottom: 20px;
    position: absolute;
    z-index: 9998;
    left: 27%;
    top: 50%;
}

.mas-3 {
    color: #ff7d00;
    font-family: "Kanit", serif;
    font-size: 42px;
    line-height: 1.5;
    position: absolute;
    z-index: 9998;
    left: 27%;
    top: 65%;
}

/* work */
.text-1 {
    font-family: "Kanit", serif;
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    padding: 30px 0;
    text-decoration: underline;
}
.sakuhin {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    /* text-align: center; */
}
.sakuhin li img{
    max-width: 400px;
    object-fit: cover;
    border: 1px solid #030303;
}
.sakuhin-1 {
    padding: 20px 0;
}
.sakuhin-2 {
    padding: 20px 0;
}

.pop:hover {
    box-shadow: 0 5px 5px #ff7d00;
    transform: translate(0, -5px);
}
.sakuhin2 {
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    padding-top: 30px;
}

.sakuhin2 li img {
    max-width: 400px;
    height: 195.75px;
    object-fit: cover;
    border: 1px solid #030303;
}
.sakuhin2-1 {
    text-align: center;
    padding: 20px 0;
} 
.btn-look {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-size: 34px;
    padding-top: 20px;
    padding-left: 180px;
    margin: 20px;
}
.btn-look a {
    background-color: #fff;
    padding:15px 40px;
    border-radius: 15px;
    text-decoration: none;
}
.btn-look a:hover {
    background-color: white;
    border:3px solid skyblue;
}
/* about */

.prof-0 {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

.prof-1 {
    font-family: "Kanit", serif;
    font-weight: 600;
    font-size: 42px;
    letter-spacing: 1.4px;
    line-height: 1.5;
    text-align: center;
}
.prof-2 {
    font-size: 32px;
    letter-spacing: 1.4px;
    line-height: 1.5;
    padding: 20px 130px 20px;
}
.prf-reed {
    font-size: 16px;
    padding-left: 130px;
    width: 580px;

}
.prf-pic img {
    background-color: whitesmoke;
    border-radius: 20%;
    max-width: 100%;
    margin-top: 80px;
    border: 1px solid #ffc3c3;
}
.btn-syou {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-size: 34px;
    padding-top: 20px;
    padding-left: 180px;
    margin: 20px;
}
.btn-syou a {
    background-color: #fff;
    padding:15px 40px;
    border-radius: 15px;
    text-decoration: none;
}
.btn-syou a:hover {
    background-color: white;
    border:3px solid skyblue;
}

/* contact */
.mail {
    font-family: "Zen Maru Gothic", serif;
    font-size: 48px;
    text-align: center;
    padding-bottom: 60px;
}
.contact {
    background-color: darkorange;
}
.name-w {
    font-size: 20px;
text-align: center;
padding-bottom: 40px;
}
/* footer */
.foot {
    position: fixed;
    bottom: 40px;
    right: 10px;
    padding: 6px 40px;
}
.foot img {
    max-width: 100px;
 }
/*  */
 
@media screen and (max-width: 767px) {
    header {
        padding: 10px 20px;
    }

    section {
        padding: 10px 20px;
    }
    h1 {
        font-size: 20px;
    }
    .top-img {
        width: 60%;
        right: 0%;

    }
    .mas-2 {
        font-size: 20px;
        left: 10%;
        top: 35%;
    }
    .mas-3 {
        font-size: 20px;
        left: 10%;
        top: 45%;
    }
.prf-reed {
    padding-left: 20px;
}

    .mail {
        font-size: 32px;
    }
    .pc {
        width: 100%;
    }
    .g-nav .nav-list .nav-nav.submenu-a {
        display: none;
    }
    .g-nav .nav-list .nav-nav.submenu-b {
        display: none;
    }
.submenu-a li a {
    display: none;
}
.submenu-b li a {
    display: none;
}    
}

@media screen and (max-width: 767px) {
    #g-nav {
        position: fixed;
        background-color: #ffc3c3;
        z-index: 99999;
        width: 100%;
        height: 50vh;
        top: 0;
        right: -100%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.6s;
    }
    #g-nav.panel-active {
        right: 0;
    }
    .nav-list {
        flex-direction: column;
        align-items: center;
    }
    .nav-list a {
        font-size: 36px;
    }
    
    .open-btn {
        display: flex;
        gap: 6px;
        flex-direction: column;
        padding: 12px 0;
        position: relative;
        z-index: 999999;
    }
    .open-btn span {
        display: block;
        width: 40px;
        height: 4px;
        background-color: #333;
        transition: 0.6s;
    }
    .active:nth-child(1) {
        transform: translateY(10px) rotate(-45deg);
    }
    .active:nth-child(2) {
        opacity: 0;
    }
    .active:nth-child(3) {
        transform: translateY(-10px) rotate(45deg);
    }
    .foot img {
        width: 90px;
    }
}