/* -----------------------------
	Fonts
----------------------------- */

@font-face {
  font-family: 'Helvetica Neue';
  font-weight: 100;

  src: local('Helvetica Neue Regular');
}

@font-face {
  font-family: 'Helvetica Neue';
  font-weight: 200;

  src: local('Helvetica Neue Regular');
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-weight: 500;
  font-style: normal;

  src: url('/assets/fonts/NotoSerifSubset-Medium.otf') format('opentype');
  src: url('/assets/fonts/NotoSerifSubset-Medium.woff') format('woff');
  src: url('/assets/fonts/NotoSerifSubset-Medium.woff2') format('woff2');
}

/* -----------------------------
	Reset
----------------------------- */

/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */

*, ::after, ::before {
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::after, ::before {
  vertical-align: inherit;
  text-decoration: inherit;
}

html {
  box-sizing: border-box;
  cursor: default;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

article, aside, footer, header, nav, section {
  display: block;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}

nav ol, nav ul {
  list-style: none;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;

  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  color: #000;
  background-color: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

::-moz-selection {
  color: #000;
  background-color: #b3d4fc;
  text-shadow: none;
}

::selection {
  color: #000;
  background-color: #b3d4fc;
  text-shadow: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  margin: 0;
}

button, input, select, textarea {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  display: table;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  color: inherit;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;

  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;

  -webkit-appearance: button;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[tabindex], a, area, button, input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-hidden=false][hidden]:not(:focus) {
  position: absolute;
  display: inherit;
  clip: rect(0, 0, 0, 0);
}

[aria-disabled] {
  cursor: default;
}

/* -----------------------------
	Foundation
----------------------------- */

*, *:after, *:before {
  box-sizing: border-box;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Yu Gothic', YuGothic, Verdana, Meiryo, 'M+ 1p', sans-serif;
  font-size: 62.5%;

  -webkit-font-js--smoothing: antialiased;
  -moz-osx-font-js--smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7;
  min-width: 320px;
  color: #424242;
}

h1, h2, h3, h4, h5, p {
  font-size: 100%;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

b, strong {
  font-weight: bold;
}

em {
  font-style: normal;
}

sup {
  font-size: 10px;
  font-size: 1rem;
  vertical-align: super;
}

sub {
  font-size: 10px;
  font-size: 1rem;
  vertical-align: sub;
}

ol, ul {
  list-style: none;
}

ol, ul, li {
  margin: 0;
  padding: 0;
}

img, svg {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

img {
  -ms-interpolation-mode: bicubic;
}

iframe {
  border: none;
}

figure, blockquote {
  margin: 0;
}

a, button {
  outline: none;
}

a:link, a:visited {
  text-decoration: none;
  color: #a39068;
}

a:active, a:focus {
  color: #a39068;
}

/* -----------------------------
	Layout
----------------------------- */

.l-wrap {
  overflow-x: hidden;
  padding-top: 77px;
}

.l-wrap.is-open .l-menu-btn {
  background-image: url('/assets/img/common/icon_close.png');
  background-size: 9px;
}

.l-wrap.is-open .l-menu {
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.l-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 320px;
  height: 70px;
  padding: 0 13px 0 18px;
}

.l-header {
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

.l-header__logo {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 27px;
}

.l-header__logo > a > img {
  width: 200px;
}

.l-header__contents {
  display: none;
}

.l-header__line {
  font-size: 11px;
  font-size: 1.1rem;
  margin-bottom: 11px;
  color: #888;
}

.l-header__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
}

.l-header__nav > ul > li + li {
  margin-left: 25px;
}

.l-header__social {
  height: 43px;
}

.l-header.is-animation .l-header__line {
  display: none;
}

.l-gnav > li > a {
  display: block;
  padding-left: 32px;
  color: #382f2c;
  background-repeat: no-repeat;
}

.l-gnav > li.work > a {
  background-image: url('/assets/img/common/icon_work.png');
  background-position: 2px center;
  background-size: 14px 16px;
}

.l-gnav > li.life > a {
  background-image: url('/assets/img/common/icon_life.png');
  background-position: 1px center;
  background-size: 16px;
}

.l-gnav > li.beauty > a {
  background-image: url('/assets/img/common/icon_beauty.png');
  background-position: left center;
  background-size: 17px;
}

.l-gnav > li.family > a {
  background-image: url('/assets/img/common/icon_family.png');
  background-position: 1px center;
  background-size: 20px 14px;
}

.l-gnav > li.news > a {
  background-image: url('/assets/img/common/icon_news.png');
  background-position: 4px center;
  background-size: 12px 15px;
}

.l-gnav > li.movie > a {
  background-image: url('/assets/img/common/icon_movie.png');
  background-position: 4px center;
  background-size: 16px 10px;
}

.l-gnav > li.members > a {
  background-image: url('/assets/img/common/icon_members.png');
  background-position: 2px center;
  background-size: 17px;
}

.l-social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.l-social-link > li + li {
  margin-left: 12px;
}

.l-social-link > li.fb, .l-social-link > li.rss, .l-social-link > li.tw {
  display: none;
}

.l-social-link > li > a > img {
  width: 100%;
}

.l-search {
  position: relative;
  display: none;
}

.l-header-search__btn {
  width: 43px;
  height: 43px;
  cursor: pointer;
  border-radius: 43px;
  background: #bdae8d url('/assets/img/common/icon_search.png') center no-repeat;
  background-size: 12px;
}

.l-header-search__btn.is-show {
  background-image: url('/assets/img/common/icon_close.png');
  background-size: 9px;
}

.l-header-search__form {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  width: 100%;
  padding: 0 20px 20px;
  transition: all .3s;
  opacity: 0;
  background-color: #fff;
}

.l-header-search__form > input[type='text'], .l-header-search__form input[type='search'] {
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  height: 48px;
  padding: 5px 38px 5px 15px;
  border: none;
  border-radius: 48px;
  outline: none;
  background-color: #f5f5f5;
  background-image: url('/assets/img/common/icon_search_black.png');
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 12px;
}

.l-header-search__form > input[type='submit'] {
  display: none;
}

.l-header-search__form.is-show {
  visibility: visible;
  opacity: 1;
}

.l-header-menu-btn > .l-menu-btn {
  width: 43px;
  height: 43px;
  margin-left: 10px;
  cursor: pointer;
  border-radius: 43px;
  background: #82b1b7 url('/assets/img/common/icon_menu.png') center no-repeat;
  background-size: 12px;
}

.l-header-line-sp {
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: -10px;
  margin-bottom: 12px;
  padding: 0 25px;
  color: #888;
}

.l-campaign {
  margin-bottom: 20px;
  padding: 0 28px;
  text-align: center;
}

.l-menu {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  padding: 77px 30px 30px;
  transition: .3s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  background-color: #fff;

  -webkit-overflow-scrolling: touch;
}

.l-menu__ttl {
  font-size: 19px;
  font-size: 1.9rem;
  font-style: italic;
  position: relative;
  margin: 15px 0;
  padding: 0 60px 22px 0;
  border-bottom: 1px solid #2f2725;
}

.l-menu__ttl > .ttl {
  position: relative;
  padding-left: 19px;
}

.l-menu__ttl > .ttl::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 10px;
  height: 1px;
  margin-top: -1px;
  content: '';
  background-color: #2f2725;
}

.l-menu__nav > .l-gnav {
  font-size: 16px;
  font-size: 1.6rem;
}

.l-menu__nav > .l-gnav > li {
  background: url('/assets/img/common/icon_arrow1_light.png') right 7px center no-repeat;
  background-size: 6px 11px;
}

.l-menu__nav > .l-gnav > li > a {
  display: block;
  padding-top: 16px;
  padding-right: 25px;
  padding-bottom: 16px;
}

.l-menu__link {
  margin-bottom: 30px;
}

.l-menu__link > ul {
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px solid #e5e5e5;
}

.l-menu__link > ul > li {
  border-top: 1px solid #e5e5e5;
}

.l-menu__link > ul > li > a {
  display: block;
  padding: 16px 25px 16px 3px;
  color: #221815;
  background: url('/assets/img/common/icon_arrow1_light.png') right 7px center no-repeat;
  background-size: 6px 11px;
}

.l-menu__social > .l-social-link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-menu__social > .l-social-link > li {
  width: 53px;
}

.l-menu__social > .l-social-link > li.fb, .l-menu__social > .l-social-link > li.rss, .l-menu__social > .l-social-link > li.tw {
  display: inherit;
}

.l-menu__social > .l-social-link > li + li {
  margin-left: 14px;
}

.l-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-breadcrumb > li {
  font-size: 10px;
  font-size: 1rem;
  white-space: nowrap;
  color: #555;
}

.l-breadcrumb > li + li::before {
  display: inline-block;
  padding: 0 1px 0 3px;
  content: '>';
}

.l-breadcrumb > li + li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

.l-breadcrumb > li > a {
  color: #555;
}

.l-breadcrumb-top {
  margin-bottom: 20px;
  background-color: #f5f5f5;
}

.l-breadcrumb-top-inner {
  padding: 11px 25px;
}

.l-breadcrumb-bottom {
  padding: 0 25px;
}

.l-breadcrumb-bottom-inner {
  padding: 11px 0;
  border-top: 1px solid #e5e5e5;
}

.l-main-contents {
  margin-bottom: 41px;
}

.l-inner {
  padding: 0 25px;
}

.l-full-section-inner {
  padding: 33px 0 32px;
}

.l-ttl {
  font-size: 19px;
  font-size: 1.9rem;
  font-style: italic;
  position: relative;
  margin-bottom: 29px;
  padding-left: 19px;
}

.l-ttl::before {
  position: absolute;
  top: 15px;
  left: 0;
  display: block;
  width: 10px;
  height: 1px;
  content: '';
  background-color: #2f2725;
}

.l-ttl > .link {
  font-size: 13px;
  font-size: 1.3rem;
  font-style: normal;
  position: absolute;
  top: 6px;
  right: 0;
  display: inline-block;
  padding-right: 17px;
  color: #a39068;
  background-image: url('/assets/img/common/icon_arrow1.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 7px 13px;
}

.l-ttl > .count {
  font-size: 13px;
  font-size: 1.3rem;
  font-style: normal;
  display: block;
  margin-top: 7px;
}

.l-ttl--white {
  color: #fff;
}

.l-ttl--white > .link {
  color: #fff;
  background-image: url('/assets/img/common/icon_arrow1_white.png');
}

.l-ttl--white::before {
  background-color: #fff;
}

.l-ttl2 {
  font-size: 19px;
  font-size: 1.9rem;
  font-style: italic;
  position: relative;
  margin-bottom: 20px;
  padding: 0 60px 20px 0;
  border-bottom: 1px solid #2f2725;
}

.l-ttl2 > .ttl {
  position: relative;
  padding-left: 19px;
}

.l-ttl2 > .ttl::before {
  position: absolute;
  top: 11px;
  left: 0;
  display: block;
  width: 10px;
  height: 1px;
  content: '';
  background-color: #2f2725;
}

.l-ttl2 > .link {
  font-size: 13px;
  font-size: 1.3rem;
  font-style: normal;
  position: absolute;
  top: 6px;
  right: 0;
  display: inline-block;
  padding-right: 17px;
  background-image: url('/assets/img/common/icon_arrow1.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 7px 13px;
}

.l-section {
  padding: 32px 0;
}

.l-inner {
  padding: 0 25px;
}

.l-pagenation-wrap {
  padding-top: 24px;
  border-top: 1px solid #e5e5e5;
}

.l-pagenation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 0 16px;
}

.l-pagenation > span, .l-pagenation > a {
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  line-height: 34px;
  display: block;
  width: 34px;
  height: 34px;
  margin: 0 6px;
  text-align: center;
  border-radius: 34px;
}

.l-pagenation > a {
  color: #000;
}

.l-pagenation > a.next, .l-pagenation > a.prev {
  line-height: inherit;
  position: absolute;
  top: 50%;
  width: 9px;
  height: 16px;
  margin: -8px 0 0;
  background-repeat: no-repeat;
  background-size: 9px 16px;
}

.l-pagenation > a.prev {
  left: 0;
  background-image: url('/assets/img/common/icon_prev.png');
}

.l-pagenation > a.next {
  right: 0;
  background-image: url('/assets/img/common/icon_next.png');
}

.l-pagenation > .is-active {
  color: #fff;
  background-color: #bdae8d;
}

.l-movie-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-movie-list > .l-movie-item + .l-movie-item {
  margin-left: 35px;
}

.l-movie-item__img > .img {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  margin-bottom: 15px;
  padding-bottom: 56.25%;
}

.l-movie-item__img > .img > img, .l-movie-item__img > .img > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-movie-item__img > .img::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, .3) url('/assets/img/common/icon_play.png') center no-repeat;
  background-size: 50px;
}

.l-movie-item__body > .ttl {
  font-size: 12px;
  font-size: 1.2rem;
}

.l-movie-item__body > .ttl2 {
  font-size: 12px;
  font-size: 1.2rem;
}

.l-movie-item__body > .sponsor {
  font-size: 11px;
  font-size: 1.1rem;
  padding-top: 10px;
  color: #c2c5cf;
}

.l-movie-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -28px 0 37px -29px;
}

.l-movie-item2 {
  width: calc(50% - 29px);
  margin: 28px 0 0 29px;
}

.l-movie-item2__img {
  margin-bottom: 11px;
}

.l-movie-item2__img > .img {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.l-movie-item2__img > .img_brightcove {
  overflow: hidden;
}

.l-movie-item2__img > .img > img, .l-movie-item2__img > .img > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-movie-item2__img > .img_brightcove > .video-js{
  top: -1px;
}

.l-movie-item2__img > .img::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, .3) url('/assets/img/common/icon_play.png') center no-repeat;
  background-size: 50px;
}

.l-movie-item2__img > .img_brightcove::after {
  background: none;
}

.l-movie-item2__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.js-modal-btn {
  cursor: pointer;
}

.l-article-list {
  margin-bottom: 24px;
}

.l-article-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 -35px;
  padding: 0 4px;
}

