@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  box-sizing: border-box;
}

*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}

html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
  font-size: 1.8018018018vw;
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}

@media (min-width: 768px) {
  html {
    font-size: min(1vw, 62.5%);
    scroll-padding-top: 5rem;
  }
}
@media (min-width: 1000px) {
  html {
    font-size: min(0.8064516129vw, 62.5%);
    scroll-padding-top: 0;
  }
}
@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
body {
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
}

:where(video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
  vertical-align: middle;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}

:where(svg):where(:not([width])) {
  inline-size: 5rem;
}

:where(input, button, textarea, select),
:where(input[type=file])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
}

:where(button) {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

:where(textarea) {
  resize: vertical;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(ul, ol) {
  list-style: none;
}

:where(a) {
  text-decoration: none;
  color: currentColor;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

:where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  touch-action: manipulation;
}

:where(input[type=file]) {
  cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    transition-duration: 0.25s;
  }
}
:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset]),
:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
  text-align: center;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset])[disabled] {
  cursor: not-allowed;
}

img {
  max-width: 100%;
  height: auto;
}

.min {
  font-family: "游明朝体", "Yu Mincho", YuMincho serif;
}

.timerHidden {
  display: none;
}

.timerVisible {
  display: block;
}

@media screen and (min-width: 768px) {
  .valentine {
    display: flex;
    align-items: flex-start;
  }
}

#chatplusview, chat {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .heading {
    position: absolute;
    top: 5rem;
    right: 0;
    width: 42rem;
  }
}
@media screen and (min-width: 1000px) {
  .heading {
    top: 0;
    right: 30%;
  }
}
.heading .timerHidden, .heading .timerVisible {
  background-color: #4a2d19;
}
.heading a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.heading p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.2;
  padding-inline: 2rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  height: 7rem;
}
@media screen and (min-width: 768px) {
  .heading p {
    font-size: 1.8rem;
    padding-inline: 1.5rem;
    height: 5rem;
  }
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #D8D8D8;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .header {
    height: 5rem;
    width: 42rem;
    left: auto;
    right: 0;
    position: fixed;
  }
}
@media screen and (min-width: 1000px) {
  .header {
    display: none;
  }
}
.header_logo a {
  display: block;
  padding: 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .header_logo a {
    padding: 0 1.9rem;
  }
}
.header_logo a img {
  width: 20.2rem;
}
@media screen and (min-width: 768px) {
  .header_logo a img {
    width: 15.3rem;
  }
}
.header_btn {
  width: 7rem;
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .header_btn {
    width: 5rem;
    height: 5rem;
  }
}
.header_btn span {
  width: 3.7rem;
  height: 2px;
  background-color: #e5505d;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .header_btn span {
    width: 2.8rem;
  }
}
.header_btn span:nth-child(1) {
  transform: translateY(-0.9rem);
}
@media screen and (min-width: 768px) {
  .header_btn span:nth-child(1) {
    transform: translateY(-0.7rem);
  }
}
.header_btn span:nth-child(3) {
  transform: translateY(0.9rem);
}
@media screen and (min-width: 768px) {
  .header_btn span:nth-child(3) {
    transform: translateY(0.7rem);
  }
}
.header_btn.active span:nth-child(1) {
  transform: rotate(30deg) translateY(2px);
}
.header_btn.active span:nth-child(2) {
  opacity: 0;
}
.header_btn.active span:nth-child(3) {
  transform: rotate(-30deg) translateY(-2px);
}

.drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: auto;
  background-color: #D8D8D8;
  padding-top: 7rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .drawer {
    width: 42rem;
    left: auto;
    right: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .drawer {
    width: 30%;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: visible !important;
    position: sticky;
  }
}
@media screen and (min-width: 768px) {
  .drawer::-webkit-scrollbar {
    width: 3px;
  }
}
@media screen and (min-width: 768px) {
  .drawer::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 3px;
  }
}
@media screen and (min-width: 768px) {
  .drawer::-webkit-scrollbar-thumb {
    background: #2b2b2b;
    border-radius: 3px;
  }
}
.drawer.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.drawer_inner {
  padding: 7.5rem 4rem 3.5rem;
}
@media screen and (min-width: 768px) {
  .drawer_inner {
    padding: 3rem 3rem 8rem;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .drawer_inner {
    padding: 3rem 8.5% 8rem;
    max-width: 44rem;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1800px) {
  .drawer_inner {
    padding: 3rem 4rem 8rem;
  }
}
@media screen and (min-width: 768px) {
  .drawer_inner nav {
    margin-top: auto;
  }
}
.drawer_nav {
  padding-left: 6.5rem;
}
@media screen and (min-width: 768px) {
  .drawer_nav {
    padding-left: 4.9rem;
    padding-bottom: 5rem;
  }
}
.drawer_nav a, .drawer_nav .drawer_ac_btn {
  display: block;
  font-size: 3.1rem;
  font-weight: 500;
  color: #4a2d19;
  padding-block: 1.5rem;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .drawer_nav a, .drawer_nav .drawer_ac_btn {
    font-size: 2.4rem;
    padding-block: 1.1rem;
  }
}
.drawer_nav a:before, .drawer_nav .drawer_ac_btn:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-color: #e5505d;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 0.75rem);
  right: calc(100% + 1.5rem);
  opacity: 0;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .drawer_nav a:before, .drawer_nav .drawer_ac_btn:before {
    width: 1.1rem;
    height: 1.1rem;
    top: calc(50% - 0.55rem);
    right: calc(100% + 1.1rem);
  }
}
.drawer_nav a.active, .drawer_nav .drawer_ac_btn.active {
  color: #e5505d;
}
.drawer_nav a.active:before, .drawer_nav .drawer_ac_btn.active:before {
  opacity: 1;
}
@media (hover) {
  .drawer_nav a:hover, .drawer_nav .drawer_ac_btn:hover {
    color: #e5505d;
    opacity: 1;
  }
  .drawer_nav a:hover:before, .drawer_nav .drawer_ac_btn:hover:before {
    opacity: 1;
  }
}
.drawer_link {
  border-top: 2px solid #fff;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .drawer_link {
    margin-top: auto;
  }
}
.drawer_link li {
  border-bottom: 2px solid #fff;
}
.drawer_link li a {
  display: grid;
  grid-template-columns: 9.1rem 1fr 2.7rem;
  column-gap: 2.8rem;
  align-items: center;
  padding: 2.8rem 1.3rem 2.8rem 2.1rem;
}
@media screen and (min-width: 768px) {
  .drawer_link li a {
    grid-template-columns: 6.9rem 1fr 2rem;
    column-gap: 2.1rem;
    padding: 1.6rem 1rem 1.6rem 1.6rem;
  }
}
.drawer_link li a figure img {
  width: 100%;
}
.drawer_link li a p {
  display: grid;
  row-gap: 0.8rem;
  color: #4a2d19;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .drawer_link li a p {
    row-gap: 0.6rem;
  }
}
.drawer_link li a p span {
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .drawer_link li a p span {
    font-size: 1.7rem;
  }
}
.drawer_link li a:after {
  content: "";
  width: 100%;
  aspect-ratio: 1;
  background: url(../img/valentine/arrow_brown.svg) no-repeat center/100% auto;
  transition: 0.3s;
}
@media (hover) {
  .drawer_link li a:hover:after {
    background-image: url(../img/valentine/arrow_pink.svg);
  }
  .drawer_link li a:hover p {
    color: #e5505d;
  }
}

