@charset "utf-8";
#page_top {
    position: fixed;
    right: 1%;
    left: auto;
    bottom: 55px;
    margin-left: 0px;
		z-index: 10000;
}
#container {
    width: 100%;
}
.list .item a span {
    width: 100%;
    height: 100%;
}
html {
    scroll-behavior: smooth;
}
::-webkit-scrollbar {
    width: 10px;
    padding: 0px;
    height: 10px;
    background: rgb(233, 233, 233);
    border-radius: 5px;
}
::-webkit-scrollbar-thumb {
    background: rgb(134, 134, 134);
    border-radius: 5px;
}
::-webkit-scrollbar-track {
    border-radius: 2px;
}
body {
    overflow-wrap: break-word;
    word-break: break-word;
    overflow: initial !important;
}
#valentine2026 {
    position: relative;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 16px;
    font-weight: 500;
    color: #330606;
    margin: 0px;
    z-index: 1;
		overflow: hidden;
}
#valentine2026 *, #valentine2026 ::before, #valentine2026 ::after {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
#valentine2026 ::before, #valentine2026 ::after {
    visibility: visible;
}
#valentine2026 section::after, #valentine2026 div::after, #valentine2026 ul::after, #valentine2026 ol::after, #valentine2026 dl::after, #valentine2026 .clearfix::after {
    display: none;
}
#valentine2026 h1, #valentine2026 h2, #valentine2026 h3, #valentine2026 h4, #valentine2026 h5 {
    margin: 0px;
}
#valentine2026 ol, #valentine2026 ul {
    padding: 0px;
    list-style: none;
}
#valentine2026 button {
    border: 0px;
}
#valentine2026 a {
    text-decoration: none;
    color: #4c1717;
}
#valentine2026 img {
    display: block;
    width: 100%;
    max-width: 100%;
}
#valentine2026 section {
    margin: 0px auto;
    padding: 80px 0;
    box-sizing: border-box;
    max-width: 1200px;
    position: relative;
}
.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
    #valentine2026 section {
        padding: 80px 30px;
    }
}

@media screen and (min-width: 786px) {
    .sp{
        display:none
    }
}

@media screen and (max-width: 785px) {
	#valentine2026 img{
		max-width: 100% !important;
	}
    #valentine2026 section {
        padding: 50px 20px;
    }
    .pc{
        display:none
    }
}

#valentine2026 .bg-wrap {
    background: #fff9e1;
}
#valentine2026 .main-visual{
	display: flex;
	align-items: center;
	height: 60vh;
	background: #f6c63e;
	overflow: hidden;
}
#valentine2026 .mv {
	margin: 0 auto;
}

@media screen and (min-width: 786px){
	#valentine2026 .mv{
		max-width: 980px;
	}
}

@media screen and (max-width: 785px){
	#valentine2026 .main-visual{
		height: 52vh;
	}
	#valentine2026 .mv{
		max-width: 450px;
		width: 85%;
	}
}

#valentine2026 .button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(198, 44, 20);
    width: 300px;
    height: 60px;
    margin: 0px auto;
    border: 0px;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 700;
    z-index: 1;
}
#valentine2026 .button::after {
    position: absolute;
    display: block;
    visibility: visible;
    background: url("https://ecimg.tokyu-dept.co.jp/ec/images/season/valentine/2024/icon_arrow_white.png") center center / contain no-repeat;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    content: "";
}
#valentine2026 .vl-bt, #valentine2026 #valentineBrand .nav-menu_title {
    margin: 55px auto 0px;
    max-width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    background: #a50a0a;
    color: #fff;
    font-weight: 600;
    position: relative;
    font-size: 20px;
    border-radius: 100vh;
    transition: all 0.2s ease 0s;
    letter-spacing: 0.2em;
    box-shadow: #700d0d 0px 2px 0px;
}
#valentine2026 #valentineBrand .nav-menu_title:hover{
    box-shadow: none;
    transform: translateY(5px);
}
#valentine2026 .vl-bt a {
    padding: 20px 32px 20px 10px;
    color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#valentine2026 #valentineCategoryList .vl-bt, #valentine2026 .valentinerecommend .vl-bt, #valentine2026 .vl-bt.attention {
    padding: 0px;
}
#valentine2026 .vl-bt::before, #valentine2026 #valentineBrand .nav-menu_title::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%) rotate(45deg);
    right: 46px;
    z-index: 2;
    transition: all 0.2s ease 0s;
    border-top: 2px solid;
    border-right: 2px solid;
}
#valentine2026 .vl-bt::after, #valentine2026 #valentineBrand .nav-menu_title::before {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    right: 32px;
    z-index: 1;
    border-radius: 50%;
    transition: all 0.2s ease 0s;
    border: 2px solid;
}
#valentine2026 .vl-bt:hover {
    box-shadow: none;
    transform: translateY(5px);
}
#valentine2026 .heading-lv2 {
    margin: 0px auto 45px;
    font-size: 45px;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.25em;
}
#valentine2026 .heading-lv2 span {
    font-size: 17px;
    display: block;
    margin-top: 5px;
}
#valentine2026 #valentineRanking .heading-lv2, #valentine2026 #valentinecampaign .heading-lv2 {
    margin: 0px auto 36px;
}

@media screen and (max-width: 785px) {
    #valentine2026 .heading-lv2 {
        margin-bottom: 25px;
        font-size: 30px;
        letter-spacing: 0.25em;
        font-weight: 500;
    }
    #valentine2026 .heading-lv2 span {
        font-size: 12px;
    }
    #valentine2026 .vl-bt, #valentine2026 #valentineBrand .nav-menu_title {
        margin: 30px auto 0px;
        max-width: 280px;
        padding: 20px;
        font-size: 15px;
    }
		#valentine2026 .vl-bt::before, 
		#valentine2026 #valentineBrand .nav-menu_title::after{
			width: 8px;
			height: 8px;
			right: 43px;
		}
		#valentine2026 .vl-bt::after,
		#valentine2026 #valentineBrand .nav-menu_title::before{
			width: 28px;
			height: 28px;
		}
}

#valentine2026 h2.end-date {
margin-bottom: 10px;
  padding: 7px 0 4px;
  background: #f7da8e;
  color: #39120b;
  font-size: 33px;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
    width: 100%;
}
#valentine2026 .campaign-wrap.flex-wrap {
    padding-bottom: 50px;
    flex-direction:column;
    gap: 20px;
}
@media screen and (min-width: 785px) {
  #valentine2026 h2.end-date {
  margin-bottom: 17px;
  padding: 26px 0 22px;
  font-size: 53px;
  letter-spacing: 0.2em;
  font-weight: 700;
  line-height: 0;
}
#valentine2026 .campaign-wrap.flex-wrap {
    padding-bottom: 90px;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2,1fr);
	}
}

#valentine2026 .ank-wrap {
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
		background: #4c1717;
}
#valentine2026 .ank-wrap > div {
    padding: 7px 10px;
    width: 100px;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-image: initial;
    font-weight: 600;
    border-right: 2px solid;
    border-radius: 0px;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: rgb(255, 255, 255);
}
#valentine2026 ul.ank-link {
    width: 100%;
    display: flex;
    color: rgb(255, 255, 255);
    align-items: center;
    max-width: 1200px;
}
#valentine2026 ul.ank-link li {
    width: calc(100% / 7);
    font-size: 17px;
    letter-spacing: 0.1em;
    text-align: center;
}
#valentine2026 ul.ank-link li a {
	padding: 12px 10px;
	height: 100%;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	color: #fff;
}

