/* --------------------------------------------------------
# common
-------------------------------------------------------- */
body {
	position: relative;
  font-size: 16px;
  font-family: Helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
  padding: 0 1rem;
  min-height: 100vh;
}

.sticky-container {
	z-index: 9990;
}

a {
  color: #000;
/*  opacity: 0.8; 2017/05/31 */
  opacity: 0.92;
}

a:hover {
  color: #000;
  opacity: 1.0;
}

.button {
  background-color: #222;
  color: #fefefe;
}

.button:hover, .button:focus {
    background-color: #333;
    color: #fefefe;
}

.button.hollow {
    border: 1px solid #222;
    color: #222;
}

.button.hollow:hover, .button.hollow:focus {
    border-color: #333;
    color: #333;
}

.button.disabled,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled],
.button[disabled]:hover,
.button[disabled]:focus {
    background-color: #999;
    color: #fff;
}

/*
select {
  padding: .25rem 1.5rem .25rem .5rem;
  height: auto;
}
*/

img.logo {
	height: 26px;
}
/* ---------------------------
TOPへ戻るボタン
--------------------------- */
#page-top {
  position:fixed;
  right: 1rem;
  bottom: 1rem;
  display: none;
}

#page-top a {
  color: #fff;
  padding: .25rem .5rem;
  text-decoration: none;
  display: block;
  cursor: pointer;
  text-align: center;
  background: rgba(0, 0, 0, .3);
  line-height: 100%;
  border-radius: .25rem;
  -webkit-border-radius: .25rem;
   -moz-border-radius: .25rem;
}

#page-top a:hover {
  background: #8b8b8b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* --------------------------------------------------------
firstview
-------------------------------------------------------- */
/* 16:9 */
#firstview {
  color: #000;
  background: #fff;
  min-height: 100vh;
  margin-left: -1rem;
  margin-right: -1rem;
}

#firstview .title {
  text-align: center;
  border-bottom: solid 1px rgba(0, 0, 0, .5);
/* 2017/05/31 padding: .5rem から変更 */
	padding: 1.0rem 0.5rem 1.0rem 0.5rem;
}

/* 2017/05/31 */
#firstview .title img.logo {
	height: 34px;
}

#firstview a {
  color: #000;
  opacity: 0.7;
}

#firstview a:hover {
  opacity: 1.0;
}

#firstview .is-accordion-submenu-parent h2 {
  margin-bottom: 0;
}

#firstview .is-accordion-submenu-parent > a::after {
  visibility: hidden;
}

#firstview .submenu {
  margin-bottom: .5rem;
}

#firstview .submenu > li {
  display: block;
}

#firstview .submenu > li > a {
  padding: 0;
}

#firstview .submenu > li > a > h3 {
  font-style: italic;
  font-size: 1.2rem;
  border-left: solid 1px #fff;
  padding: 0 1rem;
}

#firstview h2 {
  font-size: 2rem;
  margin-bottom: 0;
}

/* 20180920 */
#firstview h2 {
    font-size: 1.6rem;
}

@media print, screen and (min-width: 40em) {
  #firstview h2 {
      font-size: 2rem;
  }
}

#firstview {
  position: relative;
}

#firstview #angledown_btn {
  position: absolute;
/*  bottom: 3em; 2017/05/31 */
  bottom: 1em;
  left: 0;
  right: 0;
}

@media print, screen and (min-width: 40em) {
  #firstview {
    padding: 0 5em;
  }

/* 2017/05/31 */
#firstview .title {
  text-align: center;
  border-bottom: solid 1px rgba(0, 0, 0, .5);
/* 2017/05/31 padding: .5rem から変更 */
	padding: 1.8rem 0.5rem 1.8rem 0.5rem;
}
#firstview .title img.logo {
	height: 50px;
}

  #firstview .submenu > li {
    display: inline-block;
  }

  #firstview .submenu > li:first-child > a > h3 {
    border-left: none;
  }

  #firstview h2 {
