@charset 'UTF-8';
/* 後で消す
-------------------------------------------------------------------------- */
#page-container .c-btn__round
{
    line-height: 1;

    position: relative;

    display: block;
    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;

    border-width: 2px;
    border-style: solid;
    border-color: #ff7e00;
    border-radius: 15px;
    background: #fff;
}
#page-container .c-btn__round:before
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;

    display: block;

    width: 10px;
    height: 10px;
    margin: auto 0;

    content: '';

    background: transparent url(../../../common/css/img/arrow_link_dl.png) 0 0 no-repeat;
}
#page-container .c-btn__round span
{
    font-size: 85.71429%;

    display: inline-block;

    padding: 6px 0 6px 0;

    color: #ff7e00;
}

#page-container .mainttl-container
{
    width: 960px;
    height: 110px;
    margin: 0 auto;
}
#page-container .mainttl-container img
{
    vertical-align: bottom;
}
#page-container .mainttl__ttl
{
    padding: 15px 0 0 0;
}

#page-container .hero-container
{
    width: 100%;
    margin: -68px 0 0 0;
    padding: 68px 0 85px 0;
}
#page-container .hero-container:after
{
    display: block;
    clear: both;

    content: '';
}
#page-container .hero__inner
{
    width: 100%;
    height: 297px;

    border-top: #d6d6d6 1px solid;
    border-bottom: #d6d6d6 1px solid;
    background: transparent url(img/bg_eshop.png) 0 0 repeat-x;
}
#page-container .hero__body
{
    position: relative;

    width: 960px;
    margin: 0 auto;
}
#page-container .hero__ttl
{
    font-size: 185.71429%;

    position: absolute;
    top: 41px;
    left: 0;

    color: #ff7e00;
}
#page-container .hero__text
{
    font-size: 92.85714%;
    line-height: 2.2;

    position: absolute;
    top: 94px;
    left: 0;
}
#page-container .hero__img
{
    position: absolute;
    top: -91px;
    left: 558px;
}
#page-container .hero__caption
{
    font-size: 85.71429%;

    width: 960px;
    margin: 10px auto 0 auto;

    color: #7d7d7d;
}