@media screen and (min-width: 786px){
	#valentine2026 ul.ank-link li + li{
		border-left: 1px solid #fff;
	}
	#valentine2026 ul.ank-link li:first-of-type{
		border-left: 1px solid #fff;
	}
	#valentine2026 ul.ank-link li:last-of-type{
		border-right: 1px solid #fff;
	}
	#valentine2026 ul.ank-link li a:hover{
		background: #712828;
	}
}

@media screen and (max-width: 785px) {
    #valentine2026 ul.ank-link {
        flex-wrap: wrap;
        justify-content: center;
    }
    #valentine2026 ul.ank-link li {
        font-size: 14px;
				width:  calc(100% / 3);
    }
		#valentine2026 ul.ank-link li:nth-of-type(n+4){
			border-top: 1px solid #fff;
		}
		#valentine2026 ul.ank-link li:last-of-type{
			width: 100%;
		}
		#valentine2026 ul.ank-link li:nth-of-type(2),
		#valentine2026 ul.ank-link li:nth-of-type(5){
			border-left: 1px solid #fff;
			border-right: 1px solid #fff;
		}
    #valentine2026 ul.ank-link li a {
        padding: 10px;
    }
}

.sticky {
    position: fixed;
    top: 100px;
    right: 1%;
    width: 7%;
    opacity: 0;
    transition: all 0.5s ease 0s;
    animation: 0.5s ease 0s 1 normal none running fuwa;
    display: none;
}


@keyframes fuwa {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.sticky.active {
    opacity: 1;
    display: block;
    z-index: 100;
}
#valentine2026 .l_header {
  position: fixed;
	top: 20px;
	right: 2%;
	width: 70px;
	height: 70px;  
	justify-content: center;
  align-items: center;
  display: flex;
  max-height: 100px;
  background: #525252;
  transition: all 0.5s ease 0s;
  border-radius: 50%;
  z-index: 1200;
}
#valentine2026 .l_header.nav-active::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #53402f59;
  z-index: 13;
  position: absolute;
  top: 0;
  left: 0;
}
#valentine2026 .l_header__hamburger {
  position: relative;
  z-index: 200;
}
#valentine2026 .l_header__hamburger:hover {
  cursor: pointer;
}
#valentine2026 .l_header__hamburger.active{
	background: #525252;
	border-radius: 50%;
	width: 55px;
	height: 55px;
}
#valentine2026 .l_header__hamburger span {
  display: block;
  position: relative;
  width: 30px;
	height: 2px;
  background-color: #ffffff;
  transition: ease 0.4s;
  z-index: 300;
}
#valentine2026 .l_header__hamburger span:nth-child(1) {
  top: 0;
}
#valentine2026 .l_header__hamburger span:nth-child(2) {
  margin: 10px 0;
}
#valentine2026 .l_header__hamburger span:nth-child(3) {
  top: 0;
}
#valentine2026 .l_header__hamburger:hover {
  cursor: pointer;
}
#valentine2026 .l_header__nav {
  position: absolute;
  top: -20px;
	right: -65%;
  width: 68vw;
	max-width: 100vw;
  height: 100vh;
  background-color: #faf9f8;
  transform: translateX(100vw);
  transition: ease 0.7s;
  z-index: 200;
}
#valentine2026 .l_header__nav nav {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
#valentine2026 .l_header__nav_list {
  width: 100%;
}
#valentine2026 .l_header__nav.nav-active {
  transform: translateX(0);
}
#valentine2026 .hamburger.active span:nth-child(1) {
  top: 27px;
	left: 14px;
	transform: rotate(45deg);
	background: #fff;
}
#valentine2026 .hamburger.active span:nth-child(2) {
  opacity: 0;
}
#valentine2026 .hamburger.active span:nth-child(3) {
  top: 3px;
	left: 14px;
  transform: rotate(-45deg);
	background: #fff;
}
#valentine2026 .l_header__nav h3{
  margin: 0 0 17px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap:7px;
	color: #4c1717;
}
#valentine2026 .l_header__nav h3 {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap:7px;
	color: #4c1717;
  border-bottom: 2px solid;
  padding: 0 0 5px;
  margin: 0 0 8px;
  font-size: 15px;
  letter-spacing: 0.1em;
	background: transparent;
	text-align: left;
}
#valentine2026 .l_header__nav_list::after {
    display: none;
}
#valentine2026 .l_header__nav .nav__item ul {
  padding: 0;
  margin: 0 9px;
  display: flex;
  gap:25px;
  flex-wrap: wrap;
}
#valentine2026 .l_header__nav .nav__item ul::after {
    display: none;
}
#valentine2026 .l_header__nav .nav__item ul li {
  width: 100%;
  border-bottom: 1px dashed;
}
#valentine2026 .l_header__nav .nav__item > ul > li {
    width: 100%;
}
#valentine2026 .l_header__nav .nav__item ul ul {
  padding: 0;
  gap: 12px;
}
#valentine2026 li.nav__item.nav-category {
    padding: 35px 20px 75px 10px;
    background: #d3b97b;
}
#valentine2026 li.nav__item.nav-category:nth-of-type(2) {
    background: #808fdc;
}
#valentine2026 li.nav__item.nav-category:nth-of-type(3) > ul > li {
    position: relative;
}
#valentine2026 li.nav__item.nav-category:nth-of-type(3) {
    background: #717171;
  padding:35px 15px 130px;
}
#valentine2026 .l_header__nav .nav__item > ul > li {
  border-bottom: 2px none;
}
#valentine2026 .l_header__nav .nav__item ul li a {
  display: block;
  letter-spacing: 2.4px;
  padding: 7px 26px 7px 0;
  text-decoration: none;
  font-weight: 600;
	width: 100%;
	position: relative;
}
#valentine2026 .l_header__nav .nav__item .nav-link-list .nav-link a::after {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-top: 2px solid #d3b97b;
    border-left: 2px solid #d3b97b;
    position: absolute;
    top: 48%;
    right: 7px;
    transform: rotate(135deg) translateY(50%);
}
#valentine2026 li.nav__item.nav-category:nth-of-type(2) ul li::after {
    border-top: 2px solid #808fdc;
    border-left: 2px solid #808fdc;
}
#valentine2026 .l_header__nav .nav__item .nav-link-list .nav-link a::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #4c1717;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-radius: 50%;
}
#valentine2026 .l_header__nav .nav__item > ul > li::before, #valentine2026 .l_header__nav .nav__item > ul > li::after {
  display: none;
}
#valentine2026 .start_tx{
	text-align: center;
	font-size: 32px;
	background: #8d111b;
	color: #f9ebc2;
	padding: 13px 0;
	font-weight: 600;
	letter-spacing: 0.1em;
}
#valentine2026 .start_tx span{
	font-size: 24px;
}

