@charset "UTF-8";

/*! インデクッス */

.cl,
#lineup ul,
#pickup-list,
#enjoy .enjoy-list,
#enjoy .enjoy-list .art-detail a,
#enjoy .enjoy-list-other {
    display: inline-block;
    min-height: 1%;
    display: block;
    *zoom: 1;
}

.cl:after,
#lineup ul:after,
#pickup-list:after,
#enjoy .enjoy-list:after,
#enjoy .enjoy-list .art-detail a:after,
#enjoy .enjoy-list-other:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

* html .cl,
* html #lineup ul,
#lineup * html ul,
* html #pickup-list,
* html #enjoy .enjoy-list,
#enjoy * html .enjoy-list,
* html #enjoy .enjoy-list .art-detail a,
#enjoy .enjoy-list .art-detail * html a,
* html #enjoy .enjoy-list-other,
#enjoy * html .enjoy-list-other {
    height: 1%;
}

body#home {
}

a {
    outline: none;
}

a:focus {
    outline: none;
}

.container #col-main>section~section {
    margin-top: 70px;
}

.container {
    /*160412
  padding: 0 10px;*/
}

.container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#main-container {
    margin: 0 auto;
    /*width:961px;*/
    overflow: hidden;
    /* add 150508 */
    width: 968px;
    /* add 160412 */
    padding-left: 4px;
}

#main-container img,
.index-content img {
    max-width: 100%;
}

#main-container #col-main {
    width: 701px;
    float: left;
}

#main-container #col-sub {
    width: 210px;
    float: right;
}

#footer {
    margin-top: 60px;
    border-top: none;
    background: #000;
}

#footer a {
    color: #adadad;
}

#footer #footer-site .row>.expander {
    border-left: none;
}


/*----------------------------------
mv
----------------------------------*/

#mv {
    position: relative;
    width: 1060px;
    margin: 0 auto;
}

.lateDevice #mv {
    margin-bottom: 30px;
}

#mv ul {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    overflow: hidden;
    height: auto;
}

#mv ul li {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
}

#mv ul img {
    width: 960px;
    max-width: 100%;
    margin-left: 50px;
}

#mv ul .mv-current {
    position: relative;
    z-index: 999;
}

#mv-arrow-left,
#mv-arrow-right {
    position: absolute;
    top: 50%;
    margin-top: -28px;
}

#mv-arrow-left {
    left: 10px;
}

#mv-arrow-right {
    right: 10px;
}

.pointer-list {
    margin-top: 15px;
    padding: 0;
    list-style: none;
    letter-spacing: -.40em;
    text-align: center;
    line-height: 1;
}

.pointer-list li {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin: 0 3px;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

.pointer-list a {
    display: block;
    width: 10px;
    height: 10px;
    font-size: 10px;
    margin: 2px auto 0;
    color: #d7d7e1;
}

.pointer-list a:hover {
    width: 14px;
    height: 14px;
    font-size: 14px;
    margin-top: 0;
    color: #42506e;
}

.pointer-list .point-current a {
    width: 14px;
    height: 14px;
    font-size: 14px;
    margin-top: 0;
    color: #42506e;
}

.pointer-list .point-current a img {
    margin-top: -14px;
}

#copy-text {
    padding: 10px 0 15px;
    background: #959da0;
}

#copy-text h1 {
    width: 960px;
    margin: 0 auto;
    text-align: right;
}

#copy-text h1 img {
    max-width: 215px;
    margin-right: 54px;
}


/*-- add --*/

#copy-text {
    position: relative;
    z-index: 20;
    margin-top: -100px;
}


/*-- end add --*/

#col-main .index-content section {
    margin-bottom: 70px;
}

#mv-pointer+section {
    margin-top: 20px;
}

.sec-title {
    position: relative;
}

.sec-title h2 {
    margin: 7px 0 0;
}

.sec-title h2 img {
    height: 30px;
    width: auto;
}

.sec-title p {
    margin-top: 10px;
}

.sec-title h1+p,
.sec-title h2+p,
.sec-title h3+p {
    position: absolute;
    top: 4px;
    right: 0;
    margin-top: 0;
}

.sec-title h1+p a,
.sec-title h2+p a,
.sec-title h3+p a {
    position: relative;
    margin-right: 10px;
    padding-right: 20px;
    color: #333;
    font-size: 92.3%;
    background: url(/shared/img/link-ico.png) no-repeat right center #fff;
}

.sec-title h1+p a:hover,
.sec-title h2+p a:hover,
.sec-title h3+p a:hover {
    color: #00a8b5;
}

#news .sec-title h2+p a {
    padding-right: 0;
    background: none;
}


/*-- add 141110 --*/

.bx-viewport {
    box-shadow: none !important;
    border: 0px !important;
    left: 0 !important;
    background: none !important;
}


/*-- end add 141110 --*/


/*
.sec-title h2 + p a:before,
.sec-title h2 + p a:after, .sec-title h3 + p a:before,
.sec-title h3 + p a:after {
  border-radius: 4px;
}

.sec-title h2 + p a:before, .sec-title h3 + p a:before {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  border: 8px solid transparent;
  border-left-color: #f69c00;
  left: 100%;
  top: 0;
}
.sec-title h2 + p a:after, .sec-title h3 + p a:after {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  border: 8px solid transparent;
  border-left-color: #fff;
  left: 97.5%;
  top: 0;
  left: 95%\9;
}*/

.feature-content {
    /*margin:0 0 60px 0;*/
    margin: -20px 0 10px 0;
    padding: 0 0 30px 0;
    overflow: hidden;
    clear: both;
}

.feature-content .feature-detail {
    /*margin: 0 20px 0 0;*/
    margin: 0 33px 0 0;
    float: left;
    width: 298px;
    position: relative;
}

.feature-content .feature-detail:nth-child(3n) {
    margin: 0;
}

/*.feature-content > *:first-child + * + * + * {
    margin: 0;
}
.feature-content > *:first-child + * + * + * + * + * {
    margin: 0;
}*/

.feature-content .feature-detail h2 {
    text-align: center;
    height: 38px;
    margin: 70px 0 0 0;
    padding: 0;
}


/*.feature-content .feature-detail:nth-child(3n) h2,
.feature-content .feature-detail:nth-child(4n) h2 {
    margin: 50px 0 0 0;
}*/

.feature-content .feature-detail h2 img {
    height: 28px;
    width: auto;
}

.feature-content .feature-detail p {
    padding: 15px 0 0;
}

#lineup-title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
}

h1#lineup-title img {
    height: 30px;
    width: auto;
}

#lineup {
    margin-top: 80px;
    padding-bottom: 30px;
}

#lineup h2 img {
    max-width: 156px;
}

#lineup div.pc p {
    margin: 0;
}

#lineup div.pc ul {
    width: 980px;
    /*margin: 10px 0 0 -10px;*/
    /* ad
  margin: 10px 0 0 -10px;d 150508 */
    margin: 10px 0 0 -14px;
}