.drawer_ac_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.drawer_ac_btn i {
  width: 2.2rem;
  aspect-ratio: 1;
  position: absolute;
  top: calc(50% - 1.1rem);
  right: 0;
}
@media screen and (min-width: 768px) {
  .drawer_ac_btn i {
    width: 1.7rem;
    top: calc(50% - 0.85rem);
  }
}
.drawer_ac_btn i:before {
  content: "";
  width: 100%;
  height: 1px;
  border-radius: 1px;
  background-color: #4a2d19;
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
}
.drawer_ac_btn i:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #4a2d19;
  position: absolute;
  top: 0;
  right: calc(50% - 0.5px);
  transition: 0.3s ease;
}
.drawer_ac_btn.open i:after {
  transform: rotate(90deg);
}
.drawer_ac_btn + div {
  display: none;
  padding-left: 4.5rem;
}

.kv {
  height: calc(100dvh - 14rem);
}
@media screen and (min-width: 768px) {
  .kv {
    height: 100dvh;
    width: calc(100% - 42rem);
    position: sticky;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 1000px) {
  .kv {
    width: calc(100% - 42rem - 30%);
  }
}
.kv_wrap {
  position: relative;
  height: 100%;
}
.kv_anime {
  height: 100%;
}
.kv_anime .splide__track, .kv_anime .splide__list {
  height: 100%;
}
.kv_anime img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kv_ttl {
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .kv_ttl {
    bottom: 2rem;
    font-size: 4rem;
  }
}
@media screen and (min-width: 1800px) {
  .kv_ttl {
    font-size: 6rem;
  }
}
.kv_ttl small {
  font-size: 2.5rem;
  display: block;
  padding-top: 0.5rem;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .kv_ttl small {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1800px) {
  .kv_ttl small {
    font-size: 3.5rem;
  }
}
.kv_ttl span {
  display: none;
}
@media screen and (min-width: 768px) {
  .kv_ttl span {
    display: block;
    margin-bottom: 1.5rem;
  }
}
.kv_ttl span img {
  width: 90%;
  max-width: 61.5rem;
}
.kv_logo {
  display: none;
}
@media screen and (min-width: 1000px) {
  .kv_logo {
    display: block;
    position: absolute;
    top: 2.66rem;
    left: 3.6rem;
  }
}
.kv_logo img {
  width: 21.6rem;
}
.kv_award {
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 100%;
  padding-inline: 2.4rem;
}
@media screen and (min-width: 768px) {
  .kv_award {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .main {
    width: 42rem;
    padding-top: calc(5rem + var(--info_h));
  }
}
@media screen and (min-width: 1000px) {
  .main {
    padding-top: var(--info_h);
  }
}

.lead {
  background: url(../img/valentine/pattern_pink.webp) repeat-y center top/100% auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 50.5rem;
  color: #fff;
  padding-inline: 5.7rem;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .lead {
    min-height: 38.4rem;
    padding-inline: 4.3rem;
  }
}
.lead h2 {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.36;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lead h2 {
    font-size: 4.6rem;
  }
}
.lead p {
  font-size: 1.8rem;
  line-height: 1.88;
  margin-top: 4rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .lead p {
    font-size: 1.4rem;
    margin-top: 3rem;
  }
}

.inner {
  padding: 8rem 5.7rem 10.5rem;
}
@media screen and (min-width: 768px) {
  .inner {
    padding: 6.1rem 4.3rem 7.98rem;
  }
}

.article_ttl {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
  margin-bottom: 6.2rem;
}
@media screen and (min-width: 768px) {
  .article_ttl {
    row-gap: 0.76rem;
    margin-bottom: 4.8rem;
  }
}
.article_ttl span {
  font-size: 4.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: #4a2d19;
}
@media screen and (min-width: 768px) {
  .article_ttl span {
    font-size: 3.4rem;
  }
}
.article_ttl strong {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #e5505d;
}
@media screen and (min-width: 768px) {
  .article_ttl strong {
    font-size: 1.8rem;
  }
}

#ranking {
  background-color: #f7e4dd;
}

.item_list li {
  position: relative;
}
.item_list li:not(:last-child) {
  padding-bottom: 8rem;
  margin-bottom: 6rem;
  border-bottom: 2px solid #e5505d;
}
@media screen and (min-width: 768px) {
  .item_list li:not(:last-child) {
    padding-bottom: 6rem;
    margin-bottom: 4.5rem;
  }
}
.item_list li > figure, .item_list li a > figure {
  margin-bottom: 4.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .item_list li > figure, .item_list li a > figure {
    margin-bottom: 3.4rem;
  }
}
.item_list li > figure img, .item_list li a > figure img {
  width: 100%;
}
.item_list li > h3, .item_list li a > h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.item_list li > h3 span, .item_list li a > h3 span {
  color: #4a2d19;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .item_list li > h3 span, .item_list li a > h3 span {
    font-size: 1.8rem;
  }
}
.item_list li > h3 strong, .item_list li a > h3 strong {
  color: #4a2d19;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .item_list li > h3 strong, .item_list li a > h3 strong {
    font-size: 1.8rem;
  }
}
.item_list li .price {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2.7rem;
  margin-top: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .item_list li .price {
    column-gap: 2rem;
    margin-top: 1.1rem;
  }
}
.item_list li .price p {
  font-size: 2.7rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .item_list li .price p {
    font-size: 2rem;
  }
}
.item_list_txt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.88;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .item_list_txt {
    font-size: 1.4rem;
    margin-top: 1.9rem;
  }
}
.item_list_icon {
  position: absolute;
  top: -3.2rem;
  right: -4rem;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .item_list_icon {
    top: -2.4rem;
    right: -3rem;
  }
}
.item_list_icon img {
  width: 12rem;
}
@media screen and (min-width: 768px) {
  .item_list_icon img {
    width: 9.1rem;
  }
}
.item_list dl:not(.lp_ac) {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .item_list dl:not(.lp_ac) {
    margin-top: 3rem;
  }
}
.item_list dl:not(.lp_ac) dt {
  position: relative;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  .item_list dl:not(.lp_ac) dt {
    margin-bottom: 0.9rem;
  }
}
.item_list dl:not(.lp_ac) dt::before {
  content: "";
  width: 100%;
  height: 3px;
  border-top: 3px dotted #fff;
  position: absolute;
  top: calc(50% - 1.5px);
  left: 0;
}
.item_list dl:not(.lp_ac) dt span {
  background-color: #e5505d;
  font-size: 2.4rem;
  font-weight: 700;
  padding-inline: 2rem;
  display: inline-block;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .item_list dl:not(.lp_ac) dt span {
    font-size: 1.8rem;
    padding-inline: 1.5rem;
  }
}
.item_list dl:not(.lp_ac) dd {
  padding-inline: 2rem;
}
@media screen and (min-width: 768px) {
  .item_list dl:not(.lp_ac) dd {
    padding-inline: 1.5rem;
    row-gap: 1.9rem;
  }
}
.item_list dl:not(.lp_ac) dd div {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 3rem;
  align-items: center;
  padding-block: 1.2rem;
}
@media screen and (min-width: 768px) {
  .item_list dl:not(.lp_ac) dd div {
    padding-block: 0.9rem;
    column-gap: 2.2rem;
  }
}
.item_list dl:not(.lp_ac) dd div p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .item_list dl:not(.lp_ac) dd div p {
    font-size: 1.8rem;
  }
}

