@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=ADLaM+Display&display=swap');
/* --------------------------------------------------------------------------------
			Reset
-------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	font-family: "Zen Maru Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Noto Sans JP", sans-serif;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box !important;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: top;
}
html {
	scroll-behavior: smooth;
}
/* --------------------------------------------------------------------------------
		common	
-------------------------------------------------------------------------------- */
.device-sp {
	display: none !important;
}
.device-pc {
	display: block;
}
body {
	width: 100%;
	min-width: 1280px;
	color: #313131;
	font-size: 16px;
	line-height: 1.7;
	font-family: "Zen Maru Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Noto Sans JP", sans-serif;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	background: #FDFDEB;
}
a {
	text-decoration: none;
	transition: all .3s;
}
a:hover {
	opacity: .6;
}
a, a:visited, a:link, a:active {
	/*color: #000;*/
}
.inner {
	width:100%;
	max-width: 100%!important;
	position: relative;
	margin: 0 auto;
}
.row_wrap {
	display: flex;
	flex-flow: row wrap;
}
.buy_btn a {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	border-radius: 16px;
	background-color: #DD6200;
	padding: 7px 28px;
}
.js-fade {
	opacity: 0;
	transition: opacity .8s;
}
.js-fade.is-inview {
	opacity: 1;
	transition-delay: .5s;
}
/* READ MORE */
.grad_trigger {
	display: none;
}
.bg_onetime_popup.fadeout {
	/*animation: fadein-keyframes 10s ease 4s 1 forwards;*/
	animation: fadein-keyframes 5s ease 2.5s 1 forwards;
}
@keyframes fadein-keyframes {
	0% {
		opacity: 1 !important;
		display: block !important;
	}
	100% {
		opacity: 0;
		display: none;
		visibility: hidden;
	}
}
.main-fade {
	animation-name: mainfadein;
	/*animation-duration: 5s;*/
	animation-duration: 1.5s;
}
@keyframes mainfadein {
	from {
		opacity: 0;
		transform: translatey(0px);
	}
	to {
		opacity: 1;
		transform: translatey(-10px);
	}
}
.flowing {
	width: 0;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	animation: flowing-anim 3s forwards linear;
}
@keyframes flowing-anim {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}
.breadcrumb {
	font-size: 12px;
	padding: 0px;
	/*margin: 80px 0 40px;*/
}
img {
	max-width: 100%;
}
.fs-body-category-popin-baum .fs-l-page {
	margin-top: 0px !important;
}
.fs-body-category-popin-baum #side {
	display: none;
}
.fs-body-category-popin-baum .fs-c-breadcrumb {
	display: none;
}

.fs-body-category-popin-baum .inner {
	width: 100%!important;
}


.fs-body-category-popin-baum .fs-c-productList {
    width: 1200px;
     float: none; 
	margin: 120px auto 0;
}


.fs-body-category-popin-baum .fs-c-productList{
	display: none;
}


/* --------------------------------------------------------------------------------
		header
-------------------------------------------------------------------------------- */
#header {
	width: 100%;
	position: relative;
	background-color: #FA7DB0 !important;
	height: 70px !important;
}
#header .header-inner {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	height: 70px !important;
}
#header .header-inner .logo {
	background: #fff;
	width: 70px;
	height: 70px;
	padding: 12px;
}
#header .header-inner h1 {
	position: absolute;
	left: 0;
	right: 0;
	width: 185px;
	text-align: center;
	margin: 0 auto;
}
#header .h-account {
	display: flex;
	align-items: center;
	margin: 0 80px 0 0;
}
#header .h-search form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 20px 0 0;
	padding: 5px 10px 5px 5px;
	width: 230px;
	border-radius: 20px;
	background: #fff;
}
#header .h-search .input-search {
	border: 0px;
	width: 190px;
	font-size: 12px;
	color: #FFBAD6;
}
#header .h-search .search-btn {
	width: 20px;
}
#header .h-search form {
	line-height: 0;
}
#header .h-login {
	margin: 0 20px 0 0;
}
#header .h-cart {
	margin: 0 20px 0 0;
}
/********** メニュー **********/
#nav_toggle {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 9999;
	background: #78B8D9;
	height: 70px;
	width: 70px;
	padding: 25px 20px;
}
#nav_toggle div {
	position: relative;
}
#nav_toggle span {
	display: block;
	height: 2px;
	background: #FFFFC9;
	position: absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
#nav_toggle span:nth-child(1) {
	top: 0px;
}
#nav_toggle span:nth-child(2) {
	top: 10px;
}
#nav_toggle p {
	color: #FFFFC9;
	font-size: 13px;
	text-align: center;
	margin: 10px 0 0;
	display: block;
}

#nav_toggle p.t1 {
	display: block;
}


