@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: 35%;
    background-color: #fff;
    position: relative; }
    @media screen and (min-width: 769px) {
      .bth-fixed__list .bth-fixed__item {
        font-size: 14px;
        font-weight: bold;
        height: 70px;
        line-height: 1.2; } }
    @media (max-width: 768px) {
      .bth-fixed__list .bth-fixed__item {
        font-size: 3.077vw;
        font-weight: 400;
        height: 12.821vw;
        line-height: 1.2; } }
    .bth-fixed__list .bth-fixed__item:nth-child(-n+2) {
      border-right: solid 1px #C1BCBD; }
    .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: center;
          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-bottom: 6px; } }
        @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;
          font-size: 2.692vw; } }
    .bth-fixed__list .bth-fixed__item.is__new a {
      overflow: hidden; }
      .bth-fixed__list .bth-fixed__item.is__new a::before {
        content: "";
        background-image: url("/ec/images/shop1/ft_birth/icon_new.png");
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute; }
        @media screen and (min-width: 769px) {
          .bth-fixed__list .bth-fixed__item.is__new a::before {
            width: 44px;
            height: 44px;
            top: -7px;
            left: 11px; } }
        @media (max-width: 768px) {
          .bth-fixed__list .bth-fixed__item.is__new a::before {
            width: 5.641vw;
            height: 5.641vw;
            top: -1.282vw;
            left: -0.769vw; } }
    .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 .after_arrow::after {
      content: '';
      position: absolute; }
      @media (max-width: 768px) {
        .bth-fixed__list .bth-fixed__item .after_arrow::after {
          width: 1.282vw;
          height: 1.282vw;
          border: 0vw;
          border-top: solid 0.256vw #707070;
          border-right: solid 0.256vw #707070;
          -ms-transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
          transform: rotate(45deg); } }
      @media screen and (min-width: 769px) {
        .bth-fixed__list .bth-fixed__item .after_arrow::after {
          width: 8px;
          height: 8px;
          border: 0px;
          border-top: solid 1px #707070;
          border-right: solid 1px #707070;
          -ms-transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
          transform: rotate(45deg);
          top: 78%;
          margin-top: -4px; } }

