@font-face {
    font-family: 'MakinasScrap';
   src: url('Makinas-4-Square-sub.woff2') format('woff2');
/*     src: url('Makinas-4-Square.otf') format('opentype'); */
}

/* ==== PC スマホ共通 ======================================================= */

/* ---- base & common ---- */

body { 
    margin: 0;
}


section {
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0px -5px 5px -3px rgba(0, 0, 0, 0.4) inset;
}

.container {
    position: relative;  z-index: 0;
    margin: 0 auto 0 auto;
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0px -5px 5px -3px rgba(0, 0, 0, 0.2) inset;
}

h2 {
    height: 63px;
    padding: 5px 0 5px 0;
    background-repeat: no-repeat;
    background-position: center top;
    color: #ffffff;
    font-family: 'MakinasScrap';
    text-align: center;

    text-shadow:  3px  3px rgba(0, 0 ,0, 0.75),
                  3px -3px rgba(0, 0 ,0, 0.75),
                 -3px  3px rgba(0, 0 ,0, 0.75),
                 -3px -3px rgba(0, 0 ,0, 0.75),
                  3px  0px rgba(0, 0 ,0, 0.75),
                  0px -3px rgba(0, 0 ,0, 0.75),
                  0px  3px rgba(0, 0 ,0, 0.75),
                 -3px  0px rgba(0, 0 ,0, 0.75);
}

h3 {
    margin: 0 0 20px 0;
    font-family: 'MakinasScrap';
    font-size: 23px;  color: #ffffff;

    text-shadow:  2px  2px #000000,
                  2px -2px #000000,
                 -2px  2px #000000,
                 -2px -2px #000000,
                  2px  0px #000000,
                  0px -2px #000000,
                  0px  2px #000000,
                 -2px  0px #000000;
}

.column1 {
    position: relative;

    background: #f3f3f3;
    background: -webkit-gradient(linear, 0% 20%, 0% 92%, from(#f3f3f3), to(#ffffff), color-stop(0.1, #f3f3f3));
    background: -moz-linear-gradient(0 0 270deg, #f3f3f3, #f3f3f3 10%, #ffffff);
    background: linear-gradient(0 0 270deg, #f3f3f3, #f3f3f3 10%, #ffffff);

    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #cccccc;
}

.column1 h3,
.column2 h3 {
    text-align: center;
}

.column1 p,
.column2 p {
    margin: 0 15px 0 15px;
}

#popup {
    position: fixed;  left: 0;  top: 0;  width: 100%;  height: 100%;  display: none;
    background-color: rgba(0, 0, 0, 0.50);
}

#popupPrev,
#popupMain,
#popupNext,
#popupClose {
    position: absolute;
}

#popupPrev,
#popupNext {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1),
                0px 10px 6px rgba(0, 0, 0, 0.1);
}

#popupMain {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.1),
                0px 15px 6px rgba(0, 0, 0, 0.1);
}

#popupClose {
    width: 32px; height: 32px;  cursor: pointer;
    border-radius: 50%; background: #ffffff;
    font-size: 24px;  color: #444;  text-align: center;  line-height: 32px;
}


/* ---- header ---- */

header {
    display: block;
    background-color: #222222;
}

header .container {
    height: 20px;
    padding: 0;
    background-color: transparent;
}

header a {
    display: block;  position: relative;  width: 230px;  float: right;
    margin: 3px 0 0 2px;  padding-left: 20px;
    font-size: 14px;  color: #ffffff;  text-decoration: none;
    text-align: right;  line-height: 14px;
    font-family: 'MakinasScrap';
}

header a:hover {
    text-decoration: underline;
}

header a::before {
    position: absolute;  left: 0;  top: -1px;  width: 15px; height: 15px;
    background: url(../images/icon-endereye.png) no-repeat left top;
    content: '';
}


/* ---- mainVisual ---- */

#mainVisual h1 {
    position: relative;
    margin: 0;  padding-top: 20px;
    font-family: 'MakinasScrap';
    color: #ff8c00;
    line-height: 110%;
    text-shadow:  2px  2px #000000,
                  2px -2px #000000,
                 -2px  2px #000000,
                 -2px -2px #000000,
                  2px  0px #000000,
                  0px -2px #000000,
                  0px  2px #000000,
                 -2px  0px #000000;
}

