@charset"utf-8";
body{
    color:var(--primary--black);
}
h2{
    color:var(--primary--black);
    font-family: var(--primary--font--title);
    font-size: 2.4rem;
}
/* =====header===== */
.header__btn1,
.header__btn2{
    background-color: var(--primary--brown);
}
/* nav 初期設定 */
.nav{
    background-color:var(--primary--offwhite);
}

/* =========
main
===========*/

/* article header */
.mainImg{
    padding: 80px 0px 0px;
    width: 100vw;
    height: auto;
    position: relative;
}
.mainImg img{
    width: 100%;
    object-fit: cover;
}

.mainImg__txt1,
.mainImg__txt2{
    font-size: var(--primary-fontsize24pxsp);
    font-family: var(--primary--font--title);
    display: block;
    position: absolute;
}

.mainImg__txt1{
    top: 130px;
    left: 10.67%;
}

.mainImg__txt2{
    top: 155px;
    left: 25%;
}

/* articleheader pc */
@media screen and (min-width:769px){
    .mainImg{
        width: 100vw;
        height: 100%;
    }

    .mainImg img{
        width: 100%;
        object-fit: cover;
    }
    .mainImg__txt1,
    .mainImg__txt2{
        font-size: var(--primary-fontsize64pxpc);
    }

    .mainImg__txt1{
        top: 260px;
        left: 50%;
        transform: translateX(-180%);
        top: calc(50% - 12vh);
    }

    .mainImg__txt2{
        top: 340px;
        left: 50%;
        transform: translateX(-150%);
        top: calc(50% - 3vh);
    }
}
/* pc 769px */

/*=====
works 
=====*/
.worksabout__title{
    margin: 0px auto 0px 8vw;
    display: flex;
    position: relative;
}

.works__titleja{
    position: absolute;
    font-size: 1.2rem;
    top: 15px;
    left: 75px;
}

.works__list{
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    align-items: center
}
.works__img{
    width: 325px;
    /* height: 175px; */
    margin: 20px auto 0px;
}

.works__img img{
    width: 100%;
    /* border-radius: 10px; */
    height: 100%;
    object-fit: cover;
}
.works__img a:hover img{
    opacity: 0.5;
    background-color: white;
}
.works__list__txturl{
    color: #ed8709;
    position: relative;
    cursor: pointer;
}
.works__list__txturl::after{
    content: '';
    position: absolute;
    bottom: 0;           /* 下線の位置 */
    left: 0;             /* 左端からスタート */
    width: 0;            /* 初期は幅ゼロ */
    height: 1px;         /* 下線の太さ */
    background-color: #ed8709; /* 下線の色 */
    transition: width 0.3s ease;
}
.works__list__txturl:hover::after{
    width: 100%;
}

.works__list__titleen{
    color: var(--primary--worksgreen);
    font-size: 10px;
    margin-top: 10px;
    text-align: left;
    width: 325px;
    line-height: 1.15;
}

.works__list__title{
    font-size: 1.4rem;
    width: 325px;
    line-height: 1.15;
}

.works__list__txt{
    font-size: 1.2rem;
    margin-top: 15px;
    width: 325px;
}
.more__btnworks{
    font-size: 1.2rem;
    margin-top: 15px;
    width: 325px;
}
.more__btnworks a{
    position: relative;
}
.more__btnworks a::before{
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 41px;
    width: 23px;
    height: 7px;
    border: none;
    border-right: 1px solid var(--primary--black);
    border-bottom: 1px solid var(--primary--black);
    transform: skew(45deg);
    transition: 1s;
}