@media screen and (min-width: 769px) {
  #valentine2026 .l_header {
    top: 20px;
		right: 2%;
		width: 70px;
		height: 70px;
  }
  #valentine2026 .l_header.nav-active{
    transition: 0s;
  }
	#valentine2026 .l_header__hamburger.active span{
		width: 26px;
		height: 2px;
	}
  #valentine2026 .l_header__hamburger span {
    width: 30px;
    height: 2px;
  }
  #valentine2026 .l_header__hamburger span:nth-child(2) {
    margin: 10px 0;
  }
  #valentine2026 .l_header__nav{
    width: 55vw;
    max-width: 100vw;
    transform: translateX(100vw);
    top: -20px;
    right: -65%;
    transition: ease 0.7s;
  }
  #valentine2026 .l_header__nav h3{
    margin-bottom: 30px;
    font-size: 27px;
    gap: 15px;
  }
  #valentine2026 .l_header__nav h3 {
    border-bottom: 4px solid;
    padding-bottom: 5px;
    margin-bottom: 9px;
    font-size: 20px;
  }
  #valentine2026 li.nav__item.nav-category {
    padding: 40px 28px;
  }
  #valentine2026 .l_header__nav .nav__item ul {
    padding: 0 0 36px;
    margin: 0;
    gap:46px;
  }
  #valentine2026 .l_header__nav_list li.nav__item.nav-category > ul > li li {
    width: calc((100% - 50px) / 3);
    display: flex;
    align-items: center;
  }
  #valentine2026 .l_header__nav .nav__item ul li a {
    padding: 16px 43px 16px 0;
  }
  #valentine2026 .l_header__nav .nav__item ul ul {
    margin: 0 25px;
    padding: 0;
    gap: 15px 25px;
  }
  #valentine2026 .l_header__nav .nav__item .nav-link-list .nav-link a::after {
    width: 8px;
    height: 8px;
    top: 48%;
    right: 19px;
  }
  #valentine2026 .l_header__nav .nav__item .nav-link-list .nav-link a::before {
    width: 25px;
    height: 25px;
    top: 50%;
    right: 12px;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px){
  #valentine2026 .l_header__nav_list li.nav__item.nav-category > ul > li li {
    width: calc((100% - 25px) / 2);
  }
}

@media screen and (max-width: 785px){
	#valentine2026 .l_header{
		width: 50px;
		height: 50px;
		top: 65px;
	}
	#valentine2026 .l_header__hamburger.active{
		background: #525252;
		width: 35px;
		height: 35px;
		border-radius: 50%;
	}
	#valentine2026 .l_header__hamburger span{
		width: 22px;
	}
	#valentine2026 .l_header__hamburger span:nth-child(2){
		margin: 6px 0;
	}
	#valentine2026 .hamburger.active span:nth-child(1){
		top: 16px;
		left: 7px;
	}
	#valentine2026 .hamburger.active span:nth-child(3){
		top: 0;
		left: 7px;
	}
	#valentine2026 .l_header__nav h3{
		font-size: 16px;
	}
	#valentine2026 .l_header__nav .nav__item ul ul{
		font-size: 14px;
	}
	#valentine2026 .l_header__nav .nav__item .nav-link-list .nav-link a::after{
		width: 6px;
    height: 6px;
		right: 6px;
	}
	#valentine2026 .start_tx{
		font-size: 20px;
		padding: 9px;
	}
		#valentine2026 .start_tx span{
		font-size: 16px;
	}
}

#valentine2026 .nav-menu_title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 60px;
    text-align: center;
    cursor: pointer;
}
#valentine2026 .sticky .nav-menu_title {
    height: 72px;
    background: #4c1717;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}
#valentine2026 .nav-menu_title span {
    width: 41px;
    height: 3px;
    background: rgb(255, 255, 255);
    margin-bottom: 8px;
}
#valentine2026 .nav-menu_title span:last-of-type {
    margin-bottom: 0px;
}
#valentine2026 .oshi-button {
    width: 100%;
    margin-top: 30px;
    transition: all 0.8s ease 0s;
}
#valentine2026 .oshi-button:hover {
    transform: translateX(-10px) translateY(-10px);
}
#valentine2026 .modal {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0px 20px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100!important;
}
#valentine2026 .modal-body {
    width: 70%;
    padding: 0px 0px 50px;
    background: #6d4949;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
#valentine2026 #valentineBrand .modal-body{
    background: #fff;
		overflow-y: scroll;
    height: 90%;
}
#valentine2026 .modal-header {
    margin-right: 20px;
    padding-top: 30px;
    display: flex;
    justify-content: flex-end;
    height: 40px;
}
#valentine2026 .modal-header > .close-button {
    width: 30px;
    height: 30px;
    background: transparent;
    position: relative;
    transform: translateY(-12px);
}
#valentine2026 .modal-header > .close-button span {
    width: 30px;
    height: 2px;
		background: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
}
#valentine2026 .modal-header > .close-button span:first-of-type {
    transform: rotate(45deg) translateY(-50%);
    right: 0px;
}
#valentine2026 .modal-header > .close-button span:last-of-type {
    transform: rotate(-45deg) translateY(-50%);
    left: 1px;
}
#valentine2026 #valentineBrand .modal-header > .close-button span{
		background: rgb(116 13 44);
}
#valentine2026 .modal-main {
    padding: 2% 20px;
    text-align: right;
}
#valentine2026 .modal-menu_item {
    text-align: center;
}
#valentine2026 .modal-menu_title {
    font-weight: 700;
}
#valentine2026 .modal-menu_title a {
    color: rgb(255, 255, 255);
    width: 100%;
    display: block;
    padding: 20px 0px;
}

@media screen and (max-width: 785px) {
    #valentine2026 .sticky .nav-menu_title {
        height: 46px;
    }
    #valentine2026 .nav-menu_title span {
        width: 20px;
        margin-bottom: 5px;
        height: 2px;
    }
    #valentine2026 .modal-menu_title {
        font-size: 14px;
    }
    #valentine2026 .modal-body {
        top: 55%;
        width: 83%;
        max-height: 84%;
        overflow-y: scroll;
    }
    #valentine2026 .modal-menu_title a {
        padding: 10px 0px;
    }
}

#valentine2026 #valentinecampaign .campaign-wrap{
	display: flex;
	gap: 30px;
	align-items: center;
}
#valentine2026 #valentinecampaign .campaign-wrap .campaign-banner{
	width: calc((100% - 30px) / 2);
}

@media screen and (max-width: 785px) {
		#valentine2026 #valentinecampaign .campaign-wrap{
				flex-direction: column;
				gap: 20px;
		}
		#valentine2026 #valentinecampaign .campaign-wrap .campaign-banner{
				width: 100%;
		}
}

@media screen and (min-width: 786px){
	#valentine2026 #valentinecampaign .campaign-wrap .campaign-banner:hover{
		opacity: 0.7;
	}
}