#mainVisual h1:first-line {
    color: #ff0000;
}

#mainVisual h1 span.h1-1 {
    color: #58c3f1; font-size: 60%;
}

#mainVisual h1 span.h1-2 {
    color: #fced0d;
}

#mainVisual #subTitle1 {
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 1px;
    font-family: 'MakinasScrap';
}

#mainVisual #subTitle2 {
    text-align: center;
    font-size: 13px;  color: #444444;
}

#mainVisual #spacTable {
    background-color: #ffffff;
    table-layout: fixed;  border-collapse: separate;
    border: solid 2px #888888;
    border-radius: 6px;
}

#mainVisual #spacTable th,
#mainVisual #spacTable td {
    border-width: 1px;  border-color: #888888;
    font-size: 15px;
}

#mainVisual #spacTable th {
    padding: 5px 20px 4px 40px;
    border-right: dotted 1px #aaaaaa;
    border-bottom: solid 1px #aaaaaa;
    text-align: right;
}

#mainVisual #spacTable td {
    padding: 5px 0 4px 20px;
    border-bottom: solid 1px #aaaaaa;
}

#mainVisual #spacTable tr:last-child th,
#mainVisual #spacTable tr:last-child td {
    border-bottom: none;
}


#mainVisual #whatsnew {
    font-size: 13px;
}

#mainVisual #whatsnew span {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: 'MakinasScrap';
}

#mainVisual #sns {
    font-size: 13px;  color: #666;
}

#mainVisual .mvButton .point {
    position: absolute;  left: -30px;  top: -20px;
    transform: rotate(-15deg);
    font-size: 14px;  letter-spacing: 2px;  font-weight: bold;  color: #ffffff;
    text-shadow:  1px  1px #444444,
                  1px -1px #444444,
                 -1px  1px #444444,
                 -1px -1px #444444;
    transition: all .3s;
}

#mainVisual .mvButton .note {
    position: absolute;  left: 0;  top: 24px;  width: 300px;
    text-align: right;
    font-size: 14px;  color: #ffffff;
    text-shadow:  1px  1px #444444,
                  1px -1px #444444,
                 -1px  1px #444444,
                 -1px -1px #444444;
}






/* ---- about ---- */

#about h2 {
    background-image: url(../images/header-about.jpg);
}

#about p {
    font-size: 18px;
    line-height: 200%;

    background-image: linear-gradient(rgba(128, 128, 128, 0.33) .1em, transparent .1em);
    background-size: 100% 36px;
}


/* ---- feature ---- */

#feature h2 {
    background-image: url(../images/header-feature.jpg);
}


/* ---- notCovered ---- */

#notCovered h2 {
    background-image: url(../images/header-notcovered.jpg);
    margin-bottom: 0;
}

#notCovered #caution {
    height: 90px;
    background: url(../images/icon-caution3.png) no-repeat left top;
}


/* ---- tableOfContents ---- */

#tableOfContents h2 {
    background-image: url(../images/header-tableofcontents.jpg);
}

#tableOfContents .column2 {
    font-size: 14px;
}

#tableOfContents h3 {
    margin-top: 16px;
    margin-bottom: 24px;
    font-size: 20px;
}

#tableOfContents ol {
    padding: 0 40px 0 20px;
}

#tableOfContents li {
    margin: 7px 0 0 0;
    border-bottom: 1px dotted #888888;
    list-style-type: none;
}

#tableOfContents li img {
    position: absolute;
    margin: -5px 0 0 5px;
}


/* ---- gallery ---- */

#gallery h2 {
    background-image: url(../images/header-gallery.jpg);
}

#gallery h3 {
    clear: left;
}

#gallery .thumbnail {
    position:relative;  float: left;  cursor: pointer;
    padding: 4px;
    background:#ffffff;
    border: 1px solid #cccccc;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1),
                0px 5px 3px rgba(0, 0, 0, 0.1);
}

