@charset "utf-8";
/* CSS Document */


#page {
overflow-x: hidden;
}

.header_area {
margin: 0 !important;
padding: 0px;
}

.sp {
display: none !important;
}

.pc {
display: block !important;
}

@media screen and (max-width: 768px) {
.pc {
display: none !important;
}

.sp {
display: block !important;
}
}

.mb5 {
margin-bottom: 5em;
}

.mt5 {
margin-top: 5em;
}

.price {
color: #6D7CB5;
text-align: left !important;
font-weight: bold;
}

.woodenToys {
max-width: 780px;
margin: auto;
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.woodenToys p {
font-size: 15px;
}


.woodenToys img {
max-width: 100%;
}

@media screen and (max-width: 768px) {
.woodenToys {
width: 100%;
}
}



.maruTitle {
background-image: url(https://bv-baby.jp/pic-labo/swdl_ttl.png);
background-repeat: no-repeat;
background-size: contain;
padding: 1em 0 0 1.5em !important;
font-size: 1.5em !important;
}

.maruTitle .en {
font-size: 1em;
letter-spacing: 0.1em;
}

.maruTitle .jp {
padding-left: 1em;
font-size: 0.8em;
font-weight: 400;
}


.triTitle h2,
.item1 h2 {
margin: 1rem 1.5rem 0;
font-size: 1.5em !important;
}

@media screen and (max-width: 768px) {

.triTitle h2,
.item1 h2 {
margin: 1rem 1.5rem 0;
font-size: 1.3em !important;
}
}

.triTitle>p {
margin: 1em 0 2em;
}

.triTitle {
background-image: url(https://bv-baby.jp/pic-labo/wt_tri_ttl.webp);
background-repeat: no-repeat;
background-size: auto 120px;
padding: 1em 0 0 1em;
left: 10px;
}


.triTitle2 {
background-image: url(https://bv-baby.jp/pic-labo/wt_tri2_ttl.webp);
background-position: 0px 20px;
}

.best_seller {
position: relative;
display: inline-block;
/* 必要に応じて */
}

.best_seller .no1 {
position: absolute;
top: -30px;
left: -10px;
width: 200px;
}

@media screen and (max-width: 768px) {
.best_seller .no1 {
width: 130px;
}
}


/** h2タイトルデザイン **/
.headline1 {
font-size: 18px;
letter-spacing: 2px;
color: #555555;
line-height: 1.8;
text-align: center;
}

@media screen and (max-width: 768px) {

/* 768px以下に適用されるCSS（スマホ用） */
.headline1 {
font-size: 16px;

}
}

.headline1::before {
color: #d2a76f;
content: attr(data-en);
display: block;
font-size: 21px;
}


/*【画像とテキスト横並び】*/
.sideText {
display: flex;
/* margin: 0 auto 3em auto; */
align-items: center;
}

.sideText img {
/* max-width: 20%; */
/* width: 45%; */
height: auto;
}

.sideText span,
.sideText h2 {
/* width: 65%; */
/* padding: 0 .8em; */
align-items: center;
}

.slashTitle {
font-size: 16px;
font-weight: 500;
position: relative;
text-align: center;
}

.slashTitle::before,
.slashTitle::after {
position: absolute;
top: 0em;
height: 1.8em;
content: '';
}

.slashTitle::before {
border-left: solid 1px;
margin: 0 -4em;
transform: rotate(-35deg);
}

.slashTitle::after {
border-right: solid 1px;
margin: 0 4em;
transform: rotate(35deg);
}

.moreLinktext {
max-width: 70%;
font-weight: 700;
color: #fff !important;
text-decoration: none;
text-align: center;
display: block;
margin: 14px auto;
padding: 0.8em 1em;
background: #a5b3d7;
border-radius: 1vh;
}

.moreLinktext::after {
content: '▼';
margin-left: 1.5em;
font-size: 10px;
vertical-align: middle;
}

.moreLink {
text-align: center;
}

.moreLink img {
max-width: 260px;
width: 90% !important;
display: block;
margin: 14px auto 24px;
}

.box1 {
background: #daeef3;
}

.box2 {
background: #fff8f8;
}

.box3 {
background: #daeef3;
}



/* ▼ もっと読むの折りたたみ ▼ */

.wt_accordion {
border: 1px solid #aaa;
background: #f9f7ef;
border-radius: 9px;
margin: 20px 0;
overflow: hidden;
}

.wt_accordion summary {
font-weight: bold;
padding: 1em;
list-style: none;
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
background: #f9f7ef;
}

.wt_accordion summary::after {
content: "+";
}

.wt_accordion[open] summary::after {
content: "－";
}

/* 開いたときの中身部分 */
.wt_accordion[open] {
background: #fff;
}

/* 開いたときの summary */
.wt_accordion[open] summary {
border-bottom: 1px solid #aaa;
}

/* 中身に余白を追加（必要なら） */
.wt_accordion>*:not(summary) {
padding: 1em;
}




/* ▲ /.もっと読むのおりたたみ ▲ */


/*============================================
商品を並べるフレックスボックス 
============================================*/
.item_wrap {
display: flex;
flex-wrap: wrap;
width: 100%;
max-width: 780px;
margin: 0 auto;

}

.item_wrap img {
width: 100%;
display: block;
}

.item1,
.item2,
.item3 {
margin: 0 3px 16px;
box-sizing: border-box;
}

.item1 {
width: calc(100% - 6px);
}

.item2 {
width: calc(100%/2 - 6px);
}

.item3 {
width: calc(100%/3 - 6px);
}

.item2or3 {
width: calc(100%/3 - 6px);
}

@media screen and (max-width: 768px) {
.item2or3 {
width: calc(100%/2 - 6px);
}
}

/** 画像下テキストの設定 **/
.item_wrap h3,
.item_wrap p {
margin: 4px 0 0 8px;
line-height: 1.7;
letter-spacing: 0.05em;
font-size: 14px;
}

.item_wrap h3 {
font-weight: bold;
}

@media screen and (max-width: 768px) {

.item_wrap h3,
.item_wrap p {
font-size: 12px;
line-height: 1.6;
margin: 8px 0 0 8px;
}
}

/* ▲ /.商品を並べるフレックスボックスここまで ▲ */

.instaCard {
border: solid 2px #999;
border-radius: 20px;
box-sizing: border-box;
padding: 0px 10px 20px;
overflow: hidden;


}

/** ◆ ランキング画像重ねるCSS……<a>にclass="rank1～5"を指定（24.03） **/

.rank1maru,
.rank2maru,
.rank3maru,
.rank4maru,
.rank5maru {
position: relative;
display: inline-block;
width: 100%;
}

.rank1maru::after,
.rank2maru::after,
.rank3maru::after,
.rank4maru::after,
.rank5maru::after {
position: absolute;
content: "";
background-size: contain;
background-repeat: no-repeat;
top: 0;
left: 0;
/** 左上 **/
width: 100%;
height: 100%;
z-index: 1;
}

.rank1maru::after {
background-image: url(https://bellevie-shop.com/img/Others/500rank1_circle.png);
}

.rank2maru::after {
background-image: url(https://bellevie-shop.com/img/Others/500rank2_circle.png);
}

.rank3maru::after {
background-image: url(https://bellevie-shop.com/img/Others/500rank3_circle.png);
}

.rank4maru::after {
background-image: url(https://bellevie-shop.com/img/Others/500rank4_circle.png);
}

.rank5maru::after {
background-image: url(https://bellevie-shop.com/img/Others/500rank5_circle.png);
}


/*----スライダーの位置といろいろサイズ調整----*/
.one-slider img,
.right-slider img,
.text-slider img,
.center-slider img {
width: 100%;
}

.slick-slide {
height: auto !important;
}

/*-----------矢印表示----------*/
.slick-next {
right: 2px !important;
}

.slick-prev {
left: 2px !important;
}

.slick-arrow {
z-index: 2 !important;
}

/*----スライダー同士の隙間----*/
.right-slider .slick-slide,
.sp-slider .slick-slide,
.center-slider .slick-slide,
.text-slider .slick-slide {
margin-right: 3px !important;
margin-left: 3px !important;
}

/*----右のスライドをどれだけ見せるか----*/
.right-slider .slick-list,
.text-slider .slick-list {
padding-left: 0 !important;
padding-right: 15% !important;
/* centerPadding: "15%" に合わせる */
}

@media (max-width: 768px) {
.text-slider .slick-list {
padding-right: 15% !important;
/* スマホ時も統一 */
}
}


/* ============================================
セレクトタブ
============================================ */
.tab-wrap {

display: flex;
flex-wrap: wrap;
margin: 0 0 48px 0;

}

.tab-wrap:after {
content: '';
width: 100%;
height: 0px;
background: #333;
display: block;
order: -1;
}

.tab-label {
color: #555;
white-space: nowrap;
text-align: center;
padding: 10px 0.5em;
margin-top: 2px;
position: relative;
z-index: 1;
cursor: pointer;
border-radius: 4px 4px 0 0;
flex: 1;
transition: background 0.3s, color 0.3s;
order: -1;
display: flex;
flex-direction: column;
justify-content: center;
/* ← 上下中央にする */
align-items: center;
}

.tab1 {
background: #d5e4e3;
}

.tab2 {
background: #fff5eb;
}

.tab3 {
background: #f4ebe8;
}

.tab4 {
background: #efefef;
}

.tab-label:not(:last-of-type) {
margin-right: 2px;
}

.tab-content {
width: 100%;
height: 0;
overflow: hidden;
opacity: 0;
}

/* アクティブなタブ */
/* .tab-switch:checked+.tab-label {
background: #333;
color: #fff;
} */

.tab-switch:checked+.tab-label+.tab-content {
height: auto;
overflow: visible;
opacity: 1;
padding: 20px 5px;
border: 0px solid #eee;
}

/* ラジオボタン非表示 */
.tab-switch {
display: none;
}

/* ▲ /.セレクトタブここまで ▲ */


@media screen and (min-width: 768px) {
.width80 {
width: 80% !important;
display: block;
/* ←これが必要！ */
margin: 0 auto;
}
}

/* ▼▼ SP下部メニュー ▼▼ */
.wt_menu_sp {
display: none;
}

@media screen and (max-width: 768px) {
.wt_menu_sp {
position: fixed;
bottom: 0;
/* ← -1 → 0 に修正 */
left: 0;
right: 0;

display: flex;
flex-wrap: wrap;
width: 100%;
margin: 0;
background: #fff;
z-index: 100;
}

.wt_menu_sp_item {
width: calc(100% / 5);
padding: 5px;
box-sizing: border-box;
font-size: 12px;
text-align: center;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;

display: flex;
/* ← 1回だけにする */
}

.wt_menu_sp_item:first-child {
border-left: none;
}

.wt_menu_sp_item a {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
text-align: center;
text-decoration: none;
color: inherit;
}
}



/* ▲ /.SP下部メニューここまで ▲ */



