.lp_main {
  width: 980px;
  margin: 0 auto;
  /* font-family: "Times New Roman", "游明朝体", YuMincho, "Yu Mincho D", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, "HGS明朝B", serif; */
  font-family: "游明朝体", YuMincho, "Yu Mincho D", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, "HGS明朝B", "Times New Roman", serif;
}
.firstview {
  position: relative;
  width: 100%;
  max-width: 980px;
  height: auto;
  vertical-align: top;
  margin-bottom: 1.5rem;
}
.firstview figure {
  position: relative;
}
/* .firstview figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
} */
@media only screen and (max-width: 768px) {
  .lp_main {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  }
}
/* 目次 */
.lp_mokuji {
  margin-bottom: 30px;
  padding: 1em 1em 1em 2em;
  border: 1px solid #ee8595;
  background: rgb(238,133,149,0.1);
  color: #333333;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.lp_mokuji h2 {
  text-align: center;
  font-size: 1.5rem;
}
.lp_mokuji div.lp_mokuji_inner {
  display: flex;
  align-items: start;
  margin: 0;
  background-color: #fff;
  padding: 5px 5px;
}

.lp_mokuji ol {
  list-style-type: decimal;
  margin: 0;
  padding: 0 1.2em;
  overflow: hidden;
  width: 50%;
}

.lp_mokuji ol ol {
  margin-top: 5px;
}

.lp_mokuji li {
  padding: 5px 0;
}

.lp_mokuji a {
  font-size: 1rem;
  display: flex;
  align-items: center;
  text-decoration: underline;
}
.lp_mokuji a span {
  margin-left: 1rem;
  width: 80%;
}

@media only screen and (max-width: 768px) {
  .lp_mokuji {
    width: 90%;
    padding: 15px 10px;
  }
  .lp_mokuji h2 {
    font-size: 1.25rem;
  }
  .lp_mokuji div.lp_mokuji_inner {
    flex-direction: column;
  }
  .lp_mokuji ol {
    width: 100%;
  }
}

/* main_content */
.main_hr {
	margin: 3rem 0px 2rem 0;
}
.couPhoto {
  font-size: 13px !important;
  font-family: Arial, Roboto, "Droid Sans", "游ゴシック体", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  position: absolute;
  right: 10px;
  bottom: 0px;
  color:#fff;
}
.couPhoto.image_txt_shadow_blk {
  text-shadow: 0 0 #000, 1px 1px 2px #eee;
}
h2.item_title {
  font-size: 2rem;
  color:#bf272d;
  line-height: 1.5;
  margin-bottom: 1.75rem;
}
.item_title span {
  border-bottom: solid 2px #bf272d;
  padding-bottom: 3px;
}
p.item_desc {
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 1.5rem;
  letter-spacing: 0.75pt;
}

.item_main {
  display: flex;
  flex-direction: row;
  margin-bottom: 2rem;
}
.item_main .item_left,
.item_main .item_right{
  width: 50%;
}
.item_name {
  font-size: 2rem;
  margin-bottom: 10px;
}
.item_detail {
  font-size: 1rem;
}
.item_price {
  font-size: 2.5rem;
	margin: 1rem 0 0.5rem 0;
}
.item_price span {
  font-size: 1.5rem;
  font-weight: normal;
}
.item_price .sale_label {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background-color: #AD0D0F;
  padding: 5px 10px 5px 10px;
}
.item_price.sale {
  color: #cc0000;
  line-height: 1.0;
  margin-bottom: 1rem;
}
.regular_price {
  color: #000;
}