#gallery .thumbnail::after {
    position: absolute;  bottom: -10px;  right: -5px;  width: 50px;  height: 50px;  z-index: -1;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
    transform: rotate(0deg) translate(-20px, -15px) skew(20deg);
    content: '';
}

#gallery .thumbnail::before {
    position: absolute;  bottom: -10px;  left: -5px;  width: 50px;  height: 50px;  z-index: -1;
    box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.2);
    transform: rotate(0deg) translate(20px, -15px) skew(-20deg);
    content: '';
}




/* ---- bonus ---- */

#bonus h2 {
    background-image: url(../images/header-bonus.jpg);
}

#bonus .column1-link {
    text-align: right;
}

#bonus .column1-link a {
    text-decoration: none;
}

#bonus .column1-link a:hover {
    text-decoration: underline;
}

#bonus .column1-image1 {
    margin: 8px 0 8px 28px;
}


#bonus .commingSoon {
    display: block;
    margin-top: 125px;
    color: #ffffff;  font-size: 40px;  letter-spacing: 5px;
    text-align: center;
    font-family: 'MakinasScrap';

    text-shadow:  2px  2px #000000,
                  2px -2px #000000,
                 -2px  2px #000000,
                 -2px -2px #000000,
                  2px  0px #000000,
                  0px -2px #000000,
                  0px  2px #000000,
                 -2px  0px #000000;
    transform: rotate(-33deg);
}

#bonus .thumbnail {
    cursor: pointer;
}

/* ---- auther ---- */

#auther .container {
    background-color: rgba(255, 255, 255, 0.3);
}

#auther h2 {
    background-image: url(../images/header-auther.jpg);
    margin-bottom: 40px;
}

#auther #autherImage {
    position: absolute;
}

#auther a {
    text-decoration: none;
}

#auther .published {
    font-size: 10px; color: #888; text-align: center;
}

#auther .column1-image1:nth-of-type(2) {
  margin-top: 24px;
}

#auther .column1-2 {
  z-index: 1;
}

#auther .column2 {
  z-index: 0;
}


/* ---- footer ---- */

footer {
    display: block;
    background-color: #222222;
}

footer .container {
    padding-top: 5px;
    background-color: #333333;
    color: #ffffff;
}

footer .column2 {
    border-left: 1px dotted #666666;
    padding-top: 5px;
    text-align: center;  line-height: 175%;
    font-size: 14px;
}

footer .column2 span {
    display: block;
    margin-bottom: 10px;
    letter-spacing: 4px;
    font-family: 'MakinasScrap';
}

footer .column2 dl {
    margin: 0;
}

footer .column2 dt {
    width: 160px; float: left;
    margin-right: 20px;
    text-align: right;
}

footer .column2 dd {
    text-align: left;
}

