@charset "UTF-8";
/* CSS Document */

/* BASE */
body#index {
  color: #FFFFFF;
  font-size: 13px;
  width: 100%;
  min-height: 100%;
  height: 100%;
}
* {
  list-style:none;
  margin: 0;
  padding: 0;
}
#wrapper {
  width: 1140px;
  height: 676px;
  margin: 30px auto;
  position: relative;
  padding: 0;
  background-size: auto 100%;
}

/* 背景（WPでの背景設定がない場合に表示）
#index #wrapper {
	background: url(http://ishiharakaori.com/wp-content/uploads/2018/10/bg_top.jpg) no-repeat 140px -33px;
	background-size: auto 110%;
}*/

/* 背景切り替え */
#bg-slider {
  width: 1140px;
  height: 676px;
  margin: 30px auto;
  position: relative;
  padding: 0;
  background-size: auto 100%;
  background: no-repeat;
}
#bg-slider-sp {
    width: 0;
    height: 0;
    margin: 0 auto;
    position: static;
    padding: 0;
}



@font-face {
  font-family: 'BloggerSans-Light';
  src: url('http://150.95.173.148/wp-content/themes/ishiharakaori/fonts/BloggerSans-Light.eot'); /* IE9 Compat Modes */
  src:
    url('http://150.95.173.148/wp-content/themes/ishiharakaori/fonts/BloggerSans-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('http://150.95.173.148/wp-content/themes/ishiharakaori/fonts/BloggerSans-Light.woff') format('woff'), /* Modern Browsers */
    url('http://150.95.173.148/wp-content/themes/ishiharakaori/fonts/BloggerSans-Light.ttf') format('truetype'), /* Safari, Android, iOS */
    url('http://150.95.173.148/wp-content/themes/ishiharakaori/fonts/BloggerSans-Light.svg#BloggerSansLight') format('svg'); /* Legacy iOS */
}


.pc {
  display: block;
}
.sp {
  display: none;
}

p {
  font-size: 13px;
  line-height: 148%;
}
a{
  color: #fefefe;
  text-decoration: none;
  transition: 0.5s ease 0s;
}
a:hover{
  opacity: 0.6;
}

img{
  vertical-align: bottom;
  /*height:100%;
  max-width: 100%;*/
  object-fit: contain;
}
main {
  position: absolute;
  right: 0;
  width: 331px;
  margin: 25px;
}
main a {
  color: #33B1B8;
}




/* TOPPAGE POPUP */
#index .popup_video {
	position: absolute;
	left: 160px;
	bottom: 15px;
	overflow: hidden;
	width: 189px;
	height: 189px;
	background-size: auto 100%;
	border-radius: 50% 50%;
}
#index .popup_video.making {
  position: absolute;
  left: 530px;
  bottom: 15px;
}
#index .movie_title_text {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	height: 35%;
	display: flex;
}
#index .movie_title_text > span {
	align-items: center;
	justify-content: center;
	display: flex;
	width: 100%;
	font-size: 12px;
	flex-direction: column;
	line-height: 1.1;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
#index .movie_title_text > span > span {
	margin: 0.5em 0 0;
}
#index .movie_title_text::before {
	content: "";
	position: absolute;
	top: -100%;
	opacity: 0.5;
	background: url(http://ishiharakaori.com/wp-content/themes/ishiharakaori/img/ico_youtube.png) center center no-repeat;
	width: 189px;
	height: 50%;
	background-size: 35px 35px;
}


/* MENU */
#menu{
  display: block;
}
#menu_sp {
  display: none;
}
#menu {
  width: 144px;
  text-align: center;
  min-height: 100%;
  background: #fff;
  position: absolute;
  left:0;
  top:0;
}
#menu h1 {
  margin: 5px 6px 23px 0;
}
#menu #logo {
  margin: 0 20px 0 0;
}
#menu hr {
  display: block;
  height: 28px;
  border: none;
  margin: 30px 0 27px;
  padding: 0;
  width: 144px;
  background: url(../img/img_flower.png) no-repeat 54px center;
  text-align: center;
}
#menu #sns li.share {
  color: #B29E91;
  font-size: 9px;
  font-variant-ligatures: none;
}
#menu nav {
  margin: 0 14px 0 0;
}
#menu nav li:first-child {
  margin: 0 0 10px;
}
#menu nav li:nth-child(2) {
  margin: 0 0 9px;
}
#menu nav li:nth-child(3) {
  margin: 0 0 9px;
}
#menu nav li:nth-child(4) {
  margin: 0 0 9px;
}
#menu nav li:nth-child(5) {
  margin: 0 0 7px;
}
#menu nav li:nth-child(6) {
  margin: 0 0 9px;
}
#menu nav li:nth-child(7) {
  margin: 0 0 13px;
}
#menu nav li:nth-child(8) {
  margin: 0 0 24px;
}
#menu nav li a {
  font-family: BloggerSans-Light;
  color: #3F464C;
  font-size: 15px;
  letter-spacing:0.2em;
  font-variant-ligatures:none;
}
#menu nav li a:hover {
  color: #9BCCDF;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #menu nav li {
    line-height: 0;
  }
  _::-webkit-full-page-media, _:future, :root #menu nav li {
      line-height: 0;
  }
}
#menu #sns {
  font-size: 0;
  margin: 0 18px 14px 0;
}
#menu #sns li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px 0 0;
}
#menu #sns li:last-child {
  margin: 0;
}
#menu .copy {
  color: #4F646F;
  font-size: 10px;
  font-variant-ligatures: none;
  margin: 0 16px 0 0;
  white-space: nowrap;
}