.sns-content {
    text-align: center;
    margin-top: 40px;
    padding-bottom: 25px;
}

.sns-content h2 {
    margin-bottom: 20px;
}

.sns-content h2 img {
    height: 26px;
    width: auto;
}

.sns-content p img {
    width: 233px;
    height: auto;
}


/* ie10 */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {}


/* /ie10 */

#lineup div.pc li img {
    max-width: 192px;
}

#lineup li span {
    display: block;
    font-size: 92.30769%;
}

#lineup li span {
    color: #000;
}

#lineup li a:hover span {
  color: #00a8b5;
}

#lineup li a+span {}

#lineup li .docomo {
    color: #cc0033;
}

#lineup li .au {
    color: #ed5400;
}

#lineup li .softbank {
    color: #383231;
}

#lineup li .sim {
    color: #005acb;
}

#lineup li .nbsp {
    color: #fff;
}

#pickup {
    margin: 0 0 0 -4px;
    padding: 20px 0 0;
    /*background: url(../../img/pickup/bg-pickup.gif) 0 100% repeat-x;*/
    /*background: url(../../img/pickup/bg-pickup.png) 50% 100% no-repeat;*/
}

#pickup h2 img {
    max-width: 103px;
}

#pickup .pickup-detail {
    float: left;
    width: 225px;
    /*ad2160412*/
    margin-left: 20px;
    background: #fff;
}

#pickup .pickup-detail dl {
    margin: 0;
    padding-top: 10px;
}

#pickup .pickup-detail dl:first-child {
    margin: 0 0 0 5px;
}

#pickup .pickup-detail dt {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 108.33%;
}

#pickup .pickup-detail dt.f100 {
    font-size: 100%;
}

#pickup .pickup-detail dd {
    font-size: 98%;
    line-height: 1.6;
}

#pickup .pickup-detail a {
    color: #333;
}

#pickup .pickup-detail a:hover {
    color: #00A8B5;
}

#pickup .pickup-detail img {
    width: 100%;
}

#pickup .w-border {
    border: 1px solid #ebebeb;
}

#pickup-list {
    width: 990px;
    /*margin: 13px 0 0 -20px;*/
    /* add 150508 */
    margin: 13px 0 0 -30px;
}

#pickup-pointer,
#pickup-arrow-left,
#pickup-arrow-right {
    display: none;
}

#enjoy {
    display: none;
    margin-top: 0;
}

#enjoy h1 img,
#enjoy h2 img {
    max-width: 162px;
}

#enjoy h3 {
    margin: 30px 0 0;
    padding-top: 30px;
    border-top: 1px solid #eee;
    color: #f69c00;
    font-weight: bold;
    font-size: 128.57143%;
    -moz-transform: scale(1, 1.1);
    -webkit-transform: scale(1, 1.1);
    transform: scale(1, 1.1);
}

#enjoy .sec-title+h3 {
    margin-top: 30px;
    padding-top: 0;
    border-top: none;
}

.enjoy-list {
    /*  margin: 0 0 0 -25px;
  letter-spacing: -.40em;*/
}

.enjoy-list .how-to-detail {
    float: left;
    width: 300px;
    margin: 10px 0 0 30px;
    letter-spacing: normal;
    background: #fff;
}

.enjoy-list .how-to-detail dl {
    margin-top: 7px;
}

.enjoy-list .how-to-detail dt {
    color: #F69C00;
    font-weight: bold;
    font-size: 128.57143%;
}

.enjoy-list .how-to-detail dd {
    margin-top: 5px;
    font-size: 85.71429%;
    line-height: 1.6;
}

.enjoy-list .how-to-detail a {
    display: block;
    color: #333;
}

.enjoy-list .how-to-detail a:hover {
    color: #00a8b5;
}

.enjoy-list .image-cut {
    height: 225px;
    background: #fbfbfb;
}

.enjoy-list .image-cut a {
    display: block;
    height: 214px;
    overflow: hidden;
}

.enjoy-list .art-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 217px;
}

#update .art-image img {
    border: 1px solid #c9c9c9;
}

.enjoy-list .art-detail {
    /*float: left;*/
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    position: relative;
    width: 217px;
    margin: 25px 18px 0 0;
    margin: 25px 13px 0 0\9;
    *display: inline;
    *zoom: 1;
}

.ls02 {
    letter-spacing: -0.2px;
}

.isApp #home #heros {
    display: block !important;
}

@media (min-width: 981px) {
    .enjoy-list .art-detail:nth-child(3n) {
        margin: 25px 0 0 0;
    }
    .enjoy-list>*:first-child+*+* {
        /*ie8*/
        margin: 25px 0 0 0;
    }
    #lineup div.pc li {
        max-width: 192px;
        float: left;
        text-align: center;
        margin-bottom: 30px;
    }
    #main-container #col-sub {
        margin: 0 auto 2px;
    }
    #hidden-app #news {
        margin-top: 20px;
    }
    .feature-content .feature-detail {
        height: 240px;
    }
    .list-banner .banner-detail p {
        margin: 0;
        padding: 15px 10px 0 15px;
        /*letter-spacing: -0.8px;*/
    }
    #pickup .pickup-detail dd .ls {
        letter-spacing: -0.5px;
    }
    .lateDevice #listCampaign {
        display: none;
    }
    #listCampaign2 {
        display: none;
        padding: 0 0 50px;
    }
    #lineupSub {
        margin-bottom: 50px;
    }
    .hidden-app {
        clear: both;
    }
    #news #feed {
        padding: 0 4px 0 0;
    }

}






.movie-content a {
    color: #333;
}

.movie-content a:hover {
    color: #00a8b5;
}

.movie-content .file-detail img{
    margin-bottom:10px;
}

.movie-content .file-detail dt{
    font-weight: normal;
}


@media (max-width: 768px) {
.movie-content .pickup-movie-area h2 img{
    width: 48.148%;
    margin: 0 auto;
}
.movie-content .pickup-movie-area .file-detail dt {
    font-weight: normal;
    font-size: 90%;
}
}
@media (min-width: 769px) {
    #lineup div.pc {
        display: block;
    }
    #lineup div.sp {
        display: none;
    }
#pickup .pc { display:block;}
#pickup .sp { display:none;}

.movie-content {
	width:100%;
}

.movie-content .pickup-movie-area {
	margin-top:50px;
}


.movie-content .pickup-movie-area p {
	text-align: center;
	margin-bottom: 20px;
}

.movie-content .pickup-movie-area .file-detail dd {
	margin-top:0.5em;
}

.movie-content .btn {
	margin:10px auto;
	width: 240px;
	padding: 0;
}

.movie-content .btn img {
	margin-bottom: 0;
}

.feature-content {
	clear: both;
}
}

.enjoy-list .art-detail a {
    display: block;
    color: #333;
}

.enjoy-list .art-detail a:hover {
    color: #00a8b5;
}

.enjoy-list .art-detail-text {
    padding-top: 122px;
}

.enjoy-list .art-detail-text p {
    margin-top: 5px;
    text-align: right;
}