#valentine2026 #valentineRanking {
    margin: 0px auto;
}
#valentine2026 #valentineRanking .swiper-wrapper, 
#valentine2026 #valentineRanking .swiper, 
#valentine2026 #valentineRanking .swiper-slide {
    height: auto;
}
#valentine2026 #valentineRanking .swiper-wrapper, 
#valentine2026 #valentineRanking .swiper, 
#reco34, 
#reco35, 
#reco36, 
#reco34 > div, 
#reco34 > div, 
#reco35 > div, 
#reco36 > div {
    width: 100%;
}
#valentine2026 #valentineRanking .swiper-prev-button, .swiper-next-button {
    width: 60px;
    height: 60px;
    background: rgb(255, 255, 255);
    position: absolute;
    bottom: 0px;
    left: 0px;
    cursor: pointer;
    border-radius: 50%;
}
#valentine2026 #valentineRanking .swiper-next-button {
    left: auto;
    right: 0px;
    z-index: 10000;
}
#valentine2026 #valentineRanking .swiper-prev-button::before, .swiper-next-button::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: rotate(135deg) translateX(-50%);
    position: absolute;
    right: 50%;
    top: 50%;
    z-index: 1000;
}
#valentine2026 #valentineRanking .swiper-prev-button::before {
    transform: rotate(-45deg) translateX(50%);
    right: 50%;
}
#valentine2026 #valentineRanking .ranking-slider .swiper-wrapper {
    padding: 20px 0px 90px;
}
#valentine2026 #valentineRanking .ranking_image {
    overflow: hidden;
    border-radius: 20px;
}
#valentine2026 #valentineRanking .ranking-slider .ranking_card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#valentine2026 #valentineRanking .ranking_title {
    margin-top: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: rgb(255, 255, 255);
}
#valentine2026 #valentineRanking .ranking_price {
    margin-top: 7px;
    text-align: right;
    font-size: 12px;
    color: rgb(255, 255, 255);
}
#valentine2026 #valentineRanking .ranking_price span {
    font-size: 18px;
}
#valentine2026 #valentineRanking .ranking-slider .ranking_card::before {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 50px;
    top: 0px;
    left: 0px;
    z-index: 20;
    transition: all 0.3s ease 0s;
    background: url("https://www.tokyu-dept.co.jp/giftidea/images/ranking1.webp") center center / contain no-repeat;
    transform: translateY(-50%);
}
#valentine2026 #valentineRanking .ranking-slider .ranking_card:nth-of-type(2)::before {
    background: url("https://www.tokyu-dept.co.jp/giftidea/images/ranking2.webp") center center / contain no-repeat;
}
#valentine2026 #valentineRanking .ranking-slider .ranking_card:nth-of-type(3)::before {
    background: url("https://www.tokyu-dept.co.jp/giftidea/images/ranking3.webp") center center / contain no-repeat;
}
#valentine2026 #valentineRanking .ranking-slider .ranking_card:nth-of-type(4)::before {
    background: url("https://www.tokyu-dept.co.jp/giftidea/images/ranking4.webp") center center / contain no-repeat;
}
#valentine2026 #valentineRanking .ranking-slider .ranking_card:nth-of-type(5)::before {
    background: url("https://www.tokyu-dept.co.jp/giftidea/images/ranking5.webp") center center / contain no-repeat;
}
#valentine2026 #valentineRanking .ranking-slider .ranking_card:nth-of-type(6)::before {
    background: url("https://www.tokyu-dept.co.jp/giftidea/images/ranking6.webp") center center / contain no-repeat;
}
#valentine2026 #valentineRanking .ranking-slider .ranking_card:nth-of-type(7)::before {
    background: url("https://www.tokyu-dept.co.jp/giftidea/images/ranking7.webp") center center / contain no-repeat;
}
#valentine2026 #valentineRanking .ranking-slider .ranking_card:nth-of-type(8)::before {
    background: url("https://www.tokyu-dept.co.jp/giftidea/images/ranking8.webp") center center / contain no-repeat;
}
#valentine2026 #valentineRanking .ranking-slider .ranking_card:nth-of-type(9)::before {
    background: url("https://www.tokyu-dept.co.jp/giftidea/images/ranking9.webp") center center / contain no-repeat;
}
#valentine2026 #valentineRanking .ranking-slider .ranking_card:nth-of-type(10)::before {
    background: url("https://www.tokyu-dept.co.jp/giftidea/images/ranking10.webp") center center / contain no-repeat;
}
#valentine2026 #valentineRanking .tab-wrap {
    margin: 47px auto 0;
    gap: 15px;
    display: flex;
    justify-content: center;
}
#valentine2026 #valentineRanking .tab-bt {
    width: calc(25% - 15px);
    padding: 10px 0px;
    position: relative;
    background: rgb(219 219 219);
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 26px;
    font-size: 16px;
    box-sizing: border-box;
    letter-spacing: 0.1em;
      border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#valentine2026 #valentineRanking .tab-bt.active {
    border: none;
    position: relative;
    background: #9c9b9b;
}
#valentine2026 #valentineRanking .tab-bt:nth-of-type(1).active::before,#valentine2026 #valentineRanking .tab-bt:nth-of-type(1).active,#valentine2026 #valentineRanking .category-area:nth-of-type(1) {
    background: #8e1616;
}
#valentine2026 #valentineRanking .tab-bt:nth-of-type(2).active::before,#valentine2026 #valentineRanking .tab-bt:nth-of-type(2).active,#valentine2026 #valentineRanking .category-area:nth-of-type(2) {
    background: #682307;
}
#valentine2026 #valentineRanking .tab-bt:nth-of-type(3).active::before,#valentine2026 #valentineRanking .tab-bt:nth-of-type(3).active,#valentine2026 #valentineRanking .category-area:nth-of-type(3) {
    background: #af7312;
}
#valentine2026 #valentineRanking .category-area, .category-area .ranking-slider {
    display: none;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
#valentine2026 #valentineRanking .category-area.active {
    padding: 35px 20px 40px;
    display: block;
    max-width: 1400px;
    margin: 0px auto;
    border-radius: 55px;
    opacity: 1;
    transition: all 0.3s ease 0s;
}
#valentine2026 .category-area h3 {
    margin: 0px auto 20px;
    padding: 5px;
    color: rgb(255, 255, 255);
    text-align: center;
    letter-spacing: 0.2em;
    border-bottom: 2px dashed;
    font-size: 19px;
    max-width: 250px;
}
#valentine2026 #valentineRanking .category-area.active .ranking-slider {
    display: block;
    opacity: 1;
    transition: all 0.3s ease 0s;
}

@media screen and (max-width: 785px) {
    #valentine2026 #valentineRanking .ranking_title {
        font-size: 13px;
    }
    #valentine2026 #valentineRanking .tab-wrap {
        width: 84%;
        gap: 10px;
        margin: -14px auto 0;
        overflow-x: scroll;
        display: block;
        white-space: nowrap;
        position: relative;
        overflow-y: hidden;
        padding: 10px 0;
    }
    #valentine2026 #valentineRanking .tab-bt {
        font-size: 13px;
        display: inline;
        padding: 13px 35px;
        border-radius: 19px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    #valentine2026 #valentineRanking .tab-wrap::before {
        font-size: 13px;
        width: 57px;
        display: inline-block;
        position: sticky;
        top: 0px;
        left: 0px;
        background: rgb(255, 255, 255);
        z-index: 100;
        padding: 10px 0px 10px 5px;
    }
    #valentine2026 #valentineRanking .ranking-slider .swiper-wrapper {
        padding: 20px 0px 50px;
    }
    #valentine2026 #valentineRanking .ranking_image {
        border-radius: 10px;
    }
    #valentine2026 #valentineRanking .ranking-slider .ranking_card::before {
        width: 30px;
        height: 40px;
    }
    #valentine2026 #valentineRanking .category-area.active {
        padding: 20px;
        border-radius: 25px;
    }
    #valentine2026 .category-area h3 {
        margin-bottom: 15px;
        font-size: 15px;
    }
    #valentine2026 #valentineRanking .swiper-prev-button, .swiper-next-button {
        width: 30px;
        height: 30px;
    }
}

#valentine2026 #valentineBudget .flex-wrap {
    gap: 20px;
}
#valentine2026 #valentineBudget .budget-item {
    width: calc((100% - 40px) / 3);
    letter-spacing: 0.1em;
    transition: all 0.1s ease 0s;
}
#valentine2026 #valentineBudget .budget-link {
    padding: 14px 24px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    display: flex;
    justify-content: center;
		background: #fff;
		border-radius: 12px;
    border: 2px solid #4c1717;
		align-items: baseline;
		gap: 3px;
}
#valentine2026 #valentineBudget .budget-link::after{
		position: absolute;
    content: '';
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: solid 2px #4c1717;
    border-right: solid 2px #4c1717;
    transform: rotate(45deg) translateY(-50%);
    transition: 0.3s all;
}
#valentine2026 #valentineBudget .budget-link div {
    line-height: 1.3;
}
#valentine2026 #valentineBudget .budget-link .emphasis {
    font-size: 26px;
}
#valentine2026 #valentineBudget .budget-link .emphasis02 {
    font-size: 17px;
}
#valentine2026 #valentineBudget .budget-link .small {
    transform: translateY(2px);
    font-size: 11px;
}

