/* 特集ページ|既存消したいCSS */
section.p-column_header__panel {
    display: none !important;
}
.p-page_article__inner img {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.p-page_article {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.p-page_article__inner h2 {
    margin-top: 0 !important;
}
.p-page_article__inner p {
    margin-top: 0 !important;
}
.p-page_article__inner a {
    text-decoration: none !important;
}

/* 特集ページ｜次へ｜前へ｜一覧 削除 */
.l-container__row.u-margin__top--80.u-margin__bottom--100 {
    display: none !important;
}

/* 特集ページ */
.feature_all {
    margin: -40px 0 -10%;
}
.mv_btn_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3%;
}
.mv_btn_flex a {
    padding: 2%;
}

.feature_bratop_category {
    background-color: #f1eddf;
    padding: 8% 3% 5%
}
.feature_shorts_category {
    background-color: #f1eddf;
    padding: 0 3% 5%
}
.feature_shorts_item_mv{
    padding: 2% 2% 8%;
}
h2.feature_bratop_ttl,h2.feature_shorts_ttl {
    text-align: center;
    font-family: futura-pt, sans-serif !important;
    font-weight: 500 !important;
    font-style: normal !important;
    font-size: 70px !important;
    color: #333;
}
.feature_bratop_flex,.feature_shorts_flex {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    align-items: start;
}
.feature_bratop_flex a,.feature_shorts_flex a {
    padding: 2%;
}
p.feature_bratop_txt,p.feature_shorts_txt {
    font-size: 18px;
    padding: 15px 0 0;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    color: #333333;
    text-align: center !important;
    line-height: 1.5;
}
p.feature_bratop_price,p.feature_shorts_price {
    font-size: 22px !important;
    color: #333333;
    text-align: center !important;
    font-family: futura-pt, sans-serif !important;
    font-weight: 200 !important;
    font-style: normal !important;
    line-height: 1.5;
}
span.feature_sale_txt {
    background: #333;
    color: #fff;
    padding: 1.5% 1% 1% 1%;
    font-size: 15px !important;
    margin: 0 2% 0 0;
}
.feature_bratop_btn a,.feature_shorts_btn a {
    text-align: center;
    margin: auto;
    display: block;
    color: #333;
    border: 2px solid #333;
    padding: 2%;
    width: 35%;
    border-radius: 50px;
    font-size: 15px;
}
.feature_bratop_btn,.feature_shorts_btn {
    padding: 3% 0 7%;
}
.feature_inc .category {
    width: 90%;
}
.feature_inc .category_pc {
    width: 100%;
}
.feature_inc .recommend {
    width: 90%;
}
.feature_inc .recommend_content {
    flex-wrap: wrap;
}
.feature_inc .recommend_item {
    margin: 2%;
    width: 46%;
}
.par10{
    padding: 0 10% 0 0;
}
p.fsK {
    font-size: 10px !important;
    color: #a4a4a4 !important;
    text-align: left !important;
}

@media (max-width: 767px) {
	h2.feature_bratop_ttl,h2.feature_shorts_ttl {
        font-size: 10vw !important;
        padding: 0 0 2%;
    }
    p.feature_bratop_txt,p.feature_shorts_txt {
        font-size: 4vw !important;
        padding: 7% 0 0;
    }
    p.feature_bratop_price,p.feature_shorts_price {
        font-size: 4.5vw !important;
    }
    .feature_bratop_btn a,.feature_shorts_btn a {
        padding: 2.5%;
        width: 48%;
        font-size: 3.8vw;
        border: 1px solid #333;
    }
    .feature_bratop_btn,.feature_shorts_btn {
        padding: 4% 0 10%;
    }
    .feature_bratop_category {
        padding: 9% 3% 3%;
    }
    .feature_shorts_category {
        padding: 0 3% 3%;
    }
    .mb-10 {
        margin: 0 auto -15%;
    }
    .feature_inc .recommend {
        width: 95%;
    }
    .feature_all {
        margin: -40px 0 -16%;
    }
    span.feature_sale_txt {
        font-size: 3.8vw !important;
    }
} 

.feature_coupon-banner {
  cursor: pointer;
}

/* 特集ページ｜ブラトップ03 */
.mv_link_btn {
    background-color: #e5dcc0;
}
.mv_link_btn_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 3% 6%;
}
.mv_link_btn_flex a {
    padding: 0 2% 2%;
}
.intro {
    background-color: #f1eddf;
    padding: 8% 5%;
}
.bubble_left {
    background-color: #fff;
    padding: 3%;
    border-radius: 10px;
    width: 70%;
    position: relative;
}
.bubble p {
    text-align: center !important;
    font-size: 23px !important;
    color: #333;
    font-weight: bold;
    line-height: 1.4;
}
.bubble_right {
    background-color: #fff;
    padding: 3%;
    border-radius: 10px;
    width: 70%;
    margin: 4% 0 4% auto;
    position: relative;
}
.bubble_left::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 22%;
    border-style: solid;
    border-width: 30.5px 12.8px 0 25.8px;
    border-color: #fff transparent transparent;
    translate: -50% 100%;
    transform: skew(25deg);
    transform-origin: top;
}
.bubble_right::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 16%;
    border-style: solid;
    border-width: 32.5px 25.8px 0 15.8px;
    border-color: #fff transparent transparent;
    translate: -50% 100%;
    transform: skew(-25deg);
    transform-origin: top;
}
.bubble {
    padding: 0 0 5%;
}
.mt40 {
    margin-top: 40px;
}
.mb40 {
    margin-bottom: 40px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.pt5p {
    padding-top: 5%;
}
.pt10p {
    padding-top: 10%;
}
.feature_all p {
    font-size: 20px;
    line-height: 1.5;
    color: #333;
}
b {
    font-weight: bold;
}
.y_mark{
    background:linear-gradient(transparent 30%, #f1e1ae 70%);
}
/* combine製法 */
.combine {
    padding: 8% 5%;
}
.combine_ttl {
    padding: 0 0 5%;
}
span.futura {
    font-family: futura-pt, sans-serif !important;
    font-weight: 500 !important;
    font-style: normal !important;
    font-size: 32px !important;
}
.combine h3 {
    color: #b29442;
    font-size: 27px !important;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    font-weight: bold;
    border-bottom: 2px solid #b29442;
    line-height: 1.3;
    margin: 40px 0 15px;
}

/* 特集ページ|ブラトップ03 コンテンツ */
.feature_pattern {
    background-color: #f1eddf;
    padding: 8% 5%;
}
.feature_pattern h2 {
    color: #b29442;
    font-size: 26px !important;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-bottom: 2px solid #b29442;
    border-top: 2px solid #b29442;
    padding: 2%;
    margin: 40px 0 20px;
}
span.left-border {
    border-left: 2px solid #b29442;
    padding: 0 0 0 5%;
}
.lineup_left {
    margin: 40px 0 40px -5.5%;
}
.lineup_right {
    margin: 40px -5.5% 40px 0;
}
.bg_gold {
    background-color: #e5dcc0 !important;
}

@media (max-width: 767px) {
    .combine {
        padding: 12% 5%;
    }
    .feature_all p {
        font-size: 4.5vw;
        text-align: justify;
    }
	.bubble p {
        font-size: 4.5vw !important;
    }
    .bubble_left::after {
        left: 20%;
        border-width: 20.5px 10.8px 0 12.8px;
    }
    .bubble_right::after {
        right: 12%;
        border-width: 20.5px 10.8px 0 11.8px;
    }
    .bubble_right {
        padding: 4%;
        border-radius: 8px;
        width: 75%;
        margin: 6% 0 5% auto;
    }
    .bubble_left {
        padding: 4%;
        border-radius: 8px;
        width: 75%;
    }
    span.futura {
        font-size: 6vw !important;
    }
    .combine h3 {
        font-size: 5vw !important;
        line-height: 1.5;
        margin: 30px 0 15px;
    }
    .feature_pattern {
        padding: 12% 5%;
    }
    span.left-border {
        border-left: 2px solid #b29442;
        padding: 0 0 0 3%;
    }
    .feature_pattern h2 {
        font-size: 4.7vw !important;
        align-items: center;
        padding: 4% 0;
        margin: 40px 0 20px;
    }
} 
/* 特集ページ｜カップイン */
.mv_link_btn_flex.wrap {
    flex-wrap: wrap;
}
.mv_link_btn_flex.wrap a {
    width: 50%;
    padding-bottom: 0;
}
.mv_link_btn_flex.wrap a{
    width: 50%;
    padding-bottom: 0;
}
.mv_link_btn_flex.wrap a:nth-child(n+3) {
    padding: 4% 2% 2%;
}

/* 特集ページ｜ナイトブラ&ショーツ */
.catch_wrap {
    padding: 0 5% 8%;
}
.catch {
    color: #b29442;
    font-size: 27px !important;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    font-weight: bold;
    border-bottom: 2px solid #b29442;
    line-height: 1.3;
    margin: 40px 0 20px;
    padding-bottom: 5px;
    text-align: center;
}
@media (max-width: 767px) {
    .catch_wrap {
        padding: 0 5% 12%;
    }
    .catch {
        font-size: 5vw !important;
        line-height: 1.5;
        margin: 30px 0 15px;
    }

  }



/* 特集ページ｜お悩み */
/* https://bambiwater.jp/shop/information/worries */

/*  */
.worries_img {
    width: 100%;
    margin: 0 auto;
}

.worries_img img {
    margin: 0 auto;
    display: block;
}

h3.worries_ttl {
    color: #000;
    font-size: 27px !important;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    font-weight: bold;
    border-bottom: 2px solid #000;
    line-height: 1.3;
    margin: 30px 0 15px;
    padding-bottom: 5px;
    text-align: center;
}

.g_mark {
    background: linear-gradient(transparent 30%, #bfbfbf 70%);
}

.mt10 {
    margin-top: 10px;
}

.cap {
    font-size: 0.5em;
    vertical-align: top;
}

.bg_wh {
    background-color: #fff;
    padding: 8% 5% 1%;
}

.bg_wh .feature_bratop_flex {
    margin-bottom: 2%;
    gap: 0 2em;
}

.bg_wh .feature_bratop_flex a {
    padding: 0%;
}

@media (max-width: 767px) {
    h3.worries_ttl {
        font-size: 5vw !important;
        line-height: 1.5;
        margin: 20px 0 15px;
    }

    .mt40.worries_wrap {
        margin-top: 30px;
    }

    .bg_wh {
        background-color: #fff;
        padding: 12% 5% 2%;
    }

    .bg_wh .feature_bratop_flex {
    gap: 0 1em;
}
}

/*  */
.mv_link_btn.bg_gr  {
    background-color: #928b82;
}

.mv_link_btn_flex.worries_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6% 5%;
}

.mv_link_btn_flex.worries_wrap a {
    width: calc((100% - 4%) / 3);
    padding: 0;
}

/*  */
.intro.worries_wrap {
    background-color: #ececea;
    padding: 8% 5%;
}

@media (max-width: 767px) {
    .intro.worries_wrap {
        background-color: #ececea;
        padding: 10% 5%;
    }
}

/*  */
ul.worries_ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

ul.worries_ul li {
    list-style: none;
    width: 50%;
}

ul.worries_ul h3.worries_ttl {
    color: #000;
    font-size: 32px !important;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    font-weight: bold;
    border-bottom: 2px solid #000;
    line-height: 1.3;
    margin: 30px 0 15px;
    padding-bottom: 5px;
    text-align: left;
}

@media (max-width: 767px) {
    ul.worries_ul h3.worries_ttl {
        font-size: 6vw !important;
        line-height: 1.5;
        margin: 0 0 10px;
    }
}

ul.worries_ul li.txt01 {
    padding-right: 4%;
}

ul.worries_ul li.txt02 {
    padding-left: 4%;
}

/* 特集ページ｜春 */
.spring_intro {
    text-align: center;
    padding: 8% 5%;
}
.spring_coupon{
  padding: 40px 0;
}
.spring_link_btn_flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.spring_link_btn_left{
  width: 50%;
}
.spring_link_btn_right{
  width: 50%;
}
span.spring_content_ttl_en {
  text-align: center;
  font-family: futura-pt, sans-serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  font-size: 90px !important;
  color: #333;
}
span.spring_content_ttl_jp {
  color: #333333 !important;
  font-size: 32px !important;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
}
h2.spring_content_ttl {
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  padding: 0 0 5%;
}
.spring_content_home {
  background: #eaf0f1;
  padding: 8% 0 12%;
}
.spring_content_active {
  background: #e5ebf9;
  padding: 8% 0;
}
.spring_content_abs01 img,.spring_content_abs02 img,.spring_content_abs03 img {
  width: 100%;
}
.spring_content_img {
  position: relative;
}
.spring_content_abs01,.spring_content_abs03 {
  position: absolute;
  top: 0;
  right: 8%;
  z-index: 1;
}
.spring_content_abs02 {
  position: absolute;
  top: 0;
  left: 6%;
  z-index: 1;
}
p.spring_content_ttl {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  writing-mode: vertical-rl;
  padding: 20% 0 0 5%;
  letter-spacing: 0.1em;
}
p.spring_content_ttl02 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  writing-mode: vertical-rl;
  padding: 20% 0 0 11%;
  letter-spacing: 0.1em;
}
p.spring_content_ttl03 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  writing-mode: vertical-rl;
  padding: 20% 0 0 13%;
  letter-spacing: 0.1em;
}
.spring_content_img_bg {
  padding: 6% 0 0;
  overflow: hidden;
}
.spring_icon01 p ,.spring_icon02 p,.spring_icon03 p,.spring_icon04 p,.spring_icon05 p,.spring_icon06 p,.spring_icon07 p {
  font-family: futura-pt, sans-serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  font-size: 25px !important;
  color: #fff;
}
.spring_icon01 a{
  background: #000;
  display: block;
  width: 27%;
  position: absolute;
  border-radius: 50px;
  text-align: center;
  padding: 0.5% 0;
  opacity: 0.8;
  top: 43%;
  left: 7%;
  z-index: 1;
  border: 2px solid #fff;
  transition-duration: .4s;
}
.spring_icon02 a {
  background: #000;
  display: block;
  width: 32%;
  position: absolute;
  border-radius: 50px;
  text-align: center;
  padding: 0.5% 0;
  opacity: 0.8;
  top: 55%;
  right: 30%;
  z-index: 1;
  border: 2px solid #fff;
  transition-duration: .4s;
}
.spring_icon03 a {
  background: #000;
  display: block;
  width: 32%;
  position: absolute;
  border-radius: 50px;
  text-align: center;
  padding: 0.5% 0;
  opacity: 0.8;
  top: 47%;
  right: 63%;
  z-index: 1;
  border: 2px solid #fff;
  transition-duration: .4s;
}
.spring_icon04 a {
  background: #000;
  display: block;
  width: 32%;
  position: absolute;
  border-radius: 50px;
  text-align: center;
  padding: 0.5% 0;
  opacity: 0.8;
  z-index: 1;
  border: 2px solid #fff;
  top: 28%;
  right: 4%;
  transition-duration: .4s;
}
.spring_icon05 a {
  background: #000;
  display: block;
  width: 27%;
  position: absolute;
  border-radius: 50px;
  text-align: center;
  padding: 0.5% 0;
  opacity: 0.8;
  z-index: 1;
  border: 2px solid #fff;
  top: 28%;
  left: 6%;
  transition-duration: .4s;
}
.spring_icon06 a {
  background: #000;
  display: block;
  width: 30%;
  position: absolute;
  border-radius: 50px;
  text-align: center;
  padding: 0.5% 0;
  opacity: 0.8;
  z-index: 1;
  border: 2px solid #fff;
  top: 33%;
  left: 22%;
  transition-duration: .4s;
}
.spring_icon07 a {
  background: #000;
  display: block;
  width: 30%;
  position: absolute;
  border-radius: 50px;
  text-align: center;
  padding: 0.5% 0;
  opacity: 0.8;
  z-index: 1;
  border: 2px solid #fff;
  top: 58%;
  right: 2%;
  transition-duration: .4s;
}
.spring_content_txt_flex {
  display: flex;
  align-items: center;
  gap: 20px;
}
.spring_content_txt {
  padding: 40px 5%;
}
.spring_content_txt_flex_item_jp {
  text-align: justify;
  border-left: 2px solid #a6bdc0;
  padding-left: 20px;
  width: 140%;
}
.spring_content_txt_flex_item_jp02 {
  text-align: justify;
  border-left: 2px solid #a5acc0;
  padding-left: 20px;
  width: 140%;
}
.spring_content_txt_flex_en p {
  font-family: futura-pt, sans-serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  font-size: 23px !important;
  color: #a6bdc0;
}
.spring_content_txt_flex_en02 p {
  font-family: futura-pt, sans-serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  font-size: 23px !important;
  color: #a5acc0;
}
.spring_content_goods_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.spring_content_goods_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.spring_content_goods_flex_right_ttl p {
  font-weight: bold;
  font-size: 30px;
  padding: 0 0 4%;
}
.spring_content_goods_flex_right_ttl02 p {
  font-weight: bold;
  font-size: 30px;
}
.spring_content_goods_flex_img {
  width: 70%;
}
.spring_content_goods_flex_img02 {
  width: 90%;
}
.spring_content_goods_flex_img03 {
  width: 20%;
}
.spring_goods_price {
  font-size: 30px !important;
  color: #333333;
  font-family: futura-pt, sans-serif !important;
  font-weight: 200 !important;
  font-style: normal !important;
  padding: 3% 0;
}
.spring_goods_price02 {
  font-size: 30px !important;
  color: #333333;
  font-family: futura-pt, sans-serif !important;
  font-weight: 200 !important;
  font-style: normal !important;
  padding: 0 0 3%;
}
.spring_content_goods_flex_right_btn a {
  background: #a6bdc0;
  width: 100%;
  display: block;
  text-align: center;
  padding: 5% 0;
  color: #fff;
  font-family: futura-pt, sans-serif !important;
  font-size: 23px;
  transition-duration: .4s;
}
.spring_content_goods_flex_right_btn02 a {
  background: #a5acc0;
  width: 100%;
  display: block;
  text-align: center;
  padding: 5% 0;
  color: #fff;
  font-family: futura-pt, sans-serif !important;
  font-size: 23px;
  transition-duration: .4s;
}
.spring_content_pa{
  padding-top: 12%;
}
.spring_content_pa02{
  padding-top: 5%;
}
.spring_content_img_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  padding: 2% 0;
  position: relative;
}
.spring_content_cupin_img {
  padding: 2% 5% 10%;
}
.spring_content_goods_flex_right {
  width: 55%;
}
.spring_content_goods_flex_left {
  width: 27%;
}
.spring_content_goods_flex_left02 {
  width: 22%;
}
.bg_pink {
  background-color: #fcd4d5 !important;
  padding: 9% 3% 5%;
}
.feature_bratop_btn_spring{
    padding: 4% 0 0;
}
@media screen and (max-width: 768px) {
.center_txt p {
  text-align: center !important;
}
.spring_intro {
  padding: 12% 5% 13%;
}
.spring_coupon {
  padding: 8% 0;
}
.spring_link_btn_flex {
  gap: 13px;
}
span.spring_content_ttl_en {
  font-size: 14vw !important;
}
span.spring_content_ttl_jp {
  font-size: 6vw !important;
}
h2.spring_content_ttl {
  padding: 0 0 9%;
}
.spring_content_home {
  padding: 12% 0 15%;
}
.spring_content_active {
  padding: 12% 0 21%;
}
p.spring_content_ttl {
  font-size: 6.5vw;
  padding: 11% 0 0 0%;
}
p.spring_content_ttl02 {
  font-size: 6.5vw;
  padding: 11% 0 0 2%;
}
p.spring_content_ttl03 {
  font-size: 6.5vw;
  padding: 11% 0 0 3%;
}
.spring_content_img_bg {
  padding: 7% 0 0;
}
.spring_content_abs01 {
  top: 7px;
  right: -5% !important;
}
.spring_content_abs03 {
  top: 7px;
  right: -10% !important;
}
.spring_icon01 p, .spring_icon02 p, .spring_icon03 p, .spring_icon04 p, .spring_icon05 p, .spring_icon06 p, .spring_icon07 p {
  font-size: 4vw !important;
  text-align: center !important;
}
.spring_icon01 a {
  width: 33%;
  padding: 0.5% 0;
  top: 46%;
  left: 5%;
}
.spring_icon02 a {
  width: 39%;
  top: 58%;
  right: 25%;
}
.spring_icon03 a {
  width: 40%;
  top: 47%;
  left: 6%;
}
.spring_icon04 a {
  width: 40%;
}
.spring_icon05 a {
  width: 33%;
  top: 29%;
  left: 4%;
}
.spring_icon06 a {
  width: 38%;
  top: 38%;
  left: 15%;
}
.spring_icon07 a {
  width: 35%;
}
.spring_content_abs01 img {
  width: 53%;
}
.spring_content_abs02 img, .spring_content_abs03 img {
  width: 52%;
}
.spring_content_txt_flex_en p {
  font-size: 3.5vw !important;
  writing-mode: vertical-rl;
}
.spring_content_txt_flex_en02 p {
  font-size: 3.5vw !important;
  writing-mode: vertical-rl;
}
.spring_content_txt_flex_en {
    width: 5%;
}
.spring_content_txt_flex_en02 {
    width: 5%;
}
.spring_content_txt_flex_item_jp {
  border-left: 1px solid #a6bdc0;
  padding-left: 15px;
  margin-left: 15px;
  width: 100%;
}
.spring_content_txt_flex_item_jp02 {
  border-left: 1px solid #a5acc0;
  padding-left: 15px;
  margin-left: 15px;
  width: 100%;
}
.spring_content_txt_flex {
  gap: 0;
}
.spring_content_goods_flex {
  gap: 20px;
}
.spring_content_goods_flex_right_ttl p {
  font-size: 4vw;
}
.spring_goods_price {
  font-size: 4vw !important;
  padding: 5% 0;
}
.spring_content_goods_flex_right_btn a {
  padding: 4% 0;
  font-size: 4vw;
}
.spring_content_goods_flex_right_ttl02 p {
  font-size: 4vw;
}
.spring_goods_price02 {
  font-size: 4vw !important;
}
.spring_content_goods_flex_right_btn02 a {
  padding: 4% 0;
  font-size: 4vw;
}
.spring_content_txt_flex_item_jp p,.spring_content_txt_flex_item_jp02 p {
  font-size: 4.7vw;
}
.spring_content_img_flex {
  gap: 17px;
}
.spring_content_pa02 {
  margin: 7% 0;
}
.spring_content_goods_flex_img {
  width: 80%;
}
.spring_content_goods_flex_img02 {
  width: 100%;
}
.spring_content_goods_flex_img03 {
  width: 20%;
}
.bg_pink {
  padding: 12% 3% 5%;
}
.feature_bratop_btn_spring{
    padding: 0;
}
}