.support {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #adcc00;
  color: #fff;
  font-size: 1.9rem;
  line-height: 1;
  padding: 0.8rem 1.6rem 0.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .support {
    font-size: 1.4rem;
  }
}

.lp_ac {
  margin-top: 5rem;
  border-top: 1px solid #4a2d19;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .lp_ac {
    margin-top: 3.9rem;
  }
}
.lp_ac > dt {
  border-bottom: 1px solid #4a2d19;
  font-size: 1.8rem;
  padding: 2rem 6rem 2rem 2rem;
  position: relative;
  color: #4a2d19;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .lp_ac > dt {
    font-size: 1.4rem;
    padding: 1.5rem 4.6rem 1.5rem 1.5rem;
  }
}
.lp_ac > dt i {
  width: 2.2rem;
  aspect-ratio: 1;
  position: absolute;
  top: calc(50% - 1.1rem);
  right: 1.8rem;
}
@media screen and (min-width: 768px) {
  .lp_ac > dt i {
    width: 1.7rem;
    right: 1.4rem;
    top: calc(50% - 0.85rem);
  }
}
.lp_ac > dt i:before {
  content: "";
  width: 100%;
  height: 1px;
  border-radius: 1px;
  background-color: #4a2d19;
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
}
.lp_ac > dt i:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #4a2d19;
  position: absolute;
  top: 0;
  right: calc(50% - 0.5px);
  transition: 0.3s ease;
}
.lp_ac > dt.active i:after {
  transform: rotate(90deg);
}
.lp_ac > dd {
  display: none;
}
.lp_ac_inner {
  padding: 3.5rem 4rem;
}
@media screen and (min-width: 768px) {
  .lp_ac_inner {
    padding: 2.7rem 3.1rem;
  }
}
.lp_ac_inner h3 {
  text-align: center;
  font-size: 2.7rem;
  font-weight: 700;
  color: #e5505d;
  margin-bottom: 2.8rem;
}
@media screen and (min-width: 768px) {
  .lp_ac_inner h3 {
    font-size: 2.1rem;
    margin-bottom: 2.2rem;
  }
}
.lp_ac_inner figure {
  margin-bottom: 2.2rem;
}
@media screen and (min-width: 768px) {
  .lp_ac_inner figure {
    margin-bottom: 1.7rem;
  }
}
.lp_ac_inner figure img {
  width: 100%;
}
.lp_ac_inner p {
  font-size: 1.5rem;
  line-height: 1.87;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .lp_ac_inner p {
    font-size: 1.2rem;
    margin-bottom: 1.6rem;
  }
}
.lp_ac_inner a {
  display: grid;
  width: fit-content;
  grid-template-columns: 3.2rem auto 2.2rem;
  column-gap: 0.5rem;
  align-items: center;
  color: #4a2d19;
  font-size: 1.5rem;
  font-weight: 500;
  padding-block: 1rem;
}
@media screen and (min-width: 768px) {
  .lp_ac_inner a {
    grid-template-columns: 2.5rem auto 1.7rem;
    font-size: 1.2rem;
    padding-block: 0.8rem;
  }
}
.lp_ac_inner a:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: currentColor;
}
.lp_ac_inner a path {
  transition: 0.3s ease;
}
@media (hover) {
  .lp_ac_inner a:hover path {
    fill: #e5505d;
  }
}