.l-article-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}

.l-article-item__img {
  width: 105px;
  margin-right: 14px;
}

.l-article-item__img > .img {
  width: 105px;
  height: 105px;
}

.l-article-item__img > .img img {
  width: 100%;
}

.l-article-item__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-article-item + .l-article-item {
  margin-top: 35px;
}

.l-article-item--02 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(50% - 35px);
  margin: 0 0 0 35px !important;
  padding-bottom: 0 !important;
  border-bottom: none;
}

.l-article-item--02 .l-article-item__img {
  width: 100%;
  margin-bottom: 16px;
}

.l-article-item--02 .l-article-item__img > .img {
  width: 100%;
  height: auto;
}

.l-article-item--02 .l-article-item__img > .img img {
  width: 100%;
}

.l-article-item__img + .l-article-item__body .l-article-item-ttl {
  margin: -29px 0 -4px -30px;
}

.l-article-item-ttl, .l-article-item-ttl2, .l-article-item-ttl3 {
  font-family: 'Noto Serif Japanese', serif;
}

.l-article-item-ttl {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  margin: -29px 0 -4px -20px;
}

.l-article-item-ttl > a {
  display: block;
  padding: 15px 20px;
  color: #221815;
  background: #fff;
}

.l-article-item-ttl2 {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  margin-bottom: 12px;
}