.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 .after_arrow::after, .bth-fixed__item.bth-fixed__item.is__active .after_arrow::after {
    border-top-color: #fff;
    border-right-color: #fff; }

.mt0 {
  margin-top: 0 !important; }

@media screen and (min-width: 769px) {
  .is__pc_center {
    text-align: center; } }

.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 {
        margin-top: 20px;
        margin-right: 0;
        width: calc(50% - 10px); }
      .bth_new__anchor .tmp_nav__wrp .tmp_nav__btn:nth-of-type(1), .bth_new__anchor .tmp_nav__wrp .tmp_nav__btn:nth-of-type(2) {
        margin-top: 0; } }
  @media (max-width: 768px) {
    .bth_new__anchor .tmp_nav__wrp {
      margin: 4vw auto 0 auto;
      width: 91.282vw;
      justify-content: space-between; }
      .bth_new__anchor .tmp_nav__wrp .tmp_nav__btn {
        width: 44.359vw; }
      .bth_new__anchor .tmp_nav__wrp .tmp_nav__btn a {
        padding-left: 0;
        padding-right: 0;
        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 a .tmp__img {
        width: calc( 44.359vw - 2em );
        margin: 0 auto; }
      .bth_new__anchor .tmp_nav__wrp .tmp_nav__btn a .tmp__txt {
        font-size: 2.564vw; }
      .bth_new__anchor .tmp_nav__wrp .tmp_nav__btn {
        margin-top: 4vw;
        margin-right: 0;
        width: 43vw; }
      .bth_new__anchor .tmp_nav__wrp .tmp_nav__btn:nth-of-type(1), .bth_new__anchor .tmp_nav__wrp .tmp_nav__btn:nth-of-type(2) {
        margin-top: 0; } }

.bth_set__hdg {
  font-weight: bold;
  text-align: center;
  width: 100%; }
  @media (max-width: 768px) {
    .bth_set__hdg {
      font-size: 3.59vw;
      line-height: 1.28;
      margin-top: 10.256vw;
      margin-bottom: 2.564vw; } }
  @media screen and (min-width: 769px) {
    .bth_set__hdg {
      font-size: 18px;
      line-height: 1.33;
      margin-top: 60px;
      margin-bottom: 20px; } }

.bth_set__desc {
  display: flex;
  background-color: #fff;
  justify-content: space-between;
  align-items: center; }
  @media screen and (min-width: 769px) {
    .bth_set__desc {
      width: 100%;
      margin-top: 20px; } }
  @media (max-width: 768px) {
    .bth_set__desc {
      width: 91.282vw;
      padding: 2.564vw;
      margin: 3.846vw auto 0; } }
  @media screen and (min-width: 769px) {
    .bth_set__desc .bth_set__thumb {
      width: 200px; } }
  @media (max-width: 768px) {
    .bth_set__desc .bth_set__thumb {
      width: 28.205vw; } }
  .bth_set__desc .bth_set__txtarea {
    text-align: center; }
    @media screen and (min-width: 769px) {
      .bth_set__desc .bth_set__txtarea {
        width: 400px;
        padding: 0 20px; } }
    @media (max-width: 768px) {
      .bth_set__desc .bth_set__txtarea {
        width: 51.538vw; } }
    @media screen and (min-width: 769px) {
      .bth_set__desc .bth_set__txtarea > p {
        margin-top: 5px; } }
    @media (max-width: 768px) {
      .bth_set__desc .bth_set__txtarea > p {
        margin-top: 1.026vw; } }
    .bth_set__desc .bth_set__txtarea > p:first-of-type {
      margin-top: 0; }
  .bth_set__desc .bth_set__ttl {
    font-weight: bold;
    color: #fff;
    background-image: url("/ec/images/shop1/ft_birth/bth_h4_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 100%; }
    @media screen and (min-width: 769px) {
      .bth_set__desc .bth_set__ttl {
        font-size: 18px;
        padding: 2px 0;
        background-size: contain; } }
    @media (max-width: 768px) {
      .bth_set__desc .bth_set__ttl {
        font-size: 3.077vw;
        margin: 0 auto;
        background-size: 51.538vw 4.359vw; } }
  .bth_set__desc .bth_set__txt {
    font-weight: bold; }
    @media screen and (min-width: 769px) {
      .bth_set__desc .bth_set__txt {
        font-size: 14px;
        line-height: 1.45; } }
    @media (max-width: 768px) {
      .bth_set__desc .bth_set__txt {
        font-size: 3.077vw;
        line-height: 1.45; } }
  .bth_set__desc .bth_set__price {
    font-weight: bold;
    color: #FE7183; }
    @media screen and (min-width: 769px) {
      .bth_set__desc .bth_set__price {
        font-size: 18px;
        line-height: 1.45; } }
    @media (max-width: 768px) {
      .bth_set__desc .bth_set__price {
        font-size: 3.59vw;
        line-height: 1.45; } }
  .bth_set__desc .bth_set__btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    position: relative;
    text-decoration: none !important;
    color: #FE7183; }
    @media screen and (min-width: 769px) {
      .bth_set__desc .bth_set__btn {
        font-size: 14px;
        height: 40px;
        margin-top: 5px;
        border-radius: 92px;
        border: solid 1px #FE7183; } }
    @media (max-width: 768px) {
      .bth_set__desc .bth_set__btn {
        font-size: 3.077vw;
        line-height: 1.3;
        margin-top: 1.026vw;
        padding-top: 3.205vw;
        padding-bottom: 3.205vw;
        border-radius: 11.795vw;
        border: solid 0.256vw #FE7183; } }
    .bth_set__desc .bth_set__btn:hover {
      opacity: 0.8; }
    .bth_set__desc .bth_set__btn::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_set__desc .bth_set__btn::after {
          width: 6px;
          height: 12px;
          right: 20px; } }
      @media (max-width: 768px) {
        .bth_set__desc .bth_set__btn::after {
          width: 1.538vw;
          height: 2.738vw;
          right: 3.59vw; } }

.bth_set__flex {
  display: flex; }
  @media screen and (min-width: 769px) {
    .bth_set__flex {
      width: 100%;
      margin-top: 20px; } }
  @media (max-width: 768px) {
    .bth_set__flex {
      width: 91.282vw;
      margin: 3.846vw auto 0; } }
  .bth_set__flex .bth_set__flex_item {
    background-color: #fff; }
    @media screen and (min-width: 769px) {
      .bth_set__flex .bth_set__flex_item {
        width: 290px;
        padding: 20px 25px;
        margin-top: 20px;
        margin-right: 20px; } }
    @media (max-width: 768px) {
      .bth_set__flex .bth_set__flex_item {
        width: 44.359vw;
        padding: 3.846vw;
        margin-top: 2.564vw;
        margin-right: 2.564vw; } }
    .bth_set__flex .bth_set__flex_item:nth-of-type(1), .bth_set__flex .bth_set__flex_item:nth-of-type(2) {
      margin-top: 0; }
    .bth_set__flex .bth_set__flex_item:nth-of-type(2n) {
      margin-right: 0; }
  .bth_set__flex .bth_set__flex_thumb {
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 769px) {
      .bth_set__flex .bth_set__flex_thumb {
        width: 200px; } }
    @media (max-width: 768px) {
      .bth_set__flex .bth_set__flex_thumb {
        width: 28.205vw; } }
  @media screen and (min-width: 769px) {
    .bth_set__flex .bth_set__flex_txtarea {
      margin-top: 20px; } }
  @media (max-width: 768px) {
    .bth_set__flex .bth_set__flex_txtarea {
      margin-top: 2.564vw; } }
  .bth_set__flex .bth_set__flex_name {
    text-align: center;
    font-weight: bold; }
    @media screen and (min-width: 769px) {
      .bth_set__flex .bth_set__flex_name {
        font-size: 14px;
        line-height: 1.428; } }
    @media (max-width: 768px) {
      .bth_set__flex .bth_set__flex_name {
        font-size: 3.077vw;
        line-height: 1.625; } }
  .bth_set__flex .bth_set__flex_price {
    text-align: center;
    font-weight: bold; }
    @media screen and (min-width: 769px) {
      .bth_set__flex .bth_set__flex_price {
        font-size: 14px;
        line-height: 1.428;
        margin-top: 10px; } }
    @media (max-width: 768px) {
      .bth_set__flex .bth_set__flex_price {
        font-size: 3.077vw;
        line-height: 1.625;
        margin-top: 3.205vw; } }
  .bth_set__flex .bth_set__flex_btn {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FE7183; }
    @media screen and (min-width: 769px) {
      .bth_set__flex .bth_set__flex_btn {
        margin-top: 20px; } }
    @media (max-width: 768px) {
      .bth_set__flex .bth_set__flex_btn {
        margin-top: 2.564vw; } }

.ttl__wrp {
  position: relative;
  background-image: url(/ec/images/shop1/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: 41vw;
      letter-spacing: 0; } }
  @media screen and (min-width: 769px) {
    .ttl__wrp {
      width: 780px;
      height: 320px; } }
  .ttl__wrp .ttl__text {
    color: #333;
    font-weight: bold;
    text-align: center;
    display: block; }
    @media (max-width: 768px) {
      .ttl__wrp .ttl__text {
        font-size: 7.8vw;
        line-height: 1.2; } }
    @media screen and (min-width: 769px) {
      .ttl__wrp .ttl__text {
        font-size: 58px;
        line-height: 1.2;
        display: block;
        padding-bottom: 20px; } }
  .ttl__wrp .ttl__sub-text {
    display: block;
    color: #fe7183;
    font-weight: bold;
    text-align: center; }
    @media (max-width: 768px) {
      .ttl__wrp .ttl__sub-text {
        font-size: 2vw;
        line-height: 1.4; } }
    @media screen and (min-width: 769px) {
      .ttl__wrp .ttl__sub-text {
        font-size: 18px;
        line-height: 1.4; } }

.ttl__inr {
  position: relative;
  vertical-align: middle;
  height: 100%;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    .ttl__inr {
      width: 44.23vw;
      padding: 1.026vw 0 1.154vw 1.026vw; } }
  @media screen and (min-width: 769px) {
    .ttl__inr {
      width: 345px;
      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: 32.3vw;
      margin-bottom: 1.9vw; } }
  @media screen and (min-width: 769px) {
    .ttl__inr .ttl__icn {
      width: 252px;
      margin-bottom: 15px; } }

.bth_lead {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 769px) {
    .bth_lead {
      height: 390px;
      padding: 60px 0px;
      background-image: url("/ec/images/shop1/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/shop1/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; }
    @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;
    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%); }
  .bth_lead::after {
    bottom: 0;
    background: linear-gradient(rgba(255, 255, 255, 0) 20%, rgba(243, 243, 243, 0.8) 80%);
    background: -moz-linear-gradient(rgba(255, 255, 255, 0) 20%, rgba(243, 243, 243, 0.8) 80%);
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 20%, rgba(243, 243, 243, 0.8) 80%); }
  .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/shop1/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; } }
    @media (max-width: 768px) {
      .bth_sec .bth_h2__wrp.is_everyone_birth_ttl {
        width: 91.282vw;
        margin: 0 auto;
        line-height: 1;
        padding: 5.128vw 0; } }
    @media screen and (min-width: 769px) {
      .bth_sec .bth_h2__wrp.is_everyone_birth_ttl {
        padding: 36px 0;
        height: auto; } }
    @media (max-width: 768px) {
      .bth_sec .bth_h2__wrp.is_everyone_birth_ttl .bth_h2__ttl {
        padding: 4.564vw 0;
        font-size: 5.128vw;
        line-height: 1; } }
    .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/shop1/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/shop1/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/shop1/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/shop1/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; } }

@media screen and (min-width: 769px) {
  .bth_coupon__banner {
    margin-top: 30px; } }
@media (max-width: 768px) {
  .bth_coupon__banner {
    margin-top: 7.692vw; } }

.bth_reco {
  position: relative;
  background-color: #fff; }
  @media screen and (min-width: 769px) {
    .bth_reco {
      margin-top: 60px;
      padding: 40px 40px 60px;
      border-radius: 12px; } }
  @media (max-width: 768px) {
    .bth_reco {
      margin: 15.385vw auto 0 auto;
      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: contain;
        width: 81.026vw;
        height: 7.821vw;
        top: 4.128vw; } }
  .bth_reco__ttl_wrp::after {
    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::after {
        width: 700px;
        height: 18px;
        bottom: -10px;
        background-size: contain; } }
    @media (max-width: 768px) {
      .bth_reco__ttl_wrp::after {
        width: 81.026vw;
        height: 2.051vw;
        bottom: -1.7vw;
        background-size: cover; } }

.bth_present__desc {
  background-color: #FFEFF0;
  align-items: center;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 769px) {
    .bth_present__desc {
      width: 540px;
      height: 370px;
      padding: 20px;
      margin-top: 29px; } }
  @media (max-width: 768px) {
    .bth_present__desc {
      width: 81.026vw;
      height: 73.718vw;
      padding: 4.487vw;
      margin: 2.846vw 5.128vw 7.692vw; } }
  .bth_present__desc .bth_reco__present {
    margin-left: auto;
    margin-right: auto; }
    .bth_present__desc .bth_reco__present img {
      margin-left: auto;
      margin-right: auto;
      display: block; }
      @media screen and (min-width: 769px) {
        .bth_present__desc .bth_reco__present img {
          width: 340px;
          height: 218px; } }
      @media (max-width: 768px) {
        .bth_present__desc .bth_reco__present img {
          width: 72.179vw; } }
    @media screen and (min-width: 769px) {
      .bth_present__desc .bth_reco__present .bth_reco__thumb_txt {
        margin-top: 19px; } }
    @media (max-width: 768px) {
      .bth_present__desc .bth_reco__present .bth_reco__thumb_txt {
        margin-top: 2.949vw; } }
    .bth_present__desc .bth_reco__present .bth__present {
      color: #FE7183;
      background-color: #fff;
      margin-left: auto;
      margin-right: auto;
      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_present__desc .bth_reco__present .bth__present {
          width: 500px;
          border: 1px solid #FE7183;
          margin-top: 10px; } }
      @media (max-width: 768px) {
        .bth_present__desc .bth_reco__present .bth__present {
          width: 71.795vw;
          border: 0.256vw solid #FE7183;
          line-height: 1.15;
          margin-top: 1.923vw; } }

@media screen and (min-width: 769px) {
  .bth_reco__ttl_wrp.is__pink::before {
    background-image: url("/ec/images/shop1/ft_birth/reco_ttl_line_pink_top_pc.png"); }
  .bth_reco__ttl_wrp.is__pink::after {
    background-image: url("/ec/images/shop1/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/shop1/ft_birth/reco_ttl_line_pink_top_sp.png"); }
  .bth_reco__ttl_wrp.is__pink::after {
    background-image: url("/ec/images/shop1/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/shop1/ft_birth/reco_ttl_line_yellow_top_pc.png"); }
  .bth_reco__ttl_wrp.is__yellow::after {
    background-image: url("/ec/images/shop1/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/shop1/ft_birth/reco_ttl_line_yellow_top_sp.png"); }
  .bth_reco__ttl_wrp.is__yellow::after {
    background-image: url("/ec/images/shop1/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: space-between;
    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%);
      border-color: #EB9949 transparent transparent transparent; }
      @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; } }
  .bth_reco__more.is__pink {
    color: #FE7183; }
    @media screen and (min-width: 769px) {
      .bth_reco__more.is__pink {
        border: solid 1px #FE7183; } }
    @media (max-width: 768px) {
      .bth_reco__more.is__pink {
        border: solid 0.256vw #FE7183; } }
    .bth_reco__more.is__pink::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%);
      border-color: #FE7183 transparent transparent transparent; }
      @media screen and (min-width: 769px) {
        .bth_reco__more.is__pink::after {
          width: 6px;
          height: 12px;
          right: 40px; } }
      @media (max-width: 768px) {
        .bth_reco__more.is__pink::after {
          width: 1.538vw;
          height: 2.738vw;
          right: 3.846vw; } }
  .bth_reco__more.is__anchor::after {
    width: 0;
    height: 0;
    border-style: solid;
    background-image: unset;
    background-image: none; }
    @media screen and (min-width: 769px) {
      .bth_reco__more.is__anchor::after {
        border-width: 6px 6px 0 6px; } }
    @media (max-width: 768px) {
      .bth_reco__more.is__anchor::after {
        border-width: 1.564vw 1.564vw 0 1.564vw; } }

@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: 100%;
    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/shop1/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: 100% 45px;
      width: 100%; } }
  @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/shop1/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; }

@media screen and (min-width: 769px) {
  section.bth_how {
    margin: 100px auto 0; } }
@media (max-width: 768px) {
  section.bth_how {
    margin: 15.385vw auto 0; } }

.bth_how {
  position: relative;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    .bth_how {
      width: 600px; } }
  @media (max-width: 768px) {
    .bth_how {
      width: 100%; } }
  .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/shop1/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/shop1/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/shop1/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/shop1/ft_birth/how_ttl_line_pink_bot_sp.png");
          background-size: cover;
          width: 91.282vw;
          height: 2.308vw; } }
  @media (max-width: 768px) {
    .bth_how .bth_how__explain {
      margin-top: 3.846vw;
      margin-bottom: 3.846vw; } }
  @media screen and (min-width: 769px) {
    .bth_how .bth_how__explain {
      margin-top: 30px;
      margin-bottom: 30px; } }
  .bth_how .bth_how__explain .bth_how__explain_msg {
    text-align: center;
    font-weight: bold; }
    @media (max-width: 768px) {
      .bth_how .bth_how__explain .bth_how__explain_msg {
        font-size: 3.59vw;
        line-height: 1.8; } }
    @media screen and (min-width: 769px) {
      .bth_how .bth_how__explain .bth_how__explain_msg {
        font-size: 18px;
        line-height: 2; } }
  .bth_how .anchor_btns {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    @media (max-width: 768px) {
      .bth_how .anchor_btns {
        width: 91.282vw;
        margin-top: 3.846vw; } }
    @media screen and (min-width: 769px) {
      .bth_how .anchor_btns {
        width: 516px;
        margin-top: 30px; } }
    @media (max-width: 768px) {
      .bth_how .anchor_btns.is__second {
        margin-top: 3.846vw; } }
    @media screen and (min-width: 769px) {
      .bth_how .anchor_btns.is__second {
        margin-top: 12px; } }
    @media (max-width: 768px) {
      .bth_how .anchor_btns .anchor_btns_each {
        width: 44.359vw;
        margin-top: 1.282vw;
        margin-right: 2.564vw; } }
    @media screen and (min-width: 769px) {
      .bth_how .anchor_btns .anchor_btns_each {
        width: 252px;
        margin-right: 12px;
        margin-top: 12px; } }
    .bth_how .anchor_btns .anchor_btns_each:nth-of-type(1), .bth_how .anchor_btns .anchor_btns_each:nth-of-type(2) {
      margin-top: 0; }
    .bth_how .anchor_btns .anchor_btns_each:nth-of-type(2n) {
      margin-right: 0; }
    .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk {
      display: block;
      width: 100%;
      height: 100%;
      background-color: #fff;
      text-decoration: none;
      position: relative; }
      @media (max-width: 768px) {
        .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk {
          padding: 1.282vw;
          border-radius: 0.769vw; } }
      @media screen and (min-width: 769px) {
        .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk {
          padding: 10px;
          border-radius: 3px; } }
      .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk::after {
        content: '';
        margin: auto;
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
        border-color: #c1bcbd transparent transparent transparent;
        position: absolute;
        right: 0;
        left: 0; }
        @media (max-width: 768px) {
          .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk::after {
            bottom: 1.282vw;
            border-width: 1.282vw 1.333vw 0 1.333vw; } }
        @media screen and (min-width: 769px) {
          .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk::after {
            bottom: 10px;
            border-width: 5.4px 5.4px 0 5.4px; } }
      .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk.is__glad::before, .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk.is__gift::before, .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk.is__limit::before, .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk.is__new::before, .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk.is__no1::before, .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk.is__point::before, .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk.is__limit::before, .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk.is__happy::before {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        z-index: 2; }
        @media screen and (min-width: 769px) {
          .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk.is__glad::before, .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk.is__gift::before, .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk.is__limit::before, .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk.is__new::before, .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk.is__no1::before, .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk.is__point::before, .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk.is__limit::before, .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk.is__happy::before {
            width: 70px;
            height: 70px;
            top: 4px;
            left: 4px; } }
        @media (max-width: 768px) {
          .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk.is__glad::before, .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk.is__gift::before, .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk.is__limit::before, .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk.is__new::before, .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk.is__no1::before, .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk.is__point::before, .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk.is__limit::before, .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk.is__happy::before {
            width: 9.487vw;
            height: 9.487vw;
            top: 0.513vw;
            left: 0.513vw; } }
      .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk.is__glad:hover::before, .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk.is__gift:hover::before, .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk.is__limit:hover::before, .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk.is__new:hover::before, .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk.is__no1:hover::before, .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk.is__point:hover::before, .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk.is__limit:hover::before, .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk.is__happy:hover::before {
        opacity: 0.7; }
      .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk .anchor_btns__img {
        width: 100%;
        margin-left: auto;
        margin-right: auto; }
        .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk .anchor_btns__img img {
          width: 100%; }
      .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk .anchor_btns_msg {
        display: block;
        width: 100%;
        font-weight: bold;
        text-align: center; }
        @media (max-width: 768px) {
          .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk .anchor_btns_msg {
            font-size: 3.077vw;
            line-height: 1.33;
            margin-top: 2.564vw;
            padding-bottom: 2.564vw; } }
        @media screen and (min-width: 769px) {
          .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk .anchor_btns_msg {
            font-size: 14px;
            line-height: 1.28;
            margin-top: 10px;
            padding-bottom: 10px; } }
        @media (max-width: 768px) {
          .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk .anchor_btns_msg.is__height {
            height: 17.179vw;
            padding-top: 2.564vw; } }
        .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk .anchor_btns_msg .is__pink {
          color: #FE7183;
          font-weight: bold; }
          @media (max-width: 768px) {
            .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk .anchor_btns_msg .is__pink {
              font-size: 3.59vw; } }
          @media screen and (min-width: 769px) {
            .bth_how .anchor_btns .anchor_btns_each .anchor_btns__lnk .anchor_btns_msg .is__pink {
              font-size: 18px; } }
    .bth_how .anchor_btns .anchor_btns_each.is__1column {
      width: 100%;
      margin-top: 0;
      margin-right: 0; }
      .bth_how .anchor_btns .anchor_btns_each.is__1column .anchor_btns__lnk {
        display: flex;
        align-items: center; }
        @media (max-width: 768px) {
          .bth_how .anchor_btns .anchor_btns_each.is__1column .anchor_btns__lnk {
            padding-bottom: 3.846vw; } }
        @media screen and (min-width: 769px) {
          .bth_how .anchor_btns .anchor_btns_each.is__1column .anchor_btns__lnk {
            padding-bottom: 20px; } }
        .bth_how .anchor_btns .anchor_btns_each.is__1column .anchor_btns__lnk::after {
          content: ''; }
          @media (max-width: 768px) {
            .bth_how .anchor_btns .anchor_btns_each.is__1column .anchor_btns__lnk::after {
              border-width: 1.282vw 1.282vw 0 1.282vw; } }
          @media screen and (min-width: 769px) {
            .bth_how .anchor_btns .anchor_btns_each.is__1column .anchor_btns__lnk::after {
              border-width: 7.2px 7.2px 0 7.2px; } }
        .bth_how .anchor_btns .anchor_btns_each.is__1column .anchor_btns__lnk.is__glad::before, .bth_how .anchor_btns .anchor_btns_each.is__1column .anchor_btns__lnk.is__gift::before, .bth_how .anchor_btns .anchor_btns_each.is__1column .anchor_btns__lnk.is__limit::before, .bth_how .anchor_btns .anchor_btns_each.is__1column .anchor_btns__lnk.is__new::before, .bth_how .anchor_btns .anchor_btns_each.is__1column .anchor_btns__lnk.is__no1::before, .bth_how .anchor_btns .anchor_btns_each.is__1column .anchor_btns__lnk.is__point::before, .bth_how .anchor_btns .anchor_btns_each.is__1column .anchor_btns__lnk.is__limit::before, .bth_how .anchor_btns .anchor_btns_each.is__1column .anchor_btns__lnk.is__happy::before {
          content: "";
          background-repeat: no-repeat;
          background-size: contain;
          position: absolute; }
          @media screen and (min-width: 769px) {
            .bth_how .anchor_btns .anchor_btns_each.is__1column .anchor_btns__lnk.is__glad::before, .bth_how .anchor_btns .anchor_btns_each.is__1column .anchor_btns__lnk.is__gift::before, .bth_how .anchor_btns .anchor_btns_each.is__1column .anchor_btns__lnk.is__limit::before, .bth_how .anchor_btns .anchor_btns_each.is__1column .anchor_btns__lnk.is__new::before, .bth_how .anchor_btns .anchor_btns_each.is__1column .anchor_btns__lnk.is__no1::before, .bth_how .anchor_btns .anchor_btns_each.is__1column .anchor_btns__lnk.is__point::before, .bth_how .anchor_btns .anchor_btns_each.is__1column .anchor_btns__lnk.is__limit::before, .bth_how .anchor_btns .anchor_btns_each.is__1column .anchor_btns__lnk.is__happy::before {
              width: 45px;
              height: 45px;
              top: 16.5px;
              left: 195px; } }
          @media (max-width: 768px) {
            .bth_how .anchor_btns .anchor_btns_each.is__1column .anchor_btns__lnk.is__glad::before, .bth_how .anchor_btns .anchor_btns_each.is__1column .anchor_btns__lnk.is__gift::before, .bth_how .anchor_btns .anchor_btns_each.is__1column .anchor_btns__lnk.is__limit::before, .bth_how .anchor_btns .anchor_btns_each.is__1column .anchor_btns__lnk.is__new::before, .bth_how .anchor_btns .anchor_btns_each.is__1column .anchor_btns__lnk.is__no1::before, .bth_how .anchor_btns .anchor_btns_each.is__1column .anchor_btns__lnk.is__point::before, .bth_how .anchor_btns .anchor_btns_each.is__1column .anchor_btns__lnk.is__limit::before, .bth_how .anchor_btns .anchor_btns_each.is__1column .anchor_btns__lnk.is__happy::before {
              width: 9.487vw;
              height: 9.487vw;
              top: 1.282vw;
              left: 33.333vw; } }
        @media (max-width: 768px) {
          .bth_how .anchor_btns .anchor_btns_each.is__1column .anchor_btns__lnk .anchor_btns__imgarea {
            width: 29.487vw;
            margin-right: 2.564vw; } }
        @media screen and (min-width: 769px) {
          .bth_how .anchor_btns .anchor_btns_each.is__1column .anchor_btns__lnk .anchor_btns__imgarea {
            width: 166px;
            margin-right: 20px; } }
        .bth_how .anchor_btns .anchor_btns_each.is__1column .anchor_btns__lnk .anchor_btns__imgarea img {
          width: 100%; }
        @media (max-width: 768px) {
          .bth_how .anchor_btns .anchor_btns_each.is__1column .anchor_btns__lnk .anchor_btns__msgarea {
            width: 56.667vw; } }
        @media screen and (min-width: 769px) {
          .bth_how .anchor_btns .anchor_btns_each.is__1column .anchor_btns__lnk .anchor_btns__msgarea {
            width: 310px; } }
        .bth_how .anchor_btns .anchor_btns_each.is__1column .anchor_btns__lnk .anchor_btns_msg {
          margin-top: 0;
          padding-bottom: 0; }
          @media (max-width: 768px) {
            .bth_how .anchor_btns .anchor_btns_each.is__1column .anchor_btns__lnk .anchor_btns_msg {
              font-size: 3.333vw; } }
          @media screen and (min-width: 769px) {
            .bth_how .anchor_btns .anchor_btns_each.is__1column .anchor_btns__lnk .anchor_btns_msg {
              font-size: 18px; } }
          .bth_how .anchor_btns .anchor_btns_each.is__1column .anchor_btns__lnk .anchor_btns_msg .is__pink {
            color: #FE7183;
            font-weight: bold; }
            @media screen and (min-width: 769px) {
              .bth_how .anchor_btns .anchor_btns_each.is__1column .anchor_btns__lnk .anchor_btns_msg .is__pink {
                font-size: 16px; } }
          .bth_how .anchor_btns .anchor_btns_each.is__1column .anchor_btns__lnk .anchor_btns_msg sup {
            font-size: 75%;
            vertical-align: top; }
  .bth_how .anchor_btns__note {
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 768px) {
      .bth_how .anchor_btns__note {
        width: 91.282vw;
        font-size: 3.077vw;
        line-height: 1.6;
        margin-top: 1.282vw; } }
    @media screen and (min-width: 769px) {
      .bth_how .anchor_btns__note {
        width: 516px;
        font-size: 12px;
        margin-top: 10px; } }
  .bth_how .process {
    background-color: #fff;
    position: relative; }
    @media screen and (min-width: 769px) {
      .bth_how .process {
        margin-top: 30px;
        padding: 30px 35px 40px;
        border-radius: 12px; } }
    @media (max-width: 768px) {
      .bth_how .process {
        width: 91.282vw;
        margin: 3.846vw auto 0;
        padding: 4.487vw 5.128vw 5.128vw;
        border-radius: 1.538vw; } }
    .bth_how .process .process_ttl {
      text-align: center;
      background-color: #FE7183;
      color: #fff;
      font-weight: bold; }
      @media screen and (min-width: 769px) {
        .bth_how .process .process_ttl {
          font-size: 18px;
          width: 264px;
          border-radius: 20px;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 25px; } }
      @media (max-width: 768px) {
        .bth_how .process .process_ttl {
          font-size: 3.59vw;
          width: 51.282vw;
          border-radius: 5.128vw;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 2.564vw; } }
    .bth_how .process .process_step {
      display: flex;
      margin: 0 auto; }
      @media (max-width: 768px) {
        .bth_how .process .process_step {
          width: 80.513vw;
          padding-bottom: 3.846vw; } }
      @media screen and (min-width: 769px) {
        .bth_how .process .process_step {
          width: 530px;
          padding-bottom: 30px; } }
      @media (max-width: 768px) {
        .bth_how .process .process_step:last-of-type {
          padding-bottom: 5.128vw; } }
      @media screen and (min-width: 769px) {
        .bth_how .process .process_step:last-of-type {
          padding-bottom: 40px; } }
      @media (max-width: 768px) {
        .bth_how .process .process_step.is__vertical_border {
          background-size: 0.513vw 1vw;
          background-position: left 4vw top 0vw;
          background-image: linear-gradient(to bottom, #FE7183 0.538vw, transparent 0.538vw);
          background-repeat: no-repeat repeat; } }
      @media screen and (min-width: 769px) {
        .bth_how .process .process_step.is__vertical_border {
          background-size: 2px 10px;
          background-position: left 19px top 0px;
          background-image: linear-gradient(to bottom, #FE7183 6px, transparent 6px);
          background-repeat: no-repeat repeat; } }
      .bth_how .process .process_step .process_step_num {
        background-color: #FE7183;
        color: #fff;
        font-weight: bold; }
        @media (max-width: 768px) {
          .bth_how .process .process_step .process_step_num {
            font-size: 4.667vw;
            width: 8.256vw;
            height: 8.256vw;
            margin-right: 1.564vw;
            text-align: center;
            display: flex;
            border-radius: 50%;
            justify-content: center;
            align-items: center; } }
        @media screen and (min-width: 769px) {
          .bth_how .process .process_step .process_step_num {
            font-size: 26px;
            width: 40px;
            height: 40px;
            margin-right: 10px;
            text-align: center;
            display: flex;
            border-radius: 50%;
            justify-content: center;
            align-items: center; } }
      .bth_how .process .process_step .process_step_exp {
        text-align: center;
        background-color: #FFEFF0;
        margin-left: auto;
        margin-right: auto; }
        @media (max-width: 768px) {
          .bth_how .process .process_step .process_step_exp {
            width: 70.897vw;
            padding-top: 2.308vw;
            padding-bottom: 2.308vw; } }
        @media screen and (min-width: 769px) {
          .bth_how .process .process_step .process_step_exp {
            width: 480px;
            padding-top: 18px;
            padding-bottom: 18px; } }
        .bth_how .process .process_step .process_step_exp .process_step_exp_hdg {
          font-weight: bold; }
          @media (max-width: 768px) {
            .bth_how .process .process_step .process_step_exp .process_step_exp_hdg {
              font-size: 3.205vw; } }
          @media screen and (min-width: 769px) {
            .bth_how .process .process_step .process_step_exp .process_step_exp_hdg {
              font-size: 18px; } }
        .bth_how .process .process_step .process_step_exp .process_step_exp_box {
          display: flex;
          align-items: center;
          background-color: #fff;
          margin-left: auto;
          margin-right: auto; }
          @media (max-width: 768px) {
            .bth_how .process .process_step .process_step_exp .process_step_exp_box {
              width: 64.872vw;
              padding: 2.564vw 4.231vw;
              border-radius: 2.564vw; } }
          @media screen and (min-width: 769px) {
            .bth_how .process .process_step .process_step_exp .process_step_exp_box {
              width: 454px;
              margin-top: 14px;
              padding: 25px 52px;
              border-radius: 10px; } }
        @media (max-width: 768px) {
          .bth_how .process .process_step .process_step_exp .process_step_exp_img {
            width: 144px; } }
        @media screen and (min-width: 769px) {
          .bth_how .process .process_step .process_step_exp .process_step_exp_img {
            width: 120px; } }
        .bth_how .process .process_step .process_step_exp .process_step_exp_txt {
          color: #FE7183;
          font-weight: bold;
          text-align: center; }
          @media (max-width: 768px) {
            .bth_how .process .process_step .process_step_exp .process_step_exp_txt {
              width: 292px;
              font-size: 3.077vw; } }
          @media screen and (min-width: 769px) {
            .bth_how .process .process_step .process_step_exp .process_step_exp_txt {
              width: 230px;
              font-size: 18px; } }
      @media (max-width: 768px) {
        .bth_how .process .process_step .process_step_exp_note {
          font-size: 3.077vw;
          margin-top: 1.923vw; } }
      @media screen and (min-width: 769px) {
        .bth_how .process .process_step .process_step_exp_note {
          font-size: 12px;
          margin-top: 10px; } }
    .bth_how .process .process_link {
      text-align: center; }
  .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: 37px;
        margin-top: 10px;
        line-height: 1; } }
    @media (max-width: 768px) {
      .bth_how .bth_how__ttl {
        font-size: 6.41vw;
        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__main {
  background-color: #fff;
  position: relative; }
  @media screen and (min-width: 769px) {
    .bth_how__main {
      width: 100%;
      margin-top: 20px;
      padding: 30px 20px; } }
  @media (max-width: 768px) {
    .bth_how__main {
      width: 91.282vw;
      padding: 4.103vw 3.846vw;
      margin: 3.846vw auto 0; } }
  .bth_how__main .bth_how__main_thumb {
    width: 100%;
    position: relative;
    display: block; }
  .bth_how__main .bth_how__txt_wrp {
    text-align: center;
    margin: auto;
    font-weight: bold; }
    @media screen and (min-width: 769px) {
      .bth_how__main .bth_how__txt_wrp {
        margin-top: 20px; } }
    @media (max-width: 768px) {
      .bth_how__main .bth_how__txt_wrp {
        margin-top: 2.564vw; } }
    .bth_how__main .bth_how__txt_wrp .bth_how__price_wrp {
      display: flex;
      justify-content: center;
      align-items: center;
      line-height: 1.5; }
      @media (max-width: 768px) {
        .bth_how__main .bth_how__txt_wrp .bth_how__price_wrp {
          margin-top: 1.892vw; } }
      @media screen and (min-width: 769px) {
        .bth_how__main .bth_how__txt_wrp .bth_how__price_wrp {
          margin-top: 16px; } }
      @media (max-width: 768px) {
        .bth_how__main .bth_how__txt_wrp .bth_how__price_wrp .bth_how__price_icon {
          margin-right: 1.892vw;
          width: 20.513vw; } }
      @media screen and (min-width: 769px) {
        .bth_how__main .bth_how__txt_wrp .bth_how__price_wrp .bth_how__price_icon {
          margin-right: 24px;
          width: 100px; } }
  @media screen and (min-width: 769px) {
    .bth_how__main .bth_how__name {
      font-size: 14px;
      line-height: 1.5; } }
  @media (max-width: 768px) {
    .bth_how__main .bth_how__name {
      font-size: 3.077vw;
      line-height: 1.33; } }
  @media screen and (min-width: 769px) {
    .bth_how__main .bth_how__price {
      font-size: 14px;
      margin-top: 20px;
      line-height: 1.5; } }
  @media (max-width: 768px) {
    .bth_how__main .bth_how__price {
      font-size: 3.077vw;
      margin-top: 2.564vw;
      line-height: 1.33; } }
  .bth_how__main .bth_how__btn {
    margin-left: auto;
    margin-right: auto;
    background-color: #FE7183; }
    @media screen and (min-width: 769px) {
      .bth_how__main .bth_how__btn {
        width: 500px;
        margin-top: 20px; } }
    @media (max-width: 768px) {
      .bth_how__main .bth_how__btn {
        width: 71.795vw;
        margin-top: 2.564vw; } }

.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.is__try {
    display: block; }
  .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; } }
    @media screen and (min-width: 769px) {
      .bth_how__desc .bth_how__txtarea .bth_how__txt + .bth_how__txt {
        margin-top: 20px; } }
    @media (max-width: 768px) {
      .bth_how__desc .bth_how__txtarea .bth_how__txt + .bth_how__txt {
        margin-top: 3.205vw; } }
    @media screen and (min-width: 769px) {
      .bth_how__desc .bth_how__txtarea .bth_how__txt + .bth_how__txt.is__note {
        margin-top: 15px; } }
    @media (max-width: 768px) {
      .bth_how__desc .bth_how__txtarea .bth_how__txt + .bth_how__txt.is__note {
        margin-top: 2.564vw; } }
    .bth_how__desc .bth_how__txtarea .bth_how__txtis__price {
      text-align: right; }

.bth_how__voice {
  display: flex;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 769px) {
    .bth_how__voice {
      width: 100%;
      margin-top: 20px; } }
  @media (max-width: 768px) {
    .bth_how__voice {
      justify-content: flex-end;
      width: 91.282vw;
      margin-left: auto;
      margin-top: 3.846vw; } }
  @media screen and (min-width: 769px) {
    .bth_how__voice .bth_how__voice_ico {
      width: 110px;
      margin-right: 28px; } }
  @media (max-width: 768px) {
    .bth_how__voice .bth_how__voice_ico {
      width: 12.821vw;
      margin-right: 4.231vw; } }
  .bth_how__voice .bth_how__voice_txtarea {
    background-color: #fff;
    position: relative; }
    @media screen and (min-width: 769px) {
      .bth_how__voice .bth_how__voice_txtarea {
        width: 462px;
        padding: 40px 30px;
        border-radius: 10px; } }
    @media (max-width: 768px) {
      .bth_how__voice .bth_how__voice_txtarea {
        width: 71.154vw;
        padding: 3.846vw 5.128vw;
        border-radius: 1.282vw; } }
    .bth_how__voice .bth_how__voice_txtarea::before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent #fff transparent transparent;
      position: absolute; }
      @media screen and (min-width: 769px) {
        .bth_how__voice .bth_how__voice_txtarea::before {
          border-width: 15px 23px 15px 0;
          top: 43px;
          left: -23px; } }
      @media (max-width: 768px) {
        .bth_how__voice .bth_how__voice_txtarea::before {
          border-width: 1.923vw 2.949vw 1.923vw 0;
          top: 3.846vw;
          left: -2.949vw; } }
  @media screen and (min-width: 769px) {
    .bth_how__voice .bth_how__voice_txt {
      font-size: 14px;
      line-height: 1.35; } }
  @media (max-width: 768px) {
    .bth_how__voice .bth_how__voice_txt {
      font-size: 3.077vw;
      line-height: 1.33; } }
  @media screen and (min-width: 769px) {
    .bth_how__voice .bth_how__voice_txt .is__note {
      font-size: 12px; } }
  @media (max-width: 768px) {
    .bth_how__voice .bth_how__voice_txt .is__note {
      font-size: 2.564vw; } }

.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/shop1/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__note_wrp .bth_how__note.is__try {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 20px; } }
@media (max-width: 768px) {
  .bth_how__note_wrp .bth_how__note.is__try {
    font-size: 3.077vw;
    line-height: 1.25;
    margin-top: 5.128vw; } }

.bth_how_crl {
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 769px) {
    .bth_how_crl {
      width: 600px;
      margin-top: 60px; } }
  @media (max-width: 768px) {
    .bth_how_crl {
      width: 100%;
      margin-top: 10.256vw; } }
  @media screen and (min-width: 769px) {
    .bth_how_crl.is__anchor {
      margin-top: 30px; } }
  @media (max-width: 768px) {
    .bth_how_crl.is__anchor {
      margin-top: 10.256vw; } }
  .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; }

.bth_how_crl__ttl, .bth_how_stand__ttl {
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-image: url("/ec/images/shop1/ft_birth/bth_h4_bg.png");
  background-position: center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 769px) {
    .bth_how_crl__ttl, .bth_how_stand__ttl {
      font-size: 20px;
      padding: 10px 0;
      background-size: contain; } }
  @media (max-width: 768px) {
    .bth_how_crl__ttl, .bth_how_stand__ttl {
      font-size: 3.59vw;
      width: 91.282vw;
      margin: 0 auto;
      padding: 1.923vw 0;
      background-size: 91.282vw 8.692vw; } }

.bth_how_stand_hdg {
  text-align: center;
  font-weight: bold; }
  @media (max-width: 768px) {
    .bth_how_stand_hdg {
      font-size: 3.59vw;
      line-height: 1.28;
      margin-top: 10.256vw;
      margin-bottom: 3.846vw; } }
  @media screen and (min-width: 769px) {
    .bth_how_stand_hdg {
      font-size: 18px;
      line-height: 1.33;
      margin-top: 60px;
      margin-bottom: 20px; } }

@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;
  position: relative; }
.bth_how_crl__item .bth_how_crl__thumb_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  color: #fff;
  font-weight: bold;
  text-align: center; }
  @media screen and (min-width: 769px) {
    .bth_how_crl__item .bth_how_crl__thumb_txt {
      font-size: 14px;
      line-height: 1.7;
      height: 40px; } }
  @media (max-width: 768px) {
    .bth_how_crl__item .bth_how_crl__thumb_txt {
      font-size: 3.077vw;
      line-height: 1.5;
      height: 8.333vw; } }
  .bth_how_crl__item .bth_how_crl__thumb_txt.is__pink {
    background-color: rgba(254, 113, 131, 0.65); }
.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/shop1/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; } }