.link_btn-pink {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  padding: 1rem 2.8rem;
  border-radius: 3rem;
  position: relative;
  background-color: #e5505d;
  border: 1px solid #e5505d;
  color: #fff;
  letter-spacing: 0.05em;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .link_btn-pink {
    font-size: 1.2rem;
    padding: 0.8rem 2.2rem;
  }
}
.link_btn-pink:after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background: url(../img/valentine/btn_arrow.svg) no-repeat center/100% auto;
  margin-left: 0.8rem;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .link_btn-pink:after {
    width: 1rem;
    height: 1rem;
    margin-left: 0.6rem;
  }
}

@media (hover) {
  a.link_btn-pink:hover {
    background-color: #4a2d19;
    border-color: #4a2d19;
  }
}
@media (hover) {
  a:hover .link_btn-pink {
    background-color: #4a2d19;
    border-color: #4a2d19;
  }
}

#search {
  background: url(../img/valentine/pattern_brown.webp) repeat-y center top/100% auto;
  color: #fff;
}
#search h2 {
  font-size: 4.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  #search h2 {
    font-size: 3.7rem;
    margin-bottom: 3.1rem;
  }
}

.search_first {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.8rem;
}
@media screen and (min-width: 768px) {
  .search_first {
    gap: 2.2rem;
  }
}
.search_first li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 0.6rem;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
  height: 10.7rem;
  font-weight: 700;
  font-size: 2.3rem;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .search_first li a {
    row-gap: 0.5rem;
    height: 8.3rem;
    font-size: 1.8rem;
  }
}
.search_first li a:after {
  content: "";
  width: 2.2rem;
  aspect-ratio: 1;
  background: url(../img/valentine/arrow_search1.svg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .search_first li a:after {
    width: 1.7rem;
  }
}
@media (hover) {
  .search_first li a:hover {
    background-color: transparent;
  }
}
.search_second {
  display: grid;
  row-gap: 2.5rem;
}
.search_second li a {
  display: grid;
  grid-template-columns: 1fr 1.5rem;
  align-items: center;
  height: 5.6rem;
  padding-inline: 3rem;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.25);
  font-weight: 700;
  font-size: 2.3rem;
  border-radius: 6rem;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .search_second li a {
    grid-template-columns: 1fr 1.2rem;
    height: 4.4rem;
    font-size: 1.8rem;
  }
}
@media (hover) {
  .search_second li a:hover {
    background-color: transparent;
  }
}
.search_second li a:after {
  content: "";
  width: 100%;
  aspect-ratio: 1;
  background: url(../img/valentine/arrow_search2.svg) no-repeat center/cover;
}

#price {
  padding-top: 8.5rem;
}
@media screen and (min-width: 768px) {
  #price {
    padding-top: 6.6rem;
  }
}

.pagination {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  pointer-events: none;
  transform: translateY(-1rem);
}
@media screen and (min-width: 768px) {
  .pagination {
    transform: translateY(-0.78rem);
  }
}
.pagination i {
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .pagination i {
    width: 3.9rem;
  }
}
.pagination span {
  font-family: Optima, Candara, "Noto Sans", source-sans-pro, sans-serif;
  font-size: 4.9rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .pagination span {
    font-size: 3.8rem;
  }
}
.pagination span:first-child {
  align-self: flex-start;
  transform: translateY(-0.2rem);
}
.pagination span:last-child {
  align-self: flex-end;
  transform: translateY(0.6rem);
  padding-left: 0.4rem;
}
@media screen and (min-width: 768px) {
  .pagination span:last-child {
    transform: translateY(0.4rem);
    padding-left: 0.2rem;
  }
}

.splide__arrows {
  margin-bottom: 11.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .splide__arrows {
    margin-bottom: 8.7rem;
  }
}

.splide__arrow {
  position: static;
  background-color: #fff;
  width: 8.4rem;
  height: 4.8rem;
  border-radius: 4.8rem;
  transform: none;
  opacity: 1;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .splide__arrow {
    width: 6.5rem;
    height: 3.7rem;
    border-radius: 3.7rem;
  }
}
.splide__arrow svg {
  width: 1.8rem;
  height: 1.8rem;
  fill: #4a2d19;
}
@media screen and (min-width: 768px) {
  .splide__arrow svg {
    width: 1.4rem;
    height: 1.4rem;
  }
}
@media (hover) {
  .splide__arrow:hover {
    background-color: #4a2d19;
  }
  .splide__arrow:hover svg {
    fill: #fff;
  }
}

