@charset "utf-8";

#contents .pageTitle h1{
	font-size:28px;line-height: 2.2;
}

.modal
{
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;

    display: none; 

    width: 100%;
    height: 100%;
}
.modal .modal-bg
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    opacity: .8;
    background: #000;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}
.modal .modal-inner
{
    position: absolute;
    z-index: 1; 
    top: 50%;
    left: 50%;

    width: 100%;
    max-width: 1024px;
    height: 100%;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
@media screen and (min-width: 0) and (max-width: 568px)
{
    .modal .modal-inner
    {
        width: 90%;
    }
}
.modal #player
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 90%;
    padding-top: 50%;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
@media screen and (min-width: 0) and (max-width: 568px)
{
    .modal #player
    {
        min-width: 0;
        padding-top: 50%;
    }
}
.modal #player .video-js
{
    position: absolute;
    top: 0;
    right: 0;

    width: 100% !important;
    height: 100% !important;
}
.modal #player video
{
    position: absolute;
    top: 0;
    right: 0;

    width: 100% !important;
    height: 100% !important;
}
.modal .modal-close
{
    position: absolute;
    z-index: 10;
    top: -70px;
    right: 0;

    width: 50px;
    height: 50px;

    cursor: pointer;
    -webkit-transition: all .5s ease;
            transition: all .5s ease; 
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
@media screen and (min-width: 0) and (max-width: 568px)
{
    .modal .modal-close
    {
        top: -50px;
        right: 0;

        width: 40px;
        height: 40px;
    }
}
.modal .modal-close:hover
{
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
}
.modal .modal-close:before
{
    position: absolute;
    top: 25px;
    right: 0;

    width: 100%;
    height: 2px;

    content: '';

    background: #fff;
}
@media screen and (min-width: 0) and (max-width: 568px)
{
    .modal .modal-close:before
    {
        top: 20px;
    }
}
.modal .modal-close:after
{
    position: absolute;
    top: 0;
    left: 25px;

    width: 2px;
    height: 100%;

    content: '';

    background: #fff;
}
@media screen and (min-width: 0) and (max-width: 568px)
{
    .modal .modal-close:after
    {
        left: 20px;
    }
}

.watch-video-btn-a{background:rgba(0,0,0,0); cursor: pointer}
.watch-video-btn-a,
.watch-video-btn-a .watch-video-btn-a-text,
.watch-video-btn a {
    display: block;
    text-decoration: none;
    text-align: left;
    padding-left:10px;
}
.watch-video-btn-a:hover{
    text-decoration: none;
}

/**基本**/
.watch-video-btn::before,
.watch-video-btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.watch-video-btn.top-watch::before,
.watch-video-btn.top-watch::after{
    display:none
}
/**基本**/
.watch-video-btn,
.watch-video-btn::before,
.watch-video-btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s cubic-bezier(.47, .12, .11, .99);
  transition: all .4s cubic-bezier(.47, .12, .11, .99);
}
.watch-video-btn {
  position: relative;
  z-index: 2; 
  color: #282828; 
  overflow: hidden;
  text-align: center;
}
.watch-video-btn:hover {
  color: #fff;
}
.watch-video-btn::after {
  top: -100%;
  width: 100%;
  height: 100%;
}
.watch-video-btn::after {
    top:0;
    left:-100%;
    width:100%;
    height:100%;
}
.watch-video-btn:hover::after {
  left: 0;
  background-color: #737373;
} 
.watch-video-btn {
    position: relative;
    display: inline-block; 
}
.watch-video-btn.top-watch a {
    position: absolute;
    z-index: 1;
    bottom: -80px;
    left: 50%;
    width: 1024px;
    height: 160px;
    margin-left: -512px;
    cursor: pointer;
    -webkit-transition: background-color .4s cubic-bezier(.47, .12, .11, .99);
    transition: background-color .4s cubic-bezier(.47, .12, .11, .99);
    background: rgba(98, 98, 98, .75);
}
.watch-video-btn.top-watch a:before {
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    content: '';
    -webkit-transition: all .4s cubic-bezier(.47, .12, .11, .99);
    transition: all .4s cubic-bezier(.47, .12, .11, .99);
    background: #626262;
}
.watch-video-btn.top-watch a span {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    display: inline-block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    text-align: left;
    letter-spacing: .1em;
    color: #fff;
}
.watch-video-btn.top-watch a span:after {
    position: absolute;
    top: -8px;
    right: -60px;
    width: 40px;
    height: 40px;
    content: '';
    background: url(../../images/i_play.svg) no-repeat center;
    background-size: 100% auto;
}
.watch-video-btn.top-watch a:after {
    display: none;
}
.watch-video-btn.top-watch {
    width:100%;
    margin-left:0;
    border:0;
    overflow: unset;
    margin-top:8%;
    height: 160px;margin-top: 1%;
}
.watch-video-btn.top-watch a:hover:before {
    /*top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);*/
    transform: scale(0.99,0.96);
}
.watch-video-btn a, 
.watch-video-btn-a .watch-video-btn-a-text { 
    text-decoration: none;
}
.watch-video-btn:hover a,.watch-video-btn:hover a:after, 
.watch-video-btn-a:hover .watch-video-btn-a-text,
.watch-video-btn-a:hover .watch-video-btn-a-text:after  {
    color:#fff;
    transition: 0.3s;
}
.watch-video-btn a:hover {
    color:#fff;
} 
.watch-video-btn-a .watch-video-btn-a-text:after,
.watch-video-btn a:after {
    position: absolute;
    z-index: 1; 
    top: 50%;
    right: 15px;

    width: 32px;
    height: 9px;

    content: '';
    -webkit-transition: right .5s cubic-bezier(.47, .12, .11, .99);
            transition: right .5s cubic-bezier(.47, .12, .11, .99);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    background: url('/global_common/common/images/i_ar.svg') no-repeat center right;
    background-size: 100% auto; 
}

.watch-video-btn a:hover:before, 
.watch-video-btn-a:hover .watch-video-btn-a-text:before {  
}
.watch-video-btn a:hover:after,
.watch-video-btn-a:hover .watch-video-btn-a-text:after { 
    right: 10px;
    background: url('/global_common/common/images/i_ar_btn_bk_on.svg') no-repeat right center;
    background-size: auto 100%;
}
@media screen and (max-width:640px) {
  .watch-video-btn:hover{
      color: #262626;
  }
  .watch-video-btn:hover a, 
  .watch-video-btn:hover a:after, 
  .watch-video-btn-a:hover .watch-video-btn-a-text, 
  .watch-video-btn-a:hover .watch-video-btn-a-text:after{
      color: #262626;
  }
  .watch-video-btn::after {
      top:0;
      left:-100%;
      width:100%;
      height:100%;
  }
  .watch-video-btn:hover::after {
    top: 0;
    background-color: #737373;
  } 
  .watch-video-btn a:hover:after,
  .watch-video-btn-a:hover .watch-video-btn-a-text:after {  
        right: 15px;
        background: url('../images/i_ar.svg') no-repeat center right;
        background-size: 100% auto;
  }
}

 
#contents #items {
    margin: 0 -10px;
}
#contents #items h3{
    font-weight: bold;
    padding-left: 10px;
    padding-bottom: 1rem;
}
#contents #items ul{
    margin-bottom: 1rem
}
#contents #items ul li {
    display: inline-block;
    width: 33.33%;
    float: left;
    margin: 0 0 20px 0;
    padding: 0 10px;
}
#contents #items ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
#contents #items ul li a img{
    width:100%;
}
#contents #items ul li a .cover {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    padding: 15px 35px 15px 18px;
    background: rgba(0,0,0,0.6) url(../images/icon_tvc_play_button.png) no-repeat bottom 8px right 8px;
    background-size: 40px;
    overflow: hidden;
}
#contents #items ul li a .cover h2 {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.6;
    color: #FFF;
}
#contents #items ul:nth-of-type(2) li:nth-of-type(3) .cover h2,
#contents #items ul:nth-of-type(2) li:nth-of-type(4) .cover h2{

}
 
