@charset "utf-8";

/* - generale
 ------------------------------------------------------------ */
.new-year-twitter {
    background-color: #fff;
}
.new-year-twitter[class*=grid] {
    margin: 0;
}
.new-year-twitter header [class*=grid-] {
    margin: 0;
}
.new-year-twitter .wrapping {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
.new-year-twitter .wrapping[class*=grid-] {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.new-year-twitter header [class*=grid-].wrapping {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
.new-year-twitter .white-space span:not(.eccetto) {
    white-space: nowrap;
    display: inline-block;
}

/* - header
 ------------------------------------------------------------ */
.new-year-twitter header {
    background: url(../images/p_da0291_m_da02910.jpg) ;
    opacity: 6%;
    width: 100%;
    margin: 0 auto;
}
.new-year-twitter header h1 {
    text-align: center;
    position: relative;
    top: -33px;
    z-index: 2;
}
.new-year-twitter header p {
}
.new-year-twitter .illust img {
    position: relative;
    top: -8px;
}

.new-year-twitter .title-t img {
    width: 100%;
}

.waku-info {
    border-radius: 16px;
    border: 3px solid #f34f4b;
    padding: 1em 10em 1em 3em;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 740px;
}
.waku-info img {
    position: absolute;
    right: 12px;
    top: 14px;
}
.sub {
    background-color: #f34f4b;
    height: 47px;
}
.sub img {
    position: relative;
    top: -3px;
}
.sub p {
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 0 1em 0 0;
    line-height: 52px;
    font-size: 1.25em;
}

/* - .how-to
 ------------------------------------------------------------ */
.how-to {
    width: 100%;
    margin: 0 auto;
    padding: 0 1em 1em 1em;
    text-align: center;
}
.how-to .inner {
    padding: 1em;
    text-align: center;
}
.new-year-twitter h2 {
    margin: 0 auto 1em;
    border-top: 7px solid #2bb3b8;
    display: inline-block;
    padding: .8em;
}
.how-to p {
    margin: 1em 0;
    font-size: 1.2em;
  /*  position: relative; */
}
.how-to .img {margin: 0 0 1em;}
.tbutton {
    text-align: center;
}
.tbutton a {
    position: relative;
    display: block;
}
.shadow {
    background-color: #528a96;
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%;
    height: 15px;
    border-radius: 6px;
    height: 7em;
    border-radius: 0 0 6px 6px;
    background-color: #f9f7f7;
    box-shadow: inset 0 4px 6px #d8d8d8;
}
.translateY {
    transform: translateY(1);
    transition: transform 0.5s ease;
}
.waku {
    position: relative;
    left: -27px;
    padding: 0 3em;
    border-radius: 6px;
    background-color: #38b5ca;
    display: inline-block;
    z-index: 1;
    box-shadow: 0 5px 0 #327f90;
}
.tbird {
    z-index: 5;
    position: relative;
}
.tbutton a:hover .translateY {
    transform: translateY(6.4em);
}
.tbutton a:hover .shadow {
    height: 7em;
    border-radius: 0 0 6px 6px;
    background-color: #f9f7f7;
    box-shadow: inset 0 4px 6px #d8d8d8;
}
.tbutton a:hover .waku {
    box-shadow: none;
    position: relative;
    top: 1px;
}
.tbutton .ts-btn {
    width: 112px;
}
.tbutton .text {
    padding: 2em;
}
.how-to .nota p {
    margin: 0 0 1em;
    font-weight: bold;
    font-size: .95em;
    color: #555;
}
.how-to .nota .inner {
    padding: 0;
}

.waku2 {
    position: relative;
    left: -27px;
    padding: 0 3em;
    border-radius: 6px;
    background-color: #ccc;
    display: inline-block;
    z-index: 1;
    box-shadow: 0 5px 0 #999;
}

.waku2 h2{
    border-top:#ccc;
}



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

.after p {font-weight: bold;color: #da2626;}
.after a {/* font-weight: bold; */color: #ffffff;background-color: #2ecc71;font-size: 1.25em;padding: .7em 6em;}
.evi {
    border: 3px solid #24a5c3;
    padding: .5em 1.5em;
    border-radius: 6px;
    background-color: #fff;
}

/* - .new-year-info
 ------------------------------------------------------------ */
.new-year-info {
    width: 100%;
    margin: 0 auto;
    padding: 4em 1em;
    background-color: #feffe7;
}
.new-year-info h3 {
    font-size: 1.8em;
    font-weight: normal;
    letter-spacing: 5px;
}
.new-year-info h4 {
    font-size: 1.15em;
    font-weight: bold;
    margin: 2em 0 1em;
}
.new-year-info p {
    margin: 1em 0;
    font-size: 1.1em;
}
.new-year-info ul {margin: 0 0 0 1.65em;}
.new-year-info li {
    margin: 1em 0;
    font-size: 1.1em;
    list-style-type: decimal;
}
.new-year-info .line {
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 1em;
}




/* - ## x >= 540px
 ------------------------------------------------------------ */
@media screen and (min-width:540px) {
}

/* - ## x >= 569px
 ------------------------------------------------------------ */
@media screen and (min-width:569px) {
}

/* - ## x >= 769px
 ------------------------------------------------------------ */
@media screen and (min-width:769px) {
}

/* - ## x >= 800px
 ------------------------------------------------------------ */
@media screen and (min-width:800px) {
}

/* - ## x >= 1025px
 ------------------------------------------------------------ */
@media screen and (min-width:1025px) {
}

/* - ## x >= 1380px
 ------------------------------------------------------------ */
@media screen and (min-width:1281px) {
}

/* - page scroll
 ------------------------------------------------------------ */
#page-top {
    position: fixed;
    bottom: 150px;
    right: 20px;
    z-index: 10;
}
#page-top a {
    font-size: 12px;
    padding: 30px 0;
    background: #8E7B87;
    text-decoration: none;
    color: #fff !important;
    width: 100px;
    height: 77px;
    text-align: center;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #C0BBAC;
}

/* - .socialIcon
 ------------------------------------------------------------ */
.socialIcon {
    width: 100%;
    padding: 0 4em;
}
.socialIcon .flex-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    margin: 20px auto;
    border-top: 1px dotted #ccc;
    padding: 14px 0 10px;
    border-bottom: 1px dotted #ccc;
    max-width: 500px;
}
.socialIcon .flex-container .social {
    -webkit-justify-content: center;
    justify-content: center;
    align-content: space-between;
    width: 80px;    /* flex: 1; */
}
.fb-like {
    top: -1px;
}


.how-to h4 {
    font-size: 1.7em;
    font-weight: bold;
    margin: 1em 0 1em;
}

.how-to h5 {
    font-size: 1.3em;
    font-weight: bold;
    margin: 1em 0 1em;
}