/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
#Site Styles
#Page Styles
#Media Queries
#Font-Face */

/* #Site Styles
================================================== */
body {
background:url(../images/common/bg.gif) repeat;
}
.container{
padding-top:65px;
padding-bottom:85px;
/*min-height:*/
}


/* ---------------header--------------- */
/*http://www.red-team-design.com/wp-content/uploads/2011/03/css3-dropdown-menu-demo.html
/*http://tympanus.net/codrops/2009/12/11/fixed-fade-out-menu-a-css-and-jquery-tutorial/*/
header{
position:fixed;
top:0px;
left:0px;
right:0px;
background:#2d2d2f;
z-index:999;
height:40px;
}
.header_wrap{
width:800px;
margin:0 auto;
}
header h1{
float:left;
font-size:130%;
line-height:1;
padding:0px 0px 0px 0px;
font-weight:bold;
}
/* ---------------TOP---------------*/
.top {
text-align:center;
}
.cont_logo {
width:341px;
margin:0 auto 100px auto;
}
ul.cont_link {
margin:0px 0px 60px 0px;
}
ul.cont_link li {
display:inline;
margin:0 10px;
}
ul.cont_link li img {
}
.top .copy {
text-align:center;
color:#888;
}
.top {
padding:15px 0px 0px 15px;
}

#top_vol{
position:fixed;
bottom:0px;
left:0px;
right:0px;
z-index:1111;
color:#fff;
font-weight:bold;
text-align:right;
font-size:80%;
padding:0px 10px 10px 0px;
}

#top_vol img{
cursor:pointer;cursor:hand;
}





#top_foot{
position:fixed;
bottom:0px;
left:0px;
right:0px;
z-index:999;
color:#666;
text-align:center;
font-size:80%;
padding:0px 0px 10px 0px;
}

#top_foot ul{
width:300px;
margin:0 auto 10px;
}

#top_foot ul li{
float:left;
margin:0px 20px 0px 20px;
}

#top_link{
position:fixed;
top:20px;

right:0px;
z-index:9999;
color:#666;
text-align:right;
font-size:80%;
padding:0px 0px 10px 0px;
}

#top_link  ul{
width:300px;
margin:0 auto 10px;
}

#top_link  ul li{
float:left;
margin:0px 20px 0px 20px;
}



/*
.top_130517 .cont_logo{
float:left;
}
.top_130517 .cont_link{
float:right;
}

.top_130517  ul{
width:300px;
margin:0 auto 10px;
}

.top_130517  ul li{
float:left;
margin:0px 20px 0px 20px;
}

*/



/* ---------------tl2016 top--------------- */

.tl2015_body{
	background-image:none;
	background-color: #000;
}
.tl2016{
background-color: #000;
}

/*logo*/
.tl2016 .top_logo{
	position:fixed;
	top:20px;
	left:20px;
	z-index:9999;
}
.tl2016 .cont_logo img{
	height:45px;
	width:auto;
}
/*Link*/
.tl2016 .top_link{
	position:fixed;
	top:20px;
	right:0px;
	z-index:9999;
	color:#666;
	text-align:right;
	font-size:80%;
	padding:0px 0px 10px 0px;
}
.tl2016 .top_link  ul{
	width:425px;
	margin:0 auto 10px;
}
.tl2016 .top_link  ul li{
	float:left;
	margin:0px 15px 0px 15px;
}

.tl2016 .top_link  ul li img{
	width:auto;
	height:42px;
}

/*top_cont*/
.tl2016 .top_cont{
	position:relative;
	color:#fff;
}

/*banner*/
.tl2016 .top_banner{
	background:url(../images/common/bg_230401.jpg) no-repeat;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: transparent;
}
.tl2016 .bnr_tl2016 img{
	width:400px;
	height:auto;
}
.btn_arr {
	position:relative;
	margin:20px 0 0;
}
.btn_arr a span {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 2px solid #03dddd;
	border-bottom: 2px solid #03dddd;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	opacity: 0;
	box-sizing: border-box;
}
.btn_arr a span:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.btn_arr a span:nth-of-type(2) {
	top: 10px;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}
.btn_arr a span:nth-of-type(3) {
	top: 20px;
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}
@-webkit-keyframes sdb {
	0% {
	opacity: 0;
}
50% {
	opacity: 1;
}
100% {
	opacity: 0;
}
}
@keyframes sdb {
	0% {
	opacity: 0;
}
50% {
	opacity: 1;
}
100% {
	opacity: 0;
}
}