/*index main */
#sticky {
  margin: 0 0 1.5em;
}
#sticky li {
  color: #3F484D;
  background: url(../img/bg_stripe.png) repeat-y rgba(255,255,255,0.89);
  padding: 10px 10px 10px 17px;
  margin: 0 0 10px;
  display: flex;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  vertical-align: middle;
  min-height: 62px;
  width: 331px;
  box-sizing: border-box;
  position: relative;
  align-items: center;
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","メイリオ","Meiryo";
}
#sticky li *{
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
#sticky li a {
  color: #3F484D;
}
.sticky_title {
  color: rgba(153,153,153,0.97);
  display: block;
  font-size: 13px;
  margin: 0 0 7px;
}

.sticky_note {
  color: auto;
  font-size: 15px;
}

#whatsnew {
  width: 331px;
  margin: 0 0 1.5em;
}
#blog {
  width: 331px;
  margin: 0 0 1.5em;
}
#whatsnew h2, #blog h2 {
  display: flex;
  justify-content: space-between;
  margin: 0 0 16px;
}

#whatsnew a.more, #blog a.more {
  color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border: none;
}
/* chrome,safari対策 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #blog a.more, #whatsnew a.more {
    padding: 7px 4px 0 7px;
  }
  _::-webkit-full-page-media, _:future, :root #blog a.more,
  _::-webkit-full-page-media, _:future, :root #whatsnew a.more {
  padding: 7px 4px 0 7px;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
_::-webkit-full-page-media, _:future, :root #whatsnew .cat, #blog .cat {
    padding: 3px 6px 4px;
}
}


#whatsnew .date, #blog .date {
  color: #B29E91;
  font-size: 10px;
}
#whatsnew .cat, #blog .cat {
  color: #FFFFFF;
  background: rgba(154,204,223,0.54);
  display: inline-block;
  font-size: 9px;
  letter-spacing: 0.2em;
  padding: 2px 8px;
  vertical-align: top;
}
#whatsnew h2 > img {
  position: relative;
  left: -5px;
  height: auto;
}
#blog h2 > img {
  position: relative;
  left: -7px;
  height: auto;
}
/* chrome,safari対策 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #whatsnew .cat, #blog .cat {
  padding: 3px 6px;
  }
  _::-webkit-full-page-media, _:future, :root #whatsnew .cat,
  _::-webkit-full-page-media, _:future, :root #blog .cat {
    padding: 3px 6px;
  }
}


#whatsnew li a {
  display: block;
  margin: 3px 0 10px;
  padding: 0 0 8px;
  border-bottom: dashed 1px rgba(98,92,77,0.18);
  color: #668EA8;
  line-height: 120%;
  font-size: 12px;
}
#whatsnew ul {
  height: 176px;
  overflow: auto;
}
#blog ul {
  height: 65px;
  overflow: auto;
}
#blog li {
  margin: 8px 0 3px;
  padding: 0 0 8px;
  border-bottom: dashed 1px rgba(98,92,77,0.18);
  line-height: 120%;
  font-size: 12px;
}
#blog li:first-child {
  margin: 0px 0 3px;
}

.mCSB_scrollTools {
  width: 6px;
}
#index .mCSB_scrollTools .mCSB_draggerRail {
  background: #fff;
  width: 4px;
  background: #f7f7f7;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background: #fff;
  width: 4px;
  background: #f7f7f7;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #C4DCE4;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #C4DCE4;
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
  background: #C4DCE4;
}



#bnr_area ul{
  font-size: 0;
}
#bnr_area li {
  display: inline-block;
}
#bnr_area li:first-child {
  margin: 0 9px 0 0;
}
#bnr_area li:last-child {
  margin: 0 0 0 9px;
}







/* infomation */
#sub main {
  width: 950px;
  right: 20px;
}
#sub #menu .copy {
  color: #4F646F;
  font-size: 10px;
  font-variant-ligatures: none;
  margin: 0 16px 0 0;
  position:relative;
  top:-3px;
}
#sub .global-nav h2 {
  font-family: BloggerSans-Light;
  color: #3F464C;
  font-size: 34px;
  letter-spacing: 0.2em;
  text-align: center;
  font-variant-ligatures:none;
}
#sub .global-nav h2 span {
  font-family: BloggerSans-Light;
  font-variant-ligatures:none;
}
#sub .global-nav h2 span:nth-child(2) {
  color: #9BCCDF;
}
#sub.info .global-nav hr {
  background: url(../img/hr_info.png) no-repeat center;
  border: none;
  height: 27px;
  margin: 27px 0 32px;
}
#sub.disco .global-nav hr {
  background: url(../img/img_flower.png) no-repeat center;
}
#sub.profile .global-nav hr {
  background: url(../img/img_flower.png) no-repeat center;
}
#sub.profile .global-nav hr {
  background: url(../img/img_flower.png) no-repeat center;
}