.enjoy-list .art-detail-text p img {
    max-width: 100px;
}

.enjoy-list .art-detail-text span {
    display: inline-block;
    width: 100px;
    padding: 5px 0 3px;
    background: #f69c00;
    color: #fff;
    font-size: 85.71429%;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.05em;
    *display: inline;
    *zoom: 1;
}

.enjoy-list .art-detail-text span.no-label {
    background: #fff;
    display: none;
}

.enjoy-list .art-detail-text dl {
    margin: 0;
}

.enjoy-list .art-detail-text dt {
    margin-bottom: 5px;
    padding-left: 5px;
    border-left: 3px solid #f69c00;
    font-size: 80%;
    color: #666666;
}

#xstyle .enjoy-list .art-detail-text dt {
    padding-left: 0;
    border-left: none;
    font-size: 100%;
}

.enjoy-list .art-detail-text dd {
    line-height: 1.6;
}

#enjoy .enjoy-list .art-detail-text dd {
    font-size: 95.71429%;
}

#xstyle .enjoy-list .art-detail-text dd {
    font-size: 85.71429%;
}

.enjoy-list .no-label dl {
    margin-top: 7px;
}

#enjoy .enjoy-list-other {
    width: 990px;
    margin: 0 0 0 -30px;
}

#enjoy .enjoy-list-other .how-to-detail {
    float: left;
    width: 465px;
    margin: 10px 0 0 30px;
    letter-spacing: -.40em;
    border: 1px solid #ececec;
    background: #fff;
}

#enjoy .enjoy-list-other .how-to-detail div,
#enjoy .enjoy-list-other .how-to-detail dl {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    *display: inline;
    *zoom: 1;
}

#enjoy .enjoy-list-other .how-to-detail div {
    width: 160px;
}

#enjoy .enjoy-list-other .how-to-detail dl {
    width: 303px;
    margin: 0;
}

#enjoy .enjoy-list-other .how-to-detail dl dt,
#enjoy .enjoy-list-other .how-to-detail dl dd {
    padding: 0 10px;
}

#enjoy .enjoy-list-other .how-to-detail dl dt {
    color: #F69C00;
    font-weight: bold;
    font-size: 128.57143%;
}

#enjoy .enjoy-list-other .how-to-detail dl dd {
    margin-top: 5px;
    font-size: 85.71429%;
    line-height: 1.6;
}

#enjoy .enjoy-list-other .how-to-detail a {
    display: block;
    color: #333;
}

#enjoy .enjoy-list-other .how-to-detail a:hover {
    color: #00a8b5;
}

.info-list {
    margin-top: 40px;
    display: table;
    zoom: 1;
}

.info-list .col {
    display: table-cell;
    padding: 0 15px 0 0;
    width: 50%;
    zoom: 1;
}

.info-list .col+.col {
    padding: 0 0 0 15px;
}

.info-list #fsg a {
    display: table;
    width: 100%;
    letter-spacing: -.40em;
    border: 1px solid #aaa;
}

.info-list #update a {
    display: table;
    width: 100%;
    letter-spacing: -.40em;
    border: 1px solid #aaa;
    zoom: 1;
}

.info-list a>div {
    display: table-cell;
    vertical-align: middle;
    zoom: 1;
}

.info-list a>.bnr-img img {
    vertical-align: bottom;
    width: 100%;
}

.info-list a>.text {
    width: 77%;
    padding-left: 1.5em;
}

.info-list #update a>.text {
    padding-left: 0;
}

.info-list #fsg h3,
.info-list #fsg p,
.info-list #update h3,
.info-list #update p {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    *display: inline;
    *zoom: 1;
}

.info-list #fsg h3,
.info-list #update h3 {
    margin: 0;
    padding-top: 0;
    border-top: none;
    transform: none;
}

.info-list #fsg p,
.info-list #update p {
    margin: 0;
    font-size: 85.71429%;
}

.info-list #fsg a,
.info-list #update a {
    color: #333;
}

.info-list #fsg a:hover,
.info-list #update a:hover {
    color: #00a8b5;
}

#how-to+p {
    top: 40px;
}

#campaign h2 {
    margin-bottom: 15px;
}

#campaign h2 img {
    max-width: 134px;
}

#xstyle h2 img {
    max-width: 162px;
}

.col4-list {
    margin: -7px 0 0 -2px;
    letter-spacing: -.40em;
}

.col4-detail {
    display: inline-block;
    width: 238px;
    margin: 30px 0 0 2px;
    vertical-align: top;
    letter-spacing: normal;
    *display: inline;
    *zoom: 1;
}

.col4-detail p {
    margin: 15px 0 0;
    padding: 0 10px;
    font-size: 85.71429%;
    line-height: 1.6;
}

.col4-detail dl {
    margin-top: 15px;
    padding: 0 10px;
}

.col4-detail dt {
    margin-bottom: 5px;
}

.col4-detail dd {
    font-size: 85.71429%;
}

.col4-detail img {
    width: 100%;
}

#news h2 img {
    max-width: 162px;
}

#news .sec-title h2 {
    text-align: center;
}

#news .sec-title h2+p a img {
    margin-top: -3px;
    max-width: 12px;
}

#news .sec-title h2+p a img.ico-rss {
    margin-top: -3px;
    max-width: 20px;
}

#news .sec-title h2+p a:first-child {
    margin-right: 8px;
}

#news .sec-title h2+p a:first-child+a {
    padding: 0;
    background: none;
}

#news .sec-title h2+p a:before,
#news .sec-title h2+p a:after {
    display: none;
}

#news ul {
    margin-top: 30px;
    font-size: 92.3077%;
    padding: 0;
    list-style: none;
}

#news li {
    padding: 10px 0;
    border-top: 1px solid #eee;
}

#news li a {
    color: #333;
    overflow: hidden;
    display: block;
}

#news li a:hover {
    color: #00A8B5;
}

#news li time {
    float: left;
    margin-right: 25px;
}

#news li:first-child {
    padding-top: 0;
    border-top: 0;
}

#news.news-2 {
    display: none;
}

.feature-detail a,
.list-banner a {
    color: #333;
}

.feature-detail a:hover,
.list-banner a:hover {
    color: #00A8B5;
}

.list-campaign {
    margin: 0;
    /*padding: 0 0 80px 0;*/
    padding: 0;
    list-style: none;
    overflow: hidden;
}

#listCampaign .list-campaign {
    padding: 50px 0;
}

#listCampaign_pc .list-campaign {
    padding: 50px 0;
}

ul.list-campaign>li {
    margin: 0 20px 10px 0;
    margin: 0 16px 10px 0¥9;
    /*IE8*/
    float: left;
    width: 225px;
}

ul.list-campaign>li:nth-child(4n) {
    margin: 0 0 10px 0;
}

ul.list-campaign>*:first-child+*+*+* {
    /*ie8*/
    margin: 0 0 10px 0;
}

ul.list-campaign>*:first-child+*+*+*+*+* {
    /*ie8*/
    margin: 0 0 10px 0;
}

