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

/*******************

shared style

********************/
html , body {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
/* defalt css reset */
#bs .container {
  width: 100%;
  
}
#bs .col-md-9 {
  width: 100%;
  float: none;
}
#bs .col-md-3 {
  display: none;
}
/* content
--------------------------------------------------*/
#bs {
  font-size: 14px;
  font-size: 3.77vw;
  font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  letter-spacing: 0.16em;
  line-height:1.75em;
  /* settings */
    --bs-main-color: #871e2c;
    --bs-sub-color: #a3888c;
    --bs-black-color: #595959;
    --bs-bg-color: #f5f2f2;
    --bs-border: #cdcdcd;
  
    --bs-border-set: 1px solid var(--bs-border);
  
  
  color:var(--bs-black--color);
  letter-spacing: 0.1em;
  font-weight: 300;
}
#bs h1, #bs h2, #bs h3, #bs h4, #bs h5, #bs h6, #bs .h1, #bs .h2, #bs .h3, #bs .h4, #bs .h5, #bs .h6 {
  font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;  
  line-height:1.75em;
  font-size: 100%;
}
.spitem {
  display: block;
}
.pcitem {
  display: none;
}
#bs p {
  font-size: 14px;
  font-size: 3.77vw;
}
@media screen and (min-width:1125px){
 #bs {
    font-size: 16px;
    margin: 0 auto;
    --bs-border: #cdcdcd;
  }
  
 .spitem {
   display: none;
  }
  .pcitem {
    display: block;
  }
 #bs p {
    font-size: 16px;
  }
}


#bs a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}
#bs a:hover {
  text-decoration: none;
}
#bs span {
  font-size: inherit;
  font-weight: inherit;
}
#bs img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
}
#bs img.img-t  {
  vertical-align: top;
}
/* cart css reset */

#bs header ,
#bs h1 ,
#bs h2 ,
#bs h3 ,
#bs p ,
#bs dl ,
#bs dt ,
#bs dd ,
#bs div ,
#bs section ,
#bs footer ,
#bs span {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  font-weight: normal;
}

#bs ul,
#bs li {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}


/*-------------------------------------------
 nav
-----------------------------------------------*/
#bs .bs__spnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
  z-index: 9999;
}

#bs .bs__spnav .bs__spnav__box {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
  width: 100%;
  background-color: rgba(255,255,255,0);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#bs .bs__spnav.bs__spnav--activate .bs__spnav__box{
  background-color: rgba(255,255,255,.7);
backdrop-filter: blur(0.3em);
}
#bs .bs__spnav .bs__spnav__box:before {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  z-index: 1;
  background: var(--bs-border);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#bs .bs__spnav.bs__spnav--activate .bs__spnav__box:before {
  content: "";
  width: 100%;
}
#bs .bs__spnav .bs__spnav__box h1 {
  box-sizing: border-box;
  width: 10em;
  padding: 1em;
  margin-left: 0;
}
#bs .bs__spnav .bs__spnav__box .bs__spnav__icon {
  box-sizing: border-box;
  width: 10em;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 0;
}
#bs .bs__spnav .bs__spnav__box .bs__spnav__icon__item {
  width: 3em;
  height: 3em;
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
#bs .bs__spnav .bs__spnav__box .bs__spnav__icon__item a , 
#bs .bs__spnav .bs__spnav__box .bs__spnav__icon__item span {
  display: block;
  box-sizing: border-box;
  padding: 0.75em;
}
#bs #bs__spnav__acd {
  background-color: #EDEAE4;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}#bs .bs__spnav .acd-btn {
  cursor: pointer;
}
#bs .bs__spnav .bs__spnav__list {
  width: 92%;
  margin: 0 auto;
  max-width: 680px;
}
#bs .bs__spnav .bs__spnav__btn {
  box-sizing: border-box;
  padding: 4.66% 4.66%;
  width: 100%;
}
#bs .bs__spnav .bs__spnav__btn a {
  background-color: var(--bs-main-color);
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  padding: 1.1em 0.8em;
}
#bs .bs__spnav .bs__spnav__btn span {
  margin: 0;
  font-size: 1.3em;
  font-weight: 500;
  box-sizing: border-box;
  display: inline-block;
  padding: 0 .5em;
}
#bs .bs__spnav .bs__spnav__btn a:after {
  content: "";
  box-sizing: border-box;
  display: block;
  background: url(../img/nav_arrow-w.svg) no-repeat 50% 50%;
  -webkit-background-size: contain;
  background-size: contain;
  width: 1em;
  height: 1em;
  margin: 0 .5em;
}
#bs .bs__spnav .bs__spnav__link > li {
  border-bottom: 1px solid #595959;
  
}
#bs .bs__spnav .bs__spnav__link > li > a {
  box-sizing: border-box;
  background: url(../img/nav_arrow.svg) no-repeat 95.34% 50%;
  -webkit-background-size: auto 1em;
  background-size: auto 1em;
  padding: 3% 4.66%;
  letter-spacing: 0.08em;
  color: #595959;
  display: block;
}
#bs .bs__spnav .bs__spnav__link--child {
  box-sizing: border-box;
  display: block;
  padding: 2.66% 4.66%;
}
#bs .bs__spnav .bs__spnav__link--child li {
  display: inline-block;
  min-width: 40%;
  margin: 0 0 2.66%;
}
#bs .bs__spnav .bs__spnav__link--child li a {
  font-size: .78em;
  box-sizing: border-box;
  display: block;
  padding: .2em .5em;
}
#bs .bs__spnav .bs__spnav__link--others {
  box-sizing: border-box;
  display: block;
  padding: 2.66% 4.66%;
}
#bs .bs__spnav .bs__spnav__link--others li {
  display: block;
  width: 13.5em;
  margin: .2em 0;
}
#bs .bs__spnav .bs__spnav__link--others li a {
  background: url(../img/nav_arrow.svg) no-repeat 95.34% 55%;
  -webkit-background-size: auto 1em;
  background-size: auto 1em;
  font-size: .78em;
  box-sizing: border-box;
  display: block;
  padding: 0em;
}
#bs .bs__spnav .bs__spnav__sns {
  box-sizing: border-box;
  margin: 0 auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  padding: 0 2.66% 3em;
}
#bs .bs__spnav .bs__spnav__sns li{
  display: block;
  width: 2.2em;
  margin: 0 0.4em 0 0;
}
#bs .bs__spnav .bs__spnav__sns li a {
  box-sizing: border-box;
  width: 2.2em;
  height: 2.2em;
  display: block;
}
#bs .bs__spnav .bs__spnav__sns li a img {
  box-sizing: border-box;
  height: auto;
  width: 100%;
  padding: .4em .1em .1em;
}
#bs .bs__spnav .bs__spnav__sns li a img[alt="Instagram"] {
  width: 80%;
  padding-top: .5em;
}
#bs .bs__spnav .bs__spnav__sns li a img[alt="Twitter"] {
  width: 84%;
  padding-top: .6em;
}

