@charset "UTF-8";

/* ----------------------------------
  common
---------------------------------- */
@media print, screen and (max-width: 750px) {
  body {
    overflow-x: hidden;
  }
  .spi {
    display: block !important;
  }
  .pci {
    display: none !important;
  }
}
@media print, screen and (min-width: 751px) {
  .spi {
    display: none !important;
  }
  .pci {
    display: block !important;
  }
  .fade {
    transition: opacity 0.3s ease-in-out 0s;
  }
  .fade:hover {
    opacity: 0.7;
  }
  #sfcp {
    font-size: 18px;
  }
}

#sfcp {
  margin-bottom: 2rem;
  background: url("../img/bg.png");
  color: #3e3a39;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 19px;
  font-weight: 600;
}
@media print, screen and (max-width: 1365px) {
  #sfcp {
    font-size: 1.3vw;
  }
}
@media print, screen and (max-width: 750px) {
  #sfcp {
    font-size: 2.6vw;
    background: url("../img/cnt_bg-sp.png") left top repeat-y;
    background-size: 100% auto;
  }
  /* 応急処置 */
  #sfcp img {
    margin-top:-1px;
  }
}

#sfcp .mT1em {
  margin-top: 1em;
}

#sfcp .sfcp_bg {
  padding: 2rem 0 4rem 0;
  background: url("../img/cnt_bg.png") center top repeat-y;
}
@media print, screen and (max-width: 1365px) {
  #sfcp .sfcp_bg {
    width: 94%;
    margin: 0 auto;
    background-size: 100% auto;
  }
}
@media print, screen and (max-width: 750px) {
  #sfcp .sfcp_bg {
    background: none;
    width: 100%;
    padding-top: 0.5em;
  }
}

#sfcp .sfcp_box {
  width: 73.7%;
  max-width: 1006px;
  margin:0 auto;
}
@media print, screen and (max-width: 750px) {
  #sfcp .sfcp_box {
    width: 90%;
  }
}

#sfcp .notice {
  font-size: 80%;
}
@media print, screen and (max-width: 750px) {
  #sfcp .notice {
    font-size: 65%;
  }
}



/* ----------------------------------
  outline_box
---------------------------------- */
#sfcp .outline_box {
  font-size: 90%;
}
#sfcp .outline_box p {
  margin-top: 1em;
}
#sfcp .outline_box .outline_ttl {
  margin-top: 0;
  padding-bottom: 0.5em;
  font-weight: 800;
}
#sfcp .outline_box dl {}
#sfcp .outline_box dl dt {
  padding: 2em 0 0.5em 0;
}
#sfcp .outline_box ul {}
#sfcp .outline_box ul li {
  padding: 0 0 0.2em 1em;
  text-indent: -1em;
}
#sfcp .outline_box ul ul {
  margin-top: 0.2em;
}
#sfcp .outline_box ol {
  padding-left: 1.4em;
}
#sfcp .outline_box a {
  border-bottom: 1px solid #000;
  text-decoration: none;
}

@media print, screen and (max-width: 750px) {
  #sfcp .outline_box {
    font-size: 80%;
  }
}

@media print, screen and (min-width: 751px) {
  #sfcp .outline_box a {
    transition: 0.3s;
  }
  #sfcp .outline_box a:hover {
    border-bottom: 1px solid #fff;
  }
}



/* ----------------------------------
  sfcp_mv
---------------------------------- */
#sfcp_mv {
  width: 94%;
  max-width: 1366px;
  margin: 0 auto;
  background: url("../img/mv_bg.png") no-repeat;
  background-size: 100% auto;
}
#sfcp_mv ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  max-width: 1230px;
  margin: 0 auto;
}
#sfcp_mv ul li {
  width: 25.2%;
  max-width: 308px;
  margin: 0.8em 0.6em 0 0.6em;
}

