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

/* base
--------------------------------------------------*/
html , body {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background: #f6f3f0 url(../img/bg.png) repeat top center;
}
#bs {
  min-width: 100%;
}
#ff {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-feature-settings: 'palt' 1;
  color:#303030;
  line-height:1.5em;
  /* color settings */
  --base-color: #5e111b;
  --accent-color: #901727;
  --accent-subcolor: #8a2532;
}
#ff .serif {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-feature-settings: 'palt' 1;
}
@media screen and (min-width:750px){
#ff {
    margin: 0 auto;
  }
}
#ff a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}
#ff a:hover {
  text-decoration: underline;
}
#ff span {
  font-size: inherit;
  font-weight: inherit;
}
#ff img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
}
#ff img.img-t {
  vertical-align: top;
}
/* cart css reset */

#ff header ,
#ff h1 ,
#ff h2 ,
#ff h3 ,
#ff p ,
#ff dl ,
#ff dt ,
#ff dd ,
#ff div ,
#ff section ,
#ff span {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
/*----------------------------------------*/
#ff #ff-top__mv {
  display: block;
}
#ff #ff-top__mv {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  overflow: hidden;
}
#ff-top__mv .ff-top__slider {
  position: relative;
  z-index: 2;
}
#ff .ff-top__fixbar {
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6.933%;
  height: 100%;
  z-index: 999;
}
#ff-top__mv .owl-dots {
  box-sizing: border-box;
  background-color: #fff;
  text-align: right;
  width: 100%;
  padding: 0% 2.66% 2%;
}
#ff-top__mv .owl-dots .owl-dot {
  background: #c2b7ac;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.5em;
  margin: auto .2em;
}
#ff-top__mv .owl-dots .owl-dot.active {
  background: #923440;
  display: inline-block;
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border-radius: 0.6em;
  margin: auto .2em;
}
#ff .ff-top__content {
  background: #fff;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 3;
  padding-bottom: 6%;
}
#ff .ff-top__content:before {
  content: "";
  display: block;
  width: 2px;
  height: 3.5em;
  background: #8d2b37;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50% , -100% , 0);
  -ms-transform: translate3d(-50% , -100% , 0);
  -o-transform: translate3d(-50% , -100% , 0);
  transform: translate3d(-50% , -100% , 0);
}
#ff .ff-top__text {
  box-sizing: border-box;
  display: block;
  padding: 6% 0 1%;
}
#ff .ff-top__text p {
  color: var(--base-color);
  text-align: center;
  font-weight: bold;
  font-feature-settings: 'palt' 1;
  line-height: 1.57em;
  margin: 0 auto 1.5em;
}
#ff .ff-top__text p span {
  color: var(--accent-color);
}
#ff .ff-top__btn {
  text-align: center;
  padding: 2em 0;
}
#ff .ff-top__btntitle {
  text-align: center;
  font-size: 1.14em;
  font-weight: bold;
  color: var(--accent-color);
  margin: 0 auto 0.5em;
}
#ff .ff-top__btntitle span:before,
#ff .ff-top__btntitle span:after {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1px;
  background-color: var(--accent-color);
  vertical-align: middle;
  margin: 0.5em;
}

#ff .ff-top__btnitem {
  text-align: center;
  
}
#ff .ff-top__btnitem a {
  display: inline-block;
  opacity: 1;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  width: 62.4%;
}
#ff .ff-top__btnitem a:hover {
  opacity: 0.5;
}


/*------------------------------------------------------*/
@media screen and (min-width:750px){
  #ff #ff-top__mv {
    box-sizing: border-box;
    border-top: 20px solid #fff;
    border-right: 30px solid #fff;
  }
  #ff-top__mv .ff-top__slider {
    width: 100%;
    height: calc(100vh - 20px);
    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-bottom: 50px;
    position: relative;
    margin: 0 auto;
    
  }
  #ff .ff-top__fixbar {
    width: 30px;
    top: -20px;
    height: calc(100% + 20px);
  }
  #ff-top__mv .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-right: 0;
    padding-top: 4px;
    padding-bottom: 20px;
    background: #fff;
    border-top: 20px solid #fff;
  }
  #ff-top__mv .owl-dots .owl-dot {
    background: #c2b7ac;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: auto .2em;
  }
  #ff-top__mv .owl-dots .owl-dot.active {
    background: #923440;
    display: inline-block;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    margin: auto .2em;
  }
  #ff .ff-top__content:before {
    content: "";
    height: 85px;
  }
  #ff .ff-top__content {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 46px;
  }
  #ff .ff-top__text {
    margin: 0 auto;
    padding: 0;
  }
  #ff .ff-top__text p {
    font-size: 22px;
  }
  #ff .ff-top__btn {
    padding: 60px 0 60px;
  }
  #ff .ff-top__btntitle {
    font-size: 28px;
  }
  #ff .ff-top__btnitem a {
    width: 392px;
  }
}
  
  