.lineup {
  background-color: #f7e4dd;
}
.lineup_top img {
  width: 100%;
}
.lineup_wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .lineup_wrap {
    column-gap: 0.78rem;
  }
}
.lineup_nav {
  width: 8.3rem;
  height: 100dvh;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .lineup_nav {
    width: 6.6rem;
  }
}
.lineup_nav ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.lineup_nav ul a {
  background-color: #4a2d19;
  color: #fff;
  writing-mode: vertical-rl;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1.5rem 0.6rem;
  border-radius: 4rem;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .lineup_nav ul a {
    font-size: 1.2rem;
    padding: 1.2rem 0.5rem;
  }
}
.lineup_nav ul a.active {
  background-color: #e5505d;
}
.lineup_main {
  flex: 1;
}
.lineup_main_inner {
  position: relative;
  padding-bottom: 11rem;
  padding-top: 55.5rem;
}
@media screen and (min-width: 768px) {
  .lineup_main_inner {
    padding-bottom: 8.6rem;
    padding-top: 43.3rem;
  }
}
.lineup_main .ov {
  overflow: hidden;
}
.lineup_main_ttl {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.5rem;
  margin-bottom: 4rem;
  padding-right: 6.8rem;
  padding-top: 6rem;
}
@media screen and (min-width: 768px) {
  .lineup_main_ttl {
    row-gap: 1.2rem;
    margin-bottom: 3.1rem;
    padding-right: 5.3rem;
    padding-top: 4.7rem;
  }
}
.lineup_main_ttl span {
  font-size: 4.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: #4a2d19;
}
@media screen and (min-width: 768px) {
  .lineup_main_ttl span {
    font-size: 3.2rem;
  }
}
.lineup_main_ttl strong {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #e5505d;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .lineup_main_ttl strong {
    font-size: 1.5rem;
  }
}
.lineup_main_lead {
  font-size: 1.7rem;
  line-height: 1.87;
  margin-bottom: 4rem;
  padding-right: 6.8rem;
}
@media screen and (min-width: 768px) {
  .lineup_main_lead {
    font-size: 1.3rem;
    margin-bottom: 3.1rem;
    padding-right: 5.3rem;
  }
}
.lineup_main_img {
  position: absolute;
  top: 0;
  left: -9.3rem;
}
@media screen and (min-width: 768px) {
  .lineup_main_img {
    left: -7.38rem;
  }
}
.lineup_main .lineup_slider {
  width: 34.5rem;
}
@media screen and (min-width: 768px) {
  .lineup_main .lineup_slider {
    width: 26.9rem;
  }
}
.lineup_main .splide__track {
  overflow: visible;
}
.lineup_main .item_list li {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.lineup_main .item_list li > figure, .lineup_main .item_list li a > figure {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .lineup_main .item_list li > figure, .lineup_main .item_list li a > figure {
    margin-bottom: 1.6rem;
  }
}
.lineup_main .item_list li > h3 span, .lineup_main .item_list li > h3 strong, .lineup_main .item_list li a > h3 span, .lineup_main .item_list li a > h3 strong {
  font-size: 2.2rem;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .lineup_main .item_list li > h3 span, .lineup_main .item_list li > h3 strong, .lineup_main .item_list li a > h3 span, .lineup_main .item_list li a > h3 strong {
    font-size: 1.7rem;
  }
}
.lineup_main .item_list li .price p {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .lineup_main .item_list li .price p {
    font-size: 1.9rem;
  }
}
.lineup_main .pagination {
  width: calc(100% + 5rem);
  display: flex;
  transform: translateY(0.5rem);
}
@media screen and (min-width: 768px) {
  .lineup_main .pagination {
    width: calc(100% + 3.9rem);
    transform: translateY(0.4rem);
  }
}
.lineup_main .pagination span {
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .lineup_main .pagination span {
    font-size: 2.3rem;
  }
}
.lineup_main .pagination i {
  width: 3rem;
}
@media screen and (min-width: 768px) {
  .lineup_main .pagination i {
    width: 2.3rem;
  }
}
.lineup_main .splide__arrows {
  margin-right: -5rem;
  margin-bottom: 4.1rem;
}
@media screen and (min-width: 768px) {
  .lineup_main .splide__arrows {
    margin-right: -3.9rem;
    margin-bottom: 3.2rem;
  }
}
.lineup .lp_ac {
  background-color: transparent;
  border-bottom: 1px solid #4a2d19;
}
.lineup .lp_ac dt {
  padding-left: 0;
  font-weight: 500;
  border-bottom: none;
}
.lineup_ac {
  padding-bottom: 2.5rem;
  display: grid;
  row-gap: 1.8rem;
}
@media screen and (min-width: 768px) {
  .lineup_ac {
    padding-bottom: 2rem;
    row-gap: 1.4rem;
  }
}
.lineup_ac li {
  display: grid;
  grid-template-columns: 1fr auto auto;
  column-gap: 2.4rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .lineup_ac li {
    column-gap: 1.8rem;
  }
}
.lineup_ac li span {
  font-size: 2.1rem;
  font-weight: 500;
  font-feature-settings: "palt";
  color: #4a2d19;
}
@media screen and (min-width: 768px) {
  .lineup_ac li span {
    font-size: 1.6rem;
  }
}
.lineup_ac li span::nth-child(2) {
  text-align: right;
}
.lineup_ac li span small {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .lineup_ac li span small {
    font-size: 1.1rem;
  }
}
.lineup_ac li .link_btn-pink {
  font-size: 1.2rem;
  padding: 0.8rem 2rem;
}
@media screen and (min-width: 768px) {
  .lineup_ac li .link_btn-pink {
    font-size: 0.9rem;
    padding: 0.6rem 1.5rem;
  }
}

#premium {
  padding-bottom: 11rem;
}
@media screen and (min-width: 768px) {
  #premium {
    padding-bottom: 8.6rem;
  }
}

#other {
  padding-top: 11rem;
}
@media screen and (min-width: 768px) {
  #other {
    padding-top: 8.6rem;
  }
}
#other .lineup_main_ttl {
  padding-top: 0;
}
#other .link_btn-pink {
  margin-top: 2rem;
}
#other .lineup_slider {
  width: 23.3rem;
}
@media screen and (min-width: 768px) {
  #other .lineup_slider {
    width: 18.2rem;
  }
}
#other .lineup_slider li {
  margin-right: 3.3rem !important;
}
@media screen and (min-width: 768px) {
  #other .lineup_slider li {
    margin-right: 2.5rem !important;
  }
}
#other .lineup_slider .splide__arrows {
  margin-right: -16.2rem;
}
@media screen and (min-width: 768px) {
  #other .lineup_slider .splide__arrows {
    margin-right: -12.6rem;
  }
}
#other .lineup_slider .pagination {
  width: calc(100% + 16rem);
}
@media screen and (min-width: 768px) {
  #other .lineup_slider .pagination {
    width: calc(100% + 12.48rem);
  }
}