/* モーション */
@keyframes zoomOut_anime {
    0% {
        transform: scale(1.1);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.spring_fadein {
    opacity: 0; /* ← 最初は隠す */
    will-change: transform, opacity;
}

.spring_fadein.is-animated {
    animation-name: zoomOut_anime;
    animation-duration: 4s;
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-fill-mode: both;
}
/* 文字モーション */
.ttl_line {
    display: block;
    clip-path: inset(0 0 100% 0);
}

.spring_ttl_fadein.is-animated .ttl_line--1 {
    animation: clipReveal 0.9s cubic-bezier(0.0, 0.0, 0.2, 1) forwards;
    animation-delay: 1.5s;
}

.spring_ttl_fadein.is-animated .ttl_line--2 {
    animation: clipReveal 0.9s cubic-bezier(0.0, 0.0, 0.2, 1) forwards;
    animation-delay: 2s;
}

@keyframes clipReveal {
    0%   { clip-path: inset(0 0 100% 0); }
    100% { clip-path: inset(0 0 0% 0); }
}
/* ホバー */
a.spring_link_btn_left {
    transition-duration: .4s;
}
a.spring_link_btn_left:hover {
    opacity: 0.5;
}
a.spring_link_btn_right {
    transition-duration: .4s;
}
a.spring_link_btn_right:hover {
    opacity: 0.5;
}
.spring_icon01 a:hover,.spring_icon02 a:hover {
    background: #71999e;
}
.spring_icon03 a:hover,.spring_icon04 a:hover,.spring_icon05 a:hover,.spring_icon06 a:hover,.spring_icon07 a:hover {
    background: #7684ab;
}
.spring_content_goods_flex_right_btn a:hover,.spring_content_goods_flex_right_btn02 a:hover {
    opacity: 0.5;
}
@media screen and (max-width: 768px) {
a.spring_link_btn_left:active {
    opacity: 0.5;
}
a.spring_link_btn_right:active {
    opacity: 0.5;
}
.spring_icon01 a:active,.spring_icon02 a:active {
    background: #71999e;
}
.spring_icon03 a:active,.spring_icon04 a:active,.spring_icon05 a:active,.spring_icon06 a:active,.spring_icon07 a:active {
    background: #7684ab;
}
.spring_content_goods_flex_right_btn a:active,.spring_content_goods_flex_right_btn02 a:active {
    opacity: 0.5;
}
}


/* 特集ページ｜春 END */


/* 特集ページ｜26ss-feture */
.mv_link_btn.wh {
    background: #fff;
}
.mv_link_btn_flex.ss26-feature_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6% 5%;
}
.bg_og {
    background-color: #e7e8dd;
}
.og_mark {
    background: linear-gradient(transparent 30%, #d0d4c5 70%);
}
.ss26-feature_pickup {
    padding: 8% 5%;
    background-color: #e7e8dd;
}
.ss26-feature_pickup .center_txt {
    text-align: center;
    font-size: 26px;
}
.ss26-feature_pickup .din {
    font-family: "din-2014", sans-serif !important;
    font-weight: 600;
    font-style: normal;
}
.ss26-feature_pickup #t-shirts {
    letter-spacing: -10px;
}
.ss26-feature_pickup #t-shirts .txt {
    letter-spacing: 0px;
}
.ss26-feature_pickup .center_txt p {
    font-size: 22px;
}
.ss26-feature_pickup h2 {
    font-size: 90px;
    text-align: center;
    font-weight: 400;
    border-bottom: 2px solid #000;
    color: #000;
}
.ss26-feature_pickup h3 {
    margin: 0 auto 40px;
    display: flex;
    align-items: center;
    padding-top: 50px;
}
.ss26-feature_pickup h3 .number {
    font-size: 140px;
    font-weight: 800;
    line-height: .7;
    color: #c1c3a7;
    display: inline-block;
    padding-right: 20px;
    max-width: 30%;
}
.ss26-feature_pickup h3 .txt {
    font-size: 54px;
    font-weight: 800;
    line-height: 1.1;
    color: #000;
    display: inline-block;
    max-width: 70%;
}
.ss26-feature_content_goods {
    padding-bottom: 50px;
}
.ss26-feature_content_goods_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.ss26-feature_content_goods_flex_left {
    width: 32%;
    text-align: center;
}
.ss26-feature_content_goods_flex_left img {
    max-width: 100%;
    max-height: 270px;
    width: auto;
    display: inline-block;
    vertical-align: baseline;
}
.ss26-feature_content_goods_flex_right {
    width: 68%;
}
.ss26-feature_content_goods_flex_right_ttl p {
  font-weight: bold;
  font-size: 30px;
  padding: 0 0 4%;
}
.ss26-feature_content_goods_flex_right_ttl02 p {
  font-weight: bold;
  font-size: 30px;
  padding: 0 0 4%;
}
.ss26-feature_content_goods_flex_img {
  width: 70%;
}
.ss26-feature_content_goods_flex_img02 {
  width: 90%;
}
.ss26-feature_content_goods_flex_img02 img {
    max-width: 100%;
    width: auto;
}
.ss26-feature_content_goods_flex_img03 {
  width: 20%;
}
.ss26-feature_goods_price {
  font-size: 30px !important;
  color: #333333;
  font-family: futura-pt, sans-serif !important;
  font-weight: 200 !important;
  font-style: normal !important;
  padding: 3% 0;
}
.ss26-feature_goods_price02 {
  font-size: 30px !important;
  color: #333333;
  font-family: futura-pt, sans-serif !important;
  font-weight: 200 !important;
  font-style: normal !important;
  padding: 0 0 3%;
}
.ss26-feature_content_goods_flex_right_btn {
    padding-bottom: 20px;
}
.ss26-feature_content_goods_flex_right_btn a {
  background: #e7e8dd;
  border: solid 1px #333;
  width: 100%;
  display: block;
  text-align: center;
  padding: 5% 0;
  color: #333;
  font-family: futura-pt, sans-serif !important;
  font-size: 23px;
}
@media (max-width: 767px) {
    .ss26-feature_pickup {
        padding: 12% 5%;
    }
    .ss26-feature_pickup h2 {
    font-size: 14vw !important;
    }
    .ss26-feature_pickup #t-shirts {
    letter-spacing: -5px;
    }
    .ss26-feature_pickup h3 {
    margin: 0 auto 25px;
    padding-top: 30px;
    }
    .ss26-feature_pickup h3 .number {
    font-size: 19vw;
    padding-right: 10px;
    max-width: 27%;
    }
    .ss26-feature_pickup h3 .txt {
    font-size: 7.95vw;
    max-width: 73%;
    }
    .ss26-feature_pickup .center_txt p {
    font-size: 4.5vw;
    }
    .ss26-feature_content_goods_flex {
    gap: 20px;
    }
    .ss26-feature_content_goods_flex_right_ttl p {
    font-size: 4vw;
    }
    .ss26-feature_goods_price {
    font-size: 4vw !important;
    padding: 5% 0;
    }
    .ss26-feature_content_goods {
    padding-bottom: 20px;
    }
    .ss26-feature_content_goods_flex_right_btn a {
    padding: 4% 0;
    font-size: 4vw;
    }
    .ss26-feature_content_goods_flex_right_ttl02 p {
    font-size: 4vw;
    }
    .ss26-feature_goods_price02 {
    font-size: 4vw !important;
    }
    .ss26-feature_content_goods_flex_right_btn02 a {
    padding: 4% 0;
    font-size: 4vw;
    }
    .ss26-feature_content_txt_flex_item_jp p,.ss26_-feature_content_txt_flex_item_jp02 p {
    font-size: 4.7vw;
    }
    .ss26-feature_content_img_flex {
    gap: 17px;
    }
    .ss26-feature_content_goods_flex_left {
    width: 38%;
    }
    .ss26-feature_content_goods_flex_left img {
    max-height: 170px;
    }
    .ss26-feature_content_pa02 {
    margin: 7% 0;
    }
    .ss26-feature_content_goods_flex_img {
    width: 80%;
    }
    .ss26-feature_content_goods_flex_img03 {
    width: 20%;
    }
    .ss26-feature_content_goods_flex_img02 img {
    max-height: 20px;
    }
    .bg_wh.ss26 {
        background-color: #fff;
        padding: 12% 4% 2%;
    }
}



