@charset "UTF-8";
/* ===========================
トップページ（バレンタイン）
=========================== */
body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, dl, dt, dd, ul, li,
tbody, tfoot, thead, tr, th, td, article, aside,
figure, figcaption, nav, section {
  margin: 0;
  padding: 0;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.fs-l-main {
  padding: 0;
}

.fc-wrapper {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  padding-top: 60px;
}

.fc-wrapper a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: #000;
}
.fc-wrapper a:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #9B851B;
}
.min {
  font-family: "Noto Serif JP", serif;
}

.btn {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 295px;
  font-size: 16px;
  color: #fff;
  background: #000;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.25em;
  border-radius: 5px;
  padding: 16px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover {
  color: #fff;
  opacity: 0.7;
  text-decoration: none;
}
.btn:visited {
  color: #fff;
}

.c-ttl {
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0.1em;
}
.c-ttl p {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 50px;
}
.c-ttl h2 {
  font-weight: normal;
  font-size: 16px;
}

.c-ttl-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
  text-align: left;
  letter-spacing: 0.1em;
}
.c-ttl-line::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #E2E2E2;
}
.c-ttl-line h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: normal;
}

@media (min-width: 980px) {
  .forSP {
    display: none !important;
  }
}
@media screen and (max-width: 979px) {
  .forPC {
    display: none !important;
  }
  .fs-l-main {
    margin: 0;
  }

  .fc-wrapper{
    padding-top: 0;
  }

  .c-ttl {
    margin-bottom: 25px;
  }
  .c-ttl p {
    font-size: 35px;
  }
  .c-ttl h2 {
    font-size: 14px;
  }
  .c-ttl-line h2 {
    font-size: 18px;
  }
}
/* ===========================
ヘッダーsv26用
=========================== */
.header-sv26 {
  display: none;
}