#nav_toggle p.t2 {
	display: none;
}


.open #nav_toggle p.t1 {
	display: none;
}

.open #nav_toggle p.t2 {
	display: block;
}


.open #nav_toggle span:nth-child(1) {
	top: 0px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
	background: #fff;
}
.open #nav_toggle span:nth-child(2) {
	top: 0px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
	background: #fff;
}
.open #nav_toggle span:nth-child(3) {}
span.menu-txt {
	display: none;
	font-size: 20px;
	color: #fff;
	padding: 5px 110px;
}
.scroll-prevent {
	overflow: hidden;
	height: 100vh;
}
nav.h-menu {
	display: none;
	background: #78B8D9;
	left: 0;
	position: fixed;
	overflow-y: scroll;
	z-index: 9998;
	top: 70px;
	width: 100%;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	padding: 0 0 70px;
}
.drawer-nav {
	width: 80vw;
	margin: 35px auto;
	padding: 60px 80px;
	background: #fff;
	border-radius: 30px;
}
.drawer-nav .m-nav {}
.drawer-nav .m-nav ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.drawer-nav .m-nav ul li {
	width: 45%;
	margin: 0 0 20px;
}
.drawer-nav .m-nav ul li a {
	color: #FA7DB0;
	font-size: 30px;
}
.drawer-nav .m-sub-nav {
	margin: 20px 0 0;
}
.drawer-nav .m-sub-nav ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.drawer-nav ul.m-sub-nav li {
	flex-direction: column;
	width: 100%;
	margin: 0 0 20px;
	padding: 10px 0;
	border-bottom: 3px dotted #FA7DB0;
}
.drawer-nav ul.m-sub-nav li a {
	color: #FA7DB0;
	font-size: 20px;
	position: relative;
	display: flex;
	align-items: center;
}
.drawer-nav ul.m-sub-nav li a::after {
	content: '';
	background: url(https://www.bannobiyori.com/fs-group/popin/images/i-arr.svg) no-repeat;
	display: inline-block;
	height: 28px;
	width: 28px;
	margin-left: auto;
}
.drawer-nav .m-info {
	color: #FA7DB0;
	display: flex;
	justify-content: space-between;
}
.drawer-nav .sns {
	width: 45%;
}
.drawer-nav .m-tel {
	width: 45%;
}

.drawer-nav .m-info p {
	color: #FA7DB0;
	font-size: 20px;
	margin: 0 0 20px;
}
.drawer-nav .m-info ul {
	display: flex;
}
.drawer-nav .m-info ul li {
	margin: 0 20px 0 0;
}
/* --------------------------------------------------------------------------------
		footer	
-------------------------------------------------------------------------------- */
#footer {
	background: #FA7DB0;
	padding: 60px 0;
	color: #FFFFC9;
}
#footer .footer-inner {
	width: 1048px;
	margin: 0 auto;
	display: flex;
}
#footer h2 {
	width: 1048px;
	margin: 0 auto 60px;
}
#footer h2 img{
	width: 375px;
	
}

#footer .f-info-box {
	width: 315px;
	border-right: 1px solid #FFFFC9;
}
#footer .f-info-box {
	width: 315px;
	border-right: 1px solid #FFFFC9;
}
#footer .f-info-box .tel {
	font-size: 14px;
	margin: 0 0 40px;
}
#footer .footer-inner .tel a {
	font-size: 30px;
	color: #FFFFC9;
}
#footer .footer-inner .address h4 {
	display: inline-block;
	font-size: 13px;
	border: 1px solid #FFFFC9;
	border-radius: 999px;
	padding: 5px 15px;
	margin: 0 0 10px;
}
#footer .footer-inner .address p {
	font-size: 13px;
}
#footer .f-nav-box {
	padding: 0 40px;
	width: 600px;
}
#footer .f-nav-box .f-nav ul {
	display: flex;
	flex-wrap: wrap;
}
#footer .f-nav-box .f-nav ul li {
	width: 33%;
	margin: 0 0 20px;
}
#footer .f-nav-box .f-nav ul li a {
	color: #FFFFC9;
	font-size: 16px;
}
#footer .f-nav-box ul.f-sub-nav {
	margin: 10px 0 0;
	padding: 0 0 0 0.2em;
}
#footer .f-nav-box ul.f-sub-nav  {
	display: flex;
	flex-direction: column;
}
#footer .f-nav-box ul.f-sub-nav li {
	width: 100%;
	margin: 0 0 10px;
}
#footer .f-nav-box ul.f-sub-nav li a {
	color: #FFFFC9;
	font-size: 13px;
}
#footer .f-nav-box .f-guide p {
	color: #FFFFC9;
	font-size: 12px;
}
#footer .f-nav-box .f-guide p a {
	color: #FFFFC9;
	font-size: 12px;
}
#footer .f-sns-box {
	margin-top: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
