@charset "UTF-8";
/*
Theme Name: Updaty
Theme URI: https://tokyogirlsupdate.com/
Author:
Author URI: https://tokyogirlsupdate.com/
Description: Tokyo Girls Update Theme
Version: 1.0
*/
/* IMPORT RESET */
@import url("css/reset.css");

/* IMPORT 12 COLUMN RESPONSIVE GS */
@import url("css/responsive.gs.12col.css");
@import url("css/footer_register.css");
@import url("css/jquery.minimalect.css");

/* Fontawesome */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),
  url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),
  url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),
  url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

/* Google Font */
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic);


/****************************************
     1.General Setting (htmlタグ直指定)
*****************************************/

html{
  overflow: auto;
}

body {
    margin-left: 0px;
    margin-right: 0px;
    overflow: hidden;
    font-size:100%; /* flexible baseline */
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    color: #484848;
    word-wrap:break-word;
}
pre   {
  display: block;
  unicode-bidi: embed;
}

iframe {
  max-width: 100% !important;
}
  input,
  select {
    vertical-align: middle;
}

ins[style]{
  background: none !important;
}

a {
    color: #E4007F;
    text-decoration: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

a:hover {
    text-decoration: none !important;
    opacity:1.0;
    cursor: pointer;
    filter:alpha(opacity=60); /* For IE8 and earlier */
}
a:hover img{
opacity:1.0;
filter:alpha(opacity=80); /* For IE8 and earlier */
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}

blockquote {
  background: white;
  padding: 20px 30px 20px 30px;
  width: 100%;
  margin: 1.5em 0px;
  border: 1px dotted #ddd;
}
header {
  text-align: center;
  background: #fff;
}

article {
  text-align: left;
  background: transparent !important;
}

.single-article {
	background: #f9d2d5 !important;
	padding: 0px;
	margin: 0px;
}

.single-featured {
	background: #d6dbee !important;
	padding: 0px;
	margin: 0px;
}

aside {
  text-align: center;
}

footer {
  background: #121212;
}

input[type="submit"] {
    border: none;
}

textarea {
  border: 1px solid #ccc;
  width: 100%;
}

/* typography
-------------------------------------------------------------- */

h1 { font-size:3.75em; font-weight:100; line-height: 1.1333em; margin-bottom: 10px;}   /* 60px */
h2 { font-size:3em;    font-weight:100; line-height: 1.1667em; margin-bottom: 10px;}   /* 48px */
h3 { font-size:3em;    font-weight:300; line-height: 1.1667em; margin-bottom: 10px;}   /* 48px */
h4 { font-size:1.625em;font-weight:400; line-height: 1.2308em; margin-bottom: 10px;}   /* 26px */
h5 { font-size:1.5em;  font-weight:300; line-height: 1.3333em; margin-bottom: 5px;}   /* 24px */
h6 { font-size:1em;    font-weight:300; line-height: 1.3125em; margin-bottom: 5px;}   /* 16px */
h1+h2,h1+h3,h1+h4,h1+h5,h1+h6,
h2+h3,h2+h4,h2+h5,h2+h6,
h3+h4,h3+h5,h3+h6,
h4+h5,h4+h6,
h5+h6 {
  margin-top:0;
}

dt, b, strong { font-weight: 700; }

hr {
    border: none;
    border-top:dotted 1px #bbbbbb !important;
    height:1px;
    margin: 16px 0px 26px 0px;
}

p {
    font-size: 1.2em;
    line-height: 1.6em;
}

em {
    font-family: 'Nunito Sans', sans-serif;
    font-style: oblique;
}

/* typography
-------------------------------------------------------------- */

.article-inner h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
		font-size: 1.8em;
		line-height: 1.8em;
		letter-spacing: 2px;
		margin: 0px !important;
}

.h1,
.archiveInner h1 {
  font-size: 1.8em;
}
.h2,
.archiveInner h2 {
  font-size: 1.6em;
}
.h3,
.archiveInner h3 {
  font-size: 1.4em;
}
.h4,
.archiveInner h4 {
  font-size: 1.2em;
}
.w700 {
    font-weight: 700;
}

.headline-title {
  text-align:center;
  margin: 25px auto;
  color: #000;
  font-size: 1.2em;
  font-family: 'Poppins', sans-serif;
	font-weight: 700;
}

.premiumTtl {
    font-family: 'Poppins', sans-serif;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.5em;
    margin: 10px 0px;
    color: #ffffff;
}

.sidebarTtl {
    font-size: 1.0em;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #000;
    text-align: left;
    margin: 10px 0px;
    padding: 5px 0px;
    border-bottom: 2px solid #000;
}

.archiveTtl {
    text-align: center;
    font-size: 1.4em;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 20px auto 20px;
    padding: 15px 0px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    color: #000;
}

.Ttl {
  text-align: center;
  border-bottom: 1px solid #3d3d3d;
  color: #3d3d3d;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-top: 0px;
  padding-bottom: 20px;
  font-size: 20px;
  text-align: left;
}

.archiveTtl.textLeft {
  text-align: left;
}

.premCat {
    font-size: 1.4em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin: 20px auto;
}

.sidebarTtlgold {
    font-size: 1.0em;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    background: url(//tokyogirlsupdate.com/wp/wp-content/themes/Updaty/img/goldbg.png) #CBB677;
    color: #fff;
    padding: 10px;
}

.view {
  font-size: 12px;
  display: inline-block;
  margin-left: 20px;
  position: relative;
  color: #aaa !important;
}

a.view{
  color: #aaa !important;
}

.viewall a{
    color: #a8a8a8;
    font-size: 0.5em;
    font-weight:400;
    text-align: bottom;
}

.small_grey{
    font-size: 0.8em;
    color: #777;
}

.mainBanner {
text-align: center !important;
    margin: 0 auto !important;
}

#content {
    font-size: 0.9em !important;
}


/*--------------- Pagination ---------------*/
#wp_page_numbers,
#wp_page_numbers ul,
#wp_page_numbers li,
#wp_page_numbers a {
  font-size: 100%;
}

#wp_page_numbers {
  clear:both;
  margin:30px auto !important;
  width: 100%;
  background: transparent;
  padding:0;
  text-align: center !important;
}
#wp_page_numbers ul {
  width: 90%;
  margin:20px auto !important;
  padding:0;
  text-align: center !important;
}
#wp_page_numbers li {
  display: inline;
  margin: 3px;
  padding:0px;
}

#wp_page_numbers a {
    padding: 10px !important;
    color:#ABB7B7 !important;
    background:#ECF0F1 !important;
    border-radius: 3px !important;    /* CSS3草案 */
  -webkit-border-radius: 3px !important;  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px !important; /* Firefox用 */
}

#wp_page_numbers li a:hover {
  text-decoration: underline;
}

#wp_page_numbers li.space {
  padding: 6px;
  padding-left: 2px;
  padding-right: 2px;
}

#wp_page_numbers li.first_last_page {
  font-style: italic;
}

#wp_page_numbers li.active_page a {
    color:#6C7A89 !important;
  text-decoration: underline;
}
#wp_page_numbers li.active_page a:hover  {
  text-decoration: underline;
}

#wp_page_numbers li.page_info {
  margin-right: 2px;
    padding: 10px !important;
    color:#ABB7B7 !important;
    background:#ECF0F1 !important;
    border-radius: 3px !important;    /* CSS3草案 */
  -webkit-border-radius: 3px !important;  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px !important; /* Firefox用 */
}
/*--------------- Pagination ---------------*/

/*--------------- EditorArea ---------------*/
.editorArea h2 {
    font-size: 1.6em;
    border-bottom: none;
    color: #3d3d3d;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 0px;
    padding-bottom: 20px;
    text-align: left;
}

.editorArea h3 {
    font-size: 1.4em;
    border-bottom: 1px solid #3d3d3d;
    color: #3d3d3d;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 0px;
    padding-bottom: 20px;
    text-align: left;
}

.editorArea h4 {
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.6em;
}
/*--------------- EditorArea ---------------*/


/*--------------- Meta系 ---------------*/
.adsense {
    text-align: center;
    margin: 0px auto;
    font-size: 0.8em;
    color: #ddd;
    line-height: 1.0em;
    padding: 5px 0 20px 0;
    overflow:hidden;
}
.postedDate {
    color: #cdcdcd;
    padding: 0px;
}

.articleTags {
    font-size: 0.9em;
    margin: 10px 0;
}
/*--------------- Meta系 ---------------*/



/*--------------- New Page Nav ---------------*/
.nav-title {
  display: none;
}
.post-navigation {
    height: 30px;
    background: none repeat scroll 0% 0% rgb(228, 0, 127);
    margin-left: -3%;
    margin-right: -3%;
  margin-top: 10%;
  margin-bottom: 16%;
  display: inherit;
  width: 106%;
  float: left;
}
.navPrevious {
    background: none !important;
    padding: 0px !important;
    display: block;
    float: left;
}

.navPost {
    font-size: 1.2em !important;
    font-family: 'Montserrat';
    width: 100%;
  margin-top: 30px;
    margin-bottom: 30px !important;
  height: 100%;
  clear: both;
}

.navNext {
    top: 0;
    right: 0;
     background: none !important;
    padding: 0px !important;
    float: right;
    display: block;
}
/*--------------- New Page Nav ---------------*/


