html{
    /*paddingとborderの幅を要素の幅と高さに含める.*/
    box-sizing: border-box;
}

body{
    background-color: rgb(255, 255, 255);
    font-family: 'Karla', sans-serif, Arial;
    font-size: 13px;
    font-weight: normal;
    line-height: 26px;
    font-weight: nomal;
    color: #191919;
    letter-spacing: 2px;
}

body a{
    text-decoration: none;
     /*  ease-in-out...ゆっくり始まってゆっくり終わる cubic-bezier(0.42, 0, 0.58, 1.0) を指定したのと同じ  */
    transition: all .25s ease-in-out;
}

body a:hover{
    color: #FD3137;
}

/* 背景の外枠の色 */
.body-wrapper{
    margin: 45px;
    background-color: #fff;
    position: relative;
}



/*  メインナビメニューの余白 */
.header-nav{
    padding-top: 80px;
}

.main-menu a{
    padding-left: 20px;
}

/* 幅1330 */
.content-1330{
    max-width: 1330px;
}


.content-1370 img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}




/*TOPリードの文字*/
.top-read
{
    padding: 70px 0 90px 0;
    width: 100%;
    text-align: center;
    font-size: 35px;
    line-height: 55px;
}

.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_half.margin-0, .one_third.margin-0, .two_third.margin-0, .one_fourth.margin-0, .three_fourth.margin-0
{
    width: 100%;
    float: none;
    margin: 30px 0 0 0;
}


/* ABOUT PAGE */

.port-photo img {
    border-radius: 50%;
    width:  80px;
    height: 80px;
}

/* 年表 */

.archive-list{
    padding-top: 10px;
}

ul.archive-list li{
    border-top: 1px solid #e2e0e0;
    padding: 10px;
    line-height: 19px;
    font-size: 13px
}



ul.archive-list li span{
    font-weight: 700;
    color: #fd3137;
}


/* PORTFOLIO */

.filters-button-group{
    text-align: right;
    display: block;
    margin-bottom: 15px;
}

.filters-button-group .button {
    display: inline-block;
    transition: color .2s linear;
    margin: 20px 0 2px 15px;
}


.filters-button-group .button.is-checked{
    color: #FD3137;
}

.filters-button-group .button:hover{
    color: #FD3137;
    cursor: pointer;
}

.filters-button-group .button:after
{
    display: inline-block;
    color: #e2dfd9;
}


.grid
{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: block;
}

.grid-item
{
    float: left;
    box-sizing:border-box;
}

#content .grid-item img
{
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;
}

.grid-sizer, .grid-item
{
    width: 443px;
}

.grid-item.p_two_third
{
    width: 886px;
}

.grid-item.p_one
{
    width: 1329px;
}



.grid-item a:hover
{
    color: #fff;
}

div.pp_default .pp_loaderIcon
{
    display: none !important;
}


/* PORTFOLIO SINGLE */

.single-portfolio h1.entry-title
{
    font-weight: 700;
    font-size: 46px;
    line-height: 55px;
    letter-spacing: -2px;
    margin-bottom: 90px;
    word-wrap: break-word;
}

.single-portfolio .entry-title
{
    text-align: center;
}

.footer
{
    margin-top: 260px;
    padding-bottom: 170px;
    clear: both;
}


.footer ul li{
    display: inline-block;
}

li.left-footer-content,
li.right-footer-contnet{
    width: 40%;
}


li.right-footer-contnet
{
    font-size: 20px;
    text-align: right;
}

li.right-footer-contnet a
{
    margin-left: 8px;
    display: inline-block;
}

li.right-footer-contnet a:first-child
{
    margin-left: 0;
}

li.center-footer-content
{
    text-align: bottom;
    vertical-align: bottom;
    margin-top:10px;
}

li.left-footer-content.mobile
{
    display: none;
}

/*小見出し*/

.sub-title{
    font-weight:bold;
    font-size: 50px;
    padding-top: 80px;
}

.sub-title-name{
    font-size:18px;
    padding-top: 10px;
}


/* contact */
.form_text{
    padding-top: 40px;
}