footer a {
    color: #ffffff;  text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}


/* ==== スマホ ============================================================== */
@media screen and (max-width: 499px)
{
    /* ---- base & common ---- */

    body { 
        -webkit-text-size-adjust: 100%;
        overflow-x: hidden;
    }

    main {
        width: 400px;
        overflow-x: hidden;
    }

    .container {
        width: 360px;  height: 2048px;
    }

    h2 {
        position: relative;  left: -20%; width: 140%;
        margin: 0 0 35px 0;  
        font-size: 40px;  line-height: 63px;
    }

    h3 {
        margin-bottom: 15px;
    }

    .column1 {
        margin: 0 5px 20px 5px;
        padding: 10px 5px 0 5px;
        font-size: 14px;
    }

    .column1-image1 {
        height: 128px;
        margin-top: 0px;  margin-left: 60px;
    }

    #popupPrev,
    #popupNext {
        width: 160px;  height: 90px;
        padding: 4px;
    }

    #popupMain {
        padding: 8px;
        width: 320px;  height: 180px;
    }

    #menu {
        display: none;
    }


    /* ---- header ---- */


    /* ---- mainVisual ---- */

    #mainVisual {
        background-image: url(../images/background-mainvisual-sp.jpg);
    }

    #mainVisual h1 {
        padding-top: 20px; padding-left: 10px; left: 0px;
        font-size: 30px;  letter-spacing: -5px;
        line-height: 120%;
    }

    #mainVisual h1:first-line {
        font-size: 55px;
    }

    #mainVisual h1 span {
        /*font-size: 27px;*/
    }

    #mainVisual h1 span.h1-1 {
        display: inline-block; margin-top: 8px;
        font-size: 25px;
    }
    #mainVisual h1 span.h1-2 {
        font-size: 44px;
    }

    #mainVisual #subTitle1 {
        margin-top: 20px;
        font-size: 18px;  
    }

    #mainVisual #subTitle2 {
        margin-top: 0;
        margin-bottom: 30px;
        padding: 0 30px 0 30px;
    }

    #mainVisual #coverImage {
        position: relative;  width: 370px;  height: 518px;
    }

    #mainVisual #spacTable {
        width: 320px;
        margin: 30px 20px 30px 20px;
    }

    #mainVisual #spacTable th {
        width: 60px;
        padding: 5px 8px 4px 30px;
    }

    #mainVisual #spacTable td {
        padding: 5px 0px 4px 8px;
    }

    #mainVisual #whatsnew {
        height: 100px;
        margin-top: 60px; margin-bottom: 30px; padding-left: 10px;
        font-size: 13px;
    }

    #mainVisual #sns {
        margin: 15px;
    }

    #mainVisual .column2 {
        width: 300px;  padding: 20px;
    }



    /* ---- about ---- */

    #about {
        background-image: url(../images/background-about-sp.jpg);
    }

    #about p {
        margin: 70px 20px 0 20px;  padding: 4px 15px 0 15px;
    }


    /* ---- feature ---- */

    #feature {
        background-image: url(../images/background-feature-sp.jpg);
    }

    #feature .column1 {
       height: 290px;
    }

    #feature .column1 p {
        line-height: 110%;
    }


    /* ---- notCovered ---- */

    #notCovered {
        background-image: url(../images/background-notcovered-sp.jpg);
    }

    #notCovered #caution {
        margin: 40px 0 50px 0;  padding: 20px 0 10px 95px;
        line-height: 125%;

    }

    #notCovered .column1 {
        height: 260px;
    }

    #notCovered .column1 p {
        line-height: 108%;
    }

    #notCovered .column1 .column1-image1 {
        margin-top: 15px;
    }


    /* ---- tableOfContents ---- */

    #tableOfContents {
        background-image: url(../images/background-tableofcontents-sp.jpg);
    }

    #tableOfContents h3 {
        margin-bottom: 20px;
    }

    #tableOfContents ol {
        margin: 0 0 60px 0;  padding: 0 40px 0 20px;
    }

    #tableOfContents li {
        margin-top: 0;
    }


    /* ---- gallery ---- */

    #gallery {
        background-image: url(../images/background-gallery-sp.jpg);
    }

    #gallery h3 {
        text-align: center;
        height: 50px;
    }

    #gallery #thumbnailBlock h3:nth-child(24),
    #gallery #thumbnailBlock h3:nth-child(29) {
        padding-top: 50px;
    }

    #gallery .thumbnail {
        width: 160px;  height: 90px;
        margin: 0 5px 30px 5px;
    }

    #gallery .thumbnail:nth-child(4),
    #gallery .thumbnail:nth-child(7),
    #gallery .thumbnail:nth-child(10),
    #gallery .thumbnail:nth-child(13),
    #gallery .thumbnail:nth-child(16) {
        margin-right: 160px;
    }

    #gallery .thumbnail img {
        width: 160px;  height: 90px;
    }

    #gallery .forSP {
        margin: 10px;
        color: #444444;  font-size: 14px;  letter-spacing: 1px;
        text-align: center;
    }




    /* ---- bonus ---- */

    #bonus {
        background-image: url(../images/background-bonus-sp.jpg);
    }

    #bonus .column1 {
       height: 290px;
    }

    #bonus .column1 p {
        line-height: 110%;
    }

    #bonus .column1 .column1-image1 {
        margin-top: 15px;
    }

    #bonus .commingSoon {
        margin-left: 20px;  margin-top: 94px;
    }


    /* ---- auther ---- */

    #auther {
        background-image: url(../images/background-auther-sp.jpg);
    }

    #auther .container {
        height: 1600px;
        background-color: rgba(255, 255, 255, 0.3);
    }

    #auther .column1 {
       height: 320px;
    }


    #auther .column1:nth-child(2) {
        height: 500px;
    }

    #auther .column2 {
       height: 250px;
    }

    #auther .column1-2 {
       height: 256px;
    }



    #auther #twitter-column {
       height: 500px;
    }

    #auther iframe {
        margin-left: 30px;
    }

    #auther #autherImage {
        right: -40px;  bottom: 0px;
    }


    /* ---- footer ---- */

    footer .container {
        height: 400px;
    }

    footer .column2 {
        margin-bottom: 30px;
        border-width: 0;
    }

}