/* font-size: 3rem  2017/05/31 */
  	font-size: 2.8rem;
  }
}



/* --------------------------------------------------------
header
-------------------------------------------------------- */
.title-bar,
.top-bar {
  background-color: transparent;
  border-bottom: solid 1px #333;
}

.title-bar, .top-bar, .top-bar ul {
  background-color: #fff;
}

.top-bar .top-bar-right {
  width: auto;
  padding: 0.5rem 1rem 0.5rem 0;
}


.title-bar {
  //padding: .5rem;
}

.title-bar-right {
  padding-right: 0.5rem;
}

header #responsive-menu .top-bar-right {
  padding: 0;
}

header #responsive-menu .top-bar-left,
header #responsive-menu .top-bar-right {
  float: none;
}


header #responsive-menu .top-bar-left ul.menu > li,
header #responsive-menu .top-bar-right ul.menu > li {
  display: block;
}


header #responsive-menu .submenu.nested > li {
  display: block;
}


header #responsive-menu .menu > li.is-accordion-submenu-parent > a::after {
  border-color: #333 transparent transparent;
}

header #responsive-menu .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: #333 transparent transparent;
  visibility: hidden;
}


header #responsive-menu .top-bar-left ul.menu > li:hover {
	border-bottom: solid 1px #666;
}





@media print, screen and (min-width: 40em) {

  header #responsive-menu .top-bar-left {
    float: left;
  }

  header #responsive-menu .top-bar-right {
    float: right;
  }

  header .submenu.menu.vertical > li {
    display: inline-block;
  }


  header #responsive-menu .is-accordion-submenu-parent {
    position: relative;
  }

  header #responsive-menu .is-accordion-submenu {
    position: absolute;
    top: 2.45rem;
    left: 0;
    //transform: translateX(-50%);
  }

  header #responsive-menu .top-bar-right .is-accordion-submenu {
    position: absolute;
    top: 2.45rem;
    right: 0;
    left: auto;
    //transform: translateX(-50%);
  }

  header #responsive-menu .top-bar-left ul.menu > li,
  header #responsive-menu .top-bar-right ul.menu > li {
    display: table-cell;
  }

  header #responsive-menu .is-submenu-item.is-accordion-submenu-item {
    padding: 0.5rem 0;
  }

  header #responsive-menu .is-submenu-item.is-accordion-submenu-item > a {
    padding: 0 1rem;
    border-right: solid 1px #333;
  }

  header #responsive-menu .is-submenu-item.is-accordion-submenu-item:last-child > a {
    border-right: none;
  }

  header #responsive-menu .menu > li.is-accordion-submenu-parent > a::after {
    visibility: hidden;
  }


  .top-bar .top-bar-right {
    padding: 0;
  }

}


.breadcrumbs {
  margin: .5rem 0;
  font-size: .8rem;
}

.breadcrumbs a {
  color: #000;
  opacity: 0.8;
}

.breadcrumbs a:hover {
  opacity: 1.0;
  text-decoration: none;
}



@media print, screen and (min-width: 40em) {

}



/* --------------------------------------------------------
#contents
-------------------------------------------------------- */
#sticky_anchor > section {
  padding-bottom: 4rem;
}

/* ---------------------------
.title
--------------------------- */
.title h2 {
  margin: 0;
  padding: 1rem 0;
  font-size: 1.0rem;
  font-weight: bold;

}

/* ---------------------------
#news_list, #model_list
--------------------------- */
#ajax-load-more .alm-listing {
	margin-left: auto;
	margin-right: auto;
}


.grid-item {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

#news_list .grid-item {
  min-height: 13.5rem;
}

#model_list .grid-item {
  min-height: 18rem;
}

