@charset "utf-8";
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
reset
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ボックスモデルとボーダーのリセット */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* ドキュメント */
/* ============================================ */

/**
 * 1. 全てのブラウザで行の高さを修正
 * 2. iOSで画面回転後のフォントサイズの自動調整を防止
 * 3. iOSでリンクの灰色オーバーレイを削除
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* セクション */
/* ============================================ */
/**
 * 全てのブラウザでマージンを削除
 */

body {
  margin: 0;
  overflow-x: hidden;
}

/**
 * IEでmain要素の表示を一貫させる
 */

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

/* グループ化コンテンツ */
/* ============================================ */

/**
 * 1. Firefoxでボックスサイズを修正
 * 2. EdgeとIEでオーバーフローを表示
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

address {
  font-style: inherit;
}

/* テキストレベルのセマンティクス */
/* ============================================ */

/**
 * IE10でアクティブなリンクの灰色背景を削除
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Chrome57-で下部の境界線を削除
 * 2. Chrome、Edge、IE、Opera、Safariで正しいテキスト装飾を追加
 */

abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Chrome、Edge、Safariで正しいフォントの太さを追加
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. 全てのブラウザでフォントサイズの継承とスケーリングを修正
 * 2. 全てのブラウザで奇数のemフォントサイズを修正
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * 全てのブラウザで正しいフォントサイズを追加
 */

small {
  font-size: 80%;
}

/**
 * 全てのブラウザでsubとsup要素が行の高さに影響を与えるのを防止
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* 置換コンテンツ */
/* ============================================ */

/**
 * 垂直方向の配置の問題を防止
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}


/* テーブル */
/* ============================================ */
/**
1. ChromeとSafariでテーブルの境界線の色の継承を修正
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*
 * リンクスタイル
 * ============================================
 */
:where(a) {
  color: inherit;
  /* 親要素の色を継承 */
  text-decoration: none;
  /* 下線を削除 */
  cursor: pointer;
  /* カーソルをポインターに */
  opacity: unset;
  /* 透明度をリセット */
}

/* ホバー可能なデバイスでの電話番号リンクの無効化 */
@media (any-hover: hover) {
  :where(a[href^="tel:"]) {
    pointer-events: none;
  }
}

/*
 * 画像スタイル
 * ============================================
 */
:where(img) {
  max-width: 100%;
  /* 親要素に収まるように最適化 */
  width: 100%;
  height: auto;
  /* アスペクト比を維持 */
  vertical-align: bottom;
  /* 画像下の余白を削除 */
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
common
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (min-width: 768px) {
.sp {display: none !important;}
.pc {display: block;}
}

@media screen and (max-width: 767px) {
  .sp {display: block;}
  .pc {display: none !important;}
}

.content__wrap {
  width: 80%;
  max-width: 1164px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .content__wrap {width: 90%;}
}

.clearboth {
  clear: both;
}

/***********************
ECボタン
************************/
.btn--ec {
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .btn--ec {
    width: 280px;
    margin: 0 auto;
  }
}

/***********************
戻るボタン
************************/
.backBtn {
  width: 340px;
  margin: 40px auto 20px;
}
@media screen and (max-width: 767px) {
  .backBtn {
    width: 240px;
    margin: 20px auto 20px;
  }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

TOPページ

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#madonnaTop {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-style: normal;
  background-image: url(../img/bg_madonna_01.jpg);
  background-size: cover;
  background-repeat: repeat-y;
}
@media screen and (max-width: 767px) {
  #madonnaTop {
    background-size: contain;
  }
}

/***********************
TOPページ−ヘッダー
************************/
@media screen and (max-width: 767px) {
  .topHeader {
    background-image: url(../img/bg_madonna_01.jpg);
    background-size: cover;
    background-position: top;
  }
}

.topHeader__inner {
  width: 80%;
  margin: 0 auto;
  padding: 40px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .topHeader__inner {
    width: 70%;
    padding: 40px 0 0;
  }
}