/* スライダー */
.ss26-slider {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 40px auto 10px;
}
.ss26-slider2  {
    margin-top: 2%;
}
.ss26-viewport {
  overflow: hidden;
  flex: 1;
  min-width: 0;
}

.ss26-arrow {
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10;
    padding-top: 30px;
    padding-bottom: 30px;
}
.ss26-arrow::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    margin: auto;
}
.ss26-arrow:nth-of-type(1):before {
    transform: rotate(-135deg);
}
.ss26-arrow:nth-of-type(2):before {
    transform: rotate(45deg);
}

.ss26-slide {
  flex-shrink: 0;
  width: calc(100% / 2.5);
  padding: 0 6px;
  box-sizing: border-box;
}


.ss26-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.ss26-slider .feature_bratop_txt { font-size: 17px !important;
}
.ss26-slider p.feature_bratop_price { font-size: 20px !important;
}

@media (max-width: 767px) {
.ss26-slider {
    margin: 20px auto 10px;
}
.ss26-slider2 {
    margin-top: 2%;
}
.ss26-slider .feature_bratop_txt {
    font-size: 3.5vw !important;
}
.ss26-slider p.feature_bratop_price {
    font-size: 4vw !important;
}
.ss26-arrow {
    padding-top: 45px;
    padding-bottom: 15px;
}
.ss26-arrow::before {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
}
}
/* 特集ページ｜26ss-feture END */


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* 特集ページ｜2026gw */
/* https://bambiwater.jp/shop/information/2026gw */