/*--------------- 分割した記事へのリンク ---------------*/
#wp_page_numbers,
#wp_page_numbers ul,
#wp_page_numbers li,
#wp_page_numbers a {
  font-size: 100%;
}
#wp_page_numbers { 
    clear:both;
    margin:0;
    background:#FFF;
    width: 100%;
    display:inline;
    text-align:center !important;
    background: transparent;
    padding:20px;
}
#wp_page_numbers ul { 
    width: 100%;
    margin:20px auto;
    padding:0;
}
#wp_page_numbers li { 
  display:inline;
  margin: 2px;
  padding:0px;
}
#wp_page_numbers a { 
  padding: 3px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 5px;
  color: #333;
  display:inline;
  text-align:center;
  background-color:#FFF;
}
#wp_page_numbers li a:hover { 
  border-color: #00468b;
  text-decoration: underline;
  background: #f7e29e;
}
#wp_page_numbers li.active_page a { 
    border-color: #047ff8;
}
#wp_page_numbers li.active_page a:hover  { 
  color: black; /* IE fix */
  text-decoration: underline;
  border-color: #00468b;
}
#wp_page_numbers li.page_info { 
  display:inline;
  padding: 3px;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 2px;
  color: #666;
  font-size: 11px;
}
/*--------------- 分割した記事へのリンク ---------------*/



/*--------------- articleInner系 ---------------*/
.articleInner {
	text-align: left;
}
.articleInner a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #e4007F;
  transition: 0.4s;
}

.articleInner a::after img {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: none;
  transition: 0.4s;
}


.articleInner ul, .articleInner ol {
    font-size: 1.1em;
    line-height: 1.5em !important;
}

.articleInner ol, .articleInner ul {
        margin-left: 30px;
        margin-bottom: 10px;
}

.articleInner ul li {
    list-style: disc none outside !important;
    list-style-type: disc !important;
}

.articleInner ol li {
    list-style: decimal none outside !important;
    list-style-type: decimal !important;
}

/*--------------- articleInner系 ---------------*/

/*--------------- 記事内のyoutube---------------*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*--------------- 記事内のyoutube---------------*/

/*--------------- 記事内のブログカード---------------*/
.blog-container {
    width: 100%;
    display: block;
    min-height: 200px;
    clear: both;
}
.blog-container iframe {
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    display: block;
}
/*--------------- 記事内のブログカード---------------*/

/*--------------- favoriteのDelete--------------*/
.articleDelete {
  background-image: url('img/favDelete.png');
  background-repeat: no-repeat;
  height: 52px;
  width: 52px;
  background-position: 0 0;
  display: block;
  text-indent: -9999px;
  position: absolute;
  z-index: 1;
  /*回転*/
  transform: rotate(90deg);
  right: 0;
}
/*--------------- favoriteのDelete--------------*/

/*--------------- Load More--------------*/
.loadMore {
  background: #111111;
  clear: both;
  font-family: 'Montserrat', sans-serif;
}

.loadMore a {
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 20px 0;
  display: block;
}

.loadMore a:hover {
  background: #555555;
}
/*--------------- Load More--------------*/

/*--------------- Clear系 --------------*/
.clear{
  clear: both;
}

.auto {
  background: transparent;
  border: none;
  color: #fff;
  line-height: 2em;
}
/*--------------- Clear系 --------------*/

/*スマホのinputキャンセル - Travelページで使用*/
.form-group .submit input[type="submit"] {
  background: none!important;
}

/*アーカイブページのタイトルにバナー出す用*/
img.segment-logo-single {
  max-width: 140px !important;
  margin-top: 20px;
}

/*--------------- 月アーカイブ --------------*/
.monthly {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
width: 100%;
height: 30px;
line-height: 30px;
font-size: 13px;
text-indent: 1em;
color: #444444;
border: none;
cursor: pointer;
background: #dddddd;
}
/*--------------- 月アーカイブ --------------*/

/*--------------- SNSコンテンツの投稿埋め込み調整 --------------*/
.twitter-tweet {
  margin: 10px auto !important;
}
.instagram-media {
  margin: 1px auto !important;
  max-width: 580px !important;
}
.minict_empty {
  display: none;
}
/*--------------- SNSコンテンツの投稿埋め込み調整 --------------*/


/* =============================================
Tracking Header Option
============================================= */
/*ヘッダー追尾レイアウト調整*/
.search_bar{
  position: relative;
}
.search_W {
  display: block;
  font-size: 0.38em;
  position: absolute;
  text-align: center;
  top: calc(50% + 14px);
  width: 100%;
  color: #5c5c5c;
}
.user_login_icon_P {
    font-size: 0.3em;
    position: absolute;
    right: 8%;
    top: 22%;
}

.tracking_header {
  position: inherit;
  width: 100%;
}
.fixed_header_padding{
  height:0;
  padding-top: 0;
  visibility: inherit;
  width: 100%;
}
/* =============================================
Tracking Header Option
============================================= */



/*////////////////////////////////////////
/// SmartPhone The Beginning
////////////////////////////////////////*/


/****************************************
     2.Main Content (一番大きいカラム内要素)
*****************************************/

/*--------------- First View Title ---------------*/
.firstview-item .entry-media .entry-container .entry-caption{
  font-size: 10px;
}
/*--------------- First View Title ---------------*/

/*--------------- Entry List Title Style ---------------*/

.titles {
  padding: 10px 0 0px 0;
  font-size: 1.1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.5em;
  text-align: left !important;
  color: #161616 !important;
  letter-spacing: 1px;
}

.titles a {
  color: #161616 !important;
}
/*--------------- Entry List Title Style---------------*/


/* =============================================
Main Grid
============================================= */