.topHeader__logo {
  width: 40%;
  margin: 20px auto 30px;
}
@media screen and (max-width: 767px) {
  .topHeader__logo {
    width: 100%;
  }
}

.topHeader__nav {
  padding-bottom: 20px;
}

.topHeader__navList {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
}

.topHeader__navListItem {
  width: 31%;
  display: inline-block;
}

/***********************
　┗SP版メニュー
************************/
@media screen and (max-width: 767px) {
  .topHeader__openBtn {
    cursor: pointer;
    display: block;
    position: fixed;
    width: 47px;
    height: 47px;
    top: 12px;
    right: 12px;
    z-index: 10;
    transition: .3s;
  }
  .topHeader__openBtn span {
    position: absolute;
    display: block;
    width: 42px;
    height: 4px;
    top: calc(50% - 4px);
    background-color: #5b291a;
  }
  .topHeader__openBtn span:before,
  .topHeader__openBtn span:after {
    position: absolute;
    display: block;
    content: "";
    width: 42px;
    height: 4px;
    background-color: #5b291a;
  }
  .topHeader__openBtn span:before {
    top: calc(50% - 11px);
  }
  .topHeader__openBtn span:after {
    top: calc(50% + 7px);
  }
  .topHeader__openBtn.top {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  #topHeader__nav--sp .close--btn {
    cursor: pointer;
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    top: 12px;
    right: 12px;
  }

  #topHeader__nav--sp .close--btn span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }

  #topHeader__nav--sp .close--btn span:before,
  #topHeader__nav--sp .close--btn span:after {
    position: absolute;
    display: block;
    content: "";
    width: 42px;
    height: 4px;
    background-color: #5b291a;
    top: calc(50% - 1px);
    left: calc(50% - 26px);
    transition: .3s;
  }
  #topHeader__nav--sp .close--btn span:before {
    transform: rotate(45deg);
  }
  #topHeader__nav--sp .close--btn span:after {
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 767px) {
  #topHeader__nav--sp {
    display: none;
    position: fixed;
    background-color: rgba(255, 255, 255, 1);
    width: 80%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -10;
  }
}

@media screen and (max-width: 767px) {
  #topHeader__nav--sp .topHeader__nav--sp__inner {
    position: relative;
    padding: 100px 20px 8px;
  }
}

  #topHeader__nav--sp .topHeader__nav--sp__inner img {
    object-fit: contain;
    width: 100%;
  }

@media screen and (max-width: 767px) {
  #topHeader__nav--sp nav {
    width: 66%;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  #topHeader__nav--sp nav ul {
    width: 100%;
    list-style: none;
    margin: 40px 0 0;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  #topHeader__nav--sp nav ul li {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  #topHeader__nav--sp nav ul li img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  #topHeader__nav--sp nav ul li a {
    align-items: center;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 0% 0% 2.5%;
    height: 100%;
    transition: .3s;
  }
}

@media screen and (max-width: 767px) {
  #topHeader__nav--sp.open {
    z-index: 100;
  }

  #topHeader__nav--sp nav ul li a img {
    height: auto;
    width: 80%;
  }

  #topHeader__nav--sp nav ul li a span {
    display: block;
    font-size: 13px;
  }
}

/***********************
TOPページ−メインビジュアル
************************/
.topMv {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.topMv__img {
  mix-blend-mode: multiply;
}

/***********************
TOPページ−ブランドラインナップ
************************/
.topLineup {
  padding: 60px 0 0;
}

.topLineup__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .topLineup__list {
    flex-direction: column;
  }
}