/*txt*/

.tl2016 .txt_tl2016{
	padding:100px 40px 20px;
}
.tl2016 .txt_tl2016 p{
	padding:0px 0px 20px 0px;
	font-size:118%;
	letter-spacing:0.1em;
	line-height:1.3;
}
/*tl201708_ep txt*/
.tl201708_ep_title {
	margin:0px 0px 20px 0px;
}
.tl201708_ep_title a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:220%;
	line-height:1.4;
}
.tl201708_ep_txt {
	margin:0px 0px 60px 0px;
}
.tl201708_ep_txt a{
	color:#fff;
	font-weight:bold;
	font-size:120%;
	line-height:1.4;
}



/* ---------------Main menu--------------- */

.menu-button {
display: none;
}

#nav{
float:right;
margin: 0;
padding: 16px 0 0 0;
list-style: none;
}

#nav li{
float: left;
padding: 0 0 0 35px;
position: relative;
z-index: 10;
}

#nav li a {
float: left;
height: 18px;
padding: 0 0 0 0;
text-decoration: none;
}


#nav li:hover > ul{
display: block;
}

/* Sub-menu */

#nav ul{
list-style: none;
margin: 0;
padding: 0;
display: none;
position: absolute;
top: 20px;
left: 0;
z-index: 11;
background: #ddd;
background: -moz-linear-gradient(top, #fff, #eee);
background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #eee),color-stop(1, #fff));
-moz-border-radius: 2px;
border-radius: 2px;
}

#nav ul li{
float: none;
margin: 0;
padding: 0;
display: block;

-moz-box-shadow: 0 1px 0 #ffffff, 0 2px 0 #dddddd;
-webkit-box-shadow: 0 1px 0 #ffffff, 0 2px 0 #dddddd;
box-shadow: 0 1px 0 #ffffff, 0 2px 0 #dddddd;
}

#nav ul li:last-child{
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}

#nav ul a{
padding: 10px 20px;
height: auto;
line-height: 1;
display: block;
white-space: nowrap;
float: none;
text-transform: none;
color: 666;
}

*html #nav ul a /* IE6 */
{
height: 18px;
width: 150px;
}

*:first-child+html #nav ul a /* IE7 */
{
height: 18px;
width: 150px;
}

#nav ul a:hover{
background: #0186ba;
background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#111));
background: -moz-linear-gradient(top,  #333333,  #111) !important;
filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#333333', endColorstr='#111'); /* IE */
}

#nav ul li:hover > a{
color: #fafafa;
}

*html #nav  ul li a:hover /* IE6 */
{
color: #fafafa;
}

#nav ul li:first-child a
{
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}

#nav ul li:first-child a:after
{
content: '';
position: absolute;
left: 30px;
top: -8px;
width: 0;
height: 0;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
border-bottom: 8px solid #eee;
}

#nav ul li:first-child a:hover:after
{
border-bottom-color: #111;
}

#nav ul li:last-child a
{
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}

/* Clear floated elements */


* html #nav             { zoom: 1; } /* IE6 */
*:first-child+html #nav { zoom: 1; } /* IE7 */

/*----------*/


section{
height:auto;
}
img.sns {
margin:0 5px 0 0;
}
.r_item p{
	line-height:1.2;
}

/* ---------------disco--------------- */


.single_video a img {
width: 140px;
height:auto;
}
.video_item {
position:relative;
line-height:0;
}
.video_item p {
position:absolute;
bottom:0px;
left:0px;
margin:0;
padding:0;
line-height:0;
filter: alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
}
/*IE7 Only*/
*+html .video_item p {  bottom:3px; }