/* RESPONSIVE PART */

@media screen and (min-width: 1600px) {

    .content-1330
    {
        max-width: 1200px;
    }


    .blog-holder .entry-title
    {
        max-width: 400px;
    }

    .single-post h1.entry-title, .single-post .content-wrap, .single-post .nav-links
    {
        width: 740px;
    }

    .one_half,  .one_third,  .two_third,  .three_fourth, .one_fourth
    {
        margin-right: 8%;
        float: left;
        position: relative;
        margin: 30px 0 37px 0;
    }


    .one_half{
        width: 46%;
    }
    .one_third{
        width: 28%;
    }
    .two_third{
        width: 64%;
    }
    .one_fourth{
        width: 19%;
    }
    .three_fourth{
        width: 73%;
    }

    .grid-sizer, .grid-item
    {
        width: 400px;
    }

    .grid-item.p_two_third
    {
        width: 800px;
    }

    .grid-item.p_one
    {
        width: 1200px;
    }

}


@media screen and (max-width: 1450px) {

  .body-wrapper{
    margin: 45px;
    background-color: #fff;
    position: relative;
}

    .blog-top-content.top-read
    {
        margin-bottom: 120px;
    }

    .content-1330
    {
        width: 1110px;
    }

    .grid-sizer, .grid-item
    {
        width: 370px;
    }

    .grid-item.p_two_third
    {
        width: 740px;
    }

    .grid-item.p_one
    {
        width: 1110px;
    }

    .single-post .post-info
    {
        margin-right: 35px;
    }


    .footer
    {
        margin-top: 170px;
    }

}


@media screen and (max-width: 1340px) {


    .content-1330
    {
        width: 1020px;
    }

    .grid-sizer, .grid-item
    {
        width: 340px;
    }

    .grid-item.p_two_third
    {
        width: 680px;
    }

    .grid-item.p_one
    {
        width: 1020px;
    }

    .single-post .cat-links
    {
        margin-bottom: 30px;
    }

    .single-post .post-author, .single-post .post-date, .single-post .post-num-comments, .single-post .post-read-time
    {
        margin: 0 15px;
    }


    .top-read
    {
        float: none;
        width: auto;
    }

    .blog-holder article
    {
        text-align: center;
    }

    .blog-holder .cat-links
    {
        display: block;
        padding-left: 0;
    }

    .blog-holder .entry-date
    {
        margin: 0 20px;
    }

    .blog-holder .author
    {
        width: auto;
    }

    .blog-holder .entry-title
    {
        display: block;
        max-width: 600px;
        margin: 0 auto;
    }

    .single-post h1.entry-title
    {
        text-align: center;
    }

    .single-post .post-info
    {
        float: none;
        width: auto;
        margin: 50px 0;
        text-align: center;
    }

    .single-post .cat-links
    {
        min-width: 0;
    }

    .single-post .cat-links li
    {
        margin: 10px 5px;
        display: inline-block;
    }

    .single-post .post-author, .single-post .post-date, .single-post .post-num-comments, .single-post .post-read-time
    {
        display: inline-block;
    }

    blockquote.inline-blockquote
    {
        display: block;
        margin: 50px 0;
        width: auto;
    }

    .single-post h1.entry-title, .single-post .content-wrap, .single-post .nav-links
    {
        width: 100%;
    }

}