.topLineup__listItem {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .topLineup__listItem {
    width: 60%;
    min-width: 200px;
    margin: auto;
    margin-bottom: 40px;
  }
  .topLineup__listItem:last-of-type {
    margin-bottom: 20px;
  }
  .topLineup__img {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}

.topLineup__heading {
  width: 40%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .topLineup__heading {
    width: 80%;
    margin: 0 auto 40px;
  }
}

.topLineup__title {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .topLineup__title {
    width: 80%;
    margin: 0 auto 10px;
  }
}

.topLineup__link {
  width: 90%;
  margin: 0 auto;
}

.topLineup__note {
  width: 50%;
  margin-top: 20px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .topLineup__note {
    width: 50%;
    margin: 0 auto;
  }
}

/***********************
TOPページ−区切り画像
************************/
.topSeparator {
  position: relative;
}

.topSeparator__mainImg {
  mix-blend-mode: multiply;
}

.topSeparator__subImg--01 {
  position: absolute;
  width: 20%;
  max-width: 300px;
  bottom: 0;
  left: 15%;
}

.topSeparator__subImg--02 {
  position: absolute;
  width: 26%;
  max-width: 300px;
  top: 78%;
  left: 22%;
}
@media screen and (max-width: 767px) {
  .topSeparator__subImg--02 {
    position: static;
    width: 90%;
    max-width: none;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .topSeparator__subImg__wrap--sp {
    position: relative;
  }
  .topSeparator__subImg--03 {
    position: absolute;
    top: 10%;
    right: 2%;
    width: 35%;
    mix-blend-mode: multiply;
  }
}


/***********************
TOPページ−ブランドヒストリー
************************/
.topHistory {
  padding: 60px 0 80px 0;
}
@media screen and (max-width: 767px) {
  .topHistory {
    padding: 40px 0;
  }
}

.topHistory__list {
  display: flex;
  row-gap: 40px;
  flex-wrap: wrap;
  flex-shrink: 0;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .topHistory__list {
    flex-direction: column;
    row-gap: 20px;
  }
}

.topHistory__listItem {
  width: 48%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topHistory__listItem {
    width: 100%;
  }
}

.topHistory__heading {
  width: 80%;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .topHistory__heading {
    width: 70%;
    padding: 0;
    margin: 0 auto 20px;
  }
}

.topHistory__text {
  color: #5b291a;
  font-size: clamp(14px, 1.6vw, 18px);
  line-height: 2;
  text-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .topHistory__text {
    font-size: 18px;
    text-wrap: wrap;
  }
}


.topHistory__img {
  mix-blend-mode: multiply;
}

.topHistory__img--01 {
  position: absolute;
  width: 100%;
  max-width: 500px;
  top: 10%;
  left: -10%;
}
@media screen and (max-width: 767px) {
  .topHistory__img--01 {
    position: static;
    display: inline-block;
    width: 30%;
  }
}

.topHistory__img--02 {
  display: block;
  width: 90%;
  max-width: 400px;
  margin:  -10% 0 auto;
}
@media screen and (max-width: 767px) {
  .topHistory__img--02 {
    float: right;
    width: 45%;
    margin: 0 0 8px 12px; /* 左側に余白を作る */
  }
}

.topHistory__listItem::after {
  content: "";
  display: block;
  clear: both;
}

.topHistory__img--03 {
  position: absolute;
  width: 100%;
  max-width: 500px;
  bottom: 0%;
  left: -8%;
}
@media screen and (max-width: 767px) {
  .topHistory__img--03 {
    float: left;
    width: 50%;
    margin-left: -20px;
    padding-right: 10px;
  }
}




@media screen and (max-width: 767px) {
  .topHistory__img {
    position: static;
  }
}
/***********************
TOPページ−母の日
************************/
.topMothersDay {
  background-color: #f8f5f2;
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .topMothersDay {
    padding: 80px 0 40px;
  }
}

.topMothersDay__wrap {
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .topMothersDay__wrap {
    flex-direction: column;
  }
}

.topMothersDay__textWrap {
  width: 56%;
  margin: 0 auto;
  padding: 60px 0 0;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .topMothersDay__textWrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}

.topMothersDay__heading {
  width: 90%;
  margin: 0 auto 40px;
}

.topMothersDay__imgWrap--left,
.topMothersDay__imgWrap--right {
  width: 22%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .topMothersDay__imgWrap--left,
  .topMothersDay__imgWrap--right {
    width: 48%;
  }
}

.topMothersDay__imgWrap--left > *,
.topMothersDay__imgWrap--right > * {
  z-index: 1;
}

.topMothersDay__imgWrap--left::before {
  content: "";
  position: absolute;
  background-image: url(../img/bg_top_mothersday_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 180%;
  height: 70%;
  top: 10%;
  left: -40%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .topMothersDay__imgWrap--left::before {
    width: 120%;
    height: 60%;
    top: 2%;
    left: -12%;
  }
}

.topMothersDay__imgWrap--left::after {
  content: "";
  position: absolute;
  background-image: url(../img/bg_top_mothersday_02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 160%;
  height: 70%;
  bottom: -10%;
  left: -40%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .topMothersDay__imgWrap--left::after {
    width: 105%;
    height: 50%;
    bottom: 10%;
    left: 0;
  }
}

.topMothersDay__imgWrap--right::before {
  content: "";
  position: absolute;
  background-image: url(../img/bg_top_mothersday_03.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 150%;
  height: 50%;
  top: -5%;
  left: -20%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .topMothersDay__imgWrap--right::before {
    width: 105%;
    height: 45%;
    top: 2%;
    left: 6%;
  }
}

.topMothersDay__imgWrap--right::after {
  content: "";
  position: absolute;
  background-image: url(../img/bg_top_mothersday_04.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 50%;
  height: 30%;
  bottom: 0;
  left: -36%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .topMothersDay__imgWrap--right::after {
    width: 50%;
    height: 40%;
    bottom: 40px;
    left: 0%;
  }
}

.topMothersDay__inner {
  width: 80%;
  margin: 0 auto;
  margin-top: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .topMothersDay__inner {
    width: 50%;
  }
}

.topMothersDay__bottleImg {
  width: auto;
  /* height: 98%; */
  margin-top: auto;
  object-fit: cover;
}
/* @media screen and (max-width: 767px) {
  .topMothersDay__bottleImg{
    padding: 0 12%;
  }
} */

@media screen and (max-width: 767px) {
  .topMothersDay__outer {
    display: flex;
    justify-content: space-between;
  }
}



.topMothersDay__btn {
  width: 100%;
  z-index: 11;
  margin-top: 10px;
}
.topMothersDay__btn a {
  display: block;
}
.topMothersDay__btn a img {
  width: 100%;
}

/***********************
TOPページ−SNSシェアボタン
************************/
#madonnaTop .share {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
}

#madonnaTop .share__item {
  transition: opacity 0.4s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#madonnaTop .share__item:not(:last-child) {
  margin-right: 10px;
}

#madonnaTop .share__item:hover {
  opacity: 0.6;
}

#madonnaTop .share__item--twitter {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#madonnaTop .share__item--twitter {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/share/twitter.png");
  height: 38.5px;
  width: 38.5px;
}
#madonnaTop .share__item--twitter {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/share/twitter.png");
  height: 38.5px;
  width: 38.5px;
}
#madonnaTop .share__item--laurel {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/share/laurel.png");
  height: 38.5px;
  width: 38.5px;
}