h2.ttl {
font-size:100%;
padding:0;
margin-bottom:10px;
line-height:1;
}
.jk img {
width:140px;
height:auto;
padding:0;
margin:0;
}
.prof img {
width:300px;
height:auto;
padding:0;
margin:0;
}
.sns_btn {
margin:0 0 5px 0;
padding:10px 5px;
border-top:1px solid #666;
border-bottom:1px solid #666;
}
ul.buy_btn {
padding:5px 5px;
margin:0;
}
ul.buy_btn li {
padding:0 0 5px 0;
margin:0;
}
table {
width:100%;
margin-bottom:20px;
}
td.listen {
background:#2d2d2f;
width:1%;
}
td.track {
background:#2d2d2f;
color:#fff;
}
th {
background:#999;
text-align:left;
padding:5px;
width:1%;
color:#fff;
font-weight:normal;
border-bottom:1px solid #e8e9f1;
}
tr {
background:#fff;
}
tr.tr_odd {
background:#f5f5f5;
}
td {
padding:5px;
border-bottom:1px solid #e8e9f1;
}


/*2018 disco Layout*/
/* Disco
----------------------------------------------------------*/
.disco {
}

.disco_item h4 {
	font-size:110%;
	padding-bottom: 10px;
}
.disco .jk_img {
	margin-bottom:20px;
	height:180px;
	line-height:1;
	background-color:#2d2d2f;
}


.disco .jk_img figure{
	width:180px;
	height:180px;
	position: relative;
	overflow: hidden;
}

.disco .jk_img img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width:180px;
	height:auto;
}

.disco .jk_video a:after{
	content: url(/wp-content/themes/leo_2013/images/common/bt_play.png);
	position: absolute;
	top: 46%;
	right: calc(50% - 20px) ;
	margin-top: -12px;
}

.disco .ttl_cat_works{
	margin:20px 0px 15px 10px;
	max-width:100%;
}

.disco .ttl_cat_works_album{
	margin:10px 0px 15px 10px;
}

.disco figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	-webkit-transition: .7s;
	transition: .7s;
	opacity: 0;
	color:#fff;
}
.disco figcaption h4{
	font-size:100%;
	line-height:1.1;
	position: absolute;
	margin:10px;
	bottom:25px;
	letter-spacing: 1px;
	word-break: break-all;
}
.disco figcaption p{
	font-size:90%;
	position: absolute;
	margin:10px;
	bottom:5px;
	letter-spacing: 1px;
}

.disco figure:hover figcaption {
	opacity: 1;
}

.disco .btn_more{
	text-align:right;
}
.disco .btn_more a{
	margin:0px 10px 10px 0px;
	font-size:120%;
	font-weight:bold;
	display:inline-block;
	padding:6px 8px;
	color:#fff;
	background-color:#666;
	text-decoration:none;
}


/* ---------------News Other--------------- */
.text_item {
line-height:1.3;
}
.text_item p {
clear: both;
margin-bottom:10px;
}
.text_item img {
max-width:800px;
height:auto;
}
/*IE8 Only*/
.text_item img { width:auto\9; }


h2.news_ttl {
font-size:100%;
font-weight:bold;
line-height:1.2;
}
.text_item .sns_btn {
clear: both;
text-align:right;
border-top:none;
margin:0 0 20px 0;
padding:10px 0 5px 0;
}
img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
clear: both;
display: block;
margin-left: auto;
margin-right:0;
}
img.alignleft {
clear: both;
display: block;
margin-right: 10px;
margin-left: auto;
}
.alignright {
float: right;
}

.alignleft {
float: left;
}