#contents .btn {
    width: 290px;
    margin: 50px auto;
}
.return .watch-video-btn{
    border: 1px black solid;
    padding: 0.2rem 0 0.3rem 1rem;
    width: 11rem; 
    margin: auto;
    display: block;
}

.overlay {background-color: #fff; left: 0;position: absolute; top: 0;z-index: 100000;}
.video_container {display: none;height: 458px;left: 120px; margin: auto;position: fixed;top: 0;width: 831px;z-index: 200000;}
.video_container a {color: #000;  position: absolute;right: 12px; text-decoration: none;top: 8px;z-index: 10;}
.video_container .video {width: 3324px;}
.mobile_clipboard_buttn {display:none;}
@media screen and (max-width:640px) { 
    #contents #items {
        margin: 0 -8px;
    }
    #contents #items ul li {
        width: 50%;
        margin: 0 0 16px 0;
        padding: 0 8px;
    }
    #contents #items ul li a .cover {
        height: auto;
        padding: 8px 16px 8px 9px;
        position: static;
        background-color: transparent; 
        background-image: none;
    }
    #contents #items ul li a .cover h2 {
        font-size: 1em;color: #333;
    } 
    
    #contents #items ul li .img-container{
        position: relative;
    }
    #contents #items ul li .img-container::after{
        content: "";
        background: url(../images/icon_tvc_play_button_sp.png) no-repeat;
        width: 100%;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        background-position: center;
        background-size: 34%;
    }
    #contents #items ul:nth-of-type(2) li:nth-of-type(3) .cover h2,
    #contents #items ul:nth-of-type(2) li:nth-of-type(4) .cover h2{
        font-size: 90%;
    }
    #contents .btn {
        width: 225px;
        margin: 40px auto;
    }
    .mobile_clipboard_buttn{
        background-color: #000;
            position: absolute;
            left: -50vw;
            top: 0px;
            margin-left: 75vw;
            border: 0 none;
            color: #fff;
            padding: 22px auto;
            z-index: 100000;
            padding-top: 11px;
            padding-bottom: 11px;
            width: 50vw;
            display:none;
    }
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5){

    .fancybox-close {
            background-image: url(../images/fancybox_close.png) !important;
            background-size: 14px 14px !important;
            right: 6px !important;
            top: 6px !important;
            background-repeat: no-repeat;
            height: 14px !important;
            width: 14px !important;
    } 
}