.l-article-item-ttl2 > a {
  color: #221815;
}

.l-article-item-ttl3 {
  font-size: 13px;
  font-size: 1.3rem;
  position: relative;
  margin-bottom: 10px;
}

.l-article-item-ttl3 > a {
  color: #221815;
}

.l-article-item-bar__date > .date {
  font-size: 11px;
  font-size: 1.1rem;
  position: relative;
  margin-bottom: 4px;
  padding-left: 13px;
  color: #555;
}

.l-article-item-bar__date > .date::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 5px;
  height: 10px;
  content: '';
  background-color: #85b7bd;
}

.l-article-item-bar__date > .category {
  color: #a39068;
  font-size: 12px;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3px;
  padding-left: 12px
}

.l-article-item-bar__date > .category > li + li::before {
  margin: 0 4px;
  content: '>';
  color: #a39068;
}

.l-article-item-bar__writer {
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 12px;
}

.l-article-item-bar--02 {
  display: inherit !important;
}

.l-article-item-bar--02 > .l-article-item-bar__date {
  display: block;
}

.l-article-item-bar--02 > .l-article-item-bar__date > .date {
  margin-bottom: 4px;
}

.l-article-item-bar--02 > .l-article-item-bar__writer {
  position: inherit;
}

.l-article-item-sponsor {
  font-size: 11px;
  font-size: 1.1rem;
  padding-top: 10px;
  color: #c2c5cf;
}

.l-article-item-txt {
  font-size: 12px;
  font-size: 1.2rem;
  display: none;
}

.l-recommend-movie-wrap {
  color: #fff;
  background-color: #666f88;
}

.l-recommend-movie-wrap a {
  color: #fff;
}

.l-recommend-movie-wrap .swiper-container {
  margin: 0 -25px;
  padding-bottom: 42px;
}

.l-recommend-movie-wrap .swiper-slide {
  width: 60%;
}

.l-recommend-movie-wrap .swiper-pagination {
  top: inherit;
  bottom: 0;
}

.l-recommend-movie-wrap .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 12px;
  opacity: 1;
  background-color: #8c93a6;
}

.l-recommend-movie-wrap .swiper-pagination-bullet-active {
  background-color: #fff;
}

.l-recommend-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -30px 0 0 -35px;
  padding: 0 4px;
}

.l-recommend-item {
  width: calc(50% - 35px);
  margin: 30px 0 0 35px;
}

.l-recommend-item__img {
  width: 100%;
  margin-bottom: 16px;
}

.l-recommend-item__img > .img {
  width: 100%;
  height: auto;
}

.l-recommend-item__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-recommend-item-ttl {
  font-family: 'Noto Serif Japanese', serif;
  font-size: 14px;
  font-size: 1.4rem;
}

.l-recommend-item-ttl > a {
  color: #221815;
}

.l-recommend-item-sponsor {
  font-size: 11px;
  font-size: 1.1rem;
  position: relative;
  padding-top: 8px;
  color: #999;
}

.l-keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px 0 8px;
}

.l-keyword > a {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 31px;
  display: block;
  margin: 5px;
  padding: 0 16px;
  color: #221815;
  border-radius: 16px;
  background-color: #e5edea;
}

.l-pr-section {
  margin-bottom: 37px;
  padding: 0 37px;
  text-align: center;
}

.l-pr-section--02 {
  margin-top: 20px;
  margin-bottom: 5px;
}

.article_body + .l-pr-section {
  margin-top: 40px;
}

.l-pr-section2-inner {
  padding: 35px 37px 0;
  text-align: center;
  border-top: 1px solid #2f2724;
}

.l-pr-section2 {
  padding: 0 25px;
}

.l-pr-section2__item + .l-pr-section2__item {
  margin-top: 34px;
}

.l-article-bottom {
  margin: 22px 0 7px;
  padding: 0 25px;
}

.l-article-bottom-inner {
  padding: 25px 0;
  border-top: 1px solid #e5e5e5;
}

.l-side {
  display: none;
}

.l-side-bnr {
  margin-bottom: 37px;
  padding: 0 37px;
}

.l-side-bnr2 {
  margin-bottom: 35px;
  padding: 0 37px;
}

.l-side-item {
  margin-bottom: 37px;
}

.l-ranking-wrap .l-ttl2, .l-side-ranking .l-ttl2 {
  margin-bottom: 7px;
}

.l-ranking > li + li {
  border-top: 1px solid #d5d4d3;
}

.l-ranking > li > a {
  font-family: 'Noto Serif Japanese', serif;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  padding: 19px 0 19px 79px;
  color: #221815;
  background-repeat: no-repeat;
  background-position: 3px center;
  background-size: 52px auto;
}

.l-ranking > li.rank1 > a {
  background-image: url('/assets/img/common/no1.png');
}

.l-ranking > li.rank2 > a {
  background-image: url('/assets/img/common/no2.png');
}

.l-ranking > li.rank3 > a {
  background-image: url('/assets/img/common/no3.png');
}

.l-ranking > li.rank4 > a {
  background-image: url('/assets/img/common/no4.png');
}

.l-ranking > li.rank5 > a {
  padding-bottom: 18px;
  background-image: url('/assets/img/common/no5.png');
}