/*--------------- Grid系 ---------------*/
.thumb {
  height: auto;
  max-width: 100%;
  /*サムネイルができるまでのとりあえずStyle*/
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.item {
  display:block;
  width: 100%;
  margin-right: 0%;
}

.items {
  display:block;
  width: 50%;
  margin-right: 0%;
  font-size: 62.5%;
}

.articleDate {
    color: #00e4d7;
    font-size: 0.8em;
}
.readmore {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-align: right;
}

.subArea {
    text-align: left;
    font-size: 0.8em;
    color: #2B2A29;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}
.premium_item {
  display:block;
  width: 100%;
  margin-right: 0%;
}

.smallgrid {
  padding: 2%;
  height: auto;
  z-index: 99999;
	margin-bottom: 20px;
}
.editorArea {
  padding: 0px 15px 10px 15px;
}

/*--------------- Grid系 ---------------*/

/*--------------- Airticle系 ---------------*/
.headline h2 {
  margin: 10px 0px;
  padding: 0;
}
.headline h2 a {
  text-decoration: none;
}

.articleMeta {
    font-size: 0.9em;
    overflow: visible;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}

.subArea {
    padding: 10px 0px;
    line-height: 1.5em;
}

.articleInner {
    font-size: 0.9em;
    overflow: visible;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}

.articleInner img {
    max-width: 100%;
    height: 100%;
}


.articleInner p {
  padding: 10px 0px 10px 0px;
  line-height: 1.7em;
  letter-spacing:1px;
}

img.articleImg {
    text-align: center;
    margin:0 auto;
    max-width: 100%;
    max-height: 600px;
    display: inherit;
}

.imgCopy {
    margin: 0 auto;
    text-align: center;
    font-size: 0.8em;
}
/*--------------- Airticle系 ---------------*/

/* =============================================
パンくずリスト
============================================= */
.breadCrumbs {
  display: none;
}

/* =============================================
Category List
============================================= */

.catList li {
  display: inline;
  border-right: 1px #999 solid;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

.catList li:last-child {
  border-right: none;
  margin-right: 0px;
}

.catList li a {
  font-weight: none;
}

.catList li a:hover {
  color: #e50080;
}

.subCatList {
  margin-bottom: 20px;
}

.subCatList li {
  display: inline;
  margin-right: 1em;
  font-weight: none;
}

.subCatList li a {
  color: black;
}

/* =============================================
Featured Item
============================================= */
/*-------Featured Img-----------*/

.featuredImg img{
  width: 100%;
  height: auto;
}
/*-------Featured Img-----------*/

.featured-item p{
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  padding-top: 20%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.featured-item {
  width: 100%;
  margin-bottom: 5px;
	background: #000;
}
.featured-item .entry-media {
  /*height: 0;*/
  overflow: hidden;
  /*padding-bottom: 56.25%;*/
  width: 100%;
  position: relative;
}
.featured-item .entry-media > a{
  display: block;
  width: 100%;
}

.featured-item .entry-media img {
  width: 100%;
  height: auto;
}
.featured-item .entry-media .entry-container {
  text-align: center;
  vertical-align: middle;
  letter-spacing: 1.5px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9em;
  height: 100%; line-height: 1.2em; padding: 50px 15px;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.4) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.4) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */
}
.featured-item .entry-media .entry-container .entry-title a {
  color: #FFF;
  font-size: 16px;
}
.featured-item .entry-media .entry-container .entry-title a:hover {
  color: #F0F0F0;
}
.featured-item .entry-media .entry-container .entry-meta {
  color: #BBB;
}
.featured-item .entry-media .entry-container .entry-meta .icon {
  color: #BBB;
}

/* =============================================
Featured Item
============================================= */


/* ---------------------------------------------------
 Premium
---------------------------------------------------- */
.premiumArea {
  width: 100%;
  padding: 20px 0;
  margin: 0px;
  background: black;
}

.premiumArea .mainimg {
  width: 780px;
  margin: 0 auto 15px;
  text-align: left;
  max-width: 100%;
}


/****************************************
     3.Sidebar (サイドバー内要素)
*****************************************/

/*--------------- Side Bar系 ---------------*/
.sideBar{
  width: 100%;
}
.sideBar img {
  width: 100%
}

img.sidebarThumb {
    width: 80px !important;
  height: 80px !important;
}

span.cd_jpImg img {
  width:100px!important;
  margin: 0!important;
  padding: 0!important;
}
/*--------------- Side Bar系 ---------------*/

/*--------------- ランキングのタブ系 ---------------*/
.tab_content {
    counter-reset: wpp-ranking;
}

.tab_content li {
    position: relative;
    list-style-type: none;
}

.tab_content li:before {
    counter-increment: wpp-ranking;
    content: counter(wpp-ranking, decimal);
    background: #b1b4af;
    color: #fff;
    font-size: 10px;
    line-height: 15px;
    width: 15px;
    height: 15px;
    padding: 0px;
    position: absolute;
    text-align: center;
    left: 0;
    top: 10;
    z-index: 1;
}

.tab_content li:nth-child(1):before {
    background: #E4007F;
}
.tab_content li:nth-child(2):before {
    background: #0000FF;
}
.tab_content li:nth-child(3):before {
    background: #ccaadd;
}
/*--------------- ランキングのタブ系 ---------------*/

/*--------------- プレミアムに加入しよう、の帯 ---------------*/
.calltoaction {
  width: 100%;
  height: auto;
  margin: 10px auto;
  padding: 15px 0px;
  background: #BF9F70;
  position: relative;
  color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center !important;
  line-height: 2.0em;
  font-family: 'Montserrat', sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

.calltoaction a{
  color: #fff;
}

.cvbtn {
  font-family: 'Montserrat', sans-serif;
  color: #E4007F !important;
  background: #fff;
  padding: 5px 15px;
  text-decoration: none;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
}
.cvbtn a{
  color: #e4007F !important;
}
/*--------------- プレミアムに加入しよう、の帯 ---------------*/

/*--------------- Sidebar系 ---------------*/
.sidebanner {
    width : 100%;
}
.sidebarThumb {
    max-width: 80px;
    height: 80px;
    margin-right: 10px;
    float: left;
    display: inline; /* for IE6,7 */
}

.sidebarPrem {
  width: 112px !important; height: 63px !important;
    margin-right: 10px;
}

.thumb-play{
    position: relative;
    float: left;
    display: inline; /* for IE6,7 */
}

.thumb-play:after {
    content: url('../img/play.png');
    position: absolute;
    bottom: -10px;
    right: 0px;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}

.sidebarList {
    min-height: 100px;
    padding: 10px 0px;
    border-bottom: #eee 1px solid;
    font-size: 0.9em;
    text-align: left;
}

.sidebarList a{
    font-size: 1.1em;
    font-weight: bold;
    color: #000 !important;
    line-height: 1.4em;
}

ul.topcatList {
    padding: 0px;
}

li.topcatList  {
    display: block;
    min-height: 100px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 0.9em;
    line-height: 1.5em;
    padding: 10px 0px;
}

li.topcatList span  {
    font-weight: 400;
    font-size: 0.8em;
}
/*--------------- Sidebar系 ---------------*/




/****************************************
      4.Footer (フッタ内)
*****************************************/
/*--------------- Footer Headline---------------*/
.fHdl {
  padding: 20px 0 10px;
  color: #fff;
  font-size: 1.0em;
  font-weight: bold;
}
/*--------------- Footer Headline---------------*/


/* Facebook Like Box width: 100% */
/*facebookイイネボタンはみ出し*/
.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span{
    max-width: none!important;
}
.fb_large > div{
  width: 100%!important;
  overflow: hidden!important;
}

/* ----- footer ----- */
.footerMain {
  width: 100%;
  padding: 40px 0 60px;
  background: #262626;
}

#tabnavi {
  height: 60px;
  border-top: 1px solid #5e5e5e;
  border-bottom: 1px solid #5e5e5e;
}

#tabnavi li {
  display:inline;
  float: left;
  width: 50%;
  margin: 0;
  font-weight: bold;
  text-align: center;
  height:100%;
}
#tabnavi li:first-child {
  border-right: 1px solid #000;
  height: 100%;
}

#tabnavi li a {
  display:inline-block;
  text-align: center;
  width: 100%;
  text-decoration: none;
  color: #b8b8b8;
  line-height: 4;
  text-decoration:none;
  height:100%;
}

#tabnavi li a:hover,
#tabnavi li a.active {
  color: #e50080;
}

.tabactive {
  color: #e50080!important;
}

.snsWrap .snsBtns li.snsBtnFb {
  margin: 30px 0 0;
}

/* =============================================
Footer Social Icon
============================================= */

.socialIcons {
  font-size: 24px; margin-top: 10px;
}
.socialIcons li {
  display: inline-block;
  float: left;
  text-align: center;
  line-height: 40px;
}
.socialIcons li a {
  color: #000;
    text-align: center;
  display: block;
  width: 40px;
  height: 40px;
    background: transparent;
}
.socialIcons li a:hover {
  color: #fff;
}
.socialIcons li a.fb:hover {
  background: #3c599f;
}
.socialIcons li a.twitter:hover {
  background: #00aced;
}
.socialIcons li a.google:hover {
  background: #d85131;
}
.socialIcons li a.pinterest:hover {
  background: #d20003;
}
.socialIcons li a.youtube:hover {
  background: #c8312b;
}
.socialIcons li a.insta:hover {
  background: #3f729b;
}

/*FBのlikebox*/
.likeBox {
  width: 86%;
  /*padding: 10px;*/
  margin: 20px auto;
  text-align: center;
}
/* =============================================
Footer Social Icon
============================================= */

.footerContainer{
z-index: auto;
position: relative;
max-width: 1290px;
margin: 0px auto;
overflow: visible;
padding-right: 0.3%;
padding-left: 0.3%;
padding-bottom: 20px;
}
.FooterBox_left{
  margin-right:0%;
}
.FooterBox_center{
  margin:0%;
}
.FooterBox_right{
  margin-left:0;
}
.footerBox_inner{
  width:96%;
  margin:0 auto;
}
.footer_boxTitle {
  font-size:1.4em;
  font-family:"Poppins",sans-serif;
    font-weight: 700;
  color:#fff;
  margin-top:10%;
}
.footerBox_txtarea {
  color:#fff;
  padding-right:0%;
    font-size: 1.0em;
}
.sublist_footerBox {
  width:96%;
  margin:0 auto;
}
.sublist_footer {
  clear:both;
  height:auto;
  font-size:0.8em;
  width:100%;
}
.sublist_footer li {
    float:left;
    width:100%;
    clear:both;
    border-bottom:1px solid #fff;
    padding:1% 0;
    font-size:1.6em;
}
.sublist_footer li a {
  color:#fff!important;
}
.footer_tag_list_tit {
  font-size:1.8em;
  color:#fff;
}
.widget--tags {
  font-size: 25px!important;
}
.widget--tags .tagCloud {
  display: inline-block!important;
}
.widget--tags a.tagCloud {
  background-color: #E4007F!important;
  color: #fff!important;
  text-decoration: none!important;
  box-shadow: inset 0 0 5px #E4007F!important;
  margin: .25em!important;
  padding-left: .5em!important;
  border-radius: 5px!important;
  overflow: hidden!important;
}
.widget--tags a.tagCloudCloud::after, .widget--tags a.tagCloud::before {
  display: block!important;
  float: right!important;
  color: #be98b0 !important;
}
.widget--tags a.tagCloud::before {
  content: attr(data-count);
  background-color: #f9ebf4!important;
  border-radius: 0 5px 5px 0!important;
  padding-right: .25em!important;
  padding-left: .25em!important;
}
.widget--tags a.tagCloud::after {
  content: '';
  width: 0!important;
  height: 0!important;
  border-top: 0em solid transparent!important;
  border-bottom: 0em solid transparent!important;
  /*border-right: 0.25em solid #66421f!important;*/
  margin-top: .45em!important;
  margin-left: .3em!important;
}
.widget--tags a.tagCloud:hover {
  background-color: #E4007F!important;
  opacity:0.7;
}
.widget--tags a.tagCloud:hover::after {
  content: '';
  width: 0!important;
  height: 0!important;
  border-top: 0em solid transparent!important;
  border-bottom: 0em solid transparent!important;
  /*border-right: 0.25em solid #ffe3ee!important;*/
  /*transition: margin-left .5s!important;*/
  /*margin-left: .5em!important;*/
}
.widget--tags a.tagCloud:hover::before {
  background-color: #ffe3ee!important;

}
/* =============================================
Footer Social Icon
============================================= */

/*-----------Footer SNS--------------*/
  .socialIcons {
    background: transparent;
    height: 40px;
  }
  .socialIcons li a {
    color:#fff!important;
  }
/*-----------Footer SNS--------------*/

/*-----------Footer Facebook--------------*/
.fb-like-box {
  width: 100%!important;
}
.fb_iframe_widget span iframe {
  width: 100%!important;
}
.fb_iframe_widget span {
  width: 100%!important;
}
.pts {
  padding-top:10px!important;
}
.pam {
  padding: 10px 0px!important;
}
/*-----------Footer Facebook--------------*/

