@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }

html { line-height: 1; }

ol, ul { list-style: none; }

table { border-collapse: collapse; border-spacing: 0; }

caption, th, td { text-align: center; font-weight: normal; vertical-align: middle; font-size: 20px;}

q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }

a img { border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

/* + html, body */
html, body {
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: "lato", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
    color: #333;
    margin: 0;
    word-break: break-all;
}

/*Safariだけに適用されるCSSハック*/
@media screen and (-webkit-min-device-pixel-ratio: 0) { ::i-block-chrome, body { overflow:scroll; } }

/* + title */
.glb_title {
    color: #dd52b3;
    text-shadow: 3px 3px 1px rgba(0, 0, 0, 1);
    font-size: 40px;
    font-family: 'Courgette', cursive, sans-serif;
    text-align: center;
}

@media screen and (min-width: 769px) {
    .glb_title {
        font-size: 68px;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .glb_title {
        font-size: 50px;
    }
}

.glb_title02 {
    margin-bottom: 15px;
    text-align: center;
    color: #dd52b3;
    font-weight: bold;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
    font-size: 34px;
    font-family: 'srh', 'sp', 'Courgette', cursive, sans-serif;
}

@media screen and (min-width: 1024px) {
    .glb_title02 {
        margin-bottom: 50px;
        font-size: 60px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .glb_title02 {
        width: 730px;
        margin: 0 auto 20px;
        margin-bottom: 25px;
        font-size: 54px;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .glb_title02 {
        margin-bottom: 20px;
        font-size: 48px;
    }
}

.glb_title03 {
    color: #dd52b3;
    font-weight: bold;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
    font-size: 26px;
    font-family: 'srh', 'sp', 'Courgette', cursive, sans-serif;
}
@media screen and (min-width: 1024px) {
    .glb_title03 {
        margin-bottom: 20px;
        font-size: 34px;
        letter-spacing: 0.1rem;
    }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
    .glb_title03 {
        margin-bottom: 20px;
        font-size: 30px;
    }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
    .glb_title03 {
        margin-bottom: 5px;
    }
}

.glb_title04 {
    position: relative;
    margin: 15px auto;
    padding: 3px 8px;
    line-height: 1.8;
    text-align: center;
    font-weight: bold;
    background-color: #fff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
    font-size: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.glb_title04 .clip {
    position: absolute;
    top: -18px;
    left: -10px;
    width: 30px;
    height: 38px;
    -moz-background-size: 26px auto;
    -o-background-size: 26px auto;
    -webkit-background-size: 26px auto;
    background-size: 26px auto;
    font-size: 16px;
    font-family: 'srh', 'sp', 'Courgette', cursive, sans-serif;
}
.glb_title04 .ttl {
    font-weight: bold;
    color: #dd52b3;
}

@media screen and (min-width: 1024px) {
    .glb_title04 {
        width: 90%;
    }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
    .glb_title04 {
        width: 90%;
    }
}

.glb_title05 {
    margin-bottom: 15px;
    color: #dd52b3;
    font-weight: bold;
    border-bottom: 1px dotted #B3B3B3;
    font-size: 20px;
    font-family: 'srh', 'sp', 'Courgette', cursive, sans-serif;
}

@media screen and (min-width: 1024px) {
    .glb_title05 {
        margin-bottom: 25px;
        font-size: 30px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .glb_title05 {
        margin-bottom: 25px;
        font-size: 26px;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .glb_title05 {
        margin-bottom: 20px;
    }
}

.glb_subtitle {
    font-weight: bold;
    color: #dd52b3;
    text-shadow: 2px 2px 5px rgba(30, 30, 30, 0.6);
    font-size: 16px;
    font-family: 'srh', 'sp', 'Courgette', cursive, sans-serif;
}

@media screen and (min-width: 769px) {
    .glb_subtitle {
        font-size: 32px;
        font-family: 'srh', 'sp', 'Courgette', cursive, sans-serif;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .glb_subtitle {
        font-size: 20px;
        font-family: 'srh', 'sp', 'Courgette', cursive, sans-serif;
    }
}

/* backgrounds */
.bg_holder {
    width: 100%;
    height: 600px;
    margin: 0 auto;
}

.bg_holder.blog, .bg_holder.contact{
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.bg_holder .content_box {
    text-align: center;
    position: relative;
    top: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bg_holder .content_box.intro {
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .bg_holder .content_box {
        top: 100%;
    }
    .bg_holder .content_box.intro {
        top: 30%;
    }
}
/* + nav */
.header_nav {
    position: relative;
}

.header_nav .header_nav-wrap {
    letter-spacing: -1em;
    font-size: 0.1rem;
    margin: 20px auto 0;
    width: 340px;
}

.header_nav .header_nav-wrap > p {
    display: inline-block;
    letter-spacing: normal;
    font-size: 100%;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    float: none;
    margin-left: 1%;
    width: 24%;
}

.header_nav .header_nav-wrap > p:first-child {
    margin-left: 0;
}

.header_nav .header_nav-wrap > p > a, .header_nav .header_nav-wrap > p > a.navhit {
    position: relative;
    margin: 0 auto;
    z-index: 10;
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    text-shadow: 0 2px 0 rgba(136, 136, 136, 0.4), 0 0 3px rgba(136, 136, 136, 0.4);
    text-decoration: none;
    font-size: 16px;
    font-family: 'Courgette', cursive, sans-serif;
}

.header_nav .header_nav-wrap > p > a:before, .header_nav .header_nav-wrap > p > a.navhit:before {
    content: '';
    background-color: #dd52b3;
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    z-index: -1;
    border-radius: 50%;
    -moz-box-shadow: 0 0 5px 0 #fff, 0 0 10px 0 #ce6db1;
    -webkit-box-shadow: 0 0 5px 0 #fff, 0 0 10px 0 #ce6db1;
    box-shadow: 0 0 5px 0 #fff, 0 0 10px 0 #ce6db1;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header_nav .header_nav-wrap > p > a:hover::before, .header_nav .header_nav-wrap > p > a.navhit:hover::before {
    -moz-box-shadow: 0 0 0 6px #fff, 0 0 0 7px #ce6db1;
    -webkit-box-shadow: 0 0 0 6px #fff, 0 0 0 7px #ce6db1;
    box-shadow: 0 0 0 6px #fff, 0 0 0 7px #ce6db1;
}

@media screen and (min-width: 1024px) {
    .header_nav .header_nav-wrap {
        width: 55% !important;
    }
    .header_nav .header_nav-wrap > p {
        width: 18.33333%;
    }
    .header_nav .header_nav-wrap > p > a, .header_nav .header_nav-wrap > p > a.navhit {
        width: 105px;
        height: 105px;
        line-height: 105px;
        font-size: 22px;
    }
    .header_nav .header_nav-wrap > p > a, .header_nav .header_nav-wrap > p > a.navhit > span {
        letter-spacing: 0.1rem;
    }
    .header_nav .header_nav-wrap > p > a:before, .header_nav .header_nav-wrap > p > a.navhit:before {
        width: 105px;
        height: 105px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .header_nav .header_nav-wrap {
        width: 65% !important;
    }

    .header_nav .header_nav-wrap > p {
        width: 21.66667%;
    }

    .header_nav .header_nav-wrap > p > a, .header_nav .header_nav-wrap > p > a.navhit {
        width: 95px;
        height: 95px;
        line-height: 95px;
        font-size: 20px;
    }

    .header_nav .header_nav-wrap > p > a:before, .header_nav .header_nav-wrap > p > a.navhit:before {
        width: 95px;
        height: 95px;
    }
}

/* + button */
/* Base Button Style */
.btn {
    cursor: pointer;
    position: relative;
    z-index: 100;
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transform-style: flat;
    transition: all 250ms ease-out;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn .arrow {
    transition: all 250ms ease-out;
    -moz-background-size: 20px auto;
    -o-background-size: 20px auto;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
}

.btn:hover .arrow {
    -moz-background-size: 20px auto;
    -o-background-size: 20px auto;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
}

/* Paper effect – slightly raised off background */
.paper {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(128, 128, 128, 0.1) inset;
    border-color: #dedede;
    border-radius: 5px;
}

/* Raised effect – pushes up on hover */
.paper-raise:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.paper-raise:hover {
    border: 1px solid #fff;
}
.paper-raise:hover:before {
    box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5);
}

.paper-raise-flatten {
    color: #fff;
    border-color: #fff;
    background-color: rgba(25, 25, 25, 0.8);
    box-shadow: 0 1px 4px 2px rgba(25, 25, 25, 0.2) inset;
}

.paper-raise-flatten:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5);
}

.paper-raise-flatten:hover {
    border-color: #dd52b3;
    background-color: rgba(255, 95, 234, 0.801);
}

.paper-raise-flatten:hover:before {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(128, 128, 128, 0.1) inset;
}

@media screen and (min-width: 769px) {
    .paper-raise-flatten {
        width: 80%;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .paper-raise-flatten {
        width: 60%;
    }
}

/* paper-more */
.paper-more {
    border-color: #dedede;
    width: 80%;
    color: #333;
    background-color: rgba(190, 178, 230, 0.3);
}

.paper-more:hover {
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    background-color: rgba(186, 178, 230, 0.5);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

/* + Content */
/* + intro */
.intro_hgroup {
    width: 100%;
    padding: 40px 0;
    background-color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
}
@media screen and (max-width: 769px){
    .intro_hgroup{
        padding: 20px 0;
    }

}

.intro_info {
    margin: 15px auto 0;
    padding: 10px;
    width: 95%;
    text-align: center;
    color: #000;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
    .intro_info {
        font-size: 18px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .intro_info {
        font-size: 16px;
        width: 65%;
    }
}

@media screen and (max-width: 480px) {
    .intro_info {
        font-size: 14px;
    }
}

/* mod_section */
.mod_section {
    margin: 0 auto;
    width: 100%;
    padding: 30px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mod_section .content {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
    .mod_section {
        padding: 70px 10%;
    }

    .mod_section .content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
        width: 95%;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .mod_section .content {
        width: 90%;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .mod_section .content {
        width: 85%;
    }
}

/* + about */
.mod_section.about {
    background: #eee;
}

.mod_section.about .intro {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
}

/* + about > about_area */
.about_area .skill .skill_list li {
    *zoom: 1;
    margin-bottom: 10px;
}

.about_area .skill .skill_list li:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.about_area .skill .skill_list span {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.about_area .skill .skill_list .type {
    float: left;
    width: 50%;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Crimson Text', serif;
}

.about_area .skill .skill_list .level {
    float: left;
    width: 50%;
}

.about_area .skill .skill_list .level.lmax {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    height: 25px;
    background-color: #FFF;
    border: 1px solid #afa9a9;
}

.about_area .skill .skill_list .level.lmax i {
    display: block;
    height: 25px;
}

.about_area .skill .skill_list .level.lmax .l10 {
    width: 10%;
    background-color: #DDDDDD;
}

.about_area .skill .skill_list .level.lmax .l20 {
    width: 20%;
    background-color: #DDDDDD;
}

.about_area .skill .skill_list .level.lmax .l30 {
    width: 30%;
    background-color: #B3B3B3;
}

.about_area .skill .skill_list .level.lmax .l40 {
    width: 40%;
    background-color: #B3B3B3;
}

.about_area .skill .skill_list .level.lmax .l50 {
    width: 50%;
    background-color: #808080;
}

.about_area .skill .skill_list .level.lmax .l60 {
    width: 60%;
    background-color: #808080;
}

.about_area .skill .skill_list .level.lmax .l70 {
    width: 70%;
    background-color: #4D4D4D;
}

.about_area .skill .skill_list .level.lmax .l80 {
    width: 80%;
    background-color: #4D4D4D;
}

.about_area .skill .skill_list .level.lmax .l90 {
    width: 90%;
    background-color: #1A1A1A;
}

.about_area .skill .skill_list .level.lmax .l100 {
    width: 100%;
    background-color: #1A1A1A;
}

.about_area .profile {
    margin-top: 20px;
}

.about_area .profile .profile-inner {
    letter-spacing: -1em;
    font-size: 0.1em;
}

.about_area .profile .profile-inner .profile_list dt {
    display: inline-block;
    letter-spacing: normal;
    font-size: 100%;
    vertical-align: top;
    float:none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.about_area .profile .profile-inner .profile_list dd {
    margin-bottom: 8px;
    display: inline-block;
    letter-spacing: normal;
    font-size: 100%;
    *display: inline;
    *zoom: 1;
    float:none;
    line-height: 1.6;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.about_area .profile .profile-inner .profile_list dt {
    width: 50%;
    color: #dd52b3;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Crimson Text', serif;
}

.about_area .profile .profile-inner .profile_list dd {
    width: 70%;
    padding-left: 10px;
}


/* SNS */
.sns-contents{
    display: inline-flex;
    align-items: center;
}

.fb{
    margin-right: 20px;
}

.fb-blue{
    color: #4267b2;
}

.twitter{
    margin-right: 20px;
}

.tw-blue{
    color: #1da1f2;
}

.insta{
    position: relative;
    display: inline-block;
    width: 55px;
    height: 55px;
    vertical-align: middle;
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    overflow: hidden;
    border-radius: 8px;
}

.insta:before{
    content: '';
    position: absolute;
    top: 24px;
    left: -18px;
    width: 70px;
    height: 70px;
    background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
    background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}

.fa-instagram{
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 48px;
    top: 4px;
    margin-left: 6px;
}

.fb-blue:hover, .tw-blue:hover, .fa-instagram:hover{
    opacity: 0.6;
}

@media screen and (min-width: 1024px) {
    .about_area { padding: 50px 0;
        *zoom: 1;
    }
    .about_area:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }
    .about_area .skill {
        float: left;
        width: 55%;
    }
    .about_area .skill .type {
        width: 30% !important;
        font-size: 16px;
    }
    .about_area .skill .level {
        width: 70% !important;
    }
    .about_area .profile {
        float: right;
        margin-top: 0;
        margin-left: 5%;
        width: 40%;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .about_area .skill .skill_list {
        margin: 0;
    }
    .about_area .skill .skill_list .type {
        width: 35%;
        font-size: 16px;
    }
    .about_area .skill .skill_list .level {
        width: 65%;
    }
    .about_area .profile {
        margin-top: 30px;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .about_area .skill .skill_list {
        margin: 0;
    }
    .about_area .skill .skill_list .type {
        width: 35%;
        font-size: 16px;
        font-family: 'Crimson Text', serif;
    }
    .about_area .skill .skill_list .level {
        width: 65%;
    }
    .about_area .profile {
        margin-top: 30px;
    }


    .fb{
        margin-right: 20px;
    }

    .fb-blue{
        color: #4267b2;
    }

    .twitter{
        margin-right: 20px;
    }

    .tw-blue{
        color: #1da1f2;
    }

    .insta{
        position: relative;
        display: inline-block;
        width: 50px;
        height: 50px;
        vertical-align: middle;
        background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
        background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
        overflow: hidden;
        border-radius: 8px;
        top: 3px;
    }

    .insta:before{
        content: '';
        position: absolute;
        top: 24px;
        left: -18px;
        width: 70px;
        height: 70px;
        background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
        background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
    }

    .fa-instagram{
        color: #fff;
        position: relative;
        z-index: 2;
        font-size: 45px;
        top: 3px;
        margin-left: 6px;
    }
}

/* + works */
.mod_section.works {
    background: #fff;
}

.mod_section.works .intro, .mod_section.works .notice {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mod_section.works .intro {
    margin-bottom: 20px;
}

.mod_section.works .intro > .intro_text {
    margin-bottom: 10px;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 18px;
}

.mod_section.works .intro .notice {
    padding: 5px;
    border: 1px solid #ccc;
    background-color: rgba(221, 221, 221, 0.5);
    font-size: 16px;
}

.mod_section.works .intro .notice .notice_header {
    margin-bottom: 10px;
    font-weight: bold;
}

.mod_section.works .intro .notice .notice_body li {
    margin-left: 1.5em;
    list-style-type: disc;
}

.mod_section.works .intro .mobile {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid rgba(220, 10, 21, 0.7);
    background-color: rgba(220, 10, 21, 0.2);
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
}

.mod_section.works .intro .mobile .mobile_header {
    margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
    .mod_section.works .intro .notice {
        margin: 0 auto 30px;
        width: 90%;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .mod_section.works {
        background-color: #fff;
    }
  .mod_section.works .intro .notice {
        margin: 0 auto;
        width: 90%;
    }
}
/* @media screen and (min-width: 769px) {
    .mod_section.works .mobile {
        display: none;
    }
} */

/* + works > works_area */
.works_area {
    margin: 0 auto;
    width: 100%;
}

/* + works > works_list */
.works_list {
    display: block;
}

.works_list .work_box {
    margin-bottom: 25px;
    padding-bottom: 15px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.works_list .work_image {
    display: block;
    margin: 0 auto 10px;
    width: 85%;
    text-align: center;
}

.works_list .work_image img {
    width: 75%;
    height: 300px;
    border: 1px solid #ddd;
    -moz-box-shadow: 0 0 2px 0 #ddd;
    -webkit-box-shadow: 0 0 2px 0 #ddd;
    box-shadow: 0 0 2px 0 #ddd;
    object-fit: contain;
}
.works_list .work_image_design img {
    width: 75%;
    height: 250px;
    border: 1px solid #ddd;
    -moz-box-shadow: 0 0 2px 0 #ddd;
    -webkit-box-shadow: 0 0 2px 0 #ddd;
    box-shadow: 0 0 2px 0 #ddd;
    object-fit: contain;
}
.work_image_blog img {
    width: 75%;
    height: 300px;
    border: 1px solid #ddd;
    -moz-box-shadow: 0 0 2px 0 #ddd;
    -webkit-box-shadow: 0 0 2px 0 #ddd;
    box-shadow: 0 0 2px 0 #ddd;
    margin-bottom: 10px;
    object-fit: contain;
}

.works_list .work_desc {
    margin-top: 10px;
}
.work_desc {
    margin: 20px auto;
}

.works_list .work_desc .work_desc-inner .work_text {
    padding: 10px;
    font-size: 16px;
}

.works_list .work_desc .work_desc-inner .work_text > li {
    margin-bottom: 3px;
    padding-left: 1.8em;
}


.work_desc .work_desc-inner .work_text > li span {
    font-weight: bold;
}

.works_list .work_desc .work_desc-inner .work_text > li span:before, .works_list .work_desc .work_desc-inner .work_text > li span:after {
    margin-left: -1.8em;
}

.works_list .work_desc .work_desc-inner .work_text .cmnt {
    margin: 15px 0;
}

@media screen and (min-width: 769px) {
    .works_list {
        letter-spacing: -1em;
        font-size: 0.1em;
    }
    .works_list .work_box {
        display: inline-block;
        letter-spacing: normal;
        font-size: 100%;
        vertical-align: top;
        *display: inline;
        *zoom: 1;
        float: none;
        padding: 10px;
        width: 49%;
        border-bottom: none;
    }
    .works_list .work_desc .work_desc-inner {
        padding: 10px;
    }
    .works_list .work_image {
        width: 80%;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .works_list .work_image {
        width: 70%;
    }
}

/* + works_list > lightbox
.featherlight .featherlight-content {
    margin-left: 7%;
    margin-right: 7%;
    max-height: 90%;
    border-radius: 5px;
}

.featherlight .featherlight-close-icon {
    width: 30px;
    height: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    border-radius: 50%;
    background: #fff;
    -moz-background-size: 16px auto;
    -o-background-size: 16px auto;
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
} */

/* + blog */
.mod_section.blog {
    text-align: center;
    background-color: rgba(230, 230, 230, 0.9);
    -moz-box-shadow: 0 0 5px 3px rgba(230, 230, 230, 0.7);
    -webkit-box-shadow: 0 0 5px 3px rgba(230, 230, 230, 0.7);
    box-shadow: 0 0 5px 3px rgba(230, 230, 230, 0.7);
}

.mod_section.blog .intro {
    font-size: 16px;
}

.mod_section .blog .notice.blog{
    background: pink;
    border: 2px solid #ccc;
    padding: 5px 0;
    font-size: 16px;
    line-height: 1.7;
}
.mod_section .blog .notice.blog .notice_header{
    font-weight: 700;
}


@media screen and (min-width: 1024px) {
    .mod_section.blog {
        padding: 5% 20%;
    }
    .mod_section.blog .intro {
      font-size: 16px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .mod_section.blog {
        padding: 5% 20%;
    }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
    .mod_section.blog {
        padding: 5% 20%;
    }
}


/* + contact */
.mod_section.contact {
    text-align: center;
    background: #fff;
}

.mod_section.contact .intro {
    font-size: 18px;
}

@media screen and (min-width: 1024px) {
    .mod_section.contact {
        padding: 5% 10%;
    }
    .mod_section.contact .intro {
      font-size: 16px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .mod_section.contact {
        padding: 5% 20%;
    }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
    .mod_section.contact {
        padding: 5% 20%;
    }
}

/* + footer */
.footer_copy {
    position: absolute;
    left: 0;
    z-index: 15000;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: black;
}

.footer_copy .copy {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Crimson Text', serif;
}

@media screen and (min-width: 769px) {
    .footer_copy {
        position: fixed;
        bottom: 0;
        left: 0;
    }
}

/* + footer > footer_nav */
.footer_nav {
    position: relative;
    position: fixed;
    bottom: -300px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 15000;
}

.footer_nav .footer_nav-wrap {
    letter-spacing: -1em;
    font-size: 0.1em;
    margin: 3px auto;
    width: 90%;
}

.footer_nav .footer_nav-wrap > p {
    display: inline-block;
    letter-spacing: normal;
    font-size: 100%;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    float: none;
    width: 24%;
    text-align: center;
    font-size: 16px;
    font-family: 'Crimson Text', serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer_nav .footer_nav-wrap > p a {
    display: block;
    padding: 4% 2%;
    color: #999;
    text-decoration: none;
    transition: all 250ms ease-out;
}

.footer_nav .footer_nav-wrap > p a:hover {
    color: #ffffff;
}

@media screen and (min-width: 769px) {
    .footer_nav {
        background-color: black;
    }
    .footer_nav .footer_nav-wrap {
        width: 40%;
    }
    .footer_nav .footer_nav-wrap > p {
        padding: 0 3%;
        font-size: 20px;
    }
    .footer_nav .footer_nav-wrap > p a {
        color: #777;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .footer_nav .footer_nav-wrap {
        width: 70%;
    }
  .footer_nav .footer_nav-wrap > p a {
      padding: 2%;
    }
}

/*Safariだけに適用されるCSSハック*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    ::i-block-chrome > p, .footer_nav-wrap > p {
        width: 32% !important;
    }
}
.fnFixed {
    position: fixed;
    bottom: 30px !important;
}

/* + js-pagetop */
.js-pagetop {
    display: none;
    position: fixed;
    bottom: 65px;
    right: 15px;
    z-index: 16000;
}

.js-pagetop a {
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background: rgba(25, 25, 25, 0.5);
    -moz-background-size: 16px auto;
    -o-background-size: 16px auto;
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
    font-size: 14px;
    font-family: 'Courgette', cursive, sans-serif;
    border-radius: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 769px) {
    .js-pagetop {
        bottom: 90px; right: 40px;
    }
    .js-pagetop a {
        width: 100px;
        height: 100px;
        line-height: 100px;
        background: rgba(90, 90, 90, 0.5);
        -moz-background-size: 16px auto;
        -o-background-size: 16px auto;
        -webkit-background-size: 16px auto;
        background-size: 16px auto;
        font-size: 14px;
        font-family: 'Courgette', cursive, sans-serif;
        border-radius: 100px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .js-pagetop a:hover {
        opacity: 0.6;
        filter: alpha(opacity 60);
        background-color: #333;
        -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8), 0 0 10px 6px rgba(90, 90, 90, 0.8);
        -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8), 0 0 10px 6px rgba(90, 90, 90, 0.8);
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8), 0 0 10px 6px rgba(90, 90, 90, 0.8);
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .js-pagetop {
        bottom: 50px; right: 10px;
    }
}

/* + ｊQueryイベント系設定 */
.scrEvent {
    display: none;
}

.lightbox {
    display: none;
}

/* + icon */
.icon {
    position: relative;
    display: inline-block;
    text-align: center;
}

.icon:before, .icon:after {
    position: absolute;
    z-index: 9999;
    content: "";
}


.icon.private {
    display: block;
}

.icon.private_none {
    display: block;
}

.icon.private:after {
    top: -7px;
    right: 5px;
    padding: 2px 12px;
    color: #FFF;
    content: "private";
    z-index: 1;
    background: rgba(211, 24, 27, 0.7);
    border-radius: 3px;
    font-size: 14px;
    font-family: 'Courgette', cursive, sans-serif;
    -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 769px) {
    .icon.private:after {
        padding: 2px 18px;
        font-size: 16px;
        font-family: 'Courgette', cursive, sans-serif;
    }
}

table{
    width: 100%;
}

input{
    width: 90%;
    font-size: 18px;
    border: 1px solid #ccc;
    height: 30px;
    margin: 10px 0;
}

textarea{
    width: 90%;
    font-size: 18px;
    height: 120px;
    border: 1px solid #ccc;
    margin: 10px 0;
}

.contact_btn{
    margin: 40px auto;
    width: 25%;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50px;
    padding: 10px 0;
    height: 60px;
    box-shadow: 0px 6px 6px 5px rgb(90, 90, 90, 0.6);
}

tr{
    margin-bottom: 40px;
}


@media screen and (max-width: 768px){
    td{
        font-size: 16px;
    }
    input{
        font-size: 14px;
    }
    textarea{
        font-size: 14px;
    }
    .contact_btn{
        font-size: 14px;
        border-radius: 20px;
        border: 1px solid #000;
        box-shadow: 0 2px 6px 6px rgba(90, 90, 90, 0.8);
        padding: 10px 5px;
    }
}

.grecaptcha-badge{
    bottom: 50px!important;
}
@media screen and (max-width: 768px){
    .grecaptcha-badge{
        bottom: 35px!important;
    }
}