.ponzArea {
  position: relative;
  width: 100%;
}
.ponzArea .cartBtn { 
  position: absolute;
  width: 308px;
  height: 49px;
  right: 38px;
  bottom: 52px;
}
.item_main .fs-c-dropdown select {
  font-size: 1rem;
}
.item_section hr {
  margin-top: 20px;
  margin-bottom: 40px;
  border-top: 1px solid #cccccc;
}
@media screen and (max-width: 666px) {
  .item_main h2 {
      font-weight: bold;
  }
  .item_main h2:before {
      content: '■';
  }
}
@media only screen and (max-width: 768px) {
  .main_content {
    padding: 0px 10px;
  }
  .couPhoto {
    font-size: 10px !important;
    right: 2px;
    bottom: 0px;
  }
  p.item_desc {
    font-size: 1.25rem;
    font-weight: normal;
    margin-bottom: 0.5rem;
    letter-spacing: 0.5pt;
  }
  h2.item_title {
    font-size: 20px;
    line-height: 1.25;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  .item_title span {
    border-bottom: none;
    text-decoration: underline;
    text-decoration-style: double;
    text-underline-offset: 5px;
    line-height: 1.7;
  }
	.item_main {
    flex-direction: column;
	}
	.item_main .item_left, .item_main .item_right {
    width: 100%;
	}
	.item_main .item_right {
    padding: 1rem;
	}
	.item_main .item_left {
    padding: 1rem 1rem
	}
  .ponzArea .cartBtn { 
    position: static;
    display: block;
    margin: 1rem auto 0px auto;
  }
  .item_name {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .indBox01.line_sp {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .item_section hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }

}
/* ぽん酢 */
.pickup_item_wrap {
  border: 20px solid #ccc;
  display: flex;
}
.pickup_item_wrap .pickup_left {
  width: 28%;
  padding: 1rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pickup_item_wrap .pickup_left img {
  max-width: 120px;
  height: auto;
}
.pickup_item_wrap .pickup_right {
  width: 78%;
  padding: 1rem 1rem;
}
.right_inner_wrap {
  display: flex;
  margin-bottom: 1rem;
}
.right_inner_wrap img{
  max-width: 280px;
  height: auto;
}
.right_inner_wrap h4 {
  font-size: 1.75rem;
  font-weight: bold;
  color: #fff;
  padding: 5px 10px;
  background: #f37f8c;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 1rem;
}
.right_inner_wrap p {
  font-size: 1.35rem;
  color: #b5312f;
  font-weight: bold;
  letter-spacing: -0.8pt;
}
.pickup_item_wrap .pickup_right>p {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.pickup_item_wrap .inner_img_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pickup_cart {
  display: flex;
  justify-content: space-around;
  border-bottom: 2px solid #000;
}
.pickup_cart p {
  font-size: 2rem;
}
.pickup_cart span {
  font-weight: bold;
  font-size: 2rem;
  margin-left: 2rem;
}

/* セクションライン */
/* @media only screen and (max-width: 768px) {
  .indBox01.line_sp {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
} */

/* ページ内リンクずれ対策 */
/* @media only screen and (max-width: 768px) {
  .item_section_top {
    padding-top: 100px;
    margin-top: -100px!important;
  }
} */
.bnr_neboke {
  display: block;
  margin-bottom: 3rem;
}

/* 母の日 */
.lp_mokuji {
  margin-bottom: 30px;
  padding: 1em 1em 1em 1em;
  border: 1px solid #ee8595;
  background: rgb(238, 133, 149, 0.1);
  color: #333333;
  font-family: "Times New Roman", "游明朝体", YuMincho, "Yu Mincho D", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, "HGS明朝B", serif !important;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.lp_mokuji .lp_mokuji_outer {
  background-color: #fff;
  padding: 5px 5px;
}

.txt_otodoke_full,
.txt_yoyaku_full {
  font-weight: bold;
  border-radius: 2px;
  color: #fff;
  text-align: left;
  padding: 1rem 1rem;
  margin-bottom: 2rem;
  text-align: center;
}
.txt_otodoke_full {
  font-size: 1.875rem;
  background-color: #07679d;
}
.txt_yoyaku_full {
  font-size: 2.5rem;
  background-color: #e06a6a;
}
.txt_noshi {
  font-size: 1rem;
  font-weight: bold;
  color: #cc0000;
}
.txt_otodoke {
  font-size: 1rem;
  text-align: center;
  padding: 5px 2px;
  font-weight: bold;
  border-radius: 2px;
  color: #fff;
  background-color: #07679d;
}
.hana_noshi_outer {
  border-radius: 5px;
  background: url(/common/campaign/mothersday/assets/2024/img/hana_text_bg.jpg) repeat center center;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  margin: 0rem auto 4rem auto;
  display: block;
  width: 100%;
  padding: 8px;
}
.hana_noshi_inner {
  padding: 10px;
  background-color: #fff;
}
.hana_noshi_inner h3 {
  font-size: 1rem;
}
.hana_noshi_inner ol {
  height: 180px;
}
.hana_noshi_img_wrap {
  padding: 20px 8px;
  background-color: rgba(255, 255, 255, 0.8);
  background: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.hana_noshi_img_left, 
.hana_noshi_img_right {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .lp_mokuji {
    width: 92%;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "sans-serif" !important;
    padding: 15px 10px;
  }
  .lp_mokuji ol {
    padding: 0 5px;
  }
  .lp_mokuji div.lp_mokuji_inner {
    padding: 5px 5px;
  }
  .hana_noshi_outer {
    margin: 0rem auto 2rem auto;
    padding: 6px;
  }
  .hana_noshi_inner ol {
    height: auto;
  }
  .lp_mokuji a {
    font-weight: bold;
  }
  .txt_noshi {
    font-size: 16px;
  }
  .txt_otodoke_full,
  .txt_yoyaku_full {
      font-size: 1.25rem;
      padding: 5px 5px;
  }
  .txt_yoyaku_full {
    margin-top: 1rem;
    letter-spacing: 1.5pt;
    line-height: 1.4;
  }
  .mothersday .gotoCart .fc_pink, .mothersday .gotoCart .txt_otodoke {
    font-size: 1rem;
    margin-bottom: 0.5em;
  }
  .mothersday .gotoCart .txt_otodoke {
    margin-bottom: 2rem;
  }
  .hana_noshi_inner {
    padding: 6px;
  }
  .hana_noshi_img_wrap {
    flex-direction: column;
  }
  .hana_noshi_img_left, 
  .hana_noshi_img_right {
    width: 100%;
  }
}
/* 終了時 */
.sold_out {
  position: relative;
  padding: 1rem;
}
.sold_out form {
  pointer-events: none;
  cursor: default;
}
.sold_out::after {
  content: '完売しました';
  width: 100%;
  height: 100%;
  padding-top: 320px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .4);
  z-index: 1;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .sold_out::after {
    padding-top: 320px;
  }
}

/* 商品についての注意事項 */
.note-box {
  background: #fff5f5;
  border: 1px solid #e06a6a;
  padding: 14px 16px;
  border-radius: 6px;
  margin: 12px 0;
  color: #c94c4c;
}

.note-box--important .note-title {
  font-size: 16px;
}

.note-box--important .note-main {
  font-size: 18px;
  font-weight: bold;
  color: #b60000;
}
.note-box--normal {
  background: #fffafa;
  border-color: #f0baba;
}

.note-box--normal .note-text {
  font-size: 16px;
}
.note-box--normal .note-text span {
  font-weight: bold;
}

/* カートボタン */
@media only screen and (max-width: 768px) {
  #page_mothersday button.cart-button {
      margin-top: 1rem;
  }
}