@media screen and (min-width: 769px) {
  .bth_how_stand {
    width: 600px;
    margin: 30px auto 0; } }
@media (max-width: 768px) {
  .bth_how_stand {
    width: 100%;
    margin: 7.692vw auto 0; } }
@media screen and (min-width: 769px) {
  .bth_how_stand:first-of-type {
    margin: 40px auto 0; } }
.bth_how_stand .bth_how_stand__lead {
  text-align: center; }
  @media screen and (min-width: 769px) {
    .bth_how_stand .bth_how_stand__lead {
      font-size: 14px;
      line-height: 1.35;
      margin-top: 30px; } }
  @media (max-width: 768px) {
    .bth_how_stand .bth_how_stand__lead {
      font-size: 3.077vw;
      line-height: 1.333;
      margin-top: 3.846vw; } }
.bth_how_stand .bth_how_stand__list {
  position: relative;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 769px) {
    .bth_how_stand .bth_how_stand__list {
      margin-top: 20px; } }
  @media (max-width: 768px) {
    .bth_how_stand .bth_how_stand__list {
      width: 91.282vw;
      margin-top: 3.846vw; } }
  .bth_how_stand .bth_how_stand__list.is__flex {
    display: flex; }

@media screen and (min-width: 769px) {
  .bth_how_stand__item {
    width: 195px;
    margin-right: 5px; } }