#sub .global-nav nav {
  display: flex;
  text-align: center;
}
#sub .global-nav nav ul {
  list-style: none;
  width: 950px;
  margin: 0 0 47px;
}
#sub .global-nav nav li {
  display: inline-block;
  font-size: 0;
}
#sub.info .global-nav nav li:first-child {
  margin: 0 46px 0 0;
}
#sub.info .global-nav nav li:nth-child(2) {
  margin: 0 38px 0 0;
}
#sub.info .global-nav nav li:nth-child(3) {
  margin: 0 37px 0 0;
}
#sub.info .global-nav nav li:nth-child(4) {
  margin: 0 33px 0 0;
}
#sub.info .global-nav nav li:nth-child(5) {
  margin: 0 42px 0 0;
}
#sub.info .global-nav nav li:nth-child(6) {
  margin: 0 42px 0 0;
}
#sub .global-nav nav li:last-child {
  display: inline-block;
  margin: 0;
}

#sub #info_wrap {
  background: #F7F7F7;
  padding: 20px;
  margin: 0 0 30px;
}
#sub.info #info_wrap dd {
  display: none;
}
#sub.info #info_wrap img {
	max-width: 100%;
	height: auto;
}
#sub .post {
  margin: 0 0 20px;
  background: #fff;
  position: relative;
}
#sub .post:last-child {
  margin: 0;
}
#sub .post_info {
  padding: 10px;
}
#sub .tit_link {
  background: url(../img/bg_h3.png);
  position: relative;
  text-shadow: 0px 0px 5px #eef6fa,0px 0px 5px #eef6fa,0px 0px 5px #eef6fa,0px 0px 5px #eef6fa,0px 0px 5px #eef6fa,0px 0px 5px #eef6fa;
  color: #465965;
}
#sub a.tit {
  color: #465965;
  font-size: 15px;
  padding: 12px;
  overflow: hidden;
  display: table-cell;
}
#sub .date {
  font-size: 13px;
  color: #A28F83;
}
#sub .cat {
  color: #FFFFFF;
  background: #9BCCDF;
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.2em;
  padding: 2px 8px;
  vertical-align: top;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  font-variant-ligatures: none;
  margin: 0 4px 0 0;
}
#sub .cat a {
  color: #fff;
}
#sub .arrow {
  position: absolute;
  right: 0;
  background: #3F464C;
  width: 41px;
  height: 100%;
  color: #fff;
  bottom: 0;
/*  display: table;*/
  cursor: pointer;
}
#sub .arrow span {
  font-size: 0;
  text-align: center;
  transform: rotate(-180deg);
  vertical-align: middle;
  display: table;
  width: 41px;
  transition: 0.5s ease 0s;
  font-variant-ligatures: none;
  height: 100%;
}
#sub #info_wrap .open .arrow span {
  transform: rotate(-0deg);
}
#sub.info dd {
  padding: 10px;
  background: #fff;
  margin: 0 0 28px;
}
#sub dd:last-child {
  margin: 0;
}




#sub.info table{
	width: 80%;
	border-collapse: collapse;
	border: solid #CCC;
	border-width: 1px;
	margin-bottom: 20px;
}
#sub.info table tr th{
	padding: 0.5em;
	vertical-align: middle;
	border: solid #CCC;
	border-width: 1px;
	padding: 10px;
	text-align: left;
	text-decoration: none;
}
#sub.info table tr td{
	padding: 0.5em;
	vertical-align: middle;
	border: solid #CCC;
	border-width: 1px;
	padding: 10px;
}
.table-pink{
	background: #fde8e8;
}
.table-blue{
	background: #C6E5ED;
}
.table-yellow{
	background: #EBEAC2;
}
.table-purple{
	background: #E9E0FC;
}




/* pager */
.wp-pagenavi {
	text-align: center;
}
.wp-pagenavi .page {
	display: inline-block;
	font-size: 10px;
	margin: 0 5px;
	background: #d9dee3;
	width: 20px;
	line-height: 20px;
	color: #fff;
	text-align: center;
}
.wp-pagenavi .page:hover,
.wp-pagenavi .current {
	background: #9bccdf;
	color: #fff;
	font-size: 10px;
	width: 20px;
	line-height: 20px;
	display: inline-block;
	text-align: center;
	margin: 0 5px;
}



/* INFO 個別ページ */
#sub.info.single .post {
  margin: 0;
  background: #fff;
  position: relative;
}
#sub.info.single .tit_link {
  background: url(../img/bg_h3.png);
  position: relative;
  padding: 12px;
  font-size: 15px;
}
#sub.info.single .tit_link + div {
  padding: 12px;
}


.post p{
  margin: 0 0 1.5em;
}







/* profile */
#sub.profile .global-nav hr {
  background: url(../img/hr_profile.png) no-repeat center;
  border: none;
  height: 27px;
  margin: 27px 0 32px;
}
#sub.profile #info_wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.photo_wrap {
  width: 358px;
}
.photo_wrap > img {
  margin: 0 0 22px;
}
.txt_wrap h3 {
  text-align: center;
  margin: 0 0 27px;
}
.photo_wrap table {
  font-size: 12px;
  line-height: 191%;
}
.photo_wrap th {
  color: #B29E91;
  font-weight: normal;
  width: 5em;
}
#tab {
  width: 504px;
  z-index: 1;
  margin: 0 0 0 43px;
  position: relative;
}
#tab h3 {
  color: #B29E91;
  font-size: 14px;
  padding: 20px 0;
  text-align: center;
  background:#fff;
}
#selector {
  z-index: 0;
  position: absolute;
  left: -21px;
  top: 0;
}
#selector li {
  width: 12px;
}
#selector li a {
  width: 12px;
  font-size: 10px;
  color: #fff;
  margin: 0 0 7px;
  display: inline-block;
  height: 70px;
}
#panel {
  background: #fff;
  padding: 20px;
  font-size: 11px;
  line-height: 191%;
  width: 464px;
  z-index: 2;
  height: 748px;
  overflow: auto;
}
#sub.profile #panel ul li {
  list-style: inside;
  text-indent: -1em;
  padding: 0 0 0 1em;
}