.more__btnworks a:hover::before{
    right: 10px;
    width: 33px;
    cursor: pointer;
}
.more__btn{
    text-align: center;
}
.more__btn a {
    color: var(--primary--worksgreen);
    font-size: 1.4rem;
    display: inline-block;
    width: 70px;   /* ボタンの横幅 */
    height: 70px;  /* ボタンの縦幅 */
    line-height: 70px;
    text-align: center;
    border-radius: 50%;  /* 丸にする */
    position: relative;
    text-decoration: none;
    border: 1px solid var(--primary--worksgreen);
  }
  
  /* 二重丸の内側 */
  .more__btn a::before {
    content: "";
    position: absolute;
    top: 3px;    /* 外の円からの間隔 */
    left: 3px;
    right: 3px;
    bottom: 3px;
    border: 1px solid var(--primary--worksgreen);
    border-radius: 50%;
  }
  .more__btn a:hover::before {
    transform: scale(1.1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }

/* myfavorite pc */
@media screen and (min-width:769px){
    .works__group{
        display: flex;
        justify-content: flex-start;
        margin: 0px var(--primary-margin120pxpc);
        gap: 13.8vw;
        flex-wrap: wrap;
    }
    .worksabout__title{
        margin: 0px auto 0px var(--primary-margin120pxpc);
    }
    .works__titleen{
        font-size: 4rem;
    }
    .works__titleja{
        font-size: 2.4rem;
        left: 125px;
        top: 18px;
    }
    
    .works__list{
        /* width: 500px;
        height: 491.67px; */
        margin: 40px 0px ;
        display: flex;
        flex-direction: column;
        /* padding: 30px 60px; */
        align-items: flex-start;
    }
    /* .works__list:first-of-type{
        margin-left: var(--primary-margin120pxpc);
    }
    .works__list:last-of-type{
        margin-right: var(--primary-margin120pxpc);
    } */
    
    .works__img{
        width: 34.72vw;
        height: auto;
        margin: 0px;
        aspect-ratio: 325/175;
    }
    
    .works__list__titleen{
        font-size: 2rem;
        margin-top: 20px;
        text-align: left;
        width: 34.72vw;
        line-height: 1.15;
    }
    
    .works__list__title{
        font-size: 2.4rem;
        line-height: normal;
        width: auto;
        width: 34.72vw;
    }
    
    .works__list__txt{
        font-size: 1.6rem;
        margin-top: 20px;
        width: auto;
        line-height: normal;
        width: 34.72vw;
    }
    .more__btnworks{
        font-size: 1.6rem;
        margin-top: 20px;
        width: auto;
        width: 34.72vw;
    }
    .more__btnworks a::before{
        top: 12px;
        left: 53px;
        width: 43px;
    }
    .more__btnworks a:hover::before{
        width: 53px;
    }
    .more__btn a {
        font-size: 2.0rem;
        width: 100px;   /* ボタンの横幅 */
        height: 100px;  /* ボタンの縦幅 */
        line-height: 100px;
        border: 1.5px solid var(--primary--worksgreen); /* 外側の丸 */
      }
      
      /* 二重丸の内側 */
      .more__btn a::before {
        border: 1.5px solid var(--primary--worksgreen);
      }
    
}

/* myfavorite pc */
@media screen and (min-width:1280px){
    .section__header--myfavorite{
        padding: 25px 10%;
    }

    .myfavorite__topic--pc{
        display: block;
        width: 220px;
        height: 115px;
    }

    .myfavorite__group .brpc{
        display: block;
    }

    .myfavorite__topic--sp{
        display: none;
    }

    .myfavorite{
        display: flex;
        margin: 60px 10%;
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 60px;
    }

    .myfavorite__list,
    .myfavorite__list:first-of-type{
        margin: 0;
    }

    .myfavorite__list:last-of-type{
        margin-bottom: 0;
    }
    
    .myfavorite__group{
        max-width: 500px;
    }

    .myfavorite__item,
    .myfavorite__item--en{
        font-size: 2.4rem;
    }

    .myfavorite__item{
        margin-top: 20px;
    }

    .myfavorite__txt{
        font-size: 2.0rem;
        margin-top: 10px;
    }
}

/* aboutme */
.works__titleja--aboutme{
    left: 106.54px;
}
.aboutme__topic--pc,
.aboutme__Imgpc,
.pagetopbtn__pcImg,
.aboutme__txt aboutme__txt--pc{
    display: none;
}

.section__header--aboutme{
    padding: 25px 5.3%;
}

.aboutme__topic--sp img{
    width: 100px;
    height: 50px;
}

.aboutme__Imgsp img{
    width: 180px;
}

.aboutme__main{
    padding: 0 5.3%;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8vw;
    margin-top: 40px;
}

.aboutme__name {
    text-align: center;
}

.aboutme__name span{
    display: block;
}

.aboutme__name--ja{
    font-size: 1.6rem;
}

.aboutme__name--en{
    font-size: 1.4rem;
}

.aboutme__txt{
    padding: 40px 5.3% 20px;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.7;
}

.aboutme__txt--p{
    margin-top: 40px;
}

.wave img{
    width: 100vw;
    transform: scaleX(-1);
}  

/* aboutme pc */
@media screen and (min-width:769px){
    .works__titleja--aboutme{
        left: 188px;
    }
    .aboutme__topic--sp,
    .aboutme__txt .aboutme__txt--sp,
    .aboutme__Imgsp{
        display: none;
    }

    .aboutme__topic--pc,
    .aboutme__txt aboutme__txt--pc,
    .aboutme__Imgpc{
        display: block;
    }

    .section__header--aboutme{
        padding: 70px 10%;
    }

    .aboutme__topic--pc img{
        width: 200px;
        height: 110px;
    }

    .aboutme{
        display: flex;
        justify-content: center;
        padding: 60px var(--primary-margin120pxpc);
        gap: 6.94vw;
    }

    .aboutme__main{
        display: inline-block;
        text-align: center;
        padding: 0;
        width: 360px;
        height: 360px;
        margin-top: 0px;
    }

    .aboutme__Imgpc{
        width: 360px;
    }

    
    .aboutme__name--ja{
        font-size: 2.4rem;
        text-align: center;
        margin-top: 10px;
    }
    
    .aboutme__name--en{
        font-size: 2.0rem;
        font-weight: 300;
        text-align: center;
    }

    .aboutme__txt{
        font-size: 2.0rem;
        font-weight: 300;
        padding: 0;
    }

    .aboutme__txt--p{
        margin-top: 50px;
    }

}

/* aboutme 320px */
@media screen and (max-width:374px){
    .aboutme__main{
        column-gap: 10px;
    }
}

/* contact */
/* .contact__topic--center{
    color:#31744B;
    text-align: center;
    font-family: "Berkshire Swash";
    font-size: 2.4rem;
    padding: 25px 0;
}

.section__contact{
    text-align: center;
}

.contact__list{
    font-size: 1.2rem;
    max-width: 335px;
    margin: 0 auto;
}

.contact__group,
.contact__group--sns{
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    padding: 20px 0;
}

.contact__group:first-of-type{
    padding-top: 60px;
}
.contact__item{
    width: 25.1%;
}

.contact__item span{
    display: block;
}

.contact__txt{
    text-align: left;
}

.map{
    padding: 0 5.3%;
}

.map__item{
    max-width: 335px;
    height: 184px;
    margin: 0 auto;
}

.map__iframe{
    width: 100%;
    height: 100%;
}

.pagetopbtn{
    width: 20px;
    margin-left: auto;
    margin-top: 40px;

}

.pagetopbtn img{
    width: 100%;
    height: 100%;
} */

/* contact pc */
/* @media screen and (min-width:769px){
    .contact__topic--center{
        padding:0 0 75px;
        font-size: 4.0rem;
    }

    .contact__item{
        font-size: 1.6rem;
    }
    .contact__group{
        padding-bottom: 32px;
    }

    .contact__txt{
        font-size: 1.6rem;
    }

    .contact__list{
        min-width: 700px;
        margin: 0 auto;
    }
    
    .contact__list div{
        display: flex;
        justify-content: space-between;
    }
    
    .contact__item{
        width: 18.9%;
    }
    
    .contact__item span{
        display: block;
    }

    .contact__txt{
        width: 48.9%;
        text-align: left;
    }

    .contact__txt img{
        width: 20px;
    }

    .map{
        padding: 24px 0 0 0;
    }

    .map__item{
        max-width: 716px;
        height: 445px;
        margin: 0 auto;
    }

    .map__iframe{
        width: 100%;
        height: 100%;
    }

    .pagetopbtn{
        margin-right: 10%;
        width: 64px;
        margin-top: 0;
        
    }
} */
/* pc 769px */


/* .footer{
    background-color: #31744B;
    padding: 20px 5.3%;
}

.footer__logo{
    width: 63px;
    height: 17px;
}

.footer__logo img{
    width: 100%;
}

.footer__item{
    color:#FFFAF3;
    font-family: "Berkshire Swash";
    font-size: 1.2rem;
    margin-top: 10px;
}

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

.footer__sns{
    width: 15px;
    margin-top: 30px;
}

.copy{
    color: #000;
    font-size: 1.0rem;
    margin-top: 30px;
} */

/* footer pc */
/* @media screen and (min-width:769px){
    .footer{
        padding: 60px 10%;
    }    

    .footer__logo{
        width: 156px;
        height: 48px;
    }

    .footer__logo img{
        width: 100%;
    }

    .footer__list{
        display: flex;
        font-size: 3.6rem;
    }

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

    .footer__item{
        margin: 0 0 0 24px;
        font-size: 2.4rem;
    }

    .footer__logolist{
        display: flex;
        justify-content: space-between;
    }

    .footer__sns{
        width: 25px;
        height: 25px;
        margin: 5px 0 0 25px;
    }

    .copy{
        margin-top: 85px;
    }

    .copy small{
        color:#FFFAF3;
        font-size: 1.2rem;
    }

} */
/* pc 769px */