@media (max-width: 768px) {
  .bth_how_stand__item {
    width: 29.103vw;
    margin-right: 1.923vw; } }
.bth_how_stand__item:last-of-type {
  margin-right: 0; }

.bth_how_stand__more {
  background-color: #FE7183; }
  @media screen and (min-width: 769px) {
    .bth_how_stand__more {
      margin-top: 40px; } }
  @media (max-width: 768px) {
    .bth_how_stand__more {
      margin-top: 5.128vw; } }

.bth_how_quick__ttl {
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-image: url("/ec/images/shop1/ft_birth/bth_h4_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 769px) {
    .bth_how_quick__ttl {
      font-size: 20px;
      width: 712px;
      margin-top: 60px;
      padding: 10px 0;
      background-size: contain; } }
  @media (max-width: 768px) {
    .bth_how_quick__ttl {
      font-size: 3.59vw;
      width: 102.236vw;
      margin-top: 7.692vw;
      margin-left: auto;
      margin-right: auto;
      padding: 1.923vw 0;
      background-size: 91.282vw 8.692vw; } }

.bth_quick__desc {
  background-color: #fff;
  align-items: center;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 769px) {
    .bth_quick__desc {
      width: 600px;
      padding: 20px;
      margin-top: 30px; } }
  @media (max-width: 768px) {
    .bth_quick__desc {
      width: 91.282vw;
      padding: 2.564vw;
      margin: 5.128vw auto 0; } }
  .bth_quick__desc .bth_how__quick-lead {
    text-align: center;
    font-weight: bold;
    color: #5B5557; }
    @media screen and (min-width: 769px) {
      .bth_quick__desc .bth_how__quick-lead {
        font-size: 20px;
        margin-top: 20px; }
        .bth_quick__desc .bth_how__quick-lead span {
          font-size: 20px; }
        .bth_quick__desc .bth_how__quick-lead img {
          height: 55px;
          width: auto;
          margin-top: 10px; }
        .bth_quick__desc .bth_how__quick-lead .is__quick {
          font-size: 14px;
          margin-top: 30px;
          text-align: left; } }
    @media (max-width: 768px) {
      .bth_quick__desc .bth_how__quick-lead {
        font-size: 3.077vw;
        margin-top: 2.564vw; }
        .bth_quick__desc .bth_how__quick-lead span {
          font-size: 6.6vw;
          padding: 1.282vw; }
        .bth_quick__desc .bth_how__quick-lead img {
          width: 80vw;
          padding-bottom: 3.846vw; }
        .bth_quick__desc .bth_how__quick-lead .is__quick {
          font-size: 3.077vw;
          padding-bottom: 3.846vw;
          text-align: left; } }
    .bth_quick__desc .bth_how__quick-lead .is__quick {
      font-weight: normal; }
  .bth_quick__desc .bth_how__desc {
    display: flex;
    background-color: #fff;
    justify-content: space-between;
    align-items: center; }
    @media screen and (min-width: 769px) {
      .bth_quick__desc .bth_how__desc {
        width: 100%;
        padding: 0;
        margin-top: 20px; } }
    @media (max-width: 768px) {
      .bth_quick__desc .bth_how__desc {
        width: 100%;
        padding: 0;
        margin: 3.846vw auto 0; } }
    .bth_quick__desc .bth_how__desc.is__try {
      align-items: center;
      display: block; }
    .bth_quick__desc .bth_how__desc .bth_how__thumb {
      position: relative; }
      @media screen and (min-width: 769px) {
        .bth_quick__desc .bth_how__desc .bth_how__thumb {
          width: 270px; } }
      @media (max-width: 768px) {
        .bth_quick__desc .bth_how__desc .bth_how__thumb {
          width: 41.795vw; } }
    @media screen and (min-width: 769px) {
      .bth_quick__desc .bth_how__desc .bth_how__txtarea {
        width: 270px;
        line-height: 1.35; } }
    @media (max-width: 768px) {
      .bth_quick__desc .bth_how__desc .bth_how__txtarea {
        width: 41.795vw;
        line-height: 1.3; } }
    .bth_quick__desc .bth_how__desc .bth_how__txtarea .bth_how__txt {
      line-height: 1.8; }
      @media screen and (min-width: 769px) {
        .bth_quick__desc .bth_how__desc .bth_how__txtarea .bth_how__txt {
          font-size: 14px; } }
      @media (max-width: 768px) {
        .bth_quick__desc .bth_how__desc .bth_how__txtarea .bth_how__txt {
          font-size: 3vw; } }
      @media screen and (min-width: 769px) {
        .bth_quick__desc .bth_how__desc .bth_how__txtarea .bth_how__txt + .bth_how__txt {
          margin-top: 20px; } }
      @media (max-width: 768px) {
        .bth_quick__desc .bth_how__desc .bth_how__txtarea .bth_how__txt + .bth_how__txt {
          margin-top: 3.205vw; } }
      @media screen and (min-width: 769px) {
        .bth_quick__desc .bth_how__desc .bth_how__txtarea .bth_how__txt + .bth_how__txt.is__note {
          margin-top: 15px; } }
      @media (max-width: 768px) {
        .bth_quick__desc .bth_how__desc .bth_how__txtarea .bth_how__txt + .bth_how__txt.is__note {
          margin-top: 2.564vw; } }
    .bth_quick__desc .bth_how__desc .bth_how__txtarea .is__price {
      text-align: right; }
      @media screen and (min-width: 769px) {
        .bth_quick__desc .bth_how__desc .bth_how__txtarea .is__price {
          font-size: 14px;
          margin-top: 10px; } }
      @media (max-width: 768px) {
        .bth_quick__desc .bth_how__desc .bth_how__txtarea .is__price {
          font-size: 3vw;
          margin-top: 1.282vw; } }

@media screen and (min-width: 769px) {
  .bth__more_wrap {
    margin-top: 30px; } }
@media (max-width: 768px) {
  .bth__more_wrap {
    margin-top: 3.846vw; } }

.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; } }
  .bth__more.is__pink {
    color: #fff;
    background-color: #FE7183;
    background-image: url("data:image/svg+xml;charset=utf8,%3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20xmlns%3axlink%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f1999%2fxlink%22%20x%3d%220px%22%20y%3d%220px%22%20width%3d%228%2e07px%22%20height%3d%2215%2e14px%22%20viewBox%3d%220%200%208%2e07%2015%2e14%22%20style%3d%22enable%2dbackground%3anew%200%200%208%2e07%2015%2e14%3b%22%20xml%3aspace%3d%22preserve%22%3e%3cstyle%20type%3d%22text%2fcss%22%3e%2est0%7bfill%3anone%3bstroke%3a%23fff%3bstroke%2dlinecap%3around%3bstroke%2dlinejoin%3around%3bstroke%2dmiterlimit%3a10%3b%7d%3c%2fstyle%3e%3cdefs%3e%3c%2fdefs%3e%3cg%20stroke%3d%22%23fff%22%3e%3cpolyline%20class%3d%22st0%22%20points%3d%220%2e5%2c0%2e5%207%2e57%2c7%2e57%200%2e5%2c14%2e64%20%22%2f%3e%3c%2fg%3e%3c%2fsvg%3e") !important; }

@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__all_wrp.is__try {
    margin-top: 20px; } }