@media print, screen and (min-width: 40.063em) and (max-width: 64em) {
  #news_list .grid-item {
    min-height: 18rem;
  }

  #model_list .grid-item {
    min-height: 18rem;
  }
}

@media only screen and (min-width: 64.063em) {
  #news_list .grid-item {
    min-height: 22rem;
  }

  #model_list .grid-item {
    min-height: 20rem;
  }
}


.grid-item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-bottom: solid 2px #fff;
  position: relative;
}

.grid-item a.japanese_and_half_models { border-bottom-color: #9b3169; }
.grid-item a.international_models_mens { border-bottom-color: #612bad; }
.grid-item a.official_news { border-bottom-color: #869b31; }
.grid-item a.international_models { border-bottom-color: #9e7930; }
.grid-item a.others { border-bottom-color: #318c9b; }


.grid-item a.japanese_and_half_models_mens { border-bottom-color: #612bad; }
.grid-item a.actress { border-bottom-color: #318c9b; }
.grid-item a.celebrity { border-bottom-color: #318c9b; }
.grid-item a.culture { border-bottom-color: #318c9b; }




#model_list .grid-item img {
  width: 100%;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  backface-visibility:hidden;
  -webkit-backface-visibility: hidden;
}

#news_list .grid-item img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
  vertical-align: bottom;
}

#news_list .grid-item a:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
}

#news_list .grid-item a p {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: .25rem;
  width: 100%;
  font-size: .6rem;
  background: rgba(255, 255, 255, .8);
}

.grid-item a.japanese_and_half_models p { color: #9b3169; }
.grid-item a.international_models_mens p { color: #612bad; }
.grid-item a.official_news p { color: #869b31; }
.grid-item a.international_models p { color: #9e7930; }
.grid-item a.others p { color: #318c9b; }


.grid-item a.japanese_and_half_models_mens p { color: #612bad; }
.grid-item a.actress p { color: #318c9b; }
.grid-item a.celebrity p { color: #318c9b; }
.grid-item a.culture p { color: #318c9b; }


.grid-item h4 {
  margin: 0;
  padding: .25rem 0 0;
  width: 100%;
  font-size: .8rem;
  font-weight: bold;
}

  .grid-item h4 a {
    display: inline-block;
    width: auto;
    height: auto;
    border-bottom: none;
    position: static;
    margin-right: .5rem;
  }

.grid-item h5 {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: .8rem;
  line-height: 1.1;
  font-weight: bold;
}

.grid-item p.entry_date {
  margin: 0;
  padding: 0 0 .25rem;
  width: 100%;
  font-size: .5rem;
}


.grid-item p.sub_comment {
  margin: 0;
  padding: 0 0 .25rem;
  width: 100%;
  font-size: .5rem;
}


/* ---------------------------
#model_entry
--------------------------- */
#model_entry .photo img {
	width: 100%;
}

#model_entry table {
	font-size: .8rem;
}

#model_entry table th {
  text-align: left;
}


#model_entry .measurement table {
  border: solid 1px #999;
}

#model_entry .measurement table tbody th {
	font-weight: normal;
}

#model_entry .measurement table tbody th,
#model_entry .measurement table tbody td {
	padding: 0.25rem 0.25rem 0.15rem;
}


#model_entry .video:before,
#model_entry .video:after {
  content:' ';
  display:table;
}

#model_entry .video { clear:both; }


#model_entry .video a {
  float: left;
  width: calc(50% - .5rem);
  margin: 0 .25rem;
  padding: 0;
}


#model_entry .video .feature-modal-btn {
  position: relative;
}

#model_entry .video .feature-modal-btn span {
  color: #e52d27;
  //color: #b31217;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

#model_entry .social ul li a {
  padding: 0 .35rem;
}

#model_entry .social ul li a img {
  margin: 0;
  display: inline-block;
  width: 2.5rem;
  max-width: auto;
}

#model_entry .columns .profile_head {
	padding: 0.5rem 0 0.625rem;
}
#model_entry .columns .profile_body {
  padding: 0.5rem 0.5rem 0.625rem;
}

#model_entry .profile_head {
  font-weight: bold;
  white-space: nowrap;
}

