@charset "utf-8";
#fumicafe{
    position: relative;
    background: url("../images/wood_bg.jpg") no-repeat center top / cover;
    margin: 0 auto;
    font-family: 'Noto Serif JP', serif;
    color: #03222d;
	font-size: 15px;
	line-height: 1.7;
}
#fumicafe .clrTxt {
	text-indent:-10000px;
	text-decoration:none;
	overflow:hidden;
    position:absolute;
}
#fumicafe img{
    width: 100%;
}
#fumicafe .fumicafe_inner{
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}

#fumicafe .sp{
    display: none;
}

/*ヘッダー*/
#fumicafe #header{
    display: flex;
    justify-content: space-between;
	position: relative;
}

#fumicafe #header .ph{
    position: relative;
    width: 100%;
    background: url("../images/header_pc.jpg") no-repeat top center / cover;
    padding-top: 62.5%;
}
#fumicafe #header .ph h2{
    position: absolute;
    z-index: 5;
    width: 23%;
    top: 0;
    left: 57%;
}
#fumicafe #header .ph .catch{
	position: absolute;
	z-index: 5;
	width: 57%;
	bottom: 3%;
	left: 2%;
}
#fumicafe #header a.online_btn{
	content: "";
	position: absolute;
	bottom: 30px;
	right: 40px;
	width: 35%;
	transition-duration: .3s;
}
#fumicafe #header a.online_btn:hover{
	opacity: 0.8;
	transition-duration: .3s;
}
#fumicafe #header a.goods_btn{
	content: "";
	position: absolute;
	bottom: 4%;
	right: 40px;
	width: 35%;
	transition-duration: .3s;
}
#fumicafe #header a.goods_btn:hover{
	opacity: 0.8;
	transition-duration: .3s;
}



/*共通*/
#fumicafe .cont_ttl{
    width: fit-content;
    margin: 0 auto 3%;
}

#fumicafe #contents_bg{
    position: relative;
	background: url("../images/bg.jpg") no-repeat center top / cover;
}

#fumicafe .flex{
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    margin: 0 auto;
}
#fumicafe  #main{
    position: relative;
    width: 65%;
}
#fumicafe .cast_bg{
    display: block;
    background: url("../images/mc_bg.png") no-repeat center top / cover;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    /* padding: 3%; */
}


/*次回予告*/
#fumicafe #oa{
	padding: 5%;
}
.movie{
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.movieCon{
    display: block;
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}
.movie .movieCon iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

/*公式SNS*/
#fumicafe #sub{
    text-align: center;
    background: url("../images/sns_bg.png") no-repeat top center / cover;
    width: 35%;
    padding: 3.3% 0% 0%;
}
#fumicafe #twitter_wrap{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 3%;
}

#fumicafe #twitter .ttl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 0 10px;
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 17px;
}
#fumicafe #twitter .ttl a{
    color: #03222d;
}
#fumicafe  #twitter .ttl a i.fa-twitter {
    color: #fff;
    background: #1ea1f3;
    padding: 5px;
    border-radius: 0.3em;
    margin-right: 0.8em;
    transition: .3s;
}
#fumicafe  #twitter .ttl a.follow {
    font-size: 64%;
    font-weight: bold;
    border: 2px solid #1ea1f3;
    padding: 3px 11px;
    color: #1ea1f3;
}
#twitter{
    position: relative;
    width: 95%;
    background: #fff;
    padding: 4%;
    height: 100%;
}
#twitter .twtter_bg .twtter_bg_inner{
    background: #fff;
}
#fumicafe #sub li{
    letter-spacing: 2px;
    width: 70%;
    background: #03222d;
    margin: 5% auto;
    padding: 7px;
    box-shadow: 1px 1px 4px 1px #999999;
}
#fumicafe #sub li a{
    display: block;
    border: 1px solid #ddd;
    font-size: 21px;
    color: #fff;
    padding: 12px 0;
}
#fumicafe #sub li a:hover{
    text-decoration: none;
    opacity: 0.8;
}

/*出演者紹介*/
#fumicafe #cast{
	position: relative;
	width: 100%;
	padding: 0% 5% 0;
}
#fumicafe #cast .cast_ttl{
	padding: 3% 0 0;
}

#fumicafe #fumi{
	position: relative;
	align-items: center;
	padding-bottom: 3%;
	justify-content: space-evenly;
}
#fumicafe #fumi::before{
	content: "";
	min-width: 180px;
	height: 85px;
	display: block;
	position: absolute;
	top: -25%;
	left: 20px;
	background: url("../images/onpu.png") no-repeat top center / cover;
}
#fumicafe #fumi::after{
	content: "";
	min-width: 150px;
	height: 190px;
	display: block;
	position: absolute;
	bottom: 60px;
	right: 0px;
	background: url("../images/piano.png") no-repeat top center / cover;
}
#fumicafe .cast .ph{
    width: 32%;
    min-width: 140px;
    margin-right: 2%;
}
#fumicafe .sns{
    display: flex;
    justify-content: space-around;
    margin-top: auto;
    margin-right: 2%;
}
#fumicafe .sns li{
    margin: 2% 0;
}