.share__item--line {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#madonnaTop .share__item--line {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/share/line.png");
  height: 38.5px;
  width: 38.5px;
}
@media screen and (max-width: 767px) {
  #madonnaTop .share {
    justify-content: center;
    margin: 5.86667vw auto 0;
  }
  #madonnaTop .share__item--twitter {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/share/twitter.png");
    height: 9.53333vw;
    width: 9.53333vw;
  }
  #madonnaTop .share__item--line {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/share/line.png");
    height: 9.53333vw;
    width: 9.53333vw;
  }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

マドンナ商品ページ

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#productMadonna {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-style: normal;
  background-image: url(../img/bg_madonna_01.jpg);
  background-size: cover;
  background-repeat: repeat-y;
}
@media screen and (max-width: 767px) {
  #productMadonna {
    background-size: contain;
  }
}

/***********************
マドンナ商品ページ−商品情報
************************/
.madonnaProductInfo {
  padding: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .madonnaProductInfo {
    padding-top: 40px;
  }
}

.madonnaProductInfo__frame {
  width: 60%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .madonnaProductInfo__frame {
    width: 95%;
  }
}

.madonnaProductInfo__wrap {
  display: flex;
  align-items: bottom;
  margin-bottom: 30px;
}

.madonnaProductInfo__heading {
  width: 60%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .madonnaProductInfo__heading {
    width: 100%;
  }
}