/*--------------------------------------------------------------------*/
#bs .bs__pcnav {
  z-index: 999;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#bs .bs__pcnav:hover,
#bs .bs__pcnav.bs__pcnav--activate{
  background-color: rgba(255,255,255,.7);
  backdrop-filter: blur(0.3em);
}
#bs .bs__pcnav .bs__pcnav__box {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
  width: 100%;
  max-width: 1400px;
}
#bs .bs__pcnav .bs__pcnav__logo {
  box-sizing: border-box;
  display: block;
  padding: 10px 20px;
  position: relative;
  width: 184px;
  margin: 0;
}
#bs .bs__pcnav .bs__pcnav__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  width: 110px;
}
#bs .bs__pcnav .bs__pcnav__icon__item {
  width: 50px;
}
#bs .bs__pcnav .bs__pcnav__icon__item a {
  display: block;
  width: 50px;
  box-sizing: border-box;
  padding: 10px;
}
#bs .bs__pcnav .bs__pcnav__icon__item a img {
  width: 100%;
  height: auto;
  display: block;
}
#bs .bs__pcnav .bs__pcnav__link {
  box-sizing: border-box;
  width: calc(100% - 300px);
}
#bs .bs__pcnav .bs__pcnav__link ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  margin: 0px auto 0;
}
#bs .bs__pcnav .bs__pcnav__link ul .bs__pcnav__item {
  width: auto;
  padding: 30px 0;
  margin: 0 10px;
}

#bs .bs__pcnav .bs__pcnav__link ul .bs__pcnav__item a {
  position: relative;
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 0 .3em;
  font-size: 12px;
}
#bs .bs__pcnav .bs__pcnav__link ul .bs__pcnav__item {
  z-index: 3;
}
#bs .bs__pcnav .bs__pcnav__link ul .bs__pcnav__item > a:after {
  content: "";
  display: block;
  position: absolute;
  bottom:0px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: transparent;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
#bs .bs__pcnav .bs__pcnav__link ul .bs__pcnav__item > a:hover:after {
  content: "";
  width: 100%;
  background-color: var(--bs-main-color);
}
#bs .bs__pcnav .bs__pcnav__item--child {
  background-color: var(--bs-black-color);
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate3d(0 , 100% , 0);
  -ms-transform: translate3d(0 , 100% , 0);
  -o-transform: translate3d(0 , 100% , 0);
  transform: translate3d(0 , 100% , 0);
  z-index: 2;
  width: 100%;
  overflow: hidden;
}
#bs .bs__pcnav .bs__pcnav__item--child ul {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  position: relative;
  height: 0;
  opacity: 0;
}
#bs .bs__pcnav .bs__pcnav__item--haschild:hover ul {
  height: 90px;
  opacity: 1;
}
#bs .bs__pcnav .bs__pcnav__item--child ul a{
  box-sizing: border-box;
  display: block;
  padding: 30px;
  position: relative;
}
#bs .bs__pcnav .bs__pcnav__link ul .bs__pcnav__item + .bs__pcnav__item .bs__pcnav__item--child a:before {
  content: none;
}
#bs .bs__pcnav .bs__pcnav__item--child ul a span {
  position: relative;
	font-size: 13px;
	display: block;
}
#bs .bs__pcnav .bs__pcnav__item--child ul a span:after{
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: transparent;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
#bs .bs__pcnav .bs__pcnav__link ul .bs__pcnav__item .bs__pcnav__item--child ul a:hover span {
  color: #fff;
}
#bs .bs__pcnav .bs__pcnav__link  .bs__pcnav__item--child ul a span:before {
  content: attr(data-spell);
  display: block;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 0.8em;
  margin-bottom: .3em;
}
#bs .bs__pcnav .bs__pcnav__link  .bs__pcnav__item--child ul a span:after {
  content: "";
  height: 1px;
  width: 0%;
  background-color: #606060;
}
#bs .bs__pcnav .bs__pcnav__link .bs__pcnav__item--child ul a:hover span:after {
  content: "";
  height: 1px;
  width: 100%;
	overflow: hidden;
  background-color: #606060;
}

@media screen and (min-width:1125px){

}

@media screen and (min-width:1300px){
#bs .bs__pcnav .bs__pcnav__link ul .bs__pcnav__item a {
  position: relative;
  padding: 0 .5em;
  font-size: 13px;
}
}

/*-------------------------------------------
 footer
-----------------------------------------------*/
#bs .bs__pagetop{
  border-top: var(--bs-border-set);
  border-bottom: var(--bs-border-set);
  box-sizing: border-box;
  padding: 14% 0;
  width: 100%;
}
#bs #pagetop {
  box-sizing: border-box;
  display: block;
  width: 50%;
  box-sizing: border-box;
  padding: 3.66% 6.8%;
  cursor: pointer;
}
#bs .bs__footer {
  position: relative;
  width: 100%;
  margin: 0 auto 0;
  box-sizing: border-box;
  display: block;
  padding: 8.33%;
}
#bs .bs__footer__logo {
  width: 60%;
  margin: 2% 0 10%;
}
#bs .bs__footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  font-size: .82em;
}
#bs .bs__footer__link ul {
  min-width: 45%;
  padding: 0;
  margin: 0;
}
#bs .bs__footer__link ul li {
  box-sizing: border-box;
  padding: 0.5em 0;
}
#bs .bs__footer__sns {
  padding-top: 12%;
  display: block;
}
#bs .bs__footer__sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}
#bs .bs__footer__sns li {
  margin: 0 1.3em 0 0;
  width: 2.7em;
}
#bs .bs__footer__copy {
  box-sizing: border-box;
  padding: 2.66% 8.33% 8.33%;
  font-size: .72em;
  text-align: left;
  max-width: 950px;
}
@media screen and (min-width:1125px){
  #bs .bs__pagetop {
    padding: 50px 0;
  }