@media screen and (max-width: 785px) {
    #valentine2026 #valentineBudget .flex-wrap {
        gap: 10px;
    }
    #valentine2026 #valentineBudget .budget-item {
        width: calc((100% - 10px) / 2);
        overflow: hidden;
    }
		#valentine2026 #valentineBudget .budget-link{
			padding: 14px 17px;
		}
    #valentine2024 #valentineBudget .budget-link .emphasis {
        font-size: 18px;
    }
    #valentine2026 #valentineBudget .budget-link .emphasis {
        font-size: 18px;
    }
    #valentine2026 #valentineBudget .budget-link .emphasis02 {
        margin-top: 6px;
        font-size: 13px;
    }
}

@media screen and (min-width: 786px){
	#valentine2026 #valentineBudget .budget-link:hover {
    background: #4c1717;
		color: #fff;
	}
	#valentine2026 #valentineBudget .budget-link:hover::after{
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
	}
}

#valentine2026 .valentinerecommend .heading-lv2 {
    margin-bottom: 29px;
}
#valentine2026 .valentinerecommend .specialreco-wrap{
	display: flex;
	gap: 50px 40px;
	flex-wrap: wrap;
	max-width: 1100px;
	margin: 60px auto;
}
#valentine2026 .valentinerecommend .specialreco-wrap .specialreco_item{
	width: calc((100% - 40px) / 2);
	background: #f7e8c5;
	border-radius: 18px;
	position: relative;
}
#valentine2026 .valentinerecommend .specialreco-wrap .specialreco_item .ichioshi-title{
	display: inline-block;
	position: absolute;
	top: -6px;
	left: 16px;
	margin: 0;
	padding: 10px 0px 7px;
	width: 80px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	background: #bf7525;
	border-radius: 4px 0 0 0;
}
#valentine2026 .valentinerecommend .specialreco-wrap .specialreco_item .ichioshi-title::before{
  position: absolute;
	content: '';
	top: 0;
	right: -5px;
	border-bottom: solid 6px #996022;
	border-right: solid 5px transparent;
}
#valentine2026 .valentinerecommend .specialreco-wrap .specialreco_item .ichioshi-title::after{
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
	border-left: 40px solid #bf7525;
	border-right: 40px solid #bf7525;
	border-bottom: 12px solid transparent;
	border-radius: 0 0 2px 2px;
	display: inline-block;
}
#valentine2026 .valentinerecommend .specialreco-wrap .specialreco_item .ichioshi-title .specialreco-num{
	display: block;
	font-size: 24px;
	font-weight: 600;
}
#valentine2026 .valentinerecommend .specialreco-wrap .specialreco_item .special_link{
	display: flex;
	align-items: center;
	padding: 30px 25px;
	gap: 22px;
}
#valentine2026 .valentinerecommend .specialreco-wrap .specialreco_item .special_link .reco-image{
	width: calc((100% - 18px) / 2);
	border-radius: 50%;
	overflow: hidden;
}
#valentine2026 .valentinerecommend .specialreco-wrap .specialreco_item .special_link .item-info{
	width: calc((100% - 18px) / 2);
	padding: 0;
}
#valentine2026 .valentinerecommend .specialreco-wrap .specialreco_item .special_link .item-info .brand{
	font-weight: 600;
	margin-bottom: 10px;
	border-bottom: 1px dashed;
	padding-bottom: 3px;
	font-size: 16px;
}
#valentine2026 .valentinerecommend .specialreco-wrap .specialreco_item .special_link .item-info .name{
	font-size: 16px;
	padding-bottom: 5px;
}
#valentine2026 .valentinerecommend .specialreco-wrap .specialreco_item .special_link .item-info .coment{
	font-size: 14px;
	padding-top: 8px;
}
#valentine2026 .valentinerecommend .recommend-slider {
    position: relative;
}
#valentine2026 .valentinerecommend .slick-list {
    padding: 20px 0px;
    overflow-x: hidden;
}
#valentine2026 .other-recommend{
	margin-bottom: 20px;
}
#valentine2026 .other-recommend .item-slider{
	padding-bottom: 75px;
}
#valentine2026 .other-recommend .item-wrap {
	transition: all 0.3s ease 0s;
	border: 2px solid #4c1717;
	background: #fff;
	height: auto;
}
#valentine2026 .other-recommend .item-wrap a {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 12px;
	height: 100%;
}
#valentine2026 .item-info {
	padding: 0 10px;
}
#valentine2026 .other-recommend .item-wrap .item-info .brand {
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 700;
	border-bottom: 1px dashed;
	padding-bottom: 3px;
}
#valentine2026 .other-recommend .item-wrap .item-info .name {
	display: -webkit-box;
	margin-bottom: 8px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 500;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
#valentine2026 .item-info .price {
    text-align: right;
    font-size: 13px;
    font-weight: 700;
}
#valentine2026 .item-info .price > .emphasis {
    margin-right: 3px;
    font-size: 18px;
}
#valentine2026 .item-info .price > .small {
    margin-right: 5px;
    font-size: 13px;
}

/* 前へ次への矢印カスタマイズ */
#valentine2026 .swiper-button-next, .swiper-button-prev{
  z-index: 200;
  top: auto;
  bottom: 0;
  color: #6b1616;
  width: 50px;
  border: 2px solid;
  border-radius: 50%;
  aspect-ratio: 1/1;
  height: 50px;
}
#valentine2026 .swiper-button-prev{
	left: calc((100% - 50%) - 275px);
}
#valentine2026 .swiper-button-next{
	right: calc((100% - 50%) - 275px);
}
#valentine2026 .swiper-button-next::before, .swiper-button-prev::before{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 50%;
  right: 50%;
  z-index: 2;
  border-top: 2px solid;
  border-left: 2px solid;
  visibility: visible
}
#valentine2026 .swiper-button-prev::before{
  transform: translateX(65%) translateY(44%) rotate(-45deg);
}
#valentine2026 .swiper-button-next::before{
  transform: translateX(36%) translateY(50%) rotate(135deg);
}
#valentine2026 .swiper-pagination{
  bottom: 25px;
  top:auto;
  right: 0;
  left: auto;
  width: calc(100% - 100px);
  transform: translateX(-4.5%);
}
#valentine2026 .swiper-pagination .swiper-pagination-bullet{
  border-radius:0;
  height:3px;
  margin: 0!important;
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,2.5%));
}
#valentine2026 .swiper-pagination .swiper-pagination-bullet-active{
  background: #894949;
}