.article_img img {
  width: 100%;
}

#partner {
  background-color: #f7e4dd;
  overflow: hidden;
}

.partner {
  background: url(../img/valentine/pattern_pink.webp) repeat-y center top/100% auto;
  border-top-left-radius: 6.5rem;
  border-top-right-radius: 6.5rem;
  padding-block: 9rem;
  padding-inline: 5.8rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .partner {
    border-top-left-radius: 5rem;
    border-top-right-radius: 5rem;
    padding-block: 7rem;
    padding-inline: 4.5rem;
  }
}
.partner h2 {
  line-height: 1;
  text-align: center;
  font-size: 4.8rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .partner h2 {
    font-size: 3.7rem;
    margin-bottom: 2.3rem;
  }
}
.partner .item_list_icon {
  top: -6rem;
  right: calc(50% - 6rem);
}
@media screen and (min-width: 768px) {
  .partner .item_list_icon {
    top: -4.55rem;
    right: calc(50% - 4.55rem);
  }
}
.partner .item_list li {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.partner .item_list li > figure {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .partner .item_list li > figure {
    margin-bottom: 2rem;
  }
}
.partner .item_list li > h3 {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .partner .item_list li > h3 {
    font-size: 1.4rem;
  }
}
.partner .item_list li > h3 span, .partner .item_list li > h3 strong {
  color: currentColor;
}
.partner .item_list li .price p {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .partner .item_list li .price p {
    font-size: 1.5rem;
  }
}
.partner .item_list li .price p small {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .partner .item_list li .price p small {
    font-size: 1.1rem;
  }
}
.partner .item_list li .price-col {
  display: grid;
  grid-template-columns: 1fr auto auto;
  column-gap: 2rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .partner .item_list li .price-col {
    column-gap: 1.5rem;
  }
}
.partner .item_list li .link_btn-pink {
  background-color: #fff;
  color: #e5505d;
  font-size: 1.2rem;
  padding: 1rem 1.8rem;
}
@media screen and (min-width: 768px) {
  .partner .item_list li .link_btn-pink {
    font-size: 0.9rem;
    padding: 0.78rem 1.4rem;
  }
}
.partner .item_list li .link_btn-pink:after {
  filter: brightness(0) saturate(100%) invert(48%) sepia(55%) saturate(1171%) hue-rotate(316deg) brightness(88%) contrast(106%);
}
@media (hover) {
  .partner .item_list li .link_btn-pink:hover {
    border-color: #fff;
    background-color: #e5505d;
    color: #fff;
  }
  .partner .item_list li .link_btn-pink:hover:after {
    filter: none;
  }
}
.partner_card {
  margin-top: 14rem;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .partner_card {
    margin-top: 10rem;
  }
}
.partner_card a {
  display: block;
}
@media (hover) {
  .partner_card a:hover figcaption {
    background-color: #4a2d19;
    color: #fff;
  }
  .partner_card a:hover figcaption svg {
    color: #fff;
  }
}
.partner_card img {
  width: 100%;
}
.partner_card figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 2rem;
  font-size: 2.1rem;
  color: #4a2d19;
  line-height: 1;
  background-color: #fff;
  height: 5rem;
  font-weight: 500;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .partner_card figcaption {
    padding-inline: 1.5rem;
    font-size: 1.6rem;
    height: 3.9rem;
  }
}
.partner_card figcaption svg {
  width: 2.2rem;
  height: 2.2rem;
}
@media screen and (min-width: 768px) {
  .partner_card figcaption svg {
    width: 1.7rem;
    height: 1.7rem;
  }
}

.tab-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .tab-buttons {
    gap: 1.6rem;
    margin-bottom: 4.7rem;
  }
}

.tab-button {
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.25);
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  padding-block: 1.5rem;
  border-radius: 0.8rem;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .tab-button {
    font-size: 1.6rem;
    padding-block: 1.1rem;
    border-radius: 0.6rem;
  }
}
.tab-button.active {
  background-color: transparent;
}
@media (hover) {
  .tab-button:hover {
    background-color: transparent;
  }
}

.tab_wrap {
  position: relative;
}

.tab-content {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s ease;
}
.tab-content.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.tab-content:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.tab_slider .splide__track {
  overflow: visible;
}
.tab_slider .pagination i {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7486%) hue-rotate(84deg) brightness(100%) contrast(103%);
}

.delivery {
  background-color: #f7e4dd;
}
.delivery h2 {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 768px) {
  .delivery h2 {
    font-size: 3.7rem;
    margin-bottom: 3.5rem;
  }
}
.delivery p {
  font-size: 1.8rem;
  line-height: 1.87;
}
@media screen and (min-width: 768px) {
  .delivery p {
    font-size: 1.4rem;
  }
}

.list_dot {
  margin-top: 4rem;
  background-color: #fff;
  padding: 4rem 3.8rem;
}
@media screen and (min-width: 768px) {
  .list_dot {
    margin-top: 3.1rem;
    padding: 3.1rem 2.9rem;
  }
}
.list_dot dt {
  color: #e5505d;
  font-size: 2.3rem;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  column-gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .list_dot dt {
    font-size: 1.8rem;
    column-gap: 1.1rem;
    margin-bottom: 1.1rem;
  }
}
.list_dot dt::before {
  content: "";
  width: 2.1rem;
  aspect-ratio: 1;
  background-color: #e5505d;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 0.4rem;
}
@media screen and (min-width: 768px) {
  .list_dot dt::before {
    width: 1.6rem;
    margin-top: 0.3rem;
  }
}
.list_dot dd {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .list_dot dd {
    font-size: 1.5rem;
  }
}
.list_dot dd small {
  display: block;
  font-size: 1.3rem;
  padding-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .list_dot dd small {
    font-size: 1rem;
    padding-top: 0.4rem;
  }
}
.list_dot dd:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .list_dot dd:not(:last-child) {
    margin-bottom: 3.1rem;
  }
}