@media print, screen and (max-width: 750px) {
  #sfcp_mv {
    width: 100%;
  }
  #sfcp_mv ul li {
    width: 46%;
    margin: 0.8em 0 0 0;
  }
  #sfcp_mv ul li:nth-child(even) {
    margin-left: 4%;
  }
}



/* ----------------------------------
  sfcp_card
---------------------------------- */
#sfcp_card {
  padding-top: 2em;
}
#sfcp_card .h2_box {
  position: relative;
}
#sfcp_card .h2_box p {
  position: absolute;
  width: 100%;
  top: 78%;
  left: 0;
  font-size: 115%;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}
#sfcp_card .img01_box {
  position: relative;
}
#sfcp_card .img01_box .ul_box {
  position: absolute;
  width: 100%;
  top: 79%;
  left: 0;
  text-align: center;
}
#sfcp_card .img01_box ul {
  display: inline-block;
  text-align: left;
}
#sfcp_card .img01_box ul li {
  padding-left: 1em;
  text-indent: -1em;
}
#sfcp_card .img02_box {
  position: relative;
}
#sfcp_card .img02_box .ul_box {
  position: absolute;
  width: 100%;
  top: 90%;
  left: 0;
  text-align: center;
}
#sfcp_card .img02_box ul {
  text-align: left;
}
#sfcp_card .img02_box ul li {
  padding-left: 1em;
  text-indent: -1em;
}

@media print, screen and (min-width: 751px) {
  #sfcp_card .img02_box ul.pci {
    display: inline-block !important;
  }
}
@media print, screen and (max-width: 750px) {
  #sfcp_card .h2_box p {
    top: 78%;
    font-size: 82%;
  }
  #sfcp_card .img01_box .ul_box {
    top: 70%;
  }
  #sfcp_card .img01_box ul {
    width: 70%;
  }
  #sfcp_card .img01_box ul li {
    margin-bottom: 0.2em;
  }
  #sfcp_card .img02_box .ul_box {
    top: 91.5%;
  }
  #sfcp_card .img02_box ul {
    width: 76%;
    margin: 0 auto;
  }
}

/* LP */
#sfcp_card .img01_box .ul_box.lp {
  width: 74%;
  top: 67%;
  left: 13%;
}
#sfcp_card .img01_box .ul_box.lp .uline {
  padding-bottom: 2px;
  border-bottom: 1px solid #3e3a39;
}
@media print, screen and (max-width: 750px) {
  #sfcp_card .img01_box .ul_box.lp {
    top: 56%;
  }
  #sfcp_card .img01_box .ul_box.lp ul {
    width: 100%;
  }
  #sfcp_card .img01_box .ul_box.lp ul li {
    margin-top: 2px;
  }
  #sfcp_card .img01_box .ul_box.lp .uline {
    padding-bottom: 1px;
    line-height: 2;
  }
}

/* LP2 */
#sfcp_card .img02_box .ul_box.lp2 {
  width: 74%;
  top: 85%;
  left: 13%;
}
@media print, screen and (max-width: 750px) {
  #sfcp_card .img02_box .ul_box.lp2 {
    width: 100%;
    top: 87.5%;
    left: 0;
  }
}



/* ----------------------------------
  sfcp_goods
---------------------------------- */
#sfcp_goods {
  margin-top: 4em;
  padding-top: 2em;
}
#sfcp_goods .h2_box {
  position: relative;
}
#sfcp_goods .h2_box .ab_box {
  position: absolute;
  width: 100%;
  top: 35%;
  left: 0;
}
#sfcp_goods .h2_box p {
  font-size: 115%;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}