/*-----------copyrightBOX--------------*/
.footerBottoms {
  clear:both;
  padding-top:10%;
}

.footerLinks li {
  float:left;
  margin-right:1.4%;
  clear:both;
}
.footerLinks li a {
  font-size:1.0em;
  color:#fff;
}
.copyrightBox {
  clear:both;
  padding-top:10%;
}
.copyright {
  font-size:0.6em;
  text-align:center;
  padding-top:1%;
  padding-bottom:1%;
  color:#ccc;
}
/*-----------copyrightBOX--------------*/

.footerTop {
  margin-top: 80px;
}
.getpremium {
    /* START: Cree Error Fix */
    /*
    background: url(//data.tokyogirlsupdate.com/wp/wp-content/uploads/2014/08/whitediamond.png) repeat-y #fff;
    */
    background: url(//tokyogirlsupdate.com/wp/wp-content/uploads/2014/08/whitediamond.png) repeat-y #fff;
    /* END: Cree Error Fix */
    margin-top: -2em;
    margin-bottom: 2em;
    padding: 20px;
}





/****************************************
      5.Options (ログインボックなどの要素系)
*****************************************/


/* =============================================
Like Box
============================================= */

.articleLikeWrap{
    /*display: none;*/
}
/*使われてないかも？*/
.articleLike {
    color: #888 !important;
}

.articleLikeWrap > a.active > span {
    color: #E4007F !important;
}

.user_login {
  font-family: 'Montserrat', sans-serif;
}
/*-------イイネ吹き出し-----------*/

.articleLikeWrap {
  position: relative;
  display: inline-block;
  overflow: visible;
  margin-top: 10px;
}

#likePopupWrap {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    vertical-align: middle;
    overflow: visible;
  }
  #likePopupWrap.hidden {
    display: none;
    height: 0px;
  }
.likePopup {
  position: fixed;
  z-index: 99999999;
    background: #F8F8F8;
    border: 1px solid #B3B3B3;
    display: none;
    width: 200px;
    text-align: center;
    min-height: 100px;
    overflow: visible;
  left: 260px;
  top: 0;
}

.likePopup a,
.likePopup a:hover,
.likePopup a:active {
     opacity: 1.0 !important;
}

.likePopup.noLogin {
    width: 200px;
    padding: 35px;
    overflow: visible;
}
.likePopup.noLogin .title {
    font-size: 150%;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    margin: 0 0 40px;
}
.likePopup.noLogin .btnWrap {
    margin-bottom: 30px;
}
  .likePopup.noLogin .btnWrap.last {
    margin-bottom: 0;
  }
  .likePopup.noLogin .btnWrap .description {
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }
  .likePopup.noLogin .btnWrap .flatBtn {
    display: block;
    background: #84c4c4;
    color: #fff;
    padding: 4px 6px;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    outline: none;
  }
  .likePopup.noLogin .btnWrap .flatBtn:hover {
    background: #e50080;
  }

/*ボックスの大きさ*/
.likePopup.login {
    width: 190px;
    padding: 20px;
    min-height:120px;
    height: auto;
    overflow: visible;
  }
  .likePopup.login .title {
    color: #E4007F;
    font-weight: bold;
    text-align: center;
    margin-bottom: 18px;
  }
  .likePopup.login .avatars li {
    margin-bottom: 12px;
  }
  .likePopup.login .avatars li a {
    display: table;
    color: #666;
  }
  .likePopup.login .avatars li a img{
    width:25px;
    height:auto;
  }
  .likePopup.login .avatars li a .img, .likePopup.login .avatars li a .name {
    display: table-cell;
    vertical-align: middle;
  }
  .likePopup.login .avatars li a .name {
    padding-left: 10px;
    font-size: 90%;
  }
  .likePopup.login .seeAll {
    text-align: center;
  }
  .likePopup.login .seeAll a {
    color: #e4007F;
    text-decoration: underline;
    display: block;
  }
  .likePopup.login .seeAll a:hover {
    text-decoration: none;
  }
  .likePopup .fukidashi {
    height: 15px;
    width: 13px;
    background-position: 8px -538px;
    position: absolute;
    top: 120px;
    left: -21px;
    padding: 20px 0 20px 8px;
  }

  .mfp-bg {
    opacity: .8;
  }
/*------------------*/

.articleLike {
    color: #666;
}

.articleLike.active, .articleLike:hover {
    color: #E4007F;
}

.likeNum {
  font-family: Open Sans;
  font-weight: 300;
  font-size: 1.0em;
  display: none;
}

.favoritedPeople {
  margin: 0 0 30px;
  font-size: 0.8em;
}
.favoritedPeople .title {
  font-size: 0.8em;
  color: #e50080;
  padding: 3px 0 3px 0px;
  margin: 5px 0px;
}

.favoritedPeople .avatars {
  float: left;
}
.favoritedPeople .avatars li {
  float: left;
  margin: 0 4px 4px 0;
  width: 20px;
  height: 20px;
}
.favoritedPeople .avatars li a img {
  display: block;
  opacity: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: auto;
}
.favoritedPeople .avatars li a:hover img {
  opacity: 0.6;
}
.favoritedPeople .seeAll {
  display: inline-block;
  margin-left: 10px;
  padding-top: 5px;
}
/* =============================================
Like Box
============================================= */


#disqus_thread {
   padding: 20px 10px !important;
}

/* ---------------------------------------------------
 PLUGIN WP-Page Navi
---------------------------------------------------- */
div.wp-pagenavi {
  margin: 1.5em auto;
  color: #555;
  font-size: 85%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 3em;
  display: inline;
}

.wp-pagenavi a, .wp-pagenavi a:link {
  padding: 0.5em 1em;
  margin: 0.25em;
  text-decoration: none;
  color: #E61673;
  background: #eee;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  line-height:40px;
}