#campaign {
  background: url(../img/valentine/pattern_brown.webp) repeat-y center top/100% auto;
}

.campaign {
  padding: 8rem 3.2rem 17.5rem;
  color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .campaign {
    padding: 6.1rem 2.5rem 13.65rem;
  }
}
.campaign .article_ttl span, .campaign .article_ttl strong {
  color: #fff;
}
.campaign_num {
  background-color: #e5505d;
  font-size: 2.5rem;
  text-align: center;
  font-weight: 700;
  padding-block: 1.2rem;
  margin-bottom: 4rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .campaign_num {
    font-size: 1.9rem;
    padding-block: 0.9rem;
    margin-bottom: 3.1rem;
  }
}
.campaign_ttl {
  text-align: center;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding-block: 1.6rem;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .campaign_ttl {
    padding-block: 1.2rem;
    font-size: 1.8rem;
    margin-bottom: 1.1rem;
  }
}
.campaign_txt {
  font-size: 1.8rem;
  line-height: 1.87;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .campaign_txt {
    font-size: 1.4rem;
    margin-bottom: 1.9rem;
  }
}
.campaign_period {
  margin-bottom: 2.6rem;
}
@media screen and (min-width: 768px) {
  .campaign_period {
    margin-bottom: 2rem;
  }
}
.campaign_period dt {
  background-color: #e5505d;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  padding-block: 1.2rem;
  border-radius: 4rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .campaign_period dt {
    font-size: 1.6rem;
    padding-block: 0.9rem;
    border-radius: 3.1rem;
    margin-bottom: 1.5rem;
  }
}
.campaign_period dd {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .campaign_period dd {
    column-gap: 0.6rem;
  }
}
.campaign_period dd p {
  font-weight: 700;
  font-feature-settings: "palt";
}
.campaign_period dd .year {
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .campaign_period dd .year {
    font-size: 1.7rem;
  }
}
.campaign_period dd .day {
  font-size: 3.6rem;
}
@media screen and (min-width: 768px) {
  .campaign_period dd .day {
    font-size: 2.8rem;
  }
}
.campaign_period dd .time {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.2;
}
.campaign_period dd .time small {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .campaign_period dd .time small {
    font-size: 1.2rem;
  }
}
.campaign_period dd .time b {
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .campaign_period dd .time b {
    font-size: 1.7rem;
  }
}
.campaign_period dd span {
  width: 2.6rem;
  height: 2px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .campaign_period dd span {
    width: 2rem;
    margin-inline: 0.4rem;
  }
}
.campaign_img img {
  width: 100%;
}
.campaign .lp_ac {
  margin-top: 3rem;
  border-top-color: #e5505d;
}
@media screen and (min-width: 768px) {
  .campaign .lp_ac {
    margin-top: 2.3rem;
  }
}
.campaign .lp_ac > dt {
  border-bottom-color: #e5505d;
}
.campaign .lp_ac > dt i:before, .campaign .lp_ac > dt i:after {
  background-color: #e5505d;
}
.campaign .list_dot {
  margin-top: 0;
  padding: 3rem;
}
@media screen and (min-width: 768px) {
  .campaign .list_dot {
    padding: 2.3rem;
  }
}
.campaign .list_dot dt {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .campaign .list_dot dt {
    margin-bottom: 0.78rem;
  }
}
.campaign .list_dot dd p {
  color: #4a2d19;
}
.campaign .list_dot dd p small {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .campaign .list_dot dd p small {
    font-size: 1.2rem;
  }
}
.campaign .list_dot dd p + p {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e5505d;
}
@media screen and (min-width: 768px) {
  .campaign .list_dot dd p + p {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
}
.campaign .list_dot dd:not(:last-child) {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e5505d;
}
@media screen and (min-width: 768px) {
  .campaign .list_dot dd:not(:last-child) {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.campaign .coupon_ttl {
  display: block;
  text-align: center;
  color: #e5505d;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.6rem;
  margin-top: 3.6rem;
}
@media screen and (min-width: 768px) {
  .campaign .coupon_ttl {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
    margin-top: 2.8rem;
  }
}
.campaign button.coupon {
  background-color: #e5505d;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 3.2rem;
  height: 7.5rem;
  width: 100%;
  text-align: center;
  border-radius: 0.5rem;
  letter-spacing: 0.05em;
  border: 3px solid #e5505d;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .campaign button.coupon {
    font-size: 2.5rem;
    height: 5.8rem;
  }
}
.campaign button.coupon:after {
  content: "";
  width: 1.6rem;
  aspect-ratio: 16/20;
  background: url(../img/valentine/icon_copy.svg) no-repeat center/cover;
  position: absolute;
  right: 2rem;
  top: calc(50% - 1rem);
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .campaign button.coupon:after {
    width: 1.2rem;
    right: 1.5rem;
    top: calc(50% - 0.78rem);
  }
}
@media (hover) {
  .campaign button.coupon:hover {
    background-color: #fff;
    color: #e5505d;
  }
  .campaign button.coupon:hover:after {
    filter: brightness(0) saturate(100%) invert(57%) sepia(66%) saturate(5947%) hue-rotate(328deg) brightness(98%) contrast(84%);
  }
}
.campaign .coupon_msg {
  text-align: center;
  display: block;
  margin-top: 1rem;
  font-size: 1.7rem;
  color: #adcc00;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .campaign .coupon_msg {
    margin-top: 0.78rem;
    font-size: 1.3rem;
  }
}
.campaign .coupon_msg.show {
  opacity: 1;
  visibility: visible;
}
.campaign .splide__track {
  overflow: visible;
}
.campaign .splide__arrows {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .campaign .splide__arrows {
    margin-bottom: 3.9rem;
  }
}
.campaign .splide__arrow {
  background-color: rgba(255, 255, 255, 0.25);
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.campaign .splide__arrow svg {
  fill: #fff;
}
@media (hover) {
  .campaign .splide__arrow:hover {
    background-color: transparent;
  }
}
.campaign .pagination i {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

#project {
  background: #f0f0f0;
  border-top-left-radius: 6.5rem;
  border-top-right-radius: 6.5rem;
  margin-top: -7rem;
}
@media screen and (min-width: 768px) {
  #project {
    border-top-left-radius: 5rem;
    border-top-right-radius: 5rem;
    margin-top: -5.4rem;
  }
}

.project h2 {
  text-align: center;
  font-size: 3.4rem;
  font-weight: 700;
  color: #e5505d;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .project h2 {
    font-size: 2.6rem;
    margin-bottom: 2.3rem;
  }
}
.project_lead {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.88;
  margin-bottom: 5.5rem;
}
@media screen and (min-width: 768px) {
  .project_lead {
    font-size: 1.4rem;
    margin-bottom: 4.3rem;
  }
}
.project dl {
  margin-bottom: 9rem;
}
@media screen and (min-width: 768px) {
  .project dl {
    margin-bottom: 6.8rem;
  }
}
.project dl dt {
  font-size: 2.4rem;
  font-weight: 700;
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  column-gap: 1rem;
  align-items: center;
  color: #e5505d;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .project dl dt {
    font-size: 1.8rem;
    grid-template-columns: 1.7rem 1fr;
    column-gap: 0.76rem;
    margin-bottom: 2.3rem;
  }
}
.project dl dt::before {
  content: "";
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: currentColor;
}
.project dl dd {
  display: grid;
  row-gap: 3rem;
}
@media screen and (min-width: 768px) {
  .project dl dd {
    row-gap: 2.3rem;
  }
}
.project dl dd a {
  display: grid;
  grid-template-columns: 11.8rem 1fr 3rem;
  background-color: #fff;
  align-items: center;
  border-radius: 1rem;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .project dl dd a {
    grid-template-columns: 9rem 1fr 2.2rem;
    border-radius: 0.76rem;
  }
}
.project dl dd a figure img {
  width: 100%;
}
.project dl dd a p {
  font-size: 2.2rem;
  font-weight: 700;
  padding-left: 2rem;
}
@media screen and (min-width: 768px) {
  .project dl dd a p {
    font-size: 1.7rem;
    padding-left: 1.5rem;
  }
}
.project dl dd a p small {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .project dl dd a p small {
    font-size: 1.6rem;
  }
}
.project dl dd a span {
  background-color: #4a2d19;
  height: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.project dl dd a span img {
  width: 1.6rem;
}
@media screen and (min-width: 768px) {
  .project dl dd a span img {
    width: 1.2rem;
  }
}
@media (hover) {
  .project dl dd a:hover {
    filter: drop-shadow(0 4px 5px rgba(147, 147, 147, 0.25));
  }
  .project dl dd a:hover span {
    background-color: #e5505d;
  }
}
.project h3 {
  text-align: center;
  color: #e5505d;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .project h3 {
    font-size: 2.3rem;
    margin-bottom: 1.8rem;
  }
}
.project_card {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
.project_card a {
  display: block;
}
@media (hover) {
  .project_card a:hover figcaption {
    background-color: #e5505d;
  }
}
.project_card img {
  width: 100%;
}
.project_card figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 2rem;
  font-size: 2.1rem;
  color: #fff;
  line-height: 1;
  background-color: #4a2d19;
  height: 5rem;
  font-weight: 500;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .project_card figcaption {
    padding-inline: 1.5rem;
    font-size: 1.6rem;
    height: 3.9rem;
  }
}
.project_card figcaption svg {
  width: 2.2rem;
  height: 2.2rem;
}
@media screen and (min-width: 768px) {
  .project_card figcaption svg {
    width: 1.7rem;
    height: 1.7rem;
  }
}

