@charset 'utf-8';




/* - generale
 ------------------------------------------------------------ */

.showcase.page-grid {
    font-size: 14px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    background-color: #fff;
}

.showcase .wrapping {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

.showcase [class*=grid-].wrapping {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

.showcase [class*=grid-][class*=-noGutter].wrapping {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

.showcase em {
    font-weight: bold;
    font-style: normal;
    color: #333;
}

.showcase .white-space span:not(.eccetto) {
    display: inline-block;
    white-space: nowrap;
}

.showcase .for-mobile {
    display: block;
}

.showcase .for-pc {
    display: none;
}

.showcase a:hover {
    opacity: .8;
    color: #333;
}
.showcase hr {
    margin: 4em 0 2em;
}

/* - header
 ------------------------------------------------------------ */

.showcase header {
    width: 100%;
    margin: 0 auto;
}
.showcase header p {
    text-align: center;
}
.showcase header .hr {
    display: block;
    margin: 0 auto;
}
.intro {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
    padding: 1em;
}

.works {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 2em;
}
.works .single {padding: 0 0 3em;}
.works .single .inner {
    max-width: calc(410px + 6em);
    margin: 1em;
    border-bottom: 1px solid #ccc;
    padding: 0 0 3em;
}
.works .gaku {
    text-align: center;
    background-image: url(https://sb-drops.s3.amazonaws.com/drop/rmopt-5bc883f9516e8-933355200-1539867641.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.works .gaku .work-img {
    padding: 3em;
}
.works .wrap {
    position: relative;
    top: -16px;
}
.works .name {
    width: 100%;
    margin: .5em 0 1em;
    padding: .5em .5em .5em 1em;
    border-radius: 20px;
    background-color: #f6f7f5;
}
.works .sns {
    text-align: center;
}
.works .sns img {width: 60px;}
.works .sns a {
    margin: 0 -8px 0 0;
    vertical-align: middle;
    border: 7px solid #fff;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 9px #ccc;
}
.works .sns .count {
    font-size: 20px;
    font-weight: bold;
    line-height: 34px;
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    color: #d2687a;
    border: 7px solid #efeded;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 9px #c1c1c1;
}
.works .comment {
    line-height: 1.7;
    position: relative;
}
.comment img {
    vertical-align: bottom;
    width: 45px;
}
.comment p:first-letter {
    padding: 0 0 0 62px;
}
.comment p {
    line-height: 1.8;
}
.comment {
    position: relative;
    display: block;
    padding: 1em;
    border: 1px solid #bed8d3;
    background: #f4f7ef;
}
.comment:after,
.comment:before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    content: ' ';
    pointer-events: none;
    border: solid transparent;
}

.comment:after {
    margin-left: -9px;
    border-width: 9px;
    border-color: rgba(197, 213, 192, 0);
    border-bottom-color: #f4f7ef;
}
.comment:before {
    margin-left: -10px;
    border-width: 10px;
    border-color: rgba(164, 245, 232, 0);
    border-bottom-color: #bed8d3;
}




/* - ## x >= 540px
 ------------------------------------------------------------ */

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


/* - ## x >= 569px
 ------------------------------------------------------------ */

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


/* - ## x >= 769px
 ------------------------------------------------------------ */

@media screen and (min-width:769px) {
    .showcase .for-mobile {
        display: none;
    }
    .showcase .for-pc {
        display: block;
    }
    .works .name {
        max-width: calc(100% - 135px);
        margin: 1.5em auto 0 1em;
        padding: .5em 1em .5em 1em;
    }
    .works .sns {
        position: absolute;
        top: -33px;
        right: 20px;
        text-align: center;
    }
}


/* - ## x >= 800px
 ------------------------------------------------------------ */

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


/* - ## x >= 1025px
 ------------------------------------------------------------ */

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


/* - ## x >= 1280px
 ------------------------------------------------------------ */

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


/* - page scroll
 ------------------------------------------------------------ */

#page-top {
    position: fixed;
    z-index: 10;
    right: 20px;
    bottom: 150px;
}

#page-top a {
    font-size: 12px;
    display: block;
    width: 100px;
    height: 77px;
    padding: 30px 0;
    text-align: center;
    text-decoration: none;
    color: #fff !important;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: #8e7b87;

         -o-border-radius: 5px;
     -khtml-border-radius: 5px;
}

#page-top a:hover {
    text-decoration: none;
    background: #c0bbac;
}


/* - .socialIcon
 ------------------------------------------------------------ */

.socialIcon {
    width: 100%;
    padding: 0 1em;
}

.socialIcon .flex-container {
    display: -webkit-flex;
    display:         flex;
    max-width: 500px;
    margin: 20px auto;
    padding: 14px 0 10px;
    text-align: center;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;

    -webkit-justify-content: center;
            justify-content: center;
}

.socialIcon .flex-container .social {
    width: 85px;
}

.fb-like {
    top: 0;
}
.button {
    display: none;
    margin: 100px 0;
    padding: 12px 34px;
    color: #fff;
    border-radius: 60px;
    font-weight: 500;
    background: #1ecd97;
    -webkit-transition: .24s ease;
    -moz-transition: .24s ease;
    -o-transition: .24s ease;
    transition: .24s ease;
}
.button:hover {
    cursor: pointer;
    background: #1bb787;
}
.modal-box {
    height: 0;
}
.content {
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    max-width: 680px;
    margin: auto;
    padding: 5em;
    vertical-align: middle;
    z-index: -1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1), 0 5px 10px rgba(0, 0, 0, .15);
    background: #fff;
}
.content a {
 font-size: .9em;
}
.content > span {
    display: table-cell;
    text-align: center;
    font-size: 1.8em;
    font-weight: 200;
}
.toggle-on {
    display: none;
}
.toggle-on:checked + .toggle-off + .content {
    z-index: 100;
}
.toggle-off {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(0, 0, 0, .20);
    z-index: -1;
    -webkit-transition: .6s ease-out, 1s z-index ease-out;
    -moz-transition: .6s ease-out, 1s z-index ease-out;
    -o-transition: .6s ease-out, 1s z-index ease-out;
    transition: .6s ease-out, 1s z-index ease-out;
}
.toggle-on:checked + .toggle-off {
    opacity: 1;
    -webkit-transition: .4s ease-in, .3s z-index ease-in;
    -moz-transition: .4s ease-in, .3s z-index ease-in;
    -o-transition: .4s ease-in, .3s z-index ease-in;
    transition: .4s ease-in, .3s z-index ease-in;
    z-index: 1;
}
.toggle-button {
    position: absolute;
    top: 1em;
    right: 1em;
    padding: .5em;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    border-radius: 4px;
    background: #1ecd97;
    -webkit-transition: .24s ease;
    -moz-transition: .24s ease;
    -o-transition: .24s ease;
    transition: .24s ease;
}
.toggle-button:hover {
    cursor: pointer;
    background: #1bb787;
}

/* rotate */
.ani-rotate {
    opacity: 0;
    -webkit-transition: .4s ease, 1s z-index ease;
    -moz-transition: .4s ease, 1s z-index ease;
    -o-transition: .4s ease, 1s z-index ease;
    transition: .4s ease, 1s z-index ease;
    -webkit-transform: rotate(450deg);
    -moz-transform: rotate(450deg);
    -ms-transform: rotate(450deg);
    transform: rotate(450deg);
}
.toggle-on:checked + .toggle-off + .ani-rotate {
    opacity: 1;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.modal-box .ani-rotate h4 {
    font-size: 0.9em;
}
.modal-box .ani-rotate p {
    font-size: 0.8em;
    padding: .3em 0;
}