/* DISCO */
#sub.disco .global-nav nav li a{
	display: block;
	width: 100%;
	height: 100%;
}
#sub.disco .global-nav nav li:first-child {
	width: 42px;
	height: 20px;
	background: url(../img/nav_all_off.png) no-repeat 0 0 / 100% auto;
}
#sub.disco .global-nav nav li:first-child:hover,
#sub.disco .global-nav nav li:first-child.active {
	background: url(../img/nav_all_on.png) no-repeat 0 0 / 100% auto;
}
#sub.disco .global-nav nav li:nth-child(2) {
	width: 62px;
	height: 20px;
	background: url(../img/nav_single_off.png) no-repeat 0 0 / 100% auto;
}
#sub.disco .global-nav nav li:nth-child(2):hover,
#sub.disco .global-nav nav li:nth-child(2).active {
	background: url(../img/nav_single_on.png) no-repeat 0 0 / 100% auto;
}
#sub.disco .global-nav nav li:nth-child(3) {
	width: 63px;
	height: 20px;
	background: url(../img/nav_album_off.png) no-repeat 0 0 / 100% auto;
}
/*#sub.disco .global-nav nav li:nth-child(3):hover,*/
#sub.disco .global-nav nav li:nth-child(3).active {
	background: url(../img/nav_album_on.png) no-repeat 0 0 / 100% auto;
}
#sub.disco .global-nav nav li:nth-child(4) {
	width: 108px;
	height: 20px;
	background: url(../img/nav_dvd_off.png) no-repeat 0 0 / 100% auto;
}
/*#sub.disco .global-nav nav li:nth-child(4):hover,*/
#sub.disco .global-nav nav li:nth-child(4).active {
	background: url(../img/nav_dvd_on.png) no-repeat 0 0 / 100% auto;
}
#sub.disco .global-nav hr {
  background: url(../img/hr_disco.png) no-repeat center;
  border: none;
  height: 27px;
  margin: 27px 0 32px;
}
#sub.disco #info_wrap {
  background: #F7F7F7;
  padding: 20px;
  display: flex;
}

#sub.disco .photo_wrap {
  width: 300px;
  margin: 0 20px 0 0;
  float: left;
}

#sub.disco #panel {
  background: #fff;
  padding: 20px;
  font-size: 11px;
  line-height: 191%;
  width: 550px;
  z-index: 2;
  height: auto;
  overflow: auto;
}
#sub.disco h4 {
  color: #B29E91;
  font-weight: normal;
  font-size: 12px;
}
#sub.disco .tit_area h3 {
  color: #3F464C;
  font-size: 20px;
  margin: 0.2em 0 12px;
}
#sub.disco p {
	font-size: 12px;
	margin: 0 0 15px;
}
#sub.disco .photo_wrap > img {
	margin: 0 0 10px;
	height: auto;
}
#sub.disco .item {
  margin: 0 0 15px;
}
#sub.disco .item:last-child {
  margin: 0;
}
#sub.disco .disc_num {
  margin: 0 0 15px;
}
#sub.disco .disc_num:last-child {
  margin: 0;
}
#sub.disco .disc_num span {
  font-size: 9px;
  margin: 0 0 0 1em;
}
#info_wrap hr {
  margin: 25px 0;
}
#sub.disco .btn {
  color: #fff;
  background: #9cccdf;
  display: inline-block;
  width: 250px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  margin: 15px 3% 0 0;
}
#sub.disco .btn-music {
  color: #fff;
  background: #455a9f;
  display: inline-block;
  width: 250px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  margin: 15px 3% 0 0;
}
#sub.disco .global-nav nav li {
  display: inline-block;
  font-size: 0;
  margin: 0 50px 0 0;
}
#sub.disco .global-nav nav li:last-child {
  margin: 0;
}
#sub.disco .on.sale {
  display: block;
  font-size: 13px;
  color: #B29E91;
  margin: 0 0 10px;
}
#sub.disco p.copy{
  font-size: 12px;
}
#sub.disco .notes strong {
  color: #B29E91;
  font-weight: normal;
}
#sub.disco .disc_info div {
	margin: -15px 0 15px;
}
#sub.disco .disc_list ol li {
  list-style: auto;
  list-style-position: inside;
  text-indent: -1em;
    padding: 0 0 0 1em;
}
#sub.disco .disc_list ul li {
  list-style: auto;
  list-style-position: inside;
  text-indent: -1em;
    padding: 0 0 0 1em;
}
#sub.disco .disc_info strong {
	font-weight: normal;
	color: #B29E91;
	margin: 0 0 10px;
}
#sub.disco .disc_info a {
	color: #fff;
	background: #9cccdf;
	width: 100px;
	text-align: center;
	line-height: 1.5em;
	padding: 0.1em 0.8em;
}
#sub.disco .disc_info a.btn {
	color: #fff;
	background: #9cccdf;
	display: inline-block;
	width: 250px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	margin: 15px 3% 0 0;
	padding: 0;
}
#sub.disco .disc_info a.btn-music {
	color: #fff;
	background: #455a9f;
	display: inline-block;
	width: 250px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	margin: 15px 3% 0 0;
	padding: 0;
}
#sub.disco .disc_info .songlist {
	margin: -15px 0 15px;
}
#sub.disco .disc_info a.normal-link {
	color: #33B1B8;
	background: #fff;
	text-decoration: underline;
	padding: 0;
}