/* ---------------CONTACT Form 7--------------- */
.wpcf7 {
margin: 0;
padding: 0;
}
.wpcf7 p {
padding:0 10px;
}
.wpcf7 textarea {
width:100%;
}
.wpcf7 .wpcf7-form-control {
margin:0;
padding:3px;
}
.wpcf7 .wpcf7-submit {
margin:0;
padding:5px 20px;
}
.wpcf7 span.wpcf7-form-control-wrap {
margin:0;
padding:0;
}
.wpcf7 span.wpcf7-not-valid-tip {
    display: block;
    position: static;
    top: 0;
    left: 0;
    border: none;
    color: #B94A48;
	background:none;
}
.wpcf7 .wpcf7-response-output {
    margin: 10px 0 0 0;
    padding: 1%;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
    .wpcf7 .wpcf7-validation-errors {
        color: #B94A48;
        background-color: #F2DEDE;
        border: 1px solid #EED3D7;
    }
    .wpcf7 .wpcf7-mail-sent-ok {
        color: #3A87AD;
        background-color: #D9EDF7;
        border: 1px solid #BCE8F1;
    }
/* ---------------Page navi--------------- */
.wp-pagenavi {
position:relative;
text-align:center;
font-size:90%;
	clear: both;
	padding: 2px 5px;
	margin: 2px;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #000;
	padding: 1px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	text-decoration: none;
	border-color: #000;
}

.wp-pagenavi span.current {
	padding: 1px 5px;
	margin: 2px;
}
/* ---------------Footer--------------- */
footer {
position:fixed;
bottom:0px;
left:0px;
right:0px;
background:#2d2d2f;
z-index:999;
color:#666;
text-align:center;
font-size:80%;
}

.ft_cont {
margin: 0 auto;
width:800px;
height:70px;
background:#2d2d2f;
}
ul.ft_link {
text-align:right;
padding:15px 0 0 0;
}
.ft_link li {
padding:0 0 0 20px;
display: inline;
}
.ft_link li img {
height:35px;
}

/* #Page Styles
================================================== */

/* ---------------works list menu--------------- */
.feature{
position:relative;
font-size:80%;
line-height:0;
}

.container .one-fifth.column.feature img  {
width: 140px;
height:auto;
}
.container .one-fifth.column.feature.feature_menu img {
width:auto;
}
.container .one-fifth.column.feature h3 img{
width:auto;
height:19px;
}


.feature #filters li{
font-weight:bold;
margin:0px 0px 1px 0px;
padding:5px 0px 0px 5px;
}

.feature #filters li ul{
font-weight:bold;
margin:1px 0px 0px 10px;
padding:0px 0px 0px 0px;
}

.feature #filters a{
text-decoration:none;
}
.feature h3 {
position:absolute;
bottom:0px;
left:0px;
padding: 0 0 0 0;
line-height:0;
margin:0;
filter: alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
}







/*IE7 Only*/
*+html .feature h3 {  bottom:3px; }

/*17_tokai*/
.leo_acc_1702 .right{
	text-align:right;
}

.leo_acc_1702 h4{
	padding:0px 0px 40px 0px;
	font-weight:bold;
}

.leo_acc_1702 .catch_img img{
	width:100%;
	padding:0px 0px 20px;
}
.leo_acc_1702 .catch_img_second img{
	width:100%;
	padding:60px 0px ;
}