#sfcp_goods .h2_box p + p {
  margin-top: 1em;
}
#sfcp_goods .h2_box .red {
  color: #e0543a;
  font-size: 130%;
}
#sfcp_goods .h2_box .ul_box {
  margin-top: 1.6em;
  font-weight: 700;
  text-align: center;
}
#sfcp_goods .h2_box ul {
  display: inline-block;
  text-align: left;
}
#sfcp_goods .h2_box ul li {
  padding-left: 1em;
  text-indent: -1em;
}
#sfcp_goods ul.goods_list {}
#sfcp_goods ul.goods_list li {
  position: relative;
}
#sfcp_goods ul.goods_list li p {
  position: absolute;
  width: 100%;
  bottom: 1em;
  left: 0;
  line-height: 3;
  text-align: center;
}
#sfcp_goods ul.goods_list .uline {
  padding-bottom: 2px;
  border-bottom: 1px solid #3e3a39;
}
#sfcp_goods .img01_box {
  position: relative;
}
#sfcp_goods .img01_box .ul_box {
  position: absolute;
  width: 60%;
  top: 80.6%;
  left: 20%;
  text-align: center;
}
#sfcp_goods .img01_box .ul_box ul {
  display: inline-block;
  text-align: left;
}
#sfcp_goods .img01_box .ul_box ul li {
  padding-left: 1em;
  text-indent: -1em;
}
#sfcp_goods ul.goods_list li:last-child p {
  top: 86.8%;
}

@media print, screen and (max-width: 750px) {
  #sfcp_goods {
    margin-top: 0;
    padding-top: 2em;
  }
  #sfcp_goods .h2_box .ab_box {
    top: 33.6%;
  }
  #sfcp_goods .h2_box p {
    font-size: 82%;
  }
  #sfcp_goods .h2_box .ul_box {
    margin-top: 1.2em;
    font-size: 75%;
  }
  #sfcp_goods ul.goods_list li:last-child p:not(.plink) {
    top: 84%;
    line-height: 2.4;
  }
  #sfcp_goods ul.goods_list li:last-child p.plink {
    top: 94.8%;
    font-weight: 800;
    font-size: 140%;
    line-height: 1;
  }
  #sfcp_goods .img01_box .ul_box {
    width: 66%;
    top: 95.2%;
    left: 17%;
  }
}


/* LP */
#sfcp_goods .img01_box_lp {
  position: relative;
}
#sfcp_goods .img01_box_lp .ul_box {
  position: absolute;
  width: 100%;
  top: 84.4%;
  left: 0;
  text-align: center;
}
#sfcp_goods .img01_box_lp .ul_box ul {
  display: inline-block;
  text-align: left;
}
#sfcp_goods .img01_box_lp .ul_box ul li {
  padding-left: 1em;
  text-indent: -1em;
}
#sfcp_goods .img02_box_lp {
  position: relative;
}
#sfcp_goods .img02_box_lp .outline_box {
  overflow-y: scroll;
  position: absolute;
  width: 68%;
  height: 86%;
  top: 0;
  left: 16%;
  padding: 1em;
  border: 1px solid #ccc;
}

@media print, screen and (max-width: 750px) {
  #sfcp_goods .img01_box_lp .ul_box {
    top: 97.6%;
  }
  #sfcp_goods ul.goods_list.lp li:last-child p {
    top: 73%;
    line-height: 3.4;
  }
  #sfcp_goods ul.goods_list.lp li:last-child .btn {
    width: 62.2%;
    top: 88%;
    left: 18.9%;
  }
}



/* ----------------------------------
  sfcp_goods2
---------------------------------- */
#sfcp_goods2 {
  margin-top: 4em;
  padding-top: 2em;
}
#sfcp_goods2 .h2_box {
  position: relative;
}
#sfcp_goods2 .h2_box p {
  position: absolute;
  width: 100%;
  top: 72%;
  left: 0;
  font-size: 115%;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}