.gw2026_intro {
    background: #cfe5df;
    padding: 8% 5%;
}

.gw2026_intro .txt p {
    text-align: center;
    color: #007780;
    font-weight: bold;
    font-size: 30px !important;
}

.gw2026_coupon {
    padding: 6% 0;
}

.gw2026_coupon p.fsK {
    font-size: 10px !important;
    color: #007780 !important;
    text-align: left !important;
}

.gw2026_intro h2.spring_content_ttl {
    padding: 5% 0 !important;
}

span.gw2026_content_ttl_en {
    text-align: center;
    font-family: futura-pt, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 100px !important;
    color: #007780;
    letter-spacing: 0.05em;
    line-height: 1 !important;
}

.gw2026_link_btn ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    gap: 1em 0;
}

.gw2026_link_btn ul li {
    width: calc((100% - 1em)/2);
    margin-bottom: 0 !important;
    list-style: none;
}

.gw2026_link_btn li img {
    width: 100%;
}

/* gw2026_swiper */

.gw2026_swiper .slide-content {
    margin-top: 2em;
    display: flex;
    align-items: start;
    gap: 0 1em;
}

.gw2026_swiper .left {
    width: 28%;
}

.gw2026_swiper .right {
    width: 68%;
    display: flex;
    flex-direction: column;
    gap: 1em 0;
}