.leo_acc_1702 p, .leo_acc_1702 .interviewer_txt p{
	font-size:120%;
	line-height:1.6;
	margin:0px 0px 20px 0px;
}
.leo_acc_1702  .interviewer_txt{
	color:#777;
}
/* 2018_VLP */
.leo_vlp_2018 .item_link {
	padding: 0;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.leo_vlp_2018 .item_box_sp {
	display: none;
}
.leo_vlp_2018 .item_box,
.leo_vlp_2018 .item_box_pc {
	position: absolute;
	top: 27.5%;
	left: 50%;
	width: 90%;
	height: 280px;
	padding: 6em 6em 0 6em;
	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	transition: all 0.3s ease;
}
.leo_vlp_2018 .item_box_sp img,
.leo_vlp_2018 .item_box_pc img,
.leo_vlp_2018 .item_box img{
	width: 100%;
	height: auto;
}
.leo_vlp_2018 .bite_item,
.leo_vlp_2018 .vlp_item {
	line-height: 1.6;
	margin-bottom: 4em !important;
}
.leo_vlp_2018 .bite_item h4,
.leo_vlp_2018 .vlp_item h4 {
	font-size: 2.5em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.leo_vlp_2018 .bite_item h5,
.leo_vlp_2018 .vlp_item h5 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-size: 2em;
	font-weight: bold;
}
.leo_vlp_2018 .bite_item p {
	margin-bottom: 0.5em;
}
.leo_vlp_2018 .bite_item p.name,
.leo_vlp_2018 .bite_item p.date,
.leo_vlp_2018 .bite_item p.tieup {
	font-size: 1.3em;
	font-weight: bold;
}
.leo_vlp_2018 .bite_item p.itunes {
	margin-bottom: 1em;
}
.leo_vlp_2018 .bite_item p:last-child {
	text-align: right;
}
.leo_vlp_2018 .vlp_item p {
	font-weight: bold;
	margin-bottom: 1em;
	word-break: break-all;
}
.leo_vlp_2018 .vlp_item p.date {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.leo_vlp_2018 .vlp_item p span {
	font-weight: normal;
}
.sp_yt {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.sp_yt iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.sp_para {
	display: inline-block;
	background: #333333;
	border-radius: 3px;
	padding: 3px 10px ;
	color: #fff;

}

.tl2020 .interviewer_txt{
	color: #b31d30;
}

/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers)
@media only screen and (min-width:959px)
{
	body{background-color:#000000;}
	.container{ width: 100%;  padding: 0; background-color:#333;}
	.container .sixteen.columns{ width: 100%;}
}*/

@media only screen and (max-width: 959px) {
.container .four.columns.jk_img{
	width:31%;
	height:auto;
	margin-left:1%;
	margin-right: 1%;
};

.disco,
.disco_item{
	margin-top:20px;
}
.disco .jk_img {
	height:auto;
}
.disco .jk_img figure{
	width:100%;
	height:100%;
	position: relative;
	overflow: hidden;
}

.disco .ttl_cat_works{
	margin:20px 0px 15px 0;
	max-width:100%;
	height:16px;
}

.disco .ttl_cat_works_album{
	margin:10px 0px 15px 0;
}

.disco figcaption {
	display:none;
}

.disco .jk_img img {
	width:100%;
}



}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}


/* FIX ipad */
@media only screen and (min-width: 800px) and (max-width: 1025px) {
	/*banner*/
	.tl2016 .top_banner{
	background-attachment: scroll;
}
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 799px) {


.container{
margin:0px 0px 0px 0px;
}

header{
border-bottom:none;
position:static;
background-color: transparent;
z-index:0;
height:auto;
}

.header_wrap{
width:100%;
margin:0;
}

header h1{
float:none;
font-size:220%;
line-height:0;
margin:0;
padding:10px 0;
width:100%;
text-align:center;
}
.flexNav-touch #nav,
.flexNav-no-touch #nav {
display: none;
}
.menu-button {
float:none;
display: block;
padding: 1em;
background: #2d2d2f;
color: #fff;
background-image: url('../images/arrow-down.png');
background-repeat: no-repeat;
background-position: 95% 18px;
cursor: pointer;
border-top: 1px solid #444;
border-bottom:#444 solid 1px;
}

.menu-arrow{
background-image: url('../images/arrow-up.png');
}

#nav{
float:none;
margin:0;
padding:0;
margin: 0 auto;
width: 100%;
background-color: #2d2d2f;
}
#nav ul {
z-index: 0;
margin: 0;
padding: 0;
position: static;
top: 0;
left: 0;
-moz-border-radius: 0px;
border-radius: 0px;
}
#nav li {
position: relative;
list-style: none;
display: block;
width: 100%;
margin:0px;
padding:0px;
background-color: #2d2d2f;
z-index: 0;
border-bottom:#444 solid 1px;
}

#nav li.item-with-ul {
background-color: #222;
}

#nav li a {
float: none;
height: auto;
padding: 0;
margin:0;
display: block;
color: #ddd;
width:75%;
}

#nav li a.link-with-ul {
}

#nav .top-level a {
position: relative;
display: block;
padding: 1em;
z-index: 2;
}
#nav li ul {
width: 100%;
position: relative;
border-top: 1px solid #333;
border-bottom: 1px solid #333;
margin:0px;
padding:0px;
}
#nav ul li:first-child a:after
{
content: '';
position: static;
width: 0;
height: 0;
border:none;
}
#nav ul li:first-child a
{
-moz-border-radius: 0;
border-radius: 0;
}
#nav ul li:last-child a
{
-moz-border-radius: 0;
border-radius: 0;
}
#nav li:hover > ul
{
display: none;
}
#nav li ul li {
float: none;
width: 100%;
margin:0px;
padding:0px;
border:none;
border-top:#444 solid 1px;
}
#nav li ul li a {
display: block;
background-color: #333;
}
#nav .item-with-ul {
background-image: url('../images/arrow-down.png');
background-repeat: no-repeat;
background-position: 95% 18px;
margin:0px;
}
.sub-menu {
display: none;
}
.sub-menu.open {
display: block;
}

/*disco*/
.container .four.columns.jk_img{
	width:47%;
	height:auto;
	margin-left:1%;
	margin-right: 1%;
};