@media screen and (max-width: 785px) {
    #valentine2026 .valentinerecommend {
        width: 100%;
    }
		#valentine2026 .valentinerecommend .specialreco-wrap{
			flex-direction: column;
			gap: 40px;
			margin: 40px auto 60px;
		}
		#valentine2026 .valentinerecommend .specialreco-wrap .specialreco_item{
			width: 100%;
		}
	#valentine2026 .valentinerecommend .specialreco-wrap .specialreco_item .ichioshi-title{
		padding: 8px 0px 5px;
    width: 70px;
		font-size: 14px;
		line-height: 1.4;
	}
	#valentine2026 .valentinerecommend .specialreco-wrap .specialreco_item .ichioshi-title::after{
		border-left: 35px solid #bf7525;
    border-right: 35px solid #bf7525;
    border-bottom: 10px solid transparent;
	}
	#valentine2026 .valentinerecommend .specialreco-wrap .specialreco_item .ichioshi-title .specialreco-num{
		font-size: 20px;
	}
	#valentine2026 .valentinerecommend .specialreco-wrap .specialreco_item .special_link{
		padding: 25px 18px;
    gap: 18px;
	}
		#valentine2026 .valentinerecommend .specialreco-wrap .specialreco_item .special_link .item-info .brand,
		#valentine2026 .valentinerecommend .specialreco-wrap .specialreco_item .special_link .item-info .name{
			font-size: 14px;
		}
		#valentine2026 .valentinerecommend .specialreco-wrap .specialreco_item .special_link .item-info .coment{
			font-size: 13px;
		}
		#valentine2026 .item-info .price,
		#valentine2026 .item-info .price > .small{
			font-size: 12px;
		}
		#valentine2026 .item-info .price > .emphasis{
			font-size: 16px;
		}
		#valentine2026 .other-recommend .item-slider{
			width: 80%;
			margin: 0 auto;
		}
    #valentine2026 .valentinerecommend .slick-list {
        padding-top: 0px;
    }
    #valentine2026 .reco_item {
        margin: 0px 5px;
    }
		#valentine2026 .swiper-button-next{
			right: 8%;
			bottom: 18px;
		}
		#valentine2026 .swiper-button-prev{
			left: 8%;
			bottom: 18px;
		}
		#valentine2026 .swiper-button-next, 
		.swiper-button-prev{
			width: 40px;
			height: 40px;
		}
		#valentine2026 .swiper-button-next::before, 
		.swiper-button-prev::before{
			width: 8px;
			height: 8px;
		}
		#valentine2026 .swiper-pagination{
			bottom: 30px;
			width: 100%;
			transform: translateX(0);
		}
}

@media screen and (min-width: 786px){
	#valentine2026 .valentinerecommend .specialreco-wrap .specialreco_item .ichioshi-title .specialreco-num{
		margin-top: 2px;
	}
	#valentine2026 .valentinerecommend .specialreco-wrap .specialreco_item:hover{
		opacity: 0.7;
	}
}

#valentine2026 .valentinefeature .feature-wrap{
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 25px;
}
#valentine2026 .valentinefeature .feature-box {
	padding: 20px 30px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#valentine2026 .valentinefeature .feature-box.pink,
#valentine2026 .valentinefeature .feature-box.pink .feature-title::before{
	background: #e58d94;
}
#valentine2026 .valentinefeature .feature-box.green,
#valentine2026 .valentinefeature .feature-box.green .feature-title::before{
	background: #8cab64;
}
#valentine2026 .valentinefeature .feature-box.orange,
#valentine2026 .valentinefeature .feature-box.orange .feature-title::before{
	background: #d9a046;
}
#valentine2026 .valentinefeature .feature-box .feature-title {
	font-size: 20px;
	line-height: 1.7;
	letter-spacing: 0.2em;
	color: rgb(255, 255, 255);
	text-align: center;
	border-bottom: 2px solid #fff;
	padding-bottom: 3px;
	position: relative;
	display: inline-block;
}
#valentine2026 .valentinefeature .feature-box .feature-title::before{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: -2px;
	right: 50%;
	transform: translateX(0%) translateY(50%) rotate(-45deg);
	border-left: 2px solid;
}
#valentine2026 .valentinefeature .feature-box .feature-img {
    width: 120px;
    overflow: hidden;
}
#valentine2026 .valentinefeature .feature-box .feature-img span {
    width: 100px;
    height: 70px;
    overflow: hidden;
}
#valentine2026 .valentinefeature .feature-box .flex-wrap .feature-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#valentine2026 .valentinefeature .feature-box .for-list {
    margin-top: 20px;
    gap: 30px;
    position: relative;
    align-items: stretch;
		max-width: 1140px;
    width: 100%;
}
#valentine2026 .valentinefeature .feature-box .for-list .for-item {
    width: calc((100% - 30px) / 2);
    transition: all 0.5s ease 0s;
    background: rgb(255, 255, 255);
}
#valentine2026 .valentinefeature .feature-box .for-link {
    display: flex;
    height: 100%;
    gap: 30px;
    padding: 10px;
		transition: all 0.3s ease 0s;
}
#valentine2026 .valentinefeature .feature-box .for-item .for_image {
    display: flex;
    align-items: center;
    object-fit: cover;
    width: 25%;
    position: relative;
}
#valentine2026 .valentinefeature .feature-box .for-item .for_text {
    width: calc((100% - 30px) - 25%);
    font-weight: 700;
    line-height: 1.5em;
    font-size: 18px;
    display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 10px;
}
#valentine2026 .valentinefeature .feature-box .for-item .for_text::before {
    content: "";
    display: none;
    width: 1px;
    height: 80%;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    left: 0px;
    background: rgb(51, 51, 51);
}
#valentine2026 .valentinefeature .feature-box .for-item .for_text span {
    display: inline-block;
    font-size: 13px;
    position: relative;
    z-index: 2;
    line-height: 1.5;
    color: rgb(229 141 148);
    margin-bottom: 5px;
}
#valentine2026 .valentinefeature .feature-box:nth-of-type(2) .for-list .for-item .for_text span {
    color: rgb(140 171 100);
}
#valentine2026 .valentinefeature .feature-box:nth-of-type(3) .for-list .for-item .for_text span {
    color: rgb(217 160 70);
}
#valentine2026 .valentinefeature .feature-box .for-item .for_text .viewmore {
    font-weight: 600;
    bottom: 0;
    right: 5px;
    font-size: 13px;
    line-height: 1.5;
		display: inline-block;
    position: relative;
    text-align: right;
}
#valentine2026 .valentinefeature .feature-box .for-item .for_text .viewmore .viewmore-tx{
		padding: 0px 20px 0 4px;
		color: #4c1717;
		border-bottom: 2px solid;
		margin-bottom: 0;
}
#valentine2026 .valentinefeature .feature-box:nth-of-type(2) .for-list .for-item .for_text .viewmore-tx,
#valentine2026 .valentinefeature .feature-box:nth-of-type(3) .for-list .for-item .for_text .viewmore-tx{
		color: #4c1717;
}
#valentine2026 .valentinefeature .feature-box .for-item .for_text .viewmore .viewmore-tx::before{
		display: block;
    position: absolute;
    bottom: 1px;
    right: 0px;
    width: 9px;
    height: 1px;
    transform: rotate(41deg);
    border-top: 2px solid;
    content: "";
    visibility: visible;
}
#valentine2026 #valentinefeature .campaign-slider{
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
#valentine2026 #valentinefeature .campaign-slider .banner-item {
	width: calc((100% - 20px) / 2);
}

@media screen and (max-width: 1080px) and (min-width: 850px) {
    #valentine2026 .valentinefeature .feature-box .for-list {
        justify-content: flex-start;
    }
    #valentine2026 .valentinefeature .feature-box .for-list .for-item {
        width: calc(50% - 15px);
    }
    #valentine2026 .valentinefeature .feature-box .for-list .for-item .for_image {
        width: 180px;
    }
}