.gw2026_swiper .slide-date {
    font-weight: bold;
    font-size: 35px;
    color: #fff;
}

.gw2026_swiper .slide-date.sm {
    font-size: 32px;
}

.gw2026_swiper .slide-colour {
    height: 30px;
}

.gw2026_swiper .slide-colour img {
    height: 100%;
    width: auto;
}

.gw2026_swiper .slide-price {
    font-family: futura-pt, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 35px;
    color: #fff;
}

.gw2026_swiper .slide-item img {
    width: 100%;
    height: auto;
    display: block;
}

.gw2026_swiper .slide-btn {
    margin-top: 2em;
}

.gw2026_swiper .slide-btn a {
    background: #fff;
    width: 100%;
    display: block;
    text-align: center;
    padding: 1% 0;
    color: #1a7980;
    font-family: futura-pt, sans-serif !important;
    font-weight: 500 !important;
    font-style: normal !important;
    letter-spacing: 0.1em;
    font-size: 40px;
}

/* ページネーション */
.swiper-area.gw2026_only {
    width: 100% !important;
    position: relative !important;
}

.gw2026_only .swiper-pagination-bullet {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    background: transparent !important;
    border: 2px solid #fff !important;
    opacity: 1 !important;
    z-index: 999;
    box-sizing: border-box !important;
}

.gw2026_only .swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #fff !important;
}

.gw2026_only .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px !important;
}

.gw2026_only .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -7% !important;
}

/* 矢印 */
.gw2026_only .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    top: 35% !important;
    left: 0 !important;
}

.gw2026_only .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    top: 35% !important;
    right: 0;
}

.gw2026_only .swiper-button-next,
.gw2026_only .swiper-button-prev {
    width: 50px !important;
    height: 70px !important;
    background: rgba(255, 255, 255, 0.5);
    /* background: #fff; */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.gw2026_only .swiper-button-next::after,
.gw2026_only .swiper-button-prev::after {
    font-size: 30px !important;
    font-weight: bold;
    color: #007780 !important;
}


@media (max-width: 768px) {

    .gw2026_intro {
        padding: 10% 5%;
    }

    .gw2026_coupon {
        padding: 8% 0;
    }

    span.gw2026_content_ttl_en {
        font-size: 14vw !important;
    }

    .gw2026_intro .txt p {
        font-size: 4.3vw !important;
    }

    /* gw2026_swiper */
    .gw2026_swiper .slide-content {
        margin-top: 1.5em;
        gap: 0 1em;
    }

    .gw2026_swiper .left {
        width: 28%;
    }

    .gw2026_swiper .right {
        width: 68%;
        gap: 0.7em 0;
    }

    .gw2026_swiper .slide-date {
        font-size: 4.557vw;
    }

    .gw2026_swiper .slide-date.sm {
        font-size: 4.167vw;
    }

    .gw2026_swiper .slide-colour {
        height: 3.906vw;
    }

    .gw2026_swiper .slide-price {
        font-size: 4.557vw;
    }

    .gw2026_swiper .slide-btn {
        margin-top: 1.5em;
    }

    .gw2026_swiper .slide-btn a {
        padding: 1% 0;
        font-size: 5.208vw;
    }

    /* ページネーション */
    .gw2026_only .swiper-pagination-bullet {
        width: 20px !important;
        height: 20px !important;
    }

    .gw2026_only .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: -10% !important;
    }

    /* 矢印 */
    .gw2026_only .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        top: 35% !important;
        left: 0 !important;
    }

    .gw2026_only .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        top: 35% !important;
        right: 0 !important;
    }

    .gw2026_only .swiper-button-next,
    .gw2026_only .swiper-button-prev {
        width: 10.51vw !important;
        height: 13.115vw !important;
    }

    .gw2026_only .swiper-button-next::after,
    .gw2026_only .swiper-button-prev::after {
        font-size: 5.906vw !important;
    }
}

/* 2026gw共通 */
.gw2026_bg {
    background: #9dcfca;
}

.gw2026_common {
    padding: 10% 0 20%;
}

.gw2026_common.medi {
    padding: 5% 0 20%;
}

.gw2026_common.bt {
    padding: 5% 0 30%;
}

.gw2026_common {
    padding: 10% 0 20%;
}

.gw2026_common .title {
    margin: 0 0 8% 0;
    padding: 0 5%;
}

.gw2026_common .sub {
    text-align: center !important;
    font-family: futura-pt, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 30px !important;
    color: #fff;
    letter-spacing: 0.05em;
}

.gw2026_common .ttl {
    text-align: center !important;
    font-family: futura-pt, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 100px !important;
    color: #007780;
    letter-spacing: 0.05em;
    line-height: 1 !important;
}

.gw2026_common .txt {
    text-align: center !important;
    color: #fff;
    font-weight: bold;
    margin-top: 1em !important;
    font-size: 30px !important;
}

@media (max-width: 768px) {
    .gw2026_common {
        padding: 10% 0 23%;
    }

    .gw2026_common.medi {
        padding: 12% 0 23%;
    }

    .gw2026_common.bt {
        padding: 12% 0 50%;
    }

    .gw2026_common .sub {
        font-size: 3.906vw !important;
    }

    .gw2026_common .ttl {
        font-size: 13.021vw !important;
    }

    .gw2026_common .txt {
        font-size: 4.3vw !important;
    }
}

.bg_gw2026 {
    background: #cfe5df;
    padding: 9% 3% 5%;
}

@media screen and (max-width: 768px) {
    .bg_gw2026 {
        padding: 12% 3% 5%;
    }
}