/* RADIO */
#sub.radio .global-nav hr {
  background: url(../img/hr_radio.png) no-repeat center;
  border: none;
  height: 27px;
  margin: 27px 0 32px;
}
#sub.radio .radio_title {
  display: flex;
  margin: 0 0 22px;
}
#sub.radio .radio_title h2 {
  background: #F2F2F2 url(../img/bg_radio_h2.png);
  padding: 10px 14px 4px 17px;
  margin: 0 0 24px;
}
.txt_area img {
}
#sub.radio .txt_area {
  padding: 26px 23px;
  background: #fff;
  position: relative;
}
#sub.radio .radio_title h2 {
  background: #F2F2F2 url(../img/bg_radio_h2.png);
  padding: 10px 14px 4px 17px;
  margin: 0 0 24px;
}
#sub.radio .txt_area a {
  background: #9CCCDF;
  display: table;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  width: 369px;
  line-height: 50px;
  font-size: 21px;
  margin: 0 auto;
  position: absolute;
  bottom: 23px;
  left: 61px;
}
#sub.radio .txt_area a img {
  vertical-align: middle;
  margin: -3px 12px 0 0;
}
#sub.radio .img_area {
  margin: 0 0 0 18px;
  padding: 5px;
  background: url(../img/bg_radio_bdr.png);
}
#sub.radio #summary {
  background: #fff;
  padding: 24px 37px 27px 52px;
  display: flex;
  margin: 0 0 20px;
}
#sub.radio #summary dl{
  display:flex;
  flex-wrap: wrap;
}
#sub.radio #summary dt {
  color: #B29E91;
  width: 55px;
}
#sub.radio #summary p, #sub.radio #summary dl {
  font-size: 13px;
  line-height: 154%;
}
#sub.radio #summary dd {
  width: 364px;
}
#sub.radio #summary .caution {
  font-size: 10px;
  color: #B20000;
  width: 100%;
}
#summary h3 {
  text-align: center;
  margin: 0 0 20px;
}
#summary a {
  color: #8ACCE3;
  text-decoration: underline;
}
#sub.radio .onair {
  width: 289px;
}
#sub.radio .address {
  width: 419px;
  margin: 0 0 0 98px;
}
#sub.radio #corner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#sub.radio #corner .content {
  width: 254px;
  padding: 16px;
  background: #fff;
    border:solid 2px #ccc;
  border-image:url(../img/bg_radio_bdr.png) 2 2 round;
}
#sub.radio #corner .content.title {
  background: transparent;
  border: none;
}
#sub.radio .content:nth-child(3n+1),#sub.radio .content:nth-child(3n+2){
  margin-right: 20px;
}
#sub.radio .content:first-child,
#sub.radio .content:nth-child(2),
#sub.radio .content:nth-child(3) {
  margin-bottom: 20px;
}
#sub.radio .content:first-child {
  order: 2;
}
#sub.radio .content:nth-child(2) {
  order: 1;
}
#sub.radio .content:nth-child(3) {
  order: 3;
}
#sub.radio #corner .content:nth-child(4) {
  order: 4;
  width: 100%;
  margin: 0;
  display: flex;
}
#sub.radio #corner .inner_txt {
  width: 254px;
  margin: 0 25px 0 0;
}
#sub.radio #corner h4 img {
  margin: 0 6px 0 0;
  position: relative;
  top: -1px;
}
#sub.radio #corner .inner_txt_2 .inner {
  display: flex;
}
#sub.radio .content .inner h4 span {
  color: #B29E91;
  font-weight: normal;
  display: block;
  font-size: 12px;
  margin: 0 0 8px;
}
#sub.radio .content .inner h4 {
  width: 127px;
  margin: 28px 25px 10px 0;
  font-size: 13px;
}
#sub.radio .content .inner p {
  background: #EAEDF9;
  padding: 11px 18px;
  margin: 0 0 10px;
  width: 407px;
  font-size: 12px;
}
#sub.radio .content .inner:last-child p {
  margin: 0;
}
#sub.radio .content .inner_txt p {
  line-height: 151%;
}
#sub.radio .content:nth-child(5) {
  order: 5;
}


#sub.radio .content h3 {
  text-align: center;
  margin: 3px 0 0;
}
#sub.radio .content h4 {
  text-align: center;
  color: #4F646F;
  margin:0 0 17px;
}
#sub.radio .content p {
  color: #555;
  font-size: 13px;
  line-height: 141%;
}



/* 特設バナー */
.topBnrArea {
	position: absolute;
	left: 160px;
	bottom: 15px;
}