.list-campaign>li.sp,
.list-campaign>li.ua-sp {
    display: none;
}

.touch.mobile .list-campaign>li.ua-sp {
    display: block;
}

.default-banner .list_detail {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.default-banner .list_detail>li {
    margin: 0 20px 10px 0;
    /*ie8*/
    margin: 0 16px 10px 0\9;
    float: left;
    width: 225px;
    /*ie8*/
    width: 225px\9;
}

.default-banner .list_detail>li:nth-child(4n) {
    margin: 0 0 10px 0;
}

.default-banner .list_detail>*:first-child+*+*+* {
    /*ie8*/
    margin: 0 0 10px 0;
}

:root .default-banner .list_detail>li.last {
    margin: 0 0 10px 0;
}

.default-banner .list_detail>li.sp,
.default-banner .list_detail>li.ua-sp {
    display: none;
}

.list-banner {
    margin: 20px 0 0;
    /*padding:0 0 80px 0;*/
    padding: 0 0 20px 0;
    overflow: hidden;
}

.list-banner .banner-detail {
    margin: 0 10px 0 0;
    float: left;
    width: 233px;
}

.list-banner .banner-detail:nth-child(4n) {
    margin: 0 0 0 0;
}

.list-banner>*:first-child+*+*+* {
    /*ie8*/
    margin: 0 0 0 0;
}

.list-banner .banner-detail h2 {
    text-align: center;
    height: 47px;
    margin-bottom: 0;
}

.list-banner .banner-detail h2 img {
    height: 24px;
    width: auto;
}


/*.list-banner > li + li{
  margin-top:10px;
}*/

.btn-list-sp {
    display: none;
}

.lateDevice #lineupMain {
    display: block;
}

.lateDevice #lineupSub {
    display: none;
}

.lateDevice #lineupMain .container,
.lateDevice #lineupMain ul {
    width: 100%;
}

#other_device {
    padding-bottom: 10px;
}

@media only screen and (max-width: 1080px) {
    #mv {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }
    #mv ul {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        list-style: none;
        overflow: hidden;
    }
    #mv ul li {
        position: absolute;
        top: 0;
        left: 0;
    }
    #mv ul img {
        width: 100%;
        margin-left: 0;
    }
    #mv ul .mv-current {
        position: relative;
        z-index: 999;
    }
    #mv-arrow-left,
    #mv-arrow-right {
        position: absolute;
        top: 50%;
        margin-top: -28px;
        z-index: 999;
    }
    #mv-arrow-left {
        left: 10px;
    }
    #mv-arrow-right {
        right: 10px;
    }
    #copy-text {
        padding: 10px 0 15px;
        background: #959da0;
    }
    #copy-text h1 {
        width: auto;
        margin: 0 auto;
        text-align: right;
    }
    #copy-text h1 img {
        max-width: 215px;
        margin-right: 54px;
    }
    #other_device {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 980px) {
    body#home {
        /*font-family: Roboto-Regular, HelveticaNeue, Arial, sans-serif;*/
    }
    #main-container {
        margin: 0;
        width: auto;
        /* add 150508 */
        padding-right: 0;
    }
    #main-container #col-main,
    #main-container #col-sub {
        float: none;
    }
    #main-container #col-main {
        margin: 0 auto 20px;
        width: 738px;
    }
    #main-container #col-sub {
        margin: 0 auto 20px;
        width: 738px;
    }
    #col-sub .list-campaign {
        margin: -10px 0 20px -10px;
        overflow: hidden;
    }
    #col-sub .list-campaign>li {
        margin: 10px 0 0 10px;
        width: 177px;
        float: left;
    }
    #col-sub .list-banner {
        margin: -10px 0 20px -10px;
        overflow: hidden;
    }
    #col-sub .list-banner>li {
        margin: 10px 0 0 10px;
        width: 177px;
        float: left;
    }
    .container {
        padding: 0 15px;
    }
    .sec-title {
        width: 100%;
    }
    .sec-title p {
        padding-top: 40px;
    }
    /* add 20150430 */
    #lineup {
        margin-top: 60px;
    }
    #lineup ul {
        width: 100%;
        /*margin-top: 0;*/
        /* add 150508 */
        margin: 0 0 0 -10px;
    }
    #lineup li {
        margin-top: 30px;
    }
    #lineup li img {
        max-width: 125px;
    }
    #pickup .pickup-detail {
        width: 176px;
        margin-left: 10px;
    }
    #pickup .pickup-detail dd {
        font-size: 85.71429%;
        line-height: 1.6;
    }
    #pickup-list {
        width: 748px;
        margin: 13px 0 0 -10px;
    }
    .enjoy-list {
        width: 768px;
        /* margin: -10px 0 0 -10px;*/
    }
    .enjoy-list .how-to-detail {
        width: 239px;
        margin-left: 10px;
    }
    .enjoy-list .image-cut {
        height: 179px;
    }
    .enjoy-list .image-cut a {
        height: 168px;
    }
    .enjoy-list .art-image {
        width: 176px;
    }
    .enjoy-list .art-detail {
        width: 176px;
        margin-right: 10px;
    }
    .enjoy-list .art-detail-text {
        padding-top: 100px;
    }
    #enjoy .enjoy-list-other {
        width: 748px;
        margin: 0 0 0 -10px;
    }
    #enjoy .enjoy-list-other .how-to-detail {
        width: 364px;
        margin: 25px 0 0 10px;
    }
    #enjoy .enjoy-list-other .how-to-detail h3 {
        top: 0;
        padding-top: 0;
        left: 155px;
    }
    #enjoy .enjoy-list-other .how-to-detail div {
        width: 140px;
    }
    #enjoy .enjoy-list-other .how-to-detail dl {
        width: 222px;
    }
    .col4-detail {
        width: 183px;
    }
    .info-list {
        display: block;
    }
    .info-list .col {
        display: block;
        padding: 0;
        width: 100%;
    }
    .info-list .col+.col {
        padding: 0;
    }
    .info-list #fsg h3,
    .info-list #fsg p,
    .info-list #update h3,
    .info-list #update p {
        display: block;
    }
    .info-list #fsg h3,
    .info-list #update h3 {
        margin: 0;
        padding: 0;
        border-top: none;
        transform: none;
        font-size: 112.5%;
    }
    .info-list #fsg,
    .info-list #update {
        margin-top: 20px;
        padding: 10px 0;
    }
    .info-list #fsg p,
    .info-list #update p {
        margin: 5px 0 0;
        padding: 0;
        font-size: 85.71429%;
    }
    .info-list #fsg a,
    .info-list #update a {
        display: block;
        background: url(../../img/ico-arrow-sp.gif) 97% 50% no-repeat;
        background-size: 8px auto;
    }
    .info-list a .text {
        vertical-align: middle;
        width: 80%;
        padding: 0 3em 0 1.5em;
    }
    #news {
        margin: 0 auto;
        width: 738px;
    }
    #news.news-1 {
        display: none;
    }
    #news.news-2 {
        display: block;
    }
    #listCampaign_pc .list-campaign {
        display: none;
    }
    .lateDevice #news.news-2 {
        margin-top: 30px;
    }
    .lateDevice #lineupMain {
        display: none;
    }
    .lateDevice #lineupTablet {
        display: none;
    }
    .lateDevice #lineupSub {
        display: block;
    }
    #listCampaign {
        display: none;
    }
    #listCampaign2 {
        display: block;
    }
    .sns-content ul {
        margin: 20px 15px;
    }
    .sns-content ul img {
        max-width: 80%;
    }
}