@media (max-width: 768px) {
  .bth__all_wrp.is__try {
    margin-top: 5.128vw; } }

@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; } }

@media screen and (min-width: 769px) {
  .bth_tab__anchor {
    margin-top: 20px; } }
@media (max-width: 768px) {
  .bth_tab__anchor {
    margin-top: 3.846vw; } }
.bth_tab__anchor .bth_tab__anchor_ttl {
  text-align: center;
  font-weight: bold;
  line-height: 1.2; }
  @media screen and (min-width: 769px) {
    .bth_tab__anchor .bth_tab__anchor_ttl {
      font-size: 20px; } }
  @media (max-width: 768px) {
    .bth_tab__anchor .bth_tab__anchor_ttl {
      font-size: 4.615vw; } }
  @media screen and (min-width: 769px) {
    .bth_tab__anchor .bth_tab__anchor_ttl .is__small {
      font-size: 18px; } }
  @media (max-width: 768px) {
    .bth_tab__anchor .bth_tab__anchor_ttl .is__small {
      font-size: 3.59vw; } }
.bth_tab__anchor .bth_tab__anchor_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 769px) {
    .bth_tab__anchor .bth_tab__anchor_list {
      margin-top: 20px;
      width: 500px; } }
  @media (max-width: 768px) {
    .bth_tab__anchor .bth_tab__anchor_list {
      width: 91.282vw;
      margin-top: 2.564vw; } }