.wp-pagenavi a:hover {
  background: #E4007F;
  color: #fff;
}
.wp-pagenavi a:active {
  padding: 0.5em 1em;
  margin: 0.25em;
  text-decoration: none;
  color: #E61673;
  background: #eee;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.wp-pagenavi span.pages,
.wp-pagenavi span.current,
.wp-pagenavi span.extend {
  padding: 0.5em 1em;
  margin: 0.25em;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.wp-pagenavi span.current {
  font-weight: bold;
}

span.extend {
  display: none;
}
a.page.larger {
    display: none;
}
a.page.smaller {
    display: none;
}
a.last {
    display: none;
}
span.pages {
  display: none;
}
/* ---------------------------------------------------
 PLUGIN WP-Page Navi
---------------------------------------------------- */

/* =============================================
Loading
============================================= */
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loading-spinner {
  width: 32px;
  height: 32px;
  margin: 5rem auto;
  border-radius: 50%;
  border: 6px solid transparent;
  border-bottom: 6px solid #555555;
  border-top: 6px solid #555555;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* =============================================
Loading
============================================= */


/*-----------関連記事--------------*/
.yarpp-related .sidebarList {
  border: none;
}
.yarpp-related article {
  padding: 0!important;
}
.yarpp-related .sidebarList img {
  width: 15%;
}
/*-----------関連記事--------------*/

/*-----------ログインボックス--------------*/
.f-user-login {
  width: 90%!important;
  height: 600px;
}
.segment-logo {
  clear:both;
  text-align:center;
  width:100%;
  margin-bottom:30px;
  margin-top: 30px;
}
.segment-logo img {
  width: 50%;
}
.separater {
  height:30px;
  width:100%;
  clear:both;
}
.manageReset {
  height: auto!important;
}
/*-----------ログインボックス--------------*/

.lt_news_list {
  display: none;
}
.ht-slider {
  float: left;/*記事ページのポップアップ用*/
}
.popup_select li:nth-child(3) {
  position:absolute;
  display:inline-block;
  float:left;
  width:50%;
  white-space: nowrap;
}
/*-----------PopupRegister--------------*/
.cirle_back:after {
    /*background: none repeat scroll 0 0 #fff;*/
    content: "";
    display: block;
    height: 16px;
    left: 4px;
    position: absolute;
    top: 8px;
    width: 16px;
    z-index: -1;
}

.popup_register_background,
.popup_register_main,
.popup_ask_login_background,
.popup_ask_login_main {
  display: none;
}

/*Popup Ask Login*/
section.popup_ask_login_background,
section.popup_ask_login_main{
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  display:none;
  opacity:0;
}

section.popup_ask_login_background {
  background: none repeat scroll 0 0 #000;
  opacity: 0.6;
  z-index: 9990;
}

section.popup_ask_login_main {
  z-index: 9991;
}
/*Popup Ask Login*/

/*Popup Login*/
section.popup_login_background,
section.popup_login_main {
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  display:none;
  opacity:0;
}

section.popup_login_background {
  background: none repeat scroll 0 0 #000;
  opacity: 0.9;
  z-index: 9990;
}

section.popup_login_main{
  z-index: 9991;
}
/*Popup Login*/

/*Popup Register*/
section.popup_register_background,
section.popup_register_main {
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  display:none;
  opacity:0;
}

section.popup_register_background{
  background: none repeat scroll 0 0 #000;
  opacity: 0.6;
  z-index: 9990;
}

section.popup_register_main{
  z-index: 9991;
}
/*Popup Register*/

.popup_Wrap i.fa{
  position:absolute;
  left:92%;
  top:0%;
  z-index:999999;
  font-size:2em;
  color:#333;
  cursor:pointer;
}

.popup_Wrap {
  position:relative;
  background:#fff;
  max-width:400px;
  width: 90%;
  /*height:auto;*/
  margin: 0 auto;
  border-radius:5px;
  top: 6%;
  /*ぷれきゃん*/
  height: 400px;
  overflow-y: scroll;
  /*ぷれきゃん*/
}
.popup_title{
  font-size:1.0em;
  font-weight:bold;
    margin: 15px auto !important;
  color:#E4007F;
  text-align:center;
  width:100%;
}
.popup_title_fb {
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
}
.popup_rg {
  text-align:center;
  margin:10px 0;
  font-size: 0.6em
}
.popup_rg input {
/* Firefox用 */
background: -moz-linear-gradient(top,#fc6e51,#fc6e51)!important;
/* Safari,Google Chrome用 */
background: -webkit-gradient(linear, left top, left bottom, from(#fc6e51), to(#fc6e51))!important;
}
.popup_fb h3 {
  color: #666;
  font-size: 80%;
font-weight:bold;
text-align:center;
}

.popup_fb_bt{
  width: 100%;
  display: inline-block;
  background-image: none;
  background: url(http://tokyogirlsupdate.com/wp/wp-content/themes/Updaty//img/page/manage/ico_btn_facebook.png) no-repeat 20px 0 #6791c0;
  border: none;
  border-bottom: 4px solid #316298;
  -webkit-appearance: none;
  color: #fff;
  text-align: left;
  font-weight: bold;
  font-size: 110%;
  padding: 0 0 0 77px;
  height: 50px;
  line-height: 48px;
  cursor: pointer;
  text-decoration: none;
}

.popup_fb_bt:hover {
  border-bottom-color: transparent;
  top: 2px;
}
.popup_fb{
max-width: 200px;
margin:0 auto;
}
.popup_select {
  width:200px;
  margin:0 auto;
  font-size: 0.8em;
}
.popup_select li:nth-child(1) {
  float:left;
  width:20%;
}
.popup_select li:nth-child(2) {
  float:left;
  width:10%;
  margin-left:5%;
}
.popup_Content {
  background: #f0f0f0;
}
/*-----------PopupRegister--------------*/

/*-----------Options--------------*/
/*会員ステータス判定*/
.premium_license {
    color: #777;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-left: 2px;
    margin-top: 10px;
}
/*welcome ページ日本語*/
.camp_stepImg {
  width: 100%;
  margin-bottom: -4%;
}
.wc_text {
  text-align: center;
  font-size: 2.0em;
  font-weight: bold;
}
.welcome_trial_bnr {
  width: 100%;
}
/*Google Map 表示修正*/
.gm-style img{
  max-width: none!important;
}
.gm-style-cc {
  max-width: none!important;
}
.gmnoprint {
  width: auto !important;
}


#commentform p.comment-form-author,
#commentform p.comment-form-url,
#commentform p.comment-form-email{
  height:22px;
  padding-bottom:5px;
}
#commentform p.comment-form-author label,
#commentform p.comment-form-url label,
#commentform p.comment-form-email label{
  display: block;
  float: left;
  line-height: 22px;
  width: 7%;
  min-width: 50px;
}
#commentform p.comment-form-author input,
#commentform p.comment-form-url input,
#commentform p.comment-form-email input{
  float:left;
  border:1px solid #EDEDED;
  height:20px;
}
#commentform textarea#comment{
  margin-top:5px;
}

/*-----------Options--------------*/


/*----------------Top Featured --------------*/
.owl-carousel .item  {
  display:inline-block;
  width: auto;
  margin-right: 0%;
}

.owl-carousel .item img{
  display: block;
  width: 100%;
  height: auto;
}

/*
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel{
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
*   Owl Carousel Owl Demo Theme
* v1.3.3
*/

.owl-theme .owl-controls{
  position: absolute;
  top: 42% !important;
  width: 100%;
  text-align: center;
}

.owl-carousel .owl-next {
  float: right;
  position: absolute;
  right: 0px;
}
.owl-carousel .owl-prev {
    position: absolute;
  left: 0px;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
  border-radius:         50%;
  -moz-border-radius:    50%;
  -webkit-border-radius: 50%;
  -o-border-radius:      50%;
  -ms-border-radius:     50%;
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
  margin: 0 10px 0 10px;
  padding: 0px;
  font-size: 11px;
    line-height: 26px;
  background: transparent;
    border: 1px solid #fff;
    width: 26px;
    height: 26px;
  filter: Alpha(Opacity=70);/*IE7 fix*/
  opacity: 0.7;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}
/*----------------Top Featured --------------*/

/*---------------- Banner --------------*/
#carouselwrap {
  position:relative;
}
#carouselwrap #carousel {
  position:relative;
  width:100%;
  overflow: hidden; /*はみでた部分を隠す*/
}
#carouselwrap ul{
  list-style-type:none;
}
#carouselwrap ul li {
  width:100%;
}
#carouselwrap ul li img {
  border:none;
}
#carouselwrap #prev,
#carouselwrap #next {
  position: absolute;
  left: 0;
  width: 100%;
  height:20px;
}
#carouselwrap #prev {
  top: -20px;
  background-image: url(./img/top.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#carouselwrap #next {
  bottom: -20px;
  background-image: url(./img/bottom.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
/*ボタンがアクティブなときは「show」、使えないときは「hide」*/
#carouselwrap .show {
  cursor: pointer;
  background: #FF3399;
}
#carouselwrap .hide {
  background: #ccc;
}
/*---------------- Banner --------------*/

/*Unkown*/
span ul.item-list li div.action{
  position:static;
  top:0;
  text-align:auto;
}

span ul.item-list li{
  border:0;
  padding:0;
  margin:0;
  position:static;
}
div.wpnavi_wrap{
  text-align:center;
  clear:both;
}
/*Unkown*/

.getpremium {
    /* START: Cree Error Fix */
    /*
    background: url(//data.tokyogirlsupdate.com/wp/wp-content/uploads/2014/08/whitediamond.png) repeat-y #fff;
    */
    background: url(//tokyogirlsupdate.com/wp/wp-content/uploads/2014/08/whitediamond.png) repeat-y #fff;
    /* END: Cree Error Fix */
    margin-top: -2em;
    margin-bottom: 2em;
    padding: 20px;
}

.btn.btn-secondary.btn-p-viewall {
  padding:1% 3%;
  font-size:1.2em;
  font-weight:bold;
}


/*tv slider z-index*/
.slider_prev, .slider_next {
  z-index: 1!important;
}
/*11月お知らせ*/
.statmentbnr_Wrap {
  width: 100%;
  margin: 0 auto;
}
.statmentDesc_jp {
  font-size: 1.2em;
  line-height: 2.2em;
  display: inline;
}
.statmentDesc_en {
    font-size: 1.2em;
   line-height: 2.2em;
   display: inline;
}


/* =============================================
PC SP ON OFF
============================================= */
.pc-none {
  display: none;
}
.sp-none {
  display: inherit;
}
/* =============================================
PC SP ON OFF
============================================= */


/* =============================================
プレミアムページの再生ボタン付きサムネイル
============================================= */

.block {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  padding: 0px !important;
}
.block.list a {
  float: left;
  display: block;
}
.block.list a img {
    overflow: hidden;
}

.block.list .block-contents {
  float: left;
  padding: 12px;
  padding-left: 5px;
  padding-bottom: 0px;
}
.block.list .block-contents h2 {
  margin-top: 0px;
  padding-top: 0px;
    color: #fff;
}
.block.list .block-contents h2 a {
  color: #fff;
}
.block.list .block-contents p.date {
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 13px;
  margin-top: 7px;
}
.block.list .block-thumbnail img {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  max-width: 100%;
}
.block.list .block-thumbnail .thumbnail-overlay {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 100%;
}
.block .block-contents {
  margin-bottom: 0px;
  float: left;
  width: 100%;
}
.block.list .block-contents {
  width: auto;
}
.block .block-contents p.date {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  color: #333;
  display: block;
  float: left;
  font-size: 12px;
  height: 15px;
  padding-top: 1px;
  width: 100%;
  margin: 20px 0px;
  position: relative;
}
.block .block-contents p.date .label {
  float: right;
  position: absolute;
  right: 0px;
  top: -1px;
  color: #fff;
  font-size: 10px;
  padding: 0px 10px;
}
.block .block-contents p.date .label.label-info {
  background: #C0C0C0;
}
.block .block-contents p.date .label.label-success {
  background: #98cb00;
}
.block .block-contents p.desc {
  color: #9a9a9a;
  clear: both;
  font-size: 12px;
/*  max-height: 40px;
  min-height: 40px;*/
}
.block a.block-thumbnail:hover span.play-button {
  opacity: 0.9;
  transition: opacity 0.2s linear;
}
.block a.block-thumbnail:hover .details h2 {
  transition: color 0.2s ease-in;
  color: #fff;
}
.block a.block-thumbnail {
  position: relative;
  border-radius: 3px;
  display: block;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  /*padding-top: 25px;*/
  height: 0;
    overflow: hidden;
}
.block a.block-thumbnail img {
  width: 100%;
  border-radius: 3px;
  /*TVページのサムネイルがおかしくなる*/
  height: auto;
}
.block a.block-thumbnail span.play-button {
  background: url(http://tokyogirlsupdate.com/wp/wp-content/themes/Updaty//img/play-button-large.png);
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  transition: opacity 0.2s linear;
  opacity: 0;
}
.block a.block-thumbnail .thumbnail-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 3px;
  display: block;
  border:none;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4)) repeat scroll 0% 0% transparent;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#66000000', GradientType=0);
  /* IE6-9 */
  z-index: 1 !important;
}
.block a.block-thumbnail .details {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
}
.block a.block-thumbnail .details h2 {
  float: left;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  cursor: auto;
  display: inline;
  font-size: 16px;
  font-weight: bold;
  height: auto;
  letter-spacing: 0x;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  width: auto;
  padding: 0px 15px;
  position: absolute;
  bottom: 15px;
  overflow: hidden;
  color: #fff;
  max-width: 85%;
  border-bottom: none !important;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-top: 0px;
  text-align: left;
}
.block a.block-thumbnail .details span {
  float: right;
  color: #fff;
  font-size: 10px;
  margin-right: 20px;
  top: -15px;
  position: relative;
}
/* =============================================
プレミアムページの再生ボタン付きサムネイル
============================================= */