/*--- ff-q  -------------------------------------*/  

#ff #ff-q {
  background: url(../img/flowerace_txt.png);
  background-repeat: no-repeat;
  background-position: 0% 1em;
  -webkit-background-size: 16.66% auto;
  background-size: 16.66% auto;
  position: relative;
  padding-bottom: 1px;
  min-height: 90vh;
}
#ff .ff-q__number {
  box-sizing: border-box;
  background-color: #e1d8ce;
  display: block;
  margin-right: 0;
  width: 64.2%;
  border-radius: 0 0 0 1em;
  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;
  padding: 2% 2% 3% 3%;
}
#ff .ff-q__number .ff-q__numberdot {
  display: inline-block;
  background-color: #ffffff;
  width: 0.4em;
  height: 0.4em;
  border-radius: 1em;
}
#ff .ff-q__number .ff-q__numberdot--active {
  background-color: var(--accent-color);
  width: 0.7em;
  height: 0.7em;
}
#ff .ff-q__number .ff-q__text {
  display: block;
  width: 3em;
  margin-right: 0;
}
#ff .ff-q__number .ff-q__text img {
  width: auto;
  height: 1em;
}
#ff .ff-q__title .ff-q__titlenumber {
  position: absolute;
  top: 0;
  left: 0;
  width: 26.66%;
  z-index: 3;
}
#ff .ff-q__title .ff-q__titlenumber--10 {
  width: 32%;
}
#ff .ff-q__title h1 {
  box-sizing: border-box;
  color: #5e111b;
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.5em;
  background: #fff;
  border-radius:  1em 0  0 1em;
  margin: 1.6em 0 0 auto;
  padding: 2em 1em 2em 1.2em;
  width: 91.2%;
}
#ff .ff-q__img {
  display: block;
  position: relative;
  z-index: 5;
  margin: -2em auto 0;
  width: 84%;
}
#ff .ff-q__checkbox {
  width: 84%;
  margin: .5em auto;
}
#ff .ff-q__checkbox__item label{
  cursor: pointer;
}
#ff .ff-q__checkbox__item span{
  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: flex-start;
  font-weight: 500;
  color: #5e111b;
  background-color: rgba(255,255,255,0.7);
  border: 2px solid transparent;
  margin: 0.7em auto;
  min-height: 4em;
  padding: 2% 4% 2% 12.5%;
  vertical-align: middle;
  box-sizing: border-box;
  background-image: url(../img/question/chk_off.png);
  background-repeat: no-repeat;
  background-position: 4% 50%;
  -webkit-background-size: 1.14em auto;
  background-size: 1.14em auto;
  line-height: 1.5em;
}
#ff .ff-q__checkbox__item input {
  display: none;
}
#ff .ff-q__checkbox__item input:checked + span {
  background-image: url(../img/question/chk_on.png);
  border: 2px solid var(--accent-color);
}
/* mini */
#ff .ff-q__checkbox--mini div {
  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: flex-start;
}
#ff .ff-q__checkbox--mini .ff-q__checkbox__item {
  width: 47%;
  margin: 0;
}
#ff .ff-q__checkbox--mini .ff-q__checkbox__item:nth-of-type(2n) {
  margin-right: 0;
  margin-left: auto;
}
#ff .ff-q__checkbox--mini .ff-q__checkbox__item  span {
  padding: 2% 4% 2% 20%;
  background-position: 5% 50%;
}
#ff .ff-q__checkbox--mini span {
  position: relative;
  overflow: hidden;
}
#ff .ff-q__checkbox--mini label {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  padding: 2% 4% 2% 25%;
  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: flex-start;
  z-index: 1;
}

/* skin */

#ff .ff-q__checkbox--mini.ff-q__checkbox--skin span {
  min-height: 6em;
}
#ff .ff-q__checkbox--mini.ff-q__checkbox--skin label {
  padding: .5em 12% .5em 22%;
}
#ff .ff-q__checkbox--skin label div {
  box-sizing: border-box;
  text-align: center;
  display: block;
  width: 100%;
}