.bth_tab__anchor .bth_tab__anchor_item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
  color: #EB9949;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.15s ease; }
  @media screen and (min-width: 769px) {
    .bth_tab__anchor .bth_tab__anchor_item {
      width: calc( ( 600px - 20px ) /3 );
      min-height: 60px;
      margin-top: 10px;
      margin-right: 10px;
      margin-bottom: 2px;
      border-radius: 92px;
      border: 2px solid #EB9949;
      box-shadow: 0 2px; } }
  @media (max-width: 768px) {
    .bth_tab__anchor .bth_tab__anchor_item {
      width: calc( ( 91.282vw - 2.564vw ) /2 );
      min-height: 11.538vw;
      margin-top: 2.564vw;
      margin-right: 2.564vw;
      margin-bottom: 0.513vw;
      border-radius: 11.795vw;
      border: 2px solid #EB9949;
      box-shadow: 0 0.513vw; } }
  .bth_tab__anchor .bth_tab__anchor_item:nth-of-type(2n), .bth_tab__anchor .bth_tab__anchor_item:last-of-type {
    margin-right: 0; }
  @media (max-width: 768px) {
    .bth_tab__anchor .bth_tab__anchor_item:nth-of-type(1), .bth_tab__anchor .bth_tab__anchor_item:nth-of-type(2) {
      margin-top: 0; } }
  .bth_tab__anchor .bth_tab__anchor_item:hover {
    color: #fff;
    background-color: #EB9949;
    box-shadow: none; }
    @media screen and (min-width: 769px) {
      .bth_tab__anchor .bth_tab__anchor_item:hover {
        transform: translateY(2px); } }
    @media (max-width: 768px) {
      .bth_tab__anchor .bth_tab__anchor_item:hover {
        transform: translateY(0.513vw); } }
  .bth_tab__anchor .bth_tab__anchor_item.is-active {
    color: #fff;
    background-color: #EB9949;
    box-shadow: none;
    cursor: unset; }
    @media screen and (min-width: 769px) {
      .bth_tab__anchor .bth_tab__anchor_item.is-active {
        transform: translateY(2px); } }
    @media (max-width: 768px) {
      .bth_tab__anchor .bth_tab__anchor_item.is-active {
        transform: translateY(0.513vw); } }
  .bth_tab__anchor .bth_tab__anchor_item .bth_tab__anchor_txt {
    line-height: 1.27; }
    @media screen and (min-width: 769px) {
      .bth_tab__anchor .bth_tab__anchor_item .bth_tab__anchor_txt {
        font-size: 18px; } }
    @media (max-width: 768px) {
      .bth_tab__anchor .bth_tab__anchor_item .bth_tab__anchor_txt {
        font-size: 3.59vw; } }
    .bth_tab__anchor .bth_tab__anchor_item .bth_tab__anchor_txt span {
      display: block;
      font-weight: normal; }
      @media screen and (min-width: 769px) {
        .bth_tab__anchor .bth_tab__anchor_item .bth_tab__anchor_txt span {
          font-size: 14px; } }
      @media (max-width: 768px) {
        .bth_tab__anchor .bth_tab__anchor_item .bth_tab__anchor_txt span {
          font-size: 3.077vw; } }

@media screen and (min-width: 769px) {
  .bth_tab__content_wrap {
    margin-top: 40px; } }