#model_entry .profile {
  margin: 2rem 0;
}

#model_entry .add_profile {
  margin: -2rem 0 2rem;
}

#model_entry .profile .profile_body p {
  margin: 0;
}

#model_entry .add_profile {
  display: none;
}

#model_entry .toggle_container {
  text-align: center;
  border-top: solid 1px #222;
  position: relative;
  margin-bottom: 3rem;
}

#model_entry .toggle_container button {
  white-space: nowrap;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}



.reveal-overlay {
  z-index: 9995;
}

#YTMODAL {
  z-index: 9996;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

#searchModal {
  z-index: 9996;
}


@media print, screen and (min-width: 40em) {
	#model_entry .measurement table {
	}

  .grid-item {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .grid-item h4 {
    padding: .25rem 0;
  }

  .grid-item h5 {
    padding: 0;
  }

  .grid-item p.entry_date {
    padding: 0 1rem .25rem;
  }


  .grid-item p.sub_comment {
    padding: 0 1rem .25rem;
  }

  #news_list .grid-item a p {
    padding: .25rem 1rem;
  }

  #news_list .grid-item img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.2s linear;
  }

  #model_list .grid-item a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}


/* ---------------------------
# news_entry
--------------------------- */
#news_entry {
  word-break: break-all;
}

#news_entry .entry_title {
  padding: 1rem 0;

}

#news_entry .entry_title h1 {
  font-size: 1.5rem;
}

#news_entry .entry_title h2 {
  font-size: 1.0rem;
  font-weight: bold;
}

#news_entry .entry_title h2 a {
  margin-right: .5rem;
}


#news_entry .entry_body a {
  //word-break: break-all;
}


.sticky {
  width: 100%;
}



/* ---------------------------
# page
--------------------------- */

#page {}


#page h1 {  }
#page h2 {  }
#page h3 {  }
#page h4 {  }
#page h5 {  }
#page h6 {  }


#page p {  }


#page table.bordered {
  border-collapse: separate;
  border-spacing: 0;
}

#page table.bordered th {
  border-bottom: none;
}

#page table.bordered td {
  border-bottom: solid 1px #333;
}


#page table th,
#page table td {
  display: block;
  padding: .625rem;
}

#page table th {
  width: auto;
  text-align: left;
  font-weight: bold;
  vertical-align: top;
  padding: .625rem 0 0;
}

#page .gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

#page .gmap iframe,
#page .gmap object,
#page .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#page #philosophy .inner {
  text-align: center;
/* 20170609   margin: 0 auto; */
  margin: 0 auto 10rem;
  max-width: 20rem;
}

#page #philosophy .inner p {
  text-align: left;
}


@media print, screen and (min-width: 40em) {
  #page table th,
  #page table td {
    display: table-cell;
    padding: .625rem;
  }

  #page table.history th,
  #page table.information th {
    width: 6rem;
  }

  #page table.group th {
    width: 12rem;
  }

  #page table th {
    font-weight: normal;
  }

  #page table.bordered th,
  #page table.bordered td {
    border-bottom: solid 1px #333;
  }

}

/* --------------------------------------------------------
# footer
-------------------------------------------------------- */
footer {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
  margin: 0 1rem;

  padding: .5rem 0 0;
  font-size: .8rem;
  background: #fff;
  border-top: solid 1px #333;
}

footer.is_static {
  position: static;
}


footer .footer__menu {
}

footer .footer__menu ul.menu li a {
  font-size: .8rem;
  padding: 0 .25rem;
  border-left: solid 1px #333;
}

footer .footer__menu ul.menu li:last-child a {
  border-right: solid 1px #333;
}

footer .copyright {
  padding: .5rem 0;
}