@media screen and (max-width: 785px) {
    #valentine2026 .valentinefeature {
        width: 100%;
    }
		#valentine2026 .valentinefeature .feature-box{
			padding: 15px 20px 20px;
		}
		#valentine2026 .valentinefeature .feature-box .for-link{
			gap: 20px;
		}
		#valentine2026 .valentinefeature .feature-box .feature-title{
			font-size: 16px;
		}
    #valentine2026 .valentinefeature .feature-box .for-list {
        gap: 15px;
    }
    #valentine2026 .valentinefeature .feature-box .for-list .for-item {
        width: 100%;
    }
	#valentine2026 .valentinefeature .feature-box .for-item .for_image{
		width: 35%;
	}
	#valentine2026 .valentinefeature .feature-box .for-item .for_text{
		width: calc((100% - 20px) - 35%);
		gap: 3px;
	}
    #valentine2026 .valentinefeature .feature-box .flex-wrap .feature-people {
        font-size: 13px;
    }
    #valentine2026 .valentinefeature .feature-box .for-item .for_text div:first-of-type {
        font-size: 16px;
    }
		#valentine2026 #valentinefeature .campaign-slider{
			flex-direction: column;
		}
		#valentine2026 #valentinefeature .campaign-slider .banner-item{
			width: 100%;
		}
}

@media screen and (min-width: 786px) {
	#valentine2026 .valentinefeature .feature-box .for-link:hover{
		opacity: 0.7;
	}
}

#valentine2026 #valentineCategoryList{
	max-width: 1000px;
}
#valentine2026 .category_list {
    gap: 35px;
    margin: 0 auto;
}
#valentine2026 .category_item {
    width: calc((100% - 105px) / 4);
    position: relative;
    border: 2px solid;
    background: #fff;
}
#valentine2026 .category_item a.category_link {
    letter-spacing: 0.2em;
    display: block;
}
#valentine2026 .category_item::before {
    content: "";
    display: block;
    width: 28px;
    height: 38px;
    background: #fff9e1;
    position: absolute;
    z-index: 1;
    border-left: 2px solid;
    border-bottom-right-radius: 30px;
    top: 0px;
    right: -11px;
    transform: translateY(-43%) rotate(-45deg);
}
#valentine2026 .category_item .category_image {
    position: relative;
		aspect-ratio: 1 / 1;
}
#valentine2026 .category_item .category_image > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 77%;
    height: 70%;
    object-fit: contain;
    transition: all 0.1s ease 0s;
}
#valentine2026 .category_item .category_text {
    font-weight: 700;
    line-height: 1.5em;
    font-size: 18px;
    text-align: center;
    background: #4c1717;
    color: #fff;
    padding: 5px 0;
}

@media screen and (max-width: 785px) {
    #valentine2026 .category_list {
        gap: 20px 10px;
    }
    #valentine2026 .category_item {
        width: calc((100% - 20px) / 2);
    }
    #valentine2026 .category_item .category_text {
        font-size: 16px;
    }
}

@media screen and (min-width: 786px){
	#valentine2026 .category_item:hover {
    transform: rotate(-2deg);
	}
}

#valentine2026 .banner-list {
    margin: 40px auto 0px;
    max-width: 1200px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
#valentine2026 .banner-list .banner-item {
    width:100%;
    transition: all 0.5s ease 0s;
}
#valentine2026 .banner-list .banner-item:hover {
    transform: translateY(-15px);
}
#valentine2026 .banner-list .banner-item img {
    width: 100%;
}

@media screen and (min-width: 786px) {
    #valentine2026 #valentineShop .item-info .special_brand {
        text-align: center;
    }
    #valentine2026 #valentineShop .flex-wrap.box-layout .special_item:nth-of-type(4) .special_brand {
        margin-top: 30px;
    }
}

@media screen and (max-width: 785px) {
    #valentine2026 .banner-list {
        margin-bottom: 40px;
    }
    #valentine2026 .banner-list .banner-item {
        width: 100%;
    }
    #valentine2026 #valentineShop .item-info .special_brand {
        border-top: 0px;
    }
    #valentine2026 #valentineShop .special_item .item-info {
        padding: 0px 19px 0px 0px;
        width: 100%;
    }
}

#valentine2026 #valentineBrand {
		max-width: 1000px;
}
#valentine2026 .flex-wrap.box-layout {
    gap: 30px 20px;
}
#valentine2026 .flex-wrap.box-layout .special_item {
	margin: 0px;
	width: calc((100% - 60px) / 4);
	position: relative;
	transition: all 0.1s ease 0s;
	border: 2px solid #4c1717;
	border-radius: 15px;
	overflow: hidden;
}
#valentine2026 .flex-wrap.box-layout .special_item a {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#valentine2026 .flex-wrap.box-layout .special_item a .special_image {
	margin: 0px auto;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 7 / 4;
}
#valentine2026 .flex-wrap.box-layout .special_item a .special_image img {
	object-fit: cover;
	transition: all 0.3s ease 0s;
}
#valentine2026 .special_item .item-info {
    padding: 0px 5px 9px 0px;
    width: 100%;
}
#valentine2026 .item-info .special_brand {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
}
#valentine2026 .item-info .special_brand span {
    margin-top: 5px;
    display: block;
    font-size: 14px;
    font-weight: 500;
}

@media screen and (max-width: 785px) {
    #valentine2026 .flex-wrap.box-layout {
        gap: 20px;
    }
    #valentine2026 .flex-wrap.box-layout .special_item {
        width: calc((100% - 20px) / 2);
    }
    #valentine2026 .special_item .item-info {
        padding: 0px 5px 0px 0px;
        width: 100%;
    }
}

@media screen and (min-width: 786px){
	#valentine2026 .flex-wrap.box-layout .special_item:hover {
    transform: rotate(-2deg);
	}
}

#valentine2026 #valentineBrand .modal {
    padding: 0px;
    z-index: 300!important;
}
#valentine2026 #valentineBrand .allbrand-list {
    font-size: 18px;
}
#valentine2026 #valentineBrand .allbrand-item:first-child {
    padding-top: 0px;
}
#valentine2026 #valentineBrand .allbrand-item:last-child {
    border: 0px;
    padding-bottom: 0px;
}
#valentine2026 #valentineBrand .allbrand-item > .allbrand-title {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    padding: 18px 20px;
    border-bottom: 1px solid;
    cursor: pointer;
    color: #700d0d;
}
#valentine2026 #valentineBrand .allbrand-item > .allbrand-title::before {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 66%;
    right: 20px;
    transform: translateY(-50%) rotate(90deg);
    content: "〉";
    font-weight: 600;
}
#valentine2026 #valentineBrand .allbrand-item > .allbrand-title.is-active::before {
    transform: translateY(-50%) rotate(-90deg);
    right: 28px;
    top: 58%;
}
#valentine2026 #valentineBrand .allbrand-item > .allbrand-title.is-active {
    border-bottom: 3px solid;
}
#valentine2026 .allbrand-list-second {
    padding: 5px 16px;
}
#valentine2026 .allbrand-list-second_item {
    font-weight: 500;
    border-bottom: 1px solid rgb(112 13 13);
    text-align: left;
}
#valentine2026 .allbrand-list-second_item:first-child {
    padding-top: 0px;
}
#valentine2026 .allbrand-list-second_item:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}
#valentine2026 .allbrand-list-second_link {
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 16px 20px;
    color: rgb(112 13 13);
}
#valentine2026 .allbrand-list-second_link:hover {
    background: rgb(238 217 217);
    color: rgb(83 8 8);
    font-weight: 600;
}