.l-ranking > li .sponsor {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Original Yu Gothic', 'Yu Gothic', YuGothic, Verdana, Meiryo, 'M+ 1p', sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  width: 100%;
  padding-top: 10px;
  color: #c2c5cf;
}

.l-writer-list {
  padding-top: 5px;
}

.l-writer-list > li + li {
  margin-top: 18px;
  padding-top: 25px;
  border-top: 1px solid #d5d4d3;
}

.l-writer-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 16px;
  padding-left: 1px;
}

.l-writer-item__head > .img {
  position: relative;
  display: block;
  overflow: hidden;
  width: 48px;
  height: 48px;
  margin-right: 13px;
  border-radius: 48px;
}

.l-writer-item__head > .name {
  font-family: 'Noto Serif Japanese', serif;
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #221815;
}

.l-writer-item__body {
  color: #555;
}

.l-writer-item__body > .txt {
  font-size: 12px;
  font-size: 1.2rem;
}

.l-writer-item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-writer-item2 + .l-writer-item2 {
  margin-top: 34px;
}

.l-writer-item2__img {
  width: 122px;
  margin-right: 19px;
  text-align: center;
}

.l-writer-item2__img > .img {
  position: relative;
  display: block;
  overflow: hidden;
  width: 122px;
  height: 122px;
  margin-bottom: 10px;
  border-radius: 122px;
}

.l-writer-item2__img > .name {
  font-family: 'Noto Serif Japanese', serif;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 6px;
}

.l-writer-item2__img > .link {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  padding-right: 13px;
  background-image: url('/assets/img/common/icon_arrow1.png');
  background-repeat: no-repeat;
  background-position: right 3px;
  background-size: 7px 13px;
}

.l-writer-item2__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-footer-top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 29px 25px 30px;
}

.l-footer-top {
  border-top: 1px solid #e5e5e5;
}

.l-footer-top__logo {
  width: 195px;
  margin-bottom: 18px;
}

.l-footer-top__logo img {
  margin-left: -2px;
}

.l-footer-top__txt {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 24px;
  color: #555;
}

.l-footer-top__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-footer-top__social > .l-social-link {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.l-footer-top__social > .l-social-link > li {
  width: 53px;
}

.l-footer-top__social > .l-social-link > li + li {
  margin-left: 14px;
}

.l-page-top {
  width: 26px;
  height: 39px;
  margin-right: 10px;
}

.l-page-top > a {
  display: block;
}

.l-page-top > a > img {
  width: 26px;
}

.l-footer-bottom {
  padding-bottom: 50px;
}

.l-footer-bottom__nav {
  background-color: #f5f5f5;
}

.l-footer-bottom__copy {
  padding: 34px;
  text-align: center;
  color: #555;
}

.l-footer-bottom__copy > .jp, .l-footer-bottom__copy > .en {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}

.l-footer-bottom__copy > .en {
  margin-bottom: 11px;
}

.l-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 34px 0;
}

.l-footer-nav > li {
  font-size: 12px;
  font-size: 1.2rem;
  width: 50%;
}

.l-footer-nav > li:first-child {
  width: 100%;
}

.l-footer-nav > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 11px 10px;
  text-align: center;
  color: #a39068;
}

.l-category-head-top {
  margin-bottom: 24px;
}

.l-category-head {
  margin-bottom: 24px;
  padding: 0 25px;
}

.l-category-head__ttl {
  font-family: 'Noto Serif Japanese', serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: inherit;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e5e5e5;
}

.l-category-head__ttl--type2 {
  font-size: 16px;
  font-size: 1.6rem;
}

.l-category-head__ttl--type2 > em {
  font-size: 22px;
  font-size: 2.2rem;
}

.l-category-head__ttl--icon {
  background-repeat: no-repeat;
  background-position: left center;
}

.l-category-head__ttl--work {
  padding-left: 29px;
  background-image: url('/assets/img/common/icon_work.png');
  background-position: left 8px;
  background-size: 20px auto;
}

.l-category-head__ttl--movie {
  padding-left: 34px;
  background-image: url('/assets/img/common/icon_movie.png');
  background-position: left 14px;
  background-size: 24px auto;
}

.l-category-head__ttl::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  width: 60px;
  height: 4px;
  content: '';
  background-color: #85b7bd;
}

.l-category-head__keyword > .l-keyword {
  margin-left: -5px;
}

.l-category-head__keyword > .l-keyword > a {
  padding-right: 11px;
  padding-left: 11px;
}

.l-category-ttl {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  margin-bottom: 34px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e5e5e5;
}

.l-category-ttl > .ttl {
  font-family: 'Noto Serif Japanese', serif;
  font-weight: inherit;
}

.l-category-ttl > .ttl > em {
  font-size: 22px;
  font-size: 2.2rem;
}

.l-category-ttl > .connt {
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  margin-top: 5px;
}

.l-category-ttl::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  width: 60px;
  height: 4px;
  content: '';
  background-color: #85b7bd;
}

.l-writer-head {
  margin-bottom: 6px !important;
}

.l-writer-head__img > .img {
  position: relative;
  display: block;
  overflow: hidden;
  width: 170px;
  height: 170px;
  margin: 0 auto 16px;
  border-radius: 170px;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  font-size: 0;
  margin-top: -34px;
}

/*タブのスタイル*/
[class^=tab_item] {
  font-family: 'Noto Serif Japanese',serif;
  font-size: 14px;
  text-align: center;
  color: #888;
  display: inline-block;
  text-align: center;
  transition: all 0.2s ease;
}
input + [class^=tab_item]:not(:first-of-type)::before {
  content: '/';
  color: #888;
  margin: 0 5px;
}
[class^=tab_item] > span {
  cursor: pointer;
}
[class^=tab_item] > span:hover {
  opacity: .6;
  transition: opacity .3s;
}

/*ラジオボタンを全て消す*/
input[name^=tab_item] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tabs > .l-side-body {
  display: none;
  overflow: hidden;
}

.u-clickable-behind {
  pointer-events: none;
}

/*選択されているタブのコンテンツのみを表示*/
[id^=ranking-daily]:checked ~ .ranking-daily-content,
[id^=ranking-weekly]:checked ~ .ranking-weekly-content,
[id^=ranking-monthly]:checked ~ .ranking-monthly-content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + [class^=tab_item] {
  color: #85b7bd;
}

/* -----------------------------
	TOP カテゴリ一覧
----------------------------- */
#category_list{
  padding: 0 25px;
}

#category_list .l-ttl {
  margin: 15px 0 19px 0;
}

.cate_btn img{
  width: 100%;
}

#category_list #cate_btn_box {
  width: 100%;
  margin: 0px auto 55px;
}

#category_list #cate_btn_box .cate_btn_inner {
  text-align: center;
}

#category_list #cate_btn_box .cate_btn_inner .cate_btn {
  width: 45%;
  margin: 10px 5px 0 5px;
  position: relative;
  display: inline-block;
}