@media screen and (min-width: 640px) and (max-width: 980px) {
    .enjoy-list .art-detail:nth-child(4n+1) {
        margin-left: 0;
    }
}

@media (min-width: 769px) and (max-width: 980px) {
    h1#lineup-title img {
        height: 24px;
        width: auto;
    }
    #lineup div.pc ul {
        width: 780px;
        margin: 0 auto;
        padding: 0;
    }
    #lineup {
        margin-top: 60px;
    }
    #lineup div.pc li {
        max-width: 130px;
        float: left;
        text-align: center;
        margin-bottom: 20px;
        margin: 0 10px 10px 10px;
        margin: 0 0 10px -10px\9;
        /*IE8*/
        font-size: 82%;
    }
    #lineup div.pc li img {
        max-width: 130px;
        max-width: 120px\9;
        /*IE8*/
    }
    .feature-content {
        width: 740px;
        margin: 0 auto;
        padding: 0;
    }
    .feature-content .feature-detail {
        width: 30%;
        height: 200px;
    }
    .feature-content .feature-detail h2 {
        margin: 30px 0 0 0;
    }
    .feature-content .feature-detail h2 img {
        height: 24px;
        width: auto;
    }
    .feature-content .feature-detail p {
        font-size: 90%;
    }
    .list-banner {
        width: 740px;
        margin: 0 auto;
        padding: 5px 0 0 0;
    }
    .list-banner .banner-detail {
        width: 177px;
    }
    .list-banner .banner-detail h2 img {
        height: 16px;
        width: auto;
    }
    .list-banner .banner-detail p {
        font-size: 82%;
        margin-top: 10px;
    }
    .list_detail li {
        width: 240px;
    }
    .list-campaign {
        width: 740px;
        margin: 0 auto;
        padding: 0;
    }
    #listCampaign2 {
        width: 740px;
        margin: 0 auto;
        padding: 0 0 40px 0;
    }
    .default-banner .list_detail {
        width: 740px;
        margin: 0 auto;
        padding: 0;
    }
    .default-banner .list_detail>li {
        width: 176px;
        margin: 0 10px 0 0;
    }
    ul.list-campaign {
        width: 740px;
        margin: 0 auto;
        padding: 0;
    }
    ul.list-campaign>li {
        width: 176px;
        margin: 0 10px 0 0;
    }
    .sns-content {
        margin-top: 25px;
        padding-bottom: 0;
    }
    .sns-content h2 img {
        height: 16px;
        width: auto;
    }
    .sns-content p img {
        width: 177px;
        height: 54px;
    }
    .sec-title h2 img {
        height: 24px;
        width: auto;
    }
    .sec-title p {
        padding-top: 0;
    }
    .hidden-app {
        padding-top: 0;
    }
.movie-content {
	width:740px;
	margin:0 auto;
}
.movie-content .file-area .pt02 img,
.movie-content .pickup-movie-area .pt02 img{
	width:46%;
}
.movie-content .file-area .pt02 dl,
.movie-content .pickup-movie-area .pt02 dl {
	width:50%;
	margin-left:10px;
	margin-bottom:1em;
}

.movie-content .btn {
	margin:0 60px;
}

}

@media only screen and (max-width: 768px) {
    .container,
    #main-container,
    #news {
        font-size: 123.07692%;
    }
    #main-container {
        margin-bottom: 50px;
        border-bottom: 1px solid #ccc;
	padding-left: 0;
    }
    #main-container #col-main {
        margin: 0 0 50px;
        width: auto;
    }
    #main-container #col-sub {
        margin: 0;
        padding: 0 16px 0;
        width: auto;
    }
    #col-main .index-content section {
        margin-bottom: 15px;
    }
    #copy-text+.index-content #enjoy {
        padding-top: 50px;
    }
    header .container {
        font-size: 100%;
    }
    #mv-arrow-left,
    #mv-arrow-right {
        display: none;
    }
    #copy-text {
        padding: 10px 0;
        background: #959da0;
    }
    #copy-text h1 {
        width: 100%;
        font-size: 100%;
    }
    #copy-text h1 img {
        width: 45%;
        max-width: 100%;
        margin-right: 2.5%;
        line-height: 1;
    }
    .feature-content {
        /*margin:0 0 60px 0;*/
        margin: 0 0 0px 0;
        padding: 0 15px;
        overflow: hidden;
        border-top: 1px solid #ccc;
    }
    .feature-content .feature-detail {
        margin: 0 20px 0 0;
        float: none;
        width: 100%;
    }
    .feature-content .feature-detail:nth-child(2n) {
        margin: 0 0 0 0;
    }
    .feature-content>*:first-child+* {
        /*ie8*/
        margin: 0 0 0 0;
    }
    .feature-content .feature-detail h2 {
        text-align: center;
        height: 40px;
        margin-top: 60px;
    }
    .feature-content .feature-detail p {
        padding: 15px 0 0 0;
        font-size: 85.71429%;
    }
    #lineup {
        margin-top: 0;
    }
    #lineup div.pc {
        display: none;
    }
    #lineup div.sp {
        display: block;
    }
    #lineup li {
        margin-top: 0;
    }
    #lineup div.sp li {
        text-align: center;
    }
    #lineup div.sp li span {
        font-size: 70%;
    }
    #lineup li div.center {
        text-align: left;
    }

#pickup .pc { display:none;}
#pickup .sp { display:block;}

#pickup h1 {
    width: 20.9375%;
    margin-left: 15px;
}

#pickup container {
border-top: 1px solid #ccc;
}

#pickup .pickup-detail {
    float: none;
    width: 100%;
    margin-left: 0;
    padding: 15px 0 15px 0;
    clear: both;
    border-top: 1px solid #ccc;
}

    #pickup .pickup-detail dl {
    margin: 0;
    float: left;
    width: 60%;
    margin-left: 15px;
    padding: 0;
    }

#pickup .pickup-detail dt {
    padding: 0;
    margin: 0;
    font-size: 85.71429%;
}