#ff .ff-q__checkbox--text input {
  margin: 0;
  padding: 0;
  background: none;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}
#ff .ff-q__checkbox--text input::placeholder {
  color: var(--base-color);
}
#ff .ff-q__checkbox__textbox {
  width: 100%;
  background: rgba(255,255,255,.7);
  color: var(--base-color);
  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;
  box-sizing: border-box;
  padding: 1em;
  margin: 1em auto;
}
#ff .ff-q__checkbox__textbox span {
  font-weight: bold;
  margin-right: 0;
}


#ff .ff__select__value {
  cursor: pointer;
  position: relative;
  padding: 1em;
  display: block;
}
#ff .ff__select__value:after {
  content: "";
  background: url(../img/question/ar.png) no-repeat 50% 50%;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  color: #35495e;
  top: 50%;
  right: 5%;
  margin-top: -0.5em;
  -webkit-transform: rotate3d(1,0,0,0deg);
  -ms-transform: rotate3d(1,0,0,0deg);
  -o-transform:rotate3d(1,0,0,0deg);
  transform: rotate3d(1,0,0,0deg);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
#ff .ff__select__value--open:after {
  content: "";
  -webkit-transform: rotate3d(1,0,0,180deg);
  -ms-transform: rotate3d(1,0,0,180deg);
  -o-transform: rotate3d(1,0,0,180deg);
  transform: rotate3d(1,0,0,180deg);
}
#ff .ff__select__area {
  position: relative;
  width: 100%;
  background: rgba(255,255,255,.7);
  color: var(--base-color);
  display: block;
  box-sizing: border-box;
  padding: 0;
  margin: 1em auto;
}
#ff .ff__select__area .ff__select--sex {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  display: none!important;
 }
 #ff .ff__select__area .ff__select__value--open + .ff__select--sex {
   display:block!important;
   
 }
#ff .ff__select__area .ff__select {
  position: relative;
  background: rgba(255,255,255,0.9);
  box-sizing: border-box;
  padding: 1em;
}
#ff .ff__select__area .ff__select--sex .ff__select {
  background: #e9ddda;
}
#ff .ff__select__area .ff__select--sex .ff__select .ff__select__item + .ff__select__item:before {
  content: "";
  display: block;
  width: 80%;
  max-width: 500px;
  height: 1px;
  background: #FFF;
  margin: 0 auto;
}

#ff .ff__select__area label {
  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;
  width: 100%;
}
#ff .ff__select__area input {
  display: none;
}
#ff .ff__select__area input + span {
  padding: 0.5em 0.8em;
  box-sizing: border-box;
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

#ff .ff__select__area input + span:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}
#ff .ff__select__area input:checked {
  background-color: red;
}
#ff .ff__select__area .ff__select__item--active span:before {
  content: "";
  background: url(../img/question/check.png) no-repeat 50% 50%;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

#ff .ff__select__area input  span:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: .5em;
}
#ff .ff-q__checkbox__facetype {
  position: relative;
  width: 100%;
  background: rgba(255,255,255,.7);
  color: var(--base-color);
  display: block;
  box-sizing: border-box;
  padding: 6% 5%;
  margin: 1em auto;
  
}
#ff .ff-q__checkbox__facetype--title {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}
#ff .ff-q__checkbox__facetype--title span {
  display: block;
  margin: 0.5em auto 0;
  font-weight: 400;
  font-size: 0.74em;
}
#ff .ff-q__checkbox__facetype--title span:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1px;
  background-color: var(--base-color);
  vertical-align: middle;
  margin-right: 0.7em;
}
#ff .ff-q__checkbox__facetype--title span:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1px;
  background-color: var(--base-color);
  vertical-align: middle;
  margin-left: 0.7em;
}
#ff .ff-q__checkbox__facetype--list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}
#ff .ff-q__checkbox__facetype--item {
  width: 40%;
  margin: 2% auto;
}
#ff .ff-q__checkbox__facetype--img {
  background: url(../img/question/chk_off.png) no-repeat 50% 100%;
  -webkit-background-size: 1em auto;
  background-size: 1em auto;
  box-sizing: border-box;
  display: block;
  padding-bottom: 1.5em;
  cursor: pointer;
}
#ff .ff-q__checkbox__facetype--img img{
  display: block;
  overflow: hidden;
  border-radius: 50%;
  z-index: 2;
  position: relative;
  border: 2px solid transparent;
}
#ff input:checked + .ff-q__checkbox__facetype--img {
  background: url(../img/question/chk_on.png) no-repeat 50% 100%;
  -webkit-background-size: 1em auto;
  background-size: 1em auto;
}
#ff input:checked + .ff-q__checkbox__facetype--img img{
  display: block;
  overflow: hidden;
  border-radius: 50%;
  z-index: 2;
  position: relative;
  border: 2px solid var(--accent-color);
}