#fumicafe #fumi .sns_icon{
	 width: 1.8em;
    font-size: 2.1em;
    border-radius: 2em;
    padding: 0.3em;
    background: #fff;
    background-color: #967654;
    color: #ffffff;
    border: 3px solid #967654;
    box-shadow: 1px 1px 4px 1px #999999;
}
#fumicafe .cast .txt{
    width: 50%;
    font-size: 16px;
    text-align: left;
    margin-right: 2%;
}
#fumicafe .cast .txt h4{
    display: inline-block;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 11px;
}
#fumicafe #fumi .txt h4{
    width: 100%;
    text-align: center;
    font-weight: 500;
    letter-spacing: 4px;
}
#fumicafe #fumi .txt p{
	letter-spacing: 2px;
	margin: 0 0 3%;
}


/*スペシャル動画*/

#fumicafe #special{
	width: 100%;
	background: url("../images/minogashi_pcbg.png") no-repeat top center / contain;
	margin: 5% 0;
}
#fumicafe #special .flex{
    align-items: stretch;
    justify-content: center;
}
#fumicafe #special p{
	font-size: 18px;
	color: #fff;
	margin-top: 1%;
}

.movie02{
    width: 50%;
    position: relative;
    margin: 0px auto;
    padding: 10% 0 6%;
}
.movie02 .movieCon{
    display: block;
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}
.movie02 .movieCon iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}



#fumicafe .yt{
    position: relative;
    display: block;
    border: 3px solid #ddd;
    overflow: hidden;
}

#fumicafe .yt:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgb(0 0 0 / 30%);
	transition: .4s;
	
}
#fumicafe .yt:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f04b";
	font-size: 300%;
	display: flex;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0px;
	justify-content: center;
	align-items: center;
	z-index: 1;
	color: rgb(255 255 255 / 0.4);
	transition: .8s;
}
#fumicafe .yt:hover:after,
#fumicafe .yt:hover:before {
	opacity:0;
}
#fumicafe .yt:hover {
	opacity:.8;
	
}
#fumicafe .yt img {
    transition: .5s;
}
#fumicafe .yt:hover img {
    transform: scale(1.05);
}

/*ボタン*/
#fumicafe .btn{
    width: 50%;
    min-width: 300px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding: 0px 0 60px;
    margin: 4% auto 0;
}
#fumicafe .btn a{
    display: block;
    color: #fff;
	transition-duration: .3s;
}
#fumicafe .btn:hover{
    background: #ffffff3d;
    transition: 0.5s;
}
#fumicafe .btn a:hover{
    text-decoration: none;
	opacity: 0.8;
	transition-duration: .3s;
}
#fumicafe .btn .special_btn{
	background-color: #54739e;
	border: 2px solid #54739e;
	border-radius: 5px;
	padding: 20px 0;
	box-shadow: 1px 4px 4px 2px #999;
}
#fumicafe .btn .special_btn img{
	margin-left: 0.5em;
	width: 5%;
}
#fumicafe .btn .request_btn{
    background-color: #967654;
	border: 2px solid #967654;
	border-radius: 5px;
	padding: 20px 0;
	box-shadow: 1px 4px 4px 2px #999;
}
/*アー写*/


/* ポップアップウインドウの設定 */
#fumicafe #photo{
	width: 100%;
	position: relative;
	margin: 2% 0 0;
}

#fumicafe #photo h3{
	width: 100%;
	text-align: center;
	font-size: 22px;
	padding: 0;
	color: #03222d;
	letter-spacing: 1px;
}
#fumicafe #photo .ph_flex{
	display: flex;
}

#fumicafe #photo .popup{
  background-color: #efefef;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, .8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 800px;
  max-height: 620px;
  /* overflow-y: scroll; */
  z-index: 10;
}
/* チェックボックスの初期設定 */
#fumicafe #photo #popup-on{
  display: none;
}
/* チェックされたらポップアップウインドウを開く */
#fumicafe #photo #popup-on:checked + .popup{
  display: block;
}
/* チェックボックスの初期設定 */
#fumicafe #photo #popup-on02{
  display: none;
}
/* チェックされたらポップアップウインドウを開く */
#fumicafe #photo #popup-on02:checked + .popup{
  display: block;
}
/* チェックボックスの初期設定 */
#fumicafe #photo #popup-on03{
  display: none;
}
/* チェックされたらポップアップウインドウを開く */
#fumicafe #photo #popup-on03:checked + .popup{
  display: block;
}

/* 閉じるアイコン（右上） */
#fumicafe #photo .icon-close{
  background: #000;
  color: #fff;
  font-size: 25px;
  padding: 0px 10px;
  position: absolute;
  right: 0;
}

/* 閉じるボタン */
#fumicafe #photo .btn-close{
  background: #000;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  margin: 10px auto;
  width: 95%;
  text-align: center;
}

/* 開くボタン */
#fumicafe #photo .btn-open{
  box-shadow: 1px 2px 6px 3px #aaa;
  border-radius: 0px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  margin: 10px auto;
  width: 95%;
  text-align: center;
}

/* ポップアップの内容 */
#fumicafe #photo .popup-content{
  margin: 40px auto 40px auto;
  width: 90%;
}