#pickup .pickup-detail img {
    width: 34.375%;
    float: left;
    padding-bottom: 15px;
}

    .sec-title {
        width: 100%;
        padding-top: 2px;
    }
    .sec-title p {
        font-size: 93.75%;
    }
    #lineup {
        /*margin-top:35px;*/
        margin-top: 10px;
        /*padding-bottom: 20px;*/
        padding-bottom: 50px;
        background: none;
    }
    #lineup h2 img {
        max-width: 171px;
    }
    #lineup ul {
        /*width: 100%;*/
        margin: 0;
        letter-spacing: -.40em;
    }
    #lineup li {
        /*    float: none; */
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal;
        width: 41.6666%;
        margin: 0 4.1666% 20px;
        *display: inline;
        *zoom: 1;
    }
    #lineup li:nth-child(2n) {
        /*margin-left: 8.3333% !important;*/
    }
    /* ie10 */
    @media screen and (-ms-high-contrast: active),
    (-ms-high-contrast: none) {
        #lineup li.ml15 {
            margin-left: 10px !important;
        }
        #lineup li.ml25 {
            margin-left: 10px !important;
        }
    }
    /* /ie10 */
    #lineup li img {
        width: 100%;
        max-width: 450px;
    }
    #lineup li a+span {
        margin-bottom: 2px;
    }
    #lineup li:nth-child(3n-1) {
        /*    margin: 20px 2% 0; */
    }
    #pickup {
        position: relative;
        margin: 10px 0 20px;
        padding: 10px 0 0;
    }
    #pickup h2 img {
        max-width: 19.6875%;
    }
    #pickup .container {
        font-size: 100%;
    }
    #pickup .pickup-detail {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    #pickup .pickup-detail dt {
	margin: 0;
    }
    #pickup .pickup-detail dd {
	font-size: 80%
        line-height: 1.3;
	margin-bottom: 10px;
    }
    #pickup .pickup-detail div,
    #pickup .pickup-detail p {
        float: none;
    }
    #pickup .pickup-detail div {
        width: 100%;
    }
    #pickup .pickup-current {
        position: relative;
        z-index: 999;
    }
    #pickup-list {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0;
        overflow: hidden;
	border-bottom: 1px solid #ccc;
    }
    #pickup-arrow-left,
    #pickup-arrow-right {
        display: block;
        position: absolute;
        top: 50%;
        max-width: 9.375%;
        margin-top: -4%;
        z-index: 1000;
    }
    #pickup-arrow-left {
        left: 0;
    }
    #pickup-arrow-right {
        right: 0;
    }
    #pickup-pointer {
        display: none;
        /*display: block;*/
        margin-top: 15px;
    }
    #enjoy {
        margin-top: 12px;
    }
    #enjoy h1,
    #enjoy h2,
    #xstyle h2 {
        margin-bottom: 15px;
    }
    #enjoy h1+p,
    #enjoy h2+p,
    #xstyle h2+p {
        display: none;
    }
    #enjoy h1 img,
    #enjoy h2 img,
    #xstyle h2 img {
        max-width: 41.96875%;
    }
    #enjoy .container {
        padding: 0;
    }
    #enjoy .container>p {
        padding: 0 15px;
    }
    #xstyle {
        margin: 0 0 15px;
    }
    #enjoy h3,
    #xstyle h3 {
        margin: 30px 0 0;
        padding: 0;
        border-top: none;
    }
    #enjoy .sec-title+h3,
    #xstyle .sec-title+h3 {
        padding-left: 15px;
    }
    #enjoy .sec-title,
    #xstyle .sec-title {
        padding: 0 15px;
    }
    #enjoy .sec-title h1+p,
    #enjoy .sec-title h2+p,
    #xstle .sec-title h2+p {
        padding-right: 15px;
    }
    .enjoy-list {
        width: 100%;
    }
    #enjoy .enjoy-list {
        margin: 0 0 15px;
    }
    #xstyle .enjoy-list {
        margin: 0 0 15px 0;
    }
    #campaign .enjoy-list {
        margin: 0;
    }
    #enjoy .enjoy-list .art-detail,
    #xstyle .enjoy-list .art-detail {
        float: none;
        position: relative;
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #eee;
        background: url(../../img/ico-arrow-sp.gif) 98% 50% no-repeat;
        background-size: 8px auto;
    }
    #enjoy .enjoy-list .art-detail a,
    #xstyle .enjoy-list .art-detail a {
        padding: 10px 0;
    }
    #enjoy .enjoy-list .art-detail:first-child,
    #xstyle .enjoy-list .art-detail:first-child {
        border-top: 1px solid #eee;
    }
    #enjoy .enjoy-list .art-detail:after,
    #xstyle .enjoy-list .art-detail:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        font-size: 0;
    }
    #enjoy .enjoy-list * html .art-detail,
    #xstyle .enjoy-list * html .art-detail {
        height: 1%;
    }
    #enjoy .enjoy-list .art-detail-text,
    #xstyle .enjoy-list .art-detail-text {
        float: right;
        padding-top: 0;
        width: 65.0093%;
    }
    #main-container #enjoy .enjoy-list .art-detail-text,
    #main-container #xstyle .enjoy-list .art-detail-text {
        font-size: 81.22934%;
    }
    #enjoy .enjoy-list .art-detail-text,
    #xstyle .enjoy-list .art-detail-text {
        padding-top: 6px;
    }
    #enjoy .enjoy-list .art-detail-text p,
    #xstyle .enjoy-list .art-detail-text p {
        margin-top: 0;
    }
    #enjoy .enjoy-list .art-detail-text p img,
    #xstyle .enjoy-list .art-detail-text p img {
        width: 32.5%;
        max-width: 130px;
        vertical-align: top;
    }
    #enjoy .enjoy-list .art-detail-text dl,
    #xstyle .enjoy-list .art-detail-text dl {
        margin: 0;
        padding: 0 10% 0 15px;
    }
    #enjoy .enjoy-list .art-detail-text dd,
    #xstyle .enjoy-list .art-detail-text dd {
        font-size: 105.5%;
        line-height: 1.4;
    }
    #enjoy .enjoy-list .art-detail-text dt,
    #xstyle .enjoy-list .art-detail-text dt {
        margin-bottom: 3px;
        color: #333;
    }
    #enjoy .enjoy-list .art-detail-text dt,
    #xstyle .enjoy-list .art-detail-text dt {
        font-size: 80%;
    }
    #enjoy .enjoy-list .art-image,
    #xstyle .enjoy-list .art-image {
        position: static;
        width: 34.9907%;
        /* add 20150522 */
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 15px;
    }
    .enjoy-list .art-detail-text span.no-label {
        display: none;
    }
    #update .art-image img {
        border: none;
    }
    /*
  #enjoy .enjoy-list .no-label {
    letter-spacing: -.40em;
    background-position: 98% 50%;
  }
  #enjoy .enjoy-list .no-label .art-detail-text, .enjoy-list .no-label .art-image {
    float: none;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    *display: inline;
    *zoom: 1;
  }
*/
    #enjoy .enjoy-list .art-sep {
        margin-top: 15px;
        border-top: 1px solid #eee;
    }
    #enjoy .enjoy-list .how-to-detail {
        float: none;
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #eee;
        background: url(../../img/ico-arrow-sp.gif) 98% 50% no-repeat;
        background-size: 8px auto;
        letter-spacing: -.40em;
    }
    #enjoy .enjoy-list .how-to-detail div,
    #enjoy .enjoy-list .how-to-detail dl {
        display: inline-block;
        vertical-align: middle;
        letter-spacing: normal;
        *display: inline;
        *zoom: 1;
    }
    #enjoy .enjoy-list .how-to-detail div {
        width: 31.2907%;
    }
    #enjoy .enjoy-list .how-to-detail dl {
        width: 68.7093%;
        margin: 0;
        padding: 0 10% 0 15px;
    }
    #enjoy .enjoy-list .how-to-detail dt {
        font-size: 112.5%;
    }
    #enjoy .enjoy-list .how-to-detail:first-child {
        border-top: 1px solid #eee;
    }
    #enjoy .enjoy-list .how-to-detail:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        font-size: 0;
    }
    #enjoy .enjoy-list * html .how-to-detail {
        height: 1%;
    }
    #enjoy .enjoy-list .image-cut {
        height: auto;
        background: none;
    }
    #enjoy .enjoy-list .image-cut a {
        display: inline;
        height: auto;
        overflow: inherit;
    }
    #enjoy .enjoy-list-other {
        width: 100%;
        margin: 0;
    }
    #enjoy .enjoy-list-other .how-to-detail {
        position: relative;
        width: 100%;
        margin: 0;
        border: none;
        border-bottom: 1px solid #eee;
    }
    #enjoy .enjoy-list-other .how-to-detail div {
        width: 31.2907%;
    }
    #enjoy .enjoy-list-other .how-to-detail dl {
        width: 68.7093%;
        margin: 0;
        background: url(../../img/ico-arrow-sp.gif) 97% 50% no-repeat;
        background-size: 8px auto;
    }
    #enjoy .enjoy-list-other .how-to-detail dl dt,
    #enjoy .enjoy-list-other .how-to-detail dl dd {
        padding: 0 10% 0 15px;
    }
    #enjoy .enjoy-list-other .how-to-detail dl dt {
        font-size: 112.5%;
    }
    .btn-list-sp {
        display: block;
        padding: 0 15px;
        text-align: center;
        font-size: 110.7%;
    }
    #col-main .btn-list-sp {
        font-size: 90%;
    }
    .btn-list-sp p {
        width: auto;
        display: block;
        text-align: center;
        border: 1px solid #bbb;
        /*background:url(/shared/img/btn-ico.png) no-repeat right center #959da0;*/
    }
    .btn-list-sp p a {
        position: relative;
        display: block;
        padding: 10px 0;
        color: #333;
        text-decoration: none;
    }
    .btn-list-sp p a:hover {
        text-decoration: none;
    }
    /*
.btn-list-sp p a:before,
.btn-list-sp p a:after {
  position: absolute;
  top: 50%;
  right: 17px;
  display: block;
  content: " ";
  width: 2px;
  height: 11px;
  text-indent:-9999px;
}

.btn-list-sp p a:before {
  margin-top: -3px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-list-sp p a:after {
  margin-top: -10px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
*/
    .info-list {
        display: block;
    }
    .info-list .col {
        display: block;
        padding: 0;
        width: 100%;
    }
    .info-list .col+.col {
        padding: 0;
    }
    .info-list #fsg {
        margin: 20px auto 0;
        padding: 0;
        width: 90%;
    }
    .info-list #update {
        margin: 20px auto 0;
        padding: 0;
        width: 90%;
    }
    .info-list #fsg h3,
    .info-list #fsg p,
    .info-list #update h3,
    .info-list #update p {
        display: block;
    }
    .info-list #fsg h3,
    .info-list #update h3 {
        margin: 0;
        padding: 0;
        border-top: none;
        transform: none;
        font-size: 112.5%;
    }
    .info-list #fsg p,
    .info-list #update p {
        margin: 5px 0 0;
        padding: 0;
        font-size: 85.71429%;
    }
    .info-list #fsg a,
    .info-list #update a {
        display: block;
        background: url(../../img/ico-arrow-sp.gif) 97% 50% no-repeat;
        background-size: 8px auto;
    }
    .info-list a .text {
        width: 71%;
        padding: 0 2.2em 0 1.5em;
    }
    .info-list #update a .text {
        padding-left: 1.5em;
    }
    #how-to+p {
        top: 0;
    }
    #campaign {
        margin-top: 20px;
    }
    #campaign h2 img {
        max-width: 25.3125%;
    }
    #campaign .container {
        padding: 0;
    }
    #campaign .container>p {
        padding: 0 15px;
    }
    #campaign .sec-title {
        padding: 0 15px;
    }
    #campaign .enjoy-list {
        margin: -10px 0px 0px 0;
    }
    #campaign .art-detail {
        width: 49.5%;
        margin: 20px 0 0 1px;
    }
    #campaign .art-detail dl {
        margin-top: 10px;
        padding: 0 10px;
    }
    #campaign .art-detail dt {
        margin-bottom: 5px;
    }
    #campaign .art-detail img {
        width: 100%;
    }
    #campaign .art-image {
        width: 100%;
        position: static;
        top: 0;
        left: 0;
    }
    #campaign .art-detail-text {
        padding-top: 0;
    }
    #campaign .art-detail:nth-child(odd) {
        margin-left: 0;
    }
    .list-banner {
        margin: 0 0 0 0;
        padding: 5px 15px 0 15px;
        overflow: hidden;
    }
    .list-banner .banner-detail {
        /*margin: 0 0 0px 0;*/
        margin: 0 0 60px 0;
        float: none;
        width: 100%;
    }
    .list-banner .banner-detail h2 {
        text-align: center;
        height: 40px;
    }
    .list-banner .banner-detail p {
        padding: 15px 0 0;
        font-size: 85.71429%;
    }
    .list-banner .banner-detail p br {
        display: none;
    }
    .list-banner .banner-detail a img {
        width: 100%;
        height: auto;
    }
    ul.list-campaign {
        margin-bottom: 0px;
        padding: 0 15px 22px;
        list-style: none;
        overflow: hidden;
        border-bottom: 1px solid #ccc;
    }
    .oldDevice ul.list-campaign {
        padding: 32px 15px 22px;
        border-top: 1px solid #ccc;
    }
    ul.list-campaign>li {
        margin: 0 0 10px 0;
        float: none;
        width: 100%;
    }
    ul.list-campaign>li:nth-child(3n) {
        margin: 0 0 10px 0;
    }
    ul.list-campaign>li img {
        width: 100%;
        height: auto;
    }
    .default-banner .list_detail {
        margin-bottom: 0px;
        padding: 0 15px;
        list-style: none;
        overflow: hidden;
    }
    .default-banner .list_detail>li {
        margin: 0 0 10px 0;
        float: none;
        width: 100%;
    }
    .default-banner .list_detail>li:nth-child(3n) {
        margin: 0 0 10px 0;
    }
    .default-banner .list_detail>li img {
        width: 100%;
        height: auto;
    }
    #news {
        margin-top: 0;
        padding: 0 15px;
        width: auto;
    }
    #news h2 img {
        max-height: 26px;
        width: auto;
    }
    #news .sec-title h2+p a img {
        max-width: 14px;
    }
    #news .sec-title h2+p a img.ico-rss {
        max-width: 14px;
    }
    #news li {
        padding: 10px 10% 10px 0;
        background: url(../../img/ico-arrow-sp.gif) 100% 50% no-repeat;
    }
    #news li time {
        display: block;
        margin-right: 0;
        float: none;
    }
    #news li:first-child {
        padding-top: 0;
        border-top: 0;
    }
    #col-sub .list-campaign {
        margin: 0 0 12px;
        padding: 12px 0 12px;
        overflow: auto;
        border-top: 1px solid #c1c4c7;
        border-bottom: 1px solid #c1c4c7;
    }
    #col-sub .list-campaign>li {
        margin: 0;
        width: auto;
        float: none;
    }
    #col-sub .list-campaign img {
        width: 100%;
    }
    #col-sub .list-campaign>li+li {
        margin: 10px 0 0 0;
    }
    #col-sub .list-campaign li.pc {
        display: none;
    }
    #col-sub .list-campaign li.sp {
        display: block;
    }
    #col-sub .list-banner {
        margin: 0;
        overflow: auto;
    }
    #col-sub .list-banner>li {
        margin: 0;
        width: auto;
        float: none;
    }
    #col-sub .list-banner>li img {
        width: 100%;
    }
    #col-sub .list-banner>li+li {
        margin: 10px 0 0 0;
    }
    h1#lineup-title img {
        max-height: 26px;
        width: auto;
    }
    .feature-content .feature-detail h2 img {
        max-height: 26px;
        width: auto;
    }
    .list-banner .banner-detail h2 img {
        max-height: 26px;
        width: auto;
    }
    .sns-content {
        text-align: center;
        margin-top: 30px;
        padding-bottom: 20px;
    }
    .sns-content h2 img {
        max-height: 26px;
        width: auto;
    }
    .sns-content p {
        padding: 0 15px;
    }
    .sns-content p img {
        width: 100%;
    }
    .sec-title h2 img {
        max-height: 26px;
        width: auto;
    }

