@charset "UTF-8";
@font-face {
  font-family: "icon";
  src: url("/ec/css/fonts/icon.eot");
  src: url("/ec/css/fonts/icon.eot?#iefix") format("eot"), url("/ec/css/fonts/icon.woff") format("woff"), url("/ec/css/fonts/icon.ttf") format("truetype"), url("/ec/css/fonts/icon.svg#icon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icofont-"]:before, [class*=" icofont-"]:before {
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icofont-01:before {
  content: ""; }

.icofont-02:before {
  content: ""; }

.icofont-03:before {
  content: ""; }

.icofont-04:before {
  content: ""; }

.icofont-05:before {
  content: ""; }

.icofont-06:before {
  content: ""; }

.icofont-07:before {
  content: ""; }

.icofont-08:before {
  content: ""; }

.icofont-09:before {
  content: ""; }

.icofont-10:before {
  content: ""; }

.icofont-11:before {
  content: ""; }

.icofont-12:before {
  content: ""; }

.icofont-13:before {
  content: ""; }

.icofont-14:before {
  content: ""; }

.icofont-15:before {
  content: ""; }

.icofont-16:before {
  content: ""; }

.icofont-17:before {
  content: ""; }

.icofont-18:before {
  content: ""; }

.icofont-19:before {
  content: ""; }

.icofont-20:before {
  content: ""; }

.icofont-21:before {
  content: ""; }

.icofont-22:before {
  content: ""; }

.icofont-23:before {
  content: ""; }

.icofont-24:before {
  content: ""; }

.icofont-25:before {
  content: ""; }

*[class*="ico-ctg0"]:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%; }

.ico-ctg01::before {
  background: #e04388; }

.ico-ctg02::before {
  background: #e87c83; }

.ico-ctg03::before {
  background: #65b9b3; }

.ico-ctg04::before {
  background: #dbb029; }

.ico-ctg05::before {
  background: #489ad3; }

.ico-ctg06::before {
  background: #002e79; }

.ico-ctg07::before {
  background: #cb93c3; }

/* 共有のsp追従ヘッダー非表示（アニバーサリーのため） */
#shop_nav_sp {
  display: none !important; }

/*追従*/
.bth-fixed {
  display: none; }
  @media screen and (min-width: 769px) {
    .bth-fixed {
      width: 780px;
      box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.15); } }
  @media (max-width: 768px) {
    .bth-fixed {
      width: 100%;
      box-shadow: 0px 0px 1.538vw 0.513vw rgba(0, 0, 0, 0.15); } }
  .bth-fixed.fixed {
    display: block;
    position: fixed;
    z-index: 1000; }

.bth-fixed__list {
  display: flex;
  justify-content: center;
  flex: 1; }
  .bth-fixed__list .bth-fixed__item {
    text-align: center;
    flex-basis: 25%;
    background-color: #fff;
    position: relative; }
    @media screen and (min-width: 769px) {
      .bth-fixed__list .bth-fixed__item {
        font-size: 14px;
        font-weight: bold;
        border-right: solid 1px #C1BCBD;
        height: 70px;
        line-height: 1.2; } }
    @media (max-width: 768px) {
      .bth-fixed__list .bth-fixed__item {
        font-size: 3.077vw;
        font-weight: 400;
        border-right: solid 1px #C1BCBD;
        height: 12.821vw;
        line-height: 1.2; } }
    .bth-fixed__list .bth-fixed__item a {
      display: flex;
      justify-content: space-between;
      text-align: center;
      text-decoration: none !important;
      transition: none; }
      @media screen and (min-width: 769px) {
        .bth-fixed__list .bth-fixed__item a {
          align-items: flex-start;
          height: 70px;
          padding: 10px 20px; } }
      @media (max-width: 768px) {
        .bth-fixed__list .bth-fixed__item a {
          align-items: center;
          height: 12.821vw;
          padding: 1.923vw 2.949vw; } }
      .bth-fixed__list .bth-fixed__item a span {
        transition: none; }
        @media screen and (min-width: 769px) {
          .bth-fixed__list .bth-fixed__item a span {
            padding-top: 12px; } }
        @media (max-width: 768px) {
          .bth-fixed__list .bth-fixed__item a span {
            white-space: nowrap; } }
    .bth-fixed__list .bth-fixed__item.is__flex-center a {
      justify-content: center; }
      @media screen and (min-width: 769px) {
        .bth-fixed__list .bth-fixed__item.is__flex-center a {
          padding: 0; } }
      @media (max-width: 768px) {
        .bth-fixed__list .bth-fixed__item.is__flex-center a {
          padding-left: 0;
          padding-right: 0; } }
    .bth-fixed__list .bth-fixed__item a::after {
      content: '';
      width: 0.8em;
      height: 0.8em;
      margin: auto;
      display: block;
      position: absolute;
      top: auto;
      left: 0;
      right: 0;
      bottom: 0.5em;
      border-style: solid;
      border-color: transparent;
      border-top-color: #d2d2d2; }
      @media screen and (min-width: 769px) {
        .bth-fixed__list .bth-fixed__item a::after {
          border-width: 7px;
          transform: translateY(3.5px); } }
      @media (max-width: 768px) {
        .bth-fixed__list .bth-fixed__item a::after {
          border-width: 1.28vw;
          transform: translateY(1.923vw); } }
    .bth-fixed__list .bth-fixed__item.nav2 a::before, .bth-fixed__list .bth-fixed__item.nav3 a::before, .bth-fixed__list .bth-fixed__item.nav4 a::before {
      content: "";
      background-size: contain;
      background-repeat: no-repeat;
      top: 1em;
      left: 0.8em; }
      @media screen and (min-width: 769px) {
        .bth-fixed__list .bth-fixed__item.nav2 a::before, .bth-fixed__list .bth-fixed__item.nav3 a::before, .bth-fixed__list .bth-fixed__item.nav4 a::before {
          width: 30px;
          height: 37.5px; } }
      @media (max-width: 768px) {
        .bth-fixed__list .bth-fixed__item.nav2 a::before, .bth-fixed__list .bth-fixed__item.nav3 a::before, .bth-fixed__list .bth-fixed__item.nav4 a::before {
          width: 5.128vw;
          height: 6.41vw; } }
    .bth-fixed__list .bth-fixed__item.nav2 a::before {
      background-image: url("/ec/images/shop2/ft_birth/anc_tegata_off.png"); }
    .bth-fixed__list .bth-fixed__item.nav3 a::before {
      background-image: url("/ec/images/shop2/ft_birth/anc_name_off.png"); }
    .bth-fixed__list .bth-fixed__item.nav4 a::before {
      background-image: url("/ec/images/shop2/ft_birth/anc_celebration_off.png"); }
    .bth-fixed__list .bth-fixed__item:nth-child(4) {
      border-right: none; }

.bth-fixed__item.bth-fixed__item:hover, .bth-fixed__item.bth-fixed__item.is__active {
  background-color: #FE7183; }
  .bth-fixed__item.bth-fixed__item:hover a, .bth-fixed__item.bth-fixed__item.is__active a {
    color: #fff !important; }
  .bth-fixed__item.bth-fixed__item:hover a::after, .bth-fixed__item.bth-fixed__item.is__active a::after {
    border-top-color: #fff; }
  .bth-fixed__item.bth-fixed__item:hover.nav2 a::before, .bth-fixed__item.bth-fixed__item.is__active.nav2 a::before {
    background-image: url("/ec/images/shop2/ft_birth/anc_tegata_on.png"); }
  .bth-fixed__item.bth-fixed__item:hover.nav3 a::before, .bth-fixed__item.bth-fixed__item.is__active.nav3 a::before {
    background-image: url("/ec/images/shop2/ft_birth/anc_name_on.png"); }
  .bth-fixed__item.bth-fixed__item:hover.nav4 a::before, .bth-fixed__item.bth-fixed__item.is__active.nav4 a::before {
    background-image: url("/ec/images/shop2/ft_birth/anc_celebration_on.png"); }

.mt0 {
  margin-top: 0 !important; }

.is__center {
  text-align: center; }

.is__bold {
  font-weight: bold; }

@media (max-width: 768px) {
  .is__pc {
    display: none; } }

@media screen and (min-width: 769px) {
  .is__sp {
    display: none; } }

@media screen and (min-width: 769px) {
  .is__fs18 {
    font-size: 18px !important; } }
@media (max-width: 768px) {
  .is__fs18 {
    font-size: 3.59vw !important; } }

@media screen and (min-width: 769px) {
  .is__fs14 {
    font-size: 14px !important; } }
@media (max-width: 768px) {
  .is__fs14 {
    font-size: 3.077vw !important; } }

@media screen and (min-width: 769px) {
  .is__fs12 {
    font-size: 12px !important; } }
@media (max-width: 768px) {
  .is__fs12 {
    font-size: 2.821vw !important; } }

.bth_new__anchor .tmp_nav__wrp {
  font-weight: bold; }
  @media screen and (min-width: 769px) {
    .bth_new__anchor .tmp_nav__wrp {
      margin: 20px auto 0 auto;
      width: 516px;
      justify-content: space-between; }
      .bth_new__anchor .tmp_nav__wrp .tmp_nav__btn a {
        padding-bottom: 30px; }
      .bth_new__anchor .tmp_nav__wrp .tmp_nav__btn a::before {
        left: 0;
        right: 0;
        top: 0;
        bottom: -90%; }
      .bth_new__anchor .tmp_nav__wrp .tmp_nav__btn:first-child {
        width: 516px;
        margin-right: 0; }
      .bth_new__anchor .tmp_nav__wrp .tmp_nav__btn:not(:first-child) {
        margin-top: 20px;
        margin-right: 0;
        width: calc(50% - 10px); } }
  @media (max-width: 768px) {
    .bth_new__anchor .tmp_nav__wrp {
      margin: 4vw auto 0 auto;
      width: 90vw;
      justify-content: space-between; }
      .bth_new__anchor .tmp_nav__wrp .tmp_nav__btn a {
        padding-bottom: 5vw; }
      .bth_new__anchor .tmp_nav__wrp .tmp_nav__btn a::before {
        left: 0;
        right: 0;
        top: 0;
        bottom: -90%; }
      .bth_new__anchor .tmp_nav__wrp .tmp_nav__btn:first-child {
        width: 90vw;
        margin-right: 0; }
      .bth_new__anchor .tmp_nav__wrp .tmp_nav__btn:not(:first-child) {
        margin-top: 4vw;
        margin-right: 0;
        width: 43vw; } }

.ttl__wrp {
  position: relative;
  background-image: url(/ec/images/shop2/ft_birth/title_mv.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  font-family: 'M PLUS Rounded 1c', sans-serif; }
  @media (max-width: 768px) {
    .ttl__wrp {
      width: 100%;
      height: 52vw;
      letter-spacing: 0; } }
  @media screen and (min-width: 769px) {
    .ttl__wrp {
      width: 780px;
      height: 405px; } }
  .ttl__wrp .ttl__text {
    color: #333;
    font-weight: bold;
    text-align: center;
    display: block; }
    @media (max-width: 768px) {
      .ttl__wrp .ttl__text {
        font-size: 8.8vw;
        line-height: 1.2;
        padding-bottom: 1.4vw; } }
    @media screen and (min-width: 769px) {
      .ttl__wrp .ttl__text {
        font-size: 66px;
        line-height: 1.2;
        display: block;
        padding-bottom: 20px; } }
  .ttl__wrp .ttl__sub-text {
    display: block;
    font-weight: bold;
    text-align: center; }
    @media (max-width: 768px) {
      .ttl__wrp .ttl__sub-text {
        font-size: 4vw;
        line-height: 1.4; } }
    @media screen and (min-width: 769px) {
      .ttl__wrp .ttl__sub-text {
        font-size: 32px;
        line-height: 1.4; } }

.ttl__inr {
  position: relative;
  vertical-align: middle;
  height: 100%;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    .ttl__inr {
      width: 50vw;
      padding: 1.026vw 0 1.154vw 1.026vw; } }
  @media screen and (min-width: 769px) {
    .ttl__inr {
      width: 390px;
      padding: 9px 0 10px 9px; } }
  .ttl__inr h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%); }
  .ttl__inr .ttl__logo, .ttl__inr .ttl__icn, .ttl__inr .ttl__sub-text {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  @media (max-width: 768px) {
    .ttl__inr .ttl__logo {
      width: 26.28vw;
      margin-top: 2vw; } }
  @media screen and (min-width: 769px) {
    .ttl__inr .ttl__logo {
      width: 205px; } }
  @media (max-width: 768px) {
    .ttl__inr .ttl__icn {
      width: 40vw;
      margin-bottom: 1.9vw; } }
  @media screen and (min-width: 769px) {
    .ttl__inr .ttl__icn {
      width: 330px;
      margin-bottom: 20px; } }

.bth_lead {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 769px) {
    .bth_lead {
      height: 390px;
      padding: 60px 0px;
      background-image: url("/ec/images/shop2/ft_birth/lead_bg_pc.jpg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center top; } }
  @media (max-width: 768px) {
    .bth_lead {
      height: 77.564vw;
      padding: 12.821vw 0;
      background-image: url("/ec/images/shop2/ft_birth/lead_bg_sp.jpg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center top; } }
  .bth_lead::before, .bth_lead::after {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    background: linear-gradient(rgba(243, 243, 243, 0.8) 20%, rgba(255, 255, 255, 0) 80%);
    background: -moz-linear-gradient(rgba(243, 243, 243, 0.8) 20%, rgba(255, 255, 255, 0) 80%);
    background: -webkit-linear-gradient(rgba(243, 243, 243, 0.8) 20%, rgba(255, 255, 255, 0) 80%); }
    @media screen and (min-width: 769px) {
      .bth_lead::before, .bth_lead::after {
        height: 60px; } }
    @media (max-width: 768px) {
      .bth_lead::before, .bth_lead::after {
        height: 12.821vw; } }
  .bth_lead::before {
    top: 0; }
  .bth_lead::after {
    bottom: 0; }
  .bth_lead .bth_lead__txtarea {
    text-align: center; }
  .bth_lead .bth_lead__txt {
    font-weight: bold; }
    @media screen and (min-width: 769px) {
      .bth_lead .bth_lead__txt {
        font-size: 18px;
        line-height: 1.65;
        margin-top: 30px; } }
    @media (max-width: 768px) {
      .bth_lead .bth_lead__txt {
        font-size: 3.59vw;
        line-height: 1.55;
        margin-top: 6.41vw; } }
    .bth_lead .bth_lead__txt:first-of-type {
      margin-top: 0; }
    @media screen and (min-width: 769px) {
      .bth_lead .bth_lead__txt.is__main {
        font-size: 24px;
        line-height: 1.4; } }
    @media (max-width: 768px) {
      .bth_lead .bth_lead__txt.is__main {
        font-size: 4.103vw;
        line-height: 1.4; } }
    .bth_lead .bth_lead__txt.is__main.is__pink, .bth_lead .bth_lead__txt.is__main .is__pink {
      color: #FE7183; }
      @media screen and (min-width: 769px) {
        .bth_lead .bth_lead__txt.is__main.is__pink, .bth_lead .bth_lead__txt.is__main .is__pink {
          font-size: 30px;
          line-height: 1; } }
      @media (max-width: 768px) {
        .bth_lead .bth_lead__txt.is__main.is__pink, .bth_lead .bth_lead__txt.is__main .is__pink {
          font-size: 5.128vw;
          line-height: 1; } }

.bth_sec {
  width: 100%;
  position: relative; }
  @media screen and (min-width: 769px) {
    .bth_sec {
      margin-top: 60px; } }
  @media (max-width: 768px) {
    .bth_sec {
      margin-top: 15.385vw; } }
  .bth_sec .bth_h2__bg {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/ec/images/shop2/ft_birth/bth_h2_bg.jpg"); }
    @media screen and (min-width: 769px) {
      .bth_sec .bth_h2__bg {
        background-size: auto;
        padding: 40px; } }
    @media (max-width: 768px) {
      .bth_sec .bth_h2__bg {
        background-size: cover;
        padding: 5.128vw; } }
  .bth_sec .bth_h2__wrp {
    background-color: #fff;
    position: relative; }
    @media screen and (min-width: 769px) {
      .bth_sec .bth_h2__wrp {
        padding: 30px 0;
        height: 190px; } }
    @media (max-width: 768px) {
      .bth_sec .bth_h2__wrp {
        padding: 5.128vw 0;
        max-height: 37.897vw; } }
    .bth_sec .bth_h2__wrp::before {
      content: "";
      background-repeat: no-repeat;
      position: absolute;
      right: 50%;
      transform: translate(50%, -50%);
      -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%); }
      @media screen and (min-width: 769px) {
        .bth_sec .bth_h2__wrp::before {
          background-image: url("/ec/images/shop2/ft_birth/bth_h2_line_top_pc.png");
          background-size: auto;
          width: 640px;
          height: 20px;
          top: 30px; } }
      @media (max-width: 768px) {
        .bth_sec .bth_h2__wrp::before {
          background-image: url("/ec/images/shop2/ft_birth/bth_h2_line_top_sp.png");
          background-size: contain;
          width: 82.051vw;
          height: 3.846vw;
          top: 5.128vw; } }
    .bth_sec .bth_h2__wrp::after {
      content: "";
      background-repeat: no-repeat;
      background-size: auto;
      position: absolute;
      right: 50%;
      transform: translate(50%, -50%);
      -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%); }
      @media screen and (min-width: 769px) {
        .bth_sec .bth_h2__wrp::after {
          background-image: url("/ec/images/shop2/ft_birth/bth_h2_line_bot_pc.png");
          width: 640px;
          height: 2.5px;
          bottom: 30px; } }
      @media (max-width: 768px) {
        .bth_sec .bth_h2__wrp::after {
          background-image: url("/ec/images/shop2/ft_birth/bth_h2_line_bot_sp.png");
          width: 82.051vw;
          height: 0.585vw;
          bottom: 3.846vw; } }
  .bth_sec .bth_h2__ttl {
    text-align: center;
    font-weight: bold; }
    @media screen and (min-width: 769px) {
      .bth_sec .bth_h2__ttl {
        font-size: 34px;
        padding: 25px 0;
        line-height: 1; } }
    @media (max-width: 768px) {
      .bth_sec .bth_h2__ttl {
        font-size: 6.923vw;
        padding: 2.564vw 0;
        line-height: 1.2; } }
    .bth_sec .bth_h2__ttl .is__sub {
      color: #FE7183;
      display: inline-block; }
      @media screen and (min-width: 769px) {
        .bth_sec .bth_h2__ttl .is__sub {
          font-size: 24px;
          line-height: 1.2;
          padding-bottom: 10px; } }
      @media (max-width: 768px) {
        .bth_sec .bth_h2__ttl .is__sub {
          font-size: 3.846vw;
          line-height: 1.2;
          padding-bottom: 1.282vw; } }

@media screen and (min-width: 769px) {
  .bth_rank__exhibit_wrp {
    margin-top: 30px; } }
@media (max-width: 768px) {
  .bth_rank__exhibit_wrp {
    margin-top: 7.692vw; } }

.bth_reco {
  position: relative;
  background-color: #fff; }
  @media screen and (min-width: 769px) {
    .bth_reco {
      margin-top: 40px;
      padding: 40px 40px 60px;
      border-radius: 12px; } }
  @media (max-width: 768px) {
    .bth_reco {
      margin-top: 7.692vw;
      padding: 5.128vw 5.128vw 7.692vw;
      border-radius: 1.538vw; } }

.bth_reco__ttl_wrp {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
  @media screen and (min-width: 769px) {
    .bth_reco__ttl_wrp {
      height: 105px; } }
  @media (max-width: 768px) {
    .bth_reco__ttl_wrp {
      height: 16.667vw; } }
  @media screen and (min-width: 769px) {
    .bth_reco__ttl_wrp.is__hght130 {
      height: 130px; } }
  @media (max-width: 768px) {
    .bth_reco__ttl_wrp.is__hght130 {
      height: 21.795vw; } }
  .bth_reco__ttl_wrp::before {
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    right: 50%;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%); }
    @media screen and (min-width: 769px) {
      .bth_reco__ttl_wrp::before {
        background-size: auto;
        width: 700px;
        height: 68px;
        top: 35px; } }
    @media (max-width: 768px) {
      .bth_reco__ttl_wrp::before {
        background-size: cover;
        width: 81.026vw;
        height: 7.821vw;
        top: 4.128vw; } }
  .bth_reco__ttl_wrp::after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 50%;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%); }
    @media screen and (min-width: 769px) {
      .bth_reco__ttl_wrp::after {
        width: 700px;
        height: 18px;
        bottom: -10px; } }
    @media (max-width: 768px) {
      .bth_reco__ttl_wrp::after {
        width: 81.026vw;
        height: 2.051vw;
        bottom: -1.7vw; } }

@media screen and (min-width: 769px) {
  .bth_reco__ttl_wrp.is__pink::before {
    background-image: url("/ec/images/shop2/ft_birth/reco_ttl_line_pink_top_pc.png"); }
  .bth_reco__ttl_wrp.is__pink::after {
    background-image: url("/ec/images/shop2/ft_birth/reco_ttl_line_pink_bot_pc.png"); } }
@media (max-width: 768px) {
  .bth_reco__ttl_wrp.is__pink::before {
    background-image: url("/ec/images/shop2/ft_birth/reco_ttl_line_pink_top_sp.png"); }
  .bth_reco__ttl_wrp.is__pink::after {
    background-image: url("/ec/images/shop2/ft_birth/reco_ttl_line_pink_bot_sp.png"); } }
.bth_reco__ttl_wrp.is__pink .is__sub {
  color: #FE7183; }
  .bth_reco__ttl_wrp.is__pink .is__sub .is__em {
    color: #FE7183; }
    @media screen and (min-width: 769px) {
      .bth_reco__ttl_wrp.is__pink .is__sub .is__em {
        font-size: 24px; } }
    @media (max-width: 768px) {
      .bth_reco__ttl_wrp.is__pink .is__sub .is__em {
        font-size: 4.103vw; } }
.bth_reco__ttl_wrp.is__pink .is__sub.is__black {
  color: #5B5557; }
@media screen and (min-width: 769px) {
  .bth_reco__ttl_wrp.is__yellow::before {
    background-image: url("/ec/images/shop2/ft_birth/reco_ttl_line_yellow_top_pc.png"); }
  .bth_reco__ttl_wrp.is__yellow::after {
    background-image: url("/ec/images/shop2/ft_birth/reco_ttl_line_yellow_bot_pc.png"); } }
@media (max-width: 768px) {
  .bth_reco__ttl_wrp.is__yellow::before {
    background-image: url("/ec/images/shop2/ft_birth/reco_ttl_line_yellow_top_sp.png"); }
  .bth_reco__ttl_wrp.is__yellow::after {
    background-image: url("/ec/images/shop2/ft_birth/reco_ttl_line_yellow_bot_sp.png"); } }
.bth_reco__ttl_wrp.is__yellow .is__sub {
  color: #EB9949; }
  .bth_reco__ttl_wrp.is__yellow .is__sub .is__em {
    color: #EB9949; }
    @media screen and (min-width: 769px) {
      .bth_reco__ttl_wrp.is__yellow .is__sub .is__em {
        font-size: 24px; } }
    @media (max-width: 768px) {
      .bth_reco__ttl_wrp.is__yellow .is__sub .is__em {
        font-size: 4.103vw; } }
.bth_reco__ttl_wrp.is__yellow .is__sub.is__black {
  color: #5B5557; }

@media screen and (min-width: 769px) {
  .bth_sec-nav .bth_reco__ttl_wrp {
    margin-top: 30px; } }
@media (max-width: 768px) {
  .bth_sec-nav .bth_reco__ttl_wrp {
    margin-top: 7vw; } }

.bth_reco__ttl {
  text-align: center;
  font-weight: bold; }
  @media screen and (min-width: 769px) {
    .bth_reco__ttl {
      font-size: 30px;
      line-height: 1.2; } }
  @media (max-width: 768px) {
    .bth_reco__ttl {
      font-size: 5.128vw;
      line-height: 1.2; } }
  .bth_reco__ttl .is__sub {
    display: inline-block; }
    @media screen and (min-width: 769px) {
      .bth_reco__ttl .is__sub {
        font-size: 18px;
        line-height: 1.2;
        padding-bottom: 5px; } }
    @media (max-width: 768px) {
      .bth_reco__ttl .is__sub {
        font-size: 3.59vw;
        line-height: 1.25;
        padding-bottom: 1.282vw; } }

@media screen and (min-width: 769px) {
  .bth_reco__lead_wrp {
    margin-top: 30px; } }
@media (max-width: 768px) {
  .bth_reco__lead_wrp {
    margin-top: 3.846vw; } }

.bth_reco__main {
  font-weight: bold;
  text-align: center; }
  @media screen and (min-width: 769px) {
    .bth_reco__main {
      font-size: 18px;
      line-height: 1; } }
  @media (max-width: 768px) {
    .bth_reco__main {
      font-size: 3.59vw;
      line-height: 1.6; } }
  .bth_reco__main.is__pink {
    color: #FE7183; }

@media screen and (min-width: 769px) {
  .bth_reco__lead {
    font-size: 14px;
    line-height: 1.6; } }
@media (max-width: 768px) {
  .bth_reco__lead {
    font-size: 3.077vw;
    line-height: 1.65; } }

@media screen and (min-width: 769px) {
  .bth_reco__main + .bth_reco__lead {
    margin-top: 15px; } }
@media (max-width: 768px) {
  .bth_reco__main + .bth_reco__lead {
    margin-top: 3.846vw; } }

@media screen and (min-width: 769px) {
  .bth_reco__flex {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px; } }
@media (max-width: 768px) {
  .bth_reco__flex {
    margin-top: 3.846vw; } }

@media screen and (min-width: 769px) {
  .bth_reco__flex > * {
    margin-right: 20px; } }
@media (max-width: 768px) {
  .bth_reco__flex > * {
    margin-top: 3.846vw; } }
@media screen and (min-width: 769px) {
  .bth_reco__flex > *:last-of-type {
    margin-right: 0; } }
@media (max-width: 768px) {
  .bth_reco__flex > *:first-of-type {
    margin-top: 0; } }

.bth_reco__thumb {
  display: block;
  position: relative; }
  @media screen and (min-width: 769px) {
    .bth_reco__thumb {
      width: 340px; } }
  @media (max-width: 768px) {
    .bth_reco__thumb {
      width: 100%; } }
  .bth_reco__thumb .bth_reco__thumb_txt {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    color: #fff;
    font-weight: bold;
    text-align: center; }
    @media screen and (min-width: 769px) {
      .bth_reco__thumb .bth_reco__thumb_txt {
        font-size: 14px;
        line-height: 1.3;
        height: 52px; } }
    @media (max-width: 768px) {
      .bth_reco__thumb .bth_reco__thumb_txt {
        font-size: 3.077vw;
        line-height: 1.3;
        height: 12.821vw; } }
    .bth_reco__thumb .bth_reco__thumb_txt.is__pink {
      background-color: rgba(254, 113, 131, 0.65); }

.bth_reco__txtarea {
  text-align: center; }
  @media screen and (min-width: 769px) {
    .bth_reco__txtarea {
      width: 340px; } }

@media screen and (min-width: 769px) {
  .bth_reco__txtarea > * {
    margin-top: 10px; } }
@media (max-width: 768px) {
  .bth_reco__txtarea > * {
    margin-top: 3.846vw; } }
.bth_reco__txtarea > *:first-of-type {
  margin-top: 0; }

@media screen and (min-width: 769px) {
  .bth_reco__txt {
    font-size: 14px;
    line-height: 1.6; } }
@media (max-width: 768px) {
  .bth_reco__txt {
    font-size: 3.077vw;
    line-height: 1.65; } }
.bth_reco__txt.is__pink, .bth_reco__txt .is__pink {
  color: #FE7183;
  font-weight: bold; }

.bth_reco__note {
  text-align: center; }
  @media screen and (min-width: 769px) {
    .bth_reco__note {
      font-size: 12px;
      margin-top: 15px; } }
  @media (max-width: 768px) {
    .bth_reco__note {
      font-size: 2.821vw;
      margin-top: 1.923vw; } }

.bth_reco__more {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  position: relative;
  text-decoration: none !important; }
  @media screen and (min-width: 769px) {
    .bth_reco__more {
      font-size: 14px;
      width: 500px;
      height: 60px;
      margin: 30px auto 0;
      border-radius: 92px; } }
  @media (max-width: 768px) {
    .bth_reco__more {
      font-size: 3.077vw;
      width: 100%;
      line-height: 1.3;
      margin: 30px auto 0;
      padding-top: 4.25%;
      padding-bottom: 4.25%;
      border-radius: 11.795vw; } }
  .bth_reco__more:hover {
    opacity: 0.8; }
  .bth_reco__more.is__yellow {
    color: #EB9949; }
    @media screen and (min-width: 769px) {
      .bth_reco__more.is__yellow {
        border: solid 1px #EB9949; } }
    @media (max-width: 768px) {
      .bth_reco__more.is__yellow {
        border: solid 0.256vw #EB9949; } }
    .bth_reco__more.is__yellow::after {
      content: "";
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%228.07px%22%20height%3D%2215.14px%22%20viewBox%3D%220%200%208.07%2015.14%22%20style%3D%22enable-background%3Anew%200%200%208.07%2015.14%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill%3Anone%3Bstroke%3A%23EB9949%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cg%20stroke%3D%22%23EB9949%22%3E%3Cpolyline%20class%3D%22st0%22%20points%3D%220.5%2C0.5%207.57%2C7.57%200.5%2C14.64%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%); }
      @media screen and (min-width: 769px) {
        .bth_reco__more.is__yellow::after {
          width: 6px;
          height: 12px;
          right: 40px; } }
      @media (max-width: 768px) {
        .bth_reco__more.is__yellow::after {
          width: 1.538vw;
          height: 2.738vw;
          right: 3.846vw; } }

@media screen and (min-width: 769px) {
  .bth_reco_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    padding: 30px 40px;
    border-radius: 10px; } }
@media (max-width: 768px) {
  .bth_reco_box {
    margin-top: 7.692vw;
    padding: 5.128vw;
    border-radius: 1.282vw; } }
.bth_reco_box.is__yellow {
  background-color: #FFF6ED; }
@media screen and (min-width: 769px) {
  .bth_reco_box .bth_reco_box__txtarea {
    width: 300px;
    margin-right: 20px; } }
@media (max-width: 768px) {
  .bth_reco_box .bth_reco_box__txtarea {
    text-align: center;
    width: 100%; } }
.bth_reco_box .bth_reco_box__txtarea .bth_reco__txt {
  text-align: left; }
@media screen and (min-width: 769px) {
  .bth_reco_box .bth_reco_box__txtarea > * {
    margin-top: 15px;
    line-height: 1.75; } }
@media (max-width: 768px) {
  .bth_reco_box .bth_reco_box__txtarea > * {
    margin-top: 3.846vw;
    line-height: 1.75; } }
.bth_reco_box .bth_reco_box__txtarea > *:first-of-type {
  margin-top: 0; }
.bth_reco_box .bth_reco_box__name {
  text-align: center;
  color: #fff;
  font-weight: bold; }
  @media screen and (min-width: 769px) {
    .bth_reco_box .bth_reco_box__name {
      font-size: 18px;
      padding: 2px 30px;
      border-radius: 19px; } }
  @media (max-width: 768px) {
    .bth_reco_box .bth_reco_box__name {
      display: inline-block;
      font-size: 3.59vw;
      padding: 0.256vw 4.487vw;
      border-radius: 5.436vw; } }
  .bth_reco_box .bth_reco_box__name.is__yellow {
    background-color: #EB9949; }
@media screen and (min-width: 769px) {
  .bth_reco_box .bth_reco_box__thumb {
    width: 300px; } }
@media (max-width: 768px) {
  .bth_reco_box .bth_reco_box__thumb {
    width: 100%;
    margin-top: 3.846vw; } }
.bth_reco_box .bth_reco_box__thumb img {
  width: 100%; }
.bth_reco_box .bth_reco_box__desc {
  text-align: center; }
  @media screen and (min-width: 769px) {
    .bth_reco_box .bth_reco_box__desc {
      margin-top: 10px;
      line-height: 1.25; } }
  @media (max-width: 768px) {
    .bth_reco_box .bth_reco_box__desc {
      margin-top: 3.846vw;
      line-height: 1.3; } }
@media screen and (min-width: 769px) {
  .bth_reco_box .bth_reco_box__desc > * {
    margin-top: 5px; } }
@media (max-width: 768px) {
  .bth_reco_box .bth_reco_box__desc > * {
    margin-top: 1.923vw; } }
.bth_reco_box .bth_reco_box__desc > *:first-of-type {
  margin-top: 0; }

@media screen and (min-width: 769px) {
  .bth_acc {
    margin-top: 30px;
    border-radius: 10px;
    border: 2px solid #FFEFF0; } }
@media (max-width: 768px) {
  .bth_acc {
    margin-top: 7.692vw;
    border-radius: 1.282vw;
    border: 0.256vw solid #FFEFF0; } }
.bth_acc.is__pink {
  background-color: #FFEFF0; }
.bth_acc .bth_acc__ttl_wrp {
  display: flex;
  align-items: center; }
  @media screen and (min-width: 769px) {
    .bth_acc .bth_acc__ttl_wrp {
      padding: 15px 20px; } }
  @media (max-width: 768px) {
    .bth_acc .bth_acc__ttl_wrp {
      padding: 2.564vw 3.846vw; } }
@media screen and (min-width: 769px) {
  .bth_acc .bth_acc__ttl_icon {
    width: 70px;
    margin-right: 20px;
    margin-left: 0; } }
@media (max-width: 768px) {
  .bth_acc .bth_acc__ttl_icon {
    width: 10.256vw;
    margin-right: 2.564vw;
    margin-left: 0; } }
.bth_acc .bth_acc__ttl {
  font-weight: bold;
  margin-left: 0; }
  @media screen and (min-width: 769px) {
    .bth_acc .bth_acc__ttl {
      font-size: 24px; } }
  @media (max-width: 768px) {
    .bth_acc .bth_acc__ttl {
      font-size: 4.359vw; } }
  .bth_acc .bth_acc__ttl .is__pink, .bth_acc .bth_acc__ttl .is__yellow {
    display: block; }
    @media screen and (min-width: 769px) {
      .bth_acc .bth_acc__ttl .is__pink, .bth_acc .bth_acc__ttl .is__yellow {
        font-size: 14px;
        padding-bottom: 5px; } }
    @media (max-width: 768px) {
      .bth_acc .bth_acc__ttl .is__pink, .bth_acc .bth_acc__ttl .is__yellow {
        font-size: 3.077vw;
        padding-bottom: 1.282vw; } }
  .bth_acc .bth_acc__ttl .is__pink {
    color: #FE7183; }
.bth_acc .bth_acc__cont {
  background-color: #fff; }
  @media screen and (min-width: 769px) {
    .bth_acc .bth_acc__cont {
      padding: 30px 40px;
      border-radius: 0 0 10px 10px; } }
  @media (max-width: 768px) {
    .bth_acc .bth_acc__cont {
      padding: 3.846vw 5.128vw;
      border-radius: 0 0 1.282vw 1.282vw; } }
.bth_acc .bth_acc__icon {
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    .bth_acc .bth_acc__icon {
      width: 80px; } }
  @media (max-width: 768px) {
    .bth_acc .bth_acc__icon {
      width: 12.821vw; } }
.bth_acc .bth_acc__lead {
  text-align: center; }
  @media screen and (min-width: 769px) {
    .bth_acc .bth_acc__lead {
      margin-top: 20px; } }
  @media (max-width: 768px) {
    .bth_acc .bth_acc__lead {
      margin-top: 3.846vw; } }

@media screen and (min-width: 769px) {
  .bth_acc_secret {
    width: 600px;
    margin: 40px auto 0; } }
@media (max-width: 768px) {
  .bth_acc_secret {
    width: 70.769vw;
    margin: 5.128vw auto 0; } }
.bth_acc_secret .bth_acc_secret__ttl_wrp {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-image: url("/ec/images/shop2/ft_birth/bth_h4_bg.png");
  background-repeat: no-repeat;
  background-position: center; }
  @media screen and (min-width: 769px) {
    .bth_acc_secret .bth_acc_secret__ttl_wrp {
      background-size: 600px 45px;
      width: 600px; } }
  @media (max-width: 768px) {
    .bth_acc_secret .bth_acc_secret__ttl_wrp {
      background-size: 70.769vw 6.026vw;
      width: 70.769vw; } }
.bth_acc_secret .bth_acc_secret__ttl {
  font-weight: bold;
  color: #fff; }
  @media screen and (min-width: 769px) {
    .bth_acc_secret .bth_acc_secret__ttl {
      font-size: 24px; } }
  @media (max-width: 768px) {
    .bth_acc_secret .bth_acc_secret__ttl {
      font-size: 4.359vw; } }
.bth_acc_secret .bth_acc_secret__flow {
  width: 100%; }
  @media screen and (min-width: 769px) {
    .bth_acc_secret .bth_acc_secret__flow {
      margin-top: 15px;
      display: flex;
      justify-content: space-between; } }
  @media (max-width: 768px) {
    .bth_acc_secret .bth_acc_secret__flow {
      margin-top: 1.923vw; } }
.bth_acc_secret .bth_acc_secret__thumb {
  position: relative; }
  @media screen and (min-width: 769px) {
    .bth_acc_secret .bth_acc_secret__thumb {
      width: 180px;
      margin-right: 30px; } }
  @media (max-width: 768px) {
    .bth_acc_secret .bth_acc_secret__thumb {
      width: 44.872vw;
      margin: 6.795vw auto 0; } }
  .bth_acc_secret .bth_acc_secret__thumb::after {
    content: "";
    background-image: url("/ec/images/shop2/ft_birth/reco_secret_arrow.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute; }
    @media screen and (min-width: 769px) {
      .bth_acc_secret .bth_acc_secret__thumb::after {
        width: 20px;
        height: 11px;
        right: -30px;
        top: 50%;
        transform: rotate(-90deg) translate(0, -50%);
        -webkit-transform: rotate(-90deg) translate(0, -50%);
        -ms-transform: rotate(-90deg) translate(0, -50%); } }
    @media (max-width: 768px) {
      .bth_acc_secret .bth_acc_secret__thumb::after {
        width: 5.128vw;
        height: 2.821vw;
        right: 50%;
        bottom: -4.808vw;
        transform: translate(50%, 0);
        -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0); } }
  @media (max-width: 768px) {
    .bth_acc_secret .bth_acc_secret__thumb:first-of-type {
      margin-top: 0; } }
  @media screen and (min-width: 769px) {
    .bth_acc_secret .bth_acc_secret__thumb:last-of-type {
      margin: 0; } }
  .bth_acc_secret .bth_acc_secret__thumb:last-of-type::after {
    content: none;
    content: unset; }
.bth_acc_secret .bth_acc_secret__txtarea {
  text-align: center; }
  @media screen and (min-width: 769px) {
    .bth_acc_secret .bth_acc_secret__txtarea {
      margin-top: 15px; } }
  @media (max-width: 768px) {
    .bth_acc_secret .bth_acc_secret__txtarea {
      margin-top: 1.923vw; } }
@media screen and (min-width: 769px) {
  .bth_acc_secret .bth_acc_secret__txtarea > * {
    margin-top: 5px; } }
@media (max-width: 768px) {
  .bth_acc_secret .bth_acc_secret__txtarea > * {
    margin-top: 1.923vw; } }
.bth_acc_secret .bth_acc_secret__txtarea > *:first-of-type {
  margin-top: 0; }
@media screen and (min-width: 769px) {
  .bth_acc_secret .bth_acc_secret__txt {
    font-size: 18px;
    line-height: 1.5; } }
@media (max-width: 768px) {
  .bth_acc_secret .bth_acc_secret__txt {
    font-size: 3.846vw;
    line-height: 1.55; } }
.bth_acc_secret .bth_acc_secret__txt .is__pink, .bth_acc_secret .bth_acc_secret__txt.is__pink {
  color: #FE7183; }

@media screen and (min-width: 769px) {
  .bth_nav {
    width: 600px;
    margin: 40px auto 0; } }
@media (max-width: 768px) {
  .bth_nav {
    width: 91.282vw;
    margin: 7.692vw auto 0; } }
.bth_nav .bth_nav__item {
  background-color: #fff; }
  @media screen and (min-width: 769px) {
    .bth_nav .bth_nav__item {
      margin-top: 10px;
      border-radius: 6px; } }
  @media (max-width: 768px) {
    .bth_nav .bth_nav__item {
      margin-top: 1.923vw;
      border-radius: 0.769vw; } }
  .bth_nav .bth_nav__item:first-of-type {
    margin-top: 0; }
  .bth_nav .bth_nav__item a {
    display: flex;
    align-items: center;
    position: relative;
    text-decoration: none !important; }
    @media screen and (min-width: 769px) {
      .bth_nav .bth_nav__item a {
        padding: 15px 30px; } }
    @media (max-width: 768px) {
      .bth_nav .bth_nav__item a {
        padding: 1.923vw 3.846vw; } }
    .bth_nav .bth_nav__item a::after {
      content: '';
      width: 0.8em;
      height: 0.8em;
      margin: auto;
      display: block;
      border-style: solid;
      border-color: transparent;
      border-top-color: #d2d2d2;
      border-width: 7px;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%); }
      @media screen and (min-width: 769px) {
        .bth_nav .bth_nav__item a::after {
          right: 30px; } }
      @media (max-width: 768px) {
        .bth_nav .bth_nav__item a::after {
          right: 5.128vw; } }
@media screen and (min-width: 769px) {
  .bth_nav .bth_nav__thumb {
    width: 80px;
    margin-right: 30px; } }
@media (max-width: 768px) {
  .bth_nav .bth_nav__thumb {
    width: 12.821vw;
    margin-right: 3.846vw; } }
.bth_nav .bth_nav__txtarea {
  line-height: 1; }
@media screen and (min-width: 769px) {
  .bth_nav .bth_nav__sub {
    font-size: 18px; } }
@media (max-width: 768px) {
  .bth_nav .bth_nav__sub {
    font-size: 3.59vw; } }
.bth_nav .bth_nav__main {
  font-weight: bold; }
  @media screen and (min-width: 769px) {
    .bth_nav .bth_nav__main {
      font-size: 32px;
      margin-top: 10px; } }
  @media (max-width: 768px) {
    .bth_nav .bth_nav__main {
      font-size: 5.128vw;
      margin-top: 1.923vw; } }

.bth_nav__all {
  display: block;
  text-align: center;
  color: #5B5557 !important;
  text-decoration: underline !important; }
  @media screen and (min-width: 769px) {
    .bth_nav__all {
      font-size: 18px;
      margin-top: 40px; } }
  @media (max-width: 768px) {
    .bth_nav__all {
      font-size: 3.59vw;
      margin-top: 7.692vw; } }
  .bth_nav__all:hover {
    text-decoration: none !important;
    opacity: 0.8; }

.bth_how {
  position: relative; }
  @media screen and (min-width: 769px) {
    .bth_how {
      width: 600px;
      margin: 60px auto 0; } }
  @media (max-width: 768px) {
    .bth_how {
      width: 100%;
      margin: 15.385vw auto 0; } }
  .bth_how .bth_how__ttl_wrp {
    position: relative; }
    @media screen and (min-width: 769px) {
      .bth_how .bth_how__ttl_wrp {
        min-height: 145px;
        padding: 12px 0 26px; } }
    @media (max-width: 768px) {
      .bth_how .bth_how__ttl_wrp {
        width: 91.282vw;
        margin: 0 auto;
        padding: 1.923vw 0 3.846vw;
        min-height: 24.744vw; } }
    .bth_how .bth_how__ttl_wrp::before {
      content: "";
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0; }
      @media screen and (min-width: 769px) {
        .bth_how .bth_how__ttl_wrp::before {
          background-image: url("/ec/images/shop2/ft_birth/how_ttl_line_pink_top_pc.png");
          width: 600px;
          height: 58px; } }
      @media (max-width: 768px) {
        .bth_how .bth_how__ttl_wrp::before {
          background-image: url("/ec/images/shop2/ft_birth/how_ttl_line_pink_top_sp.png");
          width: 91.282vw;
          height: 8.718vw; } }
    .bth_how .bth_how__ttl_wrp::after {
      content: "";
      background-repeat: no-repeat;
      position: absolute;
      bottom: 0;
      left: 0; }
      @media screen and (min-width: 769px) {
        .bth_how .bth_how__ttl_wrp::after {
          background-image: url("/ec/images/shop2/ft_birth/how_ttl_line_pink_bot_pc.png");
          background-size: auto;
          width: 600px;
          height: 16px; } }
      @media (max-width: 768px) {
        .bth_how .bth_how__ttl_wrp::after {
          background-image: url("/ec/images/shop2/ft_birth/how_ttl_line_pink_bot_sp.png");
          background-size: cover;
          width: 91.282vw;
          height: 2.308vw; } }
  .bth_how .bth_how__quick-lead {
    text-align: center;
    font-weight: bold;
    color: #39B489;
    line-height: 1.2;
    margin-top: 10px; }
    @media screen and (min-width: 769px) {
      .bth_how .bth_how__quick-lead {
        font-size: 24px; }
        .bth_how .bth_how__quick-lead span {
          font-size: 44px; }
        .bth_how .bth_how__quick-lead img {
          height: 55px;
          width: auto; } }
    @media (max-width: 768px) {
      .bth_how .bth_how__quick-lead {
        font-size: 4.1vw; }
        .bth_how .bth_how__quick-lead span {
          font-size: 6.6vw; }
        .bth_how .bth_how__quick-lead img {
          width: 80vw; } }
  .bth_how .bth_how__tag {
    display: flex;
    justify-content: center; }
  .bth_how .bth_how__tag_name {
    color: #fff;
    font-weight: bold;
    text-align: center; }
    @media screen and (min-width: 769px) {
      .bth_how .bth_how__tag_name {
        font-size: 18px;
        border-radius: 19px;
        padding: 0px 17px;
        margin-right: 10px; } }
    @media (max-width: 768px) {
      .bth_how .bth_how__tag_name {
        font-size: 3.59vw;
        border-radius: 4.436vw;
        padding: 0px 2.179vw;
        margin-right: 1.282vw; } }
    .bth_how .bth_how__tag_name:last-of-type {
      margin-right: 0; }
    .bth_how .bth_how__tag_name.is__pink {
      background-color: #FE7183; }
    .bth_how .bth_how__tag_name.is__yellow {
      background-color: #EB9949; }
    .bth_how .bth_how__tag_name.is__green {
      background-color: #39B489; }
  .bth_how .bth_how__ttl {
    text-align: center;
    font-weight: bold; }
    @media screen and (min-width: 769px) {
      .bth_how .bth_how__ttl {
        font-size: 40px;
        margin-top: 10px;
        line-height: 1; } }
    @media (max-width: 768px) {
      .bth_how .bth_how__ttl {
        font-size: 7.692vw;
        margin-top: 1.923vw;
        line-height: 1; } }
    .bth_how .bth_how__ttl .is__sub {
      display: block;
      color: #FE7183; }
      @media screen and (min-width: 769px) {
        .bth_how .bth_how__ttl .is__sub {
          font-size: 24px;
          padding-bottom: 10px; } }
      @media (max-width: 768px) {
        .bth_how .bth_how__ttl .is__sub {
          font-size: 4.103vw;
          padding-bottom: 1.923vw; } }
    .bth_how .bth_how__ttl .is__small {
      display: block; }
      @media screen and (min-width: 769px) {
        .bth_how .bth_how__ttl .is__small {
          font-size: 18px;
          padding-bottom: 5px; } }
      @media (max-width: 768px) {
        .bth_how .bth_how__ttl .is__small {
          font-size: 3.59vw;
          padding-bottom: 1.282vw; } }

.bth_how__item_inr {
  position: relative; }

.bth_how__subttl {
  display: block; }
  @media screen and (min-width: 769px) {
    .bth_how__subttl {
      width: 100%;
      margin-top: 40px; } }
  @media (max-width: 768px) {
    .bth_how__subttl {
      width: 91.282vw;
      margin: 7.692vw auto 0; } }

.bth_how__main {
  display: block;
  position: relative; }
  @media screen and (min-width: 769px) {
    .bth_how__main {
      width: 100%;
      margin-top: 20px; } }
  @media (max-width: 768px) {
    .bth_how__main {
      width: 91.282vw;
      margin: 3.846vw auto 0; } }
  .bth_how__main .bth_how__main_thumb {
    display: block; }
    @media screen and (min-width: 769px) {
      .bth_how__main .bth_how__main_thumb {
        padding-bottom: 52px; } }
    @media (max-width: 768px) {
      .bth_how__main .bth_how__main_thumb {
        padding-bottom: 15.256vw; } }
  .bth_how__main .bth_how__txt_wrp {
    position: absolute;
    background-color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: bold; }
    @media screen and (min-width: 769px) {
      .bth_how__main .bth_how__txt_wrp {
        bottom: 0;
        width: 380px;
        padding: 20px 0; } }
    @media (max-width: 768px) {
      .bth_how__main .bth_how__txt_wrp {
        bottom: 0;
        width: 65.385vw;
        padding: 3.846vw 0; } }
    .bth_how__main .bth_how__txt_wrp::after {
      content: "";
      display: inline-block;
      background-image: url("/ec/images/shop2/ft_birth/how_link.png");
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      bottom: 0;
      right: 0; }
      @media screen and (min-width: 769px) {
        .bth_how__main .bth_how__txt_wrp::after {
          width: 40px;
          height: 40px; } }
      @media (max-width: 768px) {
        .bth_how__main .bth_how__txt_wrp::after {
          width: 6.41vw;
          height: 6.41vw; } }
  @media screen and (min-width: 769px) {
    .bth_how__main .bth_how__name {
      font-size: 16px;
      line-height: 1.5; } }
  @media (max-width: 768px) {
    .bth_how__main .bth_how__name {
      font-size: 3.59vw;
      line-height: 1.25; } }
  @media screen and (min-width: 769px) {
    .bth_how__main .bth_how__price {
      font-size: 10px;
      margin-top: 10px; } }
  @media (max-width: 768px) {
    .bth_how__main .bth_how__price {
      font-size: 2.821vw;
      margin-top: 1.923vw; } }

.bth_how__desc {
  display: flex;
  background-color: #fff;
  justify-content: space-between;
  align-items: center; }
  @media screen and (min-width: 769px) {
    .bth_how__desc {
      width: 100%;
      padding: 20px;
      margin-top: 20px; } }
  @media (max-width: 768px) {
    .bth_how__desc {
      width: 91.282vw;
      padding: 2.564vw;
      margin: 3.846vw auto 0; } }
  .bth_how__desc .bth_how__thumb {
    position: relative; }
    @media screen and (min-width: 769px) {
      .bth_how__desc .bth_how__thumb {
        width: 270px; } }
    @media (max-width: 768px) {
      .bth_how__desc .bth_how__thumb {
        width: 41.795vw; } }
  @media screen and (min-width: 769px) {
    .bth_how__desc .bth_how__txtarea {
      width: 270px;
      line-height: 1.35; } }
  @media (max-width: 768px) {
    .bth_how__desc .bth_how__txtarea {
      width: 41.795vw;
      line-height: 1.3; } }
  .bth_how__desc .bth_how__txtarea .bth_how__txt {
    line-height: 1.8; }
    @media screen and (min-width: 769px) {
      .bth_how__desc .bth_how__txtarea .bth_how__txt {
        font-size: 14px; } }
    @media (max-width: 768px) {
      .bth_how__desc .bth_how__txtarea .bth_how__txt {
        font-size: 3vw; } }

.bth_how__desc-add_wrp {
  background-color: #fff;
  text-align: center; }
  @media screen and (min-width: 769px) {
    .bth_how__desc-add_wrp {
      padding: 20px; } }
  @media (max-width: 768px) {
    .bth_how__desc-add_wrp {
      width: 91.282vw;
      padding: 2.564vw;
      margin: 0 auto; } }
  .bth_how__desc-add_wrp .bth_how__addttl {
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-image: url("/ec/images/shop2/ft_birth/bth_h4_bg.png");
    background-position: center;
    background-repeat: no-repeat; }
    @media screen and (min-width: 769px) {
      .bth_how__desc-add_wrp .bth_how__addttl {
        font-size: 20px;
        padding: 10px 0;
        background-size: contain; } }
    @media (max-width: 768px) {
      .bth_how__desc-add_wrp .bth_how__addttl {
        font-size: 3.59vw;
        width: 100%;
        margin: 0 auto;
        padding: 1.923vw 0;
        background-size: 100%; } }

@media screen and (min-width: 769px) {
  .bth_how__note_wrp {
    margin-top: 10px; } }
@media (max-width: 768px) {
  .bth_how__note_wrp {
    width: 91.282vw;
    margin: 1.923vw auto 0; } }
@media screen and (min-width: 769px) {
  .bth_how__note_wrp .bth_how__note {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 10px; } }
@media (max-width: 768px) {
  .bth_how__note_wrp .bth_how__note {
    font-size: 2.821vw;
    line-height: 1.25;
    margin-top: 1.923vw; } }
.bth_how__note_wrp .bth_how__note:first-of-type {
  margin-top: 0; }

@media screen and (min-width: 769px) {
  .bth_how_crl {
    width: 600px;
    margin: 30px auto 0; } }
@media (max-width: 768px) {
  .bth_how_crl {
    width: 100%;
    margin: 7.692vw auto 0; } }
.bth_how_crl .bth_how_crl__ttl {
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-image: url("/ec/images/shop2/ft_birth/bth_h4_bg.png");
  background-position: center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 769px) {
    .bth_how_crl .bth_how_crl__ttl {
      font-size: 20px;
      padding: 10px 0;
      background-size: contain; } }
  @media (max-width: 768px) {
    .bth_how_crl .bth_how_crl__ttl {
      font-size: 3.59vw;
      width: 91.282vw;
      margin: 0 auto;
      padding: 1.923vw 0;
      background-size: 91.282vw 8.692vw; } }
.bth_how_crl .bth_how_crl__list {
  position: relative; }
  @media screen and (min-width: 769px) {
    .bth_how_crl .bth_how_crl__list {
      margin-top: 20px; } }
  @media (max-width: 768px) {
    .bth_how_crl .bth_how_crl__list {
      margin-top: 3.846vw; } }
  .bth_how_crl .bth_how_crl__list::before, .bth_how_crl .bth_how_crl__list::after {
    content: '';
    position: absolute;
    top: 0;
    z-index: 2;
    height: 100%; }
    @media screen and (min-width: 769px) {
      .bth_how_crl .bth_how_crl__list::before, .bth_how_crl .bth_how_crl__list::after {
        width: 125px;
        height: 345px; } }
    @media (max-width: 768px) {
      .bth_how_crl .bth_how_crl__list::before, .bth_how_crl .bth_how_crl__list::after {
        width: 16vw;
        height: 72vw; } }
  .bth_how_crl .bth_how_crl__list::before {
    left: 0;
    background: linear-gradient(-90deg, rgba(250, 250, 250, 0.65) 0, #f3f3f3 90%); }
  .bth_how_crl .bth_how_crl__list::after {
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.65) 0, #f3f3f3 90%); }
  .bth_how_crl .bth_how_crl__list .slick-dots .slick-active button {
    background-color: #FE7183; }
  @media (max-width: 768px) {
    .bth_how_crl .bth_how_crl__list .slick-dots > * {
      margin: 0 2vw 0 0; } }
  @media (max-width: 768px) {
    .bth_how_crl .bth_how_crl__list .slick-dots button {
      width: 2.5vw;
      height: 2.5vw; } }
  .bth_how_crl .bth_how_crl__list .slick-arrow.prev, .bth_how_crl .bth_how_crl__list .slick-arrow.next {
    z-index: 3; }
    .bth_how_crl .bth_how_crl__list .slick-arrow.prev a, .bth_how_crl .bth_how_crl__list .slick-arrow.next a {
      position: relative;
      text-decoration: none; }

@media screen and (min-width: 769px) {
  .bth_how_crl__item {
    padding: 0 10px; } }
@media (max-width: 768px) {
  .bth_how_crl__item {
    padding: 0 1.28vw; } }
.bth_how_crl__item a {
  display: block;
  text-decoration: none; }
.bth_how_crl__item .bth_how_crl__thumb {
  width: 100%;
  display: block; }
.bth_how_crl__item .bth_how_crl__txt_wrp {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  text-align: center;
  font-weight: bold; }
  @media screen and (min-width: 769px) {
    .bth_how_crl__item .bth_how_crl__txt_wrp {
      height: 130px;
      padding: 20px;
      line-height: 1.4; } }
  @media (max-width: 768px) {
    .bth_how_crl__item .bth_how_crl__txt_wrp {
      height: 29.8vw;
      padding: 5.12vw;
      line-height: 1.4; } }
  .bth_how_crl__item .bth_how_crl__txt_wrp::after {
    content: "";
    background-image: url("/ec/images/shop2/ft_birth/how_link.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0; }
    @media screen and (min-width: 769px) {
      .bth_how_crl__item .bth_how_crl__txt_wrp::after {
        width: 40px;
        height: 40px; } }
    @media (max-width: 768px) {
      .bth_how_crl__item .bth_how_crl__txt_wrp::after {
        width: 6.41vw;
        height: 6.41vw; } }
  @media screen and (min-width: 769px) {
    .bth_how_crl__item .bth_how_crl__txt_wrp .bth_how_crl__name {
      font-size: 16px; } }
  @media (max-width: 768px) {
    .bth_how_crl__item .bth_how_crl__txt_wrp .bth_how_crl__name {
      font-size: 3.58vw; } }
  @media screen and (min-width: 769px) {
    .bth_how_crl__item .bth_how_crl__txt_wrp .bth_how_crl__price {
      font-size: 12px; } }
  @media (max-width: 768px) {
    .bth_how_crl__item .bth_how_crl__txt_wrp .bth_how_crl__price {
      font-size: 3vw; } }

.bth__more {
  color: #FE7183;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%228.07px%22%20height%3D%2215.14px%22%20viewBox%3D%220%200%208.07%2015.14%22%20style%3D%22enable-background%3Anew%200%200%208.07%2015.14%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill%3Anone%3Bstroke%3A%23FE7183%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cg%20stroke%3D%22%23FE7183%22%3E%3Cpolyline%20class%3D%22st0%22%20points%3D%220.5%2C0.5%207.57%2C7.57%200.5%2C14.64%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") !important; }
  @media screen and (min-width: 769px) {
    .bth__more {
      width: 500px;
      border: 1px solid #FE7183;
      margin-top: 10px; } }
  @media (max-width: 768px) {
    .bth__more {
      width: 71.795vw;
      border: 0.256vw solid #FE7183;
      line-height: 1.15;
      margin-top: 1.923vw; } }
  @media screen and (min-width: 769px) {
    .bth__more:first-of-type {
      margin-top: 20px; } }
  @media (max-width: 768px) {
    .bth__more:first-of-type {
      margin-top: 3.846vw; } }

@media screen and (min-width: 769px) {
  .bth__all_wrp {
    margin-top: 60px; } }
@media (max-width: 768px) {
  .bth__all_wrp {
    margin-top: 15.385vw; } }
.bth__all_wrp .bth__all {
  background-color: #FE7183; }

@media screen and (min-width: 769px) {
  .bth_insta {
    margin: 40px auto 0; } }
@media (max-width: 768px) {
  .bth_insta {
    width: 91.282vw;
    margin: 7.692vw auto 0; } }

.bth_how__main_thumb.is__glad::before,
.bth_how__main_thumb.is__gift::before,
.bth_how__main_thumb.is__new::before,
.bth_how__main_thumb.is__no1::before,
.bth_how__main_thumb.is__point::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute; }
  @media screen and (min-width: 769px) {
    .bth_how__main_thumb.is__glad::before,
    .bth_how__main_thumb.is__gift::before,
    .bth_how__main_thumb.is__new::before,
    .bth_how__main_thumb.is__no1::before,
    .bth_how__main_thumb.is__point::before {
      width: 100px;
      height: 100px;
      top: 10px;
      left: 10px; } }
  @media (max-width: 768px) {
    .bth_how__main_thumb.is__glad::before,
    .bth_how__main_thumb.is__gift::before,
    .bth_how__main_thumb.is__new::before,
    .bth_how__main_thumb.is__no1::before,
    .bth_how__main_thumb.is__point::before {
      width: 16.026vw;
      height: 16.026vw;
      top: 1.282vw;
      left: 1.282vw; } }

.bth_how__thumb.is__glad::before,
.bth_how__thumb.is__gift::before,
.bth_how__thumb.is__new::before,
.bth_how__thumb.is__no1::before,
.bth_how__thumb.is__point::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute; }
  @media screen and (min-width: 769px) {
    .bth_how__thumb.is__glad::before,
    .bth_how__thumb.is__gift::before,
    .bth_how__thumb.is__new::before,
    .bth_how__thumb.is__no1::before,
    .bth_how__thumb.is__point::before {
      width: 80px;
      height: 80px;
      top: 10px;
      left: 10px; } }
  @media (max-width: 768px) {
    .bth_how__thumb.is__glad::before,
    .bth_how__thumb.is__gift::before,
    .bth_how__thumb.is__new::before,
    .bth_how__thumb.is__no1::before,
    .bth_how__thumb.is__point::before {
      width: 12.821vw;
      height: 12.821vw;
      top: 1.282vw;
      left: 1.282vw; } }

@media screen and (min-width: 769px) {
  .bth_how__thumb.is__right::before {
    left: 180px; } }
@media (max-width: 768px) {
  .bth_how__thumb.is__right::before {
    left: 28vw; } }

.is__glad::before {
  background-image: url("/ec/images/shop2/ft_birth/icon_glad.png"); }

.is__gift::before {
  background-image: url("/ec/images/shop2/ft_birth/icon_gift.png"); }

.is__new::before {
  background-image: url("/ec/images/shop2/ft_birth/icon_new.png"); }

.is__no1::before {
  background-image: url("/ec/images/shop2/ft_birth/icon_no1.png"); }

.is__point::before {
  background-image: url("/ec/images/shop2/ft_birth/icon_point.png"); }

/*# sourceMappingURL=style.css.map */