/* 2018_VLP */
.leo_vlp_2018 .item_link {
	height: 610px;
	overflow: initial;
}
.leo_vlp_2018 .item_link:nth-of-type(2) {
	margin-bottom: 12em !important;
}
.leo_vlp_2018 .item_box_pc {
	display: none;
}
.leo_vlp_2018 .item_box_sp {
	display: block;
	position: absolute;
	top: 30px;
	left: 5%;
	width: 90%;
	height: auto;
	padding: 0em 0em 0 0em;
	-webkit-transform: translate(0%,0%);
	        transform: translate(0%,0%);
	transition: all 0.3s ease;
}
.leo_vlp_2018 .item_box {
	position: absolute;
	top: 0;
	left: 5%;
	width: 90%;
	height: auto;
	padding: 0em 0em 0 0em;
	-webkit-transform: translate(0%,0%);
	        transform: translate(0%,0%);
	transition: all 0.3s ease;
}
.leo_vlp_2018 #Bite {
	padding-left: 0;
}
.leo_vlp_2018 #Bite iframe {
	width: 100%;
	height: auto;
	min-height: 389px;
}
}




/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 799px) {

/*TOP*/
#container_top iframe{
	width:435px;
	height:245px;
}
.fifth-four.column.text_item iframe {
	width:435px;
	height:245px;
}
.text_item iframe {
	width:435px;
	height:245px;
}



/* ---------------tl2016 top--------------- */


/*banner*/
.tl2016 .top_banner{
	background-position: center bottom;
	background-size: contain;
	background-color: #000;
	background-attachment: scroll;
}

/*txt*/
.tl2016 .txt_tl2016{
	padding:100px 40px 20px;
}

.tl2016 .txt_tl2016 p{
	padding:0px 0px 20px 0px;
	font-size:110%;
	letter-spacing:0.1em;
}

.tl2016 .bnr_tl2016{
	text-align:center;
}

.tl2016 .bnr_tl2016 img{
	width:400px;
	height:auto;
}



/*Second Level*/
/*.container .sixteen.columns img { width: 50%; height:auto; }*/
.container .one-fifth.column.feature img  { width: 100%; height:auto; }
.container{
padding-top:25px;
padding-bottom:40px;
}
.text_item img {
max-width:435px;
height:auto;
}
footer {
background:#2d2d2f;
margin: 0 auto;
color:#666;
position:relative;
padding:0 0 5px 0;
}
.ft_cont {
margin: 0 auto;
width:100%;
background:#2d2d2f;
}
ul.ft_link {
padding:15px 0 0 0;
text-align:center;
}
.ft_link li {
padding:0 12px;
display: inline;
}
.ft_link li.copy {
padding:0 0 0 0;
display: block;
}
.prof {
width:100%;
height:auto;
padding:0;
margin:0 5% 0 0;
float:left;
}
.prof img {
width:100%;
}
.jk {
width:30%;
height:auto;
padding:0;
margin:0 5% 0 0;
float:left;
}
.jk img {
width:100%;
}
.r_item {
width:65%;
float:left;
}

ul.buy_btn {
padding:5px 5px;
margin:0;
}
ul.buy_btn li {
padding:0 5px 5px 0;
margin:0;
display:inline;
}
.video_item {
float:left;
margin-right:5%;
}
h2.ttl {
font-size:150%;
padding:0;
margin-bottom:10px;
line-height:1;
}
.container .sixteen.columns .text_item .sns_btn img {
width:19px;
height:auto;
}

/*17_tokai*/
.leo_acc_1702 .two.columns{
	margin-bottom:0px;
}
.leo_acc_1702 .two.columns p{
	margin-bottom:0px;
}



}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)*/
@media only screen and (max-width: 479px) {




/*TOP*/


.cont_logo {
	width:100%;
	margin:0 auto 100px;
}
.cont_logo img{
	width:280px;
	height:auto;
}

#container_top iframe{
	width:280px;
	height:158px;
}
.fifth-four.column.text_item iframe {
	width:280px;
	height:158px;
}
.text_item iframe {
	width:280px;
	height:158px;
}
ul.cont_link {
margin:0px 0px 60px 0px;
}
ul.cont_link li img{
height:45px;
margin:0 ;
}



/* ---------------tl2016 top--------------- */


/*logo*/
.tl2016 .top_logo{
	position:static;
	left:0;
	text-align:center;
}
.tl2016 .cont_logo{
	width: auto;
	padding: 20px 0 30px;
	margin:0;
}