/* スマホ版 */
@media screen and (max-width:639px) {

  .pc{display: none;}
  .sp{display: block;}

/* スマホ版Youtube埋め込み対処 */
.yt{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.yt iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

/* スマホ版 */
  #wrapper {
    width: auto;
    height: auto;
    margin: 0 auto;
    position: static;
    background: none;
    padding: 0;
  }

/* 背景切り替え */
  #bg-slider {
    width: auto;
    height: 0;
    margin: 0 auto;
    position: static;
    padding: 0;
}
  #bg-slider-sp {
    width: auto;
    height: auto;
    margin: 0 auto;
    position: static;
    padding: 0;
	background: no-repeat;
    background-size: contain;
}


  header {
    width: 100%;
    height: 60px;
    position: relative;
  }
  header .title {
    display: flex;
    width: 100%;
    justify-content: space-between;
    height: 60px;
    position: fixed;
    background: #fff;
    z-index: 1005;
  }
  header .title h1, header .title .menu-trigger {
    display: table-cell;
    vertical-align: middle;
  }
  header .title h1 {
  margin: 12px 12px 0;
  height: 35px;
}
  header nav {
    background: rgba(255,255,255,0.9);
    width: 100%;
    height: 0%;
    position: fixed;
    z-index: 1000;
    transition: all .4s;
    overflow: hidden;
    top: 60px;
  }
  header nav.sp {
    height: 100%;
  }
  #menu_sp h1 img {
    height: 100%;
    width: auto;
  }
  #menu_sp.sp nav {
    transition: all .4s;
  }
  header nav ul{
    padding: 10% 0 0;
  }
  header nav ul li {
    text-align: center;
    margin: 0 0 5%;
  }
  #menu_sp header nav ul li img {
  width: 35%;
  }
  #menu_sp a {
    color: #3F474C;
    letter-spacing: 0.2em;
  }
  #menu{
    display: none;
  }
  #menu_sp {
    display: block;
  }
  #menu_sp img {
    width: 100%;
  }
  #menu_sp .title > img {
  height: 46px;
  width: auto;
  margin: 7px;
  }
  #menu_sp h1 img {
  height: 28px;
  width: auto;
  position: absolute;
  left: 72px;
  top: 16px;
  }
  #menu_sp header nav #sns {
    text-align: center;
    margin: 7% 0 0;
    padding: 0;
  }
  #menu_sp header nav ul#sns li img {
    width: 100%;
  }
  header nav ul#sns li {
    text-align: center;
    margin: 0 0 2%;
    display: inline-block;
    font-size: 0;
    width: 10%;
  }
  header nav ul#sns li:first-child {
    margin: 0 2% 2% 0;
  }
  header nav ul#sns li.share {
    text-align: center;
    margin: 0 0 5%;
    display: block;
    font-size: 3vw;
    width: 100%;
    color: #B29E91;
    font-variant-ligatures: none;
    }



  #index #wrapper {
    background-image: none !important;
  }

  /* TOPPAGE POPUP */
  #index .popupArea {
    padding: 0 5vw 5vw 0;
    position: static;
    display: flex;
    height: auto;
    background: #eee;
    justify-content: space-around;
  }
	/*#index .popup_video {
		position: static;
		height: calc(40vw - 10px);
		margin: 5vw 0 0 5vw;
		overflow: hidden;
		width: calc(40vw - 10px);
	}*/
	#index .popup_video {
		position: static;
		height: calc(42.5vw - 2vw);
		margin: 5vw 0 0 5vw;
		overflow: hidden;
		width: calc(42.5vw - 2vw);
		border-radius: 0;
		border-width:1vw !important;
	}
	.popup_video.cboxElement {
		height: 42.5vw;
	}
	#index .movie_title_text::before {
		content: "";
		position: absolute;
		top: -16vw;
		opacity: 0.5;
		background: url(http://ishiharakaori.com/wp-content/themes/ishiharakaori/img/ico_youtube.png) center center no-repeat;
		width: 100%;
		height: 50%;
		background-size: 6vw 6vw;
	}