.madonnaProductInfo__heading--sub {
  width: 50%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .madonnaProductInfo__heading--sub {
    width: 95%;
  }
}

.madonnaProductInfo__imgWrap {
  width: 30%;
  margin-top: auto;
  padding-left: 2%;
}
@media screen and (max-width: 767px) {
  .madonnaProductInfo__imgWrap {
    width: 40%;
  }
}

.madonnaProductInfo__imgWrap img {
  width: 100%;

}
.madonnaProductInfo__textWrap {
  width: 70%;
  padding-left: 4%;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .madonnaProductInfo__textWrap {
    width: 60%;
    padding-left: 4%;
    padding-top: 20px;
  }
}

.madonnaProductInfo__textWrap::after {
  content: "";
  position: absolute;
  width: 56%;
  height: 100%;
  top: -18%;
  right: -10%;
  background-image: url(../img/img_madonna_mary.png);
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .madonnaProductInfo__textWrap::after {
    display: none;
  }
}

.madonnaProductInfo__text--main {
  width: 70%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .madonnaProductInfo__text--main {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 0;
    margin-top: auto;
  }
}

.madonnaProductInfo__text--sub {
  width: 90%;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .madonnaProductInfo__text--sub {
    width: 100%;
    margin-bottom: 20px;
  }
}

/***********************
マドンナ商品ページ−ストーリー
************************/
.madonnaProductStory {
  padding: 40px 0 0;
}

.madonnaProductStory__list {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .madonnaProductStory__list {
    display: flex;
    flex-direction: column;
  }
}


.madonnaProductStory__listItem {
  width: 48%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .madonnaProductStory__listItem {
    width: 100%;
  }
  .madonnaProductStory__listItem--variety {
    margin-bottom: 60px;
  }
}

.madonnaProductStory__list--bottom {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .madonnaProductStory__list--bottom {
    flex-direction: column;
  }
}

.madonnaProductStory__listItem--b {
  width: calc(45% - 30px);
}
@media screen and (max-width: 767px) {
  .madonnaProductStory__listItem--b {
    width: 100%
  }
}

.madonnaProductStory__listItem--c {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .madonnaProductStory__listItem--c {
    width: 100%;
  }
}

.madonnaProductStory__listItem--02Img {
  padding-top: 40px;
}

.madonnaProductStory__heading {
  margin-bottom: 20px;
}


.madonnaProductStory__heading--3 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .madonnaProductStory__heading--3 {
    margin-top: 0;
  }
}


.madonnaProductStory__heading--bottom {
  width: 48%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .madonnaProductStory__heading--bottom {
    width: 100%;
    margin-bottom: 20px;
  }
}

.madonnaProductStory__text {
  color: #5b291a;
  font-size: clamp(14px, 1.6vw, 18px);
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .madonnaProductStory__text {
    font-size: 18px;
    text-wrap: wrap;
  }
}



.madonnaProductStory__img--01 {
  display: block;
  padding-top: 10%;
}
@media screen and (max-width: 767px) {
  .madonnaProductStory__img--01 {
    padding: 0;
    margin-bottom: 30px;
  }
}

.madonnaProductStory__img--01-sub {
  mix-blend-mode: multiply;
  display: block;
  width: 60%;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .madonnaProductStory__img--01-sub {
    float: right;
    width: 40%;
}
}

