@charset 'UTF-8';
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video
{
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
    outline: 0;
    background: transparent;
}

body
{
    line-height: 1;
}

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

nav ul
{
    list-style: none;
}

blockquote,
q
{
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after
{
    content: '';
    content: none;
}

a
{
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    background: transparent;
}

/* change colours to suit your needs */
ins
{
    text-decoration: none; 

    color: #000;
    background-color: #ff9;
}

/* change colours to suit your needs */
mark
{
    font-weight: bold; 
    font-style: italic;

    color: #000;
    background-color: #ff9;
}

del
{
    text-decoration: line-through;
}

abbr[title],
dfn[title]
{
    cursor: help; 

    border-bottom: 1px dotted;
}

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

/* change border colour to suit your needs */
hr
{
    display: block;

    height: 1px;
    margin: 1em 0;
    padding: 0; 

    border: 0;
    border-top: 1px solid #ccc;
}

input,
select
{
    vertical-align: middle;
}

/* common
========================================== */
/* General
------------------------------------------ */
*
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html,
body
{
    height: 100%;
    margin: 0;
    padding: 0;
}

body
{
    font-family: 'Sawarabi Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
    font-size: 26px; 
    line-height: 1.5;

    position: relative;

    color: #000;
    background: url('../images/top/bg_main.png') repeat center;
    background-color: #fff;
    -webkit-background-size: auto auto;
            background-size: auto;
}

a
{
    -webkit-transition: all .2s 0s ease;
            transition: all .2s 0s ease;
    text-decoration: none; 

    outline: none;
}
a:hover
{
         opacity: .5;

    -moz-opacity: .5;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
}

ul
{
    list-style: none;
}

/* wrapper
------------------------------------------ */
#wrapper
{
    overflow: hidden; 

    width: 100%;
}

/* main
------------------------------------------ */
#main img
{
    display: block;
}

/* main
========================================== */
/* tweet
------------------------------------------ */
.tweet__area
{
    overflow-x: scroll; 

    width: 100%;
}

.tweet__inner
{
    position: relative; 

    width: 3528px;
    height: 640px;

    background-image: url('../images/view/bg_l.png'), url('../images/view/bg_r.png'), url('../images/view/bg_b.png');
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: left center, right center, center;
    -webkit-background-size: auto auto;
            background-size: auto;
}
.tweet__inner:before,
.tweet__inner:after
{
    position: absolute;
    z-index: 10; 

    display: block;

    content: '';

    -webkit-background-size: auto auto;
            background-size: auto;
}
.tweet__inner:before
{
    top: 278px;
    left: 1005px; 

    width: 264px;
    height: 254px;

    background: url('../images/view/ruler_01.png') no-repeat center;
}
.tweet__inner:after
{
    top: 275px;
    left: 2087px; 

    width: 414px;
    height: 277px;

    background: url('../images/view/ruler_02.png') no-repeat center;
}

.tweet__box
{
    position: relative;

    float: left;
    overflow: hidden; 

    width: 1136px;
    height: 640px;
    margin: 0 auto;

    background-repeat: no-repeat;
    -webkit-background-size: auto auto;
            background-size: auto;
}
.tweet__box:after
{
    display: block;
    clear: both; 

    content: '';
}
.tweet__box:after
{
    position: absolute;
    z-index: 10; 

    display: block;

    content: '';

    -webkit-background-size: auto auto;
            background-size: auto;
}
.tweet__box:nth-of-type(1)
{
    background-image: url('../images/view/magnet_01.png'), url('../images/view/bg_mark.png');
    background-position: 54px 143px, center;
}
.tweet__box:nth-of-type(1):after
{
    top: 567px;
    left: 70px; 

    width: 922px;
    height: 56px;

    background: url('../images/view/goods_01.png') no-repeat center;
}
.tweet__box:nth-of-type(1) li:nth-child(1)
{
    top: 248px;
    left: 81px;
}
.tweet__box:nth-of-type(1) li:nth-child(2)
{
    top: 161px;
    left: 386px;
}
.tweet__box:nth-of-type(1) li:nth-child(3)
{
    top: 119px;
    left: 808px;
}
.tweet__box:nth-of-type(1) li:nth-child(4)
{
    top: 237px;
    left: 673px;
}
.tweet__box:nth-of-type(1) li:nth-child(5)
{
    top: 346px;
    left: 395px;
}
.tweet__box:nth-of-type(1) li:nth-child(6)
{
    top: 464px;
    left: 168px;
}
.tweet__box:nth-of-type(2)
{
    background-image: url('../images/view/magnet_02.png'), url('../images/view/bg_mark.png');
    background-position: 191px 477px, center;
}
.tweet__box:nth-of-type(2):after
{
    top: 567px;
    left: 137px; 

    width: 936px;
    height: 56px;

    background: url('../images/view/goods_02.png') no-repeat center;
}
.tweet__box:nth-of-type(2) li:nth-child(1)
{
    top: 57px;
    left: 229px;
}
.tweet__box:nth-of-type(2) li:nth-child(2)
{
    top: 37px;
    left: 581px;
}
.tweet__box:nth-of-type(2) li:nth-child(3)
{
    top: 180px;
    left: 47px;
}
.tweet__box:nth-of-type(2) li:nth-child(4)
{
    top: 147px;
    left: 771px;
}
.tweet__box:nth-of-type(2) li:nth-child(5)
{
    top: 486px;
    left: 317px;
}
.tweet__box:nth-of-type(2) li:nth-child(6)
{
    top: 485px;
    left: 651px;
}
.tweet__box:nth-of-type(3)
{
    background-image: url('../images/view/magnet_03.png'), url('../images/view/bg_mark.png');
    background-position: 37px 38px, center;
}
.tweet__box:nth-of-type(3):after
{
    top: 567px;
    left: 61px; 

    width: 1020px;
    height: 56px;

    background: url('../images/view/goods_03.png') no-repeat center;
}
.tweet__box:nth-of-type(3) li:nth-child(1)
{
    top: 57px;
    left: 237px;
}
.tweet__box:nth-of-type(3) li:nth-child(2)
{
    top: 179px;
    left: 54px;
}
.tweet__box:nth-of-type(3) li:nth-child(3)
{
    top: 224px;
    left: 430px;
}
.tweet__box:nth-of-type(3) li:nth-child(4)
{
    top: 263px;
    left: 801px;
}
.tweet__box:nth-of-type(3) li:nth-child(5)
{
    top: 352px;
    left: 239px;
}
.tweet__box:nth-of-type(3) li:nth-child(6)
{
    top: 387px;
    left: 597px;
}
.tweet__box:nth-of-type(4)
{
    width: 120px;

    background-image: url('../images/view/student.png');
    background-position: 6px 40px;
}

.tweet__logo,
.tweet__title
{
    font-size: 0;

    position: absolute; 

    display: block;
    overflow: hidden;

    white-space: nowrap;
    text-indent: 100%;

    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}

.tweet__logo
{
    width: 443px;
    height: 208px;

    background-image: url('../images/view/logo.png');
}
.tweet__box:nth-of-type(1) .tweet__logo
{
    top: 376px;
    left: 683px;
}
.tweet__box:nth-of-type(2) .tweet__logo
{
    top: 154px;
    left: 361px;
}
.tweet__box:nth-of-type(3) .tweet__logo
{
    top: 13px;
    left: 671px;
}

.tweet__title
{
    width: 836px;
    height: 98px;

    background-image: url('../images/view/title.png');
}
.tweet__box:nth-of-type(1) .tweet__title
{
    top: 24px;
    left: 24px;
}
.tweet__box:nth-of-type(2) .tweet__title
{
    top: 364px;
    left: 231px;
}
.tweet__box:nth-of-type(3) .tweet__title
{
    top: 501px;
    left: 373px;
}

.tweet__list
{
    position: relative; 

    width: 100%;
    height: 100%;
}

.tweet__item
{
    font-size: 26px;
    line-height: 1.1;

    position: absolute; 

    width: 295px;

    text-align: center;
}
.tweet__item .comment,
.tweet__item .account
{
    color: transparent;
    -webkit-background-clip: text;
            background-clip: text;
}
.is-plain .tweet__item .comment,
.is-plain .tweet__item .account
{
    background-image: none !important;
}
.tweet__item .account
{
    font-size: 22px; 

    margin-top: 3px;
}
.tweet__item.red .comment,
.tweet__item.red .account
{
    background-image: url('../images/view/bg_txt_red.png');
}
.is-plain .tweet__item.red .comment,
.is-plain .tweet__item.red .account
{
    color: #fb74bb;
}
.tweet__item.yellow .comment,
.tweet__item.yellow .account
{
    background-image: url('../images/view/bg_txt_yellow.png');
}
.is-plain .tweet__item.yellow .comment,
.is-plain .tweet__item.yellow .account
{
    color: #f4e13b;
}
.tweet__item.blue .comment,
.tweet__item.blue .account
{
    background-image: url('../images/view/bg_txt_blue.png');
}
.is-plain .tweet__item.blue .comment,
.is-plain .tweet__item.blue .account
{
    color: #49a8f0;
}

/* info - sns / ntv
------------------------------------------ */
.info__btn
{
    display: none;
}

.info__inner:after
{
    display: block;
    clear: both; 

    content: '';
}

/* sns
------------------------------------------ */
.sns__area
{
    float: left;

    margin: 20px 30px;
}

.sns__inner
{
    text-align: center;
}

.sns__title,
.sns__list
{
    display: inline-block !important;

    vertical-align: middle;
}

.sns__title
{
    font-size: 0;

    display: block;
    overflow: hidden;

    width: 152px;
    height: 17px;
    margin: 0 auto; 

    white-space: nowrap;
    text-indent: 100%;

    background-image: url('../images/view/sns_title.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}

.sns__list
{
    font-size: 0; 

    margin-left: 30px;
}
.sns__list [class*='sns__item--']
{
    display: inline-block;

    vertical-align: middle;
}

.sns__btn
{
    font-size: 0; 

    display: block;
    overflow: hidden;

    white-space: nowrap;
    text-indent: 100%;

    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}
.sns__item--twitter .sns__btn
{
    width: 38px;
    height: 30px;

    background-image: url('../images/view/sns_icon_twitter.png');
}
.sns__item--facebook .sns__btn
{
    width: 36px;
    height: 36px;
    margin-left: 20px; 

    background-image: url('../images/view/sns_icon_facebook.png');
}
.sns__item--line .sns__btn
{
    width: 36px;
    height: 36px;
    margin-left: 25px; 

    background-image: url('../images/view/sns_icon_line.png');
}

/* ntv
------------------------------------------ */
.ntv__area
{
    float: right;

    margin: 15px 20px;
}

.ntv__title
{
    display: none;
}

.ntv__sakiboku a
{
    font-size: 0;

    display: block;
    overflow: hidden;

    width: 123px;
    height: 49px;
    margin: 0 auto; 

    white-space: nowrap;
    text-indent: 100%;

    background-image: url('../images/view/ntv_sakiboku.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}

/* footer
------------------------------------------ */
#footer
{
    font-size: 14px;

    width: 100%;
    padding: 30px;

    text-align: center; 

    color: #000;
}

/* device
------------------------------------------ */
.device__area
{
    display: none;
}

/* for - 419px
========================================== */
@media screen and (max-width: 419px)
{
    /* sns
------------------------------------------ */
    .sns__area
    {
        float: none;

        margin: 30px;
    }
    .sns__title,
    .sns__list
    {
        display: block !important;
    }
    .sns__list
    {
        margin-top: 10px;
        margin-left: 0 !important;
    }
    /* ntv
------------------------------------------ */
    .ntv__area
    {
        float: none;
    }
}

/* for - 639px
========================================== */
@media screen and (max-width: 639px)
{
    /* sns
------------------------------------------ */
    .sns__area
    {
        float: none;
    }
    /* ntv
------------------------------------------ */
    .ntv__area
    {
        float: none;
    }
}