#sfcp_goods2 ul.goods_list {}
#sfcp_goods2 ul.goods_list li {
  position: relative;
}
#sfcp_goods2 .img01_box {
  position: relative;
}
#sfcp_goods2 .img01_box .ul_box {
  position: absolute;
  width: 100%;
  top: 72%;
  left: 0;
  text-align: center;
}
#sfcp_goods2 .img01_box ul {
  display: inline-block;
  text-align: left;
}
#sfcp_goods2 .img01_box ul li {
  padding-left: 1em;
  text-indent: -1em;
}
#sfcp_goods2 .img02_box {
  position: relative;
}
#sfcp_goods2 .img02_box p {
  position: absolute;
  width: 76%;
  top: 82.4%;
  left: 12%;
  font-size: 75%;
}

@media print, screen and (max-width: 750px) {
  #sfcp_goods2 {
    margin-top: 0;
    padding-top: 2em;
  }
  #sfcp_goods2 .h2_box p {
    top: 73%;
    font-size: 82%;
  }
  #sfcp_goods2 .img01_box .ul_box {
    top: 62%;
  }
  #sfcp_goods2 .img01_box ul {
    text-align: center;
  }
  #sfcp_goods2 .img02_box p {
    top: 83%;
    font-size: 65%;
  }
}


/* LP */
#sfcp_goods2 .img01_box .ul_box.lp {
  width: 74%;
  top: 38%;
  left: 13%;
}
#sfcp_goods2 .img01_box .ul_box.lp .uline {
  padding-bottom: 2px;
  border-bottom: 1px solid #3e3a39;
}

@media print, screen and (max-width: 750px) {
  #sfcp_goods2 .img01_box .ul_box.lp {
    top: 28%;
  }
  #sfcp_goods2 .img01_box .ul_box.lp ul {
    text-align: left;
  }
  #sfcp_goods2 .img01_box .ul_box.lp ul li {
    margin-top: 2px;
  }
  #sfcp_goods2 .img01_box .ul_box.lp .uline {
    padding-bottom: 1px;
    line-height: 2;
  }
}


/* ----------------------------------
  sfcp_cipher
---------------------------------- */
#sfcp_cipher {
  margin-top: 4em;
  padding-top: 2em;
}
#sfcp_cipher .h2_box {
  position: relative;
}
#sfcp_cipher .h2_box p {
  position: absolute;
  width: 100%;
  top: 62%;
  left: 0;
  font-size: 115%;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}
#sfcp_cipher .img01_box {
  position: relative;
}
#sfcp_cipher .img01_box .ul_box {
  position: absolute;
  width: 100%;
  top: 97%;
  left: 0;
  text-align: center;
}
#sfcp_cipher .img01_box .ul_box ul {
  display: inline-block;
  text-align: left;
}
#sfcp_cipher .img01_box .ul_box ul li {
  padding-left: 1em;
  text-indent: -1em;
}
#sfcp_cipher .img02_box {
  position: relative;
}
#sfcp_cipher .img02_box p {
  position: absolute;
  width: 100%;
  top: 1%;
  left: 0;
  font-size: 105%;
  font-weight: 800;
  text-align: center;
}

@media print, screen and (max-width: 750px) {
  #sfcp_cipher {
    margin-top: 0;
    padding-top: 2em;
  }
  #sfcp_cipher .h2_box p {
    top: 60.6%;
    font-size: 82%;
  }
  #sfcp_cipher .img01_box p.plink {
    position: absolute;
    width: 100%;
    bottom: 0.45em;
    left: 0;
    font-size: 95%;
    font-weight: 800;
    line-height: 1;
    text-align: center;
  }
  #sfcp_cipher .img02_box p {
    top: 0;
  }
}