/*--------------  SNS ---------------*/

/*SNS シェアボタン系 記事ページ*/
.snsset{width:100%;}
.snsset>ul{height:20px;margin:10px 0px;float:right;}
.snsset>ul li{display:table-cell;vertical-align:middle;text-align:center !important;}
.snsset>ul li a{ display:block;margin:0 5px 0px 0px;background-color:#eee;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;-webkit-transition-duration:0.2s;-moz-transition-duration:0.2s;-ms-transition-duration:0.2s;-o-transition-duration:0.2s;transition-duration:0.2s}
.snsset>ul li a i{ font-size: 1.1em;line-height:20px;color:#fff;text-align:center !important; width: 58px; }
.snsset>ul li a.over{opacity:0.75}
.snsset>ul .twitter a{background-color:#43a7e0 !important;text-align:center !important; width: 58px;}
.snsset>ul .facebook a{background-color:#3b5998 !important;text-align:center !important; width: 58px; }
.snsset>ul .googleplus a{background-color:#dc4938 !important;text-align:center !important; width: 58px; }

/*large btn sns*/
.padding_plus_sns{
  padding: 9px;
  border-radius: 3px;
}

.share_count:after, .share_count:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.share_count:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #E4007F;
  border-width: 3px;
  margin-top: -3px;
}
.share_count:before {
  border-color: rgba(194, 225, 245, 0);
  border-right-color: #E4007F;
  border-width: 6px;
  margin-top: -6px;
}

.social {
  /*margin: 20px 0px;2/12*/
  margin: 0px;
}
.social [class*="icon-"] {
  margin-right: 10px;
}
.social .btn {
  color: #fff;
  text-transform: none !important;
  overflow: hidden;
}
.social .btn-facebook {
  background: #3b5998;
  color: #fff;
}
.social .btn-facebook:hover, .social .btn-facebook.active {
  background: #344e86;
}
.social .btn-twitter {
  background: #55acee;
  color: #fff;
}
.social .btn-twitter:hover, .social .btn-twitter.active {
  background: #3ea1ec;
}
.social .btn-tumblr {
  background: #395877;
  color: #fff;
}
.social .btn-tumblr:hover, .social .btn-tumblr.active {
  background: #4A729A;
}
.social .btn-pinterest {
  background: #910101;
  color: #fff;
}
.social .btn-pinterest:hover, .social .btn-pinterest.active {
  background: #b80101;
}
.social .btn-googleplus {
  background: #db4a39;
  color: #fff;
}
.social .btn-googleplus:hover, .social .btn-googleplus.active {
  background: #df5e4f;
}
/*SNS シェアボタン系 記事ページ*/

  .sns-shares-simple {
    position:relative;
    display:block;
    white-space:nowrap;
    z-index:2;
    margin: 0px 0px 10px 0px;
  }
  .sns-shares-simple-buttons > a {
    display:block;
    float:left;
    color:white;
    padding:5px 0px;
    /* font-size:16px; */
    text-decoration:none;
    text-align:center;
    width:25%;
    white-space:nowrap;
    overflow:hidden;
  }
  .sns-shares-simple-buttons:after {
    display:block;
    content:'';
    overflow:hidden;
    position:relative;
    width:100%;
    height:0;
    clear:both;
  }
.sns-shares-simple-buttons > a:hover {
  -moz-opacity:0.8;
  opacity:0.8;
}
.sns-shares-simple-buttons > a > * {
  display:inline-block;
  vertical-align:middle;
}
.sns-shares-simple-buttons > a > .fa {
  font-size:120%;
}
.sns-shares-simple-buttons > a > span {
  margin-left:0.5em;
}
.sns-shares-facebook-simple {
  background-color:#265a96;
}
.sns-shares-twitter-simple {
  background-color:#00acec;
}
.sns-shares-google-simple {
  background-color: #dd4b39;
}
.sns-shares-reddit-simple {
  background-color:#c9c9c9;
}
.sns-shares-simple-toggle {
    color:white;
    text-shadow:
      0 0 3px rgba(0,0,0,1),
      0 0 5px rgba(0,0,0,.5),
      0 0 10px rgba(0,0,0,.3);
}
.sns-shares-simple-toggle > div {
 -moz-opacity:0.8;
  opacity:0.8;
}
.sns-shares-simple-toggle > div:hover { moz-opacity:1; opacity:1; }

  @media (max-width:640px){
    .sns-shares-simple-buttons > a > span { display:none; }
  }
/*--------------  SNS ---------------*/

/* =============================================
記事内ログインフォーム
============================================= */
.continueWrap_login-form {
  margin: 0 auto;
  width: 100%;
}
/* =============================================
記事内ログインフォーム
============================================= */


/*////////////////////////////////////////
/// SmartPhone The End
////////////////////////////////////////*/

/**************************************** ここからPCの記述!!!! *******/
/**************************************** ここからPCの記述!!!! *******/
/**************************************** ここからPCの記述!!!! *******/

@media (min-width : 768px) {
/*////////////////////////////////////////
/// PC Display The Beginning
////////////////////////////////////////*/


.continueWrap_login-form {
  margin: 0 auto;
  width: 50%;
}

.sns-shares-simple {
  padding-left:0;
  padding-right:0;
}

/****************************************
     1.General Setting (htmlタグ直指定)
*****************************************/

/*------- Pc時のみ白hover -----------*/
a:hover{
  text-decoration: none;
  opacity:0.6;
  filter:alpha(opacity=80); /* For IE8 and earlier */
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

* : (input, textarea) {
-webkit-touch-callout: none;
-webkit-user-select: none;
}

img {
-webkit-touch-callout: none;
-webkit-user-select: none;
}

/*--------------- 記事内のブログカード---------------*/
.blog-container {
    width: 100%;
    display: block;
    min-height: 200px;
    clear: both;
}
.blog-container iframe {
    width: 100%;
    min-height: 300px;
    margin: 0 auto;
    display: block;
}
/*--------------- 記事内のブログカード---------------*/

/****************************************
     2.Main Content (一番大きいカラム内要素)
*****************************************/
/*--------------- First View Title ---------------*/
.firstview-item .entry-media .entry-container .entry-caption{
  font-size: 0.8em;
}
/*--------------- First View Title ---------------*/

/* =============================================
Basic Layout
============================================= */
.last {
   margin-right: 0 !important;
   overflow: hidden;
   clear: right;
}

.headline-title
	{font-size: 1.6em;}

.inner {
  width: 100%;
  height: 30px;
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}

.smallgrid {
  padding: 0;
}

.item {
  padding-left: 0%;
  padding-right: 0%;
  margin-right: 2%;
  width: 18%;
}

.owl-carousel .item {
  padding-left: 0%;
  padding-right: 0%;
  margin-right: 0%;
  width: 100%;
}

.items{
  padding-left: 0%;
  padding-right: 0%;
  margin-right: 2%;
}
.headline h2 {
    margin: 10px 0px;
  padding: 0;
}
.articleContent {
    display: inherit;
    margin: 0px;
  padding: 0 1%;
}

.readmore {
    padding: 10px;
    text-align: right;
}

.articleMeta {
    padding: 10px 0px 0px 0px;
    font-size: 1.0em;
    overflow: visible;
}

.articleInner {
    padding: 20px 0px 20px 0px;
    font-size: 1.0em;
    overflow: visible;
}

.subArea {
    padding: 10px 0px;
}

.articleFigure img,
.mainimg img,
.editorArea img {
  width:auto;
  height:auto;
  max-width:100%;
}

/*------- archiveInner系 -----------*/
.h1,
.archiveInner h1 {
    font-size: 2.5em;
}
.h2,
.archiveInner h2 {
    font-size: 2.0em;
}
.h3,
.archiveInner h3 {
    font-size: 1.8em;
}
.h4,
.archiveInner h4 {
    font-size: 1.4em;
}
.premiumTtl {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.0em;
    font-weight: 700;
    line-height: 1.5em;
    margin: 10px 0px;
    color: #4c4c4c;
}

.articleInner h3 {
    font-size: 1.8em;
    font-weight: 700;
    line-height: 2.0em;
    border-bottom: 1px solid #3d3d3d;
    color: #3d3d3d;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 0px;
    padding-bottom: 20px;
    text-align: left;
}
/*------- archiveInner系 -----------*/

.articleContent {
    font-size: 0.7em;
    line-height: 1.5em !important;
}

.headline h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1.5em;
}
.articleDate {
    color: #00e4d7;
    font-size: 0.8em;
}
.headline p {
    font-size: 0.9em;
    line-height: 1.5em;
}



ul.topcatList {
    padding: 0px 0px 10px 0px;
    border-top: #eee 1px solid;
}

li.topcatList {
    display: block;
    min-height: 100px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold
    ;
    font-size: 0.9em;
    line-height: 1.5em;
    border-bottom: #eee 1px solid;
    padding: 10px 0px;
}

.subArea {
    text-align: left;
    font-size: 0.8em;
    color: #2B2A29;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}

.navPost {
  height: 100%;
    margin-bottom: 30px !important;
}

/* =============================================
Basic Layout
============================================= */


/* =============================================
記事内ログインフォーム
============================================= */

.fieldsetArticle {
  margin:0 auto;
  width:50%;
}
.btn-fb-hover a{
  color: #fff!important;
  margin: 0 auto;
  width: 50%;
}
.btn-fb-hover a:hover {
  background: #899bc1!important;
}
.btnRegiArticle {
   margin: 0 auto;
  width: 50%;
}
.fb_login_continueBox {
  margin-top: 48px;
}
.login_continueBox {
  margin-top: 52px;
}

/* =============================================
記事内ログインフォーム
============================================= */

/*------- 11月お知らせ -----------*/
.statmentbnr_Wrap {
  width: 40%;
  margin: 0 auto;
}
.statmentDesc_jp {
  font-size: 1.2em;
  line-height: 2.2em;
  display: inline;
}
.statmentDesc_en {
  font-size: 1.2em;
  line-height: 6em;
  display: inline;
}
/*------- 11月お知らせ -----------*/


/* =============================================
パンくずリスト
============================================= */
.breadCrumbs {
  display: inherit;
  position: relative;
	height: 50px;
}

.breadCrumbs li {
  position: relative;
  float: left;
  text-transform: uppercase;
	line-height: 50px;
}

.breadCrumbs li a,
.breadCrumbs li p {
  display: block;
  color: #bbbbbb;
  font-size: 0.8em;
}

/* =============================================
パンくずリスト
============================================= */


/* =============================================
Featured Item
============================================= */
.featured-item p{
  background: inherit;
  height: inherit;
  left: inherit;
  padding-top: inherit;
  position: inherit;
  top: 0;
  width: inherit;
  z-index: inherit;
}
.featured-item { width: 100%; margin-bottom: 10px; }
.featured-item .entry-media {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  width: 100%;
}
.featured-item .entry-media > a{
  display: block;
  width: 100%;
}
.featured-item .entry-media img {
  width: 100%;
  height: auto;
}
.featured-item .entry-media .entry-container {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.featured-item .entry-media .entry-container .entry-title a {
  color: #FFF;
}
.featured-item .entry-media .entry-container .entry-title a:hover {
  color: #F0F0F0;
}
.featured-item .entry-media .entry-container .entry-meta {
  color: #BBB;
}
.featured-item .entry-media .entry-container .entry-meta .icon {
  color: #BBB;
}
/* =============================================
Featured Item
============================================= */

/* ---------------------------------------------------
 PLUGIN WP-Page Navi
---------------------------------------------------- */
span.extend {
  display: inherit;
}
a.page.larger {
    display: inherit;
}
a.page.smaller {
    display: inherit;
}
a.last {
    display: inherit;
}
span.pages {
  display: inherit;
}
/* ---------------------------------------------------
 PLUGIN WP-Page Navi
---------------------------------------------------- */

/****************************************
     3.Sidebar (サイドバー内要素)
*****************************************/

/*-------Sidebar-----------*/
.sideBar{
  padding-left: 45px;
  padding-right: 0;
	margin: 0px;
}

#sb-container {
  display: none;
}
/*-------Sidebar-----------*/




/****************************************
      4.Footer (フッタ内)
*****************************************/

/* =============================================
Footer Content
============================================= */

.footerContainer{
  z-index: auto;
  position: relative;
  max-width: 1290px;
  margin: 0px auto;
  overflow: visible;
  padding-right: 0.3%;
  padding-left: 0.3%;
}
.FooterBox_left{
  margin-right:2%;
}
.FooterBox_center{
  margin:0 2%;
}
.FooterBox_right{
  margin-left:-2%;
}
.footerBox_inner{
  width:100%;
  margin:auto;
}
.footer_boxTitle {
  font-size:1.4em;
  font-family:"Poppins",sans-serif;
  color:#fff;
  margin-top:10%;
}
.footerBox_txtarea {
  color:#fff;
  padding-right:8%;
    font-size: 1.0em;
}
.sublist_footer {
  clear:both;
  height:auto;
  font-size:0.8em;
  width:100%;
}
.sublist_footer li {
  float:left;
  width:86%;
  clear:both;
  border-bottom:1px solid #fff;
  padding:1% 0;
  font-size:1.2em;
}
.sublist_footer li a {
  color:#fff!important;
}
.footer_tag_list_tit {
  font-size:1.8em;
  color:#fff;
}
/* =============================================
Footer Content
============================================= */


/*------- tagCloud -----------*/
.widget--tags a:hover {
  opacity:1.0!important;
}
.widget--tags {
  font-size: 25px!important;
}
.widget--tags .tagCloud {
  display: inline-block!important;
}
.widget--tags a.tagCloud {
  background-color: #E4007F!important;
  color: #fff!important;
  text-decoration: none!important;
  box-shadow: inset 0 0 5px #E4007F!important;
  margin: .25em!important;
  padding-left: .5em!important;
  border-radius: 5px!important;
  overflow: hidden!important;
}
.widget--tags a.tagCloudCloud::after,
.widget--tags a.tagCloud::before {
  display: block!important;
  float: right!important;
  color: #333!important;
}
.widget--tags a.tagCloud::before {
  content: attr(data-count);
  background-color: #eebedc!important;
  border-radius: 0 5px 5px 0!important;
  padding-right: .25em!important;
  padding-left: .25em!important;
}
.widget--tags a.tagCloud::after {
  content: '';
  width: 0!important;
  height: 0!important;
  border-top: 0em solid transparent!important;
  border-bottom: 0em solid transparent!important;
  /*border-right: 0.25em solid #66421f!important;*/
  margin-top: .45em!important;
  margin-left: .3em!important;
}
.widget--tags a.tagCloud:hover {
  background-color: #E4007F!important;
  opacity:0.7;
}
.widget--tags a.tagCloud:hover::after {
  content: '';
  width: 0!important;
  height: 0!important;
  border-top: 0em solid transparent!important;
  border-bottom: 0em solid transparent!important;
  /*border-right: 0.25em solid #ffe3ee!important;*/
  /*transition: margin-left .5s!important;*/
  /*margin-left: .5em!important;*/
}
.widget--tags a.tagCloud:hover::before {
  background-color: #ffe3ee!important;
}
/*------- tagCloud -----------*/

/*------- SNS-----------*/
.socialIcons {
  background: transparent;
  height: 40px;
}
.socialIcons li a {
  color:#fff!important;
}
/*------- SNS-----------*/

/*------- Facebook -----------*/
.pts {
  padding-top:10px!important;
}
.pam {
  padding: 10px 0px!important;
}
/*------- Facebook -----------*/

/*------- CopyrightBOX -----------*/
.footerBottoms {
  padding-top:0%;
  clear:both;
}
.footerLinks li {
  float:left;
  margin-right:1.4%;
  clear:none;
}
.footerLinks li a {
  font-size:1.0em;
  color:#fff;
}
.copyrightBox {
  clear:both;
  padding-top:0%;
}
.copyright {
  color:inherit;
  font-size:0.8em;
  text-align:left;
  padding-top:1%;
  padding-bottom:1%;
  color: #fff;
}
/*------- CopyrightBOX -----------*/





/****************************************
      5.Options (ログインボックなどの要素系)
*****************************************/


/*--------------- Clear系 --------------*/
.item-list-tabs > ul:after,
.clearfix:after{
  content:".";
  display:block;
  height:0;
  font-size:0;
  clear:both;
  visibility:hidden;
}
/*--------------- Clear系 --------------*/

/*------- Banner -----------*/
#carouselwrap {
  position:relative;
}
#carouselwrap #carousel {
  position:relative;
  width:100%;
  overflow: hidden; /*はみでた部分を隠す*/
}
#carouselwrap ul{
  list-style-type:none;
}
#carouselwrap ul li {
  width:100%;
}
#carouselwrap ul li img {
  border:none;
}
#carouselwrap #prev,
#carouselwrap #next {
  position: absolute;
  left: 0;
  width: 100%;
  height:20px;
}
#carouselwrap #prev {
  top: -20px;
  background-image: url(./img/top.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#carouselwrap #next {
  bottom: -20px;
  background-image: url(./img/bottom.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
/*ボタンがアクティブなときは「show」、使えないときは「hide」*/
#carouselwrap .show {
  cursor: pointer;
  background: #FF3399;
}
#carouselwrap .hide {
  background: #ccc;
}
/*------- Banner -----------*/