/* 特集ページ｜2026gw END */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* 特集ページ｜ショーツ特集 */
/*カード*/
.shots_topics {
  background-color: #fff;
  padding: 6% 5% 5%;
  margin: 40px auto;
}
.shots_topics h3 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid;
  margin-bottom: 40px;
  margin-top: 0;
  color: #b29442;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
}
.shots_topics h3 .fs-big {
    font-size: 54px;
    line-height: 1;
}
.shots_topics h3 .fs-big .futura {
  font-size: 80px !important;
  letter-spacing: -5px;
  vertical-align: -4px;
}
.feature_shorts_category.category-slider-in {
    padding-top: 50px;
}
@media (max-width: 767px) {
    .shots_topics h3 {
        font-size: 4.7vw !important;
        margin-bottom: 30px;
    }
    .shots_topics h3 .fs-big {
        font-size: 7.5vw !important;
    }
    .shots_topics h3 .fs-big .futura {
        font-size: 12vw !important;
    }
    .feature_shorts_category.category-slider-in {
        padding-top: 30px;
        margin-top: 50px;
    }
}
/* スライダー */
.category-slider {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 40px auto 10px;
}
 
.category-viewport {
  overflow: hidden;
  flex: 1;
  min-width: 0;
}
 
.category-arrow {
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10;
    padding-top: 30px;
}
 .category-arrow::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    margin: auto;
}
  .category-arrow:nth-of-type(1):before {
    transform: rotate(-135deg);
  }
    .category-arrow:nth-of-type(2):before {
    transform: rotate(45deg);
  }

.category-slide {
  flex-shrink: 0;
  width: calc((100% - 8px * 1.5) / 2.5);
  box-sizing: border-box;
  padding: 0 !important;
}
 
.category-track {
  display: flex;
  gap: 10px;
  transition: transform 0.3s ease;
}
 
.category-slide img {
  width: 100%;
  height: auto;
  display: block;
}
 
.category-slider .feature_bratop_txt {
  font-size: 17px !important;
}
 
.category-slider p.feature_bratop_price {
  font-size: 20px !important;
}
 
@media (max-width: 767px) {
  .category-slider {
    margin: 20px auto 10px;
  }
 
  .category-slider .feature_bratop_txt {
    font-size: 3.2vw !important;
  }
 
  .category-slider p.feature_bratop_price {
    font-size: 3.4vw !important;
  }
  .category-slider p.feature_bratop_price span.feature_sale_txt {
    font-size: 2.8vw !important;
}
    .category-arrow::before {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
    }
    
}
/* 特集ページ｜ショーツ特集 END */


/* 特集ページ｜26SS(BAMBI WATER) */
.fv_youtube {
    position: relative;
    width: 100%;
    max-width: 720px; /* 好きに調整OK */
    margin: 0 auto;
}
.fv_youtube::before {
    content: "";
    display: block;
    padding-top: 177.78%; /* 9:16 */
}
.fv_youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ss26_section-lead {
    margin: 8rem auto 8rem;
}
.ss26_title-main {
    position: relative;
    width: 31rem;
    margin: 0 auto 6.6rem;
    text-align: center;
}
.ss26_title-main::after {
    position: absolute;
    content: "";
    background: #000;
    width: 0.1rem;
    height: 2.3rem;
    bottom: -4.6rem;
}
.ss26_section-lead__lead:first-of-type {
    margin-top: 0 !important;
    font-size: 1.4rem !important;
    line-height: 1.8 !important;
}
.ss26_section-lead__lead {
    font-size: 1.1rem !important;
    text-align: center !important;
    line-height: 2 !important;
}
.ss26_pt16{
    padding-top: 1rem !important;
}
.ss26_cupintops__inner {
    padding: 0 1rem 1rem;
    overflow: hidden;
}
.ss26_l__inner {
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
}
.ss26_cupintops__img-wrap {
    position: relative;
    display: flex;
}
.ss26_cupintops__text {
    position: absolute;
    right: 0;
    top: 2.5rem;
    font-family: "din-2014", sans-serif !important;
    font-weight: 300;
    font-style: normal;
    font-size: 1rem !important;
    z-index: 1;
}
.u-text-r {
    text-align: right !important;
}
.ss26_cupintops__img--1 {
    width: 31rem;
}
.ss26_cupintops__title {
    display: block;
    position: absolute;
    left: 0;
    bottom: -0.8rem;
    font-family: "din-2014", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 3.6rem !important;
    letter-spacing: 0.01em;
    line-height: 1.15 !important;
    z-index: 1;
}
.ss26_cupintops__img--2 {
    margin-top: -11rem;
    width: 20rem;
}
.u-r {
    margin-left: auto;
}
.u-l {
    margin-right: auto;
}