/* LP */
#sfcp_cipher .img01_box_lp {
  position: relative;
}
#sfcp_cipher .img01_box_lp .ul_box {
  position: absolute;
  width: 100%;
  top: 97%;
  left: 0;
  text-align: center;
}
#sfcp_cipher .img01_box_lp .ul_box ul {
  display: inline-block;
  text-align: left;
}
#sfcp_cipher .img01_box_lp .ul_box ul li {
  padding-left: 1em;
  text-indent: -1em;
}
#sfcp_cipher .img02_box_lp {
  position: relative;
}
#sfcp_cipher .img02_box_lp p {
  position: absolute;
  width: 100%;
  top: 1%;
  left: 0;
  font-size: 105%;
  font-weight: 800;
  text-align: center;
}
#sfcp_cipher .img03_box_lp {
  position: relative;
}
#sfcp_cipher .img03_box_lp .outline_box {
  overflow-y: scroll;
  position: absolute;
  width: 68%;
  height: 86%;
  top: 0;
  left: 16%;
  padding: 1em;
  border: 1px solid #ccc;
}

@media print, screen and (max-width: 750px) {
  #sfcp_cipher .img01_box.lp .ul_box {
    top: 93.8%;
  }
  #sfcp_cipher .img01_box.lp .btn {
    position: absolute;
    width: 53.2%;
    top: 96.6%;
    left: 23.4%;
  }
  #sfcp_cipher .img02_box_lp p {
    font-size: 80%;
  }
}



/* ----------------------------------
  sfcp_x
---------------------------------- */
#sfcp_x {
  margin-top: 4em;
  padding-top: 2em;
}
#sfcp_x ul.goods_list {}
#sfcp_x ul.goods_list li {
  position: relative;
}
#sfcp_x ul.goods_list li.goods1 {}
#sfcp_x ul.goods_list li.goods1 .ul_box {
  position: absolute;
  bottom: 1em;
  left: 0;
  width: 100%;
  text-align: center;
}
#sfcp_x ul.goods_list li.goods1 .ul_box ul {
  display: inline-block;
  text-align: left;
}
#sfcp_x ul.goods_list li.goods1 .ul_box li {
  padding-left: 1em;
  text-indent: -1em;
}
#sfcp_x ul.goods_list li.goods2 {}
#sfcp_x ul.goods_list li.goods2 .ab_box {
  position: absolute;
  top: 63%;
  left: 0;
  width: 100%;
  text-align: center;
}
#sfcp_x ul.goods_list li.goods2 p {
  font-size: 118%;
  font-weight: 800;
  line-height: 1.7;
}
#sfcp_x ul.goods_list li.goods2 ul {
  margin-top: 2em;
}
#sfcp_x .img01_box {
  position: relative;
}
#sfcp_x .img01_box .ul_box {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
}
#sfcp_x .img01_box .ul_box ul {
  width: 48.6%;
  max-width: 488px;
  margin: 0 auto;
}
#sfcp_x .img01_box .ul_box ul li:last-child {
  margin-top: 2em;
}

@media print, screen and (max-width: 750px) {
  #sfcp_x {
    margin-top: 0;
    padding-top: 2em;
  }
  #sfcp_x ul.goods_list li.goods2 p {
    font-size: 82%;
    line-height: 1.6;
  }
  #sfcp_x .img01_box .ul_box ul {
    width: 53.2%;
    max-width: 393px;
  }
  #sfcp_x .img01_box .ul_box ul li:last-child {
    margin-top: 1.2em;
  }
}


/* LP */
#sfcp_x .img02_box_lp {
  position: relative;
}
#sfcp_x .img02_box_lp .outline_box {
  overflow-y: scroll;
  position: absolute;
  width: 68%;
  height: 86%;
  top: 0;
  left: 16%;
  padding: 1em;
  border: 1px solid #ccc;
}



/* ----------------------------------
  sfcp_footer
---------------------------------- */
#sfcp_footer {
  background: #e2543a url("../img/footer_bg.png") left top repeat-x;
  color: #fff;
}
#sfcp_footer .footer_inner {
  width: 90%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 4.5em 0 2em 0;
  text-align: center;
}
#sfcp_footer p {
  line-height: 1.6;
}
#sfcp_footer .movie {
  width: 50%;
  max-width: 678px;
  margin: 2em auto 0 auto;
}
#sfcp_footer .movie_bnr {
  width: 50%;
  max-width: 678px;
  margin: 0.8em auto 0 auto;
}
#sfcp_footer .copy {
  display: inline-block;
  margin-top: 4em;
  padding: 1em 0 1em 4.5em;
  background: url("../img/footer_img03.png") left center no-repeat;
  background-size: auto 100%;
  font-size: 75%;
}