#category_list #cate_btn_box .cate_btn .cate_name_jp {
  font-size: 4vw;
  font-family: 'Noto Serif Japanese', serif;
  width: 100%;
  color: #fff;
  transition: color 0.5s;
  letter-spacing: 0.05em;
  line-height: 24vw;
  position: absolute;
  top: 50%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.3);
  transform: translateY(-50%);
}

#category_list #cate_btn_box .cate_btn a{
  display: block;
}

#category_list #cate_btn_box .cate_btn a:hover{
  opacity: 0.9;
}

#category_list #cate_btn_box .cate_btn a:hover .cate_name_jp {
  color: #3a3a3a;
  background-color: rgb(255, 255, 255, 0.3);
}

/* -----------------------------
	Component
----------------------------- */

/* -----------------------------
	Project
----------------------------- */

/* Top
----------------------------- */

.top-pickup-inner {
  position: relative;
}

.top-pickup {
  position: relative;
}

.top-pickup a {
  color: #221815;
}

.top-pickup__ttl {
  position: absolute;
  z-index: 2;
  top: 125px;
  left: 0;
  display: none;
  padding: 7px 20px 6px 26px;
  background-color: #fff;
}

.top-pickup__ttl > .l-ttl {
  margin-bottom: 0 !important;
}

.top-pickup__slider .swiper-slide {
  padding: 0 42px 60px;
}

.top-pickup__slider .swiper-slide a {
  display: block;
  background-color: #fff;
}

.top-pickup__slider .swiper-button-next, .top-pickup__slider .swiper-button-prev {
  z-index: 10000;
  top: inherit;
  bottom: 34px;
  width: 9px;
  height: 16px;
  background-size: 9px 16px;
}

.top-pickup__slider .swiper-button-prev {
  left: 25px;
  background-image: url('/assets/img/common/icon_prev.png');
}

.top-pickup__slider .swiper-button-next {
  right: 25px;
  background-image: url('/assets/img/common/icon_next.png');
}

.top-pickup__slider .swiper-pagination {
  bottom: 29px;
  left: 50%;
  width: 236px;
  margin-left: -118px;
}

.top-pickup__slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 12px !important;
  opacity: 1;
  border-radius: 12px;
  background-color: #e5edea;
}

.top-pickup__slider .swiper-pagination-bullet-active {
  background-color: #bdae8d;
}

.top-pickup__movie {
  padding: 27px 25px 30px;
  color: #fff;
  background-color: #596179;
}

.top-pickup__movie > .l-ttl {
  margin-bottom: 25px;
}

.top-pickup-item {
  position: relative;
  display: block;
}

.top-pickup-item__body {
  padding: 0 10px;
}

.top-pickup-item__img > .img {
  width: 100%;
  height: auto;
}

.top-pickup-item__img > .img img {
  width: 100%;
}

.top-pickup-item-ttl {
  font-family: 'Noto Serif Japanese', serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  position: relative;
  margin-top: -54px;
  padding: 12px 17px;
  background-color: #fff;
}

.top-pickup-item-ttl > .ttl .br {
  display: none;
}

.top-pickup-item-ttl > .ttl .br::before {
  display: inline-block;
  width: 8px;
  height: 1px;
  content: '';
}

.top-pickup-movie-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5px;
}

.top-pickup-movie-list > .l-movie-item {
  width: 50%;
}

.top-pickup-movie-list > .l-movie-item + .l-movie-item {
  margin: 0 0 0 25px;
}

.top-pickup-movie-list > .l-movie-item a {
  color: #fff;
}

.top-attention {
  padding: 33px 0 27px;
  background-color: #e5edea;
}

.top-attention .l-article-item-ttl2 > a {
  background-color: #e5edea;
}

.top-ranking {
  margin-bottom: 19px;
}

/* -----------------------------
	Utility
----------------------------- */

.u-sp-hide {
  display: none !important;
}

.u-pc-hide {
  display: inherit !important;
}

.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.u-all {
  text-align: left !important;
}

.u-alc {
  text-align: center !important;
}

