@charset "UTF-8";

html{
    font-size:100%;
}
img{
    max-width:100%;
}
a{
    color:inherit;
    text-decoration:none;
}
li{
    list-style:none;
}




/*フォント設定*/
body{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing:0.5px;
    background-image:url(../images/paper.jpg);
    background-repeat:repeat;
    background-size:400px;
    background-color:rgba(255, 255, 255, 0.7);
    background-blend-mode:screen;
}
h1{
    font-family: "Acme", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing:6px;
}
.h1-title{
    font-weight: 700;
    letter-spacing:0.3px;
}
.blog-category, nav ul li, .h2-title, .viewmore, #archive-blog ul li a, #archive-design ul li a{
    font-family: "Afacad", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing:2px;
}
#archive-blog ul li a, #archive-design ul li a{
    font-size:15px;
}
.h2-title, nav ul li{
    letter-spacing:4px;
}



/*共通部分--------------------------*/

/*線*/
.line{
    border-top:2px dashed;
}
/*余白*/
#home-blog, #home-design, #home-photograph, #archive-blog, #single-design, #archive-design, #home-photograph, #archive-photograph{
    margin:0 20px;
}
/*各タイトル*/
.main-title{
    padding:50px 0 50px 0;
    overflow:hidden;
}
.h2-title{
    color:#77C7C8;
}
h2{
    letter-spacing:5px;
    white-space:nowrap;
    font-weight:500;
}
.main-title div{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
}
.main-title .line{
    width:100vw;
    color:#77C7C8;
}
/*viewmore*/
.viewmore{
    text-align:right;
}
.viewmore a:hover img{
    width:30px;
    transition:0.7s ease;
}
.viewmore img{
    width:35px;
    transition:0.7s ease;
}

/*ホーム以外 タイトル*/
#blog-single h3, #single-design h3{
    font-size:22px;
    font-weight:500;
    padding-top:15px;
}
#blog-single .line, #single-design .line{
    margin:15px 0;
    color:#b0e0e1;
}

/*ページング*/
.pagination{
    text-align:center;
}
.wp-pagenavi span.pages{
    border:none;
    font-size:14px;
    font-weight:600;
}
.wp-pagenavi a, .wp-pagenavi span{
    border:1px solid #77C7C8;
    padding:3px 12px 6px 12px;
    margin: 2px 3px;
    border-radius:50px;
}
.wp-pagenavi span.current{
    background-color:#77C7C8;
    color:white;
}




/*ナビゲーション---------------------*/
.marker{
    padding:2px 0 2px 5px;
    background:linear-gradient(transparent 60%, #b0e0e1 60%);
    background-size:0% 100%;
    background-repeat:no-repeat;
    transition:.6s ease;
}
.marker:hover{
    background-size:100% 100%;
    transition:.6s ease;
}
#descktop-menu{
    display:none;
}

/*モバイル*/
body.home .mobile-h1{
    display:none;
}
.mobile-h1{
    padding:30px 4vw 40px;
}
.mobile-h1 a{
    color:#77C7C8;
}
.menu-btn{
    width:50px;
    height:50px;
    background-image: url(../images/menu.png);
    background-position:center;
    background-size:25px;
    position:fixed;
    top:0;
    right:0;
    margin:20px 20px 0 0;
    z-index:100;
    background-color:#77C7C8;
    border-radius:50px;
    transition:0.6s;
}
.menu-btn.isactive{
    background-image: url(../images/close.png);
    transition:0.6s;
}
#mobile-menu{
    position:fixed;
    top:0;
    z-index:99;
    background-image:url(../images/top_mobile.jpg);
    background-size:cover;
    background-position:90% 0%;
    height:100vh;
    width:100vw;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:auto;
    text-align:center;
    display:none;
}
#mobile-menu.isactive{
    display:flex;
}
#mobile-menu .h1-title{
    color:#F45434;
    font-size:13px;
}
#mobile-menu h1{
    color:#F45434;
    font-size:44px;
}
#mobile-menu .line{
    color:#FFF;
    margin:10px auto;
    width:100px;
}
#mobile-menu ul{
    padding-top:20px;
}
#mobile-menu li{
    color:#FFF;
    font-size:20px;
    padding:7px;
}



/*ファーストビュー*/
#fv{
    position:relative;
    text-align:center;
    height:90vh;
    width:100vw;
    background-image:url(../images/top_mobile.jpg);
    background-position:right bottom;
    background-size:cover;
}
#fv .fv-text{
    position:absolute;
    top:20%;
    padding:0 20px;
    width:100vw;
}
#fv h1{
    color:#F45434;
    font-size:55px;
}
#fv .h1-title{
    color:#F45434;
    font-size:15px;
}
#fv .line{
    color:#FFF;
    width:120px;
    margin:10px auto;
}
.fv-description{
    font-size:13px;
    color:#FFF;
    padding-top:20px;
    line-height:33px;
    font-weight:500;
}