@media print, screen and (max-width: 1365px) {
  #sfcp_footer {
    background-size: 10.6% auto;
  }
}
@media print, screen and (max-width: 750px) {
  #sfcp_footer p {
    font-size: 85%;
  }
  #sfcp_footer .copy {
    font-size: 70%;
  }
}




/* ----------------------------------
  sfcp_fixnav
---------------------------------- */
#sfcp_fixnav {
  position: fixed;
  width: 378px;
  right: 0;
  bottom: 170px;
  z-index: 10;
}
#sfcp_fixnav .fixnav_box {
  display: flex;
  width: 100%;
}
#sfcp_fixnav #fixnav_btn {
  width: 54px;
  cursor: pointer;
}
#sfcp_fixnav ul {
  width: 324px;
}

@media print, screen and (min-width: 751px) {
  #sfcp_fixnav {
    right: -378px;
    transition: 0.3s;
  }
  #sfcp_fixnav.show {
    right: -324px;
  }
  #sfcp_fixnav.active {
    right: 0;
  }
}
@media print, screen and (max-width: 1365px) {
  #sfcp_fixnav {
    bottom: 150px;
  }
}
@media print, screen and (max-width: 750px) {
  #sfcp_fixnav {
    width: 260px;
    bottom: 100px;
  }
  #sfcp_fixnav {
    right: -260px;
    transition: 0.3s;
  }
  #sfcp_fixnav.show {
    right: -223px;
  }
  #sfcp_fixnav.active {
    right: 0;
  }
  #sfcp_fixnav #fixnav_btn {
    width: 42.9px;
  }
  #sfcp_fixnav ul {
    width: 257.1px;
  }
}



/* ----------------------------------
  sfcp_pagetop
---------------------------------- */
#sfcp_pagetop {
  position: fixed;
  width: 6%;
  max-width: 80px;
  right: 20px;
  bottom: 20px;
  z-index: 20;
}
@media print, screen and (max-width: 750px) {
  #sfcp_pagetop {
    width: 40px;
    right: 8px;
    bottom: 9px;
  }
}



/* ----------------------------------
  sfcp_chara
---------------------------------- */
#sfcp .sfcp_chara01 {
  position: absolute;
  width: 22.2%;
  max-width: 222px;
  top: 2%;
  left: -8%;
  background: url("../img/chara_img01_bg.png") no-repeat;
  background-size: contain;
}
@media print, screen and (max-width: 750px) {
  #sfcp .sfcp_chara01 {
    width: 20%;
    left: -4.4%;
  }
}

#sfcp .sfcp_chara02 {
  position: absolute;
  width: 22.8%;
  max-width: 228px;
  top: 6.2%;
  right: -7.4%;
  background: url("../img/chara_img02_bg.png") no-repeat;
  background-size: contain;
}
@media print, screen and (max-width: 750px) {
  #sfcp .sfcp_chara02 {
    width: 19%;
    top: 6.6%;
    right: -4.2%;
  }
}

#sfcp .sfcp_chara03 {
  position: absolute;
  width: 18%;
  max-width: 180px;
  top: -2%;
  right: -2.6%;
  background: url("../img/chara_img03_bg.png") no-repeat;
  background-size: contain;
}
@media print, screen and (max-width: 750px) {
  #sfcp .sfcp_chara03 {
    width: 16%;
    right: -2.2%;
  }
}