/*-------イイネ吹き出し-----------*/
.articleLikeWrap {
  position: relative;
  display: inline-block;
  overflow: visible;
}

#likePopupWrap {
    width: 100%;
    height: 100%;
    background: none;
    z-index: 999999;
    overflow: visible;
  }
#likePopupWrap.hidden {
    display: none;
    height: 0px;
 }
.likePopup {
  background: #F8F8F8;
  border: 1px solid #B3B3B3;
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 9999999 !important;
  text-align: center;
  min-height: 100px;
    overflow: visible;
  }
.likePopup.login {
    width: 190px;
    padding: 20px;
    min-height:120px;
}
/*-------イイネ吹き出し-----------*/

/*------- style-add.cssから移行 -----------*/
#commentform p.comment-form-author,
#commentform p.comment-form-url,
#commentform p.comment-form-email{
  height:22px;
  padding-bottom:5px;

}
#commentform p.comment-form-author label,
#commentform p.comment-form-url label,
#commentform p.comment-form-email label{
  display: block;
  float: left;
  line-height: 22px;
  width: 7%;
  min-width: 50px;
}
#commentform p.comment-form-author input,
#commentform p.comment-form-url input,
#commentform p.comment-form-email input{
  float:left;
  border:1px solid #EDEDED;
  height:20px;
}