#bs #pagetop {
  display: block;
  width: 173px;
  box-sizing: border-box;
  padding: 20px;
  cursor: pointer;
}
  #bs .bs__footer {
    padding: 40px 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 950px;
  }
  #bs .bs__footer__logo {
    max-width: 220px;
  }
  #bs .bs__footer__link {
    box-sizing: border-box;
    width: 58%;
    margin: 0;
    padding:  1% 5% 0;
  }
  #bs .bs__footer__link ul li {
    font-size: 13px;
    padding: 5px 0;
  }
  #bs .bs__footer__sns {
    margin: 0;
  }
  #bs .bs__footer__sns ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
  }
  #bs .bs__footer__sns li {
    margin: 0 0 0 1.3em;
  }
  #bs .bs__footer__copy {
    padding: 10px;
    text-align: right;
  }
  
}

/*---------------------------------------------------------------
 parts
---------------------------------------------------------------*/

/*-------------------------------------------
 fixed btn
-----------------------------------------------*/
#bs .bs__fixedbtn {
  display: block;
  position: fixed;
  z-index: 20;
  bottom: 15px;
  right: 15px;
  width: 34%;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translate3d(0,150%,0);
  -ms-transform: translate3d(0,150%,0);
  -o-transform: translate3d(0,150%,0);
  transform: translate3d(0,150%,0);
  
}
#bs .bs__fixedbtn--large {
  display: block;
  opacity: 1;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#bs .bs__fixedbtn--small {
  display: none;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#bs .bs__fixedbtn.bs__fixedbtn--moved .bs__fixedbtn--large{
  opacity: 0;
  display: none;
}
#bs .bs__fixedbtn.bs__fixedbtn--moved .bs__fixedbtn--small{
  opacity: 1;
  display: block;
}
#bs .bs__fixedbtn.bs__fixedbtn--activate{
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

@media screen and (min-width:1125px){
  #bs .bs__fixedbtn {
    width: 166px;
  }
  #bs .bs__fixedbtn {
  display: block;
  position: fixed;
  z-index: 20;
  bottom: 15px;
  right: calc(50% - 550px);
}
}
@media screen and (min-width:1300px){
  #bs .bs__fixedbtn {
  right: calc(50% - 640px);
}
}
/*---------------------------------------------*/



#bs sup {
  vertical-align: super;
  font-size: .6em;
}
#bs #bs__pagetitle {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  margin: 0 auto;
}
#bs #bs__pagetitle .bs__pagetitle__box {
  box-sizing: border-box;
  border
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 80%;
}

#bs #bs__pagetitle h1 {
  color: #fff;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  font-size: 1.07em;
}
#bs #bs__pagetitle .bs__pagetitle__text {
  border-top: 1px solid var(--bs-border);
  border-left: 1px solid var(--bs-border);
  box-sizing: border-box;
  background: #fff;
  padding: 5.66% 2.66% 6.66% 7%;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 1.3em;
  width: 90%;
  z-index: 5;
}
#bs #bs__pagetitle .bs__pagetitle__text h1 {
  display: block;
  position: relative;
  color: #000;
  font-size: 1.3em;
  font-weight: 500;
  text-align: left;
}


#bs #bs__pagetitle h1:before {
  content: attr(data-spell);
  display: block;
  font-family: 'Amiri', serif;
  font-size: 2.33em;
  padding-bottom: .2em;
}
#bs #bs__pagetitle.bs__pagetitle--noimg {
  background: #f5f2f2;
}
#bs #bs__pagetitle.bs__pagetitle--noimg h1{
  color: #202020;
}
#bs #bs__pagetitle.bs__pagetitle--noimg .bs__pagetitle__box {
  padding-bottom: 50%;
}
#bs .bs__pagetitle--stitle {
  text-align: center;
  font-size: 1.42em;
  letter-spacing: 0.1em;
  margin: 0 auto 1em;
}
#bs .bs__pagetitle--stitle:before {
  content: attr(data-spell);
  font-family: 'Amiri', serif;
  display: block;
  letter-spacing: 0.02em;
  margin: 0 auto 0.5em;
}


@media screen and (min-width:1125px){
  #bs #bs__pagetitle .bs__pagetitle__box {
    padding-bottom: 380px;
  }
  
  #bs #bs__pagetitle.bs_page img {
  object-fit: cover;
  width: 100%;
  max-height: 560px;
}
  
  #bs #bs__pagetitle h1 {
    color: #fff;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    font-size: 18px;
    -webkit-transform: translate3d(0 , -40% , 0);
    -ms-transform: translate3d(0 , -40% , 0);
    -o-transform: translate3d(0 , -40% , 0);
    transform: translate3d(0 , -40% , 0);
  }
  #bs #bs__pagetitle h1:before {
    content: attr(data-spell);
    font-size: 58px;
    padding-bottom: 20px;
  }
  
  #bs #bs__pagetitle.bs__pagetitle--noimg .bs__pagetitle__box {
    padding-bottom: 250px;
  }
 #bs .bs__pagetitle--stitle {
    text-align: center;
    font-size: 28px;
    letter-spacing: 0.1em;
    margin: 0 auto 1em;
  }
  #bs .bs__pagetitle--stitle:before {
    content: attr(data-spell);
    font-family: 'Amiri', serif;
    display: block;
    letter-spacing: 0.02em;
    margin: 0 auto 0.5em;
    font-size: 22px;
  }
}

