@charset "utf-8";
/*------基本CSS（PC用記述記載）------*/

/* ※#bellnya_roomはURLに置換すること！※ */
#bellnya_room a {
    display: block;
    text-decoration: none;
}
#bellnya_room .contentsWrap img {
    width: 100%;
    height: auto;
}
#bellnya_room .stanp a{
    width: 90%;
    margin: 0 auto;
}
#bellnya_room ul {
    margin: 0;
    padding: 0;
}
#bellnya_room p.title {
    text-align: center;
    font-weight: bold;
    font-size: 45px;
    margin: 35px 0 65px 0;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
#bellnya_room .fv_img{
    background-image: url(../img/220127/fv_3.gif?$staticlink$);
    background-repeat: no-repeat;
    height: 30vw;
    align-items: end;
    background-size: cover;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}
#bellnya_room .contentsWrap img.prodeco {
    width: 800px;
    margin: 0 auto 30px;
    display: block;
}
#bellnya_room #Subtitle_news,
#bellnya_room .NaviButton_side,
#bellnya_room .moviebox,
#bellnya_room #Subtitle_sns,
#bellnya_room #Subtitle_Letter-corner {
    max-width: 1000px;
    margin: 0 auto;
}
.Full {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}

/* グッズ下余白 */
#bellnya_room .Subtitle_mag15 {
    margin-bottom: 35px;
}

/*プロフィール画像*/
#bellnya_room #Subtitle_profile .prodeco {
    width: 785px;
    margin: 0 auto;
    display: block;
}

/*ヒストリー画像*/
#bellnya_room #Subtitle_history .prodeco {
    width: 750px;
	margin: 0 auto;
    display: block;
}

/*-----------------ホバー関連始まり-----------------*/
#bellnya_room a:hover img,
#bellnya_room .news_list .scrollArea li a:hover {
    opacity: 0.5;
}
/*-----------------ホバー関連終わり-----------------*/

/*-----------------背景色始まり-----------------*/
#bellnya_room .Full{
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 40px 0;
}
.Full.news{
    background-color: #fbf4e9!important;
}
.Full.movie{
    background-color: #b1e693!important;
}
.Full{
    background-color: #c6edf5!important;
}
.Full.sns{
    background-color: #ec9cd3!important;
}
.Full.kyara{
    background-color: #F0F0F0!important;
}
/*-----------------背景色終わり-----------------*/

/*-----------------パララックスデザイン始まり-----------------*/
#bellnya_room .animation img{
    width: 20%!important;
    position: absolute;
    top: -165px;
    right: 60px;
}
div#Subtitle_sns{
    position: relative;
}
#bellnya_room .animation_1 img{
    width: 15%!important;
    position: absolute;
    top: -190px;
    left: 70px;
}
#bellnya_room .animation {
    opacity: 0;
    transition-duration: 2.5s;
    transition-property: opacity, transform;
  }
#bellnya_room .animation_1 {
  opacity: 0;
  transition-duration: 2.5s;
  transition-property: opacity, transform;
}
#bellnya_room .animation-left {
    transform: translate(-300px, 0);
  }
#bellnya_room .animation-right {
    transform: translate(300px, 0)!important;
  }
#bellnya_room .scrollIn {
    opacity: 1!important;
    transform: translate(0, 0)!important;
  }
#bellnya_room .scrollIn_1 {
    opacity: 1;
    transform: translate(0, 0);
  }
/*-----------------パララックスデザイン終わり-----------------*/

/*-----------------動画追加始まり-----------------*/
#bellnya_room .popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
  }
  #bellnya_room .popup.is-show {
    opacity: 1;
    visibility: visible;
  }
  #bellnya_room .popup-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    max-width: 600px;
    z-index: 2;
  }
  #bellnya_room .popup-inner iframe{
    width: 100%;
  }
  #bellnya_room .close-btn {
    position: absolute;
    right: 0;
    top: -30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    background-color: #999999;
  }
  #bellnya_room .close-btn i {
    font-size: 20px;
    color: #fff;
  }
  #bellnya_room .close-btn .fa-times:before {
    content: none;
  }
  #bellnya_room .black-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    z-index: 1;
    cursor: pointer;
  }
  #bellnya_room .popup-inner .close-btn:before{
    position: absolute;
    width: 3px;
    height: 20px;
    content: "";
    background-color: #fff;
    transform: rotate(45deg);
    right: 25px;
    z-index: 1;
    top: 15px;
  }
  #bellnya_room .popup-inner .close-btn:after{
    position: absolute;
    width: 3px;
    height: 20px;
    right: 25px;
    top: 15px;
    content: "";
    background-color: #fff;
    transform: rotate(135deg);
  }
/*-----------------動画追加終わり-----------------*/

/*-----------------ナビボタン始まり-----------------*/
#bellnya_room .NaviButton_side ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 0;
}
#bellnya_room .NaviButton_side li {
    width: 10%;
    margin: 0 1%;
}
/*-----------------ナビボタン終わり-----------------*/

