@charset "UTF-8";



img {
    width: 100%;
    height: auto;
}
@media (hover: hover) {
a:hover{
    opacity: 0.5;
    transition: all 0.5s;
}
}
.sp {display: none;} 


.header_inner {
    display: flex;
    margin: 4% 6% 18%;
}
.header_inner div:first-child {
    margin-right: 3%;
    z-index: 1000;
}
.header_inner .flexslider {
    flex: 1;
    box-shadow: 6vw 6vw #E3E8F0;
}
.header_inner .flexslider .flex-control-nav {
    display: none;
}
h1 {
    font-size: clamp(22px, 3.6vw, 3.6vw);
    letter-spacing: 3px;
}
h1 + span {
    display: block;
    font-size: clamp(7px, 1vw, 1vw);
    line-height: 1.3;
    margin-top: 5%;
    font-feature-settings: "palt";
}
nav {
    position: fixed;
    top: 0;
    right: 6%;
    z-index: 1000;
}
nav ul {
    display: flex;
    margin-top: 13%;
}
nav ul li {
    font-size: clamp(10px, 0.8px, 0.8vw);
    color: #716862;
    font-weight: bold;
    margin-left: 17px;
}
@media (hover: hover) {
nav ul li:hover {
    transform: translateY(-3px);
    transition: all 0.7s;
}
}
/* fixed */
header a.title.fixed::before,
header a.title.fixed::after {
    position: fixed;
    animation: fade-in 3s;
    animation-fill-mode: forwards;
}
header a.title.fixed::before {
    content: "KasaiMinako";
    top: 15px;
    font-size: 22px;
    letter-spacing: 2px;
    z-index: 1000;
}
header a.title.fixed::after {
    content: "Graphic・Web Designer Portfolio site";
    top: 40px;
    font-size: 8px;
    font-feature-settings: "palt";
    z-index: 1000;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.product {
    max-width: 1500px;
    margin: -80px auto 10%;
    padding: 80px 2% 0;
}
.product .pro-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product .pro-box div {
    flex-basis: 48%;
    margin-bottom: 40px;
}
.product .pro-box div img {
    margin-bottom: 10px;
}
.product .pro-box div p {
    font-size: clamp(10px, 1vw, 1vw);
    margin-bottom: 5px;
}
.product .pro-box div p span {
    color: #a7b9d6;
    letter-spacing: 1px;
}


footer {
    position: relative;
    height: 255px;
    background-color: #E3E8F0;
}
footer div {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
footer div p {
    font-size: clamp(25px, 3.3vw, 3.3vw);
    letter-spacing: 5px;
    color: #FFF;
    margin-bottom: 5px;
}
footer div span {
    font-size: clamp(8px, 0.8vw, 0.8vw);
    letter-spacing: 2px;
}


.effect-fade {
    opacity: 0;
    transform: translate(0, 45px);
    transition: all 0.7s;
}
.effect-fade.effect-scroll {
    opacity: 1;
    transform: translate(0, 0);
}


@media screen and (max-width: 1500px) {
    .product {
        max-width: 1200px;
    }   
}
@media screen and (max-width: 550px) {
    .sp {
        display: block;
    }
    .header_inner {
        flex-direction: column;
    }
    h1 {
        letter-spacing: 5px;
        line-height: 1;
    }
    h1 + span {
        margin: 4px 0 15px;
    }
    .header_inner .flexslider {
        box-shadow: 6vw 13vw #E3E8F0;
    }
    .header_inner .flexslider img {
        width: 100vw;
    }
    .product {
        margin: 0 auto 10%;
    }
    .product .pro-box div {
        flex-basis: 90%;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .product .pro-box div img {
        margin-bottom: 5px;
    }
    .product .pro-box div p {
        margin-bottom: 3px;
    }
    footer {
        height: 125px;
    }
    footer div p {
        margin-bottom: 0;
    }

    .hamburger {
        position: fixed;
        top: 2.7%;
        right: 2%;
        width: 55px;
        height: 55px;
        border-radius: 70px;
        background-color: #E3E8F0;
        z-index: 10000;
    }
    .hamburger .btn {
        width: 25px;
        height: 40px;
        margin: 17px auto 0;
    }
    .hamburger .btn span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #FFF;
        border-radius: 4px;
        transition: all .6s;
    }
    .hamburger .btn span:nth-child(1) {
        margin-top: 4px;
    }
    .hamburger .btn span:nth-child(2) {
        margin-top: 7px;
    }
    .hamburger .btn span:nth-child(3) {
        margin-top: 8px;
    }
    .hamburger.nav-open .btn span {
        position: relative;
    }
    .hamburger.nav-open .btn span:nth-child(1) {
        transform: rotate(45deg);
        top: 10px;
    }
    .hamburger.nav-open .btn span:nth-child(2) {
        opacity: 0;
    }
    .hamburger.nav-open .btn span:nth-child(3) {
        transform: rotate(-45deg);
        top: -9px;
    }
    nav {
    width: 100%;
    height: 13%;
    background: #E3E8F0 center;
    right: 0;
    z-index: 1500;
    }
    nav ul {
    height: 100%;
    align-items: center;
    margin-top: 0;
}
    nav ul li {
    margin-left: 30px;
    }


}




  /*--------- about ---------*/
.brand-info div:last-child .about {
    font-size: 14px;
    line-height: 1.5;
}
.brand-info div:last-child .about p {
    display: block;
    font-size: 13px;
    border-top: 1px dotted #716862 ;
    border-bottom: 1px dotted #716862 ;
    line-height: 1.1;
    text-indent: -1em;
    padding: 0 0 5px 1em;
    margin: 10px 0;
}
.brand-info div:last-child .about p span {
    display: block;
    color: #000;
    letter-spacing: 0;
    margin:  6px 0;
}



  /*--------- contact ---------*/
.snow-monkey-form {
    width: 50%;
    margin: 0 auto;
}
form.snow-monkey-form .smf-text-control__control, 
form.snow-monkey-form .smf-textarea-control__control {
    padding: 10px;
    margin-bottom: 4px;
    border: 2px solid #E3E8F0;
    border-radius: 5px;
    background: #fafafb;
    font-size: 13px;
}
.snow-monkey-form #--description {
    font-size: 12px;
    color: #8aa4cf;
    font-weight: bold;
    margin-bottom: -15px;
    }
form.snow-monkey-form .smf-item__label__text {
    position: relative;
}
.snow-monkey-form .smf-item:has([data-validations~="required"]) .smf-item__label__text::after {
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    display: grid;
    place-items: center;
    width: 40px;
    height: 19px;
    border-radius: 4px;
    content: "必須";
    font-size: 12px;
    color: #fff;
    background: #a7b9d6;
    letter-spacing: 1px;
}
.snow-monkey-form button[data-action="confirm"], 
.snow-monkey-form button[data-action="back"], 
.snow-monkey-form button[data-action="complete"] {
    width: 80%;
    padding: 12px 20px;
    border: none;
    border-radius: 25px;
    background: #a7b9d6;
    color: #fff;
    font-size: 18px;
    transition: background-color 0.3s ease;
}
.snow-monkey-form button[data-action="back"] {
    background: #d4d4d4;
    margin-bottom: 15px;
}
.snow-monkey-form .smf-action .smf-button-control+.smf-button-control {
    margin-left: 0;
}
.snow-monkey-form .smf-complete-content {
    margin: 100px 0;
    line-height: 2;
}
.snow-monkey-forms-turnstile--position\:after {
    margin-bottom: 80px;
}
.con-p {
    text-align: center;
    line-height: 1.7;
    letter-spacing: 1px;
    margin: -50px 0 100px 0;
}
.cyuui01 {
    text-align: center;
    font-size: 12px;
    color: #345434;
}
.snow-monkey-forms-turnstile>div {
    width: 41%;
    margin: 0 auto;
}

@media screen and (max-width: 550px) {
    .snow-monkey-form {
        width: 90%;
    }
    .con-p {
        margin: 0 0 100px 0;
    }
    .snow-monkey-forms-turnstile>div {
        width: 80%;
    }
}