/*Link*/
.tl2016 .top_link{
	position:static;
	top:0px;
	right:0px;
	padding:0px 0px 10px;
}
.tl2016 .top_link  ul{
	width:300px;
	margin:0 auto 40px;
}
.tl2016 .top_link  ul li{
	float:left;
	margin:0px 10px 0px;
}
.tl2016 ul.cont_link{
	/*Youtube
	margin:60px auto 0px;*/
	/*slide*/
	margin:0px auto 30px;
}

.tl2016 ul.cont_link li img {
	height: 30px;
	margin: 0;
}

/*top_cont*/
.top_cont{
	position:relative;
	color:#fff;
}

/*banner*/
.tl2016 .top_banner{
	/*bottom fix
	background-position: center bottom;
	background-size: contain;
	background-color: #000;*/

	background-position: center center ;
	background-size: cover;
	background-attachment: scroll;
}
.tl2016 .bnr_tl2016{
	width:80%;
	margin:0 auto 30px;
}

.tl2016 .bnr_tl2016 img{
	margin-top: 60px;
	width:100%;
	height:auto;
}

.btn_arr {
	position:relative;
	margin:20px 0 0;
}

/*txt*/
.tl2016 .txt_tl2016{
	padding:20px;
}

.tl2016 .txt_tl2016 p{
	padding:0px 0px 20px 0px;
	font-size:110%;
	letter-spacing:0.1em;
}


/*Second Level*/
/*.container .sixteen.columns img { width: 100%; height:auto; }*/
.container .one-fifth.column.feature img  { width: 100%; height:auto; }
.text_item img {
max-width:280px;
height:auto;
}
.container{
padding-top:25px;
padding-bottom:40px;
}
footer {
background:#2d2d2f;
margin: 0 auto;
color:#666;
position:relative;
padding:0 0 5px 0;
}
.ft_cont {
margin: 0 auto;
width:100%;
background:#2d2d2f;
}
ul.ft_link {
padding:15px 0 0 0;
text-align:center;
}
.ft_link li {
padding:0 5px;
display: inline;
}
.ft_link li img {
	height:25px;
}
.ft_link li.copy {
padding:0 0 0 0;
display: block;
}
ul.buy_btn {
padding:5px 5px;
margin:0;
}
ul.buy_btn li {
padding:0 5px 0 0;
margin:0 0 0 0;
display:inline;
}
ul.buy_btn li img {
margin-bottom:5px;
}
h2.ttl {
font-size:150%;
padding:0;
margin-bottom:10px;
line-height:1;
}
.video_item {
float:left;
margin-right:2%;
}
.container .sixteen.columns .text_item .sns_btn img {
width:19px;
height:auto;
}

/*17_tokai*/
.leo_acc_1702 .two.columns{
	margin-bottom:0px;
}
.leo_acc_1702 .two.columns p{
	margin-bottom:0px;
}
/* 2018_VLP */
.leo_vlp_2018 .item_link {
	height: 330px;
	overflow: initial;
}
.leo_vlp_2018 .item_link:nth-of-type(2) {
	margin-bottom: 8em !important;
}
.leo_vlp_2018 .item_box_pc {
	display: none;
}
.leo_vlp_2018 .item_box_sp {
	display: block;
	position: absolute;
	top: 30px;
	left: 5%;
	width: 90%;
	height: auto;
	padding: 0em 0em 0 0em;
	-webkit-transform: translate(0%,0%);
	        transform: translate(0%,0%);
	transition: all 0.3s ease;
}
.leo_vlp_2018 .item_box {
	position: absolute;
	top: 0;
	left: 5%;
	width: 90%;
	height: auto;
	padding: 0em 0em 0 0em;
	-webkit-transform: translate(0%,0%);
	        transform: translate(0%,0%);
	transition: all 0.3s ease;
}
.leo_vlp_2018 #Bite iframe{
	width:100%;
	height:auto;
	min-height: 190px;
}
}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
Just create a "fonts" folder at the root,
copy your FontName into code below and remove
comment brackets */

/*	@font-face {
font-family: 'FontName';
src: url('../fonts/FontName.eot');
src: url('../fonts/FontName.eot?iefix') format('eot'),
url('../fonts/FontName.woff') format('woff'),
url('../fonts/FontName.ttf') format('truetype'),
url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
font-weight: normal;
font-style: normal; }
*/