#ff .ff-q__title + .ff-q__checkbox {
    margin-top: 8%;
  }
#ff .ff-q__btn {
  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;
  width: 90%;
  margin: 8% auto;
}
#ff .ff-q__btn__item {
  display: block;
  margin: auto 3%;
}
#ff .ff-q__btn__item--next {
  width: 60%;
}
#ff .ff-q__btn__item--back {
  width: 36%;
}
#ff .ff-q__btn__item a {
  display: block;
  opacity: 1;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
#ff .ff-q__btn__item a:hover {
  opacity: 0.5;
}
#ff .ff-q__pagenate {
  display: block;
  margin: 3em auto;
  width: 100%;
}
#ff .ff-q__pagenate img {
  width: auto;
  height: 1.55em;
}
#ff .ff-q__pagenate:after {
  content: "";
  display: block;
  width: 1.8em;
  height: 1px;
  background-color: var(--accent-color);
  margin: 0.9em auto;
}


#ff .ff-q__btn__item--unselected {
  position: relative;
  background: url(../img/question/btn_next_def.png);
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#ff .ff-q__btn--result.ff-q__btn__item--unselected {
  position: relative;
  background: url(../img/question/btn_result_def.png);
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
}


#ff .ff-q__btn__item--unselected img {
  opacity: 0;
}
#ff .ff-q__btn__item--unselected:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: transparent;
}







@media screen and (min-width:750px){
  #ff #ff-q {
    display: block;
    overflow: hidden;
    overflow: hidden;
  background: url(../img/flowerace_txt.png);
  background-repeat: no-repeat;
  background-position: 0% 80px;
  -webkit-background-size: 110px auto;
  background-size: 110px auto;
  }

  #ff .ff-q__number {
    height: 54px;
    width: calc(50% - 173px);
    padding: 0 calc(50% - 500px) 0 25px;
  }
  #ff .ff-q__number .ff-q__numberdot {
    width: 8px;
    height: 8px;
    margin: auto 6px;
  }
  #ff .ff-q__number .ff-q__numberdot--active {
    background-color: var(--accent-color);
    width: 11px;
    height: 11px;
  }
  #ff .ff-q__number .ff-q__text {
    display: block;
    width: 50px;
    margin-left: auto;
    margin-right: 0;
  }
  #ff .ff-q__number .ff-q__text img {
    width: auto;
    height: 20px;
  }
  #ff .ff-q__title {
    position: relative;
  margin: 2.5em 0 0 auto;
    width: calc(50% + 500px);
    padding-left: 20px;
  }
  #ff .ff-q__title .ff-q__titlenumber {
  position: absolute;
  top: -92px;
  left: -25px;
  width: 136px;
  z-index: 3;
}
  #ff .ff-q__title .ff-q__titlenumber--10 {
  width: 162px;
}
  #ff .ff-q__title h1 {
  box-sizing: border-box;
  color: #5e111b;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.5em;
  background: #fff;
  border-radius:  1em 0  0 1em;
  padding: 2.5em 1em 2.5em 3em;
  margin: 0 auto;
  width: 100%;
}
  #ff .ff-q__img {
    width: 480px;
    margin-top: -40px;
  }
  #ff .ff-q__checkbox div{
    width: 100%;
    margin: 0 auto;
    max-width: 860px;
    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:flex-start;
  }
  #ff .ff-q__checkbox__item {
    width: calc(50% - 30px);
    margin: auto 15px;
    }
  #ff .ff-q__checkbox__item  span {
    font-size: 16px;
    min-height: 76px;
    padding: 10px 20px 10px 53px;
    -webkit-background-size: 22px auto;
    background-size: 22px auto;
    background-position: 18px 50% ;
  }
  #ff .ff-q__title + .ff-q__checkbox {
    margin-top: 76px;
  }
/* mini */
#ff .ff-q__checkbox--mini .ff-q__checkbox__item {
  width: 22%;
  margin: 0;
  margin-right: 2.5%;
}
#ff .ff-q__checkbox--mini .ff-q__checkbox__item:nth-of-type(2n) {
  margin-right: 2.5%;
  margin-left: 0;
}
#ff .ff-q__checkbox--mini .ff-q__checkbox__item:nth-of-type(4n) {
  margin-right: 0;
}  
#ff .ff-q__checkbox--mini .ff-q__checkbox__item span {
  padding: 2% 4% 2% 25%;
}
/* skin */