.u-alr {
  text-align: right !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pb0 {
  padding-bottom: 0 !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pl0 {
  padding-left: 0 !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pr0 {
  padding-right: 0 !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

/* 前の記事、次の記事ボタン */
.post-navigation {
  padding: 0 25px;
  margin-top: 30px;
  margin-bottom: 55px;
  overflow: hidden;
}

.post-navigation a {
  border: 2px solid #3a3a3a;
  display: block;
  line-height: 25px;
  text-align: center;
  width: 49%;
  transition: all .3s;
  float: left;
  height: 40px;
}

.post-navigation a.imaged {
  border-left: 0;
  border-right: 0;
  padding: 10px 0;
  height: 100%;
  width: 100%;
}

.post-navigation a:hover {
  opacity: 0.7;
}

.post-navigation a.imaged .hf_ttl01 {
  line-height: 1.3;
  text-align: left;
}

.post-navigation a.imaged .hf_ttl01.top{
  line-height: 74px;
  text-align: center;
}

.prev_post_link {
  float: left;
  background-image: url('/assets/img/common/icon_prev.png');
  background-size: 8px;
  background-position: 11% 55%;
  margin-bottom: 2px;
  margin-right: 1%;
}

.prev_post_link:hover {
  background-position: 10% 55%;
}

.prev_post_link.imaged {
  background-position: 1% 55%;
}

.prev_post_link.imaged:hover {
  background-position: 0% 55%;
}

.prev_post_link.imaged .text_box{
  overflow: hidden;
}

.prev_post_link.imaged .text_box .ttl {
  text-align: left;
}

.prev_post_link.imaged .prev_thumbWrap {
  float: left;
  margin-right: 10px;
  margin-left: 25px;
  width: 74px;
  height: 74px;
}

.prev_post_link.imaged .prev_thumb {
  height: 100%;
}

.next_post_link {
  float: right;
  background-image: url('/assets/img/common/icon_next.png');
  background-size: 8px;
  background-position: 89% 55%;
  margin-left: 1%;
}

.next_post_link:hover {
  background-position: 90% 55%;
}


.next_post_link.imaged {
  background-position: 99% 55%;
  margin-left: 0;
}

.next_post_link.imaged:hover {
  background-position: 100% 55%;
}

.next_post_link.imaged .text_box{
  margin-right: 25px;
  overflow: hidden;
}

.next_post_link.imaged .text_box .ttl {
  text-align: right;
}

.next_post_link.imaged .next_thumbWrap {
  float: right;
  margin-right: 25px;
  margin-left: 10px;
  width: 74px;
  height: 74px;
}

.next_post_link.imaged .next_thumb {
  height: 100%;
}

.hf_ttl01 {
  font-size: 15px;
  color: #3a3a3a;
  font-weight: bold;
  line-height: 40px;
}

.text_box .ttl{
  margin-bottom: 10px;
}

.text_box .ttl .parent_cat {
  font-size: 20px;
  font-family: Arial;
}

.text_box .ttl .child_cat {
  color: #3a3a3a;
  margin-left: 7px;
}

/* -----------------------------
	Media Queries
----------------------------- */

@media all and (-ms-high-contrast: none) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }

  .l-ranking > li .sponsor {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }

  .l-ranking > li .sponsor {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

@media (min-width: 376px) {
  .l-pagenation-wrap {
    padding-top: 35px;
  }

  .l-pagenation > span, .l-pagenation > a {
    margin: 0 11px;
  }
}

@media (min-width: 768px) {
  body {
    font-size: 1.4rem;
    min-width: 1280px;
  }

  a {
    transition: opacity .3s;
  }

  a:hover {
    opacity: .6;
  }

  .l-wrap {
    padding-top: 120px;
  }

  .l-header-inner {
    width: 1280px;
    height: 120px;
    margin: 0 auto;
    padding: 0;
    transition: .3s;
  }

  .l-header {
    transition: .3s;
  }

  .l-header__logo {
    width: 353px;
    padding-bottom: 5px;
  }

  .l-header__logo > a > img {
    width: 252px;
    transition: .3s;
  }

  .l-header__contents {
    display: block;
    width: 707px;
    padding-right: 25px;
  }

  .l-header__nav > ul > li > a {
    transition: .3s;
  }

  .l-header__social {
    width: 220px;
    height: 46px;
  }

  .l-header.is-animation .l-header-inner {
    height: 60px;
  }

  .l-header.is-animation .l-header__logo {
    padding-bottom: 0;
  }

  .l-header.is-animation .l-header__logo > a > img {
    width: 140px;
  }

  .l-header.is-animation .l-header__social {
    height: 32px;
  }

  .l-header.is-animation .l-header__social > .l-social-link > li {
    width: 32px;
  }

  .l-header.is-animation .l-search__btn {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background-size: 10px;
  }

  .l-header.is-animation .l-search__form {
    width: 32px;
    height: 32px;
  }

  .l-header.is-animation .l-search__form input[type='text'], .l-header.is-animation .l-search__form input[type='search'] {
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background-position: right 13px center;
    background-size: 10px;
  }

  .l-header.is-animation .l-search__form input[type='text']:focus, .l-header.is-animation .l-search__form input[type='search']:focus {
    width: 166px;
    background-image: url('/assets/img/common/icon_search_black.png');
  }

  .l-gnav > li > a {
    min-height: 14px;
    background-position: left center !important;
  }

  .l-gnav > li.work > a {
    padding-left: 21px;
  }

  .l-gnav > li.life > a {
    padding-left: 24px;
  }

  .l-gnav > li.beauty > a {
    padding-left: 25px;
  }

  .l-gnav > li.family > a {
    padding-left: 26px;
  }

  .l-gnav > li.news > a {
    padding-left: 19px;
  }

  .l-gnav > li.movie > a {
    padding-left: 23px;
  }

  .l-gnav > li.members > a {
    padding-left: 23px;
  }

  .l-social-link > li {
    width: 46px;
    transition: .3s;
  }

  .l-social-link > li.fb, .l-social-link > li.rss, .l-social-link > li.tw {
    display: inherit;
  }

  .l-search {
    display: inherit;
  }

  .l-search__btn {
    position: absolute;
    top: 0;
    display: block;
    width: 46px;
    height: 46px;
    margin: 0 auto;
    transition: .3s;
    text-align: center;
    border-radius: 46px;
    background: #bdae8d url('/assets/img/common/icon_search.png') center no-repeat;
    background-size: 12px;
  }

  .l-search__form {
    position: absolute;
    top: 0;
    width: 46px;
    height: 46px;
    margin: 0 auto;
  }

  .l-search__form input[type='submit'] {
    display: none;
  }

  .l-search__form input[type='text'], .l-search__form input[type='search'] {
    position: absolute;
    z-index: 1;
    top: -1px;
    right: -1px;
    width: 48px;
    height: 48px;
    padding: 5px 18px 5px 15px;
    cursor: pointer;
    transition: all .3s;
    opacity: 0;
    border: none;
    border-radius: 48px;
    outline: none;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 12px;
  }

  .l-search__form input[type='text']:hover, .l-search__form input[type='search']:hover {
    opacity: .6;
  }

  .l-search__form input[type='text']:focus, .l-search__form input[type='search']:focus {
    width: 222px;
    padding-right: 35px;
    cursor: text;
    opacity: 1;
    background-image: url('/assets/img/common/icon_search_black.png');
  }

  .l-header-search {
    display: none;
  }

  .l-header-menu-btn {
    display: none;
  }

  .l-header-line-sp {
    display: none;
  }

  .l-campaign {
    width: 970px;
    margin: 0 auto 40px;
    padding: 0;
  }

  .l-menu {
    display: none !important;
  }

  .l-menu__social > .l-social-link {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .l-menu__social > .l-social-link > li {
    width: 46px;
  }

  .l-menu__social > .l-social-link > li + li {
    margin-left: 12px;
  }

  .l-breadcrumb > li {
    font-size: 1.1rem;
  }

  .l-breadcrumb-top {
    margin-bottom: 50px;
  }

  .l-breadcrumb-top-inner {
    width: 1280px;
    margin: 0 auto;
    padding: 12px;
  }

  .l-breadcrumb-bottom {
    padding: 0;
  }

  .l-breadcrumb-bottom-inner {
    width: 1280px;
    margin: 0 auto;
    padding: 21px 12px;
  }

  .l-main-contents {
    margin-bottom: 131px;
    background: url('/assets/img/common/bg_kufura.png') left bottom 7px no-repeat;
  }

  .l-inner {
    padding: 0;
  }

  .l-full-section {
    box-sizing: border-box;
    margin-right: -50vw;
    margin-left: -50vw;
    padding: 0 50vw;
  }

  .l-full-section-inner {
    width: 720px;
    padding: 42px 0 35px;
  }

  .l-ttl {
    font-size: 2rem;
    margin-bottom: 41px;
  }

  .l-ttl::before {
    top: 16px;
  }

  .l-ttl > .link {
    font-size: 1.4rem;
  }

  .l-ttl > .count {
    font-size: 1.4rem;
    position: absolute;
    top: 5px;
    right: 0;
    margin-top: 0;
  }

  .l-ttl--count {
    padding-right: 235px;
  }

  .l-ttl2 {
    font-size: 2rem;
  }

  .l-ttl2 > .ttl::before {
    top: 12px;
  }

  .l-ttl2 > .link {
    font-size: 1.4rem;
  }

  .l-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1140px;
    margin: 0 auto;
    padding-left: 30px;
  }

  .l-main {
    width: 720px;
  }

  .l-section {
    padding: 42px 0 50px;
  }

  .l-inner {
    padding: 0;
  }

  .l-inner--w1080 {
    width: 1080px;
    margin: 0 auto;
  }

  .l-pagenation > span, .l-pagenation > a {
    margin: 0 21px;
  }

  .l-movie-item__img > .img {
    width: 210px;
    height: 142px;
  }

  .l-movie-item__img > .img::after {
    background-size: 48px;
  }

  .l-movie-item__body > .ttl {
    font-size: 1.4rem;
  }

  .l-movie-item__body > .ttl2 {
    font-size: 1.3rem;
  }

  .l-movie-item__body > .sponsor {
    padding-top: 12px;
  }

  .l-movie-list2 {
    margin: -45px 0 43px -45px;
  }

  .l-movie-item2 {
    width: 210px;
    margin: 45px 0 0 45px;
  }

  .l-movie-item2__img {
    margin-bottom: 14px;
  }

  .l-movie-item2__img > .img {
    width: 210px;
  }

  .l-movie-item2__img > .img::after {
    background-size: 48px;
  }

  .l-article-list {
    margin-bottom: 35px;
  }

  .l-article-list2 {
    margin: -20px 0 0 -40px;
    padding: 0;
  }

  .l-article-item {
    padding-bottom: 35px;
  }

  .l-article-item__img {
    width: 210px;
    margin-right: 36px;
  }

  .l-article-item__img > .img {
    width: 210px;
    height: 210px;
  }

  .l-article-item--02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 520px;
    margin: 20px 0 0 40px !important;
  }

  .l-article-item--02 .l-article-item__img {
    width: 210px;
    margin: 0 26px 0 0;
  }

  .l-article-item--02 .l-article-item__img > .img {
    width: 210px;
    height: 210px;
  }

  .l-article-item__img + .l-article-item__body .l-article-item-ttl {
    margin: 9px 0 20px -64px;
  }

  .l-article-item__img + .l-article-item__body .l-article-item-ttl2 {
    margin: -31px 0 11px -42px;
  }

  .l-article-item-ttl {
    font-size: 2.4rem;
    margin: 9px 0 20px 0;
    padding-left: 4px;
    background: url('/assets/img/common/bg_marker.png') left 2px;
  }

  .l-article-item-ttl > a {
    line-height: 39px;
    padding: 0;
    background: none;
  }

  .l-article-item-ttl2 {
    font-size: 2rem;
    margin: -31px 0 11px -20px;
  }

  .l-article-item-ttl2 > a {
    display: block;
    padding: 15px 20px;
    background: #fff;
  }

  .l-article-item-ttl3 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }

  .l-article-item-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
  }

  .l-article-item-bar__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .l-article-item-bar__date > .date {
    font-size: 1.3rem;
    margin: 0 20px 0 0;
    padding-left: 14px;
  }

  .l-article-item-bar__date > .date::before {
    height: 12px;
  }

  .l-article-item-bar__date > .category {
    font-size: 1.3rem;
    margin-bottom: 0;
    padding-left: 0;
  }

  .l-article-item-bar__writer {
    font-size: 1.3rem;
    padding-left: 0;
  }

  .l-article-item-bar--02 {
    margin-bottom: 0;
  }

  .l-article-item-bar--02 > .l-article-item-bar__date > .date {
    margin-bottom: 11px;
  }

  .l-article-item-sponsor {
    padding-top: 12px;
  }

  .l-article-item-txt {
    font-size: 1.3rem;
    display: inherit;
    color: #555;
  }

  .l-recommend-movie-wrap .swiper-container {
    margin: 0;
    padding-bottom: 10px;
  }

  .l-recommend-movie-wrap .swiper-slide {
    width: 210px;
  }

  .l-recommend-list {
    margin: -39px 0 0 -60px;
    padding: 0;
  }

  .l-recommend-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 330px;
    margin: 39px 0 0 60px;
  }

  .l-recommend-item__img {
    width: 160px;
    margin: 0 19px 0 0;
  }

  .l-recommend-item__img > .img {
    width: 160px;
    height: 160px;
  }

  .l-recommend-item__img + .l-recommend-item__body .l-recommend-item-ttl {
    margin: -22px 0 -4px -33px;
  }

  .l-recommend-item-ttl {
    font-size: 1.6rem;
    position: relative;
    margin: -22px 0 -4px -20px;
    padding: 16px 20px 13px;
    background-color: #fff;
  }

  .l-recommend-item-sponsor {
    font-size: 1.2rem;
    padding-top: 0;
  }

  .l-pr-section {
    margin-bottom: 48px;
    padding: 0;
  }

  .l-pr-section2-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    border-top: none;
  }

  .l-pr-section2 {
    padding: 0;
  }

  .l-pr-section2__item + .l-pr-section2__item {
    margin-top: 0;
  }

  .l-article-bottom {
    margin: 50px 0 0;
    padding: 0;
    border-top: 1px solid #e5e5e5;
  }

  .l-article-bottom-inner {
    padding: 35px 0 25px;
    border-top: none;
  }

  .l-side {
    display: block;
    width: 360px;
    padding: 0 30px;
    background-color: #fff;
  }

  .l-side-bnr {
    margin-bottom: 42px;
    padding: 0;
  }

  .l-side-bnr2 {
    padding: 0;
  }

  .l-ranking-wrap .l-ttl2, .l-side-ranking .l-ttl2 {
    margin-bottom: 0;
  }

  .l-ranking > li > a {
    font-size: 1.5rem;
    padding: 18px 0 18px 86px;
    background-position: left center;
    background-size: 56px auto;
  }

  .l-ranking > li.rank5 > a {
    padding-bottom: 10px;
  }

  .l-ranking > li .sponsor {
    padding-top: 12px;
  }

  .l-writer-item__body > .txt {
    font-size: 1.3rem;
  }

  .l-writer-list2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -30px 0 0 -35px;
  }

  .l-writer-item2 {
    width: calc(50% - 35px);
    margin: 30px 0 0 35px;
  }

  .l-writer-item2 + .l-writer-item2 {
    margin-top: 30px;
  }

  .l-writer-item2__img {
    width: 144px;
    margin-right: 21px;
  }

  .l-writer-item2__img > .img {
    width: 140px;
    height: 140px;
    margin-bottom: 15px;
    border-radius: 140px;
  }

  .l-writer-item2__img > .name {
    font-size: 1.6rem;
    margin-bottom: 13px;
  }

  .l-writer-item2__img > .link {
    font-size: 1.3rem;
  }

  .l-footer-bottom-inner, .l-footer-top-inner {
    width: 1280px;
    margin: 0 auto;
  }

  .l-footer-top-inner {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 0;
  }

  .l-footer-top__logo {
    width: 292px;
    margin-bottom: 3px;
  }

  .l-footer-top__logo img {
    width: 252px;
    margin-left: 0;
  }

  .l-footer-top__txt {
    font-size: 1.3rem;
    width: 743px;
    margin-bottom: 0;
    padding-right: 30px;
  }

  .l-footer-top__social {
    width: 243px;
  }

  .l-footer-top__social > .l-social-link {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .l-footer-top__social > .l-social-link > li {
    width: 46px;
  }

  .l-footer-top__social > .l-social-link > li + li {
    margin-left: 12px;
  }

  .l-page-top {
    width: 28px;
    height: 42px;
    margin-right: 0;
  }

  .l-page-top > a > img {
    width: 28px;
  }

  .l-footer-bottom-inner {
    padding: 37px 0;
  }

  .l-footer-bottom {
    padding-bottom: 0;
    background-color: #f5f5f5;
  }

  .l-footer-bottom__nav {
    background: none;
  }

  .l-footer-bottom__copy {
    padding: 0;
    color: #787878;
  }

  .l-footer-bottom__copy > .jp, .l-footer-bottom__copy > .en {
    font-size: 1.1rem;
  }

  .l-footer-bottom__copy > .en {
    margin-bottom: 5px;
  }

  .l-footer-nav {
    line-height: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 28px;
    padding: 0;
  }

  .l-footer-nav > li {
    font-size: 1.3rem;
    width: inherit;
    margin-bottom: 10px;
    padding: 0 7px;
  }

  .l-footer-nav > li:first-child {
    width: inherit;
  }

  .l-footer-nav > li + li {
    border-left: 1px solid #a39068;
  }

  .l-footer-nav > li > a {
    display: inherit;
    width: inherit;
    padding: inherit;
  }

  .l-category-head-top {
    margin-bottom: 63px;
  }

  .l-category-head {
    margin-bottom: 38px;
    padding: 0;
  }

  .l-category-head__ttl {
    font-size: 2.6rem;
    padding-bottom: 11px;
  }

  .l-category-head__ttl--type2 {
    font-size: 1.8rem;
  }

  .l-category-head__ttl--type2 > em {
    font-size: 2.6rem;
  }

  .l-category-head__ttl--work {
    padding-left: 33px;
    background-position: left 14px;
    background-size: 18px auto;
  }

  .l-category-head__ttl--movie {
    padding-left: 37px;
    background-position: left 18px;
    background-size: 26px auto;
  }

  .l-category-head__ttl::before {
    width: 120px;
  }

  .l-category-ttl {
    font-size: 1.8rem;
    margin-bottom: 48px;
    padding-right: 235px;
    padding-bottom: 11px;
  }

  .l-category-ttl > .ttl > em {
    font-size: 2.6rem;
  }

  .l-category-ttl > .connt {
    font-size: 1.4rem;
    position: absolute;
    top: 16px;
    right: 0;
  }

  .l-category-ttl::before {
    width: 120px;
  }

  .l-writer-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }

  .l-writer-head__img {
    width: 210px;
    margin-right: 31px;
  }

  .l-writer-head__img > .img {
    width: 210px;
    height: 210px;
    margin: 0;
    border-radius: 210px;
  }

  .l-writer-head__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .top-pickup-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1080px;
    margin: 0 auto;
  }

  .top-pickup {
    margin-bottom: -53px;
  }

  .top-pickup__ttl {
    top: 26px;
    display: inherit;
    padding: 0;
    background: none;
  }

  .top-pickup__slider {
    position: relative;
    width: 816px;
  }

  .top-pickup__slider .swiper-slide {
    width: 816px;
    height: 500px;
    padding: 0;
  }

  .top-pickup__slider .swiper-slide a:hover {
    opacity: 1;
  }

  .top-pickup__slider .swiper-slide a:hover .top-pickup-item-ttl {
    opacity: .6;
  }

  .top-pickup__slider .swiper-slide a:hover .top-pickup-item__img .img {
    opacity: .6;
  }

  .top-pickup__slider .swiper-button-next, .top-pickup__slider .swiper-button-prev {
    right: inherit;
    bottom: 108px;
    width: 19px;
    height: 36px;
    background-size: 19px 36px;
  }

  .top-pickup__slider .swiper-button-prev {
    left: 0;
    background-image: url('/assets/img/common/icon_prev2.png');
  }

  .top-pickup__slider .swiper-button-next {
    right: inherit;
    left: 79px;
    background-image: url('/assets/img/common/icon_next2.png');
  }

  .top-pickup__slider .swiper-pagination {
    bottom: 114px;
    left: 158px;
    width: auto;
    margin-left: inherit;
  }

  .top-pickup__slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 15px !important;
    border-radius: 12px;
  }

  .top-pickup__movie {
    width: 264px;
    padding: 25px 30px 22px;
  }

  .top-pickup__movie > .l-ttl {
    margin-bottom: 23px;
  }

  .top-pickup-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 816px;
    height: 447px;
  }

  .top-pickup-item__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 317px;
    padding: 81px 0 0;
  }

  .top-pickup-item__img {
    position: relative;
    z-index: 1;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 500px;
    height: 500px;
    background-color: #fff;
  }

  .top-pickup-item__img > .img {
    width: 500px;
    height: 500px;
  }

  .top-pickup-item-ttl {
    font-size: 3.2rem;
    line-height: 1.6;
    position: absolute;
    z-index: 2;
    top: 106px;
    left: 0;
    width: 100%;
    margin-top: 0;
    padding: 0;
    background: none;
  }

  .top-pickup-item-ttl > .ttl {
    display: inline;
    background-color: #fff;
  }

  .top-pickup-item-ttl > .ttl .br {
    display: inherit;
  }

  .top-pickup-movie-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 180px;
    margin-left: 15px;
    padding: 0;
  }

  .top-pickup-movie-list > .l-movie-item {
    width: 100%;
  }

  .top-pickup-movie-list > .l-movie-item + .l-movie-item {
    margin: 31px 0 0;
  }

  .top-pickup-movie-list > .l-movie-item .l-movie-item__img > .img {
    width: 180px;
    height: 120px;
  }

  .top-side {
    margin-top: 125px;
  }

  .top-attention {
    padding: 45px 0 43px;
  }

  .u-sp-hide {
    display: inherit !important;
  }

  .u-pc-hide {
    display: none !important;
  }

  .tabs {
    margin-top: -27px;
  }

  .cate_btn img{
    height: 150px;
  }
  #category_list{
    padding: 0;
  }
  
  #category_list .l-ttl {
    margin: 15px 0 31px 0;
  }

  #category_list #cate_btn_box .cate_btn .cate_name_jp {
    font-size: 1.5em;
    line-height: 150px;
  }
  
  #category_list #cate_btn_box .cate_btn_inner .cate_btn {
    width: 31%;
  }

  #category_list #cate_btn_box .cate_btn_inner .cate_btn:nth-child(3n) {
    margin-right: 0;
  }

  .post-navigation {
    padding: 0;
  }

  .post-navigation a.imaged {
    width: 48.5%;
  }

  .prev_post_link.imaged {
    margin-right: 1.5%;
  }

  .next_post_link.imaged {
    margin-left: 1.5%;
  }
}