/*ホーム 抜粋表示*/
.sub-title{
    padding:0 0 15px 0;
    font-size:15px;
}
.blog-post, .design-post, .photograph-post{
    width:90vw;
    margin:0 auto 30px;
}
.blog-category{
    width:70px;
    height:23px;
    text-align:center;
    background-color:#77C7C8;
    color:#FFF;
    border-radius:2px;
    position:absolute;
    margin-top:10px;
    font-size:15px;
    padding-top:1px;
    z-index:50;
}
.thumbnail{ 
    overflow:hidden;
    z-index:49;
}
.blog-post .wp-post-image, .design-post .wp-post-image, .photograph-post .wp-post-image{
    border-radius:3px;
    width:100%;
    height:100%;
    object-fit:cover;
    transition-timing-function: ease-in;
    transition:.7s;
}
.blog-post .wp-post-image:hover, .design-post .wp-post-image:hover{
    opacity:0.6;
    transform:scale(1.1);
    transition:.7s;
}

.home-blog h3, .archive-blog h3, #single-post-archive h3, .home-design h3{
    font-weight:400;
    font-size:15px;
    padding-top:5px;
    font-size:15px;
    padding-top:2px;
}
time{
    font-size:15px;
    color:#929292;
}





/*ブログ個別ページ*/
#blog-single{
    width:90vw;
    max-width:900px;
    margin: 0 auto;
}
.single-blog-title-block .blog-category{
    position:static;
    margin-top:27px;
}
#blog-single time{
    margin-bottom:30px;
}
.single-post-block{
    margin:30px 0 50px;
}
#blog-single .wp-post-image{
    margin:20px 0;
    width:90vw;
    max-width:800px;
    height:auto;
}
#blog-single .wp-block-image img{
    margin:20px 0;
}

/*前後の投稿へ*/
.post-nav{
    display:flex;
    justify-content:space-between;
    gap:30px;
    align-items:center;
    max-width:900px;
}
.previous-post a{
    font-size:13px;
    display:flex;
    align-items:center;
}
.previous-post a::before{
    content:"";
    display:inline-block;
    width:25px;
    min-width:25px;
    height:25px;
    border-radius:30px;
    margin-right:6px;
    background-color:#77C7C8;
    background-image:url(../images/previous.png);
    background-size:55%;
    background-position:center;
    background-repeat:no-repeat
}
.next-post a{
    font-size:13px;
    display:flex;
    align-items:center;
}
.next-post a::after{
    content:"";
    display:inline-block;
    width:25px;
    min-width:25px;
    height:25px;
    border-radius:30px;
    margin-left:6px;
    background-color:#77C7C8;
    background-image:url(../images/next.png);
    background-size:55%;
    background-position:center;
    background-repeat:no-repeat;
}

/*ブログ個別ページのアーカイブ*/
body:not(.home) .sub-title{
    padding:80px 0 0 0;
}
#single-post-archive{
    display:grid;
    grid-template-columns:1fr 1fr;
    column-gap:20px;
}
#single-post-archive .blog-post{
    width:43vw;
    max-width:350px;
    margin:0 auto 20px;
}
#single-post-archive .blog-category{
    margin-top:25px;
}
#single-post-archive .wp-post-image{
    width:43vw; 
    max-width:350px;
    margin:20px 0 5px 0;
}
#single-post-archive time{
    font-size:12px;
    margin-top:-2px;
}




/*アーカイブ*/
#archive-blog .current, #archive-design .current{
    color:white;
    background-color:#77C7C8;
    border-radius:3px;
    display:inline-block;
    width:80px;
    height:30px;
    display:flex;
    justify-content:center;
    align-items:center;
}
#archive-blog .sub-title{
    padding:0;
}
#archive-blog ul, #archive-design ul{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin: 10px 0 50px;
    padding:0;
}
#archive-blog li, #archive-design li{
    font-size:18px;
    border:1px solid #77C7C8;
    border-radius:3px;
    width:80px;
    height:30px;
    display:flex;
    justify-content:center;
    align-items:center;
}




/*デザイン個別ページ*/
.flex-left{
    margin:30px 0;
}
.single-design-title{
    font-size:13px;
    padding:13px 0 5px;
    font-weight:500;
}
.single-design-sub-title{
    border-bottom:1px solid #77C7C8;
    padding:0 0 13px;
}
.type{
    padding:4px 20px 5px;
    background-color:#77C7C8;
    color:white;
    border-radius:30px;
    display:inline-block;
    font-size:13px;
    font-weight:500;
}
.pic{
    margin:50px auto;
    width:90vw;
    max-width:600px;
    display:block;
}
#single-design a{
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:13px;
    margin-top:50px;
}
#single-design a::after{
    content:"";
    display:inline-block;
    width:25px;
    height:25px;
    border-radius:30px;
    margin-left:6px;
    background-color:#77C7C8;
    background-image:url(../images/next.png);
    background-size:55%;
    background-position:center;
    background-repeat:no-repeat;
}