/*--------------*/
#bs .bs__bg--gray {
  background: var(--bs-bg-color);
}
#bs .bs__box {
  box-sizing: border-box;
  padding:10% 6%;
  margin: 0 auto;
  width: 100%;
}
#bs .bs__box--last {
  padding-bottom: 6%;
}




@media screen and (min-width:1125px){
  #bs .bs__box {
    box-sizing: border-box;
    padding: 60px 20px;
    margin: 0 auto;
    max-width: 900px;
  }
}
#bs .bs__catch {
  color: var(--bs-main-color);
  text-align: center;
  font-size: 1.78em;
  font-family: 'Noto Serif JP', serif;
  font-feature-settings: 'pkna' 1;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  max-width: 840px;
  margin: 0 auto;
}
#bs .bs__catch__txt {
  font-family: 'Noto Serif JP', serif;
  font-feature-settings: 'pkna' 1;
  max-width: 840px;
  margin: 0 auto;
}
#bs .bs__catch__txt p {
  margin: 1.5em auto;
  line-height: 1.64em;
  letter-spacing: 0.07em;
}
#bs .bs__indent {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}
@media screen and (min-width:1125px){
  #bs .bs__catch__txt p {
    margin: 1.5em auto;
    font-size: 1.14em;
    line-height: 1.8em;
    letter-spacing: 0.07em;
  }
}

/*--------------------*/
#bs .bs__box--border {
  border: 0.12em solid var(--bs-main-color);
  box-sizing: border-box;
  padding: 6%;
}
#bs .bs__box--border dt {
  box-sizing: border-box;
  font-size: 1.28em;
  font-weight: 500;
  text-align: center;
}
#bs .bs__box--border dt:after {
  content: "";
  display: block;
  background-color: var(--bs-main-color);
  width: 4em;
  height: 2px;
  margin: 0.8em auto;
}

@media screen and (min-width:1125px){
#bs .bs__box--border {
  border: 3px solid var(--bs-main-color);
  box-sizing: border-box;
  padding: 50px;
}
#bs .bs__box--border dt {
  font-size: 32px;
}
#bs .bs__box--border dt:after {
  content: "";
  display: block;
  background-color: var(--bs-main-color);
  width: 140px;
  height: 2px;
  margin: 30px auto;
}

}



/*---------------------*/
#bs .bs__list--sq {
  font-weight: 300;
  max-width: 700px;
  margin: 0 auto;
  display: block;
}
#bs .bs__list--sq li {
  padding-left: 1.8em;
  position: relative;
}
#bs .bs__list--sq li:before {
  content: "□";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#bs .bs__list--sq li + li {
  margin-top: 0.8em;
}
@media screen and (min-width:1125px){
  #bs .bs__list--sq li {
    font-size: 20px;
    padding-left: 3em;
  }
  #bs .bs__list--sq li + li {
    margin-top: 1.5em;
  }
}

/*-------------------------*/
#bs .bs__ar--vertical {
  display: block;
  margin: 1em auto;
}
#bs .bs__area--right {
  box-sizing: border-box;
  border-bottom: 1px solid var(--bs-border);
  position: relative;
}
#bs .bs__area--right .bs__content {
  box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid var(--bs-border);
  width: 90%;
  margin-left: auto;
  margin-right: 0;
}

/*---------------------------*/
#bs .bs__boxbtn {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #BBA6B0;
  color: #881D2D;
  position: relative;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
#bs .bs__boxbtn--red {
  background: #881D2D;
  color: #fff;
}
#bs .bs__boxbtn--white {
  background: #fff;
  color: #881D2D;
  border: 1px solid;
  overflow: hidden;
  position: relative;
}
#bs .bs__boxbtn__text {
  margin: 0 auto;
  text-align: center;
  display: block;
  box-sizing: border-box;
  padding: 0 2em;
  font-weight: 500;
  font-size: 1.1em;
}
#bs .bs__boxbtn__text img {
  width: auto;
  height: 1.0em;
}
#bs .bs__boxbtn__image {
  width: 4.6em;
  margin: 0;
  border-left: 1px solid #fff;
  overflow: hidden;
  background-color: #AA98A0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;

}
#bs .bs__boxbtn--red .bs__boxbtn__image {
  background-color: #731621;
  border-left: 1px solid #fff;
}
#bs .bs__boxbtn--white .bs__boxbtn__image {
  width: 3.4em;
  margin: -1px;
  border-left: 1px solid #731621;
  position: relative;
  background-color: #fff;
}
#bs .bs__boxbtn:hover{
  background-color: #D6CAD0;
}
#bs .bs__boxbtn:hover .bs__boxbtn__image{
  background-color: #CCC1C6;
}
#bs .bs__boxbtn--red:hover{
  background-color: #A7676F;
}
#bs .bs__boxbtn--red:hover .bs__boxbtn__image{
  background-color: #9D5B63;
}

#bs .bs__boxbtn--white .bs__boxbtn--base {
  display: block;
}
#bs .bs__boxbtn--white .bs__boxbtn--hover {
  display: none;
}
#bs .bs__boxbtn--white:hover .bs__boxbtn--base {
  display: none;
}
#bs .bs__boxbtn--white:hover .bs__boxbtn--hover {
  display: block;
}
#bs .bs__boxbtn--white:hover {
  background-color: #822632;
  color: #fff;
}
#bs .bs__boxbtn--white:hover .bs__boxbtn__image{
  background-color: #731621;
  border-left: 1px solid #fff;
  
}





#bs .bs__boxbtn__image img {
  transform: scale(1.6);
}
@media screen and (min-width:1125px){
  #bs .bs__boxbtn {
    max-width: 400px;
    overflow: hidden;
  }
  
  
  
  #bs .bs__boxbtn__text {
    text-align: center;
    width: calc(100% - 70px);
    box-sizing: border-box;
    font-size: 18px;
    padding: .2em;
  }
  #bs .bs__boxbtn__image {
    width: 70px;
  }
  #bs .bs__boxbtn__image img {
    width: 100%;
    display: block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}