/*
	#index .movie_title_text {
		position: relative;
		bottom: 0;
		text-align: center;
		width: calc(40vw - 10px);
		height: calc(16vw - 5px);
		display: flex;
		top: 60%;
	}
*/
	#index .movie_title_text {
		position: relative;
		bottom: 0;
		text-align: center;
		width: calc(42.5vw - 2vw);
		height: calc(16.5vw - 1vw);
		display: flex;
		top: 64%;
	}
	#index .movie_title_text > span {
		align-items: center;
		justify-content: center;
		display: flex;
		width: 100%;
		font-size: 3vw;
		flex-direction: column;
		line-height: 1.1;
		font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	}
  .popupArea img {
    width: auto;
    height: 100%;
  }
  #index .popup_video.making {
    position: static;
  }

  #index iframe{
    width:100%;
  }



  main {
    position: static;
    right: 0;
    width: 90%;
    margin: 0;
    background: #eee;
    padding: 5% 5% 10%;
  }

  /* ハンバーガーメニュー */
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 36px;
    height: 30px;
    margin: 15px 15px 0;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #4F646F;
    border-radius: 4px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 13px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
  }

  /* TOP画像 */
  #topimg_sp {
    position: relative;
    z-index: 10;
  }
  #topimg_sp img:first-child {
    z-index: 11;
  }
  #sub #topimg_sp {
    position: relative;
    z-index: 10;
    display: none;
  }

  /* 付箋 */
  #sticky li {
    color: #3F484D;
    background: url(../img/bg_stripe.png) repeat-y rgba(255,255,255,0.69);
    padding: 10px 10px 10px 17px;
    margin: 0 0 3%;
    display: flex;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    vertical-align: middle;
    min-height: 62px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    align-items: center;
  }

  #whatsnew, #blog {
    width: 100%;
    margin: 0 0 5%;
  }
  #whatsnew ul, #blog ul {
    height: auto;
    overflow: auto;
  }
  #bnr_area ul {
    font-size: 0;
    text-align: center;
    margin: 0 0 10%;
  }
  #bnr_area li {
    display: inline-block;
    width: 49%;
  }
  #bnr_area img {
    width: 100%;
    height: auto;
  }
  #bnr_area li:first-child {
    margin: 0 2% 0 0;
  }
  #bnr_area li:last-child {
    margin: 0 0 0 2%;
  }


  .copy.sp {
    color: #4F646F;
    text-align: center;
    font-variant-ligatures: none;
    font-size: 10px;
  }




  /* 下層ページ */
  #sub {
    background: #eee;
  }
  #sub .global-nav {
  background: #fff;
  padding: 6% 5% 2.5%;
  }
  #sub .global-nav nav ul {
    list-style: none;
    width: 950px;
    margin: 0;
  }
  #sub .global-nav h2 {
    font-family: BloggerSans-Light;
    color: #3F464C;
    font-size: 24px;
    letter-spacing: 0.2em;
    text-align: center;
    font-variant-ligatures:none;
  }
  #sub #wrapper .global-nav hr {
  background-size: auto 100%;
  border: none;
  height: 5.5vw;
  margin: 1em 0 1.25em;
  }


  /* info */
  #sub.info .global-nav nav li:first-child,
  #sub.info .global-nav nav li:nth-child(2),
  #sub.info .global-nav nav li:nth-child(3),
  #sub.info .global-nav nav li:nth-child(4),
  #sub.info .global-nav nav li:nth-child(5) {
  margin: 0;
  }
  #sub main {
    width: 90%;
  }
  #sub .global-nav h2 img {
  height: 7vw;
}
  #sub .post {
    margin: 0 0 5%;
  }
  #sub .post_info {
    padding: 10px;
  }
  #sub a.tit {
    font-size: 12px;
    padding: 3% 52px 3% 3%;
    line-height: 120%;
  }
  #sub .cat {
  color: #FFFFFF;
  background: #9BCCDF;
  display: inline-block;
  font-size: 8px;
  letter-spacing: 0.2em;
  padding: 2px 5px;
  vertical-align: top;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  font-variant-ligatures: none;
  margin: 2px 4px 0 0;
}
  #sub #info_wrap {
    background: #F7F7F7;
    padding: 5%;
  }
  #sub.info.single .tit_link {
    background: url(../img/bg_h3.png);
    position: relative;
    padding: 12px;
    font-size: 14px;
  }
  .post div p {
    font-size: 11px;
  }
  #sub .global-nav nav li {
  display: inline-block;
  margin: 0;
  padding: 0 3% 2%;
  color: #3F464C;
  font-size: 15px;
  width: 25%;
  text-align: center;
  }
  #sub.info .global-nav li img {
    height: 5vw;
  }
  dl.post dd p {
    font-size: 11px;
  }





  /* profile */
  #sub.profile .global-nav hr {
    background: url(../img/hr_profile.png) no-repeat center / auto 100%;
  }
  #sub.profile #info_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: block;
  }
  #sub.profile #tab {
    width: 100%;
    z-index: 1;
    margin: 0;
    position: relative;
  }
  #tab h3 {
  background:none;
  }
  #sub.profile #selector {
  z-index: 0;
  position: static;
  width: 90%;
  margin: 0 5%;
  display: flex;
}
  #sub.profile #panel {
    background: #fff;
    padding: 5%;
    font-size: 11px;
    line-height: 191%;
    width: 90%;
    z-index: 2;
    height: 50vw;
    overflow: auto;
  }

  #sub.profile #selector li {
  width: 18%;
  text-align: center;
  vertical-align: middle;
  margin: 0 2% 0 0;
  display: flex;
}
#sub.profile #selector li a {
  width: 90%;
  font-size: 10px;
  background: #465965;
  color: #fff;
  padding: 2vw 5%;
  display: inline-block;
  vertical-align: top;
  height: auto;
  margin: 0;
}
  #sub.profile #selector li a.active {
  background: #9cccdf;
}
  #sub.profile .txt_wrap {
  margin: 0 0 5%;
}
  #sub.profile .photo_wrap {
    width: 100%;
  }
  #sub.profile .photo_wrap > img {
    margin: 0 0 5%;
    width: 100%;
  }
  #sub.profile .disc_num li {
    margin: 0 0 2%;
  }
  #sub.disco .disc_num:last-child {
    margin: 0;
  }





  /* DISCO */
  #sub.disco .global-nav hr {
    background: url(../img/hr_disco.png) no-repeat center / auto 100%;
  }
  #sub.disco #info_wrap {
    background: #F7F7F7;
    padding: 5%;
    display: block;
  }
  #sub.disco .copy {
    font-size: 11px;
  }
  #sub.disco .tit_area h3 {
    color: #3F464C;
    font-size: 16px;
    margin: 0.2em 0 12px;
  }
  #sub.disco .photo_wrap {
    width: 70%;
    margin: 0 15% 5%;
  }
  #sub.disco .photo_wrap > img {
    margin: 0 0 10px;
    width: 100%;
    height: auto;
  }
  #sub.disco .photo_wrap > img:last-child {
    margin: 0;
  }
  #sub.disco #panel {
    background: #fff;
    padding: 5%;
    font-size: 11px;
    line-height: 191%;
    width: 90%;
    z-index: 2;
    height: auto;
    overflow: auto;
  }
  #sub.disco .disc_num span {
    font-size: 9px;
    margin: 0;
    display: block;
  }
  #sub.disco #panel .disc_num {
    font-size: 11px;
    line-height: 150%;
  }
  #sub.disco .btn {
  width: 100%;
  }
  #sub.disco .global-nav nav li {
  display: inline-block;
  margin: 0 5vw 0 0;
  padding: 0 3% 3%;
  color: #3F464C;
  font-size: 0;
  width: 25%;
  text-align: center;
  }
  #sub.disco .global-nav nav li img {
  height: 5vw;
  width: auto;
  }
  #sub.disco .global-nav nav li:nth-child(4) {
  margin: 0;
  width: auto;
  }
  #sub.disco .global-nav nav li:first-child {
  width: 8vw;
  height: 10vw;
  background: url(../img/nav_all_off.png) no-repeat 0 0 / 100% auto;
  }
  #sub.disco .global-nav nav li:nth-child(2) {
  width: 13vw;
  height: 10vw;
  background: url(../img/nav_single_off.png) no-repeat 0 0 / 100% auto;
  }
  #sub.disco .global-nav nav li:nth-child(3) {
  width: 13vw;
  height: 10vw;
  background: url(../img/nav_album_off.png) no-repeat 0 0 / 100% auto;
  }
  #sub.disco .global-nav nav li:nth-child(4) {
  margin: 0;
  width: 25vw;
  height: 10vw;
  }