/* ==== PC ================================================================== */
@media screen and (min-width: 500px)
{
    /* ---- base & common ---- */

    body {
        font-family: meiryo, verdana, "ＭＳ Ｐゴシック", osaka, sans-serif;
    }

    .container {
        width: 1024px;  height: 1024px;
    }

    h2 {
        margin: 0 0 50px 0;  
        font-size: 45px;  line-height: 63px;
    }

    .column1 {
        width: 278px;  float: left;
        margin: 0 20px 20px 20px;
        padding: 19px 10px 19px 10px;
    }

    .column1-image1 {
        height: 128px;
        margin-top: 10px;  margin-left: 40px;
    }

    .column2 {
        position: relative;  width: 340px;  float: left;
    }


    #popupPrev,
    #popupNext {
        width: 320px;  height: 180px;
        padding: 8px;
    }

    #popupMain {
        width: 854px;  height: 480px;
        padding: 16px;
    }

    #menu {
        position: fixed;  right: 0;  top: 25px;  height: 100%;
        margin: 0;
    }

    #menu li {
        position: absolute;  right: 0;  width: 30px;  height: 11.5%;  overflow: hidden;  cursor: pointer;
        background-color: rgba(255, 255, 255, 0.8);
        list-style-type: none;  text-indent: 10px;
        border-left: 6px solid #888888;
        border-bottom-left-radius: 8px;  border-top-left-radius: 8px;
        white-space: nowrap;  text-overflow: ellipsis;  line-height: 35px;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-family: 'MakinasScrap';
        transition: border-color 0.3s linear;  
    }

    #menu li:nth-child(1) {
        top: 0;  height: 8.5%;
    }

    #menu li:nth-child(2) {
        top: 9.5%;
    }

    #menu li:nth-child(3) {
        top: 22%;
    }

    #menu li:nth-child(4) {
        top: 34.5%;
    }

    #menu li:nth-child(5) {
        top: 47%;
    }

    #menu li:nth-child(6) {
        top: 59.5%;
    }

    #menu li:nth-child(7) {
        top: 72%;
    }

    #menu li:nth-child(8) {
        top: 84.5%;
    }

    .forSP {
        display: none;
    }



    /* ---- header ---- */


    /* ---- mainVisual ---- */

    #mainVisual {
        background-image: url(../images/background-mainvisual.jpg);
    }

    #mainVisual h1 {
        left: 40px;
        font-size: 43px;  letter-spacing: -8px;
    }

    #mainVisual h1:first-line {
        font-size: 65px; font-size: 49px;
    }

    #mainVisual h1 span {
        position: relative;  top: -4px;
        /*font-size: 30px;*/  letter-spacing: -1px;
    }
    #mainVisual h1 .h1-2 {
        font-size: 47px;
    }

    #mainVisual #subTitle1 {
        margin-top: 28px; width: 512px;
        font-size: 22px;
    }

    #mainVisual #subTitle2 {
        margin-top: 0;
        margin-bottom: 15px;
        width: 512px;
    }

    #mainVisual #coverImage {
        position: absolute;  top: 10px;  right: -20px;
    }

    #mainVisual #spacTable {
        width: 400px;
        margin: 26px 0 30px 54px;
    }

    #mainVisual #spacTable th {
        width: 100px;
    }

    #mainVisual #whatsnew {
        width: 400px;  height: 210px;
        margin-top: 60px;  margin-left: 50px;
    }

    #mainVisual #sns {
        position: absolute; top: 690px; left: 30px; width: 450px; height: 50px;
    }

    #mainVisual .column2 {
        width: 300px;  padding: 20px 20px 0 20px;

    }




    /* ---- about ---- */

    #about {
        background-image: url(../images/background-about.jpg);
    }

    #about p {
        margin: 70px 100px 0 100px;  padding: 0 25px 0 25px;
    }


    /* ---- feature ---- */

    #feature {
        background-image: url(../images/background-feature.jpg);
    }

    #feature .column1 {
       height: 380px;
    }


    /* ---- notCovered ---- */

    #notCovered {
        background-image: url(../images/background-notcovered.jpg);
    }

    #notCovered #caution {
        margin: 30px 0 30px 70px;  padding: 30px 0 0 95px;
        font-size: 18px;
        line-height: 200%;
    }

    #notCovered .column1 {
       height: 325px;
    }


    /* ---- tableOfContents ---- */

    #tableOfContents {
        background-image: url(../images/background-tableofcontents.jpg);
    }

    #tableOfContents ol {
        margin: 0 0 60px 0;  padding: 0 40px 0 20px;
    }


    /* ---- gallery ---- */

    #gallery {
        background-image: url(../images/background-gallery.jpg);
    }

    #gallery h3 {