@media (max-width: 768px) {
  .bth_tab__content_wrap {
    margin-top: 7.692vw; } }
.bth_tab__content_wrap .bth_tab__content {
  display: none; }
  .bth_tab__content_wrap .bth_tab__content.is-active {
    display: block; }
@media screen and (min-width: 769px) {
  .bth_tab__content_wrap .bth_tab__content_list {
    margin-top: 30px; } }
@media (max-width: 768px) {
  .bth_tab__content_wrap .bth_tab__content_list {
    margin-top: 3.846vw; } }
@media screen and (min-width: 769px) {
  .bth_tab__content_wrap .bth_tab__content_item {
    margin-top: 40px; } }
@media (max-width: 768px) {
  .bth_tab__content_wrap .bth_tab__content_item {
    margin-top: 7.692vw; } }
.bth_tab__content_wrap .bth_tab__content_item:first-of-type {
  margin-top: 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,
.bth_how__main_thumb.is__happy::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,
    .bth_how__main_thumb.is__happy::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,
    .bth_how__main_thumb.is__happy::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,
.bth_how__thumb.is__happy::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,
    .bth_how__thumb.is__happy::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,
    .bth_how__thumb.is__happy::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/shop1/ft_birth/icon_glad.png"); }

.is__gift::before {
  background-image: url("/ec/images/shop1/ft_birth/icon_gift.png"); }

.is__new::before {
  background-image: url("/ec/images/shop1/ft_birth/icon_new.png"); }

.is__no1::before {
  background-image: url("/ec/images/shop1/ft_birth/icon_no1.png"); }

.is__point::before {
  background-image: url("/ec/images/shop1/ft_birth/icon_point.png"); }

.is__limit::before {
  background-image: url("/ec/images/shop1/ft_birth/icon_limit.png"); }

.is__happy::before {
  background-image: url("/ec/images/shop1/ft_birth/icon_happy.png"); }

@media (max-width: 768px) {
  .bth_anchor {
    margin-top: 7.692vw; } }
@media screen and (min-width: 769px) {
  .bth_anchor {
    margin-top: 40px; } }
.bth_anchor .bth_anchor__frame {
  background-color: #FFE2E6; }
  @media (max-width: 768px) {
    .bth_anchor .bth_anchor__frame {
      padding-top: 5.128vw;
      height: 108.692vw; } }
  @media screen and (min-width: 769px) {
    .bth_anchor .bth_anchor__frame {
      padding-top: 40px; } }
  .bth_anchor .bth_anchor__frame .bth_anchor__ttl_wrap {
    background-color: #fff;
    position: relative; }
    @media (max-width: 768px) {
      .bth_anchor .bth_anchor__frame .bth_anchor__ttl_wrap {
        width: 350px;
        padding: 20px 0;
        margin: 0 auto; } }
    @media screen and (min-width: 769px) {
      .bth_anchor .bth_anchor__frame .bth_anchor__ttl_wrap {
        width: 700px;
        padding: 35px 0;
        margin: 0 auto; } }
    .bth_anchor .bth_anchor__frame .bth_anchor__ttl_wrap::before {
      content: "";
      position: absolute;
      background-repeat: no-repeat; }
      @media (max-width: 768px) {
        .bth_anchor .bth_anchor__frame .bth_anchor__ttl_wrap::before {
          background-image: url(/ec/images/shop1/ft_birth/bth_h2_line_top_sp.png);
          background-size: contain;
          width: 82.051vw;
          height: 3.846vw;
          top: 5.128vw;
          right: 50%;
          -webkit-transform: translate(50%, -50%); } }
      @media screen and (min-width: 769px) {
        .bth_anchor .bth_anchor__frame .bth_anchor__ttl_wrap::before {
          background-image: url(/ec/images/shop1/ft_birth/bth_h2_line_top_pc.png);
          background-size: auto;
          width: 640px;
          height: 20px;
          top: 30px;
          right: 50%;
          -webkit-transform: translate(50%, -50%); } }
    .bth_anchor .bth_anchor__frame .bth_anchor__ttl_wrap::after {
      background-image: url(/ec/images/shop1/ft_birth/bth_h2_line_bot_pc.png);
      content: "";
      position: absolute;
      background-repeat: no-repeat;
      background-size: auto; }
      @media (max-width: 768px) {
        .bth_anchor .bth_anchor__frame .bth_anchor__ttl_wrap::after {
          width: 82.051vw;
          height: 0.846vw;
          right: 50%;
          -webkit-transform: translate(50%, -50%); } }
      @media screen and (min-width: 769px) {
        .bth_anchor .bth_anchor__frame .bth_anchor__ttl_wrap::after {
          width: 640px;
          height: 2.5px;
          right: 50%;
          -webkit-transform: translate(50%, -50%); } }
    .bth_anchor .bth_anchor__frame .bth_anchor__ttl_wrap .bth_anchor__ttl {
      text-align: center;
      font-weight: bold; }
      @media (max-width: 768px) {
        .bth_anchor .bth_anchor__frame .bth_anchor__ttl_wrap .bth_anchor__ttl {
          padding: 4.564vw 0;
          font-size: 5.128vw;
          line-height: 1; } }
      @media screen and (min-width: 769px) {
        .bth_anchor .bth_anchor__frame .bth_anchor__ttl_wrap .bth_anchor__ttl {
          font-size: 34px;
          padding: 25px 0;
          line-height: 1; } }
  @media (max-width: 768px) {
    .bth_anchor .bth_anchor__frame .bth_anchor__btns {
      margin: 4vw auto 0 auto;
      width: 91.282vw;
      position: relative;
      display: flex;
      flex-wrap: wrap;
      clear: both;
      justify-content: space-between; } }
  @media screen and (min-width: 769px) {
    .bth_anchor .bth_anchor__frame .bth_anchor__btns {
      margin-top: 50px;
      padding-bottom: 40px;
      display: flex;
      justify-content: center; } }
  @media (max-width: 768px) {
    .bth_anchor .bth_anchor__frame .bth_anchor__btns .bth_anchor__btns_each {
      text-align: center;
      margin-top: 0;
      margin-right: 0;
      width: 44.359vw; } }
  @media screen and (min-width: 769px) {
    .bth_anchor .bth_anchor__frame .bth_anchor__btns .bth_anchor__btns_each {
      margin-right: 12px;
      margin-top: 0;
      width: 252px;
      display: flex;
      flex-wrap: wrap; } }
  .bth_anchor .bth_anchor__frame .bth_anchor__btns .bth_anchor__btns_each .bth_anchor__label {
    display: inline-block;
    background-color: #FE7183;
    color: #fff;
    font-weight: bold;
    text-align: center;
    z-index: 10;
    line-height: 1.5; }
    @media (max-width: 768px) {
      .bth_anchor .bth_anchor__frame .bth_anchor__btns .bth_anchor__btns_each .bth_anchor__label {
        font-size: 4.359vw;
        margin: 0 auto;
        padding: 0.128vw 1.795vw;
        border-radius: 5.128vw;
        position: relative; } }
    @media screen and (min-width: 769px) {
      .bth_anchor .bth_anchor__frame .bth_anchor__btns .bth_anchor__btns_each .bth_anchor__label {
        font-size: 23px;
        margin: auto;
        padding: 2px 14px;
        border-radius: 20px; } }
  .bth_anchor .bth_anchor__frame .bth_anchor__btns .bth_anchor__btns_each .bth_anchor__lnk {
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    text-decoration: none; }
    @media (max-width: 768px) {
      .bth_anchor .bth_anchor__frame .bth_anchor__btns .bth_anchor__btns_each .bth_anchor__lnk {
        margin-top: -9px;
        padding-bottom: 5vw;
        position: relative;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        text-align: center;
        text-decoration: none;
        border-radius: 1vw; } }
    @media screen and (min-width: 769px) {
      .bth_anchor .bth_anchor__frame .bth_anchor__btns .bth_anchor__btns_each .bth_anchor__lnk {
        z-index: 0;
        top: -15px;
        border-radius: 5px; } }
    .bth_anchor .bth_anchor__frame .bth_anchor__btns .bth_anchor__btns_each .bth_anchor__lnk::after {
      content: '';
      width: 0;
      height: 0;
      margin: auto;
      display: block;
      border-style: solid;
      border-color: #c1bcbd transparent transparent transparent;
      position: absolute;
      left: 0;
      right: 0; }
      @media (max-width: 768px) {
        .bth_anchor .bth_anchor__frame .bth_anchor__btns .bth_anchor__btns_each .bth_anchor__lnk::after {
          bottom: 1.282vw;
          border-width: 1.282vw 1.333vw 0 1.333vw; } }
      @media screen and (min-width: 769px) {
        .bth_anchor .bth_anchor__frame .bth_anchor__btns .bth_anchor__btns_each .bth_anchor__lnk::after {
          bottom: 10px;
          border-width: 5.4px 5.4px 0 5.4px; } }
    @media (max-width: 768px) {
      .bth_anchor .bth_anchor__frame .bth_anchor__btns .bth_anchor__btns_each .bth_anchor__lnk .bth_anchor__img {
        z-index: 1;
        margin: 1.282vw auto 0 auto; } }
    @media screen and (min-width: 769px) {
      .bth_anchor .bth_anchor__frame .bth_anchor__btns .bth_anchor__btns_each .bth_anchor__lnk .bth_anchor__img {
        margin: 10px auto;
        position: relative;
        z-index: 1; } }
    @media (max-width: 768px) {
      .bth_anchor .bth_anchor__frame .bth_anchor__btns .bth_anchor__btns_each .bth_anchor__lnk .bth_anchor__img img {
        width: 41.795vw;
        height: 41.795vw; } }
    @media screen and (min-width: 769px) {
      .bth_anchor .bth_anchor__frame .bth_anchor__btns .bth_anchor__btns_each .bth_anchor__lnk .bth_anchor__img img {
        width: 232px;
        height: 232px; } }
    .bth_anchor .bth_anchor__frame .bth_anchor__btns .bth_anchor__btns_each .bth_anchor__lnk .bth_anchor__msg {
      text-align: center;
      font-weight: bold; }
      @media (max-width: 768px) {
        .bth_anchor .bth_anchor__frame .bth_anchor__btns .bth_anchor__btns_each .bth_anchor__lnk .bth_anchor__msg {
          width: 100%;
          line-height: 1.4;
          margin-top: 1.282vw;
          font-size: 3.077vw; } }
      @media screen and (min-width: 769px) {
        .bth_anchor .bth_anchor__frame .bth_anchor__btns .bth_anchor__btns_each .bth_anchor__lnk .bth_anchor__msg {
          width: 100%;
          line-height: 1.2;
          padding-bottom: 25px;
          padding-right: 0 !important; } }
      .bth_anchor .bth_anchor__frame .bth_anchor__btns .bth_anchor__btns_each .bth_anchor__lnk .bth_anchor__msg .is__pink {
        color: #FE7183;
        font-weight: bold; }
        @media (max-width: 768px) {
          .bth_anchor .bth_anchor__frame .bth_anchor__btns .bth_anchor__btns_each .bth_anchor__lnk .bth_anchor__msg .is__pink {
            font-size: 3.59vw; } }
        @media screen and (min-width: 769px) {
          .bth_anchor .bth_anchor__frame .bth_anchor__btns .bth_anchor__btns_each .bth_anchor__lnk .bth_anchor__msg .is__pink {
            font-size: 18px; } }

@media (max-width: 768px) {
  .is__margin {
    margin-top: 5.128vw; } }
@media screen and (min-width: 769px) {
  .is__margin {
    margin-top: 40px; } }

@media screen and (min-width: 769px) {
  .is__margin_top {
    margin-top: 80px; } }

@media (max-width: 768px) {
  .bth__all {
    width: 71.795vw; } }
@media screen and (min-width: 769px) {
  .bth__all {
    width: 500px; } }

.cmn__anchor_unique {
  width: 0;
  height: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0; }
  @media (max-width: 768px) {
    .cmn__anchor_unique {
      top: -15vw; } }
  @media screen and (min-width: 769px) {
    .cmn__anchor_unique {
      top: -70px; } }

@media screen and (min-width: 769px) {
  .anv_bnr_cnt {
    margin-top: 30px; } }
@media (max-width: 768px) {
  .anv_bnr_cnt {
    margin: 4vw auto 0 auto;
    width: 91vw; } }

.before {
  color: #5B5557; }

@media (max-width: 768px) {
  .tmp_coupon__wrp.is__brand {
    border-radius: 5.128vw;
    box-shadow: 0.513vw 0.513vw 2.564vw 0 rgba(127, 89, 69, 0.1);
    padding-top: 7.692vw;
    padding-bottom: 7.692vw; } }
@media screen and (min-width: 769px) {
  .tmp_coupon__wrp.is__brand {
    border-radius: 20px;
    box-shadow: 2px 2px 10px 0px rgba(127, 89, 69, 0.1);
    padding-top: 30px;
    padding-bottom: 30px; } }

.inc_brand_coupon_area .tmp__ttl {
  color: #7F5945 !important;
  font-family: source-han-serif-japanese, serif; }
  @media (max-width: 768px) {
    .inc_brand_coupon_area .tmp__ttl {
      font-size: 4.615vw !important;
      line-height: 1.3 !important; } }
  @media screen and (min-width: 769px) {
    .inc_brand_coupon_area .tmp__ttl {
      font-size: 22px !important;
      padding-bottom: 20px !important; } }
  .inc_brand_coupon_area .tmp__ttl span {
    font-size: 0.9em;
    color: #B89953;
    font-family: cormorant-garamond, serif;
    display: inline-block; }
.inc_brand_coupon_area .ttl_main {
  color: #7F5945 !important; }
  @media (max-width: 768px) {
    .inc_brand_coupon_area .ttl_main {
      font-size: 6.667vw !important; } }
  @media screen and (min-width: 769px) {
    .inc_brand_coupon_area .ttl_main {
      font-size: 30px !important; } }
.inc_brand_coupon_area .tmp_coupon__sbt {
  font-family: 'Noto Serif JP', serif;
  color: #7F5945; }
  @media (max-width: 768px) {
    .inc_brand_coupon_area .tmp_coupon__sbt {
      font-size: 5.641vw !important; } }
  @media screen and (min-width: 769px) {
    .inc_brand_coupon_area .tmp_coupon__sbt {
      font-size: 32px !important; } }
  .inc_brand_coupon_area .tmp_coupon__sbt strong {
    font-size: 175% !important; }
.inc_brand_coupon_area .tmp__anchor {
  padding-top: 50px;
  margin-top: -50px; }
.inc_brand_coupon_area .tmp_coupon__box {
  padding: 10px; }
@media (max-width: 768px) {
  .inc_brand_coupon_area .tmp_coupon__data {
    width: fit-content !important; } }
@media screen and (min-width: 769px) {
  .inc_brand_coupon_area .tmp_coupon__data {
    width: 100% !important; } }
.inc_brand_coupon_area .tmp_coupon__inr {
  background-color: #fff; }
  @media (max-width: 768px) {
    .inc_brand_coupon_area .tmp_coupon__inr + p {
      font-size: 3.077vw; } }
  @media screen and (min-width: 769px) {
    .inc_brand_coupon_area .tmp_coupon__inr + p {
      font-size: 14px; } }
@media (max-width: 768px) {
  .inc_brand_coupon_area .tmp_coupon__box.is__dsc {
    padding: 3.051vw 2.051vw 0 2.051vw !important; } }
@media screen and (min-width: 769px) {
  .inc_brand_coupon_area .tmp_coupon__box.is__dsc {
    border-right: 1px solid #7F5945 !important;
    margin: 16px 0;
    padding: 12px 0 20px; } }
.inc_brand_coupon_area .tmp_coupon__box.is__dsc .tmp__txt {
  font-weight: bold;
  font-family: 'Noto Serif JP', serif; }
@media (max-width: 768px) {
  .inc_brand_coupon_area .tmp_coupon__box.is__code {
    margin-top: 0 !important;
    padding: 2vw 2vw 2vw 3vw; }
    .inc_brand_coupon_area .tmp_coupon__box.is__code::before {
      content: none !important; } }
@media (max-width: 768px) {
  .inc_brand_coupon_area .coupon_module {
    margin-left: -5.12vw;
    margin-right: -5.12vw; } }
.inc_brand_coupon_area .coupon_module .tmp__ttl {
  color: #7F5945;
  font-family: source-han-serif-japanese, serif; }
  @media (max-width: 768px) {
    .inc_brand_coupon_area .coupon_module .tmp__ttl {
      margin-bottom: 3.077vw; } }
.inc_brand_coupon_area .ccp__btn .tmp__btn {
  position: relative;
  padding-top: 1.2em !important;
  padding-bottom: 1.2em !important; }
  @media (max-width: 768px) {
    .inc_brand_coupon_area .ccp__btn .tmp__btn {
      width: 80% !important; } }
  .inc_brand_coupon_area .ccp__btn .tmp__btn::before {
    position: absolute;
    content: "";
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    z-index: 2; }
    @media (max-width: 768px) {
      .inc_brand_coupon_area .ccp__btn .tmp__btn::before {
        width: 2.564vw;
        height: 2.564vw;
        right: 6.615vw;
        top: 5.487vw; } }
    @media screen and (min-width: 769px) {
      .inc_brand_coupon_area .ccp__btn .tmp__btn::before {
        width: 12px;
        height: 12px;
        right: 30px;
        top: 28px; } }
@media (max-width: 768px) {
  .inc_brand_coupon_area .js-copy__btn {
    width: 22vw !important;
    padding-top: .2em !important;
    padding-bottom: .2em !important;
    padding-left: 0.7em !important;
    padding-right: 0.7em !important; } }
.inc_brand_coupon_area .tmp__btn {
  background-color: #7F5945 !important;
  border-radius: 500px;
  color: #fff !important; }
.inc_brand_coupon_area .tmp_coupon__wrp,
.inc_brand_coupon_area .tmp_offer__wrp {
  background-color: #FFF9EA; }
.inc_brand_coupon_area .top_link {
  text-decoration: underline !important; }

@media screen and (min-width: 769px) {
  .cmp_modal__wrp .cmp_modal__inr {
    max-height: 80vh !important; } }
@media (max-width: 768px) {
  .cmp_modal__wrp .cmp_modal__inr {
    max-height: 70vh !important; } }
.cmp_modal__wrp .cpn-modal__ttl {
  text-align: center;
  font-weight: bold; }
  @media screen and (min-width: 769px) {
    .cmp_modal__wrp .cpn-modal__ttl {
      font-size: 18px; } }
  @media (max-width: 768px) {
    .cmp_modal__wrp .cpn-modal__ttl {
      font-size: 4.1vw; } }
@media (max-width: 768px) {
  .cmp_modal__wrp .cpn_coupon__offer {
    margin-top: 1em;
    line-height: 1.7; } }
@media screen and (min-width: 769px) {
  .cmp_modal__wrp .cpn_coupon__offer {
    margin-top: 1em;
    line-height: 1.7; } }
@media (max-width: 768px) {
  .cmp_modal__wrp .cpn_coupon__offer li {
    padding-right: 3vw;
    font-size: 3.077vw;
    padding-left: 1em;
    text-indent: -1em; } }
@media screen and (min-width: 769px) {
  .cmp_modal__wrp .cpn_coupon__offer li {
    font-size: 14px;
    padding-left: 1em;
    text-indent: -1em; } }

/*# sourceMappingURL=style.css.map */