@media screen and (max-width: 979px) {
  .header-sv26 {
    display: block;
    width: 100%;
    position: sticky;
    top: 60px;
    z-index: 10;
  }
  .header-sv26 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-sv26 li {
    width: 50%;
    background: #2C2828;
    text-align: center;
  }
  .header-sv26 li:first-child {
    border-right: 1px solid #969494;
  }
  .header-sv26 a {
    display: inline-block;
    width: 100%;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    padding: 10px;
  }
}
/* ===========================
MV
=========================== */
.sv26-swiper-area {
  position: relative;
}
.sv26-swiper-area .swiper {
  /* margin-bottom: 60px; */
  overflow: hidden;
  margin-bottom: 0;
}
.sv26-swiper-area .swiper-wrapper {
  height: auto !important;
  position: inherit;
}
.sv26-swiper-area .swiper-container {
  position: relative;
  width: 100%;
  max-width: 1040px !important;
  margin: 0 auto !important;
  overflow: visible !important;
}
.sv26-swiper-area .swiper-slide-next,
.sv26-swiper-area .swiper-slide-prev {
  background-color: #000;
}
.sv26-swiper-area .swiper-slide-next picture,
.sv26-swiper-area .swiper-slide-prev picture {
  opacity: 0.6;
}
.sv26-swiper-area .swiper-slide img {
  width: 100%;
  height: auto;
}
.sv26-swiper-area .swiper-button-next,
.sv26-swiper-area .swiper-button-prev {
  position: absolute;
}
.sv26-swiper-area .swiper-button-next:after,
.sv26-swiper-area .swiper-button-prev:after {
  content: "" !important;
  position: absolute;
  width: 68px;
  height: 68px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sv26-swiper-area .swiper-button-next_sp,
.sv26-swiper-area .swiper-button-prev_sp {
  display: none !important;
}
.sv26-swiper-area .swiper-button-next_pc {
  right: -20px !important;
}
.sv26-swiper-area .swiper-button-next_pc::after {
  background: transparent url(https://morozoff.itembox.design/item/images/sv26/top/arrow_right_fill_l.svg) no-repeat center/contain;
}
.sv26-swiper-area .swiper-button-prev_pc {
  left: -20px !important;
}
.sv26-swiper-area .swiper-button-prev_pc::after {
  background: transparent url(https://morozoff.itembox.design/item/images/sv26/top/arrow_left_fill_l.svg) no-repeat center/contain;
}
.sv26-swiper-area .swiper-horizontal > .swiper-pagination-bullets, .sv26-swiper-area .swiper-pagination-bullets.swiper-pagination-horizontal, .sv26-swiper-area .swiper-pagination-custom, .sv26-swiper-area .swiper-pagination-fraction {
  bottom: -20px !important;
}
.sv26-swiper-area .swiper-pagination-bullet {
  border-radius: inherit !important;
  margin: 0 5px !important;
  width: 25px !important;
  height: 2px !important;
  background: #000 !important;
  opacity: 0.2 !important;
}
.sv26-swiper-area .swiper-pagination-bullet-active {
  background: #000 !important;
  opacity: 1 !important;
}

@media screen and (max-width: 979px) {
  .sv26-swiper-area .swiper {
    margin-bottom: 80px;
  }
  .sv26-swiper-area .swiper-container {
    width: 70%;
    min-width: 600px;
  }
  .sv26-swiper-area .swiper-slide img {
    width: 100%;
  }
  .sv26-swiper-area .swiper-slide-next,
.sv26-swiper-area .swiper-slide-prev {
    background-color: none;
  }
  .sv26-swiper-area .swiper-slide-next picture,
.sv26-swiper-area .swiper-slide-prev picture {
    opacity: 1;
  }
  .sv26-swiper-area .swiper-button-next_pc,
.sv26-swiper-area .swiper-button-prev_pc {
    display: none !important;
  }
  .sv26-swiper-area .swiper-button-next_sp,
.sv26-swiper-area .swiper-button-prev_sp {
    display: block !important;
    top: auto !important;
    bottom: -35px !important;
  }
  .sv26-swiper-area .swiper-button-next_sp::after,
.sv26-swiper-area .swiper-button-prev_sp::after {
    width: 24px;
    height: 24px;
    top: auto;
    bottom: -10%;
    -webkit-transform: none;
            transform: none;
  }
  .sv26-swiper-area .swiper-button-next_sp {
    right: 20px !important;
  }
  .sv26-swiper-area .swiper-button-next_sp::after {
    background: transparent url(https://morozoff.itembox.design/item/images/sv26/top/arrow_right_solid_sp.svg) no-repeat center/contain;
  }
  .sv26-swiper-area .swiper-button-prev_sp {
    left: 20px !important;
  }
  .sv26-swiper-area .swiper-button-prev_sp::after {
    background: transparent url(https://morozoff.itembox.design/item/images/sv26/top/arrow_left_solid_sp.svg) no-repeat center/contain;
  }
  .sv26-swiper-area .swiper-horizontal > .swiper-pagination-bullets, .sv26-swiper-area .swiper-pagination-bullets.swiper-pagination-horizontal, .sv26-swiper-area .swiper-pagination-custom, .sv26-swiper-area .swiper-pagination-fraction {
    bottom: -27px !important;
  }
  .sv26-swiper-area .swiper-pagination-bullet {
    width: 20px !important;
    height: 2px !important;
  }
}
@media screen and (max-width: 600px) {
  .sv26-swiper-area .swiper-container {
    width: 100%;
    min-width: inherit;
  }
}
/* ===========================
お知らせ
=========================== */
.sv26_attention {
  padding-bottom: 60px;
}
.sv26_attention_inner {
  max-width: 1260px;
  padding: 0 70px;
  margin: 0 auto;
}
.sv26_attention_box {
  background: #FFE8E8;
  border: 1px solid #FF3131;
  border-radius: 5px;
  color: #FF3131;
  margin-bottom: 20px;
  padding: 30px;
  text-align: center;
}
.sv26_attention_box:last-child {
  margin-bottom: 0;
}
.sv26_attention_box > * {
  max-width: 830px;
  margin: 0 auto;
}
.sv26_attention_box h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.sv26_attention_box a {
  color: #FF3131;
  text-decoration: underline;
}

@media (max-width: 979px) {
  .sv26_attention {
    padding-bottom: 30px;
  }
  .sv26_attention_inner {
    padding: 0 20px;
  }

  .sv26_attention_box{
    padding: 15px!important;
    text-align: left!important;
  }

  .sv26_attention_box h2{
    text-align: center;
  }
}
/* ===========================
BRAND
=========================== */
.sv26_brand {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto 40px;
  padding: 0 30px;
}
.sv26_brand_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sv26_brand_list li {
  width: 220px;
  margin: auto 5px 20px;
}

@media screen and (max-width: 979px) {
  .sv26_brand {
    max-width: 540px;
    padding: 0 15px;
  }
  .sv26_brand_list li {
    width: 49%;
    margin: auto 0 15px;
  }
}
/* ===========================
バナー
=========================== */
.sv26_bnr {
  width: 75%;
  max-width: 900px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 979px) {
  .sv26_bnr {
    text-align: center;
    max-width: none;
    width: 100%;
    margin: 0 auto 60px;
    padding: 0 15px;
  }
}
/* ===========================
PICK UP
=========================== */
.sv26_pickup {
  background: #F8F7F3;
  padding: 66px 0 75px;
  margin-bottom: 80px;
}
.sv26_pickup_container {
  display: grid;
  -webkit-column-gap: 44px;
     -moz-column-gap: 44px;
          column-gap: 44px;
  max-width: 1260px;
  padding: 0 70px;
  margin: 0 auto 60px;
  grid-template-columns: 340px auto;
}
.sv26_pickup_link a {
  display: block;
}
.sv26_pickup_link_bnr {
  position: relative;
}
.sv26_pickup_link_bnr_bg {
  overflow: hidden;
  position: relative;
}
.sv26_pickup_link_bnr_txt {
  position: absolute;
  top: 56%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sv26_pickup_link_bnr_txt_name {
  text-align: center;
  margin-bottom: 35px;
}
.sv26_pickup_link_bnr_txt_name img {
  margin-bottom: 15px;
}
.sv26_pickup_link_bnr_txt_name h3 {
  color: #ffffff;
  font-size: 19px;
  font-weight: normal;
}
.sv26_pickup_link_bnr_txt_btn {
  width: 150px;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  border: 1px solid #ACACAC;
  border-radius: 50px;
  padding: 16px 35px 14px;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin: 0 auto;
}
.sv26_pickup_link_product ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sv26_pickup_link_product ul li {
  padding-top: 25px;
  width: 23%;
}
.sv26_pickup_link_product ul li img {
  border-radius: 4px;
}
.sv26_pickup_link_product ul li p:first-of-type {
  font-size: 14px;
  padding: 22px 0 15px;
  line-height: 1.5;
}
.sv26_pickup_link_product ul li p:last-of-type span {
  font-size: 12px;
}

@media screen and (max-width: 979px) {
  .sv26_pickup {
    padding: 40px 0 20px;
  }
  .sv26_pickup_container {
    display: block;
    padding: 0 15px;
    margin: 0 auto 40px;
  }
  .sv26_pickup_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .sv26_pickup_link_bnr {
    width: 100%;
    max-width: 345px;
  }
  .sv26_pickup_link_product ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 55%;
    min-width: 310px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sv26_pickup_link_product ul li {
    padding-top: 0;
    width: 48%;
    min-width: 144px;
    margin-bottom: 30px;
  }
  .sv26_pickup_link_product ul li p:first-of-type {
    font-size: 13px;
    padding: 15px 0 20px;
    line-height: 1.5;
  }
  .sv26_pickup_link_product ul li p:last-of-type {
    font-size: 14px;
  }
  .sv26_pickup_link_product ul li p:last-of-type span {
    font-size: 10px;
  }
}
/* ===========================
RANKING
=========================== */
.sv26_ranking {
  width: 100%;
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto 80px;
}
.sv26_ranking_product ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sv26_ranking_product ul li {
  position: relative;
  width: 18%;
}
.sv26_ranking_product ul li::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -8px;
  left: -8px;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  z-index: 1;
}
.sv26_ranking_product ul li:first-child::before {
  background-image: url(https://morozoff.itembox.design/item/images/sv26/top/top_rank_01.svg);
}
.sv26_ranking_product ul li:nth-child(2)::before {
  background-image: url(https://morozoff.itembox.design/item/images/sv26/top/top_rank_02.svg);
}
.sv26_ranking_product ul li:nth-child(3)::before {
  background-image: url(https://morozoff.itembox.design/item/images/sv26/top/top_rank_03.svg);
}
.sv26_ranking_product ul li:nth-child(4)::before {
  background-image: url(https://morozoff.itembox.design/item/images/sv26/top/top_rank_04.svg);
}
.sv26_ranking_product ul li:nth-child(5)::before {
  background-image: url(https://morozoff.itembox.design/item/images/sv26/top/top_rank_05.svg);
}
.sv26_ranking_product ul li p:first-of-type {
  font-size: 14px;
  padding: 22px 0 15px;
  line-height: 1.5;
}
.sv26_ranking_product ul li p:last-of-type span {
  font-size: 12px;
}

@media screen and (max-width: 979px) {
  .sv26_ranking {
    max-width: 600px;
    padding: 0 30px;
  }
  .sv26_ranking_product ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sv26_ranking_product ul li {
    padding-top: 0;
    width: 46%;
    margin-bottom: 30px;
  }
  .sv26_ranking_product ul li::before {
    top: 0;
  }
  .sv26_ranking_product ul li p:first-of-type {
    font-size: 14px;
    padding: 22px 0 15px;
    line-height: 1.5;
  }
  .sv26_ranking_product ul li p:last-of-type span {
    font-size: 12px;
  }
}
/* ===========================
お子様におすすめ・いつもお世話になっている方へ・みんなでシェアに
=========================== */
.sv26_recommend {
  width: 100%;
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto 80px;
}
.sv26_recommend_product ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sv26_recommend_product ul li {
  position: relative;
  width: 24%;
}
.sv26_recommend_product ul li p:first-of-type {
  font-size: 14px;
  padding: 22px 0 15px;
  line-height: 1.5;
}
.sv26_recommend_product ul li p:last-of-type span {
  font-size: 12px;
}

@media screen and (max-width: 979px) {
  .sv26_recommend {
    max-width: 600px;
    padding: 0 30px;
  }
  .sv26_recommend_product ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sv26_recommend_product ul li {
    padding-top: 0;
    width: 46%;
    margin-bottom: 30px;
  }
  .sv26_recommend_product ul li p:first-of-type {
    font-size: 14px;
    padding: 22px 0 15px;
    line-height: 1.5;
  }
  .sv26_recommend_product ul li p:last-of-type span {
    font-size: 12px;
  }
}
/* ===========================
コンテンツ
=========================== */

/* 閲覧履歴 */
.mrzf_history{
  margin: 80px 0 0;
  padding-bottom: 80px;
}

.mrzf_history_list .swiper-slide a{
  background-color: #fff;
}

@media screen and (max-width: 979px) {

.mrzf_history{
  padding-bottom: 0;
  margin: 40px 0;
}

}