@media screen and (max-width: 785px){
	#valentine2026 #valentineBrand .allbrand-item > .allbrand-title{
		padding: 14px 20px;
	}
	#valentine2026 .allbrand-list-second_link{
		padding: 12px 20px;
	}
}


#valentine2026 #valentineShop {
    margin-bottom: 0px;
		max-width: 1100px;
}
#valentine2026 #valentineShop .shop-wrap{
	display: flex;
	gap: 30px;
	margin: 0 auto;
}
#valentine2026 #valentineShop .shop-wrap .shop-info{
	width: calc((100% - 90px) / 4);
	border-radius: 30px;
}
#valentine2026 #valentineShop .shop-wrap .shop-info.shinqs{
	background: #ad3838;
}
#valentine2026 #valentineShop .shop-wrap .shop-info.scsq{
	background: #c69847;
}
#valentine2026 #valentineShop .shop-wrap .shop-info.foodshow{
	background: #408460;
}
#valentine2026 #valentineShop .shop-wrap .shop-info.sapporo{
	background: #294d8e;
}
#valentine2026 #valentineShop .shop-wrap .shop-info .shop-link{
	display: flex;
	gap: 20px;
	padding: 20px;
	color: #fff;
	text-align: center;
	font-weight: 600;
	font-size: 15px;
}
#valentine2026 #valentineShop .shop-wrap .shop-info .shop-link .shop-name .shop-text{
	border-top: 2px dashed #fff;
	padding: 4px 0;
}
#valentine2026 #valentineShop .shop-wrap .shop-info .shop-link .shop-image{
	width: 90%;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
}
#valentine2026 #valentineShop .item-info .special_brand {
    border-bottom: 2px dashed;
    padding: 5px 0px;
    border-top: 2px dashed;
    text-align: center;
}
#valentine2026 .shop-logo {
    margin-bottom: 10px;
    width: 100%;
    height: 55px;
}
#valentine2026 .shop-logo img {
    height: 100%;
    object-fit: contain;
}
#valentine2026 #valentineShop a {
    color: rgb(78, 24, 14);
}
#valentine2026 #valentineShop .flex-wrap.box-layout {
    gap: 30px;
    margin: 0px auto;
}
#valentine2026 #valentineShop .flex-wrap.box-layout .special_item {
    width: calc(25% - 22.5px);
}
#valentine2026 #valentineShop .flex-wrap.box-layout .special_item::before {
    display: none;
}
#valentine2026 #valentineShop .flex-wrap.box-layout .special_item:nth-of-type(1) {
    background: rgb(255, 87, 66);
}
#valentine2026 #valentineShop .flex-wrap.box-layout .special_item:nth-of-type(2) {
    background: rgb(2, 220, 137);
}
#valentine2026 #valentineShop .flex-wrap.box-layout .special_item:nth-of-type(3) {
    background: rgb(255, 227, 125);
}
#valentine2026 #valentineShop .flex-wrap.box-layout .special_item:nth-of-type(4) {
    background: rgb(238, 79, 79);
}

@media screen and (min-width: 786px){
	#valentine2026 #valentineShop .shop-wrap .shop-info:hover{
		transform: rotate(-2deg);
	}
	#valentine2026 #valentineShop .shop-wrap .shop-info .shop-link{
			flex-direction: column;
	}
	#valentine2026 #valentineShop .shop-wrap .shop-info .shop-link .shop-name .shop-text{
			border-bottom: 2px dashed #fff;
	}
}

@media screen and (max-width: 785px) {
		#valentine2026 .allbrand-list-second{
			display: none;
		}
    #valentine2026 #valentineShop .flex-wrap.box-layout {
        gap: 15px;
    }
    #valentine2026 #valentineShop .flex-wrap.box-layout .special_item {
        width: 100%;
    }
		#valentine2026 #valentineShop .shop-wrap{
			gap: 15px;
			flex-direction: column;
		}
    #valentine2026 .shop-logo {
        height: 59px;
    }
    #valentine2026 #valentineShop .special_item .item-info {
        width: 74%;
        min-width: 191px;
    }
		#valentine2026 #valentineShop .shop-wrap .shop-info{
			width: 100%;
		}
		#valentine2026 #valentineShop .shop-wrap .shop-info .shop-link{
			align-items: center;
			font-size: 14px;
			padding: 14px 20px;
		}
		#valentine2026 #valentineShop .shop-wrap .shop-info .shop-link .shop-name{
			width: 60%;
		}
		#valentine2026 #valentineShop .shop-wrap .shop-info .shop-link .shop-name .shop-text{
			padding: 7px 0 0;
		}
		#valentine2026 #valentineShop .shop-wrap .shop-info .shop-link .shop-image{
			width: calc((100% - 20px) - 60%);
		}
    #valentine2026 #valentineShop .item-info .special_brand {
        font-size: 13px;
    }
}

#valentine2026 #valentineKnowledge .knowlenge-list {
    margin: 0px auto;
		display: flex;
    flex-direction: column;
		gap: 20px;
}
#valentine2026 .knowledge-item {
    padding: 25px 20px 0;
    display: flex;
    flex-direction: column;
    position: relative;
}
#valentine2026 .knowledge-item:first-child{
	padding-top: 0;
}
#valentine2026 .knowledge-item + .knowledge-item{
		border-top: 1px dashed #a57a19;
}
#valentine2026 .knowledge-item .question {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
#valentine2026 .knowledge-item .answer {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
}

@media screen and (min-width: 786px){
	#valentine2026 .knowledge-item .question > span{
		background: #b79033;
		position: relative;
    padding: 6px 18px;
    border-radius: 5px;
	}
	#valentine2026 .knowledge-item .question span::before{
		content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: #b79033;
    bottom: -6px;
    left: 40px;
    transform: rotate(-45deg);
    border-bottom-left-radius: 3px;
	}
}

@media screen and (max-width: 785px) {
		#valentine2026 .knowledge-item{
			padding: 25px 0 0;
		}
		#valentine2026 .knowledge-item .question{
			background: #b79033;
			border-radius: 5px;
			position: relative;
			padding: 4px 10px;
			width: 90%;
			margin: 0 auto 20px;
			font-size: 16px;
		}
	#valentine2026 .knowledge-item .question::before{
		content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: #b79033;
    bottom: -6px;
    left: 40px;
    transform: rotate(-45deg);
    border-bottom-left-radius: 3px;
	}
}

#valentine2026 .oshi-button {
    width: 100%;
    margin: 30px auto 0px;
}


@media screen and (max-width: 785px) {
    .sticky {
        width: 60px;
        top: 130px;
    }
    #valentine2026 .oshi-button {
        margin: 10px 0 0 0;
    }
}

#valentine2026 .date-wrap {
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.7;
    position: relative;
    padding: 13px 5px;
    border: 1px solid rgb(255, 255, 255);
    writing-mode: vertical-rl;
    width: 74%;
    max-width: 67px;
}
.date-wrap span {
    font-size: 13px;
}
#valentine2026 .date-wrap div:nth-of-type(1) {
    margin-top: 3px;
}
#valentine2026 .date-wrap div:nth-of-type(2) {
    margin-right: 2px;
    background: rgba(255, 0, 72, 0.58);
    padding: 6px 0px;
    font-size: 16px;
    line-height: 1.2;
}
.date-wrap span.num {
    text-combine-upright: all;
    font-size: 19px;
}
.box_attention.gray,
#appBodyNews{
	max-width: 980px;
	margin: auto;
}