/*-----------------ニュースコーナー始まり-----------------*/
#bellnya_room  #Subtitle_news {
    overflow: hidden;
}
#bellnya_room .news_list{
    margin: 40px auto;
    padding: 40px 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 5px silver;
}
#bellnya_room .scrollArea{
    width: 90%;
    margin: 0 auto;
}
#bellnya_room .scrollArea li {
    margin-bottom: 8px;
    line-height: 1.6;
    padding: 0.5em 0;
    font-size: 16px;
    text-align: left;
    padding-left: 7em;
    text-indent: -7.4em;
    color: #000;
}
#bellnya_room .scrollArea a {
    text-decoration: none;
}
#bellnya_room .scrollArea a:hover {
    opacity: 0.5;
}
/*-----------------ニュースコーナー終わり-----------------*/

/*-----------------ムービーコーナー始まり-----------------*/
#bellnya_room .f_input {
    letter-spacing: normal;
    font-size: 16px;
    padding: 0 20px;
    border-radius: 20px;
    line-height: 40px;
    width: 30%;
    height: 40px;
    cursor: pointer;
    overflow: visible;
    background-color: #000000;
    color: #fff;
    margin: 45px auto 30px;
}
#bellnya_room .moviebox {
    text-align: center;
}
#bellnya_room iframe {
    margin-bottom: 15px;
    height: 300px;
    width: 48%;
}
/*-----------------ムービーコーナー終わり-----------------*/

/*-----------------べるーにゃグッズ販売中コーナー始まり-----------------*/
#bellnya_room .itemList{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#bellnya_room .itemList li{
    width: 30%;
	margin: 0 20px 0px;
}
#bellnya_room .itemSpec {
    color: #000000;
    margin-top: 10px;
    text-align: left;
}
#bellnya_room .itemList .brandname {
    font-size: 10px;
	color: #8f929b;
}
#bellnya_room .itemList .itemname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    margin-top: 4px;
}
#bellnya_room .itemList .price_info {
    margin-top: 3px;
}
#bellnya_room .itemList .salepricebox {
    margin-top: 3px;
    display: block;
	color: #fb0000;
}
#bellnya_room .itemList .price_down {
    color: #fb0000;
    display: block;
    font-size: 12px;
}
#bellnya_room .itemList .price {
    font-size: 14px;
}
#bellnya_room .itemList .price:before {
    content: '￥';
    font-size: 14px;
}
#bellnya_room .itemList .price:after {
    content: '（税込）';
    font-size: 10px;
}
#bellnya_room .itemList .star {
    display: flex;
	line-height: 1.1;
	margin-top: 4px;
}	
#bellnya_room .itemList .star img {
    width: 12px;
}
#bellnya_room .itemList .review_count {
    font-size: 10px;
}
#bellnya_room .itemList .itemSpec3 {
    padding: 10px 7px 0px;
}
#bellnya_room .itemList .boxlink_sold .itemBtn {
    display: none;
}
/*-----------------べるーにゃグッズ販売中コーナー終わり-----------------*/

/*-----------------SNSコーナー始まり-----------------*/
#bellnya_room #Subtitle_sns {
    margin: 0 auto 60px;
}
#bellnya_room .goods{
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
}
#bellnya_room ul.featureList{
    display: flex;
    justify-content: space-between;
    width: 45%;
    margin: 0 auto;
}
#bellnya_room .featureList li{
    width: 15%;
}
/*-----------------SNSコーナー終わり-----------------*/

/*-----------------べるーにゃの日常コーナー始まり-----------------*/
#bellnya_room .matome{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin: 0 auto;
    width: 760px
}
#bellnya_room .Subtitle_mag60 {
    margin-bottom: 60px;
}
#bellnya_room #Subtitle_everyday .matome img{
    width: 48%;
    margin: 0 0 25px;
}
#bellnya_room #Subtitle_everyday ul li {
    margin-bottom: 30px;
}
/*-----------------べるーにゃの日常コーナー終わり-----------------*/

#bellnya_room .SpTitle.end {
    text-align: center;
    width: 222px;
    margin: 40px auto 0;
}
#bellnya_room .SpTitle img {
    margin-bottom: 50px;
}

/*-----------------3/8UP　お便りコーナー-----------------*/
#bellnya_room .Full.Letter-corner {
    background-color: #9dd3a8!important;
}
#bellnya_room .Letter_area {
    width: 90%;
    margin: 70px auto;
    background: #fffcf4;
    border-radius: 8px;
    box-shadow: 0px 0px 5px silver;
    padding: 6%;
    line-height: 2;
    color: #000000;
    font-size: 16px;
    text-align: center;
}
/*-----------------3/8UP　お便りコーナー終わり-----------------*/

/*-----------------TOP戻る----------------*/
#bellnya_room .brandTop a {
    display: inline-flex;
}
/*-----------------TOP戻る終わり-----------------*/