#bs .bs__btn--counseling {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
  max-width: 590px;
  width: 78.66%;
  display: block;
}
#bs .bs__btn--red a {
  border-radius: .2em;
  font-size: 1.14em;
  line-height: 1em;
  padding: 0.9em 1em;
  position: relative;
  color: #fff;
  border: 1px solid #871e2c;
  background-color: #871e2c;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/fibonaccijp/uploads/ec2023/shared/img/arrow_r_w.png);
  background-repeat: no-repeat;
  -webkit-background-size: 1.46em auto;
  background-size: 1.46em auto;
  background-position: calc(100% - .7em) 50%;
  display: block;
  text-align: center;
}
#bs .bs__btn--white a {
  border-radius: .2em;
  font-size: 1.14em;
  line-height: 1em;
  padding: 0.9em 1em;
  position: relative;
  color: #202020;
  border: 1px solid #202020;
  background-color: #fff;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/fibonaccijp/uploads/ec2023/shared/img/arrow_r_b.png);
  background-repeat: no-repeat;
  -webkit-background-size: 1.46em auto;
  background-size: 1.46em auto;
  background-position: calc(100% - .7em) 50%;
  display: block;
  text-align: center;
}
#bs .bs__btn__att {
  text-align: left;
  font-size: .68em;
  margin: .5em auto;
  font-weight: 300;
}

@media screen and (min-width:1125px){
  #bs .bs__btn__att {
    text-align: right;
    font-size: 14px;
  }
  #bs .bs__btn--red a {
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
  }
  #bs .bs__btn--white a {
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
  }
  
}
/*------------------------------*/
#bs #bs__breadcrumb {
  width: 100%;
  margin: 2em auto;
  border-top: 1px solid var(--bs-bg-color);
  border-bottom: 1px solid var(--bs-bg-color);
}
#bs #bs__breadcrumb .bs__breadcrumb__box {
  margin: 0 auto;
  padding: .5em 6%;
  box-sizing: border-box;
  text-align: left;
  font-size: 0.78em;
  font-weight: 300;
  letter-spacing: 0.1em;
}
#bs #bs__breadcrumb li {
  display: inline-block;
}
#bs #bs__breadcrumb li + li:before {
  content: "＞";
  padding: 0 0.4em;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  display: inline-block;
}
#bs #bs__breadcrumb a {
  color: var(--bs-main-color);
}

@media screen and (min-width:1125px){
  #bs #bs__breadcrumb .bs__breadcrumb__box {
    max-width: 920px;
    box-sizing: border-box;
    padding: 10px;
  }
}


/*------------------------------------------------------*/
#bs .bs__tablelist {
  
}
#bs .bs__tablelist dl {
  position: relative;
  box-sizing: border-box;
  padding: .8em 0;
  margin: 0 auto 2em;
}
#bs .bs__tablelist dl:before {
  content: "";
  background-color: #202020;
  width: 5em;
  height: 0.15em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#bs .bs__tablelist dt {
  font-weight: 500;
  padding-bottom: .3em;
}
#bs .bs__tablelist dd {
  font-size: .92em;
}
#bs .bs__tablelist dd pre {
    font-size: inherit;
    padding:0;
    line-height:inherit;
  font-weight: inherit;
  font-family:inherit;
}
#bs .bs__txtlink--ar {
  text-align: right;
}
#bs .bs__txtlink--ar a {
  display: inline-block;
  background: url(https://d2w53g1q050m78.cloudfront.net/fibonaccijp/uploads/ec2023/shared/img/arrow_r_b.png) no-repeat;
  background-position: 100% 50%;
  -webkit-background-size: 1.67em auto;
  background-size: 1.67em auto;
  box-sizing: border-box;
  padding: 0em 2.5em 0em .5em;
  font-size: 1.14em;
  letter-spacing: 0;
  line-height: 1em;
  font-family: 'Amiri', serif;
}
  #bs .bs__tablelist dl {
    border-top: 1px solid #202020;
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0;
    margin: 0 auto;
  }
  #bs .bs__tablelist dl:last-child {
    border-bottom: 1px solid #202020;
  }
  #bs .bs__tablelist dl:before {
    content: none;
  }
  #bs .bs__tablelist dt {
    display: table-cell;
    width: 7em;
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 10px 2px;
    border-right: 2px solid #202020;
  }
  #bs .bs__tablelist dd {
    display: table-cell;
    width: -webkit-calc(100% - 7em);
    width: -o-calc(100% - 7em);
    width: calc(100% - 7em);
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 10px;
  }

@media screen and (min-width:1125px){
  #bs .bs__tablelist dl {
    border-top: 1px solid #202020;
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0;
    margin: 0 auto;
  }
  #bs .bs__tablelist dl:last-child {
    border-bottom: 1px solid #202020;
  }
  #bs .bs__tablelist dl:before {
    content: none;
  }
  #bs .bs__tablelist dt {
    display: table-cell;
    width: 200px;
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 20px;
    border-right: 2px solid #202020;
  }
  #bs .bs__tablelist dd {
    display: table-cell;
    width: -webkit-calc(100% - 200px);
    width: -o-calc(100% - 200px);
    width: calc(100% - 200px);
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 10px 0 10px 40px;
    line-height: 32px;
    font-size: 16px;
  }
  #bs .bs__txtlink--ar {
    text-align: left;
    padding-left: 0;
    font-size: 18px;
    margin-top: 0;
  }
  #bs .bs__txtlink--ar a {
    padding-left: 0;
  }
}

/*----------------------------------*/
#bs .bs__listtxt dl {
  margin: 2em auto;
}
#bs .bs__listtxt dt {
  font-size: 1.07em;
  font-weight: 500;
  margin-bottom: .5em;
}
#bs .bs__listtxt dl + dl:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 1em auto 2em;
  background: #202020;
}
#bs .bs__revdate{
  border-top: 1px solid #f5f2f2;
  text-align: right;
  margin: 1em auto;
  padding: 1em 0;
}
#bs .bs__listtxt dd pre {
  word-break: break-all;
  background: transparent;
  border: none;
  white-space: pre-wrap ;
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
}
@media screen and (min-width:1125px){
  #bs .bs__listtxt dl + dl:before {
  content: "";
  display: none;
  width: 100%;
  height: 1px;
  margin: 0 auto;
}
  #bs .bs__listtxt dl {
    margin: 2.5em auto;
  }
  #bs .bs__listtxt dt {
    font-size: 18px;
    border-bottom: 1px solid #202020;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
  #bs .bs__listtxt dd {
    font-size: 16px;
    line-height: 2em;
  }
}