@media screen and (max-width: 767px) {
  .madonnaProductStory__img--02 {
    display: block;
    width: 80%;
    margin: 0 auto 20px;
  }
  .madonnaProductStory__img--02-sub {
    display: block;
    width: 80%;
    margin: 20px auto 40px;
  }
}

.madonnaProductStory__img--03 {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding-top: 10%;
}
@media screen and (max-width: 767px) {
  .madonnaProductStory__img--03 {
    width: 80%;
    padding-top: 20px;
  }
}

.madonnaProductStory__img--03-sub {
  display: block;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .madonnaProductStory__img--03-sub {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}


.madonnaProductStory__img--04 {
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .madonnaProductStory__img--04 {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

商品ページ−オーガニック

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.organicMv {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .organicMv {
    margin-bottom: 50px;
  }
}

.organicProductInfo {
  width: 100%;
  margin: 0 auto;
}

.organicProduct__heading {
  width: 90%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .organicProduct__heading {
    width: 100%;
    margin: 0 auto 20px;
  }
}

.organicProductInfo__wrap {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .organicProductInfo__wrap {
    margin-bottom: 20px;
  }
}

.organicProductInfo__imgWrap {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .organicProductInfo__imgWrap {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .organicProductInfo__imgWrap {
    width: 55%;
    margin-right: -10px;
  }
}

.organicProductInfo__imgWrap img {
  position: absolute;
  left: -20px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .organicProductInfo__imgWrap img {
    left: 0;
  }
}

.organicProductInfo__textWrap {
  width: 52%;
}
@media screen and (max-width: 767px) {
  .organicProductInfo__textWrap {
    width: 80%;
  }
}

.organicProductInfo__heading {
  width: 80%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .organicProductInfo__heading {
    width: 100%;
    margin-bottom: 30px;
  }
}

.organicProductInfo__text--main {
  margin-bottom: 10px;
  position: relative;
}

.organicProductInfo__text--main::before {
  position: absolute;
  content: "";
  width: 20%;
  height: 40%;
  left: -7%;
  top: 10%;
  background-image: url(../img/bg_organic_product_01.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.organicProductInfo__text--main::after {
  position: absolute;
  content: "";
  width: 20%;
  height: 50%;
  right: -15%;
  bottom: -18%;
  background-image: url(../img/bg_organic_product_02.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .organicProductInfo__text--main::before {
    display: none;
  }
  .organicProductInfo__text--main::after {
    display: none;
  }
}

.organicProductInfo__text--note {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .organicProductInfo__text--note {
    width: 90%;
    margin: 0 auto 20px;
  }
}

.organicProductInfo__text--sub {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .organicProductInfo__text--sub {
    margin-bottom: 20px;
  }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

商品ページ−フィジーライト

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#fizzylite {
  background-image: url(../img/bg_fizzylite.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.fizzyliteMv {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .fizzyliteMv {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .fizzyliteIntro {
    width: 50%;
    margin: 40px auto 20px;
  }
}

.fizzyliteProductInfo {
  width: 100%;
  margin: 0 auto;
}

.fizzyliteProductInfo__wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .fizzyliteProductInfo__wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
}


.fizzyliteProductInfo__imgWrap {
  width: 40%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fizzyliteProductInfo__imgWrap {
    width: 50%;
    margin-right: 20%;
  }
}

.fizzyliteProductInfo__imgWrap::before {
  position: absolute;
  content: "";
  width: 20%;
  height: 30%;
  left: -5%;
  top: 30%;
  background-image: url(../img/bg_organic_fizzylite_01.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.fizzyliteProductInfo__imgWrap::after {
  position: absolute;
  content: "";
  width: 20%;
  height: 20%;
  right: -20%;
  top: 50%;
  background-image: url(../img/bg_organic_fizzylite_02.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .fizzyliteProductInfo__imgWrap::after {
    width: 20%;
    height: 20%;
    right: -26%;
    top: 50%;
  }
}

.fizzyliteProductInfo__textWrap {
  width: 55%;
  padding-top: 10%;
}
@media screen and (max-width: 767px) {
  .fizzyliteProductInfo__textWrap {
    width: 90%;
    padding-top: 20px;
  }
}

.fizzyliteProductInfo__heading {
  width: 80%;
  margin: 0 auto 20px;
}

.fizzyliteProduct__heading {
  margin-bottom: 10px;
  position: relative;
}
.fizzyliteProduct__heading::before {
  position: absolute;
  content: "";
  width: 40%;
  height: 40%;
  top: -10%;
  right: -20%;
  background-image: url(../img/bg_organic_fizzylite_03.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .fizzyliteProduct__heading::before {
    top: -30%;
    right: -10%;
    background-image: url(../img/bg_organic_fizzylite_04.png);
  }
}

.fizzyliteProductInfo__text--main {
  width: 80%;
  margin: 10px auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fizzyliteProductInfo__text--main {
    width: 100%;
    margin: 0;
  }
}

.fizzyliteProductInfo__textWrap--sub {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fizzyliteProductInfo__textWrap--sub {
    flex-direction: column;
    width: 50%;
    min-width: 220px;
  }
}

.fizzyliteProductInfo__text--sub {
  width: 30%;
  aspect-ratio: 1 / 1;
}
@media screen and (max-width: 767px) {
  .fizzyliteProductInfo__text--sub {
    width: 100%;
  }
  .fizzyliteProductInfo__text--sub:not(:last-child) {
    margin-bottom: 10px;
  }
}

.fizzyliteProductInfo__text--note {
  width: 50%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .fizzyliteProductInfo__text--note {
    width: 100%;
    margin: 20px auto 40px;
  }
}

/***********************
フィジーライト−SNSシェアボタン
************************/
#fizzylite .share {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: right;
  margin: 20px auto;
  padding-right: 10%;
}

#fizzylite .share__item {
  transition: opacity 0.4s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#fizzylite .share__item:not(:last-child) {
  margin-right: 10px;
}

#fizzylite .share__item:hover {
  opacity: 0.6;
}

#fizzylite .share__item--twitter {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#fizzylite .share__item--twitter {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/share/twitter.png");
  height: 38.5px;
  width: 38.5px;
}

#fizzylite .share__item--laurel {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/share/laurel.png");
  height: 50px;
  width: 50px;
}




#fizzylite .fizzyliteProductInfo__textWrap .share {
  align-items: center;
  justify-content: center;
  margin: 10px auto;
  padding-right: 0;
}

.share__item--line {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#fizzylite .share__item--line {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/share/line.png");
  height: 38.5px;
  width: 38.5px;
}


#fizzylite .fizzyliteProductInfo .share__item--laurel {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/share/laurel.png");
  height: 80px;
  width: 80px;
}

@media screen and (max-width: 767px) {
  #fizzylite .share {
    justify-content: center;
    margin: 5.86667vw auto 0;
    padding-right: 0;
  }
  #fizzylite .share__item--twitter {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/share/twitter.png");
    height: 9.53333vw;
    width: 9.53333vw;
  }
  #fizzylite .share__item--line {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/share/line.png");
    height: 9.53333vw;
    width: 9.53333vw;
  }
}



/***********************
フィジーライト−文中LINEボタン
************************/
#fizzylite .fizzyliteProductInfo__shareWrap .share {
  margin: 0 auto;
  padding-right: 0;
  justify-content: center;
}
#fizzylite .fizzyliteProductInfo__shareWrap .share__item--line {
  height: 50px;
  width: 50px;
}
@media screen and (max-width: 767px) {
  #fizzylite .share {
    justify-content: center;
    margin: 5.86667vw auto 0;
  }
  #fizzylite .fizzyliteProductInfo__shareWrap .share__item--line {
    height: 9.53333vw;
    width: 9.53333vw;
  }
}