.footer {
  background-color: #674C3B;
  color: #fff;
  text-align: center;
  padding: 7.5rem 2rem 3rem;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 5.7rem 1.5rem 2.3rem;
  }
}
.footer_logo {
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .footer_logo {
    margin-bottom: 4.56rem;
  }
}
.footer_logo img {
  width: 28.4rem;
}
@media screen and (min-width: 768px) {
  .footer_logo img {
    width: 21.6rem;
  }
}
.footer_sns {
  display: flex;
  justify-content: center;
  margin-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .footer_sns {
    margin-bottom: 6rem;
  }
}
.footer_sns a {
  padding: 2rem 0.9rem;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .footer_sns a {
    padding: 1.5rem 0.7rem;
  }
}
.footer_sns a img {
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .footer_sns a img {
    width: 3.8rem;
  }
}
@media (hover) {
  .footer_sns a:hover {
    opacity: 0.7;
  }
}
.footer_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.7rem;
  font-weight: 700;
  margin-bottom: 10rem;
  column-gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .footer_link a {
    font-size: 2rem;
    margin-bottom: 7.6rem;
    column-gap: 1.1rem;
  }
}
.footer_link a:after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/valentine/btn_arrow2.svg) no-repeat center/100% auto;
}
@media screen and (min-width: 768px) {
  .footer_link a:after {
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media (hover) {
  .footer_link a:hover {
    text-decoration: underline;
    text-underline-offset: 0.3em;
  }
}
.footer_copyright {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .footer_copyright {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=valentine.css.map */