/*
        width: 170px;
*/
        width: 205px;  float: left;  clear: left;
        margin: 0 40px 30px 0px;  padding-top: 45px;
        text-align: right;
    }

    #thumbnailBlock {
        margin-left: 25px;  height: 890px;  overflow: hidden;
    }

    .thumbnail {
/*
        width: 160px;  height: 90px;
        margin: 0 15px 30px 10px;
*/
        width: 210px;  height: 118px;
        margin: 0 15px 19px 10px;
    }


    /* ---- bonus ---- */

    #bonus {
        background-image: url(../images/background-bonus.jpg);
    }

    #bonus .column1 {
       height: 380px;
    }


    /* ---- auther ---- */

    #auther {
        background-image: url(../images/background-auther.jpg);
    }

    #auther .container {
        height: 682px;
    }

    #auther .column1 {
       height: 500px;
    }

    #auther .column2 {
       height: 540px;
    }

    #auther #autherImage {
        right: 20px;  bottom: -30px;
    }

    #auther .column1-2 {
       position: absolute; right: 0; height: 256px;
    }


    /* ---- footer ---- */

    footer .container {
        height: 125px;
    }

    footer .column2 {
        height: 120px;
    }

    footer .column2:nth-child(3) {
        border-right: 1px dotted #666666;
    }
}

/* ==== その他 ============================================================== */

/* thanks. http://www.bypeople.com/css3-box-shadow/ */

.column1-fold1-rb {
    border-bottom-right-radius: 60px 20px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1),
                0px 5px 3px rgba(0, 0, 0, 0.1);
}

.column1-fold1-rb::after {
    position: absolute;  bottom: -3px;  right: -3px;  width: 50px;  height: 50px;  z-index: -1;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
    transform: rotate(0deg) translate(-20px, -15px) skew(20deg);
    content: '';
}

.column1-fold2-rb {
    border-bottom-right-radius: 70px 30px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1),
                0px 5px 3px rgba(0, 0, 0, 0.1);
}

.column1-fold2-rb::after {
    position: absolute;  bottom: 5px;  right: 5px;  width: 95%;  height: 95%;  z-index: -1;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-bottom-right-radius: 70px 10px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    transform: skew(2deg, 2deg) translate(-1px, 2px);
    content: '';
}

.column1-fold3-rb {
    border-bottom-right-radius: 60px 60px;
}

.column1-fold3-rb::after {
    position: absolute;  bottom: 0;  right: 0;  width: 25px;  height: 20px;
    border-bottom-right-radius: 30px;
    box-shadow:-2px -2px 5px rgba(0, 0, 0, 0.3);
    transform: rotate(-20deg) skew(-40deg, -3deg) translate(-13px, -13px);
    content: '';
}


.column1-fold1-lb {
    border-bottom-left-radius: 60px 20px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1),
                0px 5px 3px rgba(0, 0, 0, 0.1);
}