/* def page overwrite css */
#bs #customers-password-new-view ,
#bs #customers-sessions-sign-in-view ,
#bs #customers-registrations-sign-up-view ,
#bs .page-container ,
#bs #cart-show-view {
  width: 92%;
  padding-top: 4em;
  margin: 1em auto;
  max-width: 950px;
}
#bs .btn-primary {
  border: none;
  color: #fff;
  background: #871e2c;
  margin-top: 1em;
  font-size: inherit;
}
blockquote {
 padding: 0.3em 0.3em;
 margin: 1em auto 1em;
 font-size: 1.1em;
 border-left: none;
}
#bs .btn-default  {
  color: #fff;
  border: none;
  margin-top: 1em;
  font-size: inherit;
  background: #606060;
}
#bs a.btn-danger {
  color: #ffffff;
  border: none;
  background: #202020;
}
#bs .input-sm {
  padding: 1.2em 0.8em;
  height: auto;
  font-size: 1.1em;
  box-sizing: border-box;
}
#bs .input-sm[name="order[billing_address_attributes][zip01]"] {
  width: -webkit-calc(100% - 1.5em);
  width: -o-calc(100% - 1.5em);
  width: calc(100% - 1.5em);
  display: inline-block;
}
#bs .input-sm[id*="order_customer_attributes_birth"] {
  display: inline-block;
  width: 32%;
}
#bs .input-sm#input-cc-month {
  display: inline-block;
  width: 32%;
}
#bs .input-sm#input-cc-year {
  display: inline-block;
  width: 32%;
}



#bs .bs__box__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}
#bs .bs__box__list__item li {
  width: 100%;
  box-sizing: border-box;
  padding: 0.3em;
  position: relative;
  margin: 0;
}
#bs .bs__box__list__item li a {
  display: block;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #606060;
  box-sizing: border-box;
  padding: 1em;
}

#bs .fieldset div{
  margin: 0;
}
#bs .fieldset .form-group {
  position: relative;
  margin: 10px auto;
}
#bs #customers-password-new-view .col-md-offset-2 ,
#bs #customer-edit-view .col-md-offset-2 ,
#bs #customers-registrations-sign-up-view .col-md-offset-2 ,
#bs #customers-sessions-sign-in-view .col-md-offset-2 {
  float: right;
  width: 100%;
}
#bs .col-md-6 {
    box-sizing: border-box;
    padding: 1em;
}
#bs .panel-body p {
  padding-bottom: 0.5em;
}
#bs .panel-heading {
  text-align: center;
  font-size: 1.08em;
  font-weight: 400;
  margin: .5em auto;
  border-bottom: 1px solid;
  padding-bottom: .3em;
}



@media screen and (min-width:1125px){
  #bs .page-container ,
  #bs #customers-password-new-view ,
  #bs #customers-registrations-sign-up-view ,
  #bs #customers-sessions-sign-in-view ,
  #bs #cart-show-view {
    padding-top: 20px;
    margin-top: 88px;
  }
  #bs .bs__box__list__item li {
  width: 33%;
}
  #bs #customers-password-new-view .col-md-offset-2 ,
  #bs #customer-edit-view .col-md-offset-2 ,
  #bs #customers-registrations-sign-up-view .col-md-offset-2 ,
  #bs #customers-sessions-sign-in-view .col-md-offset-2 {
  float: right;
    width: 83.3333333333%;
}
  #bs .input-sm {
  padding: 0.5em;
  font-size: 1em;
}
}


/*----------------------------------------*/
#bs #new-view {
  padding-top: 3em;
  box-sizing: border-box;
  width: 92%;
  margin: 0 auto;
}
#bs #new-view legend {
  font-size: 1.08em;
  padding-bottom: .3em;
  border-bottom: 1px solid;
}
#bs #new-view p + p {
  margin-top: 1em;
}
#bs #new-view .table {
  width: 100%;
  margin: 1em auto;
}
#bs #new-view th {
  width: 7em;
  font-weight: 400;
}
#bs #new-view td {
  width: calc(100% - 7em);
}
#bs .alert-danger {
  color: #871e2c;
  max-width: 800px;
}
#bs  #new-view .alert-danger p + p {
  margin-top: 0;
}
@media screen and (min-width:1125px){
  #bs #new-view th {
    width: 14em;
    font-weight: 400;
  }
  #bs #new-view td {
    width: calc(100% - 14em);
  }
}

/* ---------------------- */
#bs div[id^="customer-"] label{
  font-size: inherit;
  font-family: inherit;
}
#bs div[id^="customer-"] .form-group {
  margin: .5em auto;
}
/*-------------------------------*/


#bs .has-error .help-block, .has-error .control-label,
#bs .has-error .radio, .has-error .checkbox,
#bs .has-error .radio-inline, .has-error .checkbox-inline,
#bs .has-error.radio label,
#bs .has-error.checkbox label,
#bs .has-error.radio-inline label,
#bs .has-error.checkbox-inline label {
  color: #fff
}
#bs .has-error .form-control {
  border-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
#bs .has-error .form-control:focus {
  border-color: #e6e6e6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff
}
#bs .has-error .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #FF0039
}
#bs .has-error .form-control-feedback {
  color: #fff
}
#bs .has-feedback label~.form-control-feedback {
  top: 26px
}
#bs .has-feedback label.sr-only~.form-control-feedback {
  top: 0
}
#bs .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373
}

#bs .has-error .help-block,
#bs .has-error .control-label,
#bs .has-error .radio,
#bs .has-error .checkbox, 
#bs .has-error .radio-inline,
#bs .has-error .checkbox-inline,
#bs .has-error.radio label,
#bs .has-error.checkbox label,
#bs .has-error.radio-inline label,
#bs .has-error.checkbox-inline label,
#bs .has-error .form-control-feedback {
  color: #FF0039
}