#page-container .eshopnav-container
{
    width: 960px;
    margin: -36px auto 57px auto;
}
#page-container .eshopnav__body
{
    display: table;

    width: 959px;

    table-layout: fixed;

    border-left: #d6d6d6 1px solid;
}
#page-container .eshopnav__item
{
    line-height: 1;

    display: table-cell;

    text-align: center;
    vertical-align: top;
}
#page-container .eshopnav__item a
{
    font-size: 92.85714%;

    position: relative;

    display: block;
    overflow: hidden;

    box-sizing: border-box;
    width: 100%;
    height: 58px;

    color: #5e5e5e;
    border-right: #d6d6d6 1px solid;
}
#page-container .eshopnav__item span
{
    display: inline-block;

    margin: 10px 0 0 0;
}
#page-container .eshopnav__item a:after
{
    position: absolute;
    right: 0;
    bottom: 11px;
    left: 0;

    display: block;

    width: 13px;
    height: 13px;
    margin: 0 auto;

    content: '';

    background: url(img/arrow_down.png) 0 0;
}
#page-container .eshopnav__item a:hover {
  color: #ff7e00;
}
#page-container #search {
  padding-top: 74px;
  margin-top: -74px;
}
#page-container .eshopsearch-container
{
    width: 100%;
    margin-bottom: 61px;
}
#page-container .eshopsearch__header
{
    margin-bottom: 35px;

    background: url(img/bg_line.png) 0 50% repeat-x;
}
#page-container .eshopsearch__ttl
{
    position: relative;

    width: 135px;
    height: 135px;
    margin: 0 auto;

    border-radius: 50%;
    background: url(img/ttl_bg.png);
}
#page-container .eshopsearch__ttlicon
{
    position: absolute;
    top: 21px;
    left: 36px;
}
#page-container .eshopsearch__ttltext
{
    padding: 92px 0 0 0;

    text-align: center;

    color: #fff;
}
#page-container .eshopsearch__body
{
    overflow: hidden;

    width: 910px;
    margin: 0 auto;
}
#page-container .eshopsearch__lead
{
    font-size: 92.85714%;

    margin-bottom: 46px;

    text-align: center;
}
#page-container .eshopsearch__article
{
    float: left;

    padding-top: 26px;
}
#page-container .eshopsearch__item
{
    margin-bottom: 16px;
}
#page-container .eshopsearch__item dt
{
    display: table-cell;

    vertical-align: middle;
}
#page-container .eshopsearch__item dt img
{
    vertical-align: bottom;
}
#page-container .eshopsearch__item dd
{
    font-size: 157.14286%;

    display: table-cell;

    padding-left: 18px;

    vertical-align: middle;

    color: #7d7d7d;
}
#page-container .eshopsearch__img
{
    float: right;
    overflow: hidden;

    width: 279px;
    height: 209px;
    margin-right: 63px;

    border: #d6d6d6 1px solid;
    border-radius: 12px;
}
#page-container #watch {
  padding-top: 74px;
  margin-top: -74px;
}
#page-container .eshopwatch-container
{
    margin-bottom: 60px;
}
#page-container .eshopwatch__header
{
    margin-bottom: 35px;

    background: url(img/bg_line.png) 0 50% repeat-x;
}
#page-container .eshopwatch__ttl
{
    position: relative;

    width: 135px;
    height: 135px;
    margin: 0 auto;

    border-radius: 50%;
    background: url(img/ttl_bg.png);
}
#page-container .eshopwatch__ttlicon
{
    position: absolute;
    top: 28px;
    left: 34px;
}
#page-container .eshopwatch__ttltext
{
    padding: 92px 0 0 0;

    text-align: center;

    color: #fff;
}
#page-container .eshopwatch__body
{
    overflow: hidden;

    width: 960px;
    margin: 0 auto;
}
#page-container .eshopwatch__lead
{
    font-size: 92.85714%;

    margin-bottom: 46px;

    text-align: center;
}
#page-container .eshopwatch__block
{
    display: table;

    width: 960px;
    margin: 0 auto 0 auto;

    text-align: center;
}
#page-container .eshopwatch__tvcm,
#page-container .eshopwatch__movie,
#page-container .eshopwatch__program,
#page-container .eshopwatch__item
{
    display: table-cell;

    width: 33%;
}
#page-container .eshopwatch__subttl
{
    font-size: 114.28571%;

    margin: 0 0 15px;

    color: #ce181e;
    color: #ff7e00;
}
#page-container .eshopwatch__img img
{
    vertical-align: bottom;
}
#page-container #experience {
  padding-top: 74px;
  margin-top: -74px;
}
#page-container .eshopexperience__header
{
    margin-bottom: 35px;

    background: url(img/bg_line.png) 0 50% repeat-x;
}
#page-container .eshopexperience__ttl
{
    position: relative;

    width: 135px;
    height: 135px;
    margin: 0 auto;

    border-radius: 50%;
    background: url(img/ttl_bg.png);
}
#page-container .eshopexperience__ttlicon
{
    position: absolute;
    top: 9px;
    left: 33px;
}
#page-container .eshopexperience__ttltext
{
    padding: 92px 0 0 0;

    text-align: center;

    color: #fff;
}
#page-container .eshopexperience__body
{
    overflow: hidden;

    width: 960px;
    margin: 0 auto;
}
#page-container .eshopexperience__lead
{
    font-size: 92.85714%;

    margin-bottom: 42px;

    text-align: center;
}
#page-container .eshopexperience__img
{
    margin: 0 0 0 195px;
}
#page-container #buy {
  padding-top: 147px;
  margin-top: -147px;
}
#page-container .eshopbuy-container
{
    margin: -72px 0 0 0;
}
#page-container .eshopbuy__header
{
    margin-bottom: 35px;

    background: url(img/bg_line.png) 0 50% repeat-x;
}
#page-container .eshopbuy__ttl
{
    position: relative;

    width: 135px;
    height: 135px;
    margin: 0 auto;

    border-radius: 50%;
    background: url(img/ttl_bg.png);
}
#page-container .eshopbuy__ttlicon
{
    position: absolute;
    top: 21px;
    left: 36px;
}
#page-container .eshopbuy__ttltext
{
    padding: 92px 0 0 0;

    text-align: center;

    color: #fff;
}
#page-container .eshopbuy__lead
{
    font-size: 92.85714%;

    margin-bottom: 42px;

    text-align: center;
}
#page-container .eshopbuy__block
{
    display: table;

    width: 960px;
    margin: 0 auto;
}
#page-container .eshopbuy__item
{
    display: table-cell;

    width: 345px;
    padding: 8px 0 20px 0;

    background: transparent url(../../../common/css/img/dot_v_01.png) 100% 0 repeat-y;
}
#page-container .eshopbuy__item3
{
    display: table-cell;
}
#page-container .eshopbuy__subttl1
{
    font-size: 128.57143%;
    line-height: 1.4;

    text-align: center;

    color: #ff7e00;
}
#page-container .eshopbuy__subttl1 span
{
    font-size: 80%;
}
#page-container .eshopbuy__subttl1,
#page-container .eshopbuy__subttl2,
#page-container .eshopbuy__subttl3
{
    font-size: 128.57143%;
    line-height: 1.4;

    height: 80px;

    text-align: center;

    color: #ff7e00;
}
#page-container .eshopbuy__subttl3
{
    position: relative;
    top: 11px;
}
#page-container .eshopbuy__img
{
    display: table-cell;

    width: 320px;
    height: 210px;
    padding-bottom: 13px;

    text-align: center;
    vertical-align: middle;
}
#page-container .eshopbuy__img img
{
    vertical-align: bottom;
}
#page-container .eshopbuy__text1
{
    font-size: 92.85714%;
    line-height: 1.8;

    min-height: 6.5em;
    padding-right: 20px;
    padding-left: 20px;
}
#page-container .eshopbuy__text2
{
    font-size: 92.85714%;
    line-height: 1.8;

    min-height: 6.5em;
    padding-right: 20px;
    padding-left: 20px;
}
#page-container .eshopbuy__text3
{
    font-size: 92.85714%;
    line-height: 1.8;

    min-height: 6.5em;
    padding-right: 20px;
    padding-left: 20px;
}
#page-container .eshopbuy__btn
{
    width: 190px;
    height: 26px;
    margin: 0 auto;
}