/*カメラさんぽ*/
.photograph-post{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:2vw;
}
#zoomback{
    display:none;
}



/*アバウト*/
#home-about{
    text-align:center;
    background-color:#E8F6F7;
    margin-bottom:-100px;
    border-radius:20px;
}
.home-about-flex{
    max-width:300px;
    margin:50px auto 0;
    padding:50px 0 60px;
}
#home-about img{
    border-radius:100px;
    width:200px;
    height:200px;
}
#home-about .home-about-flex div{
    text-align:left;
}
.home-about-name{
    font-size:30px;
    margin:0 0 20px 0;
}




/*フッター*/
.breadcrumb{
    background-color:#CAE4E5;
    font-size:12px;
    padding:5px 2vw;
}
.breadcrumb span{
    padding: 0 5px;
}
footer{
    width:100vw;
    height:auto;
    background-image:url(../images/top_mobile.jpg);
    background-position:top;
    margin-top:100px;
}
footer h1{
    color:#FFF;
    font-size:34px;
    padding:0 4vw;    
}
footer .h1-title{
    color:#FFF;
    font-size:13px;
    padding:20px 4vw 0;  
    font-weight:400;
}
small{
    color:#FFF;
    display:block;
    text-align:center;
    padding:50px 0 40px 0;
}






@media screen and (min-width:800px){

/*共通部分*/
body{
    background-size:800px;
}
/*余白*/
#home-blog, #home-design, #home-photograph, #archive-blog, #blog-single, #single-design, #archive-design,#home-about{
    width:70vw;
    max-width:900px;
    margin:0 auto;
}
/*各タイトル*/
.main-title{
    padding:100px 0 40px;
    width:70vw;
    max-width:900px;
}
.h2-title{
    font-size:18px;
}
h2{
    font-size:27px;
}
/*モバイル*/
.mobile-h1{
    display:none;
}
.line{
    border-top:4px dashed;
}


/*ヘッダー*/
#mobile-menu{
    display:none;
}
.menu-btn{
    display:none;
}
#descktop-menu{
    display:flex;
    justify-content:space-between;
    padding:25px 50px 30px;
}
body:not(.home)#descktop-menu{
    padding:25px 50px 100px;
}
#descktop-menu h1{
    color:#77C7C8;
}
#descktop-menu nav{
    margin:auto 0;
}
#descktop-menu ul{
    display:flex;
    align-items:center;
    gap:40px;
}



/*ホーム ファーストビュー*/
#fv{
    width:85vw;
    max-width:1000px;
    height:450px;
    background-image:url(../images/top_descktop.jpg);
    background-size:140%;
    background-position:right bottom -80px;
    margin:auto;
    border-radius:30px;
    padding:0 5vw;
}
#fv .fv-text{
    text-align:left;
    top:15%;
    width:auto;
}
#fv h1{
    font-size:65px;
}
#fv .h1-title{
    font-size:17px;
    margin-bottom:5px;
}
#fv .line{
    display:none;
}
.fv-title{
    border-left:3px dashed #FFF;
    padding-left:25px;
}



/*ホーム 抜粋表示*/
.home-blog, .archive-blog, #single-post-archive{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:1.6vw;
    max-width:900px;
}
.blog-post{
    width:22vw;
    max-width:280px;
}
.blog-post .wp-post-image, #single-post-archive .wp-post-image{
    width:22vw;
    max-width:280px;
    height:15vw;
    max-height:200px;
}
#single-post-archive .blog-post{
    width:22vw;
    max-width:280px;
}



.home-design{
    display:grid;
    grid-template-columns:1fr 1fr;
    max-width:900px;
    gap:20px;
}
.design-post, .design-post .wp-post-image{
    width:34vw;
    max-width:437px;
    height:25vw;
    max-height:350px;
}




/*カメラ*/
.photograph-post{
    display:grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    gap:1.6vw;
    margin:0 auto;
    width:70vw;
    max-width:900px;
    margin-bottom:30px;
}
.photograph-post .wp-post-image{
    width:16vw;
    max-width:206px;
    height:10vw;
    max-height:150px;
    overflow:hidden;
}
/*ズーム機能*/
#zoomback{
    position:fixed;
    top:0;
    width:100vw;
    height:100vh;
    background-color:rgba(0,0,0,0.8);
    display:flex;
    justify-content:center;
    align-items:center;
    display:none;
}
#zooming{
    width:50%;
}




/*ブログsingleのアーカイブ*/
body:not(.home).sub-title{
    padding:110px 0 0 0;
    width:auto;  
}
}




/*デザインsingleページ*/
@media screen and (min-width:1000px){
.single-design-flex{
    display:flex;
    justify-content:center;
    align-items:flex-start;
    gap:20px;
}
.flex-left{
    flex:5;
}
.flex-right{
    flex:1;
    padding-top:29px;
}

}