#bs .has-error .form-control,
#bs .has-error .form-control:focus,
#bs .has-error .input-group-addon {
  border: 1px solid #FF0039
}

#bs .has-success .help-block,
#bs .has-success .control-label,
#bs .has-success .radio,
#bs .has-success .checkbox,
#bs .has-success .radio-inline,
#bs .has-success .checkbox-inline,
#bs .has-success.radio label,
#bs .has-success.checkbox label,
#bs .has-success.radio-inline label,
#bs .has-success.checkbox-inline label,
#bs .has-success .form-control-feedback {
  color: #3FB618
}
#bs .has-success .form-control,
#bs .has-success .form-control:focus,
#bs .has-success .input-group-addon {
  border: 1px solid #3FB618
}
#bs .formError {
  z-index: 990
}
#bs .formError .formErrorContent {
  z-index: 991
}
#bs .formError .formErrorArrow {
  z-index: 996
}
#bs .formErrorInsideDialog.formError {
  z-index: 5000
}
#bs .formErrorInsideDialog.formError .formErrorContent {
  z-index: 5001
}
#bs .formErrorInsideDialog.formError .formErrorArrow {
  z-index: 5006
}
#bs .inputContainer {
  position: relative;
  float: left
}
#bs .formError {
  position: absolute;
  top: 300px;
  left: 0!important;
  display: block;
  cursor: pointer
}

#bs .ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none
}
#bs .formError .formErrorContent {
  width: 100%;
  background: #871e2c;
  position: relative;
  color: #fff;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px
}
#bs .greenPopup .formErrorContent {
  background: #33be40
}
#bs .blackPopup .formErrorContent {
  background: #393939;
  color: #FFF
}
#bs .formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative
}
#bs body[dir='rtl'] .formError .formErrorArrow,
#bs body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0
}
#bs .formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px
}
#bs .formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #871e2c;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block
}
#bs .formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none
}
#bs .greenPopup .formErrorArrow div {
  background: #33be40
}
#bs .blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF
}
#bs .formError .formErrorArrow .line10 {
  width: 15px;
  border: none
}
#bs .formError .formErrorArrow .line9 {
  width: 13px;
  border: none
}
#bs .formError .formErrorArrow .line8 {
  width: 11px
}
#bs .formError .formErrorArrow .line7 {
  width: 9px
}
#bs .formError .formErrorArrow .line6 {
  width: 7px
}
#bs .formError .formErrorArrow .line5 {
  width: 5px
}
#bs .formError .formErrorArrow .line4 {
  width: 3px
}
#bs .formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd
}
#bs .formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd
}
#bs .formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd
}

/* btn --------------*/
@charset "utf-8";
/* CSS Document btn */



/* -------------------------------------------- */

#bs .bs__cart__btn {
  margin: 2em auto;
  width: 88%;
}
#bs .bs__cart__btn__item {
  position: relative;
    min-height: 50px;
}

#bs .bs__cart__btn__item a ,
#bs .bs__cart__btn__item button ,
#bs .bs__cart__btn__item input {
  margin: 1em auto;
  background: url(https://d2w53g1q050m78.cloudfront.net/fibonaccijp/uploads/ec2023/shared/img/arrow_r_w.png) no-repeat;
  -webkit-background-size: 1.46em auto;
  background-size: 1.46em auto;
  background-position: calc(100% - .7em) 50%;
  background-color: #9e9e9e;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  color: #fff;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: .2em;
  cursor: pointer;
  font-size: 1em;
  line-height: 1em;
  letter-spacing: 0.1em;
  padding: 1.3em 1em;
  position: relative;
}

#bs .bs__cart__btn__item.bs__cart__btn__item--black a,
#bs .bs__cart__btn__item.bs__cart__btn__item--black button,
#bs .bs__cart__btn__item.bs__cart__btn__item--black input{
  background-color: #202020;
}
#bs .bs__cart__btn__item.bs__cart__btn__item--back a ,
#bs .bs__cart__btn__item.bs__cart__btn__item--back input {
  margin: 1em auto;
  background: url(https://d2w53g1q050m78.cloudfront.net/fibonaccijp/uploads/ec2023/shared/img/arrow_l_w.png) no-repeat;
  -webkit-background-size: 1.46em auto;
  background-size: 1.46em auto;
  background-position: .7em 50%;
  background-color: #9e9e9e;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  color: #fff;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: .2em;
  font-size: 1em;
  line-height: 1em;
  letter-spacing: 0.1em;
  padding: 1.3em 1em;
  position: relative;
}
#bs .bs__cart__btn__item.bs__cart__btn__item--red a, #bs .bs__cart__btn__item.bs__cart__btn__item--red button, #bs .bs__cart__btn__item.bs__cart__btn__item--red input {
    background-color: #871e2c;
}
#bs .bs__cart__btn__item.bs__cart__btn__item--red a {
  width: 100%;
  margin-top: 0;
}

@media screen and (min-width:1125px){
 
  #bs .bs__cart__btn {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  #bs .bs__cart__btn__item {
    margin: 0;
  }
  #bs .bs__cart__btn__item a ,
  #bs .bs__cart__btn__item button ,
  #bs .bs__cart__btn__item input {
    display: inline-block;
    margin:10px 0px;
    width: 330px;
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
    background-position:  95% 50%;
  }
  #bs .bs__cart__btn__item.bs__cart__btn__item--back a,
  #bs .bs__cart__btn__item.bs__cart__btn__item--back input {
    display: inline-block;
    margin: 5px;
    width: 330px;
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
    background-position:  20px 50%;
  }
  #bs .bs__cart__btn__item.bs__cart__btn__item--red a {
      margin: 5px;
    width: 330px;
}
}


#bs .bs_faq .bs_faq__btn {
  position: relative;
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  padding-right: 2.5em;
}
#bs .bs_faq .bs_faq__btn:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/faq_ar.svg);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -0.5em;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
#bs .bs_faq .bs_faq__btn.acd-open:after {
  content: "";
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