#page-container .eshoppayment-container
{
    padding: 60px 0 24px 0;
}
#page-container .eshoppayment__btn
{
    width: 388px;
    height: 30px;
    margin: 0 auto;
}
#page-container .c-btn__round2
{
    line-height: 1;

    position: relative;

    display: block;
    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;

    border-radius: 15px;
    background: #ff7e00;
}
#page-container .c-btn__round2:before
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;

    display: block;

    width: 10px;
    height: 10px;
    margin: auto 0;

    content: '';

    background: transparent url(../../../common/css/img/arrow_link_dl_02.png) 0 0 no-repeat;
}
#page-container .c-btn__round2 span
{
    font-size: 85.71429%;

    display: inline-block;

    padding: 8px 0 8px 0;

    color: #fff;
}


/* HOVER
-------------------------------------------------------------------------- */
#page-container .c-btn__round span,
#page-container .c-btn__round:before,
#page-container .eshoppayment__btn {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#page-container .c-btn__round:hover span,
#page-container .c-btn__round:hover:before,
#page-container .eshoppayment__btn:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
}

#page-container .c-btn__round:after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: -2px;
    border: 0 #ff7e00 solid;
    border-radius: 15px;
    box-sizing: border-box;
    -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#page-container .c-btn__round:hover:after {
    border-width: 4px;
}
#page-container .eshopbuy__btn .c-btn__round:after {
    width: 194px;
    height: 30px;
}