.movie-content .pc {
	display:none;
}
.movie-content .sp {
	display:block;
}

 .swiper-container {
        width: 100%;
        height: 100%;

    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

}

@media only screen and (max-width: 640px) {
    .container {
        font-size: 107.69231%;
    }
    /* 20150512 */
    #lineup {
        /*margin-top: 30px;*/
    }
    #enjoy .enjoy-list .art-detail-text p span {
        font-size: 62.5%;
    }
    #enjoy .enjoy-list .art-detail-text p {
        margin-top: -3px;
        margin-bottom: 3px;
    }
    #enjoy .enjoy-list .art-detail-text span {
        padding: 3px 0;
    }
    #enjoy .enjoy-list .art-detail-text dt {
        /*font-size: 77.5%;*/
        margin-bottom: 2px;
        line-height: 1.4;
    }
    #enjoy .enjoy-list .no-label .art-detail-text dt {
        letter-spacing: 0em;
    }
    #enjoy .enjoy-list .how-to-detail dt {
        font-size: 87.5%;
    }
    #enjoy .enjoy-list .how-to-detail dd {
        margin-top: 0;
        font-size: 75%;
    }
    #enjoy .enjoy-list-other .how-to-detail dl dt {
        font-size: 87.5%;
    }
    #enjoy .enjoy-list-other .how-to-detail dl dd {
        margin-top: 0;
        font-size: 75%;
    }
    .info-list a .text {
        width: 68%;
    }
    .info-list #fsg h3,
    .info-list #update h3 {
        font-size: 96.25%;
    }
    .info-list #fsg p,
    .info-list #update p {
        font-size: 87.5%;
    }
}