#ff .ff-q__checkbox--mini.ff-q__checkbox--skin span {
  min-height: 6.2em;
}
#ff .ff-q__checkbox--mini.ff-q__checkbox--skin label {
  padding: .5em 12% .5em 22%;
}
#ff .ff-q__checkbox--skin label div img {
  width: 76px;
  margin-top: .4em;
}
  
  #ff .ff-q__btn {
   margin: 80px auto 50px;
  }
  #ff .ff-q__btn__item {
  display: block;
  margin: auto 15px;
  
}
#ff .ff-q__btn__item--next {
  width: 262px;
}
#ff .ff-q__btn__item--back {
  width: 158px;
}
#ff .ff-q__pagenate img {
  width: auto;
  height: 22px;
}
  #ff .ff-q__btn__item--unselected {
  position: relative;
  background: url(../img/question/btn_next_def_pc.png);
  -webkit-background-size: auto auto;
  background-size: auto auto;
  background-repeat: no-repeat;
}
#ff .ff-q__btn--result.ff-q__btn__item--unselected {
  position: relative;
  background: url(../img/question/btn_result_def_pc.png);
  -webkit-background-size: auto auto;
  background-size: auto auto;
  background-repeat: no-repeat;
}
  
#ff .bs__checkbox__form--txt {
  max-width: 630px;
  margin: 0 auto;
}
  #ff .bs__checkbox__form--txt .ff-q__checkbox__textbox {
    margin: 20px auto;
  }
  #ff .ff-q__checkbox--text .ff-q__checkbox__textbox--age  input {
    width: calc(100% - 3.8em);
  }
  #ff .ff-q__checkbox--text .ff-q__checkbox__textbox--age span {
    text-align: center;
    width: 3.2em;
  }
  #ff .ff-q__checkbox--text .ff-q__checkbox__facetype {
    margin: 20px auto;
  }
  #ff .ff-q__checkbox--text .ff-q__checkbox__facetype--list ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  }
  #ff .ff-q__checkbox__facetype--item {
    width: 22%;
    margin: 2% 4%;
  }
  #ff .ff-q__checkbox__facetype--img {
    background: url(../img/question/chk_off.png) no-repeat 50% 100%;
    -webkit-background-size: 1em auto;
    background-size: 1em auto;
    box-sizing: border-box;
    display: block;
    padding-bottom: 1.5em;
    cursor: pointer;
  }
  #ff .ff-q__checkbox__facetype--img img{
    display: block;
    overflow: hidden;
    border-radius: 50%;
    z-index: 2;
    position: relative;
    border: 2px solid transparent;
  }
  #ff input:checked + .ff-q__checkbox__facetype--img {
    background: url(../img/question/chk_on.png) no-repeat 50% 100%;
    -webkit-background-size: 1em auto;
    background-size: 1em auto;
  }
  #ff input:checked + .ff-q__checkbox__facetype--img img{
    display: block;
    overflow: hidden;
    border-radius: 50%;
    z-index: 2;
    position: relative;
    border: 2px solid var(--accent-color);
  }

  
  
}


/*--- ff-footer  -------------------------------------*/  
#bs .ff-gotop {
  display: block;
  width: 100%;
  background-color: #fff;
}
#bs .ff-gotop__box {
  max-width: 1000px;
  text-align: left;
}
#bs .ff-gotop__item {
  display: block;
  margin-left: 0;
  box-sizing: border-box;
  padding: 1em;
}
#bs .ff-gotop__item img {
  max-width: none;
  height: 1em;
  margin-left: 0;
}
#bs #ff-footer {
  background: #d5cbc0;
  box-sizing: border-box;
  padding: 1.5em 0;
  text-align: center;
}
#bs .ff-footer__logo {
  display: block;
  width: 25.333%;
}
#bs .ff-footer__copy {
  display: block;
  color: #5e111b;
  font-size: 0.7em;
  letter-spacing: 0.01em;
  margin-top: 1.2em;
}
/*------------------------------------------------------*/
@media screen and (min-width:750px){
  #bs #ff-footer {
    padding: 30px 0 10px;
  }
  #bs .ff-footer__logo {
    display: block;
    width: 132px;
  }
  #bs .ff-footer__copy {
    font-size: 10px;
    margin-top: 20px;
  }

}

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