@charset "UTF-8";
body {
  scroll-behavior: smooth;
}

#fwCms_wrapper .breadcrumb:last-child {
  margin-bottom: 0vw;
}

#fwCms_wrapper .footer {
  padding-top: 0vw;
  padding-bottom: 8vw;
  background: #fff;
}

.obi {
  background-color: #ccc;
  height: 94px;
  text-align: center;
  line-height: 94px;
  font-weight: bold;
  font-size: 4.26vw;
}

.cate_img img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .mainArea {
    display: block;
    max-width: inherit;
    width: 100%;
  }
  #fwCms_wrapper .breadcrumb:last-child {
    margin-bottom: 0px;
  }
  #fwCms_wrapper .footer {
    padding-top: 0px;
    padding-bottom: 30px;
    background: #fff;
  }
  .obi {
    background-color: #ccc;
    height: 130px;
    line-height: 130px;
    font-size: 1.8rem;
  }
  img {
    max-width: 1278px;
    height: auto;
  }
}
/* ページ独自CSS */
:root {
  interpolate-size: allow-keywords;
}

#valentine2026 {
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
#valentine2026 .hidden-pc {
  display: block;
}
@media screen and (min-width: 768px) {
  #valentine2026 .hidden-pc {
    display: none !important;
  }
}
#valentine2026 .hidden-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  #valentine2026 .hidden-sp {
    display: block !important;
  }
}
#valentine2026 .content-inner {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}
#valentine2026 .mv {
  position: relative;
}
#valentine2026 .mv-img {
  width: 100%;
}
#valentine2026 .mv-img img {
  max-width: none;
  vertical-align: bottom;
}
#valentine2026 .mv-lead {
  position: relative;
  padding: 20px 0 40px;
  background: #FBE6ED;
}
@media screen and (min-width: 768px) {
  #valentine2026 .mv-lead {
    position: absolute;
    top: 24%;
    right: 7.5vw;
    padding: 0;
    background: transparent;
  }
}
#valentine2026 .mv-lead::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: 5vw;
  -webkit-mask-image: url("/excludes/DMO/web/feature/v/valentine/260106/recommend/img/bg_mask.svg");
          mask-image: url("/excludes/DMO/web/feature/v/valentine/260106/recommend/img/bg_mask.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background: #FBE6ED;
  background-size: 20px auto;
  transform: translateY(1px) scale(-1, 1);
}
@media screen and (min-width: 768px) {
  #valentine2026 .mv-lead::before {
    display: none;
  }
}
#valentine2026 .mv-lead p {
  font-size: 1.4rem;
  line-height: 1.6em;
  text-align: center;
  color: #32190E;
}
@media screen and (min-width: 768px) {
  #valentine2026 .mv-lead p {
    font-size: 1.25vw;
  }
}
#valentine2026 .item-links {
  position: relative;
  padding: 15vw 0;
  background: #638A83 url(/excludes/DMO/web/feature/v/valentine/260106/recommend/img/bg_dot.png) center 5px;
  background-size: 20px auto;
}
@media screen and (min-width: 768px) {
  #valentine2026 .item-links {
    padding: 60px 0 100px;
  }
}
#valentine2026 .item-links-bg {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 5vw;
	-webkit-mask-image: url("/excludes/DMO/web/feature/v/valentine/260106/recommend/img/bg_mask.svg");
          mask-image: url("/excludes/DMO/web/feature/v/valentine/260106/recommend/img/bg_mask.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background: #638A83 url(/excludes/DMO/web/feature/v/valentine/260106/recommend/img/bg_dot.png);
  background-size: 20px auto;
  transform: translateY(1px);
}
@media screen and (min-width: 768px) {
  #valentine2026 .item-links-bg {
    height: 85px;
  }
}
#valentine2026 .item-links-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}
#valentine2026 .item-links-inner .btn-item {
  position: relative;
  display: block;
  width: 48%;
  margin-bottom: 15vw;
  text-align: center;
  border: 1px solid #32190E;
  border-radius: 16px;
}
#valentine2026 .item-links-inner .btn-item:hover {
  opacity: 1;
  text-decoration: none;
}
#valentine2026 .item-links-inner .btn-item:hover span,
#valentine2026 .item-links-inner .btn-item:hover img {
  opacity: 1;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #valentine2026 .item-links-inner .btn-item {
    width: 20%;
    margin-bottom: 50px;
  }
  #valentine2026 .item-links-inner .btn-item:hover {
    text-decoration: none;
    opacity: 1;
  }
  #valentine2026 .item-links-inner .btn-item:hover span {
    text-decoration: none;
  }
  #valentine2026 .item-links-inner .btn-item:hover img {
    opacity: 1;
  }
}
#valentine2026 .item-links-inner .btn-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 100%;
  aspect-ratio: 1/0.425;
  background: transparent center no-repeat;
  background-size: contain;
  transform: translate(-50%, -40%) rotate(-3deg);
  z-index: 1;
}
#valentine2026 .item-links-inner .btn-item:nth-child(1) {
  background: #F2A3C3;
}
#valentine2026 .item-links-inner .btn-item:nth-child(1)::before {
  background-image: url(/excludes/DMO/web/feature/v/valentine/260106/recommend/img/item01_lead.png);
}
#valentine2026 .item-links-inner .btn-item:nth-child(2) {
  background: #EB6097;
}
#valentine2026 .item-links-inner .btn-item:nth-child(2)::before {
  background-image: url(/excludes/DMO/web/feature/v/valentine/260106/recommend/img/item02_lead.png);
}
#valentine2026 .item-links-inner .btn-item:nth-child(3) {
  background: #F1B06B;
}
#valentine2026 .item-links-inner .btn-item:nth-child(3)::before {
  background-image: url(/excludes/DMO/web/feature/v/valentine/260106/recommend/img/item03_lead.png);
}
#valentine2026 .item-links-inner .btn-item:nth-child(4) {
  background: #A3C197;
}
#valentine2026 .item-links-inner .btn-item:nth-child(4)::before {
  background-image: url(/excludes/DMO/web/feature/v/valentine/260106/recommend/img/item04_lead.png);
}
#valentine2026 .item-links-inner .btn-item img {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
#valentine2026 .item-links-inner .btn-item span {
  display: block;
  margin: 0 auto !important;
  padding: 1em;
  font-size: 1.4rem;
  color: #32190E;
  line-height: 1em;
}
#valentine2026 .item-links-inner .btn-item span.brand {
  font-weight: 700;
  background-image: radial-gradient(circle, #32190E 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 7px 2px;
}
#valentine2026 .item-links-inner .btn-item span.bottom {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#valentine2026 .item-links-inner .btn-item span.bottom::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.45em;
  width: 0.5em;
  height: 0.5em;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-20%) rotate(135deg);
  box-sizing: border-box;
  z-index: 1;
}
#valentine2026 .item-links-inner .btn-item span.bottom::after {
  content: "";
  display: inline-block;
  margin: 0;
  margin-left: 0.5em;
  width: 1.4em;
  height: 1.4em;
  background: #32190E;
  border-radius: 100%;
}
#valentine2026 .section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 30vw;
}
@media screen and (min-width: 768px) {
  #valentine2026 .section {
    padding-bottom: 15vw;
  }
}
#valentine2026 .section::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: 15vw;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 2;
  transform: translateY(1px);
}
@media screen and (min-width: 768px) {
  #valentine2026 .section::before {
    height: 8vw;
  }
}
#valentine2026 .section:nth-child(even)::before {
  transform: scale(-1, 1);
}
#valentine2026 .section .item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #valentine2026 .section .item {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
#valentine2026 .section .item-img {
  position: relative;
}
@media screen and (min-width: 768px) {
  #valentine2026 .section .item-img {
    width: 48%;
  }
}
#valentine2026 .section .item-img::before {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  display: block;
  width: 200px;
  height: 85px;
  background: transparent center no-repeat;
  background-size: contain;
  transform: translateY(-40%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #valentine2026 .section .item-img::before {
    right: -30px;
  }
}
#valentine2026 .section .item-img img {
  margin: 0 auto 50px;
  border: 1px solid #32190E;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  #valentine2026 .section .item-img img {
    margin: 0 auto;
  }
}
#valentine2026 .section .item-brand {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #valentine2026 .section .item-brand {
    width: 40%;
    order: -1;
  }
}
#valentine2026 .section .item-brand img {
  width: 60%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #valentine2026 .section .item-brand img {
    width: 230px;
  }
}
#valentine2026 .section .item-brand h2 {
  margin: 1em auto 1em;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #valentine2026 .section .item-brand h2 {
    font-size: 2.4rem;
  }
}
#valentine2026 .section .item-brand p {
  margin-bottom: 2em;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2em;
}
@media screen and (min-width: 768px) {
  #valentine2026 .section .item-brand p {
    margin: 0 auto;
    font-size: 1.8rem;
  }
}
#valentine2026 .section .item-brand p span.marker {
  background: linear-gradient(transparent 50%, #F8EF08 50%);
}
#valentine2026 .section .item-overview {
  position: relative;
  margin: 0 auto 50px;
  padding: 1em 1em 2em;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  #valentine2026 .section .item-overview {
    margin: 64px auto 60px;
    padding: 48px 64px;
    text-align: center;
  }
}
#valentine2026 .section .item-overview .overview-inner {
  height: 6.1em;
  overflow: hidden;
  transition: height 0.4s ease-in;
}
#valentine2026 .section .item-overview .overview-inner.is-open {
  height: auto;
}
#valentine2026 .section .item-overview .overview-inner.is-open + .btn-overview::after {
  opacity: 0;
}
#valentine2026 .section .item-overview .overview-inner p {
  text-align: left;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  #valentine2026 .section .item-overview .overview-inner p + p {
    margin-top: 1em;
  }
}
#valentine2026 .section .item-overview .btn-overview {
  position: absolute;
  bottom: 0;
  left: 50%;
  padding: 0.5em;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  line-height: 1em;
  vertical-align: middle;
  border: 1px solid #32190E;
  border-radius: 9999px;
  transform: translate(-50%, 50%);
}
#valentine2026 .section .item-overview .btn-overview.is-open span::after {
  content: "−";
}
#valentine2026 .section .item-overview .btn-overview span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9em;
  font-size: 1.5rem;
  line-height: 1em;
}
#valentine2026 .section .item-overview .btn-overview span::after {
  content: "+";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  background: #000;
  border-radius: 100%;
}
#valentine2026 .section .item-info {
  width: 100%;
}
#valentine2026 .section .item-info p {
  font-size: 1.4rem;
  color: #32190E;
  line-height: 1.6em;
}
#valentine2026 .section .item-info p.spec {
  margin-top: 0.5em;
  font-weight: 700;
}
#valentine2026 .section .item-info p.spec + p {
  margin-top: 1em;
}
#valentine2026 .section .item-info .btn-wrapper {
  margin: 50px auto 0;
  text-align: center;
}
#valentine2026 .section .item-info .btn-wrapper .btn {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 408px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.28em;
  text-decoration: none;
  color: #fff;
  background: #32190E;
  border-radius: 10px;
}
#valentine2026 .section .item-info .btn-wrapper .btn:hover {
  opacity: 1;
  text-decoration: none;
}
#valentine2026 .section .item-info .btn-wrapper .btn:hover span,
#valentine2026 .section .item-info .btn-wrapper .btn:hover img {
  opacity: 1;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #valentine2026 .section .item-info .btn-wrapper .btn:hover {
    opacity: 0.8;
  }
  #valentine2026 .section .item-info .btn-wrapper .btn:hover span {
    text-decoration: none !important;
  }
}
#valentine2026 .section .item-info .btn-wrapper .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 95%;
  height: 4em;
  background: #32190E;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  z-index: 0;
}
#valentine2026 .section .item-info .btn-wrapper .btn span {
  position: relative;
  display: block;
  z-index: 1;
}
#valentine2026 .section .item-info .btn-wrapper .btn span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2em;
  width: 0.5em;
  height: 0.5em;
  margin: auto;
  border-top: 2px solid #32190E;
  border-right: 2px solid #32190E;
  transform: rotate(45deg);
  box-sizing: border-box;
  z-index: 1;
}
#valentine2026 .section .item-info .btn-wrapper .btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  display: inline-block;
  margin: 0 auto;
  margin-right: 0;
  width: 1.4em;
  height: 1.4em;
  background: #fff;
  border-radius: 100%;
  transform: translateY(-50%);
}
#valentine2026 #item01::before {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 10" preserveAspectRatio="none"><path fill=%22%23F8D2E2" id="wave-top" d="M100,10H0V9C49.83,9,50,2,100,2v8Z"><animate attributeType="XML" attributeName="d" dur="8s" repeatCount="indefinite" values="M100,10H0V9C49.83,9,50,2,100,2v8Z;M100,10H0V5.58C50.08,0,50.08,0,100,5.5V10Z;M100,10H0V2C49.83,2,50,9,100,9v1Z;M100,10H0V5.5C50,10,50,10,100,5.5V10Z;M100,10H0V9C49.83,9,50,2,100,2v8Z"/></path></svg>');
}
#valentine2026 #item02::before {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 10" preserveAspectRatio="none"><path fill=%22%23F299BC" id="wave-top" d="M100,10H0V9C49.83,9,50,2,100,2v8Z"><animate attributeType="XML" attributeName="d" dur="8s" repeatCount="indefinite" values="M100,10H0V9C49.83,9,50,2,100,2v8Z;M100,10H0V5.58C50.08,0,50.08,0,100,5.5V10Z;M100,10H0V2C49.83,2,50,9,100,9v1Z;M100,10H0V5.5C50,10,50,10,100,5.5V10Z;M100,10H0V9C49.83,9,50,2,100,2v8Z"/></path></svg>');
}
#valentine2026 #item03::before {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 10" preserveAspectRatio="none"><path fill=%22%23F6CFA5" id="wave-top" d="M100,10H0V9C49.83,9,50,2,100,2v8Z"><animate attributeType="XML" attributeName="d" dur="8s" repeatCount="indefinite" values="M100,10H0V9C49.83,9,50,2,100,2v8Z;M100,10H0V5.58C50.08,0,50.08,0,100,5.5V10Z;M100,10H0V2C49.83,2,50,9,100,9v1Z;M100,10H0V5.5C50,10,50,10,100,5.5V10Z;M100,10H0V9C49.83,9,50,2,100,2v8Z"/></path></svg>');
}
#valentine2026 #item04::before {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 10" preserveAspectRatio="none"><path fill=%22%23CADAC2" id="wave-top" d="M100,10H0V9C49.83,9,50,2,100,2v8Z"><animate attributeType="XML" attributeName="d" dur="8s" repeatCount="indefinite" values="M100,10H0V9C49.83,9,50,2,100,2v8Z;M100,10H0V5.58C50.08,0,50.08,0,100,5.5V10Z;M100,10H0V2C49.83,2,50,9,100,9v1Z;M100,10H0V5.5C50,10,50,10,100,5.5V10Z;M100,10H0V9C49.83,9,50,2,100,2v8Z"/></path></svg>');
}
#valentine2026 #item01 {
  background: #F8D2E2 url(/excludes/DMO/web/feature/v/valentine/260106/recommend/img/item01_bg.png) bottom center repeat-x;
  background-size: 800px auto;
}
@media screen and (min-width: 768px) {
  #valentine2026 #item01 {
    background-size: auto;
  }
}
#valentine2026 #item01 .item-img::before {
  background-image: url(/excludes/DMO/web/feature/v/valentine/260106/recommend/img/item01_lead.png);
}
#valentine2026 #item01 .btn-overview {
  background: #F2A3C3;
}
#valentine2026 #item02 {
  background: #F299BC url(/excludes/DMO/web/feature/v/valentine/260106/recommend/img/item02_bg.png) bottom center repeat-x;
  background-size: 800px auto;
}
@media screen and (min-width: 768px) {
  #valentine2026 #item02 {
    background-size: auto;
  }
}
#valentine2026 #item02 .item-img::before {
  background-image: url(/excludes/DMO/web/feature/v/valentine/260106/recommend/img/item02_lead.png);
}
#valentine2026 #item02 .btn-overview {
  background: #EB6097;
}
#valentine2026 #item03 {
  background: #F6CFA5 url(/excludes/DMO/web/feature/v/valentine/260106/recommend/img/item03_bg.png) bottom center repeat-x;
  background-size: 800px auto;
}
@media screen and (min-width: 768px) {
  #valentine2026 #item03 {
    background-size: auto;
  }
}
#valentine2026 #item03 .item-img::before {
  background-image: url(/excludes/DMO/web/feature/v/valentine/260106/recommend/img/item03_lead.png);
}
#valentine2026 #item03 .btn-overview {
  background: #F1B06B;
}
#valentine2026 #item04 {
  background: #CADAC2 url(/excludes/DMO/web/feature/v/valentine/260106/recommend/img/item04_bg.png) bottom center repeat-x;
  background-size: 800px auto;
}
@media screen and (min-width: 768px) {
  #valentine2026 #item04 {
    background-size: auto;
  }
}
#valentine2026 #item04 .item-img::before {
  background-image: url(/excludes/DMO/web/feature/v/valentine/260106/recommend/img/item04_lead.png);
}
#valentine2026 #item04 .btn-overview {
  background: #A3C197;
}/*# sourceMappingURL=style.css.map */