#footer .f-sns-box .sns {
	margin: 0 0 20px;
}
#footer .f-sns-box .sns ul {
	display: flex;
	justify-content: center;
}
#footer .f-sns-box .sns ul li {
	margin: 0 10px 0 0;
}
#footer .f-sns-box .copy {
	font-size: 12px;
}
#pagetop {
	position: fixed;
	right: 20px;
	bottom: 20%;
	opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  z-index: 9999;
}


#pagetop.show {
  opacity: 1;
  visibility: visible;
}







/* --------------------------------------------------------------------------------
		 mv
-------------------------------------------------------------------------------- */
#popin-content h2{
	font-size: 72px;
	color: #FA7DB0;
	text-align: center;
	font-family: "ADLaM Display", system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", sans-serif;
	line-height: 1.5;
}

#popin-content h2 span{
	font-size: 25px;
	color: #FA7DB0;
	text-align: center;
	display: block;
	font-family: "ADLaM Display", system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", sans-serif;
}




#popin-content .popin-baum-mv {
	
}

#popin-content .popin-baum-mv img{
	width: 100%;
	object-fit: cover;
	
}


#popin-content .popin-heading{
	min-height: 700px;
	/*min-height: 80vw;*/
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: url('https://www.bannobiyori.com/fs-group/popin/images/lead-bg.jpg') center center no-repeat;
	background-size: cover;
	
}

#popin-content .popin-heading h2{
	margin: 0 0 50px;
}

#popin-content .popin-heading h2 img{
	width: 725px;
}

#popin-content .popin-heading p{
	font-size: 26px;
	line-height: 2;
	color: #FFFFC9;
	text-align: center;
}


/*Menu*/


#popin-content .popin-inner{
	width: 1200px;
	margin: 0 auto;
}



#popin-content .popin-menu{
	padding: 130px 0;
}


#popin-content .popin-menu h2{
	margin: 0 0 70px;
}

#popin-content .popin-group{
	width: 1100px;
	margin: 0 auto;
	padding: 75px 0;
	border-bottom: 4px dotted #FA7DB0;
}


#popin-content .popin-group .ttl{
	display: flex;
	align-items: center;
	color: #FA7DB0;
	margin: 0 0 45px;
}


#popin-content .popin-group .ttl h3{
	font-size: 27px;
	border: 2px solid #FA7DB0;
	color: #FA7DB0;
	padding: 5px 60px;
	border-radius: 999px;
	font-weight: bold;
}


#popin-content .popin-group .ttl p{
	font-size: 20px;
	padding: 0 40px;
}


#popin-content .popin-group ul{
	display: flex;
	flex-wrap: wrap;
	gap:80px;
	
}

#popin-content .popin-group ul li{
	width: 215px;
	
}

#popin-content .popin-group ul li a{
	color: #FA7DB0;
	
}


#popin-content .popin-group ul li .img{
	margin: 0 0 15px;
	
}

#popin-content .popin-group ul li p{
	font-size: 14px;
	
}


#popin-content .popin-group ul li h4{
	font-size: 24px;
	
	font-weight: 600;
	
}

#popin-content .popin-group ul li .price{
	font-size: 20px;
	
	
}


/*NEWS*/
#popin-content .popin-news{
	padding: 130px 0;
	background: #FA7DB0;
}

#popin-content .popin-news h2{
	color: #FFFFC9;
	text-align: left;
	font-size: 70px;
	border-bottom: 4px dotted #FFFFC9;
	padding: 0 0 40px;
	margin: 0 0 40px;
}

#popin-content .popin-news ul li{
	margin: 0 0 25px;
}



#popin-content .popin-news ul li a{
	display: flex;
	color: #FFFFC9;
	font-size: 26px;
}



#popin-content .popin-news ul li .date{
	font-size: 20px;
	width: 140px;
}

/*Ranking*/
#popin-content .popin-rank{
	padding: 130px 0;
	background: #FA7DB0 url('https://www.bannobiyori.com/fs-group/popin/images/rank-bg.png') top;
}

#popin-content .popin-rank h2{
	margin: 0 0 80px;
}


#popin-content .popin-rank ul{
	display: flex;
	flex-wrap: wrap;
	gap:50px;
	
}

#popin-content .popin-rank ul li{
	width: 235px;
	position: relative;
	
}

#popin-content .popin-rank ul li .i-rank{
	position: absolute;
	top: -20px;
	left: -20px;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	color: #FDFDEB;
	background: #FA7DB0;
	border-radius: 999px;
		z-index: 99;
	
}



#popin-content .popin-rank ul li a{
	color: #FA7DB0;
	
}