#sfcp .sfcp_chara04 {
  position: absolute;
  width: 18.4%;
  max-width: 184px;
  top: -8.4%;
  left: -3.4%;
  background: url("../img/chara_img04_bg.png") no-repeat;
  background-size: contain;
}
@media print, screen and (max-width: 750px) {
  #sfcp .sfcp_chara04 {
    width: 16.6%;
    top: 6.4%;
    left: -2%;
  }
}

#sfcp .sfcp_chara05 {
  position: absolute;
  width: 11.8%;
  max-width: 118px;
  top: -6%;
  right: 2.6%;
  background: url("../img/chara_img05_bg.png") no-repeat;
  background-size: contain;
}
@media print, screen and (max-width: 750px) {
  #sfcp .sfcp_chara05 {
    width: 11%;
    top: -1.6%;
    right: 2.7%;
  }
}

#sfcp .sfcp_chara06 {
  position: absolute;
  width: 18.6%;
  max-width: 186px;
  top: -33%;
  left: -4.8%;
  background: url("../img/chara_img06_bg.png") no-repeat;
  background-size: contain;
}
@media print, screen and (max-width: 750px) {
  #sfcp .sfcp_chara06 {
    width: 16%;
    top: -30%;
    left: -3%;
  }
}

#sfcp .sfcp_chara07 {
  position: absolute;
  width: 24%;
  max-width: 240px;
  top: 11%;
  right: -3.8%;
  background: url("../img/chara_img07_bg.png") no-repeat;
  background-size: contain;
}
@media print, screen and (max-width: 750px) {
  #sfcp .sfcp_chara07 {
    width: 22%;
    right: -3%;
  }
  
  /* LP2 */
  #sfcp .sfcp_chara07.lp2 {
    top: 7%;
  }
}

#sfcp .sfcp_chara08 {
  position: absolute;
  width: 23.4%;
  max-width: 234px;
  top: -76%;
  left: -0.5%;
  background: url("../img/chara_img08_bg.png") no-repeat;
  background-size: contain;
}
@media print, screen and (max-width: 750px) {
  #sfcp .sfcp_chara08 {
    width: 22%;
    top: -51%;
    left: -1%;
  }
}

#sfcp .sfcp_chara09 {
  position: absolute;
  width: 24.6%;
  max-width: 246px;
  top: -84%;
  right: -2.4%;
  background: url("../img/chara_img09_bg.png") no-repeat;
  background-size: contain;
}



/* ----------------------------------
  close
---------------------------------- */
[class^="sfcp_chara"] {
  z-index: +5;
}
.close {
  position: relative;
}
.close .close_txt {
  position: absolute;
  width: 74%;
  height: calc(100% - 8px);
  top: -8px;
  left: 13%;
  background: rgba(35,24,21,0.6);
  border-radius: 1.3rem;
  z-index: 2;
}
.close .close_txt p {
  position: relative !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0 !important;
  left: 0 !important;
  color: #fff;
  font-size: 2.2rem !important;
  font-weight: 800;
}
#sfcp_card .img01_box .close_txt {
  height: 65%;
  top: -1%;
}
#sfcp_cipher .img01_box .close:nth-child(1) .close_txt {
  height: 94%;
  top: 6%;
}
#sfcp_cipher .img01_box .close:nth-child(2) .close_txt {
  height: calc(100% - 24px);
  top: 8px;
}
@media screen and (max-width: 1100px) {
  .close .close_txt p {
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 750px) {
  .close .close_txt {
    height: 97.5%;
    top: -1%;
    border-radius: 0.7rem;
  }
  .close .close_txt p {
    font-size: 1.1rem !important;
  }
  #sfcp_card .img01_box .close_txt {
    height: 54%;
  }
  #sfcp_cipher .img01_box .close:nth-child(1) .close_txt {
    height: 96%;
    top: 2%;
  }
  #sfcp_cipher .img01_box .close:nth-child(2) .close_txt {
    height: 97%;
    top: 0;
  }
}