@media only screen and (max-width: 480px) {
    .info-list #fsg {
        margin: 20px auto 0;
        padding: 0;
        width: 94%;
    }
    .info-list #update {
        margin: 20px auto 0;
        padding: 0;
        width: 94%;
    }
    .info-list #fsg a,
    .info-list #update a {
        display: block;
    }
}


/* 2014/10/30 */

@media only screen and (max-width: 417px) {
    #campaign .art-detail dt.twoline,
    #xstyle .art-detail dt.twoline {
        margin-bottom: 1.7em;
    }
}


/* 臨時メンテナンス告知 */

.maintenance {
    width: 960px;
    border: 2px solid #676767;
    margin: 20px auto;
    padding-bottom: 5px;
}

.maintenance h2 {
    background: #676767;
    color: #fff;
    font-size: 110%;
    padding: 8px 1em;
    margin-top: 0;
}

.maintenance p {
    margin: 0;
    padding: 0 1em;
    line-height: 164%;
    overflow: hidden;
}

.maintenance p em {
    color: #e00;
    font-weight: bold;
    font-style: normal;
}

.maintenance p .link {
    float: right;
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    .maintenance {
        margin: 10px auto;
        width: 90%;
    }
    .maintenance p+p {
        margin-top: 5px;
    }
    .maintenance p .link {
        padding-top: 5px;
        display: block;
        float: none;
        text-align: center;
    }
    .lateDevice #mv {
        /*		margin-bottom: 0px;*/
    }
}

/* lineup one source */
#lineup div.new-products ul {
    width: 980px;
    margin: 10px 0 0 -14px;
}
#lineup div.new-products li {
  max-width: 192px;
  float: left;
  text-align: center;
  margin-bottom: 30px;
}
#lineup div.new-products li img {
  max-width: 192px;
}
#lineup div.new-products li a:hover img {
  opacity: 0.8;
}
@media (min-width: 769px) and (max-width: 980px) {
  #lineup div.new-products ul {
    width: 780px;
    margin: 0 auto;
    padding: 0;
  }
  #lineup div.new-products li {
    max-width: 130px;
    float: left;
    text-align: center;
    margin-bottom: 20px;
    margin: 0 10px 10px 10px;
    margin: 0 0 10px -10px\9;
    font-size: 82%;
  }
  #lineup div.new-products li img {
    max-width: 130px;
    max-width: 120px\9;
  }
}

@media only screen and (max-width: 768px) {
  #lineup div.new-products ul {
    width: auto;
    margin: auto;
  }
  #lineup div.new-products li {
    max-width: none;
    text-align: center;
  }
  #lineup div.new-products li img {
    max-width: 450px;
  }
}

/* アイコン */
.icon-text{
  display: inline-block;
  background: #EE8F2C;
  padding: 1px 2px 1px 3px;
  vertical-align: middle;
  font-size: 0.5em;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left:0;
  top:77px;
  font-family: 'Hiragino Kaku Gothic ProN',Meiryo,arial;
}
@media only screen and (max-width: 980px) {
.icon-text{
  top:37px;
}
@media only screen and (max-width: 768px) {
.icon-text{
  font-size: 0.7em;
  padding: 1px 4px;
  top:5px;
  font-family: Roboto-Regular,HelveticaNeue,Arial;
}
}