/* RADIO */
#sub.radio .radio_title {
  display: block;
  margin: 0 0 10%;
}
#sub.radio .txt_area {
  padding: 5%;
  background: #fff;
  position: relative;
}
#sub.radio .radio_title h2 {
  background: #F2F2F2 url(../img/bg_radio_h2.png);
  padding: 3%;
  margin: 0 0 5%;
  background-size: 10%;
}
.txt_area h2 img {
  width: 100%;
  height: auto;
}
.txt_area p {
  font-size: 11px;
}
#sub.radio .txt_area a {
  background: #9CCCDF;
  display: block;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  width: 75%;
  line-height: 38px;
  font-size: 14px;
  font-weight: bold;
  margin: 5% auto 0;
  position: static;
  bottom: 23px;
  left: 61px;
}
#sub.radio .txt_area a img {
  vertical-align: middle;
  margin: 0 7px 0 0;
  width: auto;
  height: 16px;
}
#sub.radio .img_area {
  margin: 0;
  padding: 2%;
  background: url(../img/bg_radio_bdr.png);
  width: 86%;
  margin: 5%;
}
#sub.radio .img_area img {
  width: 100%;
  height: auto;
}







#sub.radio #summary {
  background: #fff;
  padding: 5%;
  display: block;
  margin: 0 0 10%;
  width: 90%;
}
#sub.radio #summary p, #sub.radio #summary dl {
  font-size: 11px;
  line-height: 154%;
  display: block;
}
#sub.radio .onair {
  width: 100%;
  margin: 0 0 5%;
}
#sub.radio .address {
  width: 100%;
  margin: 0;
}
#sub.radio #summary h3 {
  text-align: center;
  margin: 0 0 3%;
}
#sub.radio #summary h3 img {
  height: 4vw;
  width: auto;
}
#sub.radio #summary dt {
  color: #B29E91;
  width: 100%;
}
#sub.radio #summary dd {
  width: 100%;
  display: block;
  margin: 0 0 3%;
}
#sub.radio #summary dd.caution {
  font-size: 9px;
  color: #B20000;
  width: 100%;
  line-height: 130%;
  margin: 0;
}



#sub.radio #corner {
  display: block;
  margin: 0 0 10%;
}
#sub.radio #corner .content {
  width: 90%;
  padding: 5%;
  margin: 0 0 5%;
}
#sub.radio #corner .content.title {
  background: transparent;
  border: none;
  width: 100%;
  padding: 0;
  margin: 0 0 5%;
}
#sub.radio .content:nth-child(3n+1), #sub.radio .content:nth-child(3n+2) {
  margin-right: 0;
}
#sub.radio .content h3 {
  text-align: center;
  margin: 0;
}
#sub.radio .content h4 {
  text-align: center;
  color: #4F646F;
  margin: 0 0 3%;
  font-size: 13px;
}
#sub.radio #corner h4 img {
  margin: 0 3px 0 0;
  position: relative;
  top: -1px;
  height: 11px;
  width: auto;
}
#sub.radio .content p {
  color: #555;
  font-size: 11px;
  line-height: 141%;
}
#sub.radio #corner .content:nth-child(4) {
  order: 4;
  width: 90%;
  margin: 0;
  display: block;
}

#sub.radio #corner .inner_txt {
  width: 100%;
  margin: 0 0 5%;
}
#sub.radio #corner .inner_txt_2 .inner {
  display: block;
}


#sub.radio .content .inner h4 {
  width: 100%;
  margin: 0 0 2%;
  font-size: 13px;
  text-align: left;
}
#sub.radio .content .inner h4 span {
  color: #B29E91;
  font-weight: normal;
  display: inline;
  font-size: 10px;
  margin: 0 0 8px;
}
#sub.radio .content .inner p {
  background: #EAEDF9;
  padding: 3%;
  margin: 0 0 3%;
  width: 94%;
}
#sub.radio .content .inner h4 {
  width: 100%;
  margin: 0 0 2%;
  font-size: 12px;
  text-align: left;
}




/* 特設バナー */
.topBnrArea {
	position: absolute;
	left: 5vw;
	bottom: 0;
	top: calc(60px + 73vw);
	width: 90vw;
}
.topBnrArea img {
	width: 100%;
	height: auto;
}
#index .popupArea{
	height: auto;
}
}


