@charset "UTF-8";
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 100; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 200; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 300; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 400; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Bold"); font-weight: bold; }
html { font-size: 10px; font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",verdana,sans-serif;; font-weight: 500; color: #444; }

body, html { height: 100%; margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: #e5e5e5; }

* { box-sizing: border-box; }

h1, h2, h3, h4 { margin: 0; font-weight: 500; }

ul { padding: 0; margin: 0; }

li { list-style-type: none; }

a { text-decoration: none; }

p { margin: 0; clear: both; }

img { display: block; }

.on_pc { display: block; }

.on_sp { display: none; }

@media screen and (max-width: 600px) { .on_pc { display: none; }
  .on_sp { display: block; } }
header { position: relative; top: 0; right: 0; z-index: 1000; width: 100%; height: 164px; background: #fff; box-shadow: 0 0 7px rgba(0, 0, 0, 0.3); }

.l-container { margin: 0 auto; padding: 0 15px; max-width: 1250px; }

.l-page { margin: 0 auto; padding: 0 15px; max-width: 1250px; }

.l-inner { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }
.l-inner .c-box, .l-inner .c-note { padding: 0; }
.l-inner .left { -webkit-box-flex: 1; -moz-box-flex: 1; -ms-flex: 1; -webkit-flex: 1; flex: 1; padding-right: 10px; }
.l-inner .right { display: block; -webkit-box-flex: 1; -moz-box-flex: 1; -ms-flex: 1; -webkit-flex: 1; flex: 1; padding-left: 10px; }

footer { margin: 40px 0 0; width: 100%; height: auto; }

@media screen and (max-width: 1220px) { header { height: 100px; } }
@media screen and (max-width: 800px) { footer { margin: 20px 0 0; } }
@media screen and (max-width: 600px) { header { position: fixed; width: 100%; height: 82px; }
  .l-container { margin: 0; padding: 0; }
  .l-page { margin: 82px 0 0; padding: 10px 0 0; }
  .l-inner { display: block; }
  .l-inner .c-box { padding: 15px 3% 0 15px; }
  .l-inner .c-note { padding: 0 3% 0; }
  .l-inner .left { padding: 0; } }
.c-index { margin: 0 auto; padding: 72px 25px 0; max-width: 1220px; height: auto; background: url(img/bg/bg_index.png); background-repeat: no-repeat; background-size: cover; background-position: 0; }
.c-index_inner { position: relative; padding: 0 0 0 45px; width: 100%; height: auto; border-width: 40px 0 0; border-style: solid; border-color: #000; }
.c-index_inner::before { position: absolute; top: -40px; left: 0; z-index: 1; content: ''; width: 30px; height: calc(100% - 25px); background: #00f801; }
.c-index_tag { position: absolute; top: -121px; left: 3px; z-index: 10; width: auto; height: 150px; }
.c-index_tag img { height: 100%; }
.c-index_title { position: absolute; top: -60px; right: 6px; z-index: 10; width: auto; height: 50px; }
.c-index_title img { height: 100%; }
.c-index_title img:hover { height: 110%; }
.c-index_slider { padding: 3% 0; width: 100%; height: auto; }
.c-index_slider ul { width: 100%; }
.c-index_slider ul li a { display: block; }
.c-index_slider ul li a img { margin: 0 0 5px; width: 100%; }
.c-index_slider ul li a p { font-size: 20px; font-size: 1.2rem; color: #444; font-weight: bold; line-height: 120%; text-align: center; }

@media screen and (max-width: 1220px) { .c-index_tag { top: -80px; left: 3px; height: 75px; }
  .c-index_title { top: -60px; right: 6px; height: 35px; } }
@media screen and (max-width: 800px) { .c-index { margin: 0; }
  .c-index_slider ul li a p { font-size: 16px; font-size: 1.6rem; } }
@media screen and (max-width: 600px) { .c-index { margin: 82px 0 0; padding: 35px 3% 0; }
  .c-index_inner { padding: 5px 0 0 5%; border-width: 20px 0 0; border-style: solid; border-color: #000; }
  .c-index_inner::before { top: -20px; left: 0; width: 15px; }
  .c-index_tag { top: -58px; left: 3px; height: 72px; }
  .c-index_title { top: -30px; right: 0; height: 27px; }
  .c-index_slider { padding: 3% 0; }
  .c-index_slider ul li a img { margin: 0 0 5px; }
  .c-index_slider ul li a p { font-size: 12px; font-size: 1.2rem; line-height: 120%; } }
.c-banner { margin: 0 auto 20px; max-width: 1220px; }
.c-banner ul { padding: 0 70px; width: 100%; background: #fe5155; }
.c-banner ul li { position: relative; height: 116px; }
.c-banner ul li a { display: block; position: absolute; top: 50%; left: 50%; height: 76px; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.c-banner ul li a img { display: block; width: auto; height: 100%; }
.c-banner ul .slick-prev { left: 50px; width: 12px; height: 44px; background: url(img/arrow/arrow_banner_L.png) no-repeat; background-size: cover; }
.c-banner ul .slick-prev::before { display: none; }
.c-banner ul .slick-next { right: 50px; width: 12px; height: 44px; background: url(img/arrow/arrow_banner_R.png) no-repeat; background-size: cover; }
.c-banner ul .slick-next::before { display: none; }

@media screen and (max-width: 600px) { .c-banner { margin: 0 0 3%; }
  .c-banner ul { padding: 0 30px; }
  .c-banner ul li { height: 58px; }
  .c-banner ul li a { height: 38px; }
  .c-banner ul .slick-prev { left: 5%; width: 6px; height: 22px; }
  .c-banner ul .slick-next { right: 5%; width: 6px; height: 22px; } }
.c-note { position: relative; margin: 65px auto 0; padding: 0 15px; width: auto; max-width: 950px; height: auto; }
.c-note_inner { position: relative; padding: 0 0 0 30px; width: 100%; height: auto; }
.c-note_inner::before { position: absolute; top: 0; left: 0; z-index: 1; content: ''; width: 30px; height: calc(100%); background: #333; }
.c-note_inner::after { position: absolute; top: 15px; left: -20px; z-index: 10; content: ''; width: 48px; height: calc(100% - 30px); background: url(img/icon/icon_note.png); background-size: 48px 48px; }
.c-note_tag { position: absolute; top: -78px; left: 45px; z-index: 10; width: auto; height: 150px; }
.c-note_tag img { height: 100%; }
.c-note_kado { position: absolute; top: 0; right: 0; z-index: 10; width: 42px; height: 42px; }
.c-note_kado img { width: 100%; }
.c-note.archive .c-note_block { padding: 30px 20px 64px; }
.c-note_block { position: relative; padding: 30px 20px 20px; width: 100%; height: auto; border-width: 4px; border-style: solid; border-color: #000; background: #fff; }
.c-note_title { margin: 20px auto 24px; height: 43px; }
.c-note_title img { margin: 0 auto; height: 100%; }
.c-note_title img:hover { height: 110%; }
.c-note_slider_content { height: auto; }
.c-note_sliderItem { position: relative; padding: 0 7px !important; overflow: hidden; }
.c-note_sliderItem img { display: block; margin: 1em 0; width: auto; height: 8em; }
.c-note h3 { margin: 0 0 8px; padding: 0 0 20px; font-size: 20px; font-size: 2rem; line-height: 130%; font-weight: bold; color: #434343; text-align: center; border-width: 0 0 4px; border-style: solid; border-color: #d1c0b8; }
.c-note_content { font-size: 20px; font-size: 2rem; line-height: 40px; background: -webkit-linear-gradient(bottom, #d1c0b8 0, transparent 0.1em, transparent); background: -o-linear-gradient(bottom, #d1c0b8 0, transparent 0.1em, transparent); background: linear-gradient(to top, #d1c0b8 0%, rgba(0, 0, 0, 0) 0.1em, rgba(0, 0, 0, 0)); background-size: 100% 40px; }
.c-note_content img { display: block; margin: 20px 0; width: auto; height: 360px; }
.c-note_console { position: absolute; bottom: 4px; left: 34px; width: calc(100% - 38px); height: 60px; background: #fff; }
.c-note_console ul { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; width: 100%; height: 60px; }
.c-note_console ul li.prev, .c-note_console ul li.next { position: relative; width: 20%; }
.c-note_console ul li.prev a, .c-note_console ul li.next a { position: absolute; top: 50%; left: 50%; display: block; margin: 0 auto; width: 20px; height: 60px; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.c-note_console ul li.prev a img, .c-note_console ul li.next a img { display: block; margin: 0; padding: 0; width: 20px; height: 20px; }
.c-note_console ul li.more { width: 60%; }
.c-note_console ul li.more .js-more { display: block; font-size: 18px; font-size: 1.8rem; font-weight: bold; line-height: 60px; text-align: center; color: #434343; text-decoration: underline; cursor: pointer; }
.c-note .slick-prev, .c-note .slick-next { top: auto; top: 273px; width: 36px; height: 36px; }
.c-note .slick-prev::before, .c-note .slick-next::before { content: ''; }
.c-note .slick-prev { left: 10%; }
.c-note .slick-next { right: 10%; }
.c-note[data-cat="lineup"] .c-note_inner::before { background: #cd66ff; }
.c-note[data-cat="lineup"] h3 { border-color: #d1c0b8; }
.c-note[data-cat="lineup"] strong { color: #93278f; }
.c-note[data-page="top"] .slick-prev { background: url(img/arrow/arrow_linup_L.png) no-repeat; background-size: cover; }
.c-note[data-page="top"] .slick-next { background: url(img/arrow/arrow_linup_R.png) no-repeat; background-size: cover; }

.l-page .c-note_title { margin: 20px auto 24px; height: 50px; }
.l-page .c-note_title img { margin: 0 auto; height: 100%; }

.l-inner .c-note_tag { top: -78px; left: 45px; height: 150px; }
.l-inner .c-note_title { margin: 20px auto 24px; height: 50px; }

@media screen and (max-width: 1220px) { .c-note { padding: 0 15px 0 25px; }
  .c-note_title { margin: 20px auto 24px; height: 30px; }
  .c-note h3 { font-size: 16px; font-size: 1.6rem; }
  .c-note_content { font-size: 16px; font-size: 1.6rem; line-height: 40px; background-size: 100% 40px; }
  .c-note_content img { display: block; margin: 20px 0; width: auto; height: 160px; }
  .c-note_console ul li.more { width: 60%; }
  .c-note_console ul li.more .js-more { font-size: 16px; font-size: 1.6rem; }
  .c-note .slick-prev, .c-note .slick-next { width: 30px; height: 30px; }
  .l-inner .c-note_tag { top: -40px; left: 40px; height: 75px; }
  .l-inner .c-note_title { margin: 10px auto 14px; height: 30px; } }
@media screen and (max-width: 600px) { .c-note { margin: 30px 0 0; padding: 15px 3% 0 15px; }
  .c-note_inner { padding: 0 0 0 15px; }
  .c-note_inner::before { width: 15px; }
  .c-note_inner::after { top: 15px; left: -10px; z-index: 10; width: 24px; height: calc(100% - 30px); background-size: 24px 24px; }
  .c-note_tag { top: -37px; left: 20px; width: auto; height: 72px; }
  .c-note_kado { width: 21px; height: 21px; }
  .c-note_block { padding: 30px 4% 4%; border-width: 2px; border-style: solid; border-color: #000; }
  .c-note.archive .c-note_block { padding: 30px 4% 62px 4%; }
  .c-note_title { margin: 0 auto 8px; height: 25px; }
  .c-note_sliderItem { padding: 0 7px !important; }
  .c-note_sliderItem img { margin: 1em 0; height: 8em; }
  .c-note h3 { margin: 0 0 8px; padding: 0 0 8px; font-size: 14px; font-size: 1.4rem; line-height: 130%; border-width: 0 0 2px; border-style: solid; border-color: #d1c0b8; }
  .c-note_content { font-size: 13px; font-size: 1.3rem; line-height: 30px; background-size: 100% 30px; }
  .c-note_content img { display: block; margin: 15px 0; height: 180px; }
  .c-note_console { bottom: 2px; left: 17px; width: calc(100% - 19px); height: 60px; }
  .c-note_console ul { width: 100%; height: 60px; }
  .c-note_console ul li.prev, .c-note_console ul li.next { width: 20%; }
  .c-note_console ul li.prev a, .c-note_console ul li.next a { top: 50%; left: 50%; width: 20px; height: 60px; }
  .c-note_console ul li.prev a img, .c-note_console ul li.next a img { width: 20px; height: 20px; }
  .c-note_console ul li.more { width: 60%; }
  .c-note_console ul li.more .js-more { font-size: 13px; font-size: 1.3rem; line-height: 60px; }
  .c-note .slick-prev, .c-note .slick-next { top: auto; top: 273px; width: 20px; height: 20px; }
  .c-note .slick-prev::before, .c-note .slick-next::before { content: ''; }
  .c-note .slick-prev { left: 13%; }
  .c-note .slick-next { right: 13%; }
  .l-inner .c-note { margin: 30px 0 0; padding: 15px 3% 15px 15px; }
  .l-inner .c-note_tag { top: -37px; left: 20px; height: 72px; }
  .l-inner .c-note_title { margin: 0 auto 8px; height: 25px; }
  .l-page .c-note { margin: 30px 0 0; padding: 0 3% 15px 15px; }
  .l-page .c-note_title { margin: 0 auto 8px; height: 25px; } }
.c-box { position: relative; margin: 65px auto 0; padding: 0 15px; width: auto; max-width: 950px; height: auto; }
.c-box_tag { position: absolute; top: -83px; left: 20px; z-index: 10; width: auto; height: 150px; }
.c-box_tag img { height: 100%; }
.c-box_title { position: absolute; top: -20px; right: 25px; z-index: 10; width: auto; height: 50px; }
.c-box_title img { height: 100%; }
.c-box_inner { position: relative; padding: 0 0 0 30px; width: 100%; height: auto; border-width: 40px 0 0; border-style: solid; border-color: #000; }
.c-box_inner::before { position: absolute; top: -40px; left: 0; z-index: 1; content: ''; width: 30px; height: calc(100% + 40px); background: #333; }
.c-box.archive .c-box_block { padding: 30px 20px 64px; }
.c-box_block { position: relative; padding: 30px 20px 20px; width: 100%; height: auto; border-width: 0 4px 4px; border-style: solid; border-color: #000; background: #fff; }
.c-box_block section { margin: 0 0 3em; }
.c-box_block h3 { padding: 0 0 8px; font-size: 20px; font-size: 2rem; line-height: 150%; font-weight: bold; color: #434343; border-width: 0 0 4px; border-style: solid; border-color: #d1c0b8; }
.c-box_content { font-size: 20px; font-size: 2rem; line-height: 40px; background: -webkit-linear-gradient(bottom, #d1c0b8 0, transparent 0.1em, transparent); background: -o-linear-gradient(bottom, #d1c0b8 0, transparent 0.1em, transparent); background: linear-gradient(to top, #d1c0b8 0%, rgba(0, 0, 0, 0) 0.1em, rgba(0, 0, 0, 0)); background-size: 100% 40px; }
.c-box_content img { display: inline-block; margin: 0 !important; max-width: 100%; height: auto !important;max-height: 320px;}
.c-box_content img:after {clear:both;}
.c-box_content br {clear:both;}
.c-box_content.short { height: 80px; overflow: hidden; }
.c-box .date { padding: 4px 0 0; font-size: 16px; font-size: 1.6rem; color: #98999d; }
.c-box_console { position: absolute; bottom: 4px; left: 34px; width: calc(100% - 38px); height: 60px; background: #fff; }
.c-box_console ul { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; width: 100%; height: 60px; }
.c-box_console ul li.more { width: 100%; }
.c-box_console ul li.more .js-more, .c-box_console ul li.more .js-more-blog { display: block; font-size: 18px; font-size: 1.8rem; font-weight: bold; line-height: 60px; text-align: center; color: #434343; text-decoration: underline; cursor: pointer; }
.c-box[data-cat="special"] .c-box_inner::before { background: #ff56d5; }
.c-box[data-cat="special"] strong { color: #ff6589; }
.c-box[data-cat="special"] a { color: #ff6589; text-decoration: underline; }
.c-box[data-cat="guest"] .c-box_inner::before { background: #66feff; }
.c-box[data-cat="guest"] strong { color: #19bcfd; }
.c-box[data-cat="guest"] a { color: #19bcfd; text-decoration: underline; }
.c-box[data-cat="check"] .c-box_inner::before { background: #ffff01; }
.c-box[data-cat="check"] strong { color: #f35c25; }
.c-box[data-cat="check"] a { color: #f35c25; text-decoration: underline; }
.c-box[data-cat="blog"] .c-box_inner::before { background: #ffcc33; }
.c-box[data-cat="blog"] strong { color: #f05a27; }
.c-box[data-cat="blog"] .c-box_content a { color: #f05a27; text-decoration: underline; }
.c-box[data-cat="about"] .c-box_inner::before { background: #ff56d5; }
.c-box[data-cat="about"] strong { color: #fe668c; }
.c-box[data-cat="about"] a { color: #fe668c; text-decoration: underline; }
.c-box[data-cat="letter"] .c-box_inner::before { background: #00f801; }
.c-box[data-cat="personal"] .c-box_inner::before { background: #00f801; }

.js-outer { overflow: hidden; }
.js-main-link {position: relative; height: 35px;}
.js-main-link a {display: inline-block;width: 165px;font-size: 1.6rem;font-weight: 700;line-height: 1.5em;color: #222;text-align: center;border-bottom: 1px solid #d1c0b8;position: absolute;right: 0;}
.js-main-link a > span {display: inline-block;font-size: 1.4rem;font-weight: normal;text-align: left;color: #d1c0b8;margin-right: 5px;}

.l-inner .c-box_tag { position: absolute; top: -75px; left: 0; height: 140px; }
.l-inner .c-box_tag img { height: 100%; }
.l-inner .c-box_title { position: absolute; top: -20px; right: 10px; z-index: 10; width: auto; height: 50px; }
.l-inner .c-box_title img { height: 100%; }
.l-inner .c-box_title img:hover { height: 110%; }

.l-page .c-box_content img { display: block; margin: 20px 0; width: auto; height: 400px !important; }
.l-page .c-box_content img:after {clear:both;}
.l-page .c-box_content br {clear:both;}

@media screen and (max-width: 1220px) { .c-box_block h3 { padding: 0 0 8px; font-size: 16px; font-size: 1.6rem; }
  .c-box_content { font-size: 16px; font-size: 1.6rem; line-height: 40px; background-size: 100% 40px; }
  .c-box_content img { display: block; margin: 20px 0; height: 320px; }
  .c-box .date { padding: 4px 0 0; font-size: 14px; font-size: 1.4rem; color: #98999d; }
  .c-box_console ul li.more .js-more, .c-box_console ul li.more .js-more-blog { font-size: 16px; font-size: 1.6rem; }
  .l-inner .c-box_tag { position: absolute; top: -40px; left: 0; height: 75px; }
  .l-inner .c-box_title { position: absolute; top: -15px; right: 5px; height: 35px; }
  .l-page .c-box_content img { display: block; margin: 20px 0; width: auto; height: 320px !important; } }
@media screen and (max-width: 800px) { .l-inner .c-box_tag { position: absolute; top: -40px; left: 0; height: 75px; }
  .l-inner .c-box_title { position: absolute; top: -12px; right: 5px; height: 30px; }
  .c-box_content img { margin: 20px 0; height: 160px; } }
@media screen and (max-width: 600px) { .c-box { width: 100%; max-width: auto; margin: 30px 0 0; padding: 0 3% 0; }
  .c-box_tag { top: -40px; left: 13px; height: 72px; }
  .c-box_title { top: -10px; right: 15px; height: 25px; }
  .c-box_inner { padding: 0 0 0 15px; border-width: 20px 0 0; border-style: solid; border-color: #000; }
  .c-box_inner::before { top: -20px; left: 0; width: 15px; height: calc(100% + 20px); }
  .c-box.archive .c-box_block { padding: 5% 5% 62px; }
  .c-box_block { padding: 4%; border-width: 0 2px 2px; border-style: solid; border-color: #000; background: #fff; }
  .c-box_block section { margin: 0 0 2em; }
  .c-box_block h3 { margin: 0 0 8px; padding: 0 0 6px; font-size: 13px; font-size: 1.3rem; line-height: 150%; border-width: 0 0 2px; border-style: solid; border-color: #d1c0b8; }
  .c-box_content { font-size: 13px; font-size: 1.3rem; line-height: 30px; background-size: 100% 30px; }
  .c-box_content img { margin: 15px 0; height: 180px; max-width: 100%;}
  .c-box_content.short { height: 60px; overflow: hidden; }
  .c-box .date { padding: 5px 0 0; font-size: 11px; font-size: 1.1rem; }
  .c-box_console { bottom: 2px; left: 17px; width: calc(100% - 19px); height: 60px; }
  .c-box_console ul { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; width: 100%; height: 60px; }
  .c-box_console ul li.more { width: 100%; }
  .c-box_console ul li.more .js-more, .c-box_console ul li.more .js-more-blog { font-size: 13px; font-size: 1.3rem; line-height: 60px; }
  .l-inner .c-box_tag { position: absolute; top: -25px; left: 16px; height: 72px; }
  .l-inner .c-box_title { position: absolute; top: 5px; right: 4%; height: 25px; }
  .l-page .c-box_content img { margin: 15px 0; height: 180px !important; } }
.c-twitter { position: relative; margin: 65px 0 0; padding: 15px 5% 30px; width: 100%; height: auto; background: -webkit-linear-gradient(bottom, #13a1e1 40%, #29aae1 40%, #29aae1 50%, #13a1e1 50%, #13a1e1 90%, #29aae1 90%, #29aae1); background: -o-linear-gradient(bottom, #13a1e1 40%, #29aae1 40%, #29aae1 50%, #13a1e1 50%, #13a1e1 90%, #29aae1 90%, #29aae1); background: linear-gradient(to bottom, #13a1e1 40%, #29aae1 40%, #29aae1 50%, #13a1e1 50%, #13a1e1 90%, #29aae1 90%, #29aae1); background-size: 6px 6px; }
.c-twitter_inner { position: relative; width: 100%; padding: 15px 0 0; }
.c-twitter_tag { position: absolute; top: -83px; left: 20px; z-index: 10; width: auto; height: 150px; }
.c-twitter_tag img { height: 100%; }
.c-twitter_title { position: absolute; top: -20px; right: 25px; z-index: 10; width: auto; height: 50px; }
.c-twitter_title img { height: 100%; }
.c-twitter_button { margin: 0 0 10px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }
.c-twitter_button a { margin-left: auto; display: block; height: 30px; }
.c-twitter_button a img { height: 100%; }
.c-twitter_iframe { width: 100%; height: 820px; background: #fff; overflow-y: scroll; border-width: 1px 1px 0; border-style: solid; border-color: #d1c0b8; }
.c-twitter_sendForm { width: 100%; border-width: 0 1px 1px; border-style: solid; border-color: #d1c0b8; }
.c-twitter_sendForm input { padding: 10px; width: 100%; height: auto; font-size: 16px; font-size: 1.6rem; color: #444; border-width: 9px; border-style: solid; border-color: #f0f0f0; }
.c-twitter_sendButton { width: 100%; border-width: 0 1px 1px; border-style: solid; border-color: #d1c0b8; }
.c-twitter_sendButton a { display: block; }
.c-twitter_sendButton a img { width: 100%; }

.l-inner .c-twitter_tag { position: absolute; top: -85px; left: -30px; height: 140px; }
.l-inner .c-twitter_tag img { height: 100%; }
.l-inner .c-twitter_title { position: absolute; top: -35px; right: 0; z-index: 10; width: auto; height: 40px; }
.l-inner .c-twitter_title img { height: 100%; }

.js-main-link_sp {position: relative; height: 30px;}
.js-main-link_sp a {display: inline-block;width: 135px;font-size: 1.2rem;font-weight: 700;line-height: 1.5em;color: #222;text-align: center;border-bottom: 1px solid #d1c0b8;position: absolute;right: 0;}
.js-main-link_sp a > span {display: inline-block;font-size: 1.2rem;font-weight: normal;text-align: left;color: #d1c0b8;margin-right: 5px;}

@media screen and (max-width: 1220px) { .l-inner .c-twitter_tag { position: absolute; top: -55px; left: -23px; height: 75px; }
  .l-inner .c-twitter_title { position: absolute; top: -38px; right: -6px; height: 35px; } }
@media screen and (max-width: 800px) { .c-twitter_button a { height: 25px; }
  .l-inner .c-twitter_tag { position: absolute; top: -50px; left: -17px; height: 75px; }
  .l-inner .c-twitter_title { position: absolute; top: -27px; right: -5px; height: 30px; } }
@media screen and (max-width: 600px) { .c-twitter { margin: 30px 0 0; padding: 15px 5%; }
  .c-twitter_inner { padding: 0; }
  .c-twitter_tag { top: -53px; left: -7px; height: 72px; }
  .c-twitter_title { top: -30px; height: 25px; }
  .c-twitter_button { margin: 0 0 10px; }
  .c-twitter_button a { height: 15px; }
  .c-twitter_button a img { height: 100%; }
  .c-twitter_iframe { height: 410px; }
  .c-twitter_sendForm input { padding: 5px; width: 100%; font-size: 13px; font-size: 1.3rem; border-width: 4px; border-style: solid; border-color: #f0f0f0; }
  .l-inner .c-twitter_tag { position: absolute; top: -53px; left: -7px; height: 72px; }
  .l-inner .c-twitter_title { position: absolute; top: -30px; right: 0; height: 25px; } }
.p-header { position: relative; z-index: 100; margin: 0 auto; width: 1220px; height: 164px; }
.p-header_wrap { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; margin: 0 auto; width: 100%; }
.p-header_left { position: relative; -webkit-box-flex: 1; -moz-box-flex: 1; -ms-flex: 1; -webkit-flex: 1; flex: 1; width: auto; background: #fff; }
.p-header_left h1 { display: block; }
.p-header_left a { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.p-header_left a img { display: block; width: auto; height: 124px; }
.p-header_right { -webkit-box-flex: none; -moz-box-flex: none; -ms-flex: none; -webkit-flex: none; flex: none; width: 772px; }
.p-header_bannerWrap { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0; padding: 0; }
.p-header_bannerWrap li { -webkit-box-flex: none; -moz-box-flex: none; -ms-flex: none; -webkit-flex: none; flex: none; }
.p-header_bannerWrap-bunka { display: block; width: 158px; }
.p-header_bannerWrap-bunka a { display: block; height: 100%; }
.p-header_bannerWrap-bunka a img { width: 158px; height: 164px; }
.p-header_bannerWrap-mail { display: block; width: 514px; }
.p-header_bannerWrap-mail a { display: block; width: 514px; height: 164px; background: url(img/header/header_mail_pc.png); background-repeat: no-repeat; background-size: cover; }
.p-header_bannerWrap-mail a:hover { background: url(img/header/header_mail_pc_hover.png); background-repeat: no-repeat; background-size: cover; }
.p-header_bannerWrap-menu { display: block; width: 100px; }
.p-header_bannerWrap-bunka-sp { display: none; }
.p-header_bannerWrap-menu-sp { display: none; }
.p-header_bannerWrap-mail-sp { display: none; }
.p-header_button { position: relative; width: 100%; height: 164px; background: #fe4f22; }

@media screen and (max-width: 1220px) { .p-header { width: 100%; height: 100px; }
  .p-header_left { position: relative; -webkit-box-flex: 1; -moz-box-flex: 1; -ms-flex: 1; -webkit-flex: 1; flex: 1; width: auto; background: #fff; }
  .p-header_left h1 { display: block; }
  .p-header_left a { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
  .p-header_left a img { display: block; width: auto; height: 80px; }
  .p-header_right { -webkit-box-flex: none; -moz-box-flex: none; -ms-flex: none; -webkit-flex: none; flex: none; width: 509px; }
  .p-header_bannerWrap-bunka { display: block; width: 96px; }
  .p-header_bannerWrap-bunka a img { width: 96px; height: 100px; }
  .p-header_bannerWrap-mail { display: block; width: 313px; }
  .p-header_bannerWrap-mail a { display: block; width: 313px; height: 100px; background: url(img/header/header_mail_pc.png); background-repeat: no-repeat; background-size: cover; }
  .p-header_bannerWrap-mail a:hover { background: url(img/header/header_mail_pc_hover.png); background-repeat: no-repeat; background-size: cover; }
  .p-header_bannerWrap-menu { display: block; width: 100px; }
  .p-header_bannerWrap-bunka-sp { display: none; }
  .p-header_bannerWrap-menu-sp { display: none; }
  .p-header_bannerWrap-mail-sp { display: none; }
  .p-header_button { position: relative; width: 100%; height: 100px; background: #fe4f22; } }
@media screen and (max-width: 600px) { .p-header { position: relative; z-index: 10; margin: 0; width: 100%; height: 82px; }
  .p-header_wrap { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; margin: 0; width: 100%; }
  .p-header_left { -webkit-box-flex: 1; -moz-box-flex: 1; -ms-flex: 1; -webkit-flex: 1; flex: 1; width: auto; }
  .p-header_left a img { width: 170px; height: auto; }
  .p-header_right { -webkit-box-flex: none; -moz-box-flex: none; -ms-flex: none; -webkit-flex: none; flex: none; width: 129px; }
  .p-header_bannerWrap { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0; padding: 0; }
  .p-header_bannerWrap li { -webkit-box-flex: none; -moz-box-flex: none; -ms-flex: none; -webkit-flex: none; flex: none; }
  .p-header_bannerWrap li img { width: 100%; }
  .p-header_bannerWrap-bunka-sp { display: block; width: 79px; height: 41px; }
  .p-header_bannerWrap-bunka-sp a { display: block; height: 100%; }
  .p-header_bannerWrap-bunka-sp a img { height: 100%; }
  .p-header_bannerWrap-menu-sp { display: block; width: 50px; height: 41px; -webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; -ms-flex-order: 2; -webkit-order: 2; order: 2; }
  .p-header_bannerWrap-mail-sp { display: block; -webkit-box-ordinal-group: 3; -moz-box-ordinal-group: 3; -ms-flex-order: 3; -webkit-order: 3; order: 3; }
  .p-header_bannerWrap-mail-sp a { display: block; width: 129px; height: 41px; background: url(img/header/header_mail.png); background-repeat: no-repeat; background-size: cover; }
  .p-header_bannerWrap-mail-sp a:hover { background: url(img/header/header_mail_hover.png); background-repeat: no-repeat; background-size: cover; }
  .p-header_bannerWrap-bunka { display: none; }
  .p-header_bannerWrap-menu { display: none; }
  .p-header_bannerWrap-mail { display: none; }
  .p-header_button { height: 41px; } }
.p-footer_nav { width: 100%; }
.p-footer_nav ul { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -moz-box-pack: center; -webkit-flex-pack: center; -moz-flex-pack: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; margin: 0 auto; width: 100%; height: 70px; background: #fff; }
.p-footer_nav ul li { -webkit-box-flex: none; -moz-box-flex: none; -ms-flex: none; -webkit-flex: none; flex: none; padding: 0 18px; }
.p-footer_nav ul li a { font-size: 16px; font-size: 1.6rem; line-height: 70px; text-align: center; color: #444; }
.p-footer_copy { padding: 10px 0; font-size: 12px; font-size: 1.2rem; line-height: 18px; text-align: center; color: #fff; background: #fe4f22; }

@media screen and (max-width: 1220px) { .p-footer_nav ul li { -webkit-box-flex: none; -moz-box-flex: none; -ms-flex: none; -webkit-flex: none; flex: none; padding: 0 10px; }
  .p-footer_nav ul li a { font-size: 14px; font-size: 1.4rem; } }
@media screen and (max-width: 800px) { .p-footer_nav { display: none; }
  .p-footer_copy { padding: 3%; font-size: 11px; font-size: 1.1rem; line-height: 140%; } }
.p-about_release { margin: 3% 0; width: 100%; height: auto; }
.p-about_release ul { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; margin: 0 auto; max-width: 510px; }
.p-about_release ul li { -webkit-box-flex: 1; -moz-box-flex: 1; -ms-flex: 1; -webkit-flex: 1; flex: 1; }
.p-about_release ul li:nth-child(1) { padding-right: 15px; }
.p-about_release ul li:nth-child(2) { padding-left: 15px; }
.p-about_release ul li a { position: relative; display: block; margin: 0 auto; padding-top: 76%; width: 77%; border-width: 1px; border-style: solid; border-color: #d1c0b8; }
.p-about_release ul li a img { position: absolute; top: 0; left: 0; display: block; margin: 0; padding: 0; width: 100%; height: auto; }
.p-about_release-week { padding: 11px; font-size: 18px; font-size: 1.8rem; line-height: 1; text-align: center; color: #fff; background: #231816; }
.p-about_release-time { padding: 10px 0; font-size: 18px; font-size: 1.8rem; text-align: center; line-height: 1; color: #444; }
.p-about_release-title { padding: 6px 0; font-size: 18px; font-size: 1.8rem; line-height: 1; text-align: center; color: #ff6589; font-weight: bold; }
.p-about_release h4 { font-size: 18px; font-size: 1.8rem; line-height: 120%; color: #444; text-align: center; font-weight: bold; }
.p-about_onair h3 { margin: 0 0 10px; padding: 10px 0; font-size: 18px; font-size: 1.8rem; text-align: center; line-height: 1; color: #fff; background: #ff56d5; border: 0; }
.p-about_onair p { margin: 0 0 20px; font-size: 18px; font-size: 1.8rem; line-height: 150%; color: #444; }

@media screen and (max-width: 600px) { .p-about_release { margin: 5% 0; }
  .p-about_release ul li { -webkit-box-flex: 1; -moz-box-flex: 1; -ms-flex: 1; -webkit-flex: 1; flex: 1; }
  .p-about_release ul li:nth-child(1) { padding-right: 2.5%; }
  .p-about_release ul li:nth-child(2) { padding-left: 2.5%; }
  .p-about_release ul li a { padding-top: 80%; width: 80%; }
  .p-about_release-week { padding: 0.4em; font-size: 11px; font-size: 1.1rem; line-height: 1; }
  .p-about_release-time { padding: 5px 0; font-size: 12px; font-size: 1.2rem; }
  .p-about_release-title { padding: 5% 0; font-size: 3vw; line-height: 1; }
  .p-about_release h4 { font-size: 11px; font-size: 1.1rem; line-height: 120%; }
  .p-about_onair h3 { margin: 0 0 2%; padding: 0.5em 0; font-size: 13px; font-size: 1.3rem; border: 0; }
  .p-about_onair p { margin: 0 0 20px; font-size: 13px; font-size: 1.3rem; line-height: 130%; } }
.p-letter { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.p-letter li { position: relative; width: 50%; border: 0; }
.p-letter li:nth-child(even) { padding: 27px 0 27px 10px; }
.p-letter li:nth-child(even)::before { position: absolute; content: ''; bottom: 20px; right: 0; width: 200%; height: 4px; background: #d1c0b8; }
.p-letter li:nth-child(odd) { padding: 27px 10px 27px 0; }
.p-letter a { display: block; }

@media screen and (max-width: 800px) { .p-letter { -webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-flex-direction: vertical; -moz-flex-direction: vertical; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; }
  .p-letter li { position: relative; width: 100%; border-width: 0 0 2px; border-style: solid; border-color: #d1c0b8; }
  .p-letter li:last-child { border: 0; }
  .p-letter li:nth-child(even) { padding: 10px 0 10px 0; }
  .p-letter li:nth-child(even)::before { width: 100%; height: 0; background: transparent; }
  .p-letter li:nth-child(odd) { padding: 10px 0 10px 0; } }
.p-castHead_item { margin: 0; padding: 0 0 30px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }
.p-castHead_item:last-child { border: 0; }
.p-castHead-img { width: 150px; }
.p-castHead-img a { display: block; }
.p-castHead-img .img-inner { position: relative; display: block; padding-top: calc(100% - 2px); border-width: 1px; border-style: solid; border-color: #d1c0b8; overflow: hidden; }
.p-castHead-img .img-inner img { position: absolute; top: 0; left: 0; display: block; margin: 0; padding: 0; width: 100%; height: auto; }
.p-castHead-text { padding: 0 0 0 2%; -webkit-box-flex: 1; -moz-box-flex: 1; -ms-flex: 1; -webkit-flex: 1; flex: 1; }
.p-castHead-time { margin: 0 0 5px; padding: 0.5em;/* max-width: 345px;*/ font-size: 16px; font-size: 1.6rem; line-height: 120%; text-align: center; color: #fff; background: #000; }
.p-castHead h2 { font-size: 16px; font-size: 1.6rem; line-height: 130%; color: #444; font-weight: bold; }
.p-castHead dl { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 0 10px; padding: 0; }
.p-castHead dt, .p-castHead dd { margin: 0; padding: 0; font-size: 16px; font-size: 1.6rem; line-height: 120%; color: #444; }
.p-castHead dt { padding: 0 5px 0 0; width: 3.5em; color: #24d324; text-align: right; }
.p-castHead dd { -webkit-box-flex: 1; -moz-box-flex: 1; -ms-flex: 1; -webkit-flex: 1; flex: 1; }
.p-castHead dd a { color: #2aabe4; text-decoration: underline; }

@media screen and (max-width: 600px) { .p-castHead_item { margin: 5% 0 0; padding: 0 0 3%; }
  .p-castHead-img { width: 100px; }
  .p-castHead-img .img-inner { padding-top: calc(100% - 2px); border-width: 1px; }
  .p-castHead-text { padding: 0 0 0 2%; }
  .p-castHead-time { margin: 0 0 5px; padding: 0.5em; max-width: auto; font-size: 11px; font-size: 1.1rem; line-height: 120%; }
  .p-castHead h2 { font-size: 13px; font-size: 1.3rem; line-height: 130%; }
  .p-castHead dl { margin: 0 0 3px; padding: 0; }
  .p-castHead dt, .p-castHead dd { margin: 0; padding: 0; font-size: 11px; font-size: 1.1rem; line-height: 120%; }
  .p-castHead dt { padding: 0 5px 0 0; width: 3.5em; } }
.p-personality { padding: 0; }
.p-personality-title { margin: 0 0 10px; }
.p-personality ul { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.p-personality ul li { width: 33.333%; padding: 10px; }
.p-personality ul li.wide { width: 50%; padding: 10px; }
.p-personality-inner { padding: 18px 26px; background: #f2f2f2; border-width: 2px; border-style: solid; border-color: #000; }
.p-personality-inner a { display: block; }
.p-personality-img { position: relative; display: block; padding-top: calc(100% - 2px); border-width: 1px; border-style: solid; border-color: #d1c0b8; overflow: hidden; }
.p-personality-img img { position: absolute; top: 0; left: 0; display: block; margin: 0; padding: 0; width: 100%; height: auto; }
.p-personality-cast { padding: 10px 0 0; font-size: 18px; font-size: 1.8rem; line-height: 130%; text-align: center; color: #444; font-weight: bold; }

.p-personalSolo-textWrap { padding: 1em 0 3em; border-width: 4px 0 0; border-style: solid; border-color: #d1c0b8; }
.p-personalSolo-text { margin: 0; padding: 0; font-size: 20px; font-size: 2rem; line-height: 2em; color: #444; background: -webkit-linear-gradient(bottom, #d1c0b8 0, transparent 0.1em, transparent); background: -o-linear-gradient(bottom, #d1c0b8 0, transparent 0.1em, transparent); background: linear-gradient(to top, #d1c0b8 0%, rgba(0, 0, 0, 0) 0.1em, rgba(0, 0, 0, 0)); background-size: 100% 2em; }
.p-personalSolo-text strong, .p-personalSolo-text h3 { display: block; font-size: 20px; font-size: 2rem; color: #24d324 !important; font-weight: bold; }
.p-personalSolo-text hr { border: 0; height: 1px; background: #00f801; }
.p-personalSolo-net { margin: 10px 0 0; }
.p-personalSolo-net h3 { margin: 0 0 5px; padding: 0; font-size: 20px; font-size: 2rem; color: #24d324; font-weight: bold; border: 0; }
.p-personalSolo-net table { width: 100%; border-collapse: collapse; font-size: 18px; font-size: 1.8rem; color: #444; }
.p-personalSolo-net table th { padding: 0 5px 0 0; color: #444; text-align: right; }
.p-personalSolo-net table td { text-align: center; }

@media screen and (max-width: 800px) { .p-personality-cast { font-size: 14px; font-size: 1.4rem; }
  .p-personalSolo-text { font-size: 16px; font-size: 1.6rem; }
  .p-personalSolo-text strong, .p-personalSolo-text h3 { font-size: 16px; font-size: 1.6rem; }
  .p-personalSolo-net h3 { font-size: 16px; font-size: 1.6rem; }
  .p-personalSolo-net table { font-size: 14px; font-size: 1.4rem; } }
@media screen and (max-width: 600px) { .p-personality { padding: 0; }
  .p-personality-title { margin: 0 0 10px; }
  .p-personality ul li { padding: 0; width: 50%; }
  .p-personality ul li:nth-child(odd) { padding: 5px 5px 5px 0; }
  .p-personality ul li:nth-child(even) { padding: 5px 0 5px 5px; }
  .p-personality-inner { padding: 10px; }
  .p-personality-img { margin: 0 auto 5px; }
  .p-personality-cast { font-size: 11px; font-size: 1.1rem; line-height: 130%; }
  .p-personalSolo-textWrap { padding: 1em 0 2em; border-width: 2px 0 0; }
  .p-personalSolo-text { font-size: 13px; font-size: 1.3rem; }
  .p-personalSolo-text strong, .p-personalSolo-text h3 { font-size: 13px; font-size: 1.3rem; }
  .p-personalSolo-net { margin: 10px 0 0; }
  .p-personalSolo-net h3 { margin: 0 0 5px; padding: 0; font-size: 13px; font-size: 1.3rem; }
  .p-personalSolo-net table { font-size: 11px; font-size: 1.1rem; }
  .p-personalSolo-net table td { text-align: center; } }
.p-blog_month { padding: 0; font-size: 18px; font-size: 1.8rem; line-height: 200%; }
.p-blog_month a { color: #444; text-decoration: underline; }
.p-blog_archive { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0; font-size: 18px; font-size: 1.8rem; line-height: 200%; }
.p-blog_archive-year { position: relative; padding: 3px; width: 25%; text-align: center; -webkit-box-flex: none; -moz-box-flex: none; -ms-flex: none; -webkit-flex: none; flex: none; }
.p-blog_archive-year:nth-child(4n)::before { position: absolute; content: ''; bottom: 0; right: 0; width: 400%; height: 1px; background: #d1c0b8; }
.p-blog_archive a { color: #444; text-decoration: underline; }
.p-blog .slick-prev, .p-blog .slick-next { position: fixed; top: 50%; left: 50%; width: 56px; height: 56px; background: #231816; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.p-blog .slick-prev::before, .p-blog .slick-next::before { position: absolute; top: 50%; left: 50%; content: ''; margin-top: -13px; width: 25px; height: 25px; border-width: 1px 1px 0 0; border-style: solid; border-color: #fff; }
.p-blog .slick-prev:hover, .p-blog .slick-prev:focus, .p-blog .slick-next:hover, .p-blog .slick-next:focus { background: #231816; opacity: 0.8; }
.p-blog .slick-prev { margin-left: -532px; }
.p-blog .slick-prev::before { margin-left: -6px; -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -webkit-transform: rotate(-135deg); transform: rotate(-135deg); }
.p-blog .slick-next { margin-left: 532px; }
.p-blog .slick-next::before { margin-left: -19px; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }

@media screen and (max-width: 1220px) { .p-blog .slick-prev, .p-blog .slick-next { position: fixed; top: 50%; left: auto; margin: 0; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
  .p-blog .slick-prev { left: 0; }
  .p-blog .slick-next { right: 0; }
  .p-blog .slick-dots { top: 127px; left: 25%; } }
@media screen and (max-width: 600px) { .p-blog_month { padding: 0; font-size: 11px; font-size: 1.1rem; line-height: 200%; }
  .p-blog_archive { padding: 0; font-size: 11px; font-size: 1.1rem; line-height: 200%; }
  .p-blog_archive-year { position: relative; padding: 10px 3px; width: 33.33%; -webkit-box-flex: none; -moz-box-flex: none; -ms-flex: none; -webkit-flex: none; flex: none; }
  .p-blog_archive-year:nth-child(3n)::before { position: absolute; content: ''; bottom: 0; right: 0; width: 300%; height: 1px; background: #d1c0b8; }
  .p-blog_archive-year:nth-child(4n)::before { display: none; }
  .p-blog .slick-prev, .p-blog .slick-next { position: fixed; top: 50%; left: auto; margin: 0; width: 28px; height: 28px; background: #231816; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
  .p-blog .slick-prev::before, .p-blog .slick-next::before { position: absolute; top: 50%; left: 50%; content: ''; margin-top: -7px; width: 14px; height: 14px; border-width: 1px 1px 0 0; border-style: solid; border-color: #fff; }
  .p-blog .slick-prev:hover, .p-blog .slick-prev:focus, .p-blog .slick-next:hover, .p-blog .slick-next:focus { background: #231816; opacity: 0.8; }
  .p-blog .slick-prev { left: 0; }
  .p-blog .slick-prev::before { margin-left: -4px; -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -webkit-transform: rotate(-135deg); transform: rotate(-135deg); }
  .p-blog .slick-next { right: 0; }
  .p-blog .slick-next::before { margin-left: -9px; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); } }
.p-lineup .slick-prev, .p-lineup .slick-next { position: fixed; top: 50%; left: 50%; width: 56px; height: 56px; background: #231816; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.p-lineup .slick-prev::before, .p-lineup .slick-next::before { position: absolute; top: 50%; left: 50%; content: ''; margin-top: -13px; width: 25px; height: 25px; border-width: 1px 1px 0 0; border-style: solid; border-color: #fff; }
.p-lineup .slick-prev:hover, .p-lineup .slick-prev:focus, .p-lineup .slick-next:hover, .p-lineup .slick-next:focus { background: #231816; opacity: 0.8; }
.p-lineup .slick-prev { margin-left: -532px; }
.p-lineup .slick-prev::before { margin-left: -6px; -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -webkit-transform: rotate(-135deg); transform: rotate(-135deg); }
.p-lineup .slick-next { margin-left: 532px; }
.p-lineup .slick-next::before { margin-left: -19px; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.p-lineup .slick-dots { position: fixed; top: 191px; bottom: auto; left: 50%; width: 240px; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); margin-left: 300px; }
.p-lineup .slick-dots li { position: relative; margin: 0 5px 0 0; width: 50px; height: 38px; background: #cd66ff; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.p-lineup .slick-dots li::before { font-size: 22px; font-size: 2.2rem; color: #fff; font-weight: bold; }
.p-lineup .slick-dots li.slick-active { height: 60px; }
.p-lineup .slick-dots li button::before { display: none; }
.p-lineup .slick-dots li:nth-child(1)::before { content: '月'; }
.p-lineup .slick-dots li:nth-child(2)::before { content: '火'; }
.p-lineup .slick-dots li:nth-child(3)::before { content: '水'; }
.p-lineup .slick-dots li:nth-child(4)::before { content: '木'; }

@media screen and (max-width: 1220px) { .p-lineup .slick-prev, .p-lineup .slick-next { position: fixed; top: 50%; left: auto; margin: 0; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
  .p-lineup .slick-prev { left: 0; }
  .p-lineup .slick-next { right: 0; }
  .p-lineup .slick-dots { top: 127px; left: 47%; } }
@media screen and (max-width: 800px) { .p-lineup .slick-dots { top: 127px; left: auto; right: 60px; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } }
@media screen and (max-width: 600px) { .p-lineup .slick-prev, .p-lineup .slick-next { position: fixed; top: 50%; left: auto; margin: 0; width: 28px; height: 28px; background: #231816; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
  .p-lineup .slick-prev::before, .p-lineup .slick-next::before { position: absolute; top: 50%; left: 50%; content: ''; margin-top: -7px; width: 14px; height: 14px; border-width: 1px 1px 0 0; border-style: solid; border-color: #fff; }
  .p-lineup .slick-prev:hover, .p-lineup .slick-prev:focus, .p-lineup .slick-next:hover, .p-lineup .slick-next:focus { background: #231816; opacity: 0.8; }
  .p-lineup .slick-prev { left: 0; }
  .p-lineup .slick-prev::before { margin-left: -4px; -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -webkit-transform: rotate(-135deg); transform: rotate(-135deg); }
  .p-lineup .slick-next { right: 0; }
  .p-lineup .slick-next::before { margin-left: -9px; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
  .p-lineup .slick-dots { position: fixed; top: 102px; left: auto; right: 20px; width: 140px; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
  .p-lineup .slick-dots li { position: relative; margin: 0 5px 0 0; padding: 2px 0 0; width: 25px; height: 20px; background: #cd66ff; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  .p-lineup .slick-dots li::before { font-size: 11px; font-size: 1.1rem; color: #fff; font-weight: bold; }
  .p-lineup .slick-dots li.slick-active { height: 40px; } }
.p-tab1 { position: relative; top: 0; left: 0; z-index: 100; padding: 0 10% 0 12%; width: 100%; height: 33px; }
.p-tab1 ul { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; width: 100%; height: auto; }
.p-tab1 ul li { -webkit-box-flex: 1; -moz-box-flex: 1; -ms-flex: 1; -webkit-flex: 1; flex: 1; margin: 0 1%; height: 33px; font-size: 12px; font-size: 1.2rem; line-height: 33px; text-align: center; color: #fff; font-weight: bold; background: #ff6589; border-radius: 5px 5px 0 0; cursor: pointer; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.p-tab1 ul li.current { height: 43px; }

.p-tab2 { display: none; position: relative; top: 0; left: 50%; z-index: 10; padding: 0 5px; width: 600px; height: auto; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
.p-tab2 ul { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; width: 100%; height: auto; }
.p-tab2 ul li { -webkit-box-flex: 1; -moz-box-flex: 1; -ms-flex: 1; -webkit-flex: 1; flex: 1; margin: 0 1%; height: 40px; font-size: 18px; font-size: 1.8rem; line-height: 40px; text-align: center; color: #fff; font-weight: bold; background: #000; cursor: pointer; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.p-tab2 ul li.current { background: #ffcc33; color: #000; }

@media screen and (max-width: 600px) { .p-tab1 { padding: 0 10% 0 12%; width: 100%; height: 33px; }
  .p-tab1 ul { width: 100%; }
  .p-tab1 ul li { margin: 0 1%; height: 33px; font-size: 12px; font-size: 1.2rem; line-height: 33px; border-radius: 5px 5px 0 0; cursor: pointer; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  .p-tab1 ul li.current { height: 43px; }
  .p-tab2 { position: relative; top: -10px; padding: 0 4%; width: 100%; }
  .p-tab2 ul li { margin: 0 1%; height: 25px; font-size: 11px; font-size: 1.1rem; line-height: 28px; } }
.p-radiko { position: fixed; bottom: 5%; right: 0; z-index: 97; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.p-radiko a { display: block; }
.p-radiko a img { width: 100px; height: 180px; }

@media screen and (max-width: 800px) { .p-radiko { position: fixed; bottom: 10%; right: 0; z-index: 97; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
  .p-radiko a { display: block; }
  .p-radiko a img { width: 75px; height: 140px; } }
@media screen and (max-width: 600px) { .p-radiko { position: fixed; bottom: 10%; right: 0; z-index: 97; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
  .p-radiko a { display: block; }
  .p-radiko a img { width: 50px; height: 90px; } }
.js-toTop { position: fixed; bottom: 40px; right: 3%; z-index: 9998; width: 56px; height: 56px; background: #fe4f22; border-radius: 56px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); cursor: pointer; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; }
.js-toTop::before { content: ''; position: absolute; top: 50%; left: 50%; margin-top: -5px; margin-left: -10px; width: 20px; height: 20px; border-width: 1px 1px 0 0; border-style: solid; border-color: #fff #fff transparent transparent; -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.js-toTop-off { opacity: 0; filter: alpha(opacity=0); }
.js-toTop-on { opacity: 1; filter: alpha(opacity=100); }

@media screen and (max-width: 600px) { .js-toTop { position: fixed; bottom: 40px; right: 3%; z-index: 9998; width: 40px; height: 40px; background: #fe4f22; border-radius: 20px; cursor: pointer; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; }
  .js-toTop::before { content: ''; position: absolute; top: 50%; left: 50%; margin-top: -4px; margin-left: -8px; width: 16px; height: 16px; border-width: 1px 1px 0 0; border-style: solid; border-color: #fff #fff transparent transparent; -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } }
.js-menuBack { display: none; position: fixed; top: 0; left: 0; z-index: 98; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); }

.js-superWrap { width: 100%; }
.js-superWrap.fixed { position: fixed; }

.js-toggleButton { position: absolute; top: 50%; left: 50%; width: 42px; height: 43px; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); cursor: pointer; }
.js-toggleButton span { position: absolute; left: 50%; display: block; height: 6px; width: 100%; background: #fff; border-radius: 3px; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.js-toggleButton.close span:nth-child(1) { top: 0; }
.js-toggleButton.close span:nth-child(2) { top: 18px; }
.js-toggleButton.close span:nth-child(3) { top: 36px; }
.js-toggleButton.open span:nth-child(1) { top: 18px; left: 0; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); }
.js-toggleButton.open span:nth-child(2) { width: 0; top: 18px; left: 0; }
.js-toggleButton.open span:nth-child(3) { top: 18px; left: 0; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg); }

.js-toggleMenu { position: relative; margin: 0 auto; max-width: 1220px; height: auto; top: 0; z-index: 99; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; -webkit-transform: translateY(-800px); -moz-transform: translateY(-800px); -ms-transform: translateY(-800px); -o-transform: translateY(-800px); transform: translateY(-800px); }
.js-toggleMenu_inner { margin: 0 0 0 auto; width: 640px; background: #fff; }
.js-toggleMenu ul li { position: relative; width: 100%; height: auto; border-width: 0 0 1px; border-style: solid; border-color: #d1c0b8; }
.js-toggleMenu ul li::after { content: ''; position: absolute; top: 50%; right: 3%; width: 20px; height: 20px; background: url(img/icon/icon_angle.png); background-repeat: no-repeat; background-size: contain; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.js-toggleMenu ul li a { display: block; padding: 3%; font-size: 20px; font-size: 2rem; line-height: 1; font-weight: bold; color: #444; }
.js-toggleMenu .gsc-search-box { margin: 0; }
.js-toggleMenu .gsc-control-cse { background: #fe4f22; border: 0; }
.js-toggleMenu .gsc-input-box { padding: 5px; height: auto; border: 0; }
.js-toggleMenu .gsc-search-box-tools { margin: 0; padding: 0; }
.js-toggleMenu .gsc-input { padding: 0 !important; }
.js-toggleMenu .gsib_a { padding: 0 8px; }
.js-toggleMenu .gsc-search-button { width: 40px; background: #fbb03b; }
.js-toggleMenu .gsc-search-button input { display: block; margin: 0 auto; padding: 0; width: 13px; border: 0; border-radius: 0; background: transparent; }
.js-toggleMenu .gsc-search-button input:hover { background: transparent; }
.js-toggleMenu.open { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }

@-webkit-keyframes fadein-modal { 0% { opacity: 0; }
  100% { opacity: 1; } }
@-moz-keyframes fadein-modal { 0% { opacity: 0; }
  100% { opacity: 1; } }
@keyframes fadein-modal { 0% { opacity: 0; }
  100% { opacity: 1; } }
.js-toggleMenu__modalBack { position: fixed; top: 40px; left: 0; z-index: 999; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); display: none; }
.js-toggleMenu__modalBack-open { -webkit-animation: fadein-modal 0.5s ease; -moz-animation: fadein-modal 0.5s ease; animation: fadein-modal 0.5s ease; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; display: block; }

@media screen and (max-width: 800px) { .js-toggleMenu { position: relative; width: 100%; height: auto; top: 0; z-index: 1; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; -webkit-transform: translateY(-800px); -moz-transform: translateY(-800px); -ms-transform: translateY(-800px); -o-transform: translateY(-800px); transform: translateY(-800px); }
  .js-toggleMenu_inner { margin: 0; width: 100%; }
  .js-toggleMenu ul li::after { width: 14px; height: 14px; }
  .js-toggleMenu ul li a { font-size: 20px; font-size: 2rem; }
  .js-toggleMenu .gsc-search-box { margin: 0; }
  .js-toggleMenu .gsc-control-cse { background: #fe4f22; border: 0; }
  .js-toggleMenu .gsc-input-box { padding: 5px; height: auto; border: 0; }
  .js-toggleMenu .gsc-search-box-tools { margin: 0; padding: 0; }
  .js-toggleMenu .gsc-input { padding: 0 !important; }
  .js-toggleMenu .gsib_a { padding: 0 8px; }
  .js-toggleMenu .gsc-search-button { width: 40px; background: #fbb03b; }
  .js-toggleMenu .gsc-search-button input { display: block; margin: 0 auto; padding: 0; width: 13px; border: 0; border-radius: 0; background: transparent; }
  .js-toggleMenu .gsc-search-button input:hover { background: transparent; }
  .js-toggleMenu.open { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } }
@media screen and (max-width: 600px) { .js-toggleButton { width: 24px; height: 24px; }
  .js-toggleButton span { height: 3px; }
  .js-toggleButton.close span:nth-child(1) { top: 0; }
  .js-toggleButton.close span:nth-child(2) { top: 11px; }
  .js-toggleButton.close span:nth-child(3) { top: 21px; }
  .js-toggleButton.open span:nth-child(1) { top: 11px; }
  .js-toggleButton.open span:nth-child(2) { top: 11px; }
  .js-toggleButton.open span:nth-child(3) { top: 11px; }
  .js-toggleMenu { position: relative; width: 100%; height: auto; top: 0; z-index: 1; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; -webkit-transform: translateY(-500px); -moz-transform: translateY(-500px); -ms-transform: translateY(-500px); -o-transform: translateY(-500px); transform: translateY(-500px); }
  .js-toggleMenu_inner { margin: 0; width: 100%; }
  .js-toggleMenu ul li::after { width: 14px; height: 14px; }
  .js-toggleMenu ul li a { font-size: 14px; font-size: 1.4rem; }
  .js-toggleMenu .gsc-search-box { margin: 0; }
  .js-toggleMenu .gsc-control-cse { background: #fe4f22; border: 0; }
  .js-toggleMenu .gsc-input-box { padding: 5px; height: auto; border: 0; }
  .js-toggleMenu .gsc-search-box-tools { margin: 0; padding: 0; }
  .js-toggleMenu .gsc-input { padding: 0 !important; }
  .js-toggleMenu .gsib_a { padding: 0 8px; }
  .js-toggleMenu .gsc-search-button { width: 40px; background: #fbb03b; }
  .js-toggleMenu .gsc-search-button input { display: block; margin: 0 auto; padding: 0; width: 13px; border: 0; border-radius: 0; background: transparent; }
  .js-toggleMenu .gsc-search-button input:hover { background: transparent; }
  .js-toggleMenu.open { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } }
.js-tab-content { display: none; }
.js-tab-content.current { display: block; }

.js-modalWrap { display: none; position: fixed; top: 0; left: 0; z-index: 9999; padding: 5%; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); }

.js-modalClose { position: absolute; top: 10px; right: 10px; width: 24px; height: 24px; cursor: pointer; }
.js-modalClose::before { content: ''; position: absolute; top: 50%; left: -20.5%; width: 141%; height: 1px; border-top: 2px solid #fff; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.js-modalClose::after { content: ''; position: absolute; top: 50%; left: -20.5%; width: 141%; height: 1px; border-top: 2px solid #fff; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }

.js-modal { display: none; position: absolute; top: 50%; left: 50%; height: auto; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.js-modal a { display: block; width: 100%; height: auto; }
.js-modal a img { width: 100%; }

#personalityNextText p{
    padding-bottom: 2em;
}

#personalityNextText p:last-child{
    padding-bottom: 0;
}

/*追記171010*/
article[data-cat="check"] .c-box_inner img {width:auto !important;height:220px !important;}
@media screen and (max-width:600px){
	article[data-cat="check"] .c-box_inner img {height:195px !important;}
}
@media print {
    body {display:none !important;}
}

/* =============================================================

    Add CSS

============================================================= */

.page-home  .c-box_content img {
    display: inline-block;
    margin: 0 !important;
    height: auto !important;
    max-height: 320px;
    width: auto;
}

.c-note_content,
.c-box_content {
  background: none !important;
}

#lineup .slick-initialized .slick-slide {
  outline: none;
  height: auto !important;
}

#lineup .slick-list,
#lineup .c-note_content {
  transition: height .6s ease-in-out;
}

#lineup .c-note_content {
  overflow: hidden;
}

.page-home #lineup .slick-arrow {
  top: 10px !important;
}

.page-home #lineup .c-note_block {
  padding-bottom: 40px;
}

.btn-more {
  cursor: pointer;
  padding: 40px 0 0;
  font-size: 1.95em;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}

.note_content_short + .btn-more {
  display: none;
}