#commentform textarea#comment{
  margin-top:5px;
}

span ul.item-list li div.action{
  position:static;
  top:0;
  text-align:auto;
}

span ul.item-list li{
  border:0;
  padding:0;
  margin:0;
  position:static;
}

div.wpnavi_wrap {
  text-align:center;
  clear:both;
}

#sb-container {
  display:none;
}

.sect {
  width: 760px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
/*------- style-add.cssから移行 -----------*/

/*------- facebookイイネボタンはみ出し -----------*/
.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span{
    max-width: none!important;
}

/*------- ログインボックス -----------*/
.f-user-login {
  width: 800px!important;
  height: auto;
}
/*------- ログインボックス -----------*/

/*------- Unkown -----------*/
.lt_news_list {
  display: inherit;
}

.btn.btn-secondary.btn-p-viewall {
  padding:1% 3%;
  font-size:1.2em;
  font-weight:bold;
}
/*------- Unkown -----------*/

/*------- welcome large btn sns -----------*/
.padding_plus_sns{
  padding: 11.4px;
  border-radius: 3px;
}
/*------- welcome large btn sns -----------*/

/*------- welcome ページ日本語 -----------*/
.welcome_trial_bnr {
  width: 60%;
}
/*------- welcome ページ日本語 -----------*/

/*------- Popup系 -----------*/
.popup_Wrap {
  position:relative;
  background:#fff;
  max-width:400px;
  /*
  height: auto;
  */
  width: 90%;
  margin: 0 auto;
  border-radius:5px;
  top: 20%;
  /*プレキャン用*/
  height: 400px;
  overflow-y: scroll;
  /*プレキャン用*/
}
.popup_Wrap i.fa{
  position:absolute;
  left:92%;
  top: 0%;
  z-index:999999;
  font-size:2em;
  color:#333;
  cursor:pointer;
}
/*------- Popup系 -----------*/

/* =============================================
PC SP ON OFF
============================================= */
.pc-none {
  display: inherit;
}
.sp-none {
  display: none;
}
/* =============================================
PC SP ON OFF
============================================= */

/*////////////////////////////////////////
/// PC Display The End
////////////////////////////////////////*/

/********************************************************PC queryこれより上に記述！！！*********/
}
/********************************************************PCここまで！！！！*********/
/********************************************************PCここまで！！！！*********/
/********************************************************PCここまで！！！！*********/

/* =============================================
New First View
============================================= */

.firstview {
    width: 100%;
    background: #000;
    display:table;
    vertical-align: top;
    margin-top: 0;
    padding: 0;
    overflow: hidden;
}

.firstview-item {
    height: auto;
    font-size: 1.1em;
    font-weight: 400;
}

.firstview-item .entry-media {
  position: relative;
  z-index: 0;
  overflow: hidden;
  vertical-align: text-bottom;
  background: -webkit-linear-gradient(rgba(0,0,0,0) 0, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: linear-gradient(rgba(0,0,0,0) 0, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
}

a.fulllink {
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
}
.firstview-item .entry-media img {
    width: 100%;
    /*travelページの画像比率用*/
    height: auto;
    overflow: hidden;
    vertical-align:bottom;
}
.firstview-item .entry-media .entry-container {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0px !important;
    bottom: 0 !important;
    left: 0px;
    overflow: hidden;
    padding: 9px !important;
    vertical-align: bottom;
}
.firstview-item .entry-media .entry-container .entry-caption {
 font-family: 'Oswald', sans-serif;
 color:#fff;
 position: absolute;
 bottom: 0px;
 vertical-align: bottom;
 padding: 10px 10px;
}
.firstview-item .entry-media .entry-container a {
    color: #FFF;
    line-height: 1.4em;
    font-weight: 400;
}
.firstview-item .entry-media .entry-container a:hover {
    color: #FFF;
}
.firstview-item .entry-media .entry-container .entry-caption a {
    color: #fff;
}
.firstview-item .entry-media .entry-container .entry-caption a:hover {
    color: #fff;
}
.firstview-item .entry-media .entry-container .entry-meta {
    color: #7BCAC1;
    font-size: 0.8em;
}
.firstview-item .entry-media .entry-container .entry-meta .icon {
    color: #BBB;
}


.metaslider .caption-wrap {
    position: absolute;
    display: block;
    width: 100%;
    height: 65%;
    margin: 0px !important;
    bottom: 0 !important;
    left: 0px;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4)) repeat scroll 0% 0% transparent;
    overflow: hidden;
    padding: 9px !important;
    vertical-align: bottom;
    font-size: 1.4em;
    font-weight: 500;
}

.metaslider .caption a {
    font-family: 'Oswald', sans-serif !important;
}


@media only screen and (max-width: 480px) {
.metaslider .caption-wrap {
		font-size: 1.1em;
}
}

/* Skelton Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.grid-container {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 480px) {
  .grid-container {
    width: 100%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .grid-container {
    width: 100%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}

	.one-page { max-width : 800px; margin: 0 auto;}
	.article-inner { background: #fff; padding: 20px; margin: 20px auto; }
	.article-inner img { max-width: 100%; height: auto;}

	.sidebar-section { background: #fff; padding: 20px; margin: 20px auto; }
	.sidebar-section img { max-width: 100%; height: auto; }
	.sidebar-sectionbox-premium {box-sizing: :border-box; border: 3px solid #bf9f70;}
	.sidebar-section p {text-align: left;}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.grid-container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

.main-content {margin-bottom: 20px;}
.main-content p {padding: 10px 0px 10px 0px;}

.main-content h2{
	  font-family: 'Montserrat', sans-serif;
    font-weight: 700;
		line-height: 1.6em;
		letter-spacing: 1px;
  	color:#000;
		font-size: 1.6em;
		margin: 20px 0px;
}

.aside {margin-top: 20px; margin-bottom: 20px;}

.archive-list {line-height: 1.5em;}
.archive-inner {padding-bottom: 20px;}
.archive-list img {height : auto;}

@media only screen and (max-width: 480px) {
.article-inner, .sidebar-inner { background: #fff; padding: 20px; margin: 0px;}
.archive-inner { font-size: 0.8em; width: 48%; margin-left: 4%;}
.archive-inner:first-child {margin-left: 0;}
.archive-inner-first {margin-left: 0;}
}

.related-headline {
	  font-family: 'Montserrat', sans-serif;
    font-weight: 700;
		font-size: 1.6em;
		line-height: 1.6em;
		letter-spacing: 2px;
		text-align: center;
		margin: 20px !important;
		text-transform: uppercase;
}

h6.title, h6.title a {
	  font-family: 'Montserrat', sans-serif;
    font-weight: 700;
		line-height: 1.6em;
		letter-spacing: 1px;
		text-align: left;
		color: #000;
}

.list-title {
	  font-family: 'Montserrat', sans-serif;
    font-weight: 700;
		font-size: 1.4em;
		letter-spacing: 1px;
		text-align: left;
		color: #000;
		margin-bottom: 20px;
}

#breadcrumb {
	background: #fafafa;
	margin:0px;
}

@media only screen and (max-width: 480px) {
#breadcrumb {display: none;}
.snsset>ul{margin:0px 0px 20px 0px;float:left;}
.article-inner h1{
	font-size: 1.2em;
}
}

.grid-container-breadcrumb {
		height: 50px;
		line-height: 50px;
	  font-family: 'Montserrat', sans-serif;
}
.grid-container-breadcrumb ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    list-style: none;
    font-size: 0.8em;
		letter-spacing: 1px;
}

.grid-container-breadcrumb li {
    float: left;
    margin: 0;
}

.grid-container-breadcrumb a {
  float: left;
  text-decoration: none;
	color: #a8a8a8;
  position: relative;
}

.meta-category, .meta-category a {
	color: #000 !important;
	letter-spacing: 1px;
	padding-right: 5px;
}

.blacktext, .blacktext a{
	color: #000;
}

.chikita {
	margin: 15px auto;
}

.chikita img {
	max-width: 100%;
}

@media only screen and (max-width: 480px) {
.chikita {
	display: none;
}
}