@charset "UTF-8";
/*-------------------------------------
reset css
-------------------------------------*/
/*
http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url(https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy);
@import url(https://fonts.googleapis.com/css?family=Merriweather);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
select, button, input, textarea,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------------
	WordPress Native Styles
------------------------------*/
.editor {
  line-height: 1.5;
}

.editor p {
  display: block;
  margin: 1em 0;
}

.editor b, .editor strong {
  font-weight: bold;
  font-weight: 700;
}

.editor dfn, .editor cite, .editor em, .editor i {
  font-style: italic;
}

.editor del, .editor span[style='text-decoration: line-through;'] {
  opacity: 0.8;
}

.editor ul, .editor ol {
  list-style-position: inside !important;
  padding-left: 0;
  display: block;
  margin-bottom: 1.75em;
}

.editor ul li, .editor ol li {
  margin-top: .1em;
}

.editor ul li:first-child, .editor ol li:first-child {
  margin-top: 0;
}

.editor ul {
  list-style: disc;
  padding-left: .4em;
}

.editor ul li {
  text-indent: -0.8em;
  padding-left: 0.8em;
}

.editor ol {
  list-style: decimal;
}

.editor ol li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.editor blockquote {
  display: block;
  border-left: 4px solid #1a1a1a;
  color: #686868;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.6;
  padding-left: 1.2em;
  margin: 0;
  margin-bottom: 1.75em;
}

.editor blockquote p {
  margin-bottom: 1.4rem;
}

.editor blockquote, .editor q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

.editor hr {
  background-color: #d1d1d1;
  background-color: rgba(51, 51, 51, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 1.75em;
}

.editor .alignleft {
  float: left;
  padding: 0 0 0.5em 0.5em;
}

.editor .aligncenter {
  display: block;
  margin: 0 auto;
  margin-bottom: 1em;
}

.editor .alignright {
  float: right;
  padding: 0 0 0.5em 0.5em;
}

.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
  clear: both;
  font-weight: 700;
  margin: 1rem 0;
}

.editor h1 {
  font-size: 2.6rem;
}

.editor h2 {
  font-size: 2.2rem;
}

.editor h3 {
  font-size: 1.8rem;
}

.editor h4, .editor h5, .editor h6 {
  font-size: 1.5rem;
}