/*------横幅が520px以下CSS（SP用記述記載）------*/
@media screen and (max-width: 520px) {

/* ※#bellnya_roomはURLに置換すること！※ */
#bellnya_room .pcBnr{
    display: none!important;
}
#bellnya_room p.title{
    font-size: 30px;
    padding: 50px 0 35px;
    margin: 0;
}
#bellnya_room .fv_img{
    background-image: url(../img/220127/fv.gif?$staticlink$);
    height: 63vw;
}
#bellnya_room .contentsWrap img.prodeco {
    width: 100%;
    margin: 0;
}

	/* グッズ下余白 */
#bellnya_room .Subtitle_mag15 {
    margin-bottom: 15px;
}
/*プロフィール画像*/
#bellnya_room #Subtitle_profile .prodeco {
    width: 95%;
}
#bellnya_room .Full{
    padding: 0 0 80px 0;
}
/*ヒストリー画像*/
#bellnya_room #Subtitle_history .prodeco {
    width: 91%;
}

/*-----------------パララックスデザイン始まり-----------------*/
#bellnya_room .animation img{
    width: 25%!important;
    top: -90px;
    right: 14px;
}
#bellnya_room .animation_1 img{
    width: 19%!important;
    top: -110px;
    left: 10px;
}
#bellnya_room .animation {
    transition-duration: 1.5s;
  }
#bellnya_room .animation_1 {
  transition-duration: 1.5s;
}
#bellnya_room .animation-left {
    transform: translate(-150px, 0);
  }
#bellnya_room .animation-right {
    transform: translate(150px, 0);
  }
  #bellnya_room .scrollIn {
    opacity: 1;
    transform: translate(0, 0);
  }
#bellnya_room .scrollIn_1 {
    opacity: 1;
    transform: translate(0, 0);
  }
/*-----------------パララックスデザイン終わり-----------------*/

/*-----------------ナビボタン始まり-----------------*/
#bellnya_room .NaviButton_side ul {
    padding: 0;
}
#bellnya_room .NaviButton_side li {
    width: 23%;
}
/*-----------------ナビボタン終わり-----------------*/

/*-----------------ニュースコーナー始まり-----------------*/
#bellnya_room .news_list{
    width: 86%;
    margin: 0 auto;
    padding: 15px 0;
}
#bellnya_room .scrollArea li {
    margin-bottom: 10px!important;
    line-height: 1.9;
    padding: 0;
    text-indent: 0;
    font-size: 13px;
}
#bellnya_room .scrollArea a {
    font-size: 13px;
}
/*-----------------ニュースコーナー終わり-----------------*/

/*-----------------ムービーコーナー始まり-----------------*/
#bellnya_room .f_input {
    font-size: 13px;
    width: 130px;
    margin: 20% auto 0;
}
#bellnya_room iframe {
    margin: 21px auto;
    display: block;
    width: 98%;
}
/*-----------------ムービーコーナー終わり-----------------*/

/*-----------------べるーにゃグッズ販売中コーナー始まり-----------------*/
#bellnya_room .itemList{
    justify-content: space-between;
}
#bellnya_room .itemList li{
    width: 48%;
	margin: 0 auto;
}
#bellnya_room .itemSpec {
    padding: 10px 7px 0px;
}
#bellnya_room .itemList .itemname {
    line-height: 15px;
}
/*-----------------べるーにゃグッズ販売中コーナー終わり-----------------*/

/*-----------------SNSコーナー始まり-----------------*/
#bellnya_room #Subtitle_sns {
    margin: 0;
}
#bellnya_room .goods{
    margin: 0 10px 30px;
}
#bellnya_room ul.featureList{
    margin-bottom: 30px!important;
    width: 100%;
}
#bellnya_room .featureList li:nth-of-type(1){
    margin-left: 9%;
}
#bellnya_room .featureList li{
    width: 13%;
    margin-right: 9%;
}
/*-----------------SNSコーナー終わり-----------------*/

/*-----------------べるーにゃの日常コーナー始まり-----------------*/
#bellnya_room .matome{
    width: 96%;
	margin: 0 2%;
}
#bellnya_room .Subtitle_mag60 {
    margin-bottom: 0;
}
#bellnya_room #Subtitle_everyday img{
    margin-bottom: 10px!important;
}
#bellnya_room #Subtitle_everyday .matome img{
    width: 49%;
}
#bellnya_room #Subtitle_everyday ul li {
    margin: 0;
}
/*-----------------べるーにゃの日常コーナー終わり-----------------*/

#bellnya_room .SpTitle.end {
    width: 100%;
    margin: 8% 0 4%;
}
#bellnya_room .SpTitle img {
    width: 55%!important;
    margin-bottom: 20px;
}

/*-----------------3/8UP　お便りコーナー-----------------*/
#bellnya_room .Letter_area {
    width: 86%;
    margin: 35px auto 0;
    padding: 5%;
	line-height: 2.2;
	box-sizing: border-box;
    text-align: left;
}
/*-----------------3/8UP　お便りコーナー終わり-----------------*/

}