@media screen and (max-width: 1200px) {


    .content-1330 {
        width: 820px;

    }


    .grid-sizer, .grid-item
    {
        width: 270px;
    }

    .grid-item.p_two_third
    {
        width: 540px;
    }

    .footer
    {
        margin-top: 120px;
        padding-bottom: 85px
    }

    .footer ul li
    {
        display: block;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

    .footer ul li.center-footer-content
    {
        margin-bottom: 35px;
    }

    .footer ul li.left-footer-content
    {
        display: none;
    }

    .footer ul li.left-footer-content.mobile
    {
        display: block;
    }

}

/* 1024pxまで */
@media screen and (max-width: 1024px) {

    .one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_half.margin-0, .one_third.margin-0, .two_third.margin-0, .one_fourth.margin-0, .three_fourth.margin-0
    {
        width: 100%;
        float: none;
        margin: 30px 0 0 0;
    }

    .single-portfolio .one_half.margin-0 img, .single-portfolio .one_third.margin-0 img, .single-portfolio .two_third.margin-0 img, .single-portfolio .one_fourth.margin-0 img, .single-portfolio .three_fourth.margin-0 img
    {
        width: 100%;
        height: auto;
    }

    .single-portfolio .portfolio-item-info, .single-portfolio .portfolio-item-info div
    {
        text-align: center;
    }

}

/* 925pxまで */
/*  メインメニューとロゴの並びに変化 */
@media screen and (max-width: 925px) {

    .content-1330,  .grid-item.p_one
    {
        width: 700px;

    }

    .single-post h1.entry-title
    {
        margin-bottom: 50px;
        text-align: center;
        float: none;
    }

    .grid-sizer, .grid-item
    {
        width: 230px;
    }

    .grid-item.p_two_third
    {
        width: 460px;
    }

    .portfolio-text-holder
    {
        top: 10px;
        left: 10px;
        bottom: 10px;
        right: 10px;
    }

    .header-nav
    {
        padding-top: 80px;
    }

    .header-logo
    {
        float: none;
        display: block;
        text-align: center;
        margin-bottom: 60px;
    }

    #toggle
    {
        display: none;
    }

    .header-menu
    {
        float: none;
        position: relative;
        z-index: 2;
    }

    #header-main-menu
    {
        display: block !important;
        margin: 0 !important;
        opacity: 1 !important;
        float: none;
    }

    .main-menu a.has-submenu.highlighted .sub-arrow
    {
        transform: none;
    }

    .main-menu
    {
        float: none;
        margin: 0 auto;
        text-align: center;
        max-width: 300px;
        width: 100%;
        position: relative;
        z-index: 9999;
    }

    .main-menu ul
    {
        width: 12px;
    }

    .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active
    {
        padding-right: 0;
        padding-left: 0;
    }

    .single-post .nav-previous
    {
        margin-bottom: 80px;
    }

    .single-post .nav-previous, .single-post .nav-next
    {
        display: block;
        text-align: center;
        max-width: none;
        float: none;
    }

}


/* ipad縦 667x以上で適用 */
/*  メインメニュー横並びに変化 */
@media (min-width: 640px) {
    .sm-clean {
        display: flex;
    }

    /* メインメニュー */
    .sm-clean a, .sm-clean {
        justify-content: space-between;
        text-decoration: none;
    }
    .sm-clean a.current {
        color: #d23600;
    }
}

/* iPhone XS/X横 812pxまで */
/* レンガ配置の横幅領域を変化 */
@media screen and (max-width: 812px) {
    .content-1330, .grid-item.p_one{
        width: 580px;
    }

    .grid-sizer, .grid-item{
        width: 190px;
    }

    .grid-item.p_two_third{
        width: 380px;
    }

}


/* iPhone 8/7/6s/6以降の横 iPhone XS Max/XR以降の縦 */
/* 667px以下 */
/* 画像1列に変化 */
@media screen and (max-width: 667px) {

    .header-nav{
        padding: 30px;
    }

    .content-1330{
        width: 85%;
    }

    .grid-sizer, .grid-item, .grid-item.p_one, .grid-item.p_two_third{
        width: 100%;
    }

    .filters-button-group{
        text-align: center;
    }

    .main-menu{
        font-size: 25px;
        line-height: 65px;
    }

    .main-menu a{

        padding: 0 10px;
        text-align: center;
    }
    .main-menu a:hover{
        width: 100%;
        color: #fff;
        display: inline-block;
        background-color: #d23600;
        text-align: center;
    }

}


/* ------ 全ての画面幅で共通適用 ------ */

/* 画像上に被るホバー効果 */
.portfolio-text-holder
{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 1;
    font-size: 14px;
    background: linear-gradient(70deg, #fff, #FD3137);
    text-align: center;
    display: none;
}