.column1-fold1-lb::before {
    position: absolute;  bottom: -3px;  left: -3px;  width: 50px;  height: 50px;  z-index: -1;
    box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.2);
    transform: rotate(0deg) translate(20px, -15px) skew(-20deg);
    content: '';
}

.column1-fold2-lb {
    border-bottom-left-radius: 70px 30px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1),
                0px 5px 3px rgba(0, 0, 0, 0.1);
}

.column1-fold2-lb::before {
    position: absolute;  bottom: 5px;  left: 5px;  width: 95%;  height: 95%;  z-index: -1;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-bottom-left-radius: 70px 10px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    transform: skew(-2deg, -2deg) translate(1px, 2px);
    content: '';
}

.column1-fold3-lb {
    border-bottom-left-radius: 60px 60px;
}

.column1-fold3-lb::after {
    position: absolute;  bottom: 0;  left: 0;  width: 25px;  height: 20px;
    border-bottom-right-radius: 30px;
    box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.3);
    transform: rotate(103deg) skew(-3deg, -40deg) translate(-13px, -15px);
    content: '';
}


.column1-tape-lc,
.column1-tape-lt,
.column1-tape-ct,
.column1-tape-ct2,
.column1-tape-rt,
.column1-tape-rc {
    position: absolute; display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    background: -webkit-gradient(linear, 555% 20%, 0% 92%, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.0)), color-stop(.1,rgba(0, 0, 0, 0.2)));
    background: -moz-linear-gradient(555% 0 180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.2) 10%, rgba(0,0,0,0.0));
    background: linear-gradient(555% 0 180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.2) 10%, rgba(0,0,0,0.0));
    border-left: 1px dashed rgba(0, 0, 0, 0.1);  border-right: 1px dashed rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
}

.column1-tape-lc {
    top: 0;  left: 0;  width: 130px;  height: 40px;
    transform: rotate(90deg) skew(0,0) translate(150px,65px);
}

.column1-tape-lt {
    top: 0;  left: 0;  width: 130px;  height: 40px;
    transform: rotate(-30deg) skew(0,0) translate(-30px,-20px);
}

.column1-tape-ct {
    top: -25px;  left: 30%;  width: 130px;  height: 40px;
}

.column1-tape-ct2 {
    top: 0;  right: 0;  width: 130px;  height: 40px;
    transform: rotate(6deg) skew(0, 0) translate(-60%, -5px);
}

.column1-tape-rt {
    top: 0;  right: -80px;  width: 130px;  height: 40px;
    transform: rotate(20deg) skew(0,0) translate(-30%, -5px);
}

.column1-tape-rc {
    top: 0;  right: 0;  width: 130px;  height: 40px;
    transform: rotate(90deg) skew(0,0) translate(250px,-65px);
}


/* thanks. http://webrocketsmagazine.com/entry/20120224/css3-image-effects.html */

.column1-image1 {
    display: inline-block;  position: relative;  overflow: hidden;
    padding: 6px;
}

.column1-image1 img {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

.column1-image1:before,
.column1-image1:after {
    position: absolute;  width: 64px;  height: 33px;  z-index: 1;
    transform: rotate(-30deg);
    content: '';
}

.column1-image1:before {
    top: -12px;  left: -14px;
    background: #f8f8f8;
    box-shadow: 0 10px 8px -12px rgba(0, 0, 0, 0.8);
}

.column1-image1:after {
    bottom: -15px;  right: -13px;
    background: #fcfcfc;
    box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.7);
}


/* thanks. http://www.nxworld.net/tips/css-only-button-design-and-hover-effects.html */

.mvButton {
    position: relative;  display: inline-block;
    width: 300px;  height: 54px;

    margin-bottom: 15px;
    background-color: #555555;
    border: 2px solid #555555;

    text-align: center;  text-decoration: none;  line-height: 54px;  text-indent: 15px;  outline: none;
    color: #ffffff;
    transition: all .3s;
}

.mvButton::before,
.mvButton::after {
    position: absolute;  display: block;  z-index: -1;

    transition: all .3s;
    content: '';
}

.mvButton:hover {
    background-color: transparent;
    border-color: #ff0000;
    color: #000000;
}

.mvButton:hover span {
    color: #ffff00;
}