.ss26_bambiwater_content .look--1 .look__img--1 {
    width: 86%;
}
.ss26_bambiwater_content .look__mBtn {
    position: relative;
    cursor: pointer;
}
.ss26_bambiwater_content .look--1 {
    margin-top: 12rem;
}
.ss26_bambiwater_content .look__title {
    display: block;
    font-family: "DIN Alternate", sans-serif;
    font-size: 4.7rem;
    letter-spacing: 0.01em;
    line-height: 0.95;
    color: #000;
}
.ss26_bambiwater_content .look__title-wrap--vertical {
    writing-mode: vertical-rl;
}
.ss26_bambiwater_content .look__title-wrap--vertical .look__title-sub {
    margin-right: 0.8rem;
}
.ss26_bambiwater_content .look__title-sub {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0;
}
.ss26_bambiwater_content .look__title-wrap {
    position: absolute;
    z-index: 1;
    display: grid;
    grid-auto-flow: row;
}
.ss26_bambiwater_content .look--1 .look__title-wrap {
    right: -2.6rem;
    top: 3rem;
}
.ss26_bambiwater_content .GLITTER_txt,.ss26_bambiwater_content .STRAP_txt,.ss26_bambiwater_content .SIDEGATHER_txt ,.ss26_bambiwater_content .BALLOON_txt {
    padding: 6rem 0 6rem 2rem;
    width: 80%;
    text-align: justify;
}
.ss26_bambiwater_content .BALLOON_txt {
    padding: 12rem 0 6rem 2rem;
    width: 80%;
    text-align: justify;
}
.ss26_bambiwater_content .GLITTER_txt p,.ss26_bambiwater_content .STRAP_txt p,.ss26_bambiwater_content .SIDEGATHER_txt p ,.ss26_bambiwater_content .BALLOON_txt p {
    font-size: 1.1rem !important;
    line-height: 2 !important;
}
.ss26_bambiwater_content .look--1 .look__img--2 {
    width: 30rem;
    margin-right: 2rem;
}
.ss26_bambiwater_content .look--1_product_btn{
    width: 30rem;
    margin-right: 2rem;
}
.ss26_bambiwater_content .look__product-name {
    font-family: "din-2014", sans-serif !important;
    font-size: 1.8rem !important;
    line-height: 1 !important;
    color: #000;
}
.ss26_bambiwater_content a.btn.btn--buy {
    display: inline-block;
    margin-left: 1.6rem;
    font-family: "DIN Alternate", sans-serif;
    font-size: 1.5rem;
    color: #000;
    border: 1px solid;
    padding: 10px 20px;
}
.ss26_bambiwater_content .look__product_btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1.5rem 0 0;
}
.ss26_bambiwater_content .look__product_btn_left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1.5rem 0 0;
}
.ss26_bambiwater_content .look--2 {
    margin-top: 12rem;
}
.ss26_bambiwater_content .look--2 .look__wrap {
    position: relative;
}
.ss26_bambiwater_content .look--2 .look__img--bg {
    position: absolute;
    top: 0;
}
.ss26_bambiwater_content .look--2 .look__title-wrap {
    left: 2rem;
    top: 4rem;
}
.ss26_bambiwater_content .look__title--wt .look__title ,.ss26_bambiwater_content .look__title--wt .look__title-sub {
    color: rgba(255, 255, 255, 0.7) !important;
}
.ss26_bambiwater_content .look--2 .look__img--1 {
    width: 76%;
}
.ss26_bambiwater_content .look__mBtn {
    position: relative;
    cursor: pointer;
}
.ss26_bambiwater_content .look--2 .look__img--2 {
    width: 30rem;
    margin-top: 8rem;
    margin-left: 2rem;
    z-index: 1;
    position: relative;
}
.ss26_bambiwater_content .ASYMMETRY_txt {
    padding: 6rem 2rem  0 0;
    width: 75%;
    text-align: justify;
}
.ss26_bambiwater_content .look--2_product_btn {
    padding: 1.5rem 2rem 0 0;
    width: 75%;
    margin-left: auto;
}
.ss26_bambiwater_content .ASYMMETRY_txt_p {
    font-size: 1.1rem !important;
    line-height: 2 !important;
}
.ss26_bambiwater_content .look--3 .look__title-wrap {
    right: 2rem;
    top: -3.2rem;
}
.ss26_bambiwater_content .look--3 {
    margin-top: 14rem;
}
.ss26_bambiwater_content .look--3 .look__title-wrap {
    right: 2rem;
    top: -2.2rem;
}
.ss26_bambiwater_content .look--3 .look__img--2 {
    width: 68%;
    margin-right: 2rem;
}
.ss26_bambiwater_content .look--3_product_btn ,.ss26_bambiwater_content .look--4_product_btn,.ss26_bambiwater_content .look--6_product_btn {
    margin-right: 2rem;
}
.ss26_bambiwater_content .look--4 {
    margin-top: 12rem;
}
.ss26_bambiwater_content .look--4 .look__img--1 {
    width: 86%;
}
.ss26_bambiwater_content .look--4 .look__title-wrap {
    right: -2.6rem;
    top: 3rem;
}
.ss26_bambiwater_content .look--4 .look__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    width: 95%;
}
.ss26_bambiwater_content .look--5 {
    margin-top: 12rem;
}
.ss26_bambiwater_content .look--5 .look__img--1 {
    width: 86%;
    margin-left: auto;
}
.ss26_bambiwater_content .look--5 .look__wrap {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    width: 73%;
    margin-top: 8rem;
    margin-left: 2rem;
}
.ss26_bambiwater_content .look--5 .look__title-wrap {
    right: -8rem;
    top: 0;
}
.ss26_bambiwater_content .AMERICANSLEEVE_txt {
    padding: 5rem 2rem  0;
    width: 100%;
    text-align: justify;
}
.ss26_bambiwater_content .AMERICANSLEEVE_txt p {
    font-size: 1.1rem !important;
    line-height: 2 !important;
}
.ss26_bambiwater_content .look--5_product_btn {
    margin-left: 2rem;
}
.ss26_bambiwater_content .look--6 {
    margin-top: 12rem;
}
.ss26_bambiwater_content .look--6 .look__title-wrap {
    bottom: -6rem;
    left: 0.7rem;
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 100%;
}
.ss26_bambiwater_content .look--6 .look__title-wrap > span {
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 100%;
}
.ss26_bambiwater_content .look--6 .look__title-sub {
    margin-right: 2.5rem;
}
.ss26_bambiwater_content .look--6 .look__img--1 {
    padding: 0 2rem;
    width: 100%;
    margin:auto;
}
.ss26_bambiwater_content .look--6 .look__img--2 {
    width: 68%;
    margin-right: 2rem;
}
.ss26_bambiwater_content .look--7 {
    margin-top: 12rem;
}
.ss26_bambiwater_content .look--7 .look__img--3 {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.ss26_bambiwater_content .look--7 .look__title-wrap {
    right: 0;
    left: 0;
    top: -0.6rem;
    margin: 0 auto;
    text-align: center;
}
.ss26_bambiwater_content .look--7 .look__item-fr {
    position: absolute;
    width: 90%;
    margin: 0 auto;
    left: 50%;
    top: 25.5%;
    transform: translate(-50%, -50%);
    padding-top: -18.5rem;
    z-index: 1;
}
.ss26_bambiwater_content .look--7 .look__img--2 {
    width: 30rem;
    margin-top: 7rem;
    margin-left: 2rem;
}
.ss26_bambiwater_content .OFFSHOULDER_txt {
    padding: 5rem 2rem 0;
    width: 100%;
    text-align: justify;
}
.ss26_bambiwater_content .OFFSHOULDER_txt p {
    font-size: 1.1rem !important;
    line-height: 2 !important;
}
.ss26_bambiwater_content .look--7_product_btn {
    margin-left: 2rem;
}
.ss26_bambiwater_content .section-product {
    margin: 12rem auto 0;
}
.ss26_bambiwater_content .section-product__title {
    font-size: 2.8rem !important;
    text-align: center;
    font-family: "din-2014", sans-serif !important;
    color: #000;
}
.ss26_bambiwater_content .product-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    margin-top: 2rem !important;
    margin-left: 0 !important;
    gap: 0;
}
.ss26_bambiwater_content .product-list__item:nth-child(-n+6) {
    grid-column: span 3;
}
.ss26_bambiwater_content .product-list__item:nth-child(n+7) {
    grid-column: span 2;
}
.ss26_bambiwater_content .product-list__item {
    position: relative;
}
.ss26_bambiwater_content .product-list li {
    list-style: none !important;
    margin-bottom: 0 !important;
}
.ss26_bambiwater_content .product-list a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    transition: all .3s ease;
}
.ss26_bambiwater_content .product-list__name {
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: 1.4rem;
    font-family: "din-2014", sans-serif !important;
    font-size: 1rem !important;
    color: #fff !important;
    text-align: center;
    line-height: 1.3;
    z-index: 0;
}
.ss26_bambiwater_content .section-philosophy {
    padding: 0 2rem;
}
.ss26_bambiwater_content .philosophy__inner {
    position: relative;
    background: url(https://d2w53g1q050m78.cloudfront.net/bambiwaterjp/uploads/bambiwaterjp_lp/feature/img/26ss_philosophy_bg.webp) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 4.5rem 1.5rem;
    color: #fff !important;
    text-align: center;
}
.ss26_bambiwater_content .philosophy__title-b {
    font-family: futura-pt, sans-serif !important;
    font-weight: 300 !important;
    font-size: 1.7rem;
    letter-spacing: .16em;
}
.ss26_bambiwater_content .philosophy__title-main {
    width: 23.2rem;
    margin: 0.6rem auto 0;
}
.ss26_bambiwater_content .philosophy__title img {
    margin: 0.6rem auto 0 !important;
}
.ss26_bambiwater_content .philosophy__title-sub {
    font-size: 1.4rem;
    margin-top: 1.2rem;
    display: block;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif !important;
}
.ss26_bambiwater_content .philosophy__text {
    font-family: futura-pt, sans-serif !important;
    font-weight: 300 !important;
    font-size: 1.3rem;
    letter-spacing: 0.08em;
    line-height: 1.8;
    margin: 2rem auto 0;
    width: 32rem;
    max-width: 100%;
    color: #fff !important;
    padding: 1.6rem 0 0;
}
.ss26_bambiwater_content .section-philosophy {
    padding: 7rem 2rem 6rem;
}

/* 動き　　*/
.js-fade {
    opacity: 0;
    /* transform: translateY(20px); */
    transition: opacity 0.8s ease-in;
}
.js-fade.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.fadeup.is-inview, .fadeup-sm.is-inview, .fadein-late.is-inview {
    opacity: 1;
    transform: translateY(0);
}
.fadeup-sm {
    opacity: 0;
    transform: translateY(0px);
    transition: all 0.8s ease;
}
.u-fade-left {
    transform: translateX(-18px);
    transition: opacity 1.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 768px) {
    .ss26_title-main {
        width: 70.3vw;
        margin: 0 auto 20.8vw;
    }
    .ss26_section-lead {
        margin: 19.7vw auto 16.9vw;
    }
    .ss26_title-main::after {
        width: 0.233vw;
        height: 4.65vw;
        bottom: -14.69vw;
    }
    .ss26_section-lead__lead:first-of-type {
        font-size: 4vw !important;
    }
    .ss26_section-lead__lead {
        font-size: 3.02vw !important;
    }
    .ss26_cupintops__img--1 {
        width: 64.65vw;
    }
    .ss26_cupintops__text {
        font-weight: 600;
        top: 5.186vw;
        font-size: 2.2vw !important;
    }
    .ss26_cupintops__inner {
        padding: 0 4vw 2.5vw;
    }
    .ss26_cupintops__img--2 {
        margin-top: -26.744vw;
        width: 44.65vw;
    }
    .ss26_cupintops__title {
        bottom: -1.395vw;
        font-size: 7.6vw !important;
    }
    .ss26_bambiwater_content .look--1 {
        margin-top: 39.53vw;
    }
    .ss26_bambiwater_content .look__title {
        display: block;
        font-family: "DIN Alternate", sans-serif;
        font-size: 4.7rem;
        letter-spacing: 0.01em;
        line-height: 0.95;
        color: #000;
        font-size: 11.62vw;
    }
    .ss26_bambiwater_content .look__title-sub {
        font-size: 3.02vw;
    }
    .ss26_bambiwater_content .look--1 .look__title-wrap {
        right: -6.97vw;
        top: 8.14vw;
    }
    .ss26_bambiwater_content .look--1 .look__img--1 {
        width: 84.88vw;
    }
    .ss26_bambiwater_content .GLITTER_txt p, .ss26_bambiwater_content .STRAP_txt p, .ss26_bambiwater_content .SIDEGATHER_txt p, .ss26_bambiwater_content .BALLOON_txt p {
        font-size: 3.2vw !important;
    }
    .ss26_bambiwater_content .GLITTER_txt, .ss26_bambiwater_content .SIDEGATHER_txt {
        padding: 15vw 0 15vw 4vw;
    }
    .ss26_bambiwater_content .look--1 .look__img--2 {
        margin-right: 4vw;
        width: 58.83vw;
    }
    .ss26_bambiwater_content .look__product-name {
        line-height: 1.3 !important;
        color: #000;
        font-size: 4.3vw !important;
    }
    .ss26_bambiwater_content a.btn.btn--buy {
        margin-left: 3vw;
        font-size: 4.5vw;
        padding: 7px 14px;
    }
    .ss26_bambiwater_content .look--1_product_btn {
        width: 95%;
        margin-right: 4vw;
    }
    .ss26_bambiwater_content .look--2 {
        margin-top: 39.53vw;
    }
    .ss26_bambiwater_content .look--2 .look__img--1 {
        width: 73.25vw;
    }
    .ss26_bambiwater_content .look--2 .look__title-wrap {
        left: 4vw;
        top: 9vw;
    }
    .ss26_bambiwater_content .look--2 .look__img--2 {
        width: 55.83vw;
        margin-top: 22.16vw;
        margin-left: 6vw;
    }
    .ss26_bambiwater_content .ASYMMETRY_txt_p {
        font-size: 3.2vw !important;
    }
    .ss26_bambiwater_content .ASYMMETRY_txt {
        width: 86%;
        padding: 15vw 4vw 5vw 0;
    }
    .ss26_bambiwater_content .look--2_product_btn {
        padding: 0 4vw 0 0;
        width: 95%;
        justify-content: flex-end;
    }
    .ss26_bambiwater_content .look--3 {
        margin-top: 45.53vw;
    }
    .ss26_bambiwater_content .look--3 .look__title-wrap {
        right: 3.488vw;
        top: -5.97vw;
    }
    .ss26_bambiwater_content .STRAP_txt {
        padding: 15vw 0 15vw 4vw;
        width: 84%;
    }
    .ss26_bambiwater_content .look--3 .look__img--2 {
        width: 70vw;
        margin-right: 4vw;
    }
    .ss26_bambiwater_content .look--3_product_btn, .ss26_bambiwater_content .look--4_product_btn, .ss26_bambiwater_content .look--6_product_btn {
        margin-right: 4vw;
    }
    .ss26_bambiwater_content .look--4 {
        margin-top: 39.53vw;
    }
    .ss26_bambiwater_content .look--4 .look__title-wrap {
        right: -6.97vw;
        top: 6.3vw;
    }
    .ss26_bambiwater_content .look--4 .look__img--1 {
        width: 84.88vw;
    }
    .ss26_bambiwater_content .look--4 .look__wrap {
        width: 95.82vw;
    }
    .ss26_bambiwater_content .look--5 {
        margin-top: 39.53vw;
    }
    .ss26_bambiwater_content .look--5 .look__img--1 {
        width: 84vw;
    }
    .ss26_bambiwater_content .look--5 .look__wrap {
        gap: 3.488vw;
        width: 67.44vw;
        margin-top: 18.6vw;
        margin-left: 4vw;
    }
    .ss26_bambiwater_content .look--5 .look__title-wrap {
        right: -20.26vw;
    }
    .ss26_bambiwater_content .AMERICANSLEEVE_txt {
        padding: 15vw 4vw 0;
    }
    .ss26_bambiwater_content .AMERICANSLEEVE_txt p {
        font-size: 3.2vw !important;
    }
    .ss26_bambiwater_content .look--5_product_btn {
        margin-left: 4vw;
    }
    .ss26_bambiwater_content .look__product_btn {
        padding: 5vw 0 0;
    }
    .ss26_bambiwater_content .look--6 {
        margin-top: 39.53vw;
    }
    .ss26_bambiwater_content .look--6 .look__title-wrap {
        bottom: -16.27vw;
        left: 0;
    }
    .ss26_bambiwater_content .look--6 .look__img--1 {
        padding: 0;
        width: 86.05vw;
    }
    .ss26_bambiwater_content .look--6 .look__title-sub {
        margin-right: 0;
    }
    .ss26_bambiwater_content .look--6 .look__title {
        left: -4.65vw;
        position: relative;
    }
    .ss26_bambiwater_content .BALLOON_txt {
        padding: 30vw 0 15vw 4vw;
    }
    .ss26_bambiwater_content .look--6 .look__img--2 {
        width: 75vw;
        margin-right: 4vw;
    }
    .ss26_bambiwater_content .look--7 .look__title-wrap {
        top: -1.5vw;
    }
    .ss26_bambiwater_content .look--7 .look__item-fr {
        width: 86%;
        top: 23.6%;
    }
    .ss26_bambiwater_content .look--7 .look__img--2 {
        margin-top: 15vw;
        margin-left: 4vw;
        width: 71.12vw;
    }
    .ss26_bambiwater_content .OFFSHOULDER_txt {
        padding: 15vw 4vw 0;
    }
    .ss26_bambiwater_content .OFFSHOULDER_txt p {
        font-size: 3.2vw !important;
    }
    .ss26_bambiwater_content .look--7_product_btn {
        margin-left: 4vw;
    }
    .ss26_bambiwater_content .look--7 {
        margin-top: 39.53vw;
    }
    .ss26_bambiwater_content .section-product {
        margin: 39.53vw auto 0;
    }
    .ss26_bambiwater_content .section-product__title {
        font-size: 8.5vw !important;
    }
    .ss26_bambiwater_content .product-list {
        margin-top: 5vw !important;
    }
    .ss26_bambiwater_content .product-list__name {
        bottom: 2.4vw;
        font-size: 3.4vw !important;
        text-align: center !important;
        line-height: 1.2 !important;
    }
    .ss26_bambiwater_content .product-list__item:nth-child(n+7) .product-list__name {
        font-size: 2.6vw !important;
    }
    .ss26_bambiwater_content .philosophy__inner {
        padding: 10vw 3.48vw;
    }
    .ss26_bambiwater_content .section-philosophy {
        padding: 20vw 4vw 18vw;
    }
    .ss26_bambiwater_content .philosophy__title-b {
        font-size: 3.95vw;
        font-weight: 500 !important;
    }
    .ss26_bambiwater_content .philosophy__title-main {
        width: 54vw;
        margin: 2.4vw auto 0;
    }
    .ss26_bambiwater_content .philosophy__title-sub {
        font-size: 3.25vw;
        margin-top: 2.8vw;
    }
    .ss26_bambiwater_content .philosophy__text {
        font-size: 3vw !important;
        line-height: 2;
        margin: 6.9vw auto 0;
        width: 88vw;
        text-align: center !important;
        font-weight: 400 !important;
    }
}
/* 特集ページ｜26SS(BAMBI WATER) END */