#bs .bs__arc2box {
  box-sizing: border-box;
  background: url(../img/arc_2.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
  -webkit-background-size: auto 100%;
  background-size:auto 100%;
  position: relative;
  padding: 0;
}
#bs .bs__arc2box__text {
  padding: 9.66% 2.66% 9.66% 9.66% ;
}
#bs .bs__arc2box:before {
  content: "";
  display: block;
  background-color: var(--bs-border);
  position: absolute;
  top: 3em;
  left: -11.5%;
  width: 11.5%;
  height: 1px;
}
#bs .bs_arc2box--pat2 {
  background-color: #fff;
}
#bs .bs_arc2title--pat2 {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--bs-border);
  padding: 8.66% 2.66% 8.66% 9%;
  font-size: 1.3em;
  font-weight: 500;
  z-index: 3;
}
#bs .bs_arc2title--pat2:before {
  content: "";
  display: block;
  width: 45%;
  height: 0;
  padding-bottom: 45%;
  background-color: transparent;
  overflow: hidden;
  border-radius: 100%;
  border: 1px solid var(--bs-border);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#bs .bs_arc2box--pat2:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: var(--bs-border);
  overflow: hidden;
  position: absolute;
  right: 23%;
  top: 0;
  z-index: 1;
}
#bs .bs_arc2boxinner--pat2 {
  position: relative;
  z-index: 3;
}
#bs .bs_titletext {
  width: auto;
  max-width: inherit;
  height: 1.05em;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}
#bs .bs_arc2stitle {
  box-sizing: border-box;
  padding: 4.66% 2.66% 4.66% 9%;
  border-bottom: 1px solid var(--bs-border);
}
#bs .bs_arc2title--pat2.bs_arc2title--2l:before {
    content: "";
  width: 60%;
  padding-bottom: 60%;
  right: -8%;
}
#bs .bs_arc2title--2l .bs_titletext{
  height: 2.7em;
}
#bs .bs_arc2text {
  box-sizing: border-box;
  padding: 4.66% 9% 4.66% 9%;
}
#bs .bs_arc2text p {
  font-size: 0.88em;
}
#bs .bs_arc2text p + p {
  margin-top: 1.5em;
}
#bs .bs_arc2text + .bs_arc2text {
  border-top: 1px solid var(--bs-border);
}
#bs .bs_arc2image {
  box-sizing: border-box;
  padding: 4.66% 0% 9% 9%;
}



#bs .bs_bordertext {
  border-top: 1px solid var(--bs-border);
  border-bottom: 1px solid var(--bs-border);
  box-sizing: border-box;
  display: block;
}
#bs .bs_bordertext + .bs_bordertext {
  margin-top: 5em;
}
#bs .bs_bordertext dl {
  width: 80%;
  border-left: 1px solid var(--bs-border);
  border-right: 1px solid var(--bs-border);
}
#bs .bs_bordertext dt {
  box-sizing: border-box;
  text-align: center;
  padding: 2.66% 8%;
  font-size: 1.08em;
  font-weight: 500;
  border-bottom: 1px solid var(--bs-border);
}
#bs .bs_bordertext dd {
  box-sizing: border-box;
  padding: 2.66% 8% 4%;
}

#bs .bs_bordertext dd p {
  font-size: 0.88em;
  line-height: 1.95em;
}
#bs .bs_indent {
  padding-left: 1em;
  text-indent: -1em;
}

  #bs .bs_bar {
    display: block;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    padding: 0;
    background: var(--bs-border);
  }
#bs .bs_pan {
  width: 100%;
  border-top: var(--bs-border-set);
}
#bs .bs_pan ul {
  display: block;
  box-sizing: border-box;
  padding: 0.5% 2.66%;
}
#bs .bs_pan li {
  display: inline-block;
  font-size: .72em;
}
#bs .bs_pan li + li:before {
  content: "＞";
  margin-right: .2em;
}

@media screen and (min-width:1125px){
  
  #bs .bs__arc2 {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
  }
  #bs .bs__arc2 .bs__content {
    width: 86%;
  }
  #bs .bs__arc2box {
    overflow: hidden;
    background-position: top left;
    -webkit-background-size:100% auto;
    background-size:100% auto;
    box-sizing: border-box;
    padding-right: 14%;
  }
  #bs .bs__arc2box:before {
  content: "";
  display: block;
  background-color: var(--bs-border);
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 1px;
  height: 100%;
    
  }
  #bs .bs_arc2title--2l + .bs_arc2stitle {
    padding-top: 40px;
  }
  #bs .bs_arc2title--2l .bs_titletext {
    height: 1.05em;
  }
  #bs .bs_bordertext dl {
    max-width: 1040px;
    width: 72%;
  }
  #bs .bs_bordertext dt {
    font-size: 22px;
  }  
  #bs .bs_bordertext dd {
    font-size: 16px;
  }
  #bs .bs_pan ul {
  display: block;
  box-sizing: border-box;
  padding: 0px 10px;
  max-width: 880px;
    color: #5c5c5c;
    font-size: 10px;
}
}

/*------------------------------------------------------------*/

@media screen and (min-width:1440px){
  #bs .bs__arc2 .bs__content {
    width: 100%;
    max-width: 1440px;
  }
  #bs .bs__arc2box {
    padding-right: 0;
    margin: 0 auto;
  }
  #bs .bs_arc2boxinner--pat2 {
    max-width: 1010px;
    margin: 0 auto;
  }
  
}


/*--------------------------------------
 animation
--------------------------------------*/
#bs .anim.fadeinBox {
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -webkit-filter: blur(0px);
  -o-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
#bs .anim.hideanim.fadeinBox {
  -webkit-filter: blur(20px);
  -o-filter: blur(20px);
  filter: blur(20px);
  opacity: 0;
  -webkit-transform: translate3d(0,5em,0);
  -ms-transform: translate3d(0,5em,0);
  -o-transform: translate3d(0,5em,0);
  transform: translate3d(0,5em,0);
}