#popin-content .popin-rank ul li .img{
	margin: 0 0 15px;
	border: 2px solid #FA7DB0;
	border-radius: 20px;
	
}

#popin-content .popin-rank ul li .img img{

	border-radius: 20px;
	
}


#popin-content .popin-rank ul li p{
	font-size: 14px;
	
}


#popin-content .popin-rank ul li h4{
	font-size: 24px;
	
	font-weight: 600;
	
}

#popin-content .popin-rank ul li .price{
	font-size: 20px;
	
	
}









#popin-content .popin-rank .rank-inner{
	width: 1100px;
	margin: 0 auto;
}




#popin-content .popin-f-img img{
	width: 100%;
	object-fit: cover;
}




/* --------------------------------------------------------------------------------
		詳細ページ
-------------------------------------------------------------------------------- */



 body.fs-body-product .fs-l-page {
        margin-top: 0px;
	 
	 
    }
 body.fs-body-product .fs-l-productLayout {
   
	 color: #FFFFC9;
	 
    }


.productNameBlock h1.fs-c-productNameHeading {
    max-width: 100%;
	margin: 0 0 0 40px;
   
}



body.fs-body-product .productNameBlock {
    background-color: #FFFFF7;
    padding-bottom: 2em;
}

body.fs-body-product .fs-c-breadcrumb {
    font-size: 14px;
    margin: 0 0 0 40px;
	padding: 1em 0;
    background-color: #FFFFF7;
    
}

.fs-c-breadcrumb ol {
	    width: 100%;
    padding: 20px 0 0;
   
}
body.fs-body-product .fs-c-breadcrumb li {
    float: left;
    margin: 0 5px 0 0;
    height: 25px;
    line-height: 40px;
    color: #FA7DB0;
    font-size: 12px;
}


body.fs-body-product .fs-c-breadcrumb li a{
   color: #FA7DB0;
}


body.fs-body-product .productNameBlock h1.fs-c-productNameHeading span {
   
    color: #FA7DB0;
}



body.fs-body-product #product_detail {
    background-color: #FFA2C8;
    padding: 3em 0;
}


body.fs-body-product .fs-c-button--primary {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 40px auto;
    height: 70px;
    padding: 0;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: normal;
    background: #78B8D9;
    color: #FFFFC9;
    text-decoration: none;
    border: none;
}


.fs-c-productQuantityAndWishlist__quantity .fs-c-quantity__select, 
.fs-c-productQuantityAndAction__quantity .fs-c-quantity__select {
   padding: 10px;
	width: 70px;
	border-radius: 4px;
}



body.fs-body-product .fs-c-price__value {
    font-size: 28px;
    color: #FFFFC9;
}


body.fs-body-product .more a {
    background: none;
    display: inline-block;
    font-size: 18px;
    color: #FFFFC9;
    padding: 0.9em 0;
    width: 380px;
    letter-spacing: 0.1em;
	border: 2px solid #FFFFC9;
	border-radius: 999px;
}

body.fs-body-product #floating_cart_btn {
        display: none;
    }



body.fs-body-product .fs-c-returnedSpecialContract .fs-c-returnedSpecialContract__link a,
body.fs-body-product button.fs-c-button--inquiryAboutProduct.fs-c-button--plain,
body.fs-body-product a.fs-c-button--addReview--detail.fs-c-button--plain {
    color: #FFFFC9!important;
   border: 2px solid #FFFFC9;
	border-radius: 999px;
    padding: 15px;
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: center;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}



body.fs-body-product .fs-p-productDescription {
	width: 1000px;
	margin: 0 auto ;
	max-width: 100%;
       
    }

body.fs-body-product .fs-p-productDescription h3.ttl {
	text-align: center;
	font-size: 28px;
	margin: 0 0 40px;
	
    }

body.fs-body-product .fs-p-productDescription p {
	text-align: center;
	font-size: 16px;
	margin: 0 0 40px;
	
    }


body.fs-body-product .fs-p-productDescription table {
	width: 660px;
	margin: 0 auto 100px;
	border: none;
	
    }


body.fs-body-product .fs-p-productDescription table th{
	border: none;
	border-bottom: 3px dotted #FFFFC9;
	font-size: 15px;
	padding: 20px;
	
    }

body.fs-body-product .fs-p-productDescription table td{
	border: none;
	border-bottom: 3px dotted #FFFFC9;
	font-size: 15px;
	padding: 20px;
	
    }



body.fs-body-product .page-back {
        
       margin: 120px 0 0;
    }


body.fs-body-product .page-back .more a {
        
        display: inline-block;
        font-size: 18px;
        color: #FFFFC9;
        padding: 0.9em 0;
        width: 380px;
        letter-spacing: 0.1em;
	background: #78B8D9;
	
        border: 2px solid #FFFFC9;
        border-radius: 999px;
    }





