@charset "UTF-8";

/* default
---------------------------------------------------- */
.sp {
  display: none;
}

.pc {
  display: block;
}

.fs-life-detail .fs-privilege-gallery {
  display: none;
}


body,
p {
  margin: 0;
}

#coa_autumn_tobuzoo {
  max-width: 940px;
  margin: 0 auto;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-feature-settings: "palt";
  color: #fff;
}



#coa_autumn_tobuzoo .header {
  background: url(../img/pc_back.webp) no-repeat;
  background-size: cover;
  /* background-attachment: fixed; */
}



#coa_autumn_tobuzoo img {
  width: 100%
}

/* .detail_container {
  background: linear-gradient(to right, #171a39, #203354, #223254);
  text-align: center;
  padding: 1em 6em;
  font-weight: bold;
}


p.sb-title {
  font-size: 20px;
  font-weight: bold;
  margin: 2em 0;
  font-weight: bold;
  padding: 5px 1em;
  color: #231a5b;
  background: #b6a772;
  font-weight: bold;


}

p.text {
  font-size: 23px;
  font-weight: bold;
} */


/* main
---------------------------------------------------- */



/* ---------------------------------------------------
                             SP
---------------------------------------------------- */
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block !important;
    ;

  }

  .fs-life-detail .fs-static-01 {
    margin: 0 0 10px;
  }


  #coa_autumn_tobuzoo .header {
    background: url(../img/sp_back.webp) no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }


  /* .detail_container {
    background: linear-gradient(to right, #161632, #212c4a);
    padding: 1em 1em 2em;

  }

  p.sb-title {
    font-size: 15px;
    padding: 1px 0em;
  }

  p.text {
    font-size: 18px;

  } */

}