.editor pre {
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid #d1d1d1;
  font-size: 16px;
  font-size: 1rem;
  margin: 1em 0;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.editor code, .editor kbd, .editor tt, .editor var, .editor samp, .editor pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.editor .clearfix, .editor .columns, .editor .btn-sns-items, .editor .pager .pager-items, .pager .editor .pager-items, .editor .home .main .content-banners .banner-items, .home .main .content-banners .editor .banner-items, .editor .lower div.header .header-low, .lower div.header .editor .header-low, .editor .page-contents .category-items, .page-contents .editor .category-items, .editor .page-contents.onair.archive .past-sites .past-items, .page-contents.onair.archive .past-sites .editor .past-items, .editor .page-contents.beautybook .archive-items, .page-contents.beautybook .editor .archive-items {
  overflow: hidden;
  zoom: 1;
}

.editor .clearfix:after, .editor .columns:after, .editor .btn-sns-items:after, .editor .pager .pager-items:after, .pager .editor .pager-items:after, .editor .home .main .content-banners .banner-items:after, .home .main .content-banners .editor .banner-items:after, .editor .lower div.header .header-low:after, .lower div.header .editor .header-low:after, .editor .page-contents .category-items:after, .page-contents .editor .category-items:after, .editor .page-contents.onair.archive .past-sites .past-items:after, .page-contents.onair.archive .past-sites .editor .past-items:after, .editor .page-contents.beautybook .archive-items:after, .page-contents.beautybook .editor .archive-items:after {
  content: "";
  display: block;
  clear: both;
}

.editor img[class*="wp-image-"],
.editor img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

/*
import
google font
*/
/* -------------------------------------
	PC general settinngs
------------------------------------- */
.sp {
  display: none !important;
}

.fsm1, .top-content .area-title .info {
  font-size: 13px;
}

.fsm2, .post-date, .side-nav.rnav .texts, .page-contents .archive-items .thumb-box .theme, .page-contents .archive-items .thumb-box .beautist .position, .block.location .texts .text, .page-contents.onair.single .beautist .text, .page-contents.beautybook .beautybook-contents .about-beautybook .texts .text {
  font-size: 12px;
}

.fsm3, .wrap-fixed-next .fixed-title .ja {
  font-size: 11px;
}

.fsm4, .tag.beautist, .tag.category, .wrap-fixed-next .fixed-title:after {
  font-size: 10px;
}

.fsm5 {
  font-size: 9px;
}

.fsm6 {
  font-size: 8px;
}

.fsm7 {
  font-size: 7px;
}

.fsm8 {
  font-size: 6px;
}

.fsm9 {
  font-size: 5px;
}

.fsm10 {
  font-size: 4px;
}

.fn, .ib-items .ib-item, .columns .texts .title .position, .pager .pager-items a, .tbl-dl dt, .tbl-dl dd, .thumb-box.horizontal .item, .wrap-fixed-next .fixed-title span, .side-nav.rnav .image .num, .block .parts-images.even > *, .block .intro-images > *, .block.location p, .block.recommend p, .page-contents.beautybook .archive-items .texts .post-date {
  font-size: 14px;
}

.fsp1 {
  font-size: 15px;
}

.fsp2, .title-border-simple, .title-border-right, .title-while, .title-block.h4, .btn.square, .contents-wrap .main .content-ranking .num, .gnav .menu-item a, .side-nav .title-sidenav, .top-content .title-beautist, .page-contents .title-twotone, .page-contents .archive-items .thumb-box .post-date, .page-contents .archive-items .thumb-box .beautist .name, .page-contents.about .content-intro p, .block p, .block .intro-text, .block .box-bg dt, .block.recommend .top-text, .block.recommend .texts .title, .block.other .title, .page-contents.onair.single .overview .themes *, .page-contents.beautybook .archive-items .texts .catch, .page-contents.beautybook .beautybook-contents .title-area .post-date, .page-contents.beautybook .beautybook-contents .about-beautybook .intro-text {
  font-size: 16px;
}

.fsp3, .page-contents .category-items li a {
  font-size: 17px;
}

.fsp4, .title-twotone, .title-line.middle, .title-block.h2, .title-block.h3, .large, .columns .texts .title .name, .wrap-fixed-next .fixed-title .en, .page-contents .archive-items .thumb-box .catch, .page-contents .category-items li span {
  font-size: 18px;
}

.fsp5, .dbl-arr.right:before {
  font-size: 19px;
}

.fsp6, .top-content .area-title .title {
  font-size: 20px;
}

.fsp7 {
  font-size: 21px;
}

.fsp8, .title-line.large, .page-contents.beautybook .beautybook-contents .title-area .title {
  font-size: 22px;
}

.fsp9 {
  font-size: 23px;
}

.fsp10, .title-border {
  font-size: 24px;
}

.full {
  width: 100%;
}

.half {
  width: 50%;
}

.third {
  width: 33.3%;
}

.quater {
  width: 25%;
}

.fifth {
  width: 20%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mgn {
  margin: 0 !important;
}

.mga {
  margin: auto !important;
}

.mtn {
  margin-top: 0 !important;
}

.mts {
  margin-top: 5px !important;
}

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

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

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

.mt5 {
  margin-top: 25px !important;
}

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

.mt7 {
  margin-top: 35px !important;
}

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

.mt9 {
  margin-top: 45px !important;
}

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

.mbn {
  margin-bottom: 0 !important;
}

.mbs {
  margin-bottom: 5px !important;
}

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

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

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

.mb5 {
  margin-bottom: 25px !important;
}

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

.mb7 {
  margin-bottom: 35px !important;
}

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

.mb9 {
  margin-bottom: 45px !important;
}

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

.mln {
  margin-left: 0 !important;
}

.mls {
  margin-left: 5px !important;
}

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

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

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

.ml5 {
  margin-left: 25px !important;
}

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

.ml7 {
  margin-left: 35px !important;
}

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

.ml9 {
  margin-left: 45px !important;
}

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

.mrn {
  margin-right: 0 !important;
}

.mrs {
  margin-right: 5px !important;
}

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

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

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

.mr5 {
  margin-right: 25px !important;
}

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

.mr7 {
  margin-right: 35px !important;
}

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

.mr9 {
  margin-right: 45px !important;
}

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

.mra {
  margin-right: auto !important;
}

.mla {
  margin-left: auto !important;
}

.mca {
  margin-left: auto;
  margin-right: auto !important;
}

.ptn {
  padding-top: 0 !important;
}

.pts {
  padding-top: 5px !important;
}

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

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

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

.pt5 {
  padding-top: 25px !important;
}

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

.pt7 {
  padding-top: 35px !important;
}

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

.pt9 {
  padding-top: 45px !important;
}

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

.pbn {
  padding-bottom: 0 !important;
}

.pbs {
  padding-bottom: 5px !important;
}

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

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

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

.pb5 {
  padding-bottom: 25px !important;
}

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

.pb7 {
  padding-bottom: 35px !important;
}

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

.pb9 {
  padding-bottom: 45px !important;
}

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

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

.pln {
  padding-left: 0 !important;
}

.pls {
  padding-left: 5px !important;
}

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

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

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

.pl5 {
  padding-left: 25px !important;
}

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

.pl7 {
  padding-left: 35px !important;
}

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

.pl9 {
  padding-left: 45px !important;
}

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

.prn {
  padding-right: 0 !important;
}

.prs {
  padding-right: 5px !important;
}

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

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

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

.pr5 {
  padding-right: 25px !important;
}

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

.pr7 {
  padding-right: 35px !important;
}

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

.pr9 {
  padding-right: 45px !important;
}

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

.ti, .contents .bx-wrapper .bx-controls-direction a, .icon:before, .columns div.image.movie:after, .header h1, .btn-sns-items li a, .side-nav ul li:before, .lower div.header .logo, .lower div.header .date-time {
  display: block;
  background-repeat: no-repeat;
  background-position: left top;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 120%;
}

/*-------------------------------------
 Base Settings
-------------------------------------*/
/* font size setting
-------------------- */
html {
  font-size: 14px;
}

@media screen and (max-width: 769px) {
  html {
    font-size: 149.955%;
  }
}

@media screen and (max-width: 667px) {
  html {
    font-size: 130.065%;
  }
}

@media screen and (max-width: 568px) {
  html {
    font-size: 110.76%;
  }
}

@media screen and (max-width: 414px) {
  html {
    font-size: 80.73%;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 73.125%;
  }
}

@media screen and (max-width: 320px) {
  html {
    font-size: 62.4%;
  }
}

.wrapper {
  font-size: 14px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #231816;
  background-color: #f9f5f1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

/* --------------------
	tags
-------------------- */
a {
  color: inherit;
  text-decoration: none;
}

b {
  font-weight: bold;
}

i {
  display: inline-block;
}

em {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe, object, video, embed {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

table {
  width: 100%;
}

* {
  outline: none;
}

input, textarea {
  border: none;
}

button.ti, button.icon:before, .lower div.header button.logo, .lower div.header button.date-time {
  text-indent: 160%;
}

/* -------------------------
	parts
------------------------- */
/* wrap content
-------------------- */
.wrapper {
  min-width: 1000px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.container {
  width: 1000px;
  margin: 0 auto;
}

/* texts
-------------------- */
.tdu {
  text-decoration: underline;
}

.tdn {
  text-decoration: none !important;
}

/* links
-------------------- */
.lbs {
  color: #231816;
}

.lbs:hover {
  color: #554a48;
  text-decoration: underline;
}

.tdc {
  border-bottom: 1px solid #9b9b9b;
}

.tdc:hover {
  border-bottom: none;
}

.lca, .page-contents.onair.single .overview .topics a {
  color: #231816;
  text-decoration: underline;
}

.lca:link, .page-contents.onair.single .overview .topics a:link {
  color: #231816;
}

.lca:visited, .page-contents.onair.single .overview .topics a:visited {
  color: #231816;
}

.lca:hover, .page-contents.onair.single .overview .topics a:hover {
  color: #413634;
}

.lca:active, .page-contents.onair.single .overview .topics a:active {
  color: #231816;
}

.lcb {
  color: #d80c18;
  text-decoration: underline;
}

.lcb:link {
  color: #d80c18;
}

.lcb:visited {
  color: #d80c18;
}

.lcb:hover {
  color: #f62a36;
}

.lcb:active {
  color: #d80c18;
}

.lcc {
  color: #b18247;
  text-decoration: underline;
}

.lcc:link {
  color: #b18247;
}

.lcc:visited {
  color: #b18247;
}

.lcc:hover {
  color: #cfa065;
}

.lcc:active {
  color: #b18247;
}

.lcd {
  color: #f9f5f1;
  text-decoration: underline;
}

.lcd:link {
  color: #f9f5f1;
}

.lcd:visited {
  color: #f9f5f1;
}

.lcd:hover {
  color: white;
}

.lcd:active {
  color: #f9f5f1;
}

/* arrows
-------------------- */
.arr {
  position: relative;
}

.arr:after {
  content: "";
}

.arr.down {
  padding-right: 10.5px;
}

.arr.down:after {
  width: 7px;
  height: 4px;
  right: 0;
}

.arr.blk.down:after {
  background-position: left top;
}

.txt-arr.right:before {
  content: "→";
  margin-right: .5em;
}

.dbl-arr.right:before {
  content: "»";
}

/* arrows(triangle)
-------------------- */
.triangle {
  position: relative;
  display: inline-block;
}

.triangle:before {
  content: '▶︎';
}

.triangle.right {
  padding-left: 20px;
}

.triangle.right:before {
  width: 5px;
  height: 9px;
  left: 0;
}

.triangle.yel.right:before {
  background-position: left top;
}

.triangle.gry.right:before {
  background-position: -5px top;
}

/* lists
-------------------- */
.disc-items .disc-item {
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -0.8em;
  padding-left: 0.8em;
  margin-top: 25px;
  line-height: 2;
  letter-spacing: 1.5px;
}

.notice-items .notice-item {
  text-indent: -1.1em;
  padding-left: 1.1em;
}

.notice-items .notice-item:before {
  content: "※";
}

.ib-items {
  display: table;
  font-size: 0;
}

.ib-items .ib-item {
  display: inline-block;
  vertical-align: top;
}

/* tables
-------------------- */
.tbl-base {
  width: 100%;
  letter-spacing: 1.5px;
}

.tbl-base tr {
  border-bottom: 1px solid #231816;
}

.tbl-base tr:first-child {
  border-top: 1px solid #231816;
}

.tbl-base th, .tbl-base td {
  padding: 35px;
  line-height: 1.8;
}

.tbl-base th {
  vertical-align: middle;
}

.btn-totop {
  z-index: 50;
}

/* -------------------------
	parts PC
------------------------- */
/*-------------------------------------
 Super General Purpose
-------------------------------------*/
.clearfix, .columns, .btn-sns-items, .pager .pager-items, .home .main .content-banners .banner-items, .lower div.header .header-low, .page-contents .category-items, .page-contents.onair.archive .past-sites .past-items, .page-contents.beautybook .archive-items {
  zoom: 1;
}

.clearfix:after, .columns:after, .btn-sns-items:after, .pager .pager-items:after, .home .main .content-banners .banner-items:after, .lower div.header .header-low:after, .page-contents .category-items:after, .page-contents.onair.archive .past-sites .past-items:after, .page-contents.beautybook .archive-items:after {
  content: "";
  display: block;
  clear: both;
}

.ir {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

.tr {
  position: absolute;
  top: 0;
  left: -5000px;
}

.elps {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ref {
  position: relative;
}

.abs {
  position: absolute;
}

.fix {
  position: fixed;
}

.dn {
  display: none !important;
}

.db {
  display: block !important;
}

.di {
  display: inline !important;
}

.ds {
  display: inline-block !important;
}

.dt {
  display: table !important;
}

.dc {
  display: table-cell !important;
}

.rn {
  border-radius: 0 !important;
}

.rs {
  border-radius: 5px;
}

.rm {
  border-radius: 10px;
}

.rl {
  border-radius: 20px;
}

.ca {
  color: #231816 !important;
}

.cb {
  color: #d80c18 !important;
}

.cc {
  color: #b18247 !important;
}

.cd {
  color: #f9f5f1 !important;
}

.ce {
  color: #bdafa2 !important;
}

.cf {
  color: #f2eee9 !important;
}

.cg {
  color: #3b3636 !important;
}

.ch {
  color: #000000 !important;
}

.ci {
  color: #000000 !important;
}

.cj {
  color: #000000 !important;
}

.ck {
  color: #000000 !important;
}

.cl {
  color: #000000 !important;
}

.ba {
  background-color: #231816 !important;
}

.bb {
  background-color: #d80c18 !important;
}

.bc {
  background-color: #66634b !important;
}

.bd {
  background-color: #f9f5f1 !important;
}

.be {
  background-color: #bdafa2 !important;
}

.bf {
  background-color: #f2eee9 !important;
}

.bg {
  background-color: #3b3636 !important;
}

.bh {
  background-color: #000000 !important;
}

.bi {
  background-color: #000000 !important;
}

.bj {
  background-color: #000000 !important;
}

.bk {
  background-color: #000000 !important;
}

.bl {
  background-color: #000000 !important;
}

.n {
  font-weight: normal !important;
}

.b {
  font-weight: bold !important;
}

.l {
  text-align: left !important;
}

.c {
  text-align: center !important;
}

.r {
  text-align: right !important;
}

.u {
  text-decoration: underline !important;
}

.obl {
  font-style: oblique;
}

.v0 {
  vertical-align: 0;
}

.v1 {
  vertical-align: -1px;
}

.v2 {
  vertical-align: -2px;
}

.v3 {
  vertical-align: -3px;
}

.v4 {
  vertical-align: -4px;
}

.v5 {
  vertical-align: -5px;
}

.vt {
  vertical-align: top;
}

.vm {
  vertical-align: middle;
}

.vb {
  vertical-align: bottom;
}

/* positions
-------------------- */
.pos, .pos-center, .pos-vertical-center, .arr:after, .triangle:before, .title-content:before, .title-content:after, .title-border-right:after, .pager .pager-items a:before, .pager .pager-items a:after, .wrap-fixed-next .fixed-title:after, .side-nav ul li:before, .block.recommend .sub, .pos-horizontal-center, .pos-override-center {
  position: absolute;
  margin: auto;
}

.pos-center {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.pos-vertical-center, .arr:after, .triangle:before, .title-content:before, .title-content:after, .title-border-right:after, .pager .pager-items a:before, .pager .pager-items a:after, .wrap-fixed-next .fixed-title:after, .side-nav ul li:before, .block.recommend .sub {
  top: 0;
  bottom: 0;
}

.pos-horizontal-center {
  left: 0;
  right: 0;
}

.pos-override-center {
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
}

/*-------------------------------------
	General Purpose
-------------------------------------*/
.wrapper {
  min-height: 500px;
  position: relative;
  z-index: 0;
}

.opac, .js-modal-key:before, .contents .bx-wrapper .bx-controls-direction a, .btn-sns-items li a, .banner-items li a, .wrap-fixed-next .fixed-title, .side-nav.rnav li a {
  display: block;
}

.opac:hover, .js-modal-key:hover:before, .contents .bx-wrapper .bx-controls-direction a:hover, .btn-sns-items li a:hover, .banner-items li a:hover, .wrap-fixed-next .fixed-title:hover, .side-nav.rnav li a:hover {
  opacity: .8;
}

.init-ad-wrapper {
  padding-top: 69px;
}

.sp-layout {
  display: none !important;
}

iframe, object, embed {
  max-width: 100%;
  display: block;
  margin: 1em auto !important;
}

/* --------------------
	javascript
-------------------- */
.modal-view {
  position: relative;
}

.modal-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../img/overlay_movie.png) repeat left top;
  z-index: 999;
}

.modal-content {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  margin: auto;
  width: 560px;
  height: 315px;
}

.modal-content iframe {
  height: 100%;
}

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

.contents .bx-wrapper {
  box-shadow: none;
  border: none;
  background: none;
  margin-bottom: 0;
}

.contents .bx-wrapper .bx-controls-direction a {
  width: 8px;
  height: 12px;
  background-image: url(../img/_slider/btn_slider.png);
  margin-top: 0;
  top: 75px;
}

.contents .bx-wrapper .bx-controls-direction a.bx-prev {
  left: -15px;
  background-position: 0px top;
}

.contents .bx-wrapper .bx-controls-direction a.bx-next {
  right: -15px;
  background-position: -8px top;
}

.contents .bx-viewport {
  overflow: hidden;
}

.full-elm, .page-contents .inner .title-border, .page-contents .archive-items .title-border,
.page-contents .inner .title-while, .page-contents .archive-items .title-while,
.page-contents .inner .title-twotone, .page-contents .archive-items .title-twotone,
.page-contents .inner .title-line, .page-contents .archive-items .title-line,
.page-contents .inner .title-border-simple, .page-contents .archive-items .title-border-simple,
.page-contents .inner .title-border-right, .page-contents .archive-items .title-border-right,
.page-contents .inner .title-block, .page-contents .archive-items .title-block,
.page-contents .inner .top-text, .page-contents .archive-items .top-text, .page-contents.onair.single .overview .topics, .page-contents.beautybook .beautybook-contents .title-area, .page-contents.beautybook .beautybook-contents .about-beautybook {
  width: 640px;
  margin-left: -20px;
  padding-left: 20px;
  padding-right: 20px;
}

/* titles
-------------------- */
.title-twotone {
  font-family: "Sorts Mill Goudy", serif;
  color: white;
  background-color: #231816;
  position: relative;
  padding: 8px 0 4px 20px;
  letter-spacing: 1px;
}

.title-twotone:after {
  content: "";
  width: 340px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #66634b;
}

.title-content {
  font-size: 30px;
  font-family: "Sorts Mill Goudy", serif;
  letter-spacing: 2.5px;
  text-align: center;
  padding-top: 10px;
  margin-bottom: -20px;
  position: relative;
}

.title-content:before, .title-content:after {
  content: "";
  width: 235px;
  height: 1px;
  background-color: #231816;
}

.title-content:before {
  left: 0;
}

.title-content:after {
  right: 0;
}

.title-border {
  font-weight: bold;
  color: #b18247;
  text-align: center;
  border-top: 1px solid #b18247;
  border-bottom: 1px solid #b18247;
  padding: 20px 0;
  line-height: 1.5;
  letter-spacing: 2px;
}

.title-border-simple {
  font-weight: bold;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 15px 0;
  margin-bottom: 25px;
  letter-spacing: 1.5px;
}

.title-border-simple.en {
  font-family: "Sorts Mill Goudy", serif;
}

.title-border-right {
  font-weight: bold;
  font-family: "Sorts Mill Goudy", serif;
  letter-spacing: 2.5px;
  position: relative;
  margin-bottom: 25px;
}

.title-border-right span {
  display: inline-block;
  background: white;
  position: relative;
  z-index: 10;
  padding-top: 5px;
  padding-right: 1em;
}

.title-border-right:after {
  content: "";
  width: 100%;
  height: 1px;
  z-index: 0;
  left: 0;
  background-color: black;
}

.title-while {
  font-weight: bold;
  font-family: "Sorts Mill Goudy", serif;
  color: white;
  background-color: #66634b;
  letter-spacing: 1px;
  padding: 10px 20px 4px;
  margin-bottom: 30px;
}

.title-line {
  color: white;
  background-color: #231816;
  line-height: 1.3;
  letter-spacing: 1.5px;
  font-weight: bold;
}

.title-line.large {
  padding-top: 25px;
  padding-bottom: 60px;
  margin-bottom: -40px;
}

.title-line.middle {
  padding-top: 20px;
  padding-bottom: 15px;
}

.title-line.en {
  font-family: "Sorts Mill Goudy", serif;
}

.title-point {
  text-indent: -1.2em;
  padding-left: 1.2em;
  line-height: 1.3;
}

.title-point:before {
  margin-right: .3em;
}

.title-point.in:before {
  content: "●";
}

.title-point.out:before {
  content: "○";
}

.title-point.col-a:before {
  color: #231816;
}

.title-point.col-b:before {
  color: #d80c18;
}

.title-point.col-c:before {
  color: #b18247;
}

.title-point.col-d:before {
  color: #f9f5f1;
}

.title-point.col-e:before {
  color: #bdafa2;
}

.title-point.col-f:before {
  color: #f2eee9;
}

.title-block {
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}

.title-block.h2 {
  color: white;
  background-color: #d80c18;
  padding: 10px;
}

.title-block.h3 {
  color: #d80c18;
  border-bottom: 1px solid #d80c18;
  padding-bottom: .3em;
}

/* texts
-------------------- */
.post-date {
  font-weight: bold;
  color: #b18247;
  font-family: "Merriweather", serif;
  letter-spacing: 1px;
}

.large {
  font-weight: bold;
  letter-spacing: 1px;
}

.note {
  font-size: 12px !important;
}

/* btns
-------------------- */
.btn {
  display: inline-block;
}

.btn.square {
  font-weight: bold;
  padding: 1em 2.5em;
  color: white;
}

.btn.square.lca, .page-contents.onair.single .overview .topics a.btn.square {
  background-color: #231816;
  text-decoration: none;
}

.btn.square.lca:hover, .page-contents.onair.single .overview .topics a.btn.square:hover {
  color: white;
  background: #372c2a;
}

.btn.square.lcb {
  background-color: #8bae59;
  text-decoration: none;
}

.btn.square.lcb:hover {
  color: white;
  background: #8bae59;
}

.btn.square.lcc {
  background-color: #b18247;
  text-decoration: none;
}

.btn.square.lcc:hover {
  color: white;
  background: #c5965b;
}

.btn.square.lcd {
  background-color: #f9f5f1;
  text-decoration: none;
}

.btn.square.lcd:hover {
  color: white;
  background: white;
}

.btn.square.lce {
  background-color: #bdafa2;
  text-decoration: none;
}

.btn.square.lce:hover {
  color: white;
  background: #d1c3b6;
}

.btn.square.lcf {
  background-color: #f2eee9;
  text-decoration: none;
}

.btn.square.lcf:hover {
  color: white;
  background: #fffffd;
}

/* tags
-------------------- */
.tag {
  display: inline-block;
  padding: .1em .3em;
  font-weight: bold;
  color: white;
}

.tag.black {
  background: black;
}

.tag.red {
  background: #d80c18;
}

.tag.beautist {
  font-family: "Sorts Mill Goudy", serif;
  background-color: #b18247;
  padding: .3em .7em .2em;
}

.tag.category {
  padding: .2em 1em;
  min-width: 4em;
  text-align: center;
}

/* icons
-------------------- */
.icon {
  position: relative;
}

.icon:before {
  content: "";
}

.icon.circle:before {
  width: 20px;
  height: 21px;
  background-image: url(../img/icon_circle.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

/* --------------------
	common sections
-------------------- */
/* column
-------------------- */
.columns .column.left {
  float: left;
}

.columns .column.right {
  float: right;
}

.columns div.image.movie {
  position: relative;
  overflow: hidden;
  box-shadow: 1px 2px 4px 0px #868686;
}

.columns div.image.movie:before, .columns div.image.movie:after {
  content: "";
  position: absolute;
}

.columns div.image.movie:before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.columns div.image.movie:after {
  width: 48px;
  height: 48px;
  background-image: url(../img/icon_play.png);
  bottom: 15px;
  right: 15px;
  background-size: contain;
}

.columns .texts .title {
  margin-bottom: 1em;
}

.columns .texts .title .position:before {
  content: "／";
}

/* contents
-------------------- */
.contents-wrap {
  min-height: 500px;
  background: url(../img/bg_contents.jpg) repeat-y center top;
  padding: 40px 0;
}

.contents-wrap .main {
  width: 680px;
  margin: 0;
}

.contents-wrap .main .content-ranking {
  margin: 40px 0;
}

.contents-wrap .main .content-ranking .slider-top-ranking .texts {
  padding-bottom: 0;
}

.contents-wrap .main .content-ranking .slider-top-ranking li > a {
  display: block;
}

.contents-wrap .main .content-ranking .thumb-box {
  position: relative;
}

.contents-wrap .main .content-ranking .num {
  font-family: "Merriweather", serif;
  line-height: 1;
  padding: 1px 6px 5px;
  color: white;
  background-color: #d80c18;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
}

.contents-wrap .content-body {
  background-color: white;
  padding: 25px 20px;
}

.contents-wrap .sidebar {
  width: 300px;
}

/* header
-------------------- */
.header {
  padding: 0;
  background-color: white;
}

/* footer
-------------------- */
/* sidebar
-------------------- */
.sidebar .banner-items li {
  margin-top: 20px;
}

.sidebar .banner-items li:first-child {
  margin-top: 0;
}

.sidebar .btns {
  margin-top: 30px;
}

.sidebar .btns li {
  margin-top: 10px;
}

.sidebar .btns li:first-child {
  margin-top: 0;
}

.sidebar .btns li a {
  display: block;
  text-align: center;
}

/* --------------------
	lists
-------------------- */
.btn-sns-items li {
  float: left;
}

.banner-items li a {
  display: block;
}

.pager {
  margin: 30px 0;
  visibility: hidden;
  display:block !important;
}

.pager .pager-items {
  padding: 0 20px;
}

.pager .pager-items a {
  padding: .8em 3em;
  position: relative;
}

.pager .pager-items a:before, .pager .pager-items a:after {
  height: 1em;
}

.pager .pager-items .left a:before {
  content: "＜";
  left: 1.2em;
}

.pager .pager-items .right a:after {
  content: "＞";
  right: 1.2em;
}

.paging-holder {
  display: none;
}

.pager-items .left.jp-disabled, .pager-items .right.jp-disabled {
  display: none;
}

/* --------------------
	tables
-------------------- */
.tbl-dl {
  display: table;
  font-size: 0;
  width: 100%;
  table-layout: fixed;
}

.tbl-dl dt, .tbl-dl dd {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}

/* --------------------
	boxes
-------------------- */
.show-check {
  display: none;
}

.thumb-box .texts {
  padding: 1em 0;
  line-height: 1.5;
}

.thumb-box.vertical .item {
  display: block;
}

.thumb-box.horizontal {
  display: table;
  font-size: 0;
  width: 100%;
}

.thumb-box.horizontal .item {
  display: table-cell;
  vertical-align: top;
}

/* --------------------
	bottom fix next
-------------------- */
.wrap-fixed-next {
  opacity: 0;
  position: fixed;
  z-index: 75;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.wrap-fixed-next .fixed-title:before {
  width: 25px;
  height: 25px;
}

.wrap-fixed-next .fixed-title:after {
  left: 8px;
}

.wrap-fixed-next .fixed-title {
  color: white;
  background-color: #231816;
  display: table;
  font-size: 0;
  width: 100%;
  cursor: pointer;
  position: relative;
}

.wrap-fixed-next .fixed-title span {
  display: table-cell;
  vertical-align: middle;
}

.wrap-fixed-next .fixed-title .en {
  font-family: "Sorts Mill Goudy", serif;
  padding-top: 5px;
  padding-left: 1em;
  width: 4em;
  letter-spacing: 1.5px;
}

.wrap-fixed-next .fixed-title .ja {
  font-weight: bold;
  margin-left: 1em;
  padding-right: 2em;
}

.wrap-fixed-next .fixed-title:before {
  content: "";
  background-color: #8bae59;
  display: table-cell;
}

.wrap-fixed-next .fixed-title:after {
  content: "▶︎";
  color: white;
  position: absolute;
  height: 1em;
  line-height: 1;
}

.wrap-fixed-next .fixed-next {
  width: 680px;
  background-color: white;
}

.wrap-fixed-next .fixed-next .top-content {
  padding: 20px;
}

/* --------------------
	navigations
-------------------- */
.gnav {
  min-height: 50px;
  background-color: #8bae5a;
}

.gnav .menu-item {
  float: left;
}

.gnav .menu-item a {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: bold;
  color: white;
  width: 198px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 1.5px;
  display: inline-block;
  padding: 18px 0 16px;
}

.gnav .menu-item.current-menu-item a,
.gnav .menu-item:hover a {
  font-weight: normal;
  color: #231816;
  background: white;
}

.gnav .menu-item.disable a {
  opacity: .4;
  cursor: default;
  color: white;
  font-weight: bold;
  background: inherit;
}

.side-nav {
  margin-top: 50px;
  position: relative;
}

.side-nav .title-sidenav {
  font-weight: bold;
  font-family: "Sorts Mill Goudy", serif;
  letter-spacing: 2px;
  display: inline-block;
  background-color: #f9f5f1;
  padding-right: 1em;
  position: relative;
  z-index: 10;
  margin-bottom: 10px;
}

.side-nav:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #231816;
  position: absolute;
  top: 5px;
  z-index: 0;
}

.side-nav ul li {
  padding: 1em 0 1em 2em;
  border-bottom: 1px solid #bdafa2;
  position: relative;
}

.side-nav ul li a {
  color: #231816;
}

.side-nav ul li a:hover {
  color: #554a48;
}

.side-nav ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../img/icon_side_nav.png);
  background-size: contain;
  left: 0;
}

.side-nav.rnav li {
  padding-left: 0;
}

.side-nav.rnav li:before {
  content: none;
}

.side-nav.rnav li a {
  display: block;
}

.side-nav.rnav li a:hover {
  color: #231816;
}

.side-nav.rnav .image {
  width: 125px;
  position: relative;
}

.side-nav.rnav .image img {
  width: 120px;
  display: block;
  margin-left: auto;
  position: relative;
  z-index: 0;
}

.side-nav.rnav .image .num {
  font-family: "Merriweather", serif;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 10;
  color: white;
  background-color: #8bae59;
  padding: 1px 6px 3px;
}

.side-nav.rnav .texts {
  padding: 0 0.5em 0.5em 1em;
}

/*-------------------------------------
	Characteristic
-------------------------------------*/
.home .header .inner, .home .header .page-contents .archive-items, .page-contents .home .header .archive-items {
  position: relative;
}

.home .header h1 {
  height: 350px;
  background: url(../img/main.jpg) no-repeat left top;
}

.home .header .btn-sns-items {
  position: absolute;
  bottom: 20px;
  left: 0;
}

.home .header .btn-sns-items li:last-child {
  margin-left: 12px;
}

.home .header .btn-sns-items li a {
  width: 38px;
  height: 38px;
  background-image: url(../img/btns_sns_toppage.png);
}

.home .header .btn-sns-items li a.facebook {
  background-position: left top;
}

.home .header .btn-sns-items li a.twitter {
  background-position: -38px top;
}

.home .main .content {
  margin-bottom: 25px;
}

.home .main .content:first-child {
  margin-top: 0;
}

.home .main .content-news .news-items li {
  margin-top: 1.2em;
}

.home .main .content-news .news-items li:first-child {
  margin-top: 0;
}

.home .main .content-news .news-items dd {
  width: 15%;
}

.home .main .content-banners .banner-items li {
  float: left;
  margin-left: 20px;
}

.home .main .content-banners .banner-items li:first-child {
  margin-left: 0;
}

.top-content {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.top-content .area-title .title {
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 1.3;
  color: #3b3636;
  margin: .3em 0;
}

.top-content .area-detail {
  margin-top: 1em;
}

.top-content .title-beautist {
  width: 320px;
  margin-left: -20px;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: bold;
  letter-spacing: 1.5px;
  color: white;
  padding: 20px 0 15px 360px;
}

.top-content .columns .image {
  width: 320px;
  margin-top: -35px;
  box-shadow: 1px 2px 4px 0px #868686;
}

.top-content .columns .texts {
  width: 300px;
  padding: 13px 0 0 20px;
}

.top-content .columns .texts .text {
  line-height: 2;
}

.top-content .columns .tag {
  margin-bottom: 1em;
}

.top-content .columns .links * {
  margin-left: 1em;
}

.top-content .columns .links *:first-child {
  margin-left: 0;
}

.top-content .columns .btns {
  margin-top: 1.5em;
}

/* --------------------
	lower commons
-------------------- */
.lower div.header h1 {
  position: absolute;
  max-width: 100%;
  z-index: 0;
}

.lower div.header .header-low {
  position: relative;
  z-index: 10;
  padding: 10px 0 15px;
  min-height: 76px;
}

.lower div.header .logo {
  width: 200px;
  height: 76px;
  background-image: url(../img/logo.png);
}

.lower div.header .date-time {
  width: 260px;
  height: 56px;
  background-image: url(../img/date_time.jpg);
  margin-top: 20px;
}

.lower .contents-wrap .main .content-ranking {
  margin-bottom: 0;
}

.page-contents {
  background-color: white;
  padding-bottom: .1em;
}

.page-contents .title-content {
  top: -20px;
  margin-bottom: 20px;
}

.page-contents .inner, .page-contents .archive-items {
  padding: 0 20px;
}

.page-contents .inner .title-border-right :before, .page-contents .archive-items .title-border-right :before {
  content: "";
  height: 1em;
  width: 20px;
  background-color: white;
  position: absolute;
  top: 0;
  left: -20px;
  z-index: 10;
}

.page-contents .title-twotone {
  font-weight: bold;
  padding: 15px 0 9px 20px;
}

.page-contents .title-twotone:after {
  height: 40px;
}

.page-contents .title-while {
  padding-top: 1em;
  padding-bottom: .8em;
}

.page-contents .sns-toppart .btn-sns-items,
.page-contents .sns-underpart .btn-sns-items {
  display: inline-block;
}

.page-contents .sns-toppart .btn-sns-items li:last-child,
.page-contents .sns-underpart .btn-sns-items li:last-child {
  margin-left: 10px;
}

.page-contents .sns-toppart .btn-sns-items li a,
.page-contents .sns-underpart .btn-sns-items li a {
  width: 150px;
  height: 35px;
  background-image: url(../img/btns_sns_underpart.jpg);
}

.page-contents .sns-toppart .btn-sns-items li a.facebook,
.page-contents .sns-underpart .btn-sns-items li a.facebook {
  background-position: left top;
}

.page-contents .sns-toppart .btn-sns-items li a.twitter,
.page-contents .sns-underpart .btn-sns-items li a.twitter {
  background-position: -150px top;
}

.page-contents .sns-toppart .btn-sns-items {
  display: block;
  width: 310px;
  margin-left: auto;
}

.page-contents .sns-underpart {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
}

.page-contents .sns-underpart .text-underpart {
  font-weight: bold;
  margin-bottom: 1em;
}

.page-contents .sns-underpart .text-underpart:before {
  content: "＼";
  margin-right: 0.2em;
}

.page-contents .sns-underpart .text-underpart:after {
  content: "／";
  margin-left: 0.2em;
}

.page-contents .archive-items {
  margin-bottom: 60px;
}

.page-contents .archive-items li:not(:first-child) {
  margin-top: 40px;
}

.page-contents .archive-items li a {
  color: #231816;
}

.page-contents .archive-items .thumb-box .image {
  width: 230px;
}

.page-contents .archive-items .thumb-box .image img {
  max-width: 230px;
}

.page-contents .archive-items .thumb-box .texts {
  padding: 0 0 0 20px;
}

.page-contents .archive-items .thumb-box .texts > * {
  margin-bottom: .3em;
}

.page-contents .archive-items .thumb-box .post-date {
  font-weight: bold;
  line-height: 1;
  margin-bottom: .3em;
}

.page-contents .archive-items .thumb-box .catch {
  font-weight: bold;
}

.page-contents .archive-items .thumb-box .beautist {
  margin-bottom: 0;
}

.page-contents .archive-items .thumb-box .beautist .tag {
  margin-bottom: .3em;
}

.page-contents .archive-items .thumb-box .beautist .position:before {
  content: "／";
}

.page-contents .category-items {
  border-bottom: 1px solid #231816;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.page-contents .category-items li {
  float: left;
}

.page-contents .category-items li:not(:first-child) {
  margin-left: 20px;
}

.page-contents .category-items li a {
  font-weight: bold;
  font-family: "Merriweather", serif;
  color: #231816;
}

.page-contents .category-items li a.disable {
  color: #f1ede9;
  cursor: default;
}

/* 番組概要
-------------------- */
.page-contents.about .content-intro p {
  text-align: center;
  line-height: 2.3;
  margin: 1.5em 0;
}

.page-contents.about .content-personality {
  padding-bottom: 30px;
}

.page-contents.about .content-personality .image {
  width: 270px;
  text-align: center;
}

.page-contents.about .content-personality .image img {
  width: 84%;
}

.page-contents.about .content-personality .prof-items {
  margin-top: 15px;
}

.page-contents.about .content-personality .prof-items li:not(:first-child) {
  margin-top: 15px;
}

.page-contents.about .content-personality .prof-items dt {
  font-weight: bold;
  width: 75px;
}

.page-contents.about .content-personality .prof-items dd {
  font-weight: normal;
}

.page-contents.about .content-song .list-box:not(:first-child) {
  margin-top: 25px;
}

.page-contents.about .content-song .title {
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.page-contents.about .content-song .song:before {
  content: "♪";
  margin-right: 2px;
}

.page-contents.about .content-song .singer:before {
  content: "／";
  margin: 0 1em;
}

/* 詳細ページ ブロック
-------------------- */
.block > * {
  margin: 1em 0;
}

.block > *:first-child {
  margin-top: 0;
}

.block p {
  line-height: 1.8;
  margin: 1em 0;
}

.block p:first-child {
  margin-top: 0;
}

.block .parts {
  margin: 1.5rem 0;
}

.block .parts-images.only {
  text-align: center;
}

.block .parts-images.even {
  display: table;
  font-size: 0;
}

.block .parts-images.even img:not(:nth-child(odd)) {
  margin-left: 10px;
}

.block .parts-images.even img:not(:nth-child(-n+2)) {
  margin-top: 10px;
}

.block .intro-text {
  line-height: 1.8;
  margin-bottom: 20px;
}

.block .intro-images {
  display: table;
  font-size: 0;
  margin-bottom: 30px;
}

.block .intro-images img:not(:nth-child(odd)) {
  margin-left: 10px;
}

.block .block-images {
  margin-bottom: 30px;
}

.block .block-images img {
  display: block;
  margin: 0 auto;
}

.block .block-images img:not(:first-child) {
  margin-top: 10px;
}

.block .box-bg dt, .block .box-bdr dt {
  font-weight: bold;
}

.block .box-bg {
  padding: 20px;
  margin-bottom: 30px;
  background-color: #f9f5f1;
}

.block .box-bg dt {
  margin-bottom: 10px;
}

.block .box-bg dd {
  line-height: 1.8;
}

.block .box-bdr {
  padding: 15px;
  border-top: 1px solid #b18247;
  border-bottom: 1px solid #b18247;
  line-height: 1.3;
}

.block .box-bdr li:not(:first-child) {
  margin-top: .8em;
}

.block .box-bdr dt {
  width: 385px;
}

.block .wrap-link {
  width: 170px;
  margin-left: auto;
  text-align: center;
}

.block .wrap-link .btn.square {
  display: block;
  padding: 0;
  height: 40px;
  line-height: 40px;
}

.block.h3 {
  margin-bottom: 25px;
}

.block.location .image, .block.recommend .image {
  width: 260px;
}

.block.location .texts, .block.recommend .texts {
  width: 360px;
  padding-left: 20px;
}

.block.location {
  margin-bottom: 45px;
}

.block.location .title-line {
  padding-left: 300px;
  width: 360px;
}

.block.location .image {
  margin-top: -40px;
}

.block.location .texts {
  padding-top: 15px;
}

.block.location .texts .large {
  margin-bottom: 10px;
}

.block.location .texts .address {
  margin-bottom: 15px;
}

.block.location .texts .text {
  line-height: 1.8;
}

.block.recommend {
  margin-bottom: 60px;
}

.block.recommend .title-twotone {
  margin-bottom: 0;
}

.block.recommend .title-twotone {
  position: relative;
}

.block.recommend .sub {
  height: 1em;
  left: 360px;
  z-index: 20;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.block.recommend .top-text {
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
}

.block.recommend .box-item {
  padding-top: 30px;
}

.block.recommend .image img {
  border: 1px solid #f9f5f1;
}

.block.recommend .texts {
  padding-top: 0;
  padding-bottom: 0;
}

.block.recommend .texts .title {
  line-height: 1.5;
}

.block.recommend .texts .text {
  line-height: 1.8;
  margin-bottom: 5px;
}

.block.movie {
  margin-bottom: 30px;
}

.block.movie .image {
  width: 600px;
  margin: 0 auto;
}

.block.movie .image.movie:after {
  width: 80px;
  height: 80px;
  background-image: url(../img/icon_play_large.png);
  bottom: 35px;
  right: 40px;
}

.block.other {
  margin-bottom: 35px;
}

.block.other .title {
  color: #d80c18;
  margin-bottom: 1em;
}

.block.other .text {
  line-height: 1.5;
  margin-bottom: 1em;
}

/* ONAIR
-------------------- */
.page-contents.onair.archive .past-sites .tbl-dl {
  border-top: 1px solid #231816;
}

.page-contents.onair.archive .past-sites .tbl-dl dd {
  padding: 13px 20px;
  vertical-align: middle;
}

.page-contents.onair.archive .past-sites .tbl-dl dd:first-child {
  width: 145px;
  border-right: 1px solid #231816;
}

.page-contents.onair.archive .past-sites .past-items li {
  float: left;
}

.page-contents.onair.archive .past-sites .past-items li:not(:first-child) {
  margin-left: 45px;
}

.page-contents.onair.archive .past-sites .past-items li a {
  color: #231816;
}

.page-contents.onair.single .sns-toppart {
  margin-bottom: 10px;
}

.page-contents.onair.single .overview .categories {
  display: table;
  font-size: 0;
  margin-top: 10px;
}

.page-contents.onair.single .overview .category:not(:first-child) {
  margin-left: 10px;
}

.page-contents.onair.single .overview .themes {
  margin: 15px 0 20px;
}

.page-contents.onair.single .overview .themes * {
  font-weight: bold;
  line-height: 1.3;
}

.page-contents.onair.single .overview .themes .theme {
  margin-left: 1em;
}

.page-contents.onair.single .overview .topics {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #231816;
}

.page-contents.onair.single .overview .topics dt, .page-contents.onair.single .overview .topics dd {
  margin-top: 1.2em;
}

.page-contents.onair.single .overview .topics dd {
  text-indent: 0;
  padding-left: 0;
  text-indent: -1.2em;
  padding-left: 2.7em;
}

.page-contents.onair.single .beautist {
  margin-bottom: 50px;
}

.page-contents.onair.single .beautist .title-while {
  width: 480px;
  padding-left: 180px;
  margin-bottom: 0;
}

.page-contents.onair.single .beautist .image {
  width: 140px;
  margin-top: -20px;
  padding-right: 20px;
}

.page-contents.onair.single .beautist .texts {
  width: 480px;
  padding-top: 20px;
}

.page-contents.onair.single .beautist .text {
  line-height: 2;
}

 .page-contents.onair.single .beautist .short {
   overflow: hidden;
 }

.page-contents.onair.category .archive-items {
  margin-bottom: 30px;
}

/* Beauty Book
-------------------- */
.page-contents.beautybook .archive-items li {
  /* width: 200px; */
  /* float: left; */
  width: 197px;
  margin-top: 0;
  display: inline-block;
  vertical-align: top;
}

.page-contents.beautybook .archive-items li:not(:nth-child(3n+1)) {
  margin-left: 19px;
}

.page-contents.beautybook .archive-items li:not(:nth-child(-n+3)) {
  margin-top: 15px;
}

.page-contents.beautybook .archive-items .image {
  width: auto;
}

.page-contents.beautybook .archive-items .image img {
  max-width: 100%;
  width: 100%;
}

.page-contents.beautybook .archive-items .texts {
  padding: .8rem 0 0 0;
}

.page-contents.beautybook.single .title-content {
  margin-bottom: -20px;
}

.page-contents.beautybook .beautybook-contents .title-area {
  border-bottom: 1px solid black;
}

.page-contents.beautybook .beautybook-contents .title-area .post-date {
  margin-bottom: 0;
}

.page-contents.beautybook .beautybook-contents .title-area .title {
  font-weight: bold;
  padding: .5rem 0 .8em;
}

.page-contents.beautybook .beautybook-contents .movie-area {
  margin-bottom: 20px;
}

.page-contents.beautybook .beautybook-contents .movie-area .movie {
  box-shadow: none;
}

.page-contents.beautybook .beautybook-contents .movie-area .movie:after {
  width: 80px;
  height: 80px;
  background-image: url(../img/icon_play_large.png);
  bottom: 40px;
  right: 40px;
}

.page-contents.beautybook .beautybook-contents .introductions {
  margin-bottom: 25px;
}

.page-contents.beautybook .beautybook-contents .introductions .intro-items li:not(:first-child) {
  margin-top: 20px;
}

.page-contents.beautybook .beautybook-contents .introductions .btn {
  width: 440px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.page-contents.beautybook .beautybook-contents .about-beautybook {
  padding-bottom: 40px;
  border-bottom: 1px solid black;
}

.page-contents.beautybook .beautybook-contents .about-beautybook .intro-text {
  line-height: 1.5;
}

.page-contents.beautybook .beautybook-contents .about-beautybook .columns {
  margin-top: 35px;
}

.page-contents.beautybook .beautybook-contents .about-beautybook .image {
  width: 140px;
}

.page-contents.beautybook .beautybook-contents .about-beautybook .texts {
  width: 480px;
}

.page-contents.beautybook .beautybook-contents .about-beautybook .texts .text {
  line-height: 1.8;
}

.page-contents.beautybook .beautybook-contents .sns-toppart {
  margin: 20px 0;
}

/* --------------------
	add0419
	next内のテキスト移動
-------------------- */
.top-content .btm-detail {
  margin-top: 20px;
}

.top-content .btm-detail .text {
  line-height: 2;
}

.wrap-fixed-next .fixed-next .top-content {
  padding-bottom: 5px;
}

.wrap-fixed-next .fixed-next .btm-detail .text {
  display: none;
}

/* --------------------
	add20190129
	トップページにバナーとレコメンドエリアの追加改修
-------------------- */

.banner-list-box {
  margin-bottom: 35px;
}

.banner-list-box li:not(:last-child){
  margin-bottom: 20px;
}

body.home .block.recommend {
  margin-bottom: 0;
  margin-top: 40px;
}

body.home .block.recommend #parts-recommend{
  margin-top: 0;
}

body.home .block.recommend .box-item {
  background: #ffffff;
  padding: 30px 20px;
  margin-top: 0;
  margin-bottom: 0;
}
