@charset "UTF-8";
/* -----------------------------------------------------------------------
## Font ##################################################
----------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* -----------------------------------------------------------------------
## Common ##################################################
----------------------------------------------------------------------- */
.kaitekikoubou-ladies-Contents {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #474747;
  font-weight: 500; }
  .kaitekikoubou-ladies-Contents .kaitekiwrapper {
    max-width: 1100px;
    margin: 0 auto;
    background-color: none; }
  .kaitekikoubou-ladies-Contents .kaitekiinner {
    padding: 80px 0; }
  .kaitekikoubou-ladies-Contents .flexArea {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start; }
  .kaitekikoubou-ladies-Contents .bold {
    font-weight: bold; }
  .kaitekikoubou-ladies-Contents .red {
    color: #b63857; }
  .kaitekikoubou-ladies-Contents h2, .kaitekikoubou-ladies-Contents h3, .kaitekikoubou-ladies-Contents h4, .kaitekikoubou-ladies-Contents h5 {
    font-weight: bold;
    text-align: center;
    color: #474747;
    line-height: 1.3; }
  .kaitekikoubou-ladies-Contents p {
    color: #474747;
    line-height: 1.3; }
  .kaitekikoubou-ladies-Contents .pc {
    display: block; }
  .kaitekikoubou-ladies-Contents .sp {
    display: none; }

@media screen and (max-width: 767px) {
  .kaitekikoubou-ladies-Contents .pc {
    display: none !important; }
  .kaitekikoubou-ladies-Contents .sp {
    display: block !important; }
  .kaitekikoubou-ladies-Contents .kaitekiwrapper {
    width: 92%; }
  .kaitekikoubou-ladies-Contents .kaitekiinner {
    padding: 50px 0; } }
/* -----------------------------------------------------------------------
## components##################################################
----------------------------------------------------------------------- */
.sectionTtl {
  margin-bottom: 20px; }
  .sectionTtl p {
    font-family: "Montserrat", sans-serif;
    color: #b63857;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    font-size: 1.4rem; }
  .sectionTtl h2 {
    font-size: 2.0rem; }

@media screen and (max-width: 767px) {
  .sectionTtl p {
    font-size: 1.8rem;
    margin-bottom: 5px; }
  .sectionTtl h2 {
    font-size: 2.8rem; } }
/* -----------------------------------------------------------------------
## Main（PC） ##################################################
----------------------------------------------------------------------- */
.kaitekikoubou-ladies-Contents .alternately-btn {
  width: 1200px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 auto 10px; }
  .kaitekikoubou-ladies-Contents .alternately-btn a {
    font-size: 1.0rem;
    background-color: #beaa7c;
    color: #fff;
    display: block;
    width: 140px;
    height: 30px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold; }
.kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Category {
  background-color: #faeaec;
  padding: 50px 0; }
  .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Category .category.-second {
    margin: 60px 0; }
  .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Category .category h2 {
    font-size: 1.7rem;
    margin-bottom: 20px; }
  .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Category .category .category_btn {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start; }
    .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Category .category .category_btn li {
      width: 220px;
      box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1); }
      .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Category .category .category_btn li a {
        width: 100%; }
        .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Category .category .category_btn li a .category_imgArea {
          background-color: #f7f7f7;
          border-radius: 10px 10px 0 0;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 100px; }
          .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Category .category .category_btn li a .category_imgArea img {
            width: 80px;
            height: auto; }
          .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Category .category .category_btn li a .category_imgArea.-race01 {
            background-image: url(/layout/gnz01/item/lp/brand/kaitekikoubou-ladies/2025ss/images/racewith_icon.png);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat; }
          .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Category .category .category_btn li a .category_imgArea.-race02 {
            background-image: url(/layout/gnz01/item/lp/brand/kaitekikoubou-ladies/2025ss/images/racewithout_icon.png);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat; }
        .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Category .category .category_btn li a .category_txtArea {
          height: 60px;
          background-color: #fff;
          border-radius: 0 0 10px 10px;
          font-size: 1.1rem;
          font-weight: bold;
          text-align: center;
          display: flex;
          justify-content: center;
          align-items: center;
          position: relative; }
          .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Category .category .category_btn li a .category_txtArea:after {
            content: "";
            display: block;
            width: 23px;
            height: 23px;
            background-image: url(/layout/gnz01/item/lp/brand/kaitekikoubou-ladies/2025ss/images/arrow_btn.svg);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            right: 14px;
            z-index: 1; }
.kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_About {
  padding-top: 80px; }
  .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_About .kaitekiwrapper .About_movie {
    margin-bottom: 40px; }
    .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_About .kaitekiwrapper .About_movie .moviearea {
      width: 800px;
      height: 450px;
      display: block;
      margin: 0 auto 20px; }
    .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_About .kaitekiwrapper .About_movie p {
      font-size: 1.2rem;
      text-align: center;
      font-weight: bold; }
  .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_About .About_text {
    background-image: url(/layout/gnz01/item/lp/brand/kaitekikoubou-ladies/2025ss/images/about_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0 80px; }
    .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_About .About_text .kaitekiwrapper section:first-of-type {
      margin-bottom: 40px; }
    .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_About .About_text .kaitekiwrapper .flexArea img {
      width: 32%; }
    .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_About .About_text .kaitekiwrapper .flexArea .text {
      width: 63%; }
      .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_About .About_text .kaitekiwrapper .flexArea .text h3 {
        text-align: left;
        display: inline-block;
        color: #fff;
        background-color: #b63857;
        padding: 8px 20px;
        border-radius: 5px;
        font-size: 1.4rem;
        margin-bottom: 15px; }
      .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_About .About_text .kaitekiwrapper .flexArea .text p {
        font-size: 1.4rem;
        line-height: 1.7; }
.kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reason .kaitekiwrapper .reason_img {
  width: 80%;
  margin: 0 auto; }
.kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reason .kaitekiwrapper .Reason_point {
  margin-top: 60px; }
  .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reason .kaitekiwrapper .Reason_point .Reason_point_li {
    width: 32%; }
    .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reason .kaitekiwrapper .Reason_point .Reason_point_li .point_ttl {
      text-align: left;
      margin-bottom: 10px;
      font-size: 1.5rem; }
      .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reason .kaitekiwrapper .Reason_point .Reason_point_li .point_ttl span {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 2.3em;
        height: 2.3em;
        font-size: 1.6rem;
        letter-spacing: 0.08em;
        background-color: #b63857;
        color: #fff;
        border-radius: 50%;
        text-align: center;
        font-weight: bold;
        margin-right: 10px;
        position: relative; }
        .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reason .kaitekiwrapper .Reason_point .Reason_point_li .point_ttl span:before {
          content: "ポイント";
          position: absolute;
          top: -1.4em;
          font-size: 0.85em;
          letter-spacing: 0;
          font-weight: bold;
          color: #b63857;
          white-space: nowrap; }
    .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reason .kaitekiwrapper .Reason_point .Reason_point_li p {
      font-size: 1.3rem;
      line-height: 1.5;
      font-weight: 500;
      text-align: center;
      margin-top: 10px; }
.kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend {
  background-color: #faeaec;
  padding: 80px 0; }
  .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend .kaitekiwrapper .Reccomend_series {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 70px 0;
    align-items: flex-start;
    margin-top: 40px; }
    .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend .kaitekiwrapper .Reccomend_series li {
      width: 49%; }
      .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend .kaitekiwrapper .Reccomend_series li .series_Ttl {
        text-align: center;
        font-weight: bold; }
        .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend .kaitekiwrapper .Reccomend_series li .series_Ttl .series_Ttl_inner {
          display: inline-block;
          position: relative; }
          .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend .kaitekiwrapper .Reccomend_series li .series_Ttl .series_Ttl_inner.-first:before {
            content: "";
            position: absolute;
            bottom: 0px;
            left: -113px;
            width: 108px;
            height: 93px;
            background-image: url(/layout/gnz01/item/lp/brand/kaitekikoubou-ladies/2025ss/images/series01_icon.png);
            background-size: contain;
            background-repeat: no-repeat; }
          .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend .kaitekiwrapper .Reccomend_series li .series_Ttl .series_Ttl_inner.-second:before {
            content: "";
            position: absolute;
            bottom: 0px;
            left: -113px;
            width: 108px;
            height: 93px;
            background-image: url(/layout/gnz01/item/lp/brand/kaitekikoubou-ladies/2025ss/images/series02_icon.png);
            background-size: contain;
            background-repeat: no-repeat; }
          .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend .kaitekiwrapper .Reccomend_series li .series_Ttl .series_Ttl_inner.-third:before {
            content: "";
            position: absolute;
            bottom: 0px;
            left: -113px;
            width: 108px;
            height: 93px;
            background-image: url(/layout/gnz01/item/lp/brand/kaitekikoubou-ladies/2025ss/images/series03_icon.png);
            background-size: contain;
            background-repeat: no-repeat; }
          .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend .kaitekiwrapper .Reccomend_series li .series_Ttl .series_Ttl_inner.-fourth:before {
            content: "";
            position: absolute;
            bottom: 0px;
            left: -113px;
            width: 108px;
            height: 93px;
            background-image: url(/layout/gnz01/item/lp/brand/kaitekikoubou-ladies/2025ss/images/series04_icon.png);
            background-size: contain;
            background-repeat: no-repeat; }
          .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend .kaitekiwrapper .Reccomend_series li .series_Ttl .series_Ttl_inner p {
            font-size: 1.4rem; }
          .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend .kaitekiwrapper .Reccomend_series li .series_Ttl .series_Ttl_inner h4 {
            font-size: 1.8rem;
            color: #b63857;
            margin-top: 5px; }
      .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend .kaitekiwrapper .Reccomend_series li .series_Box {
        background-color: #fff;
        border: 2px solid #cacaca;
        border-radius: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 25px;
        margin: 20px 0; }
        .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend .kaitekiwrapper .Reccomend_series li .series_Box img {
          width: 40%; }
        .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend .kaitekiwrapper .Reccomend_series li .series_Box .detail {
          width: 56%; }
          .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend .kaitekiwrapper .Reccomend_series li .series_Box .detail table {
            width: 100%; }
            .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend .kaitekiwrapper .Reccomend_series li .series_Box .detail table tbody tr {
              border-bottom: 1px solid #cacaca; }
              .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend .kaitekiwrapper .Reccomend_series li .series_Box .detail table tbody tr th {
                width: 25%;
                font-weight: bold;
                font-size: 1.1rem;
                padding: 5px 0; }
              .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend .kaitekiwrapper .Reccomend_series li .series_Box .detail table tbody tr td {
                width: 75%;
                font-size: 1.1rem;
                padding: 5px 0; }
          .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend .kaitekiwrapper .Reccomend_series li .series_Box .detail .btnArea {
            text-align: center;
            margin-top: 15px; }
            .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend .kaitekiwrapper .Reccomend_series li .series_Box .detail .btnArea .detail_Btn {
              display: inline-block;
              background-color: #e7e5e5;
              padding: 8px 50px;
              border-radius: 50px;
              font-weight: bold;
              position: relative; }
              .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend .kaitekiwrapper .Reccomend_series li .series_Box .detail .btnArea .detail_Btn:after {
                content: "";
                display: block;
                width: 15px;
                height: 15px;
                background-image: url(/layout/gnz01/item/lp/brand/kaitekikoubou-ladies/2025ss/images/arrow_btn.svg);
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                right: 15px;
                z-index: 1; }
      .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend .kaitekiwrapper .Reccomend_series li .btnArea {
        display: flex;
        justify-content: center;
        align-items: center; }
        .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend .kaitekiwrapper .Reccomend_series li .btnArea .item_Btn {
          width: 330px;
          height: 60px;
          font-size: 1.2rem;
          background-color: #5c5c5c;
          border-radius: 40px;
          color: #fff;
          display: flex;
          justify-content: center;
          align-items: center;
          font-weight: bold;
          position: relative; }
          .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend .kaitekiwrapper .Reccomend_series li .btnArea .item_Btn:after {
            content: "";
            display: block;
            width: 25px;
            height: 25px;
            background-image: url(/layout/gnz01/item/lp/brand/kaitekikoubou-ladies/2025ss/images/arrow_btn_white.svg);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            right: 25px;
            z-index: 1; }
.kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Btn {
  background-image: url(/layout/gnz01/item/lp/brand/kaitekikoubou-ladies/2025ss/images/btn_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0; }
  .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Btn .Btn_inner {
    text-align: center; }
    .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Btn .Btn_inner .logo {
      width: 300px;
      margin: 0 auto 30px;
      display: block; }
    .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Btn .Btn_inner .kaiteki_Btn {
      border-radius: 50px;
      background-color: #b63857;
      color: #fff;
      font-weight: bold;
      padding: 20px 40px;
      font-size: 1.2rem; }

/* -----------------------------------------------------------------------
## Main（SP） ##################################################
----------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .kaitekikoubou-ladies-Contents .alternately-btn {
    width: 100%;
    padding: 0 10px; }
    .kaitekikoubou-ladies-Contents .alternately-btn a {
      font-size: 1.4rem;
      width: 120px;
      height: 30px; }
  .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Mainimg h1 {
    max-width: 100%; }
  .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Category {
    background-color: #faeaec;
    padding: 40px 0; }
    .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Category .category.-second {
      margin: 40px 0; }
    .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Category .category h2 {
      font-size: 2.3rem;
      margin-bottom: 15px; }
    .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Category .category .category_btn {
      gap: 15px;
      justify-content: center; }
      .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Category .category .category_btn li {
        width: 45%; }
        .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Category .category .category_btn li a .category_imgArea {
          height: 70px; }
          .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Category .category .category_btn li a .category_imgArea img {
            width: 60px; }
        .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Category .category .category_btn li a .category_txtArea {
          font-size: 1.6rem;
          height: 50px; }
          .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Category .category .category_btn li a .category_txtArea:after {
            width: 18px;
            height: 18px;
            right: 7px; }
  .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_About {
    padding-top: 50px; }
    .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_About .kaitekiwrapper .About_movie {
      margin-bottom: 20px; }
      .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_About .kaitekiwrapper .About_movie .moviearea {
        width: 100%;
        height: auto;
        margin: 0 auto 20px; }
      .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_About .kaitekiwrapper .About_movie p {
        font-size: 1.4rem; }
    .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_About .About_text {
      padding: 40px 0 50px; }
      .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_About .About_text .kaitekiwrapper section:first-of-type {
        margin-bottom: 30px; }
      .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_About .About_text .kaitekiwrapper .flexArea {
        flex-direction: column-reverse;
        align-items: center; }
        .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_About .About_text .kaitekiwrapper .flexArea img {
          width: 65%; }
        .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_About .About_text .kaitekiwrapper .flexArea .text {
          width: 100%; }
          .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_About .About_text .kaitekiwrapper .flexArea .text h3 {
            padding: 8px 20px;
            font-size: 1.6rem;
            margin-bottom: 10px; }
          .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_About .About_text .kaitekiwrapper .flexArea .text p {
            font-size: 1.7rem;
            line-height: 1.7; }
  .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reason .kaitekiwrapper .reason_img {
    width: 100%; }
  .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reason .kaitekiwrapper .Reason_point {
    margin-top: 40px;
    gap: 20px 10px;
    justify-content: center; }
    .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reason .kaitekiwrapper .Reason_point .Reason_point_li {
      width: 48%; }
      .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reason .kaitekiwrapper .Reason_point .Reason_point_li .point_ttl {
        font-size: 1.6rem; }
        .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reason .kaitekiwrapper .Reason_point .Reason_point_li .point_ttl span {
          margin-right: 5px; }
      .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reason .kaitekiwrapper .Reason_point .Reason_point_li p {
        font-size: 1.4rem;
        text-align: left; }
  .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend {
    padding: 50px 0; }
    .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend .kaitekiwrapper .Reccomend_series {
      gap: 60px 0; }
      .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend .kaitekiwrapper .Reccomend_series li {
        width: 100%; }
        .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend .kaitekiwrapper .Reccomend_series li .series_Ttl .series_Ttl_inner.-first:before {
          left: -95px;
          width: 100px;
          height: 80px; }
        .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend .kaitekiwrapper .Reccomend_series li .series_Ttl .series_Ttl_inner.-second:before {
          left: -95px;
          width: 100px;
          height: 80px; }
        .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend .kaitekiwrapper .Reccomend_series li .series_Ttl .series_Ttl_inner.-third:before {
          left: -95px;
          width: 100px;
          height: 80px; }
        .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend .kaitekiwrapper .Reccomend_series li .series_Ttl .series_Ttl_inner.-fourth:before {
          left: -95px;
          width: 100px;
          height: 80px; }
        .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend .kaitekiwrapper .Reccomend_series li .series_Ttl .series_Ttl_inner p {
          font-size: 1.6rem; }
        .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend .kaitekiwrapper .Reccomend_series li .series_Ttl .series_Ttl_inner h4 {
          font-size: 2.3rem; }
        .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend .kaitekiwrapper .Reccomend_series li .series_Box {
          align-items: flex-start;
          padding: 15px;
          margin: 10px 0 20px; }
          .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend .kaitekiwrapper .Reccomend_series li .series_Box img {
            width: 40%; }
          .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend .kaitekiwrapper .Reccomend_series li .series_Box .detail {
            width: 57%; }
            .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend .kaitekiwrapper .Reccomend_series li .series_Box .detail table tbody tr th {
              width: 22%;
              font-size: 1.27rem;
              white-space: nowrap; }
            .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend .kaitekiwrapper .Reccomend_series li .series_Box .detail table tbody tr td {
              width: 78%;
              font-size: 1.27rem;
              white-space: nowrap; }
            .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend .kaitekiwrapper .Reccomend_series li .series_Box .detail .btnArea {
              margin-top: 10px; }
              .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend .kaitekiwrapper .Reccomend_series li .series_Box .detail .btnArea .detail_Btn {
                padding: 7px 40px;
                font-size: 1.3rem; }
        .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend .kaitekiwrapper .Reccomend_series li .btnArea .item_Btn {
          width: 280px;
          height: 50px;
          font-size: 1.7rem; }
          .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Reccomend .kaitekiwrapper .Reccomend_series li .btnArea .item_Btn:after {
            width: 20px;
            height: 20px;
            right: 20px; }
  .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Btn {
    padding: 40px 0; }
    .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Btn .Btn_inner .logo {
      width: 210px;
      margin: 0 auto 40px; }
    .kaitekikoubou-ladies-Contents .kaitekikoubou-ladies-Contents_Btn .Btn_inner .kaiteki_Btn {
      border-radius: 50px;
      background-color: #b63857;
      color: #fff;
      padding: 20px;
      font-size: 1.8rem; } }
/* -----------------------------------------------------------------------
## CSS打消し##################################################
----------------------------------------------------------------------- */
.st-Breadcrumbs_Item div {
  display: inline-block; }

.st-Breadcrumbs {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  width: 100%;
  max-width: 1266px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  margin: 11px auto 15px;
  font-size: 0; }

.st-Breadcrumbs_Item {
  font-size: 11px;
  display: inline-block; }

.st-Breadcrumbs_Item:after {
  content: '＞';
  margin: 0 7px;
  color: #555; }

.st-Breadcrumbs_Item:last-child:after {
  display: none; }

.st-Breadcrumbs_Link {
  color: #7e7e7e;
  text-decoration: underline; }

.st-Breadcrumbs_Link:hover, .st-Breadcrumbs_Link:focus {
  text-decoration: none; }

.pane-contents > .container {
  width: auto; }

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  border: none; }
/* -----------------------------------------------------------------------
##
セール価格
##################################################
----------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
    .page-Campaign_PriceNormal span[id^="goods_discount_rate_"] {
    background: red;
    margin: 0 0 4px 0;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0;
}
    .page-Campaign_PriceNormal span[id^="goods_discount_rate_"]:before {
    display: block;
    content: 'セール価格';
    background: #fff;
    margin: 0px 0px 0;
    margin-right: 6px;
    padding: 5px 5px 5px 0;
    color: red;
    text-align: left;
    white-space